body, html {   
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

body{
    overflow-x:hidden;
}

*{
    outline:none !important;
}

.big-container{
    margin: 0 auto;
    max-width: 1035px;
}

li, ul {   
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
.container{
    max-width: 1230px;    
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.small-container{
    max-width: 650px;    
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.logo_block_left_side{
    width: 154px;
    height: 45px;
    background-image: url(/assets/img/sd-logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    
}
.logo_block_left_side a {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 22px;
    width: 100%;
    height: 100%;
    color: white;
    padding-left: 30px;
}

.main_circle_right_header_block{
    color: #fff;
}
.nav_block_menu_header {
    color: #fff;
    display: flex;
}
.item_nav_header_block{
    margin: 0 10px;
    position: relative;
}
.item_nav_header_block ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    background: #c4c4c459;
    margin: 10px -20px;
    padding: 5px 20px;
    width: 240px;
    border-radius: 10px;
}
.item_nav_header_block:hover ul {
    visibility: visible;
    opacity: 1;
}
.item_nav_header_block ul li {
    margin: 10px 0;
}
.footer_main_nav .item_nav_header_block ul {
    bottom: 30px;
    background: #393939;
    color: white;
}

.mail_header_right i{
    color: #ffffff;
    position: relative;
    z-index: 100;
}
.mail_header_right i::before{
    content:'';
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    opacity: 0.2;
    position: absolute;
    z-index: 1;
}
.pick_modal {
    width: 50px;
    height: 50px;
    /* background-color: #676767; */
    background-color: rgba(255,255,255,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: none;
}
.media-project-hover{
        background-position: 50% 50%;
}
.pick_modal i {
    font-size: 20px;
   /*  color: #fff; */
   color: #34322f;
}

.prienm_prc h3::after{
    content:'%';
}

.main_menu_desktop_block{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#header {    
    padding: 0 54px;
    padding-top: 52px;
}
.row{
    margin-right: 0;
    margin-left: 0;
}
.slider_big_pic_header_main_item img{
    width: 100%;
    object-fit: cover;
    
}
.slider_big_pic_header_main_item{
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
    padding-right: 0;
    padding-left: 0;
    
}
#header{
    position: relative;
}
.pick_modal{
    margin-left: 61px;
}
.title_of_slider_main_header_block h2{
    color: #ffffff;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 100;
    font-style: normal;
    /* letter-spacing: normal;
    line-height: normal;
    text-align: left; */
    /* Text style for "Скрытые дв" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
.title_of_slider_main_header_block h2  {
    position: absolute;
    bottom: 8%;
    left: 10%;
    max-width: 229px;
}
.slider_big_pic_header_main_item{
    position: relative;
}
.top_pictur_reviev_block::before{
    content: '';
    width: 129px;
    height: 129px;
    background-color: #d9d8d8;
    border-radius: 70px;
}
.insta_ico_block{
    width: 22px;
    height: 22px;
}
.isnta_name_bot_rev_block p{
    /* Style for "@Dorjueva" */
/*     width: 80px;
height: 15px; */
    color: #424242;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    /* Text style for "@Dorjueva" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.title_revievs_block_main h2{
    /* Style for "Отзывы диз" */    
    color: #424242;
    font-family: Roboto;
    font-size: 35px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "Отзывы диз" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.revievs_block_main{
    margin-top: 72px;
}
.title_of_reviev_block_item p{
    /* width: 90px; */
    max-width:90%;
    height: 39px;
    color: #424242;
    /* font-family: "Raleway - Semi Bold"; */
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    /* Text style for "Чодураа ," */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.left_of_revies_block_main_slider_item{
    display: flex;
    flex-direction:column;
    align-items:center;
}



.top_pictur_reviev_block::before {
    display: block;
}
.top_pictur_reviev_block{
    display: flex;
    justify-content: center;
}
.title_of_reviev_block_item{
    display: flex;
    justify-content: center;
}

.video_item {
    position: relative;
}

.video_item .play_btn{
    width: 97px;
height: 97px;
border: 3px solid #ffffff;
background-color: rgba(255,255,255,0.4);
position: absolute;
top: 50%;
left: 50%;
transform:translate(-50%, -50%);
border-radius:50%;
display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
}

.secription_block_of_callback .call_back__sbmt{
/* border-radius: 28px; */
    padding: 14px 65px;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
        font-family: 'Roboto';
    color: #363636;
    background-color: #1bb3ca;
    color: #fff;
    max-width: 83.3%;
}

.video_item .play_btn i{
    font-size: 82px;
color: #de3938;
}
.bot_pictur_reviev_block{
    display: flex;
    align-items: center;
    justify-content: center;
}
.insta_ico_block{
    margin-right: 7px;
}
.title_of_reviev_block_item p{
    margin-top: 10px;
}
.bot_pictur_reviev_block {
    margin-top: 18px;
}
.isnta_name_bot_rev_block p{ 
    display: flex;
    align-items: center;
}
.container {
    max-width: 1400px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container_bottom{
    margin-bottom: 110px;
    position: relative;
}
.title_revievs_block_main.blocktitle h2 {
    margin: 80px 0px 50px;
}
.container_bottom::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #eaeaea;    
    bottom: -40px;
    right: 0;
}
.block_our_bests_row_item h3{
   color: #0aafc7;
    font-size: 72px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    /* Text style for "250" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    margin-bottom: 15px;
}
.block_our_bests_row_item span{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    /* Text style for "LOREM IPSU" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    
}
.block_our_bests_row_item p{
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: center;
    /* Text style for "L, orem ip" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    color: #555555;
    margin-top: 5px;
    max-width: 200px;
}
.block_our_bests_row_item{
    display: flex;
    flex-direction: column;
    align-items: center;
}



.door_block_1 .hiden_block_big_pic_grey_side_right{
        background-image: url(/assets/img/door_block_1__right.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.door_block_2 .hiden_block_big_pic_grey_side_right_left{
        background-image: url(/assets/img/door_block_2__left.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.block_video_about_doors_section .videos_slider .slick-prev::after, .block_video_about_doors_section .videos_slider .slick-prev::before,  .block_video_about_doors_section .videos_slider .slick-next::before,  .block_video_about_doors_section .videos_slider .slick-next::after{
    background-color: #ffffff;
}
.tittle_block_video_about_doors h3{
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "Видео о ск" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 85px;
}
.block_video_about_doors_section{
    padding-top: 92px;
    padding-bottom: 156px;
    margin-top: 106px;
    background-color: #eaeaea;
}
.photos_gall_photo_gallary_block_mini_item{
    width: 100%;

}
.instslider {
    position: relative;
    padding: 0 15px;
    max-height:550px;
}
.photos_gall_photo_gallary_block.row.instslider img {
    width: 100%;
    height: auto;
}
.instslider .photos_gall_photo_gallary_block_mini_item a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.instslider .slick-prev {
    left: -10px;
    background-image: url(/assets/img/ar-left.png);
}
.instslider .slick-next {
    background-image: url(/assets/img/ar-right.png);
    right: -10px;
}
.instslider .slick-prev:hover,.instslider .slick-prev:focus {
    background-image: url(/assets/img/ar-left.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}
.instslider .slick-next:hover,.instslider .slick-next:focus {
    background-image: url(/assets/img/ar-right.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}
.instslider .slick-prev, .instslider .slick-next {
    font-size: 26px;
    top: 50%!important;
    height: 30px!important;
    width: 20px!important;
    background-position: center;
    background-repeat: no-repeat;
    opacity:0.6;
    transform: scale(1) !important;
}

.download_catalog{
       display: flex;
    align-items: center;
   justify-content: space-between;
    margin-top: -50px;
    max-width: 774px;
    width: 100%;
    margin: 0 auto;
    margin-top: -50px
}

.download_catalog span{
    color: #4d4d4d;font-size: 25px;
font-weight: 300;
position: relative;
top: -5px;
}

.download_catalog .left, .download_catalog .right{
    text-align: center;
    display: flex;
    flex-direction: column;
}
.title_photo_gallary_block_item {
    display: flex;
    margin: 20px 0;
    margin-left: 15px;
}
.title_photo_gallary_block_item h3 {
    color: #000000;
    font-size: 34px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    margin: 0;
}
.title_photo_gallary_block_item a.instlogo {
    width: 40px;
    position: relative;
    height: 40px;
    margin-left: 10px;
}
.title_photo_gallary_block_item a.instlogo:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/assets/img/instagram.svg);
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
}
.photo_gallary_block_row {
    margin-bottom: 120px;
}
.photo_gallary_block .title_revievs_block_main h2 {
    margin-bottom: 30px;
    font-weight: 400;
}
.hiden_block_big_pic_grey_side_left img{
    width: 100%;
    position: relative;
}
.hiden_block_big_pic_grey_side_left:after {
    background-image: url(/assets/img/acad.svg);
    z-index: 1;
    position: absolute;
    content: '';
    width: 180px;
    height: 50px;
    left: 10%;
    bottom: 10%;
    background-repeat: no-repeat;
    background-position: center;
}
#id_block3 .hiden_block_big_pic_grey_side_left img,#id_block4 .hiden_block_big_pic_grey_side_left img{
    opacity:0;
}
#id_block3 .hiden_block_big_pic_grey_container,#id_block4 .hiden_block_big_pic_grey_container {
    background-image: url(/assets/img/door_block_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#id_block3 .hiden_block_big_pic_grey_side_right {
    background-color: #523425ba;
}
#id_block4 .hiden_block_big_pic_grey_container {
    background-image: url(/assets/img/door_block_3.jpg);
    background-position: -5px;
}
#id_block4 .hiden_block_big_pic_grey_side_right {
    background-color: unset;
}
div#id_block1 .hiden_block_big_pic_grey_side_left:after, div#id_block3 .hiden_block_big_pic_grey_side_left:after {
    left: 16%;
}
div#id_block2 .hiden_block_big_pic_grey_side_left:after {
    background-image: url(/assets/img/yago.svg);
    width:240px;
    height:70px;
}
.title_big_pic_grey_side_right h3{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "Скрыте гру" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    max-width: 430px;
}
.description_big_pic_grey_side_right p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    max-width: 515px;
    margin-bottom: 30px;
}
.description_ul_big_pic_grey_side_right ul li{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    /* Text style for "L, orem ip" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    max-width: 193px;
    margin-bottom: 18px;
    margin-left: 27px;
    position: relative;
}
.description_ul_big_pic_grey_side_right ul li::before{
    content: '';
    width: 12px;
    height: 12px;
    background-color: #6e6e6e;
    opacity: 1;
    position: absolute;
    top: 4px;
    left: -25px;
    border-radius: 25px;

}

.door_block_1 .description_ul_big_pic_grey_side_right ul li::before, .door_block_3 .description_ul_big_pic_grey_side_right ul li::before{
    background-color: #1bb3ca;
}
.door_block_1 .button_block_big_pic_grey_side_right a{
    background-color: #1bb3ca;
}
.door_block_3 .button_block_big_pic_grey_side_right a {
    background-color: #046270;
}
.button_block_big_pic_grey_side_right a{
    background-color: #6e6e6e;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    width: 48%;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.description_big_pic_grey_side_right .price {
    color: white;
    font-size: 16px;
    line-height: 1;
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    text-align: revert;
    align-items: flex-end;
    max-width: 515px;
}
.description_big_pic_grey_side_right .price b {
    color: #1bb3ca;
    font-size: 50px;
}
.button_block_big_pic_grey_side_right p.more {
    background-color: #ff0000;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #ff00008a;
    cursor: pointer;
    transition: 0.4s;
    width: 48%;
    margin: 0;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_block_big_pic_grey_side_right p.more:hover {
    background-color: #ff0000bd;
}

.button_block_big_pic_grey_side_right{
    margin-top: 20px;
    width: 100%;
    max-width: 515px;
    display: flex;
    justify-content: space-between;
}


main{
    margin: 0 40px;
}
.hiden_block_big_pic_grey_side_right{
    padding-top: 10px;
    padding-left: 100px;
    padding-bottom: 10px;
}
.hiden_block_big_pic_grey_side_left{
    padding-right: 0;
}
.hiden_block_big_pic_grey_side_right{
    background-color: #e2e1e1;
}
.hiden_block_big_pic_grey_side_left{
    padding-left: 0;
}
.hiden_block_big_pic_grey_side_left img{
    height: 100%;
}
.block_download_big_book{
    display: flex;
}
.text_block_download_big_book p{
    color: #4d4d4d;
    font-size: 35px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "Скачать ка" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    /* margin-left: 55px; */
}
.book_block_download_big_book img{
    width: 56%;
}
.block_download_big_book{
    display: flex;
    justify-content: center;
    align-items: center;
}
.block_download_big_book{
    height: 300px;
}
.hiden_block_big_pic_grey_side_right_left{
    background-color: #fff;
}

.adressbl {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 45% 45%;
    grid-gap: 20px;
    justify-content: space-between;
    padding:0 20px;
}
.salon {
    width: 100%;
    max-width: 465px;
    margin-bottom: 35px;
}
.salon .address-top {
    text-transform: uppercase;
    border-bottom: 2px solid #777777;
    width: auto;
    font-size: 23px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.salon .textbot a{
    text-decoration: none;
    color: #e94d4d;
    text-decoration: dashed;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}
.salon .textbot {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 45% 45%;
    justify-content: space-between;
}
.salon .textbot .item {
    margin-bottom: 35px;
}
.salon .textbot p {
    margin: 10px 0;
    line-height: 1.2;
}
.mapbl {
    height: 610px;
    margin-bottom: 100px;
}
.block_our_bests_row.row {
    margin: 0 0 50px;
}
/* Открывающиеся блоки 
    .door_block_1 .openedbl {
        background: #596269;
    }
    .door_block_2 .openedbl {
        background: #a19b8d;
    }
    .door_block_3 .openedbl {
        background: #5f493e;
    }
    .door_block_4 .openedbl {
        background: #aaa8a9;
        height: 0;
        visibility: hidden;
        opacity: 0;
    }*/
.door_block_1 .openedbl {
    padding:0;
}
.door_block_1 .openedbl > .row {
    padding: 0 15px;
    max-width: 1590px;
}
.door_block_1 .openedbl.active {
    padding:0 0px 50px;
}
.tableprice {
    max-width: 1400px;
    margin: 0 auto 80px;
}
.tableprice table {
    width: 100%;
}
.tableprice tr:first-child {
    background: white;
    color: #181716;
    border: 0;
}
.tableprice td:last-child {
    font-weight: 700;
}
.door_block_1 .tableprice th:first-child {
    width: 30%;
}
.tableprice tr {
    border-bottom: 1px solid;
}
.tableprice td {
    padding: 5px 10px;
}
.tableprice th:first-child {
    width: 25%;
    text-align: left;
}
.tableprice th {
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}
.openedbl .tableprice p {
    padding: 10px 0 0;
}
.openedbl {
    height: 0;
    background: #8d9da7;
    color: white;
    padding: 0 50px;
    transition: 0.4s;
    padding: 0;
    visibility: hidden;
    overflow: hidden;
    
}
.openedbl.active{ 
    height: auto;
    padding: 50px;
    opacity: 1;
    visibility: visible;
    overflow: auto;
}
.openedbl img {
    text-align: center;
    margin: 0 auto;
    display: block;
    max-height: 100%;
    max-width:100%;
}
.gallbl {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0;
}

.gallbl ul li {
    list-style: disc;
    line-height: 1.4;
    margin: 5px 0;
}
.gallbl .images {
    display: flex;
    height: 335px;
}
.gallbl b {
    display: block;
    margin-bottom: 20px;
}
.gallbl.twobl {
    display: grid;
    grid-template-columns: 48% 47%;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}
.gallbl.twobl ul {
    padding-left: 20px;
}
.topinfo img {
    max-width: 100%;
}
.topinfo {
    background: linear-gradient(150deg, #131319 33%, #24262e);
    line-height: 2;
    margin-bottom: 95px;
}
.topinfo b span {
    color: #1bb3ca;
}
span.h-d-o-b__red {
    color: red;
}
.door_block_1 .openedbl .tableprice {
    max-width: 1550px;
}
.door_block_1 .openedbl img {
    text-align: left;
    margin: 0 auto;
}
.door_block_1 .row.half {
    display: grid;
    grid-template-columns: 60% 35%;
    justify-content: space-between;
    margin-bottom: 130px;
}
.door_block_1 .row.half .images {
    display: grid;
    grid-template-columns: 50% 50%;
}

.topinfo b {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 50px;
    display: block;
    line-height: 1;
}
.topinfo p {
    margin-bottom: 50px;
}
.openedbl > .row {
    max-width: 1400px;
    margin: 0 auto;
}

.howopenbl {
    width: 100%;
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 0 20px;
    justify-content: space-between;
    margin-top: 100px;
    align-items: end;
}
.openedbl .howopenbl .style_heading {
    margin: 0;
}
.howopenbl .images {
    display: flex;
    height: 300px;
    justify-content: space-between;
}

ul.blue_bullet {
    padding-left: 15px;
    line-height: 1.2;
}
ul.blue_bullet li {
    position: relative;
    margin: 12px 0;
}
ul.blue_bullet li:before {
    color: #1bb3ca;
    content: '';
    list-style: disc;
    display: list-item;
    position: absolute;
    left: 5px;
    font-size: 22px;
    line-height: 1;
}
.openedbl .scheme img {
    margin: 0;
    object-fit: cover;
    height: auto;
    width: 100%;
}

.openedbl .style_heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
    display: block;
    width: 100%;
    margin: 60px 0 20px;
}
.howopenbl .scheme {
    display: flex;
    flex-direction: column;
}

.howopenbl .scheme a {
    position: relative;
    margin-top: 20px;
}
.scheme .col-md-6 {
    vertical-align: text-top;
    display: inline-block;
    width: 49%;
    margin-top: 50px;
}

.openedbl.secretdoors {
    line-height: 1.4;
}
.openedbl.secretdoors.active{
    padding: 80px 50px;
}
.openedbl.secretdoors .half{
    display: grid;
    grid-template-columns: 66% 35%;
    justify-content: space-between;
    width:100%;
}
.openedbl.secretdoors b.title {
    line-height: 1;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 50px;
    display: block;
    text-transform: uppercase;
}
.openedbl.secretdoors .top p {
    line-height: 2.2;
}
.openedbl.secretdoors img.fullsize {
    max-width: 80%;
    margin: 0;
}
.openedbl.secretdoors .top {
    display: grid;
    grid-template-columns: 63% 34%;
    justify-content: space-between;
    align-items: center;
}
.openedbl.secretdoors .top img {
    max-width: 100%;
}

.openedbl.secretdoors .steps {
    margin: 90px 0 40px;
}
.openedbl.secretdoors .steps b.title {
    max-width: 850px;
    line-height: 1.2;
    margin-bottom: 0;
}
.openedbl.secretdoors ol {
    list-style: none;
    max-width: 780px;
    padding: 0;
    margin: 0;
}
.openedbl.secretdoors ol span {
    font-weight: 600;
}
.openedbl.secretdoors ol li {
    margin: 17px 0;
}
.openedbl.secretdoors .steps .img {
    position: relative;
    margin-top: -140px;
}
.openedbl.secretdoors .img img {
    max-width: 100%;
    height: auto;
}
.openedbl.secretdoors .steps .img:after {
    display:none;
    content: '';
    width: 270px;
    height: 270px;
    background-image: url(/assets/template/images/secret/4.jpg);
    position: absolute;
    bottom: 0px;
    right: -10px;
}
.openedbl.secretdoors .textbl b {
    margin-bottom: 0px;
    display: block;
}
.openedbl.secretdoors .textbl {
    max-width: 1220px;
    margin-bottom: 75px;
}
.openedbl.secretdoors .half.detail b {
    max-width: 520px;
    display: block;
    margin-bottom: 15px;
}
.openedbl.secretdoors .half.detail b.mobile{
    display:none;
}
.openedbl.secretdoors .half.detail {
    font-weight: 600;
    margin: 0 0 80px 0;
    width: 100%;
    grid-template-columns: 27% 69%;
}
.openedbl.secretdoors .detail ol li {
    margin: 10px;
    list-style: decimal;
    font-weight:400;
}
.openedbl.secretdoors .half.videobl {
    grid-template-columns: 48% 46%;
}
.half.videobl .gall {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 658px;
}
.half.videobl .gall img {
    margin: 0 0 20px;
}
.openedbl.secretdoors .half.videobl .video b.title {
    display: block;
    margin-bottom: 75px;
}
.half.videobl b.title {
    margin-bottom: 0;
}
.half.videobl p {
    margin: 0 0 30px;
    line-height: 1.2;
}
.openedbl .video .play{
    top:55%;
}
.openedbl .video img {
    background: black;
    height: 100%;
    object-fit: contain;
}
.gallerybl button.slick-arrow, .gallerybl button.slick-arrow.slick-next {
    background: white;
    height: 42px!important;
    width: 18px!important;
    top: 55%!important;
    background-image: url(/assets/img/arrow-gal.png);
    background-repeat: no-repeat;
    background-position: center;
border-radius: 4px;
}
.gallerybl button.slick-prev {
    transform: rotate(180deg)!important;
    margin: -22px 0;
}
.gallerybl,.notgallery {
    width: 100%;
    margin: 0 0 50px;
    max-height: 210px;
    max-width: 900px;
}
.gallerybl .fBox,.notgallery .fBox {
    max-height: 210px;
    height: 210px;
    width: 100%;
    padding: 0px;
    width: 100%;
    margin: 0 6px;
}
.notgallery .fBox{
    max-width:210px;
}
.gallerybl .fBox div,.notgallery .fBox div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.openedbl.sky.active {
    padding-top: 100px;
}
.openedbl.sky > .row {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1460px;
}
.openedbl.sky .about-item__image.videobl {
    position: relative;
    height: 460px;
    width: 100%;
}
.openedbl.sky .about-item__image.videobl a {
    height: 100%;
    display: block;
    position: relative;
}
.openedbl.sky .about-item__image.videobl a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff00;
    transition: 0.4s;
}
.openedbl.sky .about-item__image.videobl img {
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 10px #0000005c;
    transition: 0.4s;
    object-position: center;
    width: 100%;
}
.openedbl .play {
    height: 45px;
    top: 44%;
    background-size: contain;
    border-radius: 10px;
    background: url(/assets/img/sky-play.png) no-repeat center;
    position: absolute;
    right: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
    left: 0;
    z-index:1;
}
.openedbl.sky .about-item__image.videobl a p {
    position: absolute;
    left: 9%;
    color: white;
    margin: 0;
    top: 40%;
    font-size: 28px;
    line-height: 1.2;
    font-family: Roboto;
    font-weight: 100;
}
.openedbl.sky .about-item__image-shape {
    position: absolute;
    right: -9px;
    top: 30px;
    bottom: 35px;
    width: 1px;
    border-right: 1px solid white;
}
.mid_block_sky_page{
    margin-bottom: 100px;
}

.mid_block_sky_page p.style_heading {
    margin: 0;
}
.textimg {
    display: grid;
    grid-template-columns: 49% 46%;
    justify-content: space-between;
}
.textimg .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.textimg img {
    width: 100%;
    height: auto;
}
.about-content-wrap1 {
    padding-left: 50px;
}
.about-content__title {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 500;
}
.mid_title_sky_page h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 35px;
}
.openedbl.sky .row.about-content-row:nth-child(2) {
    display: grid;
    grid-template-columns: auto 46%;
    grid-gap: 0 40px;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 40px;
}
.sky .textimg {
    align-items: center;
}
.sky .textimg .item p:last-child{
    margin-bottom:0;
}
.openedbl.sky .tright {
    text-align: right;
    padding-right: 0px;
    max-width: 600px;
    margin-right: 0;
    margin-left: auto;
}
.about-item__image2 img {
    width: 100%;
}
.openedbl.sky .about-content-wrap1 .about-item__image {
    padding-right: 15px;
}
.openedbl.sky .about-cooperation__title {
    position: relative;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 500;
    width: 100%;
}
.openedbl.sky .mid_title_sky_page {
    font-size: 28px;
    font-weight: 500;
}
.openedbl.sky p{
    margin: 0px 0 15px;
    line-height: 1.9;
}
.openedbl.sky .left_side_sky p {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
}
.openedbl.sky .right_side_sky p {
    font-size: 16px;
    font-weight: 300;
}
.openedbl.sky .row.about-content-row {
    margin-bottom: 100px;
    align-items: center;
}
.pictures_row_sky.row img {
    width: 100%;
}
.pictures_row_sky.row {
    margin-top: 50px;
}
.openedbl.sky .row.half {
    display: grid;
    grid-template-columns: 46% 46%;
    justify-content: space-between;
    margin-bottom: 130px;
}
.openedbl.sky .row.half .images {
    display: flex;
}
.openedbl.sky .row.half .images img {
    margin: 0;
    margin-right: 20px;
}
.disigne_feat{
    display: grid;
    grid-template-columns: 50% 34%;
    grid-gap: 0 60px;
    margin-bottom: 120px;
}
.openedbl.sky .disigne_feat p.style_heading {
    line-height: 1;
    margin-bottom: 60px;
}
.openedbl.sky .disigne_feat p {
    margin-bottom: 12px;
    line-height: 2;
}
.disigne_feat img {
    width: 100%;
    height: auto;
}
    
/* */
.container_bottom::before {
    content: '';
    position: absolute;
    width: 121%;
    height: 3px;
    background-color: #eaeaea;
    bottom: -40px;
    right: -138px;
}
.slider_big_pic_header_main {
    justify-content: center;
}
.pick_modal {
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: none;
}
.slider_big_pic_header_main_item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 0;
    padding-left: 0;
}
.right_of_revies_block_main_slider_item p{
    margin-bottom: 0;
    margin-top: 3px;
    color: #272727;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
    /* Text style for "L, orem ip" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
.hiden_block_big_pic_grey_side_right_left {
    padding-top: 40px;
    padding-left: 140px;
}
.social_block_callback_item i{
    width: 20px;
    height: 20px;
    color: grey;
}
.social_block_callback{
    background-color: #e2e1e1;
}
.title_block_of_callback p{    
    color: #424242;
    font-family: Raleway;
    font-size: 43px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "Свяжитесь" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    width: 100%;
    margin: 0;
}
.secription_block_of_callback p{
    color: #272727;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
    /* Text style for "L, orem ip" */
    font-style: normal;
    letter-spacing: normal;
    margin: 0;
    margin-top: 39px;
    margin-bottom: 68px;
}

.social_block_callback{
    width: 419px;
    height: 114px;
}
.block_callback_us{
    margin-bottom: 150px;
}
/* .call_back_block_right_item{
    width: 100%;
    height: 63px;
} */
.title_revievs_block_main h2{
    margin-bottom: 136px;
}


.right_of_revies_block_main_slider_item{
    margin-top: 20px;
}
.revies_block_main_slider_item {
    display: flex!important;
}
.first_item_sld{
    background-image: url(/assets/img/door_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.sec_item_sld{
    background-image: url(/assets/img/door_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.tr_item_sld{
    background-image: url(/assets/img/door_3.jpg);
    background-repeat: no-repeat;    
    background-size: cover;
}
.fo_item_sld{
    background-image: url(/assets/img/door_4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.fv_item_sld{
    background-image: url(/assets/img/fipic.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#header{
    padding-top: 0;
}
.right_of_revies_block_main_slider_item p{
    color: #272727;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
    /* Text style for "L, orem ip" */
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
}
/* .container_bottom{
    display: flex;
    justify-content: center;
} */
.call_back_block_right input{
    background-color: #ECECEC;
    max-width: 639px;
    height: 63px;
    margin-bottom: 20px;
    color: #363636;
font-family: Roboto;
font-size: 17px;
font-weight: 300;
padding-left: 30px;
padding-right: 30px;
}

.call_back_block_right input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #363636;
}
.call_back_block_right input::-moz-placeholder { /* Firefox 19+ */
  color: #363636;
  opacity:1;
}
.call_back_block_right input:-ms-input-placeholder { /* IE 10+ */
  color: #363636;
}
.call_back_block_right input:-moz-placeholder { /* Firefox 18- */
  color: #363636;
  opacity:1;
}

.call_back_block_right textarea{
    max-width: 639px;
    height: 215px;
    background-color: #ECECEC;
    padding: 20px 30px;
        color: #363636;
font-family: Roboto;
font-size: 17px;
font-weight: 300;
resize:none;
}

.call_back_block_right textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #363636;
}
.call_back_block_right textarea::-moz-placeholder { /* Firefox 19+ */
  color: #363636;
  opacity:1;
}
.call_back_block_right textarea:-ms-input-placeholder { /* IE 10+ */
  color: #363636;
}
.call_back_block_right textarea:-moz-placeholder { /* Firefox 18- */
  color: #363636;
  opacity:1;
}
.call_back_block_leftt {
    position: relative;
        display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 4px;
}
.social_block_callback{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social_block_callback_item i {
    width: 30px;
    height: 30px;
    color: #c7c7c7;
    font-size: 30px;
    margin: 0 20px;
}
.social_block_callback {
    background-color: #ECECEC;
}


.coments .slick-prev::before {
    content: ''!important;
    width: 6px;
    height: 30px;
    position: absolute;
    background-color: #676767;
    top: -35px;
    right: 115px;
    transform: rotate(45deg);
    opacity: 1 !important;
    border-radius: 30px;
}
.coments .slick-prev::after {
    content: ''!important;
    width: 6px;
    height: 30px;
    position: absolute;
    background-color: #676767;
    top: -16px;
    right: 115px;
    transform: rotate(-45deg);
    border-radius: 30px;
}

.coments .slick-prev, .slick-next{
    width: 100%!important;
    height: 100%!important;
}
.coments .slick-next::before {
    content: '' !important;
    width: 6px;
    height: 30px;
    position: absolute;
    background-color: #676767;
    top: -35px;
    right: 100px;
    transform: rotate(135deg);
    opacity: 1 !important;
    border-radius: 30px;
}
.coments .slick-next::after {
    content: '' !important;
    width: 6px;
    height: 30px;
    position: absolute;
    background-color: #676767;
    top: -16px;
    right: 100px;
    transform: rotate(-135deg);
    border: none;
    border-radius: 30px;
}




.coments {
    position: relative;
}


.slick-prev::before, .slick-next::before{
   color: transparent!important;
}
.coments .slick-prev, .slick-next{
    top: -14%!important;
}











.videos_slider .slick-prev::before {
    content: ''!important;
    width: 6px;
    height: 30px;
    position: absolute;
    background-color: #676767;
    top: 50px;
    right: 115px;
    transform: rotate(45deg);
    opacity: 1 !important;
    border-radius: 30px;
}
.videos_slider .slick-prev::after {
    content: ''!important;
    width: 6px;
    height: 30px;
    position: absolute;
    background-color: #676767;
    top: 68px;
    right: 115px;
    transform: rotate(-45deg);
    border-radius: 30px;
}

.videos_slider .slick-prev, .slick-next{
    width: 100%!important;
    height: 100%!important;
}
.videos_slider .slick-next::before {
    content: '' !important;
    width: 6px;
    height: 30px;
    position: absolute;
    background-color: #676767;
    top: 50px;
    right: 100px;
    transform: rotate(135deg);
    opacity: 1 !important;
    border-radius: 30px;
}
.videos_slider .slick-next::after {
    content: '' !important;
    width: 6px;
    height: 30px;
    position: absolute;
    background-color: #676767;
    top: 68px;
    right: 100px;
    transform: rotate(-135deg);
    border: none;
    border-radius: 30px;
}
.videos_slider .slick-prev, .slick-next{
    top: -14%!important;
}







.videos_slider .slick-next{
    right: 30px!important;
    top: -85px!important;
}
.videos_slider .slick-prev{
    left: 94%!important;
    top: -85px!important;
}
.videos_slider .slick-prev, .slick-next {
    width: 5% !important;
    height: 30% !important;
}
.videos_slider .slick-next::before{
    top: 0;
    right: 0;
}

.videos_slider .slick-next::after {
    top: 18px;
    right: 0;
}
.videos_slider .slick-prev::before{
    top: 0;
    left: 0;
}

.videos_slider .slick-prev::after {
    top: 18px;
    left: 0;
}




.coments .slick-next{
    right: 30px!important;
    top: -85px!important;
}
.coments .slick-prev{
    left: 94%!important;
    top: -85px!important;
}
.coments .slick-prev, .slick-next {
    width: 5% !important;
    height: 30% !important;
}
.coments .slick-next::before{
    top: 0;
    right: 0;
}

.coments .slick-next::after {
    top: 18px;
    right: 0;
}
.coments .slick-prev::before{
    top: 0;
    left: 0;
}

.coments .slick-prev::after {
    top: 18px;
    left: 0;
}





.videos_slider .slick-prev, .slick-next {
    width: 25px !important;
    height: 30% !important;
}
.coments .slick-prev, .slick-next {
    width: 25px !important;
    height: 30% !important;
}

.coments .slick-next {
    right: 30px !important;
    top: -145px !important;
}

.coments .slick-prev {
    left: 94% !important;
    top: -145px !important;
}
.block_callback_us{
    display: flex;
    justify-content: center;
}

.social_block_callback{
    right: 0;
}
.book_block_big_bot{
    text-align: center;
}
.secription_block_of_callback p{
    max-width: 830px;
}
.photos_gall_photo_gallary_block_mini_item{
    padding: 3px;
}
.big_data_item_sld h3{
    color: #ffffff;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 200;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "Скрыте гру" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    position: absolute;
    bottom: 85px;
    left: 40px;
    max-width: 230px;
}
.header_menu_absolut_logo_and_mail {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    z-index: 1;
    max-width: 1720px;
    width: 88%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}
.right_side_header_block {
    width: 65%;
}
.header .soclinks {
    margin: 0 12px;
    display: inline-flex;
    align-items: center;
}
.header .soclinks a {
    color: #6f6f6f;
    font-size: 20px;
    line-height: 0.8;
    margin: 0 6px;
}
.header .soclinks a img {
    max-height: 23px;
}

.phonebl i {
    font-size: 19px;
    color: #c4161c;
    line-height: 1;
    margin-right: 7px;
}

.phonebl {
    font-size: 22px;
    font-weight: 600;
    color: white;
    font-family: circe;
    display:flex;
    align-items: center;
}
.photo_gallary_block{
    margin-top: 50px;
}
.footer_main_nav .nav_block_menu_header{
    color: #686868;
}
.footer_main_nav{
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom:20px;
}
.footer_main_nav::before{
    content: '';
    position: absolute;
    top: -20px;
    left: 13%;
    max-width: 1059px;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
        
}
.footer_contact_block_social_container{
    max-width: 1069px;
}
.tel_footer_contact_block_social_item{
    display: flex;
    align-items: center;
}
.email_footer_contact_block_social_item{
    display: flex;
    align-items: center;
    margin-left: 50px;
}
.tel_email_footer_contact_block_social_item{
    display: flex;
}
.tel_email_footer_contact_block_social_item i{
    margin-right: 7px;
}
.footer_contact_block_social_item_adr p{
    color: #565555;
    font-family: Raleway;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "г. Москва," */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.tel_footer_contact_block_social_item{
    color: #565555;
}
.tel_footer_contact_block_social_item a{
    color: #565555;
    font-family: Raleway;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "+7 495 388" */
    font-style: normal;
    letter-spacing: normal;
}
.email_footer_contact_block_social_item{
    color: #565555;
}
.email_footer_contact_block_social_item a{
    color: #565555;
    font-family: Raleway;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "+7 495 388" */
    font-style: normal;
    letter-spacing: normal;
}
.social_icons_footer_block_right_item{
    margin: 0 50px;
    font-size: 30px;
}


.social_icons_footer_block_right{
    display: flex;
}
.footer_contact_block_social_item_right{
    display: flex;
    align-items: center;
    color: #c7c7c7;
}

.tel_email_footer_contact_block_social_item i{
    color: #c7c7c7;
}
.footer_contact_block_social_section{
    background-color: #252525;
    padding: 65px 0;
    margin-top: 20px;
}
.footer_contact_block_social_section i{
    color: #565555;
}
form input[name="name"],form input[name="phone"],form input[name="mphone"]{
    display:none;
}
#header{
    padding: 54px;
}
#fs-container{
    height: 88vh;
}
.mobile_sider_index {
    z-index: 0;
}

header a#hamburger::after, header a#hamburger::before {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 100%;
    height: 2px;
    background: white;
    transition:0.3s;
}
header a#hamburger {
    width: 22px;
    font-size: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
    height: 16px;
    border-top: 2px solid white;
}
header a#hamburger::after {
    top: 12px;
    width: 100%;
}
a#hamburger.open {
    transform: rotate(-45deg);
    top: 5px;
}

header a#hamburger.open::after, header a#hamburger.open::before {
    transform: rotate(90deg);
    top: -2px;
}
header a#hamburger.open::before {
    opacity: 0;
}
@media (max-width: 1530px){
    
    .item_nav_header_block {
        margin: 0 7px;
        font-size:15px;
    }
    .openedbl.sky .about-item__image.videobl {
        height: 400px;
    }
    .openedbl .video .play {
        top: 45%;
    }
    .openedbl.secretdoors .half.videobl {
        grid-template-columns: 460px auto;
    }
    .half.videobl .gall {
        max-width: 438px;
    }
    .video a {
        position: relative;
    }
    .openedbl .video img {
        height: auto;
    }
}
@media (max-width:1400px){
    .openedbl.sky .about-item__image.videobl {
        height: 360px;
    }
    .header_menu_absolut_logo_and_mail{
        width:85%;
    }
    .hiden_block_big_pic_grey_side_left:after{
        left:10%!important;
    }
    .door_block_1 .row.half .images {
        grid-template-columns: 48% 48%;
        grid-gap: 10px;
        justify-content: space-between;
    }
    .openedbl.sky.active {
        padding: 100px 20px;
    }
    .textimg {
        grid-template-columns: auto 46%;
        grid-gap: 0 40px;
    }
    .openedbl.sky .row.half {
        grid-template-columns: auto 46%;
        grid-gap: 0 40px;
    }
    .openedbl.sky p {
        line-height: 1.3;
    }
    .disigne_feat {
        grid-template-columns: 50% auto;
        grid-gap: 0 30px;
    }
    .openedbl.sky .disigne_feat p {
        line-height: 1.5;
    }
    .disigne_feat img {
        height: 100%;
        object-fit: cover;
    }
    .openedbl.secretdoors .top p {
        line-height: 1.9;
    }
    .openedbl.secretdoors.active {
        padding: 60px 20px;
    }
    .openedbl.secretdoors .top {
        grid-template-columns: 53% 44%;
    }
    
    .door_block_1 .openedbl > .row,.door_block_1 .tableprice {
        padding: 0 20px;
    }
    .topinfo {
        align-items: center;
    }
    .topinfo img {
        height: auto;
        max-width: 120%;
    }
    .topinfo b {
        margin-bottom: 20px;
    }
    .topinfo p {
        line-height: 1.5;
        margin: 0;
    }
    .hiden_block_big_pic_grey_side_right_left {
        padding-top: 40px;
        padding-left: 60px;
        padding-bottom: 20px;
    }
}

@media (min-width: 992px){
    .mobile_sider_index {
        display: none!important;
    }
}
@media (max-width: 1195px){
    .openedbl.sky .about-item__image.videobl {
        height: 310px;
    }
    .block_our_bests_row.row {
        margin: 50px 0;
    }
    div#id_block4 span.price, div#id_block2 span.price {
        align-items: end;
    }
    .openedbl.sky > .row {
        padding: 0;
    }
    .openedbl .row.half .images img {
        max-width: 48%;
        margin: 0;
    }
    .howopenbl {
        grid-template-columns: auto;
        flex-direction: column-reverse;
        display: flex;
        margin-top: 20px;
    }
    .howopenbl .scheme {
        width: 100%;
        margin-top: 30px;
    }
    .howopenbl .scheme a {
        max-width: 540px;
        margin: 30px auto 0;
        display: block;
    }
    .description_big_pic_grey_side_right p {
        line-height: 1.3;
        margin: 10px 0 0;
    }
    .description_big_pic_grey_side_right .price {
        margin: 10px 0;
    }
    .door_block_1 .hiden_block_big_pic_grey_side_right {
        background-position: left;
    }
    .hiden_block_big_pic_grey_side_left img {
        object-position: right;
    }
    .gallbl.twobl {
        grid-template-columns: 100%;
    }
    .gallbl .images {
        height: 240px;
        margin-bottom: 10px;
    }
    .tableprice{
        margin: 0 auto 50px;
    }
    .images img {
        max-width: 95%;
        height: auto;
        max-height: 100%;
    }
    .howopenbl .images{
        height:auto;
    }
    .openedbl.secretdoors .half.videobl .video b.title {
        margin-bottom: 58px;
    }
    .description_big_pic_grey_side_right .price b {
        font-size: 40px;
    }
    .title_big_pic_grey_side_right h3 {
        font-size: 30px;
        margin-bottom: 0;
        line-height: 1;
    }
    .gallerybl {
        margin-left: 20px;
        width: 100%;
        max-width: 830px;
    }
    .gallerybl button.slick-prev {
        margin: 0px 0;
    }
    .gallerybl button.slick-arrow, .gallerybl button.slick-arrow.slick-next{
        top: 40%!important;
    }
    .gallerybl button.slick-arrow.slick-next{
        transform: translate(0, 0%)!important;
    }
    .gallerybl .fBox, .notgallery .fBox {
        max-height: 190px;
        height: 190px;
    }
    .topinfo {
        grid-template-columns: 63% 36%;
        margin-bottom: 55px;
    }
    .topinfo p {
        font-size: 14px;
        line-height: 1.2;
    }
    #header{
        padding: 0;
    }
    .header_menu_absolut_logo_and_mail{
        top: 5%;
    }
    .openedbl.secretdoors .top {
        grid-template-columns: 53% 44%;
        align-items: center;
    }
    .openedbl.secretdoors .top img {
        object-fit: cover;
        object-position: left;
        max-height: 430px;
    }
    .openedbl.secretdoors b.title{
        margin-bottom: auto;
    }
    .openedbl.secretdoors .steps .img {
        margin-top: 0;
    }
    .openedbl.secretdoors .steps {
        margin: 60px 0 40px;
        align-items: flex-end;
    }
    
}
@media (max-width: 991px){
    .openedbl.sky .about-item__image.videobl {
        height: 360px;
        max-width: 565px;
        margin: 0 auto;
    }
    header a#hamburger{
        right: 0;
        top:0;
    }
    .header_menu_absolut_logo_and_mail {
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
        height: 67px;
        padding: 20px;
        transition:0.6s;
    }
    .header_menu_absolut_logo_and_mail.bg{
        background: #1b1b1bf7;
    }
    div#hide_doors {
        padding: 0;
        overflow:hidden;
    }
    .openedbl.secretdoors .half.videobl {
        grid-template-columns: 100%;
        text-align: center;
    }
    .half.videobl .gall {
        max-width: 648px;
        margin: 0 auto;
    }
    .openedbl.secretdoors .top img {
        margin: 0 auto 20px;
        width: 100%;
        height: auto;
        object-position: center;
        object-fit: scale-down;
    }
    .openedbl.secretdoors .top {
        grid-template-columns: 100%;
        display:block;
    }
    .openedbl.secretdoors .steps {
        grid-template-columns: 100%;
        margin: 30px auto;
        display:block;
    }
    .openedbl.secretdoors .steps .img {
        margin-top: 0;
    }
    .openedbl.secretdoors .textbl {
        margin-bottom: 25px;
    }
    .openedbl.secretdoors .half.detail {
        display:block;
    }
    .openedbl.secretdoors .half.detail .img {
        margin: 0 auto 40px;
        text-align: center;
        height:auto;
    }
    .openedbl.secretdoors .half.detail .img a{
        height: 100%;
    }
    .openedbl.secretdoors .half.videobl .video b.title {
        margin: 20px auto 20px;
    }
    .hiden_block_big_pic_grey_side_right {
        padding: 20px;
    }
    .hiden_block_big_pic_grey_side_left img {
        object-position: unset;
    }
    .openedbl.secretdoors .img img {
        max-height: 100%;
    }
    .openedbl.secretdoors .detail ol li {
        margin: 10px 20px;
    }
    .topinfo {
    }
    .topinfo img {
        max-width: 100%;
        max-height: 400px;
        object-fit: cover;
    }
    .topinfo .row {
        background: unset!important;;
        display: flex!important;
        flex-direction: column;
        margin-bottom: 55px;
        padding: 30px!important;
    }
    .h-d-o-b__1-left {
        margin-bottom: 50px;
    }
    .topinfo div{
        width: 100%;
        max-width: unset;
    }
    .topinfo b {
        margin-bottom: 20px;
    }
    .openedbl.sky .row.about-content-row {
        display: block;
        margin-bottom: 0;
    }
    .openedbl.sky .row.about-content-row .col-md-6 {
        max-width: 100%;
        margin: 10px auto;
        padding: 0;
    }
    
    .openedbl.sky .row.about-content-row:nth-child(2) {
        grid-template-columns: 100%;
        display:block;
    }
    .openedbl.sky .tright {
        max-width: unset;
        text-align: left;
        margin-bottom: 50px;
    }
    .mid_block_sky_page {
        margin-bottom: 40px;
    }
    .disigne_feat p.style_heading {
        line-height: 1;
        margin-bottom: 20px;
    }
    .openedbl.sky .row.half {
        grid-template-columns: 100%;
        grid-gap: 10px 0;
        margin-bottom: 50px;
    }
    .openedbl.sky .row.half .images {
        justify-content: left;
        grid-gap: 15px;
    }
    .disigne_feat {
        display:block;
        grid-template-columns: 100%;
        grid-gap: 20px;
    }
    .openedbl.sky .disigne_feat p.style_heading {
        margin-bottom: 20px;
    }
    .disigne_feat img {
        max-height: 500px;
        object-fit: unset;
        width: auto;
    }
    .gallerybl {
        max-width: 90%;
        margin: 0 auto;
    }
    #fs-container{
        display: none;
    }
    #header{
        padding: 0;
        z-index: 99;
    }
    .mobile_sider_index {
        display: block;
    }
}
@media (max-width: 1331px){
    .right_side_header_block{
        display: none;
    }
}
@media (min-width: 1332px){
    .right_side_gamburger_header{
        display: none;
    }
}

.hmenu.open {
    right: 0;
}
.hmenu {
    min-width: unset;
    width: 25%;
}


.hmenu {
    background: white;
    position: fixed;
    right: -900px;
    top: 0;
    z-index: 101;
    min-width: 35%;
    padding: 10vh 5% 100px;
    height: 100vh;
    color: grey;
    transition: 0.5s;
}
.hmenu .bottom > a {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
}
.hmenu .bottom > a i{
    margin-right: 7px;
}
.hmenu span.close {
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    right: 14%;
    cursor: pointer;
    top: 5vh;
}


.hmenu span.close::after, .hmenu span.close::before {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    background: black;
    position: absolute;
    top: 14px;
    left: 0;
}
.hmenu span.close::after, .hmenu span.close::before {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    background: black;
    position: absolute;
    top: 14px;
    left: 0;
}
.mainscreen-catalog-menu {
    max-width: 210px;
}
.mainscreen-catalog-menu {
    padding-bottom: 50px;
}

.mainscreen-catalog-menu ul {
    padding-left: 0;
}

.mainscreen-catalog-menu li {
    margin-bottom: 15px;
}
.mainscreen-catalog-menu li a:hover {
    text-decoration: underline;
}
.mainscreen-catalog-menu li ul {
    padding-left: 20px;
    margin: 10px 0 20px;
}

.mainscreen-catalog-menu .has_podmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mainscreen-catalog-menu li {
    margin-bottom: 15px;
}
ul.soclink {
    display: flex;
    padding: 0;
    width: 300px;
    justify-content: space-evenly;
    height: 50px;
    align-items: center;
    margin: 0;
}
.hmenu .bottom {
    position: absolute;
    bottom: 30px;
    font-size: 14px;
    font-weight: 300;
}
.hmenu ul.soclink {
    width: 270px;
    justify-content: space-between;
}
.hmenu ul.soclink {
    justify-content: flex-start;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}


.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

элемент {

}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {

    opacity: .75;

}
.hmenu span.close {

    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    right: 14%;
    cursor: pointer;
    top: 5vh;

}
.close:hover {

    color: #000;
    text-decoration: none;

}
.hmenu span.close {
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    right: 14%;
    cursor: pointer;
    top: 5vh;
}
.hmenu span.close::before {
    transform: rotate(-45deg);
}
.hmenu span.close::after {
    transform: rotate(45deg);
}

.block_video_about_doors_section{
    padding-bottom: 0;
background-color: unset;
background-image: url(/assets/img/video__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  background-position: 50% 50%;
    padding-bottom: 164px;
}

.top_pictur_reviev_block img {
    display: block;
/*     width: 129px;
height: 129px; */
    width: 177px;
    height: 177px;
    border-radius: 100%;
}

.top_pictur_reviev_block::before {
    content: '';
    width: 0;
    height: 0;
    background-color: #d9d8d8;
    border-radius: 70px;
}
.isnta_name_bot_rev_block{
  /*   width: 100%; */
}
.bot_pictur_reviev_block{
    max-width: 250px;
    width: 100%;
}
.video_item img{
    max-width: 427px;
    width: 100%;
    border-radius: 5px;
    height: 262px;
    object-fit:cover;
}
.video_item p {
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    margin: 10px auto 0;
}
.title_big_pic_grey_side_right h3{
    margin-top: 0;
}
.hiden_block_big_pic_grey_side_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.topinfo .row {
    display: grid;
    grid-template-columns: 63% 30%;
    align-items: end;
    margin: 0 auto;
    max-width: 1550px;
    padding: 30px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.h-d-o-b__1-left {
    max-width: 60%;
    width: 100%;
}
.h-d-o-b__1-left-h2 .a-h2 {
    margin-bottom: 21px;
}
.h-d-o-b__1-left-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.8rem;
    margin-bottom: 18px;
}
.h-d-o-b__bold {
    font-weight: 700;
}
.h-d-o-b__1-left-p1 {
    margin-bottom: 2.3rem;
}
.h-d-o-b__1 .a-h2 {
    color: #fff;
    text-align: left;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (max-width: 1024px){
    .mobile_sider_index .slick-slide img{
        z-index: -1;
        height: 100%;
        max-height: 100vh;
        width: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
    }
    .mobile_sider_index .slick-slide{
    height: 70vh;
        margin-right: 1px;
    }
    .container_bottom::before{
        max-width:100%;
        right: 0;
    }
    .footer_main_nav::before{
        left: 0;
    }
    #fs-container{
        height: 40vh;
    }
    .big_data_item_sld h3{
        max-width:135px;
    }
    
    .slick-prev, .slick-next{
        transform: scale(0.7) !important;
    }
    
    .coments .slick-prev{
        left: 91% !important;
    }
    
    .coments .slick-prev, .coments .slick-next{
        top:-30% !important;
    }
    .title_revievs_block_main h2{
        margin-bottom: 41px;
    }
    .container_bottom{
        margin-bottom: 100px;
    }
    .block_our_bests_row_item h3{
        font-size:50px;
    }
    .video_item img{
        height:160px;
    }
    
    .block_video_about_doors_section{
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: 60px;
    }
    .block_video_about_doors{
        padding-left: 15px;
        padding-right: 15px;
    }
    .video_item .play_btn{
        transform: translate(-50%, -59%) scale(0.7);
    }
    
    .tittle_block_video_about_doors h3{
        margin-bottom: 50px;
    }
    .title_photo_gallary_block_item h3{
        font-size:30px;
    }
    
    .photo_gallary_block{
        margin-top: 30px;
    }
    .photo_gallary_block_row{
        margin-bottom: 60px;
    }
    .hiden_block_big_pic_grey_side_right{
        padding: 40px;
    }
    .button_block_big_pic_grey_side_right{
        margin-top: 20px;
    }
    .block_download_big_book{
        height:auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .book_block_download_big_book img{
        width: auto;
        max-width:80px;
        margin-right: 20px;
    }
    .text_block_download_big_book p{
        font-size:30px;
    }
    
    .download_catalog .left img, .download_catalog .right img{
        max-width:300px;
        margin:0 auto;
    }
    
    header a#hamburger::after, header a#hamburger::before{
        background: #fff;
    }
    
    header a#hamburger{
        border-top: 2px solid white;
    }
}

@media only screen and (max-width: 960px){
    .mapbl {
        height: 360px;
    }
    .social_icons_footer_block_right_item{
            margin: 0 20px;
    }
    
    .title_revievs_block_main h2{
        font-size:30px;
    }
    .coments .slick-prev, .coments .slick-next{
        top: -71px !important;
            height: auto !important;
    }
    .coments .slick-prev{
        left:93% !important;
    }
    .slick-prev, .slick-next{
            transform: scale(0.6) !important;
    }
    .block_our_bests_row_item h3{
        font-size:35px;
        margin-bottom: 10px;
    }
    
    .coments .slick-next{
        right: 0 !important;
    }
    
    .block_video_about_doors_section{
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 35px;
    }
    .title_photo_gallary_block_item h3{
        font-size:25px;
    }
    .photos_gall_photo_gallary_block_mini_item{
        padding: 3px;
    }
    .title_photo_gallary_block_item h3{
        margin-left: 0;
    }
    .title_big_pic_grey_side_right h3{
        font-size:26px;
        margin-bottom: 10px;
    }
    .hiden_block_big_pic_grey_side_left img{
        object-fit:cover;
    }
    .description_big_pic_grey_side_right p{
        line-height:24px;
    }
    .button_block_big_pic_grey_side_right{
        margin-top: 0;
    }
    header a#hamburger{
        position: relative;
        right: 0;
        top:0;
    }
    .header_menu_absolut_logo_and_mail{
        max-width:100%;
        padding: 10px 20px;
        left: 0;
    }
    .revievs_block_main{
        margin-top: 50px;
    }
    main{
        margin:0;
    }
    .download_catalog span{
        font-size:20px;
    }
    .title_block_of_callback p{
        font-size:30px;
    }
    .call_back_block_right input{
        height: 50px;
        width: 100%;
    }
    .call_back_block_right textarea{
        width: 100%;
    }
    .openedbl.sky.active {
        padding: 50px 20px;
    }    
    .adressbl {
        grid-template-columns: 48% 48%;
        grid-gap: 10px;
    }
    .door_block_1 .row.half {
        grid-template-columns: 100%;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .door_block_1 .row.half .images {
        justify-content: left;
        grid-gap: 15px;
        display: flex;
    }
}

@media only screen and (max-width: 767px){
    #id_block3 .hiden_block_big_pic_grey_side_left {
        order: -1;
    }
    #id_block4 .hiden_block_big_pic_grey_side_right {
        background-color: #5e5f63;
    }
    #id_block3 .hiden_block_big_pic_grey_side_right {
        background-color: #523425;
    }
    #id_block3 .hiden_block_big_pic_grey_side_left img, #id_block4 .hiden_block_big_pic_grey_side_left img{
        opacity:1;
    }
    .video_item img {
        height: unset;
    }
    .howopenbl .scheme {
        text-align: center;
    }
    .hmenu {
        padding: 5vh 5% 100px;
        height: calc(100vh - 70px);
        top: 70px;
    }
    .half.videobl .gall img:first-child {
        width: 100%;
    }
    
    .half.videobl .gall img {
        width: 48%;
    }
    .instslider{
        width:95%;
        margin: 0 auto;
        max-height:unset;
    }
    .title_photo_gallary_block_item{
        justify-content: center;
        align-items: center;
    }
    .mapbl {
        height: 260px;
        width: 95%;
        margin: 0 auto 50px;
    }
    .adressbl {
        grid-template-columns: 49% 49%;
        grid-gap: 10px;
        padding: 0 10px;
    }
    .salon .textbot {
        display: flex;
    }
    .salon .textbot .item {
        margin-bottom: 10px;
    }
    .openedbl.secretdoors b.title {
        font-size: 28px;
    }    
    
    .howopenbl .images {
        flex-wrap: wrap;
        height: auto;
    }
    .howopenbl .images div {
        width: 49%;
        margin: 10px auto;
    }
    .photo_gallary_block_item img {
        width: 100%;
        object-fit: cover;
        height: auto;
    }
    .col-md-6.photo_gallary_block_item {
        padding: 0;
    }
    .door_block_1 .tableprice table {
        min-width: 610px;
    }
    .tableprice > div {
        overflow: auto;
    }
    .tableprice th:first-child {
        width: 20%;
    }
    .tableprice th,.tableprice td {
        font-size: 14px;
    }
    .textimg {
        grid-template-columns: 100%;
        grid-gap: 20px;
    }
    .footer_main_nav .nav_block_menu_header{
        background: #252525;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    main{
        margin: 0;
    }
    .header_menu_absolut_logo_and_mail{
        height: 70px;
    }
    #header {
        height: 100vh;
        padding:0;
    }
    .mobile_sider_indexitem.slick-slide {
        height: 100vh;
    }
    .mobile_sider_index .slick-slide img{
        height: 100%;
    }
    
    .revievs_block_main{
        margin-top: 30px;
    }
    
    .title_revievs_block_main h2{
        font-size:25px;
    }
    .slick-prev, .slick-next{
       transform: scale(0.5) !important;
    }
    .coments .slick-prev{
        left: 89% !important;
    }
    .coments .slick-prev, .coments .slick-next{
        top: -64px !important;
    }
    
    .download_catalog .left{
        margin-top: 17px !important;
    }
    
    .block_download_big_book{
        margin-bottom: -70px;
    }
    
    .top_pictur_reviev_block img{
        width: 120px;
        height: 120px;
    }
    .right_of_revies_block_main_slider_item{
       padding-left: 0;
       padding-right: 0;
    }
    .right_of_revies_block_main_slider_item p{
        font-size:15px;
        text-align: center;
    }
    
    .container_bottom::before{
        height: 1px;
    }
    .container_bottom{
        margin-bottom: 75px;
    }
    .block_our_bests_row_item{
        width: 50%;
        padding-left: 0;
        padding-right: 0;
    }
    .block_our_bests_row_item{
        margin-bottom: 25px;
    }
    .block_our_bests_row_item h3{
        font-size:25px;
        margin-bottom: 5px;
    }
    .block_our_bests_row_item span{
        font-size:13px;
    }
    .photo_gallary_block{
        margin-top: 10px;
    }
    .tittle_block_video_about_doors h3{
        font-size:25px;
    }
    .block_video_about_doors_section{
        padding-top: 35px;
        padding-bottom: 20px;
    }
    .videos_slider{
        padding-bottom: 40px;
    }
    .block_video_about_doors {
        padding-left: 0;
        padding-right: 0;
    }
    .tittle_block_video_about_doors h3{
        margin-bottom: 25px;
    }
    .block_our_bests_row_item p{
        max-width:67%;
    }
    .video_item{
            display: flex;
            justify-content: center;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .video_item img{
        max-width: 90%;
            margin: 0 auto;
    }
    .video_item .play_btn{
        transform: translate(-50%, -50%) scale(0.6);
    }
    .tittle_block_video_about_doors h3{
        text-align: center;
    }
    
    .videos_slider .slick-next{
        left: 53% !important;
        right:auto;
        transform:translateX(-50%) scale(0.6) !important;
    }
    
    .videos_slider .slick-prev{
         left: 47%  !important;
        right:auto;
        transform:translateX(-50%) scale(0.6) !important;
    }
    
    .videos_slider .slick-next, .videos_slider .slick-prev{
        top:auto !important;
        bottom:-39px;
    }
    
    .title_photo_gallary_block_item h3{
        font-size:25px;
        text-align: center;
    }
    
    .photos_gall_photo_gallary_block_mini_item{
        width: 33%;
    }
    
    .right_of_revies_block_main_slider_item p{
        line-height:23px;
    }
    
    .photo_gallary_block_row{
        margin-bottom: 40px;
    }
    
    .hiden_block_big_pic_grey_side_right{
        padding: 25px;
    }
    
    .title_big_pic_grey_side_right h3{
        font-size:25px;
        margin-bottom: 0;
    }
    
    .hiden_block_big_pic_grey_side_left{
        height: auto;
        display: flex;
        max-height: 440px;
    }
    .door_block_2 .hiden_block_big_pic_grey_side_left{
        order:-1;
    }
     .door_block_4 .hiden_block_big_pic_grey_side_left{
        order:-1;
    }
    .door_block_2, .door_block_3, .door_block_4{
        margin-top: 0px;
    }
    .photos_gall_photo_gallary_block_mini_item{
        padding: 5px;
        padding-bottom: 1px;
    }
    .description_big_pic_grey_side_right p{
        font-size:15px;
    }
    .button_block_big_pic_grey_side_right a{
        font-size:15px;
    }
    .text_block_download_big_book p{
        font-size:25px;
    }
    .book_block_download_big_book img{
        max-width:50px;
    }
  .block_download_big_book{
      padding-top: 15px;
      padding-bottom: 15px;
  }
  .download_catalog span{
      top: -15px;
  }
  .download_catalog .left img, .download_catalog .right img{
      max-width:270px;
  }
  .book_block_download_big_book img{
      display: none;
  }
  .hiden_block_big_pic_grey_side_right{
      padding: 30px 25px;
  }
  
  .download_catalog .left, .download_catalog .right{
         transform: scale(0.8);
         margin-top: 0;
  }
  .download_catalog .right{
      margin-top: 0;
  }
  
  .download_catalog .left img, .download_catalog .right img{
      width: 100%;
  }
  .book_block_big_bot::before{
      bottom: 0;
  }
  .book_block_big_bot{
      margin-bottom: 30px;
  }
  .title_block_of_callback p{
      font-size:25px;
  }
  .secription_block_of_callback p{
    font-size:15px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
     .call_back_block_leftt{
         order:2;
         margin-top: 20px;
     }
     .call_back_block_right input{
         height: 40px;
         font-size:15px;
     }
     
     .call_back_block_right textarea{
         height: 170px;
         font-size:15px;
     }
     .secription_block_of_callback .call_back__sbmt{
         font-size:15px;
     }
     .block_callback_us{
         margin-bottom: 50px;
     }
     .footer_main_nav .nav_block_menu_header{
         text-align: center;
     }
     .footer_main_nav .item_nav_header_block{
         margin-bottom: 15px;
         font-size:15px;
        color: white;
     }
     .footer_main_nav::before {
        top: -20px;
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #818181;
     }
     footer {
        background: #252525;
        padding-top: 30px;
     }
     .footer_contact_block_social_item_adr p, .tel_footer_contact_block_social_item a, .email_footer_contact_block_social_item a{
         color:#b1b1b1;
     }
     .tel_email_footer_contact_block_social_item{
        flex-direction: column;
        align-items: flex-start;
     }
     .email_footer_contact_block_social_item{
         margin-left: 0;
         margin-top: 10px;
     }
     .social_icons_footer_block_right_item{
         margin: 0;
         margin-right: 15px;
     }
     .social_icons_footer_block_right{
         margin-top: 25px;
     }
     .footer_contact_block_social_section{
         padding: 0 0 40px;
     }
     .hmenu{
         min-width:100%;
     }
     .mainscreen-catalog-menu{
         max-width:85%;
        margin: 0 auto;
     }
     .hmenu .bottom{
         max-width:80%;
         margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
     }
     .hmenu span.close{
         right: 8%;
     }
     .container_bottom{
         padding-left: 25px;
     }
     .coments .slick-next{
         right: 7px !important;
     }
     .coments .slick-prev{
         left: 87% !important;
     }
     .coments .slick-prev, .coments .slick-next{
         top: -66px !important;
     }
    .big_data_item_sld h3 {
        max-width: 255px;
        font-size: 22px;
        bottom: 130px;
    }
    .hiden_block_big_pic_grey_side_left:after{
        left:10%!important;
    }
    .openedbl.sky.active,.openedbl.secretdoors.active{
       padding: 50px 10px;
    }
    .door_block_1 .openedbl > .row, .door_block_1 .tableprice{
        padding: 0 10px;
    }
    .door_block_1 .openedbl .topinfo img {
        height: 290px;
        object-position: -50px;
    }
    
}
.mobile_sider_index ul.slick-dots {
        bottom: 20px;
    }
    .mobile_sider_index .slick-dots li button:before {
        color: white;
        opacity: .5;
        font-size: 10px;
    }
    .mobile_sider_index .slick-dots li.slick-active button:before {
        opacity: 1;
        font-size: 14px;
        color:white;
    }
@media only screen and (max-width: 575px){

    .disigne_feat img {
        max-height: 320px;
        width: 100%;
        object-fit: scale-down;
    }
    .openedbl.sky .about-item__image.videobl {
        height: 220px;
        max-width: 320px;
    }
    .howopenbl .images div {
        width: 100%;
        margin: 10px 0;
    }
    .door_block_1 .openedbl img{
        max-width: 100%;
    }
    #header{
        height:100vh;
    }
    .photos_gall_photo_gallary_block.row.instslider img {
        width: auto;
        height: auto;
        max-height: 500px;
        margin: 0 auto;
    }
    .video_item img {
        max-width: 100%;
        max-height: 400px;
    }
    .openedbl .style_heading {
        font-size: 28px;
    }
    .logo_block_left_side a {
        font-size: 18px;
        padding-left: 25px;
    }
    .adressbl {
        grid-template-columns: 100%;
    }
    .phonebl{
        font-size: 14px;
    }
    .header_menu_absolut_logo_and_mail{
        padding:7px;
    }
}
@media only screen and (max-width: 460px){
    .h-d-o-b__1-left-texts {
        flex-direction: column;
        gap: 1rem;
    }
    .phonebl i {
        margin-right: 2px;
        font-size: 14px;
    }
    .logo_block_left_side{
        width: 120px;
    }
}
@media only screen and (max-width: 375px){
    .block_our_bests_row_item p{
        max-width:74%;
    }
}

@media only screen and (max-width: 360px){
      .block_our_bests_row_item p{
        max-width:78%;
    }
    .coments .slick-prev{
        left: 88% !important;
    }
}

@media only screen and (max-width: 320px){
   
    .title_revievs_block_main h2{
        font-size:22px 
    }
    .coments .slick-prev{
        left: 86% !important;
    }
    .title_photo_gallary_block_item h3, .title_big_pic_grey_side_right h3, .text_block_download_big_book p, .title_block_of_callback p{
        font-size:22px;
    }
}

