* { font-family: 'Inter', sans-serif !important; }

.header-top__block {
    max-width: 1430px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-top: 21px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1000;
    position: relative;
}

.menu-items .menu-item a{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    list-style-type:  none;
    cursor: pointer;
}

.menu-items .menu-item{
    list-style-type:  none;
}

.menu-items .menu-item a:hover{
    opacity: 0.7;
}

.header-content-info-tel a{
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
}

.header-content-btn{
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    border-radius: 6px;
    border: 1.5px solid #FFF;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
}

.header-content-btn:hover{
    opacity: 0.7;
}

.logo-block{
    width: 191px;
    height: 44px;
    margin-left: -2000px;
}

.menu-items{
    display: flex;
    justify-content: space-between;
    width: 460px;
    padding: 0;
}

.header-content-info-tel{
    position: relative;
}

.header-content-info-tel::before {
    content: '';
    height: 24px;
    width: 24px;
    position: absolute;
    left: -34px;
    background-image: url("/images/Phone.svg");
    background-repeat: no-repeat;
    opacity: 1;
    top: 10px;
}

.header-top__block--right, .header-top__block--left{
    display: flex;
    align-items: center;
}

.header-nav{
    margin-left: -2000px;
}

.header-content-btn{
    margin-left: 24px;
    cursor: pointer;
}

.video_bg_block2 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Соотношение 16:9 */
    overflow: hidden;
    margin-top: -702px;
}

.video_bg_block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: cover;
}

.header-container{
    width: 100%;
    height: 812px;
    background-image: url("/images/top_img.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    position: relative;
    background-size: cover;
    background-position-y: bottom;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.header-content__left--title{
    font-weight: 500;
    font-size: 110px;
    line-height: 81px;
    color: #FFFFFF;
}

.header-content__left--text div{
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #FFFFFF;
}

.header-content__block{
    max-width: 1430px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 129px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1000;
    position: relative;
}

.header-content__left{
    width: 571px;
    height: 404px;
}


.header-content__left--title,
.header-content__left--text,
.header-content__left--map
{
    display: none;
    opacity: 0;
}

.header-content__right{
    width: 400px;
    height: 357px;
}

.header-content__text-1, .header-content__text-2{
    margin-top: 21px;
}

.header-content__left--map{
    margin-top: 19px;
}

.header-container::before {
    content: '';
    height: 70px;
    width: 100%;
    position: absolute;
    left: 0;
    background-image: url("/images/bg_img_bot2.svg");
    background-repeat: no-repeat;
    bottom: 30px;
    background-position-x: center;
    margin: 0 auto;
    right: 0;
}

.header-content__form{
    width: 400px;
    height: 357px;
    border-radius: 16px;
    padding: 36px;
    background-color: #FFFFFF;
}

.header__form--title{
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #282F31;
}

.header__form--text{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #282F31;
}

.ask__form-button .submit{
    width: 328px;
    height: 44px;
    border-radius: 8px;
    padding: 6px 16px;
    background-color: #1E4D5B;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.ask__form .input-ask{
    width: 328px;
    height: 44px;
    padding: 6px 16px;
    border: 1px solid #D6E3E7;
    border-radius: 8px;
}

.input-ask::placeholder{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #718388;
}

.input-ask-1{
    margin-top: 26px;
}

.input-ask-2{
    margin-top: 20px;
}

.ask__form-block{
    margin-top: 20px;
}

.header__form--text{
    margin-top: 20px;
}

#myModal, #myModal_2{
    padding: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    opacity: 0;
    z-index: 10000000;
    text-align: left;
    width: 470px;
    height: 370px;
    background: #fff;
    border-radius: 16px;
}

#myOverlay {
    z-index: 1000000;
    position: fixed;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    margin: 0;
}

#myModal #myModal__close, #myModal_2 #myModal__close{
    width: 34px;
    height: 34px;
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer;
    display: block;
}

#myModal_2 .modal__block-title {
    max-width: 200px;
    text-align: center;
    margin: auto;
}

.modal__block-title{
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #282F31;
}

.questions_form_fields .ask__form-button .submit {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    padding: 6px 16px;
    background-color: #40b6ac;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.questions_form_fields .ask__form-button .submit:hover {
    background-color: #1A718B;
}

.questions_form_fields .ask__form-block {
    margin-top: 14px;
}

.questions_form_fields .input-ask-1 {
    margin-top: 0px;
}

.questions_form_fields .input-ask-2 {
    margin-top: 14px;
}

.questions_form_fields .ask__form .input-ask {
    width: 100%;
    height: 44px;
    padding: 6px 16px;
    border: 1px solid #D6E3E7;
    border-radius: 8px;
}

.modal__block-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #414C4F;
    margin-top: 17px;
}

.header-container-mob{
    display: none;
}

.block-tel-mob-menu{
    height: 24px;
    width: 24px;
    background-image: url("/images/phone_mob_menu.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    cursor: pointer;
}


#menu_mob {
    margin: 0 auto;
    border-radius: 4px;
    background: #FFFFFF;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    margin: auto;
    display: none;
    opacity: 0;
    z-index: 10000000;
    width: 100%;
    height: 100%;
    overflow: scroll;
}
#menu__close {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block;
    background-image: url("/images/closs_mob.svg");
    background-repeat: no-repeat;
    background-position: center;
}
#overlay_menu {
    z-index: 1000000;
    position: fixed;
    background-color: rgba(0,0,0,.7);
    width: 100%; height: 100%;
    top: 0; left: 0;
    cursor :pointer;
    display :none;
}

.mob_menu_items{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #323538 !important;
}

.mob_menu_item{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #0F0F0F !important;
}

.multi-level-mob, .multi-drop-mob{
    list-style: none;
}

.modal__block-content .block-footer-info .footer-nav-tel::before {
    left: -29px;
}

.modal__menu-info{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{
    display: block;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box{
    display: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    background: #f1f1f1;
    color: #666;
}

.modal__block-content{
    padding: 20px;
    overflow-y: scroll;
    max-height: 700px;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle{
    display: none;
}

.modal__block-content .footer-content-bot{
    text-align: left;
}

.modal__block-content .footer-info-adress-text{
    text-align: left;
}

.modal__block-content .footer-info-tel-text-block{
    margin: initial;
}

.modal__block-content .footer-content-social-img{
    margin: initial;
}

.modal__block-content .wpml-ls-legacy-dropdown-click a{
    background-color: #fff;
}

.footer-info-tel-num{
    min-width: inherit;
}

.header-content__left--title{
    width: 502px;
    height: 242px;
    background-image: url(/images/text_title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: -74px;
}

.header__content-title-mob{
    width: 264px;
    height: 97px;
    background-image: url(/images/text_title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
}

.video_bg{

}

/*.video_bg_block{*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    margin-top: -638px;*/
/*}*/

.video_bg_block{
    height: 106%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
}

.header__bg-color-mob{
    display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .home__footer::before {
        background-size: contain;
    }
}

@media only screen and (min-width: 920px) and (max-width: 1199px) {
    .menu-items .menu-item a {
        font-size: 13px;
    }

    .menu-items {
        width: 368px;
    }

    .header-nav {
        margin-left: 33px;
    }

    .header-content-info-tel a {
        font-size: 16px;
    }

    .header-content-btn {
        margin-left: 14px;
    }
    .header-content-btn {
        font-size: 12px;
        padding-top: 8px;
        padding-right: 10px;
        padding-bottom: 8px;
        padding-left: 10px;
    }

    .header-content-info-tel a {
        font-size: 16px;
    }

    .header-content-info-tel::before {
        left: -35px;
    }

    div.logo-block {
         width: 154px;
         height: 35px;
     }

    div.logo-block a{
        width: 154px;
        height: 35px;
    }

    .header-content__left--title {
        font-size: 90px;
    }

    .header-content__left--text div {
        font-size: 18px;
    }

    .header__form--title {
        font-size: 21px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 920px) {

    .menu-items .menu-item a {
        font-size: 13px;
    }

    .menu-items {
        width: 314px;
    }

    .header-nav {
        margin-left: 20px;
    }

    .header-content-info-tel a {
        font-size: 16px;
    }

    .header-content-btn {
        margin-left: 14px;
    }
    .header-content-btn {
        font-size: 10px;
        padding-top: 8px;
        padding-right: 5px;
        padding-bottom: 8px;
        padding-left: 5px;
    }

    .header-content-info-tel a {
        font-size: 12px;
    }

    .header-content-info-tel::before {
        left: -27px;
    }

    div.logo-block {
        width: 154px;
        height: 35px;
    }

    div.logo-block a{
        width: 154px;
        height: 35px;
    }

    .header-content__left--title {
        font-size: 60px;
    }

    .header-content__left--text div {
        font-size: 15px;
    }

    .header__form--title {
        font-size: 21px;
    }

    .header-content__form {
        width: 352px;
        height: 304px;
    }

    .header-content__right {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 1199px)  {

}

@media only screen and (max-width: 920px)  {



}

@media only screen and (max-width: 768px)  {

    .header__bg-color-mob {
        display: block;
        width: 100%;
        height: 630px;
        background-color: #000;
        opacity: 0.1;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .header-container{
        display: none;
    }

    .header-container-mob{
        display: block;
        width: 100%;
        height: 649px;
        background-image: url("/images/img_bg_header_mob.jpg");
        background-repeat: no-repeat;
        background-position-x: center;
        position: relative;
        background-size: cover;
        background-position-y: bottom;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
    }

    .header__content-title-mob{
        font-weight: 500;
        color: #FFFFFF;
        font-size: 65px;
        line-height: 90%;
        text-align: center;
        z-index: 10;
    }

    .header__content-text-mob div{
        font-weight: 400;
        line-height: 120%;
        color: #FFFFFF;
        font-size: 15px;
        text-align: center;
    }

    .block-menu-mob{
        height: 24px;
        width: 24px;
        background-image: url("/images/menu_burger.svg");
        background-repeat: no-repeat;
        background-position-x: center;
        cursor: pointer;
    }

    .block-tel-mob{
        height: 18px;
        width: 18px;
        background-image: url("/images/tel_mob.svg");
        background-repeat: no-repeat;
        background-position-x: center;
        cursor: pointer;
    }

    .header__content-map-mob{
        width: 315px;
        height: 100px;
        margin: 0 auto;
        margin-top: 46px;
    }

    .header-top__block-mob{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 20px;
        max-width: 315px;
        margin: 0 auto;
        z-index: 10;
        position: relative;
    }

    .header__content-mob{
        margin-top: 67px;
        height: 317px;
        z-index: 10;
        position: relative;
    }

    .header__content-text-mob{
        max-width: 315px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .header__content-text-2-mob{
        margin-top: 13px;
    }

    .header__content-btn-mob{
        width: 270px;
        height: 40px;
        border-radius: 8px;
        padding: 8px 16px;
        color: #2E5662;
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: left;
        margin: auto;
        margin-top: 50px;
        position: relative;
        padding-left: 69px;
        cursor: pointer;
        z-index: 10;
        position: relative;
    }

    .header__content-btn-mob::before {
        content: '';
        height: 21px;
        width: 21px;
        position: absolute;
        left: 39px;
        background-image: url("/images/img_btn_bot.svg");
        background-repeat: no-repeat;
        bottom: 12px;
        background-position-x: center;
    }

    .header__content-btn-mob::after {
        content: '';
        height: 106px;
        width: 330px;
        position: absolute;
        left: -30px;
        background-image: url("/images/img_bg_bot_mob.svg");
        background-repeat: no-repeat;
        bottom: -39px;
        background-position-x: center;
        right: 0;
        background-size: contain;
        margin: auto;
    }

    .header-container-mob::before {
        content: '';
        height: 31px;
        width: 100%;
        position: absolute;
        left: 0;
        background-image: url("/images/img_bg_btn_bot.svg");
        background-repeat: no-repeat;
        bottom: 18px;
        background-position-x: center;
        margin: 0 auto;
        right: 0;
    }
	
	/*.header-container-mob::after {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        background-color: #000;
		opacity: 0.7;
        background-repeat: no-repeat;
        bottom: 18px;
        background-position-x: center;
        margin: 0 auto;
        right: 0;
    }*/

    #myModal, #myModal_2 {
        width: 100%;
    }

    .header-content-mob {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        width: 100%;
        height: 68px;
        padding-top: 20px;
        max-width: 315px;
        margin: 0 auto;
        border-bottom: 1px solid #000;
        padding-bottom: 19px;
    }

    .mob__menu-nav_items ul li a{
        color: #000000;
        font-weight: 500;
        font-size: 23px;
        line-height: 140%;
    }

    .mob__menu-nav_items ul{
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .mob__menu-nav_bot-nav ul {
        list-style: none;
    }

    .mob__menu-nav_bot-nav ul li a{
        color: #000000;
        font-weight: 500;
        font-size: 23px;
        line-height: 140%;
    }

    .modal__block-content {
        text-align: center;
    }

    .mob__menu-nav_info-btn{
        border: 1.5px solid #000000;
        width: 220px;
        height: 36px;
        padding: 8px 16px;
        border-radius: 6px;
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        color: #000000;
        cursor: pointer;
        margin: auto;
        margin-top: 15px;
    }

    .mob__menu-nav_bot-text{
        color: #000000;
        font-weight: 400;
        font-size: 20px;
    }

    .mob__menu-nav_info-tel a{
        color: #000000;
        font-weight: 400;
        font-size: 20px;
    }

    .mob__menu-nav_info-email a{
        color: #000000;
        font-weight: 400;
        font-size: 20px;
    }

    .mob__menu-nav_bot-nav ul li{
        color: #000000;
        font-weight: 500;
        font-size: 13px;
        text-decoration: underline;
    }

    .mob__menu-nav_bot-text{
        color: #000000;
        font-weight: 500;
        font-size: 14px;
    }

    .mob__header-navbar{
        margin-top: 30px;
    }

    .mob__menu-nav_info{
        margin-top: 60px;
    }

    .mob__menu-nav_info-email{
        margin-top: 7px;
    }

    .mob__menu-nav{
        border-bottom: 1px solid #000;
        padding-bottom: 50px;
    }

    .mob__menu-info{
        margin-top: 8px;
    }




}

@media only screen and (max-width: 400px) {
    /*.header__content-btn-mob::after {*/
    /*    display: none;*/
    /*}*/
}