@font-face {
    font-family: 'AGLettericaC';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/AGLETTERICAC_0.OTF') format('woff2');
}
@font-face {
    font-family: 'AGLettericaC';
    font-style: normal;
    font-weight:700;
    font-display: swap;
    src: url('../fonts/AGLettericaC-Bold.otf') format('woff2');
}

body,
html {
    background: #1E1B1A;
    font-family: 'AGLettericaC';
    color: #FFF7F4;
    font-weight: 400;
}
body,
html,
li,
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
h1,
h2,h3 {
    margin: 0;
}
a,
button {
    cursor: pointer;
}
a {
    text-decoration: none;
    color: #131212;
}
button {
    border: 0;
}
button,
input {
    outline: 0;
}
.animation_class{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.wrapper{
    padding: 0 120px;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header{
    background: transparent;
    padding: 30px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.dopstyle_header{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1E1B1A;
    padding: 0;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.dopstyle_header .logo img{
    height: 80px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}

.burger_line{
    background: #FFFFFF;
    width: 4px;
    position: absolute;
}
.burger{
    width: 31px;
    height: 54px;
    position: relative;

}
.burger_btn{
    padding: 23px 36px;
    cursor: pointer;
}
.burger_btn:hover .burger_line_one,.burger_btn:hover .burger_line_three{
    top: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    bottom: 0;
}
.burger_btn.active .burger_line_one{
    transform: rotate(45deg);
    bottom: 0;
    left: 13px;
    top: 0px;
}
.burger_btn.active .burger_line_three{
    transform: rotate(-45deg);
    bottom: 0;
    right: 13px;
    top: 0px;
}
.burger_btn.active .burger_line_two{
    display: none;
}
.burger_line_one{
    top: 11px;
    bottom: 11px;
    left: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.burger_line_two{
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.burger_line_three{
    top: 11px;
    bottom: 11px;
    right: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social_link{
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_link:before{
    content: '';
    position: absolute;
    background-image: url("../imgs/bord2.svg");
    bottom: 0;
    right: 0;
    width: 18px;
    height: 18px;
    transform: rotate(-180deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.phone_error{
    color: #BC8A7E;
    text-align: center;
    margin: 20px 0;
}
.social_link:after{
    content: '';
    position: absolute;
    background-image: url("../imgs/bord2.svg");
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;

}
.logo:hover img{
    opacity: 0.8;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.logo img{
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.phone{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: #FFF7F4;
    margin-right: 30px;
    display: flex;
    align-items: center;
    transition: 200ms linear;
}
.phone:hover img{
    transform: rotate(45deg);
    transition: 200ms linear;
}
.phone:hover{
    color: #BC8A7E;
    transition: 200ms linear;
}
.phone img{
    transition: 200ms linear;
    margin-right: 12px;
}
.btn{
    font-size: 14px;
    line-height: 1.5;
    background: transparent;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1.96px;
    text-transform: uppercase;
    border: 1px solid #FFF7F4;
    border-radius: 100px;
    color: #FFF7F4;
    padding: 20px 36px;
    overflow: hidden;
display: flex;align-items: center;
    transition: all .7s;
    z-index: 1;
    position: relative;
}
.btn img{
    margin-right: 8px;
}
.btn:hover{
    color: #FFFFFF;
    border-color:#BC8A7E ;
    transition: all .7s;
}
.btn:after {
    content: "";
    position: absolute;
    background:transparent;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}
.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #BC8A7E;
    height: 120px;
    width: 100%;


    left: -100%;
    top: 0%;
    transition: all .7s;
}
.btn_bg:before{
    background: white;
}
.btn_bg:hover{
    color: #BC8A7E;
}
.btn:hover:before {
   left:0%;
}
.btn_bg{
    background: #BC8A7E;
    border-color:  #BC8A7E;
    color: white;
}
.header_col{
    display: flex;
    align-items: center;
}
.btn_pink{
    color: #E4D5D3;
    border-color: #E4D5D3;;
}
.owl-carousel .owl-item .address img {
    height: 21px;
    display: inline-block;
    width: auto;
    position: relative;
    top: 5px;
    margin-right: 6px;
}
.news_date {
    margin-bottom: 20px;
    font-weight: 700;
    opacity: 0.4;
    font-size: 13px;
    position: absolute;
    top: 30px;
}
.news_panel__body .news_date{
    position: relative;
    top: 0!important;
}
.banner_subtitle{
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 1.96px;
    color: #FFF7F4;
    font-weight: 400;
    z-index: 1;
    position: relative;
}
.banner_title{
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 90px */
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: #FFF7F4;
    text-align: left;
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}
.button{
    display: flex;
    justify-content: center;
}
.banner_block{
    height: 70vh;
    min-height: 580px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #4B4F54;
    position: relative;
}
.scroll_block{
    position: absolute;
  left: 50%;
bottom: -17%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    justify-content: flex-start;
    animation: scroll 2s infinite;
    animation-direction: alternate;
}
@keyframes scroll{
    0%{
        transform: translateY(-50%) ;
    }
    100%{
        transform: translateY(-85%) ;
    }
}


.banner_slide{
    position: relative;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    padding: 0 120px;
    box-sizing: border-box;
    align-items: stretch;
}

.banner_slide{
    min-height: 580px;
    height:70vh;
    width: 100%;
    background-size: cover!important;
    background-position: bottom!important;
    background-repeat: no-repeat!important;
}
.owl-nav{
    position: absolute;
top: 45%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
left: 40px;
    justify-content: space-between;
    right: 40px;
}
.owl-nav button{
    margin: 0 14px;
}
.owl-nav button:hover img,.swiper_nav div:hover img{
    transition: all .7s;
    transform: scale(1.1);
}
.owl-nav button img,.swiper_nav img{
    transition: all .7s;
}
.scroll_block span{
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.run_block{
    background: #BC8A7E;
    padding: 16px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.run_text{
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: auto;
    overflow: hidden;
    -webkit-animation: run_banner 15s linear infinite ;
    animation: run_banner 15s linear infinite ;
    position: absolute;
    /*width: 100%;*/
    white-space: nowrap;
    transform: translateX(100%);
    top: 50%;
    margin-top: -10px;
}
@keyframes run_banner {
    to { transform: translateX(-100%); }
}
.section{
  padding-bottom: 162px;
    position: relative;
    z-index: 2;
}

.section_title{
    font-weight: 400;
    font-size: 27px;
    line-height:1.2;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: #FFF7F4;
}
.section_title_big{
    font-size: 40px;
}
.flex_partnerstvo .section_title{
    width: 48%;
}
.button.fix{
    margin-top: 36px;
    justify-content: flex-start;
}

.col_left{
    width: 50%;
}
.col_right{
    width: 45%;
    padding-left: 20px;

}
.description_list{
    margin-top: 36px;
}
.popup_style iframe {
    height: 50vh;
    margin-bottom: -4px;
}
.video_popup .panel {
    padding: 0;
    max-width: 50%;
}
.description_list .li{

    padding: 24px 20px 0px 0px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.8px;
    color: rgba(255, 247, 244, 0.76);
    position: relative;
    display: flex;
}
.line{
    position: relative;
    overflow: hidden;
    width: 150%;
    height: 1px;
    background: rgba(184, 156, 148, 0.01);
}
.line.fix{
    width: 100%;
}
.description_list .li span{
    color: rgba(255, 247, 244, 0.76);
    margin-right: 15%;
    display: block;
}
/*.description_list .li:before{*/
/*    position: absolute;*/
/*    right: 24px;*/
/*    top: 72%;*/
/*    transform: translateY(-50%);*/
/*    background-image: url("../img/add.svg");*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    content: '';*/
/*}*/
.section_bg{
 padding: 150px 0;

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1E1B1A;
}
.section_description.fix{
    margin-top: 0;
}
.scrolling{
    max-height: 560px;
    overflow-y: auto;
    direction: rtl;
}
.scrolling_info{
    padding-left: 50px;
    direction: ltr;
}
.scrolling::-webkit-scrollbar { width: 6px; height: 100%;}
.scrolling::-webkit-scrollbar-button {  background-color: rgba(188, 138, 126, 0.3); }
.scrolling::-webkit-scrollbar-track {  background-color: rgba(188, 138, 126, 0.3);}
.scrolling::-webkit-scrollbar-track-piece { background-color: rgba(188, 138, 126, 0.3);}
.scrolling::-webkit-scrollbar-thumb { height: 0;  background-color: rgba(188, 138, 126, 0.3); border-radius: 0;}
.scrolling::-webkit-scrollbar-corner {  background-color: rgba(188, 138, 126, 0.3);}
.scrolling::-webkit-resizer {  background-color: rgba(188, 138, 126, 0.3);}
.flex_col{
    align-items: flex-start;
}
.term_item{
    background: #E4D5D3;
    width: 48%;
    padding: 24px 13px;
    box-sizing: border-box;
}
.term_img{
    margin: 0 auto 12px auto;
    display: block;
}
.term_title{
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4B4F54;
    margin-bottom: 12px;
}
.term_descr{
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #4B4F54;
    margin-bottom: 24px;
}
.term_subdescr{
    font-size: 12px;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #4B4F54;

}
.flex_term{
    margin: 30px 0 18px 0;
    align-items: stretch;
}
.border_block{
    background: #FFFFFF;
    border: 1px solid rgba(75, 79, 84, 0.2);
    border-right: 0;
    margin-left: 80px;
    padding-right: 80px;
    display: flex;
    position: relative;
}

.flex_prodazh{
    margin-top: 30px;
}
.footer{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1E1B1A;
    padding-top: 60px;
    border-top: 1px solid rgba(106, 80, 73, 0.5);
}
.footer_bottom{
    border-top: 1px solid rgba(106, 80, 73, 0.5);

    padding: 60px 0;
    position: relative;
}
.menu_link{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
    color: #FFF7F4;
    opacity: 0.76;
    transition: all .7s;
}
.menu_link:hover{
    opacity: 1;
    transition: all .7s;
    color: #BC8A7E;
}
.dev a:hover{
    opacity: 0.5;
    transition: all .7s;
}
.dev a{
    transition: all .7s;
}
.menu_item{
    margin: 0 10px 7px 0;
}
.menu_item:last-child{
    margin-right: 0;
}
.footer_menu{
    flex-wrap: wrap;
    padding-bottom:50px;
}
.license{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.8px;
    color: #FFF7F4;

    opacity: 0.76;
    margin-bottom: 33px;
}
.footer .social_link{
    margin: 0 0 0 65px;
}
.news_item{
    background: #E4D4D4;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    height: 100%;
}
.news_img{
    background-blend-mode: soft-light, normal;
    height: 305px;
    background-size: cover!important;
    min-height: 305px;
    background-position: center!important;
}
.news_info{
    padding: 65px 50px 30px 50px;
    border: 1px solid rgba(35, 31, 32, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
}
.plan_item{
    position: relative;
}
.col_plan:before{
    content: '';
    position: absolute;
    left: -1px;
    top: 0px;
    background-image: url("../imgs/bord3.svg");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.col_plan:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: -1px;
    background-image: url("../imgs/bord3.svg");
    width: 30px;
    height: 30px;
    transform: rotate(270deg);
    background-repeat: no-repeat;
    background-size: cover;
}
.plan_item:before{
    content: '';
    position: absolute;
    left: -29px;
    top: 0px;
    background-image: url(../imgs/bord4.svg);
    width: 60px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
}
.plan_item:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: -30px;
    background-image: url(../imgs/bord4.svg);
    width: 60px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.news_info:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/bord3.svg");
    width: 23px;
    height: 18px;
}
.news_info:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../img/bord3.svg");
    width: 23px;
    height: 18px;
    transform: rotate(-180deg);
}
.news_title{
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4B4F54;
    margin-bottom: 24px;
}
.flex_news{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 70px;
    margin-top: 60px;
}
.img_pos{
    position: absolute;
    right: 0;
    top: 23%;
}
.section_top{
    max-width: 715px;
    width: 100%;
}
.map{
    height: 377px;
    width: 100%;
    border-top: 1px solid rgba(75, 79, 84, 0.4);
}
.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-bottom-left{
    display: none!important;
}

.contact_info{
    margin-top: 30px;
    border-bottom: 1px solid rgba(188, 138, 126, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact_info span{
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.8px;
    color: #FFF7F4;
    font-weight: 400;
    opacity: 0.76;
    width: 45%;
}
.contact_info div,.contact_info a{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-align:right;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: #FFF7F4;
    padding-left: 10px;
    transition: all .7s;
}
.contact_info a:hover{
    color: #BC8A7E;
    transition: all .7s;
}
.contact_info >div{
    width: 58%;
    box-sizing: border-box;
}
.contact_info div.social_contact{
    width: 45%;
}
.contact_info.fix{
    border: none;
    margin-bottom: 65px;
}
.contact_info.fix span{
    border-bottom: 1px solid rgba(188, 138, 126, 0.1);
}
.social_contact .social_link{
    margin: 0 0 0 3%;
}
.contact_left{
    width: 55%;
    position: relative;
}
.contact_list{
    margin-top: 60px;
}
.contact_right{
    width: 42%;
    box-sizing: border-box;
}
.contact{
    display: flex;
    /*align-items: center;*/
    align-items: stretch;
}
.gallery_item {
    height: 830px;
    background-size: cover!important;
    background-position: center!important;
}
.owl-dots{
    position: absolute;
    bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    flex-wrap: wrap;
    transform: translateX(-50%);
}
.owl-dot{
    width: 6px;
    height: 6px;
    background: rgba(255, 247, 244, 0.3)!important;
    border-radius: 50%;
    margin: 3px 4px;
}
.owl-dot.active{
    width: 9px;
    height: 9px;
    background: #FFF7F4!important;
}
.section_right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}
.address {
    margin-top: 32px;
    color: #e3d6d2;
}
.title_line{
    width: 165px;
    height: 1px;
    background: #4B4F54;
    margin-left: 31px;
    display: block;
}
.section_subtitle{
    display: flex;
    align-items: center;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.swiper_nav{
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    left:10%;
}
.swiper-button-next, .swiper-button-prev{
    position: relative!important;
    top: 0!important;
    width: auto!important;
    right: 0!important;
    margin-top: 0!important;
    height: auto!important;
}

.bg{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #E4D5D3;
    left: 18%;
}
.img_pos1{
    position: absolute;
    left: 0;
    top: 10%;
}
.scroll_times{
    max-width: 510px;
    width: 100%;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    margin-top: -6px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.hid_times{
    overflow: visible;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}
.hid_time .hid_month{
    transition-duration: .3s;
}
.hid_time.swiper-slide-active:hover .hid_month{
    opacity: 1;
}
.hid_time:hover .hid_month{
    opacity: 0.7;
}
.hid_time{
    opacity: 0.4;
    cursor: pointer;
}
.hid_time.swiper-slide-active{
    opacity: 1;
}
.wrapper_fix{
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    position: relative;
}
.wrapper_fix:before{
    content: '';
    position: absolute;
    bottom: -40px;
    background: #4B4F54;
    opacity: 0.4;
    height: 1px;
    max-width: 984px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.wrapper_fix:after{
    content: '';
    position: absolute;
    top: -60px;
    background: #4B4F54;
    opacity: 0.4;
    height: 1px;
    max-width: 984px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.hid_month{
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #4B4F54;
    margin-bottom: 6px;
}
.hid_year{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4B4F54;

}
.hid_img,.video_hid{
    height: 500px;
    background-size: cover;
    background-position: center;
    transition: 400ms linear;
    position: relative;
}
.video_hid{
    width: 100%;
}
.video_hid video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover;
    min-width: 100%;
}
.video_hid.active video{
    opacity: 1;
}
/*.video_hid iframe video{*/
/*    width: 100% !important;*/
/*    min-width: auto!important;*/
/*}*/
.video_hid.active .play_hid{
    display: none;
}
.video_hid.active{
    background-image: none!important;
}
.play_hid{
    position: absolute!important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100%!important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .7s;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
}
.play_hid img{
    width: 70px!important;
    transition: all .7s;
}
.hid_time_inner {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    background: white;
    line-height: 1;
    padding: 13px 22px 11px 22px;
    opacity: .8;
    font-weight: 700;
}
.firstActiveItem .hid_img{
    height: 295px;
}
/*.hid_slider{*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.hid_slider  .owl-stage{*/
/*    align-items: flex-end;*/
/*    display: flex;*/
/*}*/
.hid_block .owl-nav {
    left: 0;
    transform: none;
    bottom: auto;
    top: 50%;
    width: 100%;
    margin-top:35px;
}
.hid_block .owl-carousel .owl-nav button.owl-prev, .hid_block .owl-carousel .owl-nav button.owl-next{
    position:absolute;
}
.hid_block .owl-carousel .owl-nav button.owl-prev{
    left:0px;
}
.hid_block .owl-carousel .owl-nav button.owl-next{
    right:10px;
}
.hid_top{
    position: relative;
    max-width: 70%;
    margin-bottom: 30px;
}
.section_before{
    position: relative;
    padding-bottom: 40px;
}
.section_before:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: -70px;
    bottom: 0;
    background: #E4D5D3;
}


.one_img{
    transition: all 300ms ease-out;
    position: relative;
    display: inline-block;
    overflow: hidden;
    /*width:50%;*/
    top: 0;
}
.one_img:before{
    background: linear-gradient(0deg, rgba(30, 27, 26, 0.23) 0%, rgba(30, 27, 26, 0.23) 100%);
    background-blend-mode: hard-light, normal;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.one_img img{
    position: relative;
    /**/
    width: 100%;
    object-position: center;
    height: 100%;
    object-fit: cover;
}
.contact_right.col_img{
    max-height: 100%;
    overflow: hidden;
}
/*.col_img .one_img:first-child img{*/
/*    right: 80%;*/
/*}*/
/*.col_img .one_img:last-child img{*/
/*    right: 180%;*/
/*}*/
/*.col_img:hover .one_img{*/
/*    top: -20px;*/
/*}*/
/*.col_img:hover .one_img:last-child{*/
/*    top: 20px;*/
/*}*/
.col_img{
    display: flex;
    max-height: 600px;
}
.flex_col{
    align-items: stretch;
}
.one_two{
    width: 33%;
    position: relative;
    transition:all 0.7s;
}
.one_two img{
    width: 100%;
    height: 100%;
    max-height: 598px;
    object-fit: cover;
}
.col_right.fix{
    justify-content: space-between;
    display: flex;
}
.col_right.fix:hover .one_two:last-child{
    width: 40%;
}
.col_right.fix:hover .one_two:first-child{
    width: 55%;
}
.col_right.fix:hover .one_two:nth-child(2){
    width: 40%;
}

.section_description{
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.8px;
    color: #FFF7F4;

    opacity: 0.76
}
.flex_partnerstvo{
    align-items: flex-start;
}
.bg_plan{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #E4D5D3;
}
.messenger_list .social_link:after{
    background-image: url("../imgs/bord1-grey.svg");
}
.messenger_list .social_link:before{
    background-image: url("../imgs/bord1-grey.svg");
}
.contact_info .social_link:after{
    background-image: url("../imgs/bord1-grey.svg");
    opacity: 0.3;
}
.contact_info .social_link:before{
    background-image: url("../imgs/bord1-grey.svg");
    opacity: 0.3;
}
.contact_info .social_link{
    padding: 0;
}
.splitting .char{
    transition: transform .8s;
    position: relative;
    transition-delay: calc(.3s * var(--char-index) / var(--char-total));
}
[data-scroll=out] .char{
    transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    opacity: 0;
}
[data-scroll=in] .char{
    transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
}
.splitting  .word{
    overflow-y: hidden;
    white-space: nowrap;
}
.splitting .char, .splitting .word {
    display: inline-block;
}
.section_subtitle .whitespace{
    width: 10px;
}
.flex_news .owl-stage{
    display: flex;
    align-items: stretch;
}
.flex_news .owl-nav{
    bottom: -60px;
}
.btn_call.mob{
    display: none;
    cursor: pointer;    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn_call.mob:hover{
    transform: scale(1.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.line_fill {
    width: 100%;
    height: 100%;
    background-color: rgba(188, 138, 126, 0.1);
}
[data-scroll=in] .line_fill{
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: transform .8s;
}
[data-scroll=out] .line_fill{
    transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: transform .8s;
}
[data-scroll=in] .title_line{

    transition:width 1s ease 0.3s;
    width: 165px;
}
[data-scroll=out] .title_line{
    width: 1px;
}

.mob_menu{
    left: -100%;
    top: 145px;
    bottom: 0;
    width: 100%;
    background: rgba(75, 79, 84, 1);
    position: fixed;
    z-index: 20;
    transition: all 1s ease 0s;
    opacity: 0;
    overflow: auto;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mob_menu.active{
    transition: all 1s ease 0s;
    visibility: visible;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1E1B1A;
    opacity: 1;
    left: 0;
}
.dopstyle_menu{
    top: 84px;
}
.menu_scroll{
    overflow: auto;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menu_scroll .menu_item{
    margin: 0 0 20px 0;
}
.menu_scroll .menu_link{
    font-size: 24px;
   min-height: 35px;
    display: inline-block;
    line-height: 1.5;
}
.menu_scroll .phone,.menu_scroll .social_list{
    display: none;
}
.menu_scroll .phone{
    margin-right: 0;
}
.menu_scroll .social_link{
    margin: 0 20px 10px 20px;
}
.social_link:hover:before{
    bottom: -6px;
    right: -6px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.social_link:hover:after{
    top: -6px;
    left: -6px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.social_link:hover img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.social_link img{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.popup_style {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    right: -50%;
    top: 0;
    bottom: 0;
    background-color: rgba(30, 27, 26, 0.7);
    z-index: 11111;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.popup_style.active {
    opacity: 1;
    visibility: visible;

    right: 0;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;

}
.panel {
    width: 100%;
    max-width: 499px;
    padding: 70px 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color:#1E1B1A;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
}
.popup_style.active .panel.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    transition-delay: .4s;
}
.popup_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 7;
}
.popup_close:after, .popup_close:before {
    background-color:#BC8A7E;
    content: '';
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    height: 18px;
    left: 22px;
    position: absolute;
    top: 12px;
    width: 2px;
}
.popup_close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup_close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup_zaglav{
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFF7F4;
    text-align: center;
    margin-bottom: 25px;
}
.form-group{
    width: 48%;
    border-bottom:1px solid rgba(255, 247, 244, 0.2);

}
.panel .form-group{
    width: 100%;
    margin-bottom: 10px;
}
.feedback_form{
    max-width: 1090px;

    margin: 0 auto;
    margin-top: 68px;
}
.panel .feedback_form{
    margin-top: 0;
}
.section_bg .section_title{
    text-align: center;
    /*max-width: 1185px;*/
    margin: 0 auto;
}
.form-control{
    width: 100%;
    padding: 16px 5px;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 1.96px;
    color: #FFF7F4;
    background: transparent;
    font-family: 'AGLettericaC';
    font-weight: 400;
    box-sizing: border-box;
    border: none!important;
    text-align: center;
}
.form-control::placeholder{
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 1.96px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF7F4;
    font-family: 'AGLettericaC';
    font-weight: 400;
}
.input_but{
    border: none;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 1.96px;
    text-transform: uppercase;
    padding: 22px 45px;
    background: #FFF7F4;
    border-radius: 100px;
    color: #1E1B1A;
    max-width: 526px;
    width: 100%;
    box-sizing: border-box;
    transition: all .7s;
}
.input_but:hover{
    background: #BC8A7E;
    color: white;
    transition: all .7s;
    cursor: pointer;
}
.form_check{
    width: auto!important;
    margin: 36px 0;
    position: relative;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.1;
    color: rgba(255, 247, 244, 0.76);
    border: none;
    padding: 0;
    padding-left: 24px;
    text-align: center;
    display: block;
    box-sizing: border-box;
}
.form_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.form_check_text{
    font-weight: normal;
    position: relative;
    top: 8px;
    transition-duration: .3s;
}
.button_style{
    display: flex;
    justify-content: center;
}
.form_check .form_yes {
    position: absolute;
    top: 6px;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid #FFF7F4;
    box-sizing: border-box;
}
.form_yes:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #FFF7F4;
    border-radius: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.form_check input:checked ~ .form_yes:before {
    opacity: 1;
}

.form_check .form_yes:after {
    content: "";
    position: absolute;
    display: none;
}

.form_check input:checked ~ .form_check .form_yes:after {
    display: block;
}
.scroll {
    max-height: 75vh;
    overflow: auto;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
}
.news_panel .fn_img {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 20px auto;
    display: block;
}
.news_panel__video{
    width: 70%;
    margin: 0 auto;
}
.fn_all_text{
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.05em;
    color: #4B4F54;
}
.fn_all_text.fn_all_text_video{
    padding: 20px 4% 20px 4%;
}
.scroll::-webkit-scrollbar { width: 4px; height: 4px;}
.scroll::-webkit-scrollbar-button {  background-color: #BC8A7E; }
.scroll::-webkit-scrollbar-track {  background-color: #BC8A7E;}
.scroll::-webkit-scrollbar-track-piece { background-color: rgba(188, 138, 126, 0.71);}
.scroll::-webkit-scrollbar-thumb { height: 0; background-color: #000; border-radius: 0;}
.scroll::-webkit-scrollbar-corner { background-color:#BC8A7E;}
.scroll::-webkit-resizer { background-color: #BC8A7E;}
.left_one{
    width: 48%;
}
.right_one{
    width: 50%;
}
.flex_btn{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.section_otst  .flex_btn .btn{white-space: nowrap}
.block_info .btn_bg{
    margin-right: 36px;
}
.flex_partnerstvo > div{
    width: 48%;
}
.commerce_tabs{

}
.tabs_item{
    padding: 21px 10px 21px 20px;
    border-bottom: 1px solid rgba(188, 138, 126, 0.1);
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.8px;
    color: rgba(255, 247, 244, 0.76);
    cursor: pointer;
}
.tabs_item:last-child{
    border: none;
}
.tabs_item.active,.tabs_item:hover{
    background: #BC8A7E;
    color: #1E1B1A;
    transition: all .5s;
}
.tabs_item.active img,.tabs_item:hover img{
    filter: brightness(0);
    transition: all .5s;
}
.tabs_item img{
    margin-right: 30px;
    transition: all .5s;
    width: 30px;
}
.commerce_opis{

    width: 48%;
    box-sizing: border-box;
    position: relative;
}

.commerce_block{
    display: flex;
    margin-top: 40px;
    align-items: stretch;
    justify-content: space-between;
}
.commerce_block>div{
    width: 48%;
}
.commerce_info{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.commerce_info.active{
    position: relative;
    opacity: 1;
    visibility: visible;
}
.commerce_info img{
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}
.commerce_info .section_description{
    margin: 20px 0 25px 0;
}
.commerce_info .button{
    margin-top: 0;
}
.commerce_info .section_description li{
    position: relative;
    padding-left: 10px;
}
.commerce_info .section_description li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 100%;
    background:#BC8A7E;
    width: 5px;
    height: 5px;
}

.block_info .section_description{
    margin-top: 0;
}

#contact>.flex{
    align-items: stretch;
}
.left_img{
    max-width: 525px;
    height: 510px;
    z-index: 9;
    padding-bottom: 104px;
}
.left_img.fix{
    height: 100%;
    max-width: none;
    padding-bottom: 0;
}
.right_img{
    max-width:390px;
    height: 365px;
    z-index: 10;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
}
.right_img.fix{
    height: 382px;
    max-width: 415px;
}
.block_text{
    width: 48%;
}
.block_img{
    width: 48%;
    position: relative;
}
.section_otst{
    padding-left: 9%;
}
.block_left{
    width: 48%;
    position: relative;
}
.section_img{
    margin-top: 120px;
}
.slider_img{
    height: 1080px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 101%;
    margin-bottom: 66px;
    margin-left: -1px;
}
.slider_images.fix .slider_img{   height: 762px;
}
.slider_item .section_title{
    text-align: center;
}
.slider_item .section_description{
    text-align: center;
    max-width:80%;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.slider_text .owl-nav,.slider_text_new .owl-nav{
    left: 0;
    right: 0;
}
.flex_block{
    align-items: flex-start;
}
.slider_images.fix .owl-nav{
    display: none;
}
.slider_text button,.slider_text_new button{
    margin: 0!important;
}
.section_img_fix{
    margin-top: 90px;
    max-height: 410px;
}
.team_item{
    height: 738px;
    position: relative;
    background-size: cover!important;
    background-position: center!important;
}
.team_bg{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(30, 27, 26, 0.7);
    transition: all .7s;
    cursor: pointer;
}
.team_item:hover .team_bg{
    transition: all .7s;
    opacity: 1;
}
.team_name{
    font-weight: 400;
    font-size: 27px;
    line-height: 150%;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: #FFF7F4;
    margin-bottom: 20px;
    text-align: center;
}
.team_pos{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.8px;
    color: #FFF7F4;
    opacity: 0.76;
}
.team_text{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
}
.team_social{
    position: absolute;
    bottom:40px ;
    left: 50%;
    transform: translateX(-50%);
}
.team_social .social_link img{
    max-width:22px ;
    width: 100%;
}
.team_social .social_link{
    margin: 0 20px;
}
.slider_team .owl-dots{
    bottom: -36px;
}
.slider_team .owl-nav{
    left: -80px;
    right: -80px;
}
.slider_team{
    margin-top: 60px;
}
.benefits_title{
    font-weight: 400;
    font-size: 35px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    color: #FFF7F4;
    margin-bottom: 8px;
}
.benefits_descr{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFF7F4;
    opacity: 0.8;
}
.benefits{

    background: #BC8A7E;
}
.benefits_list .owl-dots{
    bottom: -36px;
}
.benefits_list .owl-nav{
    left: -80px;
    right: -80px;
    top: 50%;
}
.benefits_item{
    max-width: 277px;
    margin: 0 auto;
}
.benefits_list{
    padding: 83px 0;
}
.img_fix{
    position: absolute;
    left: 0;
    right: -10%;
    top: 10%;
    height: 530px;
    z-index: 0;
}
.flex_block.fix{
    align-items: stretch;
}
.section_fix{
    padding-top: 160px;
}
.pos{
    position: absolute;
}
.pos1{
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1055px;
    display: block;
}
.pos2{
    left: 10%;
    top: 25%;
    max-width: 1150px;
}
.pos3{
    max-width: 960px;
    top: -5%;
    left: 8%;
}
.section_otst.fix{
    margin-top: 60px;
    margin-bottom: 80px;
}
.section_otst.fix .section_description{
    margin: 20px 0 24px 0;
}
.descr_ots{
    margin: 60px 0;
}
.slider_images_new{
    margin-top: 60px;
}
.contact_list .btn_bg:hover img{
    filter: invert(1);
    transition: all .7s;
}
.contact_list .btn_bg img{
    transition: all .7s;
}
.btn_addr{
   text-transform: none;
}
.banner_bottom{
    margin: 36px 0 0 0;
    text-transform: uppercase;
}
.teleg_link{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    animation: pulse 1500ms infinite;
}
@keyframes pulse {
    0%{
        transform: scale(1.0);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1.0);
    }
}
.teleg_link img{
    width: 100%;
}
.banner_grid_item_title{
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px; /* 53.488% */
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: #FFF7F4;
    margin-bottom: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_grid_item_title svg{
    width: 40px;
    margin: 0 10px;
    height: 45px;
}
.banner_grid_item span{
    color: #FFF7F4;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
}
.banner_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 44px 36px;
    margin-bottom: 39px;
    z-index: 1;
    position: relative;
}
.banner_slide{
   flex-direction: row;
    justify-content: space-between;
    grid-gap: 40px;
}
.banner_left{
max-width: 780px;
    width: 100%;
    position: relative;
    top:77%;
    transform: translateY(-50%);
}
.banner_right{
max-width: 575px;
    width: 100%;
    position: relative;
    top: 78%;
    transform: translateY(-50%);
}
.banner_right:before,.banner_left:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 846px;
    background: rgba(38, 33, 31, 0.50);

    filter: blur(81.94999694824219px);
}
.play{
    position: absolute!important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: auto;
    height: 70px!important;
    object-fit: contain!important;
    transition: all .7s;
    cursor: pointer;
}
.play:hover{
    transform: translate(-50%,-50%) scale(1.1);
    transition: all .7s;
}
.play_hid:hover img{
    transform: scale(1.1);
    transition: all .7s;
}
.flex_plan .flex_btn{
    margin-left: 40px;
    flex-wrap: nowrap;
}
.flex_plan .flex_btn .btn{
    white-space: nowrap;
}
.flex_plan .section_title{
    max-width: 960px;
    width: 100%;
    order: 0;
}
.flex_plan{
    align-items: flex-end;
    margin-bottom: 60px;
}
.planning_img_block{
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    position: relative;
}
.planning_img{
    max-width: 85%;
    max-height: 75%;
    object-fit: contain;
}
.planning_title{
    font-weight: 400;
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF7F4;
    /*display: flex;*/
    /*align-items: center;*/
    margin-top: 29px;
    /*justify-content: center;*/
}
.planning_title svg{
    margin: 0 16px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.planning_flex_item{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 180% */
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    margin: 0 6px;
}
.planning_flex_item img{
    margin-right: 6px;
}
.planning_flex{
    margin: 29px 0;
}
.slider_planning .btn{
    text-align: center;
    justify-content: center;
}
.slider_planning .owl-nav{
    left: 0px;
    right: 0px;
    top: 50%;
}
.hid_title{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 180% */
    letter-spacing: 0.8px;
    text-transform: capitalize;
    opacity: 0.76;
    margin-bottom: 24px;
}
.hid_img,.video_hid{
    height: 697px;
    object-fit: cover;
}
/*.hid_video iframe,.hid_video iframe video{*/
/*    height: 697px;*/
/*    width: 100%;*/
/* }*/
.hid_slider .owl-nav{
    left: -90px;
    right: -90px;
    top: 55%;
    z-index: -1;
}
.description_list.fix{
    margin: 60px 0;
}
.block_img.fix .left_img{
    max-width: 604px;
    height: 582px;
    z-index: 9;
    padding-bottom: 104px;
    right: 0;
    margin-right: 0;
    margin-left: auto;
    display: block;
}
.block_img.fix .right_img{
    max-width: 542px;
    height: 452px;
    right: auto;
}
.banner_grid_item{
    position: relative;
}
.banner_grid_item:first-child:before{
    width: 1px;
    height: 132px;
    background: rgba(255, 247, 244, 0.5);
    top: -10px;
    right: -20px;
    position: absolute;
    content: '';
}
.banner_grid_item:first-child:after{
    max-width: 253px;
    width: 100%;
    height: 1px;
    content: '';
    background: rgba(255, 247, 244, 0.5);
    bottom: -22px;
    left: 0;
    position: absolute;
}
.banner_grid_item:nth-child(3):before{
    width: 1px;
    height: 132px;
    background: rgba(255, 247, 244, 0.5);
    top: 10px;
    right: -20px;
    position: absolute;
    content: '';
}
.banner_grid_item:nth-child(2):after{
    max-width: 253px;
    width: 100%;
    height: 1px;
    content: '';
    background: rgba(255, 247, 244, 0.5);
    bottom: -22px;
    right: 0;
    position: absolute;
}
.pos4{
    max-width: 800px;
    right: -10px;
    top: 0px;
}
.section_description_fix{
    margin-top: 60px;
}
.button_top{
    margin-top: 0;
}
.resize{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.01);
}
.resize img{
    max-width: 30px;
    opacity: 0.7;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.resize img:hover{
    transform: scale(1.1);
}
.code_block{
    background: rgba(255, 247, 244, 0.71);
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 40px;
    max-width: 610px;
    width: 100%;
    box-sizing: border-box;
}
.code_text{
    font-family: AGLettericaC;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 3.2px;
    color: #1E1B1A;
    text-transform: uppercase;
    text-align: left;
}
.code_block img{
    max-width: 86px;
}
.code_block a{
    margin-right: 23px;
    display: block;
}
.li_richness span{
    color: #BC8A7E!important;
    min-width: 133px
}
.li_richness li {
    position: relative;
    padding-left: 10px;
}
.li_richness li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #BC8A7E;
}
.slider_richness .owl-dots {
    position: absolute;
    bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    flex-wrap: wrap;
    transform: translateX(-50%);
}
.slider_richness .slider_img{
    margin-bottom: 0;
    height: 100%;
    background-position: center!important;
    background-size: cover!important;
    /*margin-left: 0px;*/
    width: 100%;
}
.slider_richness ,.slider_richness .owl-stage-outer,.slider_richness .owl-stage,.slider_richness .owl-item{
    height: 100%;
    overflow: hidden;
}
.description_list .li.li_richness{
    padding-top: 10px;
    margin-bottom: 10px;
    padding-right: 0;
}
.block_text_richness p{
    margin: 5px 0;
}
.block_text_richness .description_list{
    margin-top: 20px;
}
.page_text{
    padding: 150px 0 50px 0;
}
.page_text .section_title{
    margin: 15px 0;
    font-size: 27px;
}
.menu_item.fix{
    display: none;
}
.page_text a{
    position: relative;
    white-space: nowrap;
}
.page_text a:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition-duration: 0.3s;
    height: 1px;
    background: #BC8A7E;
}
.page_text a:hover:before{
    width: 0;
    right: auto;
    transition-duration: 0.3s;
}
.descript_popup{
    text-align: center;
}