a:hover, a:active, a:focus {
    color: #D1B979;
}
a{
    cursor: pointer;
    color: #fff;
}
.nav-link:focus {
    color: #D1B979;
}

body{
    font-family: Rubik;
    font-size: 14px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 300;
    overflow-x: hidden;
    background-color: #0B0E13;
}
.site{
    position: relative;
}
.img{
    height: auto;
}
.main-logo{
    display: block;
    margin-top: 3px;
    margin-bottom: 4px;
}
.main-logo svg{
    width: 143px;
    height: 143px;
}


.burger{
    display: none;
}
.first-header-line{
    margin-top: 19px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 29px;
}
.header-text{
    line-height: 21px;
    flex-direction: column;
    align-items: center;
}
.header-text a:hover{
    color: #FFFFFF;
}
.header-postscript{
    cursor: pointer;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    color: #EEEEEE;
    padding-bottom: 1px;
    border-bottom: 0.2px dashed #FFFFFF;
}
.col-whatsapp{
    padding-right: 103px;
}
.whatsapp-header-icon {
    margin-right: 8px;
}

[dir="rtl"] .whatsapp-header-icon {
    margin-right: 0;
    margin-left: 8px;
}

[dir="rtl"] .dropdown-toggle::after {
    margin-right: .255em;
}

[dir="rtl"]  .call-button {
    margin-right: 16px;
}

[dir="rtl"] .radio-img {
    margin-left: 24px;
}

.tell-header-icon{
    margin-right: 5px;
    height: 18px;
}
.first-screen-bg{
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    background: url("../img/images/main-bg.webp") center center / cover no-repeat;;

}
.first-screen-bg:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(22, 23, 24, 0.41) 0%, rgba(0, 5, 17, 0.92) 0.01%, rgba(0, 7, 22, 0.74) 37.5%, rgba(0, 7, 23, 0.74) 59.88%, #0B0E13 90.88%);
}
.navbar{
    margin-left: -16px;
}
a{
    text-decoration: none;
}
.nav{
    width: 100%;
    justify-content: space-between;
}
.nav-link{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 149.5%;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.dropdown-menu .menu-item{
    margin-left: 16px;
    margin-right: 16px;
}
.nav-link:visited{
    color: #FFFFFF;
}
.dropdown-menu .nav-link{
    color: #0b0e13;
}
.dropdown-menu .nav-link:visited{
    color: #0b0e13;
}
.nav-link:hover{
    color: #D1B979;
}
.dropdown-menu .nav-link:hover{
    color: #FFFFFF;
}
.dropdown-menu{
    background-color: rgba(209, 185, 121);
    margin-top: 0 !important;
    margin: 0;
    border: none;
    border-radius: 0;
}
[dir="rtl"] .dropdown-menu{
    text-align: right;
    direction: ltr;
}
.dropdown-item{
    font-size: 18px;
    line-height: 140%;
    color: #868686;
    border-radius: 0;
}
.dropdown-item:hover{
    color: #FFFFFF;
    background-color: transparent;
}
.nav-object{
    border-radius: 0;
    width: 160px;
}
.nav-developers{
    border-radius: 0;
    width: 178px;
}
.current_page_item.nav-item a, .current-menu-parent a.dropdown-toggle{
    color: #d1b979 !important;
    text-decoration: underline;
    text-underline-offset: 7px;
}
.block_languages {
    display: flex;

    list-style-type: none;
    padding: 0;
}

.block_languages li {
    padding-right: 19px;
}

.block_languages li a {

    display: block;
    color: #E3C26A;
    text-align: center;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-transform:uppercase;
    border: 1px solid #E3C26A;

}

.block_languages li:not(.active) a:hover {
    color: #F2C03B;
    border-color: #F2C03B;
}

.block_languages li.active a {
    border-color: #FFFFFF;
    color: #FFFFFF;
    cursor: inherit;
}
.modal.show{
    display: block;
}
.modal{
    background: rgba(11, 14, 19, 0.9);
    transition: 1s all;
}
.modal .modal-content{
    background: #0B0E13;
    border: 1px solid #E3C26A;
    border-radius: unset;
    padding: 20px;
}
.modal .modal-content .close-button{
    margin-left: auto;
}
.modal .modal-content .modal-text{
    margin-top: 14px;
}
.close-button{
    cursor: pointer;
}
@media (max-width: 1439px) {
    .col-whatsapp{
        padding-right: 45px;
    }
}
@media (max-width: 991px) {
    html{
        font-size: 10px;
    }
    .main-logo svg{
        width: 102px;
        height: 102px;
    }
    .first-col{
        display: none;
    }
    .first-header-line{
        padding-bottom: 14px;
    }
    .nav-object{
        width: 141px;
    }
    .nav-developers{
        border-radius: 0;
        width: 165px;
    }
}
@media (max-width: 767px) {
    .first-header-line{
        display: none;
    }
    .burger{
        display: block;
        margin-left: auto;
        margin-top: 10px;
    }
    [dir="rtl"] .burger{
        margin-left: 0;
        margin-right: auto;
    }
    .main-logo{
        margin-top: 6.09px;
    }
    .main-logo svg{
        width: 70px;
        height: 70px;
    }
    .navbar {
        margin-left: 0;
    }
    .dropdown-menu .nav-link{
        color: #FFFFFF;
    }
    .dropdown-menu .nav-link:visited{
        color: #FFFFFF;
    }
    .dropdown-menu .nav-link:hover{
        color: #D1B979;
    }
}
@media (max-width: 479px) {
    .container{
        padding: 0 15px;
    }
}
.slick-slider{
    direction: ltr;
}