.body{
    background: #0C0F14;
}
.first-screen{
    padding: 120px 0 92px 0;
}
.text-title{
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #EEEEEE;
    width: 832px;
}
.title-gold{
    color: #E3C26A;
}
.text{
    font-size: 24px;
    line-height: 160%;
    margin-top: 23px;
    width: 577px;
}
.text span{
    font-weight: 400;
}
.radio-container{
    margin-top: 85px;
    display: flex;
    font-size: 18px;
    line-height: 170%;
    width: 850px;
    justify-content: space-between;
}
.radio-title{
    font-size: 48px;
    color: #D1B979;
}
.radio-img{
    margin-right: 24px;
    width: 57px;
    height: 57px;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
}
.radio-icon{
    line-height: 57px;
    text-align: center;
}
.lm-38{
    margin-left: 38px;
}
.radio-item{
    display: flex;
    flex-direction: column;
}
.radio-text{
    width: 240px;
    margin-top: 25px;
}
.first-screen-button-container{
    margin-top: 100px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    text-align: left;
    display: flex;
}
.first-screen-button-container .button-wrapper{
    margin: 0;
    margin-right: 16px;
}
[dir="rtl"] .first-screen-button-container .button-wrapper{
    margin: 0;
    margin-right: 0;
    margin-left: 16px;
}
.see-button{
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    color: #1C2428;
    background: #E3C26A;
    box-shadow: 0px 21px 29px -13px rgba(193, 157, 59, 0.66);
    width: 325px;
    height: 70px;
    line-height: 70px;
    transition: background-color 1s ease;
    cursor: pointer;
}




.btn-6 {
    position: relative;
    display: block;
    overflow: hidden;

}


.btn-6 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #F2C03B;
    transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.btn-6:hover {
    color: #1C2428;
    background-color: transparent;
    transition: background-color 1s ease;

}
.btn-6:hover span {
    width: 225%;
    height: 562.5px;
}
.btn-6:active {
    background-color: #F2C03B;
    color: #1C2428;
}


.call-button{
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    border: 1px solid #FFFFFF;
    width: 325px;
    height: 70px;
    margin-right: 16px;
    color: #FFFFFF;
    line-height: 70px;
    cursor: pointer;
}

.btn-7 {
    position: relative;
    display: block;
    overflow: hidden;
    transition: border 0.6s linear;
}


.btn-7 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #0B0E13;
    transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.btn-7:hover {
    color: #FFFFFF;
    border-color: #0B0E13;
    background-color: transparent;
    transition: background-color 1s ease;

}
.btn-7:hover span {
    width: 225%;
    height: 562.5px;
}
.btn-7:active {
    background-color: #0B0E13;
    color: #1C2428;
}


.tm-84 {
    margin-top: 84px;
}

.block_mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: none;
    background: #0B0E13;
    z-index: 99999;

}
.mobile_menu_header{
    justify-content: space-between;
}
.close-btn{
    align-items: center;
    display: flex;
    margin-right: 38px;
}
[dir="rtl"] .close-btn {
    margin-right: 0;
    margin-left: 38px;
}
.block_mobile .menu_mobile_language  ul {
    flex-direction: row;
    margin: 0;
}



.menu_mobile_language {
    padding: 26px 44px 37px 44px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    transform: matrix(1, 0, 0, 1, 0, 0);
    position: fixed;
    width: 100%;
    bottom: 0;

}

.bg_menu_mobile {
    position: absolute;
    right: 0;
    bottom: 94px;
    top: 103px;
    width: 100%;
    background-image: url("../img/images/img_menu_mob.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
}

.bg_menu_mobile svg {
    height: 100%;
}

.mobile_menu_header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.mobile_menu_header__group_header {
    padding: 23px 44.53px;
    direction: ltr;
}

.block_mobile ul {
    display: flex;
    flex-direction: column;
}
.overflow-hidden{
    overflow: hidden;
    position: relative;
    height: 100%;
}
.block_mobile .dropdown-menu {
    position: relative;
    background: transparent;
    display: none;
}

.block_mobile .navbar {
    padding: 30px 0 0 44px;
    z-index: 56;
    height: calc(100% - 171px);
    overflow-y: scroll;
    align-items: start;
    position: relative;
}

.block_mobile .menu-main_menu-container  {
    width: 100%;
}


@media (max-width: 991px) {
    .first-screen{
        padding: 22px 0 75px 0;
    }
    .text-title{
        font-size: 48px;
        line-height: 130%;
        width: 675px;
    }
    .text{
        font-size: 20px;

        margin-top: 23px;
        width: 430px;
    }
    .radio-container{
        margin-top: 0;
        display: flex;
        font-size: 18px;
        line-height: 170%;
        width: 100%;
    }
    .radio-title{
        font-size: 36px;
    }
    .radio-img{
        height: 36px;
        width: 36px;
        margin-right: 17px;
    }
    .radio-icon{
        line-height: 36px;
    }
    .radio-icon svg{
        height: 10.7px;
        width: 13.56px;
    }
    .lm-0{
        margin-left: 0;
    }
    .radio-text{
        width: 100%;
        font-size: 20px;
    }
    .radio-item{
        margin-bottom: 12px;
        margin-top: 20px;
        width: 290px;
    }
    .radio-text{
        margin-top: 10px;
    }
    .first-screen-button-container{
        margin-top: 45px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        text-align: left;
    }
    .see-button{
        width: 225px;
        height: 55px;
        line-height: 55px;
    }
    .call-button{
        width: 225px;
        height: 55px;
        line-height: 55px;
    }
}
@media (max-width: 767px) {
    .first-screen{
        padding: 37px 0 24px;
    }
    .text-title{
        font-size: 36px;
        line-height: 130%;
        width: 500px;
    }
    .text{
        font-size: 18px;

        margin-top: 28px;
        width: 444px;
    }
    .radio-text{
        font-size: 18px;
    }
    .first-screen-button-container{
        margin-top: 30px;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
    }
    .see-button{
        width: 215px;
        height: 50px;
    }
    .call-button{
        width: 215px;
        height: 50px;
        margin-left: 24px;
    }
    .radio-container{
        flex-direction: column;
    }
    .radio-title{
        font-size: 30px;
    }


}
@media (max-width: 479px) {
    .first-screen{
        padding: 40.07px 0 39px;
    }
    .text-title{
        font-size: 24px;
        width: 100%;
        text-align: center;
    }
    .text{
        font-size: 16px;
        margin: 0 auto;
        margin-top: 24px;
        width: 320px;
        text-align: center;
    }
    .radio-container{
        margin: 0 auto;
        margin-top: 7px;
        max-width: 320px;
    }
    .radio-img{
        width: 28px;
        height: 28px;
        margin-right: 8px;
    }
    .radio-icon{
        line-height: 20px;
    }
    .radio-title{
        font-size: 24px;
    }
    .radio-icon svg{
        height: 8.32px;
        width: 10.55px;
    }
    .radio-text{
        font-size: 16px;
        width: 270px;
    }
    .first-screen-button-container {
        margin-top: 29px;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        width: 100%;
    }
    .call-button{
        display: none;
    }

    .see-button {
        height: 40px;
        line-height: 40px;
    }
}