* {
    padding: 0;
    margin: 0;
}
body {
    overflow: hidden;
    background-image: linear-gradient(rgb(14 14 14 / 45%), rgb(0 0 0 / 45%)), url(../img/big_img.jpg);
    background-size:cover;
    background-position:center center;
}
.wrap {
    height: 100%;
    position:relative;
    z-index:99;
}
.index_logo {
    width: 700px;
    text-align: center;
    margin: 30px auto;
}
.index_logo h1 {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 46px;
    margin: 20px 0px 20px 0px;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}
.index_logo img {
    width: 100px;
}
.index_logo h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    margin: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.index_logo p {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    margin: 5px 0;
}
.nuur {
    text-align: center;
    position: relative;
    margin-top: 10px;
}
.nuur .box {
    /* padding: 0 0 20px; */
    position: relative;
    display: inline-block;
    width: 240px;
    margin-bottom: 10px;
}
.nuur .box span{
    display:inline-block;
}
.nuur a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    border-radius: 3px;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: relative;
    text-shadow: 1px 1px 0 black;
}
.nuur a i {
    font-size: 18px;
    color: #fff;
    padding: 0 8px 0 0;
    transition: all 0.2s ease-out;
    z-index: 1;
    width: 25px;
    text-align: center;
}
.nuur .box:hover > a {
    color: #fff;
    text-shadow: none;
    text-decoration: none;
}
.nuur .box:hover > a i {
    color: #fff !important;
}
.nuur a {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.nuur a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0071b5;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 3px;
}
.nuur a:hover, .nuur a:focus, .nuur a:active {
    color: white;
}
.nuur .box:hover > a:before, .nuur .box:focus > a:before, .nuur .box:active > a:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.footer {
    padding: 20px;
    text-align: center;
    color: #fff;
    width: 100%;
    position: relative;
    bottom: 0;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    text-transform: uppercase;
}
.lightbox {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
}
.inner {
    position: relative;
    margin: 80px auto 0;
    background: #006dbe;
    width: 400px;
    padding: 30px;
    border-radius: 3px;
}
.reset_btn {
    border: 0;
    background: #fff;
    color: #006dbe;
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 3px;
    width: 100%;
}
.send_btn {
    border: 0;
    background: #fff;
    color: #006dbe;
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 3px;
    width: 100%;
}
.inner .inp_poll {
    margin: 0 0 20px;
    border: 0;
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px;
}
#close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: white;
    background: #006dbe;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-weight: normal;
    z-index: 999;
    text-align: center;
    line-height: 40px;
    font-size: 36px;
    cursor: pointer;
}
/**************/

.warning {
    background: #fff5bf;
}
.box:hover > .dropmenu{
    top:-155px;
    opacity:1;
    visibility:visible;
}
.dropmenu{
    position: absolute;
    top: -90px;
    width: auto;
    list-style: none;
    margin: 0;
    margin-left: -120px;
    left: 50%;
    background: #0071b5;
    z-index: 999;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
}
.dropmenu > i{
    position: absolute;
    color: #0071b5;
    bottom: -9px;
    font-size: 30px;
    height: 10px;
    line-height: 10px;
    width: 18px;
    text-align: center;
    margin-left: -9px;
    left: 50%;
}
.dropmenu > li{
    width: 240px;
    float: none;
}
.dropmenu li a i{
    font-size: 18px;
}
.dropmenu li a{
    background: none;
    display: block;
    box-shadow: none;
    border-radius: 0;
    font-size: 11px;
    padding: 10px 20px;
    text-shadow:none;
}
@media (min-width: 768px) {
    .index_logo h1 {
        color: #fff !important;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 46px;
        margin: 20px 0px 20px 0px;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
    }
    .index_logo {
        width: 700px;
        text-align: center;
        margin: 30px auto;
    }
    .index_logo img {
        width: 120px;
    }
    .index_logo h2 {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 34px;
        margin: 0;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    }
    .index_logo p {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
        margin: 10px 0;
    }
    .nuur {
        text-align: center;
        position: relative;
        margin-top: 20px;
    }
    .nuur .box {
        /* padding: 0 20px; */
        position: relative;
        display: inline-block;
        width: 170px;
    }
    .nuur .box span{
        display:block;
    }
    .nuur a {
        display: block;
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        text-transform: uppercase;
        color: #fff;
        background: rgba(0,0,0,0.5);
        padding: 20px 20px;
        border-radius: 3px;
        transition: all 0.3s ease;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .nuur a i {
        font-size: 42px;
        color: #fff;
        padding: 0px 15px 5px;
        transition: all 0.2s ease-out;
        z-index: 1;
        width: 100%;
    }
    .nuur .box:hover > a {
        color: #fff;
        text-shadow: none;
        text-decoration: none;
    }
    .nuur .box:hover > a i {
        color: #fff !important;
    }
    .nuur a {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .nuur a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0071b5;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        border-radius: 3px;
    }
    .nuur a:hover, .nuur a:focus, .nuur a:active {
        color: white;
    }
    .nuur .box:hover > a:before, .nuur .box:focus > a:before, .nuur .box:active > a:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .lightbox {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255,255,255,0.8);
    }
    .inner {
        position: relative;
        margin: 80px auto 0;
        background: #006dbe;
        width: 400px;
        padding: 30px;
        border-radius: 3px;
    }
    .reset_btn {
        border: 0;
        background: #fff;
        color: #006dbe;
        text-transform: uppercase;
        padding: 10px 15px;
        display: inline-block;
        border-radius: 3px;
        width: 100%;
    }
    .send_btn {
        border: 0;
        background: #fff;
        color: #006dbe;
        text-transform: uppercase;
        padding: 10px 15px;
        display: inline-block;
        border-radius: 3px;
        width: 100%;
    }
    .inner .inp_poll {
        margin: 0 0 20px;
        border: 0;
        width: 100%;
        padding: 10px 15px;
        border-radius: 3px;
    }
    #close {
        position: absolute;
        top: -15px;
        right: -15px;
        color: white;
        background: #006dbe;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-weight: normal;
        z-index: 999;
        text-align: center;
        line-height: 40px;
        font-size: 36px;
        cursor: pointer;
    }
    /**************/
    .box:hover > .dropmenu{
        top:-100px;
        opacity:1;
        visibility:visible;
    }
    .dropmenu{
        position: absolute;
        top: -90px;
        width: 510px;
        list-style: none;
        margin: 0;
        margin-left: -255px;
        left: 50%;
        background: #0071b5;
        border-radius: 3px;
        opacity:0;
        visibility:hidden;
        transition:all 0.5s ease-out;
    }
    .dropmenu > i{
        position: absolute;
        color: #0071b5;
        bottom: -9px;
        font-size: 30px;
        height: 10px;
        line-height: 10px;
        width: 18px;
        text-align: center;
        margin-left: -9px;
        left: 50%;
    }
    .dropmenu > li{
        width: 170px;
        float: left;
    }
    .dropmenu li a i{
        font-size: 26px;
    }
    .dropmenu li a{
        background: none;
        display: block;
        box-shadow: none;
        border-radius: 0;
        font-size: 11px;
        padding: 15px 20px;
        text-shadow:none;
    }
}
@media (min-width: 1024px) {
    .index_logo h1 {
        color: #fff !important;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 46px;
        margin: 20px 0px 20px 0px;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
    }
    .lightbox {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255,255,255,0.8);
    }
    .inner {
        position: relative;
        margin: 80px auto 0;
        background: #006dbe;
        width: 400px;
        padding: 30px;
        border-radius: 3px;
    }
    .reset_btn {
        border: 0;
        background: #fff;
        color: #006dbe;
        text-transform: uppercase;
        padding: 10px 15px;
        display: inline-block;
        border-radius: 3px;
        width: 100%;
        font-size: 12px;
    }
    .send_btn {
        border: 0;
        background: #fff;
        color: #006dbe;
        text-transform: uppercase;
        padding: 10px 15px;
        display: inline-block;
        border-radius: 3px;
        width: 100%;
        font-size: 12px;
    }
    .inner .inp_poll {
        margin: 0 0 20px;
        border: 0;
        width: 100%;
        padding: 10px 15px;
        border-radius: 3px;
        font-size: 12px;
    }
    #close {
        position: absolute;
        top: -15px;
        right: -15px;
        color: white;
        background: #006dbe;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-weight: normal;
        z-index: 999;
        text-align: center;
        line-height: 40px;
        font-size: 36px;
        cursor: pointer;
    }
    /**************/

    .footer {
        padding: 20px;
        text-align: center;
        color: #fff;
        width: auto;
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 12px;
    }
    .index_logo {
        width: 700px;
        text-align: center;
        margin: 30px auto;
    }
    .index_logo img {
        width: 150px;
    }
    .index_logo h2 {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 36px;
        margin: 0;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    }
    .index_logo p {
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: normal;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
        margin: 10px 0;
    }
    .nuur {
        text-align: center;
        position: relative;
        margin-top: 20px;
    }
    .nuur .box {
        margin: 0 20px;
        position: relative;
        display: inline-block;
        width: 175px;
    }
    .nuur .box span{
        display:block;
    }
    .nuur a {
        display: block;
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
        color: #fff;
        background: rgb(0 0 0 / 80%);
        padding: 15px 25px;
        border-radius: 3px;
        transition: all 0.3s ease;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        text-align: center;
    }
    .nuur a i {
        font-size: 34px;
        color: #fff;
        padding: 0px 15px 5px;
        transition: all 0.2s ease-out;
        z-index: 1;
        width: 100%;
    }
    .nuur .box:hover > a {
        color: #fff;
        text-shadow: none;
        text-decoration: none;
    }
    .nuur .box > a:hover, .nuur .box > a:active, .nuur .box > a:focus {
        text-decoration: none;
    }
    .nuur .box:hover > a i {
        color: #fff !important;
    }
    .nuur a {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        position:relative;
    }
    .nuur a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #c3c3c3b3;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        border-radius: 3px;
    }
    .nuur a:hover, .nuur a:focus, .nuur a:active {
        color: white;
    }
    .nuur .box:hover > a:before, .nuur .box:focus > a:before, .nuur .box:active > a:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .box:hover > .dropmenu{
        top:-100px;
        opacity:1;
        visibility:visible;
    }
    .dropmenu{
        position: absolute;
        top: -90px;
        width: 510px;
        list-style: none;
        margin: 0;
        margin-left: -255px;
        left: 50%;
        background: #0071b5;
        border-radius: 3px;
        opacity:0;
        visibility:hidden;
        transition:all 0.5s ease-out;
    }
    .dropmenu > i{
        position: absolute;
        color: #0071b5;
        bottom: -9px;
        font-size: 30px;
        height: 10px;
        line-height: 10px;
        width: 18px;
        text-align: center;
        margin-left: -9px;
        left: 50%;
    }
    .dropmenu > li{
        width: 170px;
        float: left;
    }
    .dropmenu li a i{
        font-size: 26px;
    }
    .dropmenu li a{
        background: none;
        display: block;
        box-shadow: none;
        border-radius: 0;
        font-size: 11px;
        padding: 15px 20px;
        text-shadow:none;
    }
}

