@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700,800|Roboto+Condensed:300,400,700');
/*@font-face {
    font-family: 'ALSRubl-Tahoma';
    src: url('fonts/ruble/alsrubl-tahoma-regular.eot');
    src: url('fonts/ruble/alsrubl-tahoma-regular.eot?#iefix') format('embedded-opentype'),url('fonts/ruble/alsrubl-tahoma-regular.woff') format('woff'), url('fonts/ruble/alsrubl-tahoma-regular.ttf') format('truetype'), url('fonts/ruble/alsrubl-tahoma-regular.svg#ALSRublTahomaItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ALSRubl-Tahoma';
    src: url('fonts/ruble/alsrubl-tahoma-bold.eot');
    src: url('fonts/ruble/alsrubl-tahoma-bold.eot?#iefix') format('embedded-opentype'), url('fonts/ruble/alsrubl-tahoma-bold.woff') format('woff'), url('fonts/ruble/alsrubl-tahoma-bold.ttf') format('truetype'), url('fonts/ruble/alsrubl-tahoma-bold.svg#ALSRublTahomaItalic') format('svg');
    font-weight: bold;
    font-style: normal;
}*/
.rub {
    /*font-size: 0;*/
}
.rub:before{
    font-family: 'icons';
    content: '\e80a';
    font-size: 15px;
    font-weight: 100;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
}
html, body{
    font-family: 'Fira Sans', sans-serif;
}
body{
    overflow-x: hidden;
}
*{
    outline: none !important;
}
svg{
    max-width: 100%;
    max-height: 100%;
}
.block_1__wrapper{
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;

}
.block_1{
    height: 100%;
    width: 100%;
    padding-top: 90px;
}
.block_1 noindex + h1{
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    margin: 0;
}
h1, .h1{
    font-size: 27px;
    color: #fff;
    /*font-weight: bold;*/
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: -1px;
    line-height: 1.4;
}
header{

}
.pq-selectbox {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    color: #000;
}
.pq-selectbox .pq-select {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}
/*.pq-selectbox.pq-selectbox-touch .pq-select {*/
/*z-index: 1;*/
/*}*/
.pq-select-button {
    display: block;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    position: relative;
    padding: 7px 42px 4px 12px;
    min-height: 38px;
    outline: none;
    width: 100%;
    border-radius: 0;
    line-height: 22px;
    font-weight: 300;
    webkit-box-shadow: none;
    box-shadow: none !important;
    font-size: 13px;
    color: #797979;
    background-color: #fff;
}
.pq-select-button.ui-state-disabled {
    background: #f3f3f3;
    border-color: #dcdcdc;
    cursor: not-allowed;
}
.pq-select-button .pq-icon-triangle {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 6px;
    line-height: 1;
    width: 0;
    height: 0;
    border-left: 3px solid #0000;
    border-right: 3px solid #0000;
    border-top: 4px solid #fff;
}
.pq-select-popup-cont {
    width: 100%;
    /*margin: -2px 0 0;*/
    margin: 0;
    padding: 0;
    /*border: 1px solid transparent;*/
    border-top: none;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 100;
    overflow: visible;
    outline: none;
}
.pq-select-popup,
.pq-select-popup * {
    outline: none;
}
.pq-select-menu {
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    webkit-overflow-scrolling: touch;
}

.h__region__wrapper .pq-select-menu {
    max-height: 280px;
}

.pq-select-menu label {
    line-height: 22px;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
}
.pq-select-menu .pq-select-option-label {
    display: block;
    height: 38px;
    padding: 9px 12px;
    white-space: nowrap;
    margin: 0;
    cursor: pointer;
    webkit-user-select: none;
    moz-user-select: none;
    ms-user-select: none;
    user-select: none;

    font-size: 16px;
    font-family: "Fira Sans";
    color: rgb(235, 235, 235);
    line-height: 1.667;


}
.pq-select-menu .pq-select-option-label.ui-state-disabled {
    background-color: #f3f3f3;
    border-color: #dcdcdc;
    cursor: not-allowed;

}
.pq-select-menu .pq-select-option-label.ui-state-disabled:hover {
    background-color: #f3f3f3;
    color: #797979;
}
html .pq-select-menu .pq-select-option-label.pq-state-select,
html .pq-select-menu .pq-select-option-label:hover {
    background-color: #e2ca93;
    color: #000;
}
.pq-selectbox.opened .pq-icon-triangle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pq-selectbox.opened .pq-select-button,
.pq-selectbox.opened .pq-select-popup-cont {
    /*border-color: #e2ca93;*/
    /*color: #333333;*/


}
.pq-selectbox.opened .pq-select-button{
    /*background-color: #f7f7f7;*/
}
.pq-selectbox.opened .pq-select-popup-cont {
    /*background-color: #fff;*/
}
.pq-selectbox.opened .arrow_bottom{
    fill: #c7486e;
}
.pq-select-single .pq-select-text,
.pq-select-single .pq-select-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100% !important;
}
.pq-select-single .pq-select-item-text {
    display: inline-block;
    vertical-align: top;
}
.pq-selectbox-multiple .pq-select-button {
    padding: 6px 34px 4px 12px;

}
.pq-selectbox-multiple .pq-select-button .pq-select-text {
    overflow: hidden;
}
.pq-selectbox-multiple .pq-select-button .pq-select-text .pq-select-item {
    display: block;
    position: relative;
    color: #414141;
    background: #f0f0f0;
    padding: 1px 22px 1px 8px;
    margin: 0 3px 3px 0;
    float: left;
    cursor: auto;
}
.pq-selectbox-multiple.opened .pq-select-button .pq-select-text .pq-select-item {
    background: transparent;
}
.pq-selectbox-multiple .pq-select-button .pq-select-text .pq-select-item .pq-item-close:before{
    position: absolute;
    top: 50%;
    right: 5px;
    margin: -3px 0 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    text-indent: inherit;
    outline: none;



    content: '';
    display: block;
    height: 8px;
    width: 9px;
    background-image: url(../images/form_close.png);
    background-repeat: no-repeat;
    background-position: -25px 0px;
    background-size: cover;
}
.pq-selectbox-multiple .pq-select-button .pq-select-text .pq-select-item .pq-item-close:hover:before{
    background-position: -8px 0px;
}
.pq-selectbox-multiple .pq-select-button .pq-select-text .pq-select-item .pq-item-close::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.pq-selectbox-multiple .pq-select-menu .pq-select-option-label {
    padding: 7px 12px 7px 4px;
}
.pq-selectbox-multiple .pq-select-menu .pq-select-option-label span {
    padding-left: 33px;
}
.pq-selectbox-multiple .pq-select-menu .pq-select-option-label input[type="checkbox"] + span:before {
    border: 1px solid #ccc;
}
.pq-selectbox-multiple .pq-select-menu .pq-select-option-label input[type="checkbox"]:checked + span:after {
    /*background-image: url(images/svg/check.svg);*/
}
.checkbox,
.radio {
    margin: 0;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: 11px;
}
.checkbox label,
.radio label {
    padding: 0;
    font-weight: 300;
}
.checkbox-inline,
.radio-inline {
    padding: 0;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-left: 20px;
}
.checkbox-inline label,
.radio-inline label {
    margin: 0;
    font-weight: 300;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: 0;
}
.checkbox input[type="checkbox"] {
    vertical-align: top;
    margin: 0 10px 0 0;
    width: 14px;
    height: 14px;
    position: absolute;
    opacity: 0;
}
.checkbox label input[type="checkbox"] + span {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.checkbox label input[type="checkbox"] + span,
.checkbox input[type="checkbox"] + label {
    min-height: 14px;
    position: relative;
    padding: 0 0 0 35px;
    text-align: left;
}
.bxcompprop-prop-tr label input[type="checkbox"] + span,
.bxcompprop-prop-tr input[type="checkbox"] + label {
    min-height: inherit;
    padding: 0px;
}
.checkbox label input[type="checkbox"] + span:before,
.checkbox input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-width: 1px;
    border-color: rgb(229, 212, 194);
    border-style: solid;
}
.bxcompprop-prop-tr label input[type="checkbox"] + span:before,
.bxcompprop-prop-tr input[type="checkbox"] + label:before {
    display:none;
}
.checkbox label input[type="checkbox"]:checked + span:after,
.checkbox input[type="checkbox"]:checked + label:after {
    font-family: 'icons';
    content: '\e808';
    position: absolute;
    top: 50%;
    left: 4px;
    height:24px;
    width: 24px;
    margin-top:-8px;
    line-height: 1;
    color: #e2ca93;
}
.bxcompprop-prop-tr label input[type="checkbox"]:checked + span:after,
.bxcompprop-prop-tr input[type="checkbox"]:checked + label:after {
    display:none;
}
.nav_top__wrapper ul  a.selected{
    font-weight: 600;
}
.nav_top__wrapper > ul > li > a.selected {
    font-weight: 800;
}
label input[type="checkbox"]:disabled + span,
input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
    color: #797979;
}
label input[type="checkbox"]:disabled + span:before,
input[type="checkbox"]:disabled + label:before {
    border-color: #dcdcdc;
    background-color: #f0f0f0;
}
.radio input[type="radio"] {
    vertical-align: top;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    position: absolute;
    opacity: 0;
}
.radio label input[type="radio"] + span {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.radio label input[type="radio"]+ span,
.radio input[type="radio"] + label {
    min-height: 18px;
    position: relative;
    padding: 0 0 0 27px;
    font-size: 13px;
    line-height: 18px;
    color: #000;
}
.radio label input[type="radio"] + span:before,
.radio input[type="radio"] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin: 1px 0;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 100%;
}
.radio label input[type="radio"]:checked + span:before,
.radio input[type="radio"]:checked + label:before {

    border-color: #c7486e;
    background-color: #c7486e;
}
.radio label input[type="radio"]:checked + span:after,
.radio input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 1px 0;
    background: #fff;
}
label input[type="radio"]:disabled + span,
input[type="radio"]:disabled + label {
    cursor: not-allowed;
    color: #797979;
}
label input[type="radio"]:disabled + span:before,
input[type="radio"]:disabled + label:before {
    border-color: #dcdcdc;
    background-color: #f0f0f0;
}
.input-group-addon label {
    margin: 0;
}
.input-group-addon label input[type="checkbox"] + span,
.input-group-addon input[type="checkbox"] + label {
    padding: 0 0 0 18px;
}
.input-group-addon label input[type="radio"] + span,
.input-group-addon input[type="radio"] + label {
    padding: 0 0 0 18px;
}
label:hover input[type="checkbox"] + span > span, input[type="checkbox"]:hover + label > span, label:hover input[type="radio"] + span > span, input[type="radio"]:hover + label > span{

}
.pq-dropdown{
    background-color: transparent;
    border: none;
}
.pq-selectbox.opened .pq-select-popup-cont{
    background-color: rgba(29, 49, 80, 0.8);
}

.bx-core-popup-menu ,.bx-core-adm-dialog{
    z-index: 1050 !important;
}
.h__menu-links__wrapper {
    padding-left: 0;
}
.h__menu-links__wrapper .row_1{

    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 7px !important;
}
.h__region__wrapper {
    min-width: 172px;
    padding-left: 39px !important;
    /*padding-top: 15px !important;*/
}

.h__region__wrapper .pq-select-button {
    font-weight: 200;
    webkit-box-shadow: none;
    box-shadow: none !important;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.222;
    direction: rtl;
    padding-right: 0;
}
.h__region__wrapper .pq-select-popup-cont {
    min-width: 150px;
}
.h__phone__wrapper{
    font-size: 19px;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 5px;
    margin-right: 50px;
}
.header_main a{
    text-decoration: none;
}

.header_main a:hover{
    color: #e2ca93;
}
.city_select{
    width:100%;
    background: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    height: 62px;
    overflow: hidden;
    position: fixed;
    z-index: 99999;
}
.city_select.cs_top{
    top:-62px;
    -webkit-transition: top 220ms linear;
    -moz-transition: top 220ms linear;
    -ms-transition: top 220ms linear;
    -o-transition: top 220ms linear;
    transition: top 220ms linear;
}
.top_city_active .city_select.cs_top{
    top:0px;
}
.city_select.cs_bottom{
    bottom:-62px;
    -webkit-transition: bottom 220ms linear;
    -moz-transition: bottom 220ms linear;
    -ms-transition: bottom 220ms linear;
    -o-transition: bottom 220ms linear;
    transition: bottom 220ms linear;
}
.bottom_city_active .city_select.cs_bottom{
    bottom:0px;
}
.header_main{
    -webkit-transition: padding-top 220ms linear;
    -moz-transition: padding-top 220ms linear;
    -ms-transition: padding-top 220ms linear;
    -o-transition: padding-top 220ms linear;
    transition: padding-top 220ms linear;
    padding-top: 0px;
}
.top_city_active .header_main{
    padding-top: 62px;
}
.city_select button.icon{
    position: absolute;
    right: 20px;
    top:20px;
    color:#585858;
}
.city_select ul{
     margin: 0;
    padding: 0;
    height: 62px;
    font-size: 0px;
}
.city_select ul li{
    list-style-type: none;
    display: inline-block;
    font-size: 18px;
    color:#585858;
    padding: 15px 13px;
    height: 100%;
}
.city_select ul li.txt{
    margin-right: 30px;
}
.city_select ul li + li{
    margin-left: 10px;
}
.city_select ul li a{
    display: inline-block;
    color:#585858;
}
.city_select ul li a:hover{
   text-decoration: none;
    color:#e2ca93;
}
.city_select ul li a:before{
    font-family: "icons";
    content: '\e800';
    font-weight: 100;
    margin-right: 7px;
    vertical-align: top;
    position: relative;
    top: -2px;
}
.city_select ul li.active{
    background: #2a3853;
}
.city_select ul li.active a{
    color:#fff;
}
.h__recall__wrapper{
    display: inline-block;
    margin-top: 5px;

}
.h__recall{

    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.222;


}
.h__recall:before{
    font-family: "icons";
    content: '\e801';
    font-weight: 100;
    font-size: 20px;
    margin-right: 10px;
}
.h__region__wrapper .pq-select-item-text{
    position: relative;
}
.h__region__wrapper .pq-select-item-text:before {
    font-family: "icons";
    content: '\e800';
    font-weight: 100;
    margin-right: 7px;
    opacity: 0.7;
    vertical-align: middle;
}
.h__region__wrapper .pq-select-item-text:after{
    content: ' ';
    width: calc(100% - 25px);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.h__region__wrapper .pq-select-button .pq-icon-triangle{
    border-top-color: rgba(255, 255, 255, 0.8) !important;
}
.h__region__wrapper .pq-select-single .pq-select-text{
    display: inline-block;
}
.h__region__wrapper .pq-select-button .pq-icon-triangle{
    position: initial;
    display: inline-block;
    opacity: 0.7;
    vertical-align: super;
    margin-left: 3px;
}

.menu_top li{
    list-style: none;

}
.menu_top{
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    width: 100%;
    margin-bottom: 0;

}
.menu_top li.menu_top__personal .menu_top__item {

    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;

    line-height: 1.222;

    text-transform: initial;
    font-weight: 100;

}
.menu_top li:last-child .menu_top__item {
    box-shadow: none;
}
.menu_top li.menu_top__personal .menu_top__item:before {
    content: '\e802';
    font-family: 'icons';
    margin-right: 5px;
    opacity: 0.7;
}
.menu_top li {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.222;
    text-align: left;
}
.menu_top li .menu_top__item{
    display: block;
    text-decoration: none;
}
.menu_top__item.selected{
    cursor: default;
    color: #e2ca93;
}
.header_main_top{
    background-color: transparent !important;
}
.h__slogan {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
    line-height: 1.2;
    margin-left: 29px;
    /*margin-top: 8px;*/
    margin-top: 10px;
}
.icon-profildoors_line:before{
    width: auto;
    margin-left: 0;
    font-size: 28px;
}
.block_1__list i svg{
    max-width: 100%;
}
.bx-ie11 .block_1__list i svg{
    max-height: 60px;
}
.block_1__list i{
    width: 60px;
    display: inline-block;
    vertical-align: middle;
}
.block_1__list > span{
    margin-left: 22px;
    width: calc(100% - 87px);
    display: inline-block;
    font-size: 22px;
    line-height: 1.091;
    vertical-align: middle;
}
.block_1__list{
    margin-top: 15px;
}
.block_1__list__wrapper{
    margin-top: 20px;
}
.block_1__form__wrapper .b_one_conf{
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}
.block_1__form__wrapper .checkbox span{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}
.block_1__form__wrapper .checkbox span a{
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}
.b_one_conf__wrapper{
    background-color: rgba(7, 34, 75, 0.8);
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.125;
    padding: 0 20px 20px;
}

.form__wrapper {
    background-color: rgba(7, 34, 75, 0.8);
    text-align: center;
    /*margin-top: 15px;*/
    padding: 0px 20px 15px;
}
.form__top h2{
    font-size: 24px;
    color: #e2ca93;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.333;
    text-align: center;
    margin-bottom: 0;
}
.form__top p {
    font-size: 20px;
    color: #e2ca93;
    margin-top: -6px;
    margin-bottom: 0;
}
.form-group {
    margin-bottom: 23px;
}
.form-footer{
    margin-top: 16px;
}
/*блок 2 - преимущества*/

#advantages {
    margin-top: 40px;
}
#advantages .col-12:first-of-type .adv_item{
    border-right: 1px solid rgb(207, 207, 207);
}
.img_holder.lightgallery_video{
    cursor: pointer;
}
#advantages .adv_item.lightgallery_video{
    cursor: pointer;
}
#advantages .col-12:last-of-type .adv_item{
    border-left: 1px solid rgb(207, 207, 207);
}

#advantages .adv_item{
    min-height: 255px;
    position: relative;
    display: flex;
    background-size: cover;
}

#advantages .adv_item .adv_overlay{
    width: 100%;
    padding: 35px 30px 35px 30px;

    font-family: 'Fira Sans', sans-serif;
}
#advantages h3{
    font-size: 32px;
    font-weight: bold;
}
#advantages hr{
    border-width: 2px;
    width: 90px;
    margin: 22px 0 32px 0;
}
#advantages .txt{
    font-size: 20px;
    line-height: 1.7;
    position: relative;
    z-index: 10;
}
#advantages .adv_slider {
    margin-top: 0px;
}
.play_btn{
    border-radius: 50%;
    background-color: rgb(226, 202, 147);
    opacity: 0.902;
    position: absolute;
    width: 92px;
    height: 92px;
    z-index: 350;
    display: block;
    top:50%;
    left:50%;
    margin-left: -46px;
    margin-top: -46px;
    padding: 29px 23px;
}
.play_btn:hover{
    opacity: 0.95;
}
.play_btn svg{
    fill:#fff;
    width:36px;
    height: 36px;
}
#advantages .play_btn{
    z-index: 0;
}
#assortment{
    position: relative;
    margin-top: 70px;
}
#assortment .assort_item{
    /*width:50%;*/
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
}
#assortment .assort_item.even .assort_info{
    padding-left: calc((100vw - 1583px) / 2);
}
#assortment .assort_item.odd .assort_info{
    padding-left: 50px;
    padding-right: calc((100vw - 1583px) / 2);
}
#assortment .img{
    position: relative;
    min-height: 270px;
    background-size: cover;

    background-position: center;
}

#assortment .assort_adv {
    margin-top: 15px;
}
#assortment .assort_adv ul{
    padding-left: 0px;
}
#assortment .assort_adv ul li{
    list-style-type: none;
    padding-left: 14px;
    position: relative;
    display: block;
    line-height: 22px;
    margin-bottom: 5px;
}
#assortment .assort_adv ul li:before{
    content: " ";
    position: absolute;
    left:0px;
    top:7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #001f55;
    display: block;
}
.owl-nav button{
    z-index: 999;
    width:75px;
    height: 75px;
    background-color: #011246 !important;
    border-radius: 50%;
}
.owl-nav button:hover, .owl-nav button:focus{
    background-color: #001f55 !important;
}
#assortment .owl-nav button{
    position: absolute;
    left:50%;
    top:200px;
}
.slick-arrow:before{
    content: "";
}
#assortment .owl-nav button.owl-prev{
    margin-left: -100px;
}
#assortment .owl-nav button.owl-next{
    margin-left: 25px;
}
.owl-nav button svg{
    fill:#fff;
    width: 15px;
    height: 15px;
    transform: rotate(-90deg);
}
.owl-nav button.owl-next svg{
    transform: rotate(90deg);
}
.owl-dots{
    text-align: center;
}
#assortment .owl-dots{
    margin-top: 20px;
}
.owl-dots button{
    padding: 0;
    background: #061f4a !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.5;
}
.owl-dots button + button{
    margin-left: 10px;
}
.owl-dots button.active{
    opacity: 1;
}
.owl-dots button:not(.active):hover{
    opacity: 0.75;
}
.owl-dots button{
    width: 10px;
    height: 10px;
}
.slick-dots li button:before{
    content: '';
}
#assortment .name {
    background-color: rgba(245, 238, 231, 0.8);

    font-weight: bold;
    font-size: 23px;
    letter-spacing: 3px;
    text-transform: uppercase;
    bottom: 35px;
    padding: 5px 25px;
    position: absolute;
    left:150px;
}

#assortment .even .name{
   left: calc((100vw - 1583px) / 2);
}
#assortment .assort_price .title {
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0 0px 0;
}

#assortment .assort_price .line{
    font-size: 0px;
}
#assortment .assort_price .line div{
    display: inline-block;
    font-size: 18px;
}
#assortment .assort_price .line .type{
    width: 235px;
}
#assortment .assort_price .line .price{
    font-weight: bold;
    font-size: 20px;
}
#assortment .assort_price .assort__action{
    margin-top: 60px;
    margin-left: -15px;
}
#assortment .assort_price .assort__action .line .type{
    padding-left: 15px;
    width: 280px;
}
#assortment .assort_price .assort__action .line .price{
    padding-right: 15px;
}
#assortment .assort_price .assort__action .line_1 .type, #assortment .assort_price .assort__action .line_1 .price{
    font-weight: normal;
    font-size: 18px;
}
#assortment .assort_price .assort__action .line_2{
    margin-top: 10px;
}
#assortment .assort_price .assort__action .line_2 .type, #assortment .assort_price .assort__action .line_2 .price{
    font-weight: normal;
    font-size: 24px;
    background-color: rgb(226, 202, 147);
    line-height: 1;
}
#assortment .assort_price .assort__action .line_3{
    margin-top: 5px;
}
#assortment .assort_price .assort__action .line_3 .type, #assortment .assort_price .assort__action .line_3 .price{
    font-weight: bold;
    font-size: 30px;
    line-height: 1.267;
}
#assortment .assort_price .assort__action .line_3 .rub:before{
    font-size: 20px;
}
.form_price{
    margin-top: 50px;
    padding-bottom: 30px;
}
.form_price .form__wrapper{
    background-color: rgb(1, 18, 70);
    padding: 40px 0px 0
}
.form_price h2, .form_price p{
    text-align: left;
    margin-top: 0px;
    margin-left: 8.333%;
}
.form_price h2{
    text-transform: uppercase;
    margin-bottom: 0px;
}
.form_price p{
    font-size: 22px;
}
.form_price .form-group{
    margin-bottom: 0px;
}
.form-control{
    border-radius: 0px;
    background-color: transparent;
    border: medium none;
    border-bottom:2px solid rgba(255,255,255,0.302);
    text-align: center;
    padding: 9px 10px;
    color: #fff;
}
.form-control:focus {
    background-color: transparent;
    border-color: #e2ca93;
    box-shadow:none;
    color: #e2ca93;
}
.btn-lg {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    /*line-height: 1.286;*/
}


.btn{
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 0px;
    border-width: 2px;
    border-color: rgb(229, 212, 194);
    border-style: solid;
    color:#e2ca93;
    text-transform: uppercase;
    background-color: transparent;
    padding: 11px 80px;
}
.btn:focus, .btn:hover{
    border-width: 2px;
    border-color: rgb(229, 212, 194);
    border-style: solid;
    color: rgb(1, 18, 70);
    background-color: #e2ca93;
    outline: none;
    box-shadow: none;
}
.btn-default{
    border-width: 2px;
    border-color: rgb(1, 18, 70);
    border-style: solid;
    background-color: rgb(1, 18, 70);
    color: rgb(226, 202, 147);
}
.form_price .form__wrapper .info_conf {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 0;
    text-align: center;
}
.form_price .checkbox span{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}
.form_price .checkbox span a{
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}
.checkbox span a:hover{
    text-decoration: none;
}
#about_us .img_holder{
    position: relative;
    height: 280px;
}
#about_us img{
    max-width: 100%;
}
#reviews{
    background-image: url('images/reviews_bg.jpg');
    background-position: center center;
    background-size: cover;
    color:#e2ca93;
    padding: 60px 0 80px;
    margin-top: 55px;
}
#reviews .review_item {
    display: flex !important;
}
#reviews .review_item .rev_left{
    flex:0 0 145px;
}
#reviews .review_item .rev_right{
    flex:1 1 auto;
}
#reviews .info{
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;


}
/*#reviews .info:after{
    content: '';
    display: block;
    border-bottom: 2px solid #e2ca93;
    padding-top: 25px;
    margin: 0 auto;
    max-width: 90px;

}*/
#reviews .img{
    text-align: center;
    margin-top:10px;
}
#reviews .img img{
    border-radius: 50%;
}
#reviews .info .name{
    display: inline-block;
}
#reviews .info .name__wrapper{
    margin-top: 15px;
}

#reviews .info .info-border{
    border-bottom: 2px solid;
    padding-bottom: 25px;
}


#reviews .info .date{
    font-weight: bold;
    display: inline-block;

}
#reviews .txt{
    font-size: 22px;
    font-style: italic;
    color:#fff;
    padding-left: 55px;
    line-height: 1.727;
    font-weight: 100;
}
#reviews h2{
    font-size: 31px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.333;
    margin-bottom: 55px;
    letter-spacing: -1px;
}
#reviews .reviews{
    margin: 0 auto;
    width: 770px;
}
#reviews .owl-nav button{
    position: absolute;
    top: -120px;
}
#reviews .owl-nav button.owl-next{
    right: -87px;
}
#reviews .owl-nav button.owl-prev{
    right: -3px;
    left: inherit;
}
#invitation{
    margin-top: 60px;
}
.block_8{
    margin-top: 30px;
}
.form_inv__bg-wrapper .form__wrapper{
    background-color: transparent;
}
.form_inv__bg-wrapper {
    background-image: url('images/invit_bg.jpg');
    background-position: center center;
    background-size: cover;
    color:#e2ca93;
}
.form_inv__bg-color{
    height: 100%;
}
#invitation .form__wrapper{


    padding: 45px 0 12px;
    margin: 0;
    height: 100%;
}
#invitation h2{
    text-align: left;
    margin-bottom: 60px;
    font-weight: bold;
    text-transform: uppercase;
}
#invitation .m_wrap{
    width: 340px;

    margin: 0 auto;
}

#invitation .form__wrapper .btn{

    margin-top: 40px;

}
#invitation .form-group {
    margin-bottom: 40px;
}
#invitation .info{
    background-color: rgb(245, 238, 231);
    height: 100%;
    font-family: 'Fira Sans', sans-serif;
    padding: 25px 0 45px;
}
#invitation .info h2{
    margin-bottom: 45px;
}
#invitation .invit_item ul{
    padding-left: 0px;
}
#invitation .invit_item ul li{
    list-style-type: none;
    padding-left: 20px;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.4;
}
#invitation .invit_item ul li:before{
    content: " ";
    position: absolute;
    left:0px;
    top:10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #001f55;
    display: block;
}
#invitation .invit_item ul li + li{
    margin-top: 25px;
}
.show-more-block {
    position: relative;
    overflow: hidden;
}
.show-more-block-inner{
    padding-bottom: 20px;
}
.show-more-block .show-more {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}
.show-more-content {
    padding: 0px;
    background: #fff;
}
.show-more-block .show-more .text_hide{
    display: none;
}
.show-more-block.open .show-more .text_show{
    display: none;
}
.show-more-block.open .show-more .text_hide{
    display: inline-block;
}
.about_us_item a[data-toggle='collapse']{
    /*display: none;*/
}
#about_us{
    margin-top: 55px;
}
.subscribe-form{
    text-align: center;
    padding-bottom: 50px;
}
.subscribe-form .sub_email{
    margin-bottom: 60px
}
.subscribe-form .sub_email input{
    width: 300px;
    margin: 0 auto;
}
.subscribe-form .conf{
    padding-left: 16.6666%;
    text-align: left;
    margin-top: 40px;
    font-size: 15px;
    font-family: 'Roboto Condensed';
    color: rgba(255, 255, 255, 0.6);
}
.subscribe-form .conf p{
    margin-bottom: 5px;
}
.subscribe-form .title{
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 18px;
}
/**/
.reviews:before{
    content: '“';
    font-size: 133px;
    color: rgba(226, 202, 147, 0.6);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.108;
    position: absolute;
    font-family: 'Fira Sans', sans-serif;
    margin-left: -140px;
    top: 140px;

}
.reviews:after{
    content: '”';
    font-size: 133px;
    color: rgba(226, 202, 147, 0.6);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.108;
    position: absolute;
    font-family: 'Fira Sans', sans-serif;
    margin-right: -140px;
    bottom: -42px;
    right: 0;
}
.reviews{
    position: relative;
}
.footer-main{
    color: #303030;
    padding-top: 70px;
    padding-bottom: 40px;
    /*padding-bottom: 50px;*/
}
.footer-main a{
    color: #303030;
    text-decoration: none;
}
.footer-main a:hover {
    color: #e2ca93;
}
.footer-main .h__slogan {
    font-weight: 400;
}
.menu_bottom li {
    list-style: none;
    display: block;
    margin-top: 5px;
}
.menu_bottom li .menu_bottom__item{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.222;
}
.menu_bottom{
    margin-top: 9px;
    padding-left: 18px;
}
.footer-main .h__region__wrapper .pq-select-button{
    color: #303030;
}
.pq-select-button .pq-icon-triangle{
    border-top-color: #303030 !important;
}
.footer-main__row_1 {
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: block !important;
}
.footer-main__row_1 .p-2{
    margin: 0;
}

.footer-main__row_1 .h__region__wrapper {
    padding-left: 42px !important;


}

.footer-main .h__lk:before {
    content: '\e802';
    font-family: 'icons';
    margin-right: 5px;
    opacity: 0.7;
}
.footer-main .h__lk {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    /* color: #fffc; */
    line-height: 1.222;
    box-shadow: none;
    text-transform: initial;
    font-weight: 100;

}
.footer-main .h__lk__wrapper{
    padding-top: 20px !important;
}
.copy__wrapper{
    margin-top: 20px;
}
.footer-main .h__logo{
    margin-top: 10px;
}
.footer-main__row_1 .h__phone__wrapper {
    padding-left: 50px !important;
}
.copy__wrapper {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;

    line-height: 1.2;
}
.department__title {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    /*letter-spacing: -1px;*/
}
.department__title:before {
    content: '';
    display: block;
    border-radius: 50%;
    background-color: #001f55;
    width: 6px;
    height: 6px;
    position: absolute;
    margin-left: -20px;
    margin-top: 10px;
}
.department__link__wrapper {
    margin-top: 5px;
}
.department__link {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
h1 {
    font-size: 26.41px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.499;
    text-align: left;
}
.h1__wrapper {
    padding-top: 95px;
    padding-bottom: 30px;
}
.department{
    margin-top: 18px;
    padding-left: 35px;
}
.departments{
    margin-top: 15px;
}
.h__logo-slogan{
    display: block;
}
.contacts__wrapper{
    margin-top: 20px;
    background-color: #f5eee7;
}
.contacts{

    padding: 30px 0px 30px;

}
.contact__separator{
    height: 20px;
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
}
.map_contacts{
    height: 100vh;
}
.contact__title:before{
    content: '\e809';
    font-family: "icons";
    font-weight: 100;
    margin-right: 15px;
    opacity: 0.7;
    color: #011246;
    font-size: 27px;
}
.contact__title {
    font-size: 32px;

    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}
.contact__param__name{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: rgb(46, 46, 46);
    text-transform: uppercase;
    line-height: 1.2;
}
.contact__param__value, .contact__param__value a {
    font-size: 18px;
    color: rgb(46, 46, 46);
    line-height: 1.222;
}
.contact__param{
    margin-top: 10px;
}
.infowindow .contact__param{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 280px;
    margin-left: 20px;
}
.infowindow .contact__param__name {
    font-size: 13px;
    /*width: 100px;*/
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
}

.infowindow .contact__param__value{
    font-size: 12px;
    /*width: calc(100% - 100px);*/
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    font-family: 'Roboto Condensed', sans-serif;
}
.contacts__wrapper{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.about_us_item__text {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.667;
    margin-top: 22px;
    position: relative;
}
.block_8 .text {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.667;
    margin-top: 22px;
    position: relative;
}
.show-more a span.text_show{
    position: relative;
    border-bottom: 1px solid #303030;
}
.show-more a span.text_show:after {
    content: '';
    position: absolute;
    top: 13px;
    right: -13px;
    font-size: 6px;
    line-height: 1;
    width: 0;
    height: 0;
    border-left: 5px solid #0000;
    border-right: 5px solid #0000;
    border-top: 5px solid #002a64;
}
.show-more a span.text_hide{
    position: relative;
    border-bottom: 1px solid #303030;
}
.show-more a span.text_hide:after {
    content: '';
    position: absolute;
    top: 13px;
    right: -13px;
    font-size: 6px;
    line-height: 1;
    width: 0;
    height: 0;
    border-left: 5px solid #0000;
    border-right: 5px solid #0000;
    border-bottom: 5px solid #002a64;
}
#about_us h2{
    text-transform: uppercase;
    color: #000;
}
#about_us h3{
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000;
}
.show-more{
    margin-top: 8px;
}
.show-more a{
    display: inline-block;
    font-weight: 100;

    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgb(48, 48, 48);
    line-height: 1.2;
    /*text-decoration: underline;*/
}
.show-more a[data-toggle='collapse'] span.text_hide{
    display: inline-block;
}
.show-more a[data-toggle='collapse'] span.text_show{
    display: none;
}
.show-more a[data-toggle='collapse'].collapsed span.text_hide{
    display: none;
}
.show-more a[data-toggle='collapse'].collapsed span.text_show{
    display: inline-block;
}
#assortment {
    margin-top: 70px;
}
.form__wrapper .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    opacity: 1; /* Firefox */
    font-family: 'Roboto Condensed', sans-serif;
}
.form__wrapper .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.form__wrapper .form-control::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
#invitation .info h2{
    font-size: 22px;
}
.btn{
    max-width: 100%;
}
.scroller{
    display: none;
}
.map-columns ul{
    margin-left: 0;
    padding-left: 0;
}
.map-columns{
    margin-top: 50px;

}
.map-columns li {
    list-style: none;
    padding: 16px 10px 0;
}
.map-columns a {
    color: #303030;
}
.map-columns a:hover {
    color: #e2ca93;
}
h2{
    margin-top: 25px;
}
.modal-content {
    border: none;
    box-shadow: none;
    background-color: #061f4a;
    color: #fff;
    border-radius: 0;
}
.modal-content .content-heading {
    display: none;
}
.modal-content .form__top h2, .modal-content .form__top p{
    color: #fff;
}
.modal-content .alert h4{
    text-transform: uppercase;
}
.modal-content .form__wrapper {
    background-color: #0000;
    margin-top: 0;
    padding: 0px 10px 32px;
}
.modal-content .btn-lg{
    padding: 16px 50px;
}
.modal-content button.close{
    color: #fff;
    margin-bottom: 10px;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 999;
}
.modal-header + .modal-body{
    padding-top: 0;
}
.modal-header{
    border: none;
    text-align: center;
    text-transform: uppercase;
    padding-top: 50px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.modal-title{
    width: 100%;
}

.modal-content .form-footer {
    margin-top: 20px;
}
.modal-content .b_one_conf__wrapper {
    padding: 0px 10px 45px;
}
.modal-content a{
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}
.modal-content a.btn{
    text-decoration: none;
    color: #e2ca93;
}
.modal-content a.btn:focus{
    color: rgb(1, 18, 70);;
}
.modal-content .bx-system-auth-form, .modal-content .bx-authform {
    padding: 0 5px;
}
.form-auth__info {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.125;
}
.modal_catalog{
    margin-top: 40px;
}
.modal-content .alert-success{
    border: none;
    background: none;
    color: #fff;
}
.modal-content .alert-success h3, .modal-content  .text-success{
    text-align: center;
    color: #fff !important;
}
.modal-content  .alert{
    font-size: 21px;
    text-align: center;
}
.modal-content .alert h3{
    font-size: 2rem;
    text-transform: uppercase;
}
.col-inner_gray {
    background-color: rgba(7, 34, 75, 0.8);
    color: #fff;
}
.col-inner_gray a{
    color: #fff;
}
.modal-content .col-inner_gray {
    background-color: transparent;
}
.modal-content .form__top{
    background-color: transparent;
}
.modal-content .modal-header .close{
    display: block;
}
.modal-header .close{
    display: none;
}
.alert{
    color: #fff;
    background-color: #0000;
    border: none;
}
.text-success{
    color: #fff;
}
.form__top{
    background-color: rgba(7, 34, 75, 0.8);
    text-align: center;
    padding-top: 10px;
}
.form__top p{
    margin-bottom: 0;
    padding-bottom: 10px;
}
.modal-content .modal-title  {
    margin-top: 20px;
    line-height: 1;
}
.modal-content .form__top p{
    margin-top: 0;
    margin-bottom: 62px;
}
.show-more a:hover{
    color: #e2ca93;

}
.show-more a:hover span{
    border-bottom-color: #e2ca93;
}
.show-more a:hover span.text_show:after{
    border-top-color: #e2ca93;
}
.show-more a:hover span.text_hide:after{
    border-bottom-color: #e2ca93;
}
.show-more a{
    text-decoration: none;
}
.form_price .form__wrapper h2, .form_price .form__wrapper p {
    color: #e2ca93;
}
.form_price .show_catalog{
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color:#e2ca93;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 20px;
}
.form_price .show_catalog:hover{
    text-decoration: none;
}
.info_conf {
    font-family: 'Roboto Condensed', sans-serif;
}
.footer-main .pq-select-button:hover .pq-icon-triangle {
    border-top-color: #e2ca93 !important;
}
.body_main__contacts .row_1 .h__phone__wrapper, .body_main__contacts .footer-main__row_1 .h__phone__wrapper{
    display: none;
}
.show-more:before {
    content: '';
    display: block;
    height: 18px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.8) 25%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, #ffffff40 0%,#fffc 25%,#ffffffe6 50%,#fff 100%);
    background: linear-gradient(to bottom, #ffffff40 0%,#fffc 25%,#ffffffe6 50%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#ffffff',GradientType=0 );
    transition: height 0.5s ease-out;
}
.show-more-block.open .show-more:before {
    height: 0;
}
.body_main .bx-composite-btn{
    display: none !important;
}
.block_1 .form__wrapper > .row{
    padding-left: 70px;
    padding-right: 70px;
}
.bx-core-dialog-overlay{
    z-index: 50 !important;
}
.h__fc__wrapper{
    display: none;
}
.navbar-toggler{
    position: relative;
}





.footer__row_bottom {
    margin-top: 50px;
}
.footer-main__in4-tech__logo__wrapper {
    display: block;
    margin-top: -6px;
    margin-bottom: 0;
    font-size: 12px;
    color: #3a3a3a;
    text-transform: none;
}
.footer_content_new .footer-main__in4-tech__logo__wrapper {
    margin-top: 0px;
}
.footer-main__in4-tech__logo {
    width: 66px;
    height: 24px;
    display: inline-block;
    border: none;
    cursor: pointer;
    margin-bottom: 0;
    vertical-align: bottom;
}
.footer-main__in4-tech__logo svg{
    max-width: 100%;
    max-height: 100%;
}
.footer-main .footer-main__in4-tech__logo__wrapper, .footer-main .footer-main__in4-tech__text{
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    font-size: 12px;
    color: #8B8B8B;
    cursor: pointer;
}
.copyright{
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    font-size: 12px;
    color: #8B8B8B;
}


.footer-main__in4-tech__logo {
    width: 54px;
    height: 20px;
    display: inline-block;
    border: none;
    cursor: pointer;
    margin-bottom: 2px;
    vertical-align: bottom;
}



.actions_timer{
    display: flex;
    align-items: center;
    justify-content: center;
}
.actions_timer .border{
    font-size:18px;
    color:#e2ca93;
    font-weight:bold;
    display:inline-block;
    text-align:center;
    padding:7px 8px;
    border:1px solid #e2ca93 !important;
    min-width: 34px;
}
.actions_timer .border .dots{
    display: inline-block;
    margin: -3px 3px 2px;
    vertical-align: middle;
}
.actions_timer .border.one{
    margin-right: 5px;
}
.actions_timer .number{
    position:relative;
}
.actions_timer .one .text{
    left:-7px;
}
.actions_timer .text{
    font-size:10px;
    color:#e2ca93;
    position:absolute;
    bottom:-33px;
    left:-5px;
}
.actions_timer .actions_timer_text{
    font-size: 14px;
    margin-right: 15px;
}

#shops{
    padding: 35px 0;
}
.shops__title{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 0.95;
}
.shops__btn{
    padding: 16px 70px;
    font-weight: bold;
    font-size: 18px;
}
.shop__images img{
    max-width: 100%;
}
.shop__image-main img{
    height: 100%;
    object-fit: cover;
}
.shop__name {
    font-size: 30px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 35px;
}
.shop__descr{
    padding: 0 0 0 0px;
    margin-top:25px;
    color: rgb(0, 31, 85);
    font-size: 18px;
    list-style-type: none;
}
.shop__descr li{
    padding: 5px 10px 0px 15px;
    color:#000;
    position: relative;
    display: inline-block;
}
.shop__descr li:before{
    border-radius: 50%;
    background-color: rgb(0, 31, 85);
    position: absolute;
    left:0px;
    top:17px;
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
}
.shop__images{
    margin-top: 25px;
}
.shops__slider .owl-nav{
    text-align: right;
    position: absolute;
    top:80px;
    width: 100%;
}
.shop__images-coll-trigger{
    display: inline-block;
    border-bottom: 1px dotted;
}
.shop__images-coll-trigger:hover{
    text-decoration: none;
    border-bottom-color: transparent;
}
.shop__images-watch{
    display: none;
}
.collapsed .shop__images-hide{
    display: none;
}
.collapsed .shop__images-watch{
    display: inline-block;
}

.modal_white .modal-content {
    padding: 40px;
    background-color: #fff;
    color: #000;
}
.modal_white .modal-content img{
    max-width: 100%;
}

.modal_white button.close {
    pointer-events: all;
    margin-bottom: 10px;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 999;
}
.modal_white .modal-dialog {
    max-width: calc(100% - 40px);
}

.h2_lk {
    font-weight: 800;
    font-size: 32px;
    text-transform: uppercase;
    margin: 25px 0px 20px;
}
.iframe__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.iframe__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.h2_lk_modal{
    visibility: hidden;
}
.modal .h2_lk_modal{
    visibility: visible;
}
.owl-carousel .detail-slider__item img{
    width: auto;
    margin: 0 auto;
    max-height: 70vh;
}
.news__detail-slider{
    margin-top: 20px;
}
.news__detail-slider .owl-nav{
    position: absolute;
    top:-100px;
    z-index: 100;
    text-align: right;
    width: 100%;
}
.news__detail-slider .owl-prev{
    margin-right: 20px;
}
.news-item{
    height:100%;
}
.modal{
    padding-right: 0 !important;
}
.city_select .container{
    max-width: 100%;
}
@media (max-width: 1649px) {
    .h2_lk {
        font-size: 26px;
        margin: 25px 0px 20px;
        color: #212529;
    }
}
@media (max-width: 1599px) {
    #invitation .invit_item ul li + li{
        margin-top: 10px;
    }
    #invitation h2{
        margin-bottom: 35px;
    }
    #invitation .info h2{
        margin-bottom: 25px;
    }
    #reviews .reviews{
        width: 818px;
    }
    #reviews h2 {
        font-size: 29px;
        margin-bottom: 52px;
    }
    .reviews:before {
        margin-left: -87px;
        top: 135px;
    }
    #reviews .txt {
        font-size: 20px;
        padding-left: 110px;
        line-height: 1.5;
    }
    #reviews{
        padding: 60px 0 43px;
    }
    .reviews:after{
        margin-right: -92px;
        bottom: -28px;
    }
    #reviews .slick-arrow {
        top: -73px;
    }
    #reviews .slick-arrow.slick-prev {
        right: 8px;
    }
    #reviews .slick-arrow.slick-next {
        right: -88px;
    }
    #assortment .assort_item.even .assort_info{
        padding-left: calc((100vw - 1009px) / 2);
    }
    #assortment .assort_item.odd .assort_info{
        padding-left: 50px;
        padding-right: calc((100vw - 1009px) / 2);
    }
    #assortment .even .name{
        left: calc((100vw - 1009px) / 2);
    }

}
@media (max-width: 1399px) {
    .city_select ul li.txt {
        margin-right: 10px;
    }

    .city_select ul li + li {
        margin-left: 5px;
    }

    .city_select ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1299px) {
    .city_select ul li.txt {
        margin-right: 5px;
    }

    .city_select ul li + li {
        margin-left: 5px;
    }

    .city_select ul li {
        padding-left: 7px;
        padding-right: 7px;
    }
    .city_select ul li span {
        font-size: 14px;
    }
}
@media (max-width: 1053px) {
    .h__logo-slogan{
        padding-bottom:20px;
    }
    .h__recall {
        font-size: 15px;
    }
    .navbar-toggler{
        margin-top: 15px;
        margin-left: 20px;
        font-size: 53px;
    }
    .navbar-toggler:before{
        content: '\e803';
        font-family: 'icons';

    }
    .navbar-toggler_button{

        background: none;
        border: none;
        cursor: pointer;
        position: fixed;
        right: 0;
        font-size: 35px;
        margin-top: 20px;
        margin-right: 20px;
        font-family: 'Fira Sans', sans-serif;
    }
    .navbar-toggler_button:before{
        content: '\e804';
        font-family: 'icons';


    }
    .js-body_main.h_active{
        overflow: hidden;
    }
    .h__menu-links__wrapper > .row > .row_2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;

        overflow-y: auto;
    }
    .menu_top{
        text-align: center;
        margin-top: 93px;
        margin-bottom: 93px;
    }
    /*.menu_top:before{
        content: 'Меню';

        font-size: 32px;

        color: rgb(255, 255, 255);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        text-align: center;
    }*/
    .menu_top li{
        text-align: center;
        font-size: 26px;
        text-transform: uppercase;
        margin-top: 70px;

    }
    .menu_top li .menu_top__item {
        display: inline-block;
    }
    .h__lk{
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        /* color: #fffc; */
        line-height: 1.222;
        box-shadow: none;
        text-transform: initial;
        font-weight: 100;
    }
    .h__lk:before{
        content: '\e802';
        font-family: 'icons';
        margin-right: 5px;
        opacity: 0.7;
    }
    .row_1 .p-2{
        width: 50%;
        display: block;
        min-width: 50%;
        margin: 0;
        float: left;
    }
    .h__menu-links__wrapper .row_1{
        list-style: none;
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        display: block !important;

    }
    .header_main .h__phone__wrapper{
        margin-top: 11px !important;
    }
    .h__recall__wrapper{
        /*margin-top: 5px !important;*/
        padding-left: 26px !important;
    }
    .menu_top li:last-child{
        /*display: none;*/
    }
    .h__region__wrapper {
        padding: 0 0 0 16px !important;
        margin-top: 10px !important;
    }
    .form_price h2{
        font-size: 30px;
        letter-spacing: -2px;
    }
    .form_price h2, .form_price p{
        text-align: center;
        margin-left: 0px;
    }
    .form_price p.info_conf{
        text-align: left;
    }
    #reviews .reviews{
        width: 530px;
    }
    #reviews .reviews .txt{
        padding-left: 30px;
        font-size: 20px;
        line-height: 1.5;
    }
    #reviews {
        padding: 36px 0 43px;
    }
    #reviews .slick-arrow.slick-prev {
        right: -25px;
    }
    #reviews .slick-arrow.slick-next {
        right: -125px;
    }
    .reviews:before {
        top: 160px;
    }
    #reviews .reviews .txt {
        font-weight: 100;
    }
    .reviews:after {
        margin-right: -108px;
    }
    #assortment .assort_item.even .assort_info{
        padding-left: calc((100vw - 753px) / 2);
    }
    #assortment .assort_item.odd .assort_info{
        padding-left: 50px;
        padding-right: calc((100vw - 753px) / 2);
    }
    #assortment .even .name{
        left: calc((100vw - 753px) / 2);
    }
    .footer-main {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-main__row_1 .h__region__wrapper {
        padding-top: 0px !important;
    }
    .footer-main .h__lk__wrapper {
        padding-top: 8px !important;
    }
    .footer-main .h__region__wrapper{
        margin-top: 3px !important;
    }
    .copy__wrapper{
        margin-top: 10px;
        font-size: 15px;
    }
    #assortment .assort_adv ul li{
        display: block;
    }
    .menu_top__splitter{
        display: none;
    }
    .form_price .form__wrapper {
        padding-top: 35px
    }
    #assortment .assort_price .assort__action .line .type{
        width: 250px;
    }
    #assortment .assort_price .assort__action .line_2{
        margin-top: 5px;
    }
    #assortment .assort_price .assort__action .line_2 .type, #assortment .assort_price .assort__action .line_2 .price{
        font-size: 20px;
    }
    #assortment .assort_price .assort__action .line_3 .type, #assortment .assort_price .assort__action .line_3 .price{
        font-size: 22px;
    }
    #assortment .assort_price .assort__action .line_3 .rub:before{
        font-size: 15px;
    }



}
@media (max-width: 797px) {
    .header_main.fixed-top{
        top:-90px;
        -webkit-transition: top 220ms linear;
        -moz-transition: top 220ms linear;
        -ms-transition: top 220ms linear;
        -o-transition: top 220ms linear;
        transition: top 220ms linear;
    }
    .header_main.fixed-top.header_main_top{
        top:0px;
    }
    .header_main.fixed-top.shown{
        top:0px;
    }
    #invitation h2{
        text-align: center;
    }
    .h__menu-links__wrapper {
        position: fixed;
        height: 100vh;
        width: 100%;
        z-index: 1;
        background-color: #061f4a;
        left: 0;
        display: none;
        overflow-y: auto;
    }
    .js-body_main.h_active .h__menu-links__wrapper {
        display: block;
    }
    .h__navbar-toggler__wrapper{
        width: 65px;
    }
    .h__logo-slogan__wrapper{
        width: calc(100% - 65px);
    }
    .h__logo{
        display: inline-block;
        width: 100px;
        height: 35px;
        margin-top: 25px;
    }
    .h__slogan{
        display: inline-block;
        margin-left: 9px;
        margin-top: 29px;
        vertical-align: top;
    }
    .navbar-toggler {
        /*margin-top: 15px;*/
        margin-left: 0;
        font-size: 44px;
    }
    .h__menu-links__wrapper .row_1{
        padding: 0 100px 0 150px;
    }
    .h__phone__wrapper {
        font-size: 16px;
    }
    .block_1{
        padding-top: 55px;
    }
    .form_price .form-group{
        margin-bottom: 34px;
    }
    #reviews .reviews{
        width: 100%;
    }
    #reviews .reviews .review_item{
        /*width: 540px;*/
        flex-wrap: wrap;
    }
    #reviews .review_item .rev_left{
        flex:0 0 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #reviews .review_item .rev_right{
        flex:0 0 100%;
    }
    #reviews .review_item .rev_left .img{
        flex: 0 0 145px;
    }
    #reviews .review_item .rev_left .info{
        flex: 1 1 auto;
        text-align: left;
        padding-left: 30px;
    }
    #reviews .reviews .txt{
        margin-top: 28px;
        padding-left: 0px;
    }
    #reviews .owl-dots button{
        background-color: #fff !important;
    }
    #reviews h2{
        text-align: center;
    }
    #invitation .info{
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-main .h__slogan{
        width: 125px;
        display: block;
        margin-left: 0;
        margin-top: 0;
    }
    .footer-main .h__logo {
        width: 130px;
        height: 43px;
    }
    .footer-main__row_1 .p-2{
        padding-left: 10px !important;
        /*margin: 0 !important;*/
    }
    .footer-main__row_1 .p-2.h__region__wrapper{
        padding-left: 0 !important;
        /*margin: 0 !important;*/
    }
    .copy__wrapper {
        margin-top: 25px;
    }
    #assortment .assort_item.even .assort_info, #assortment .assort_item.odd .assort_info{
        max-width: 540px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    #assortment .even .name, #assortment .odd .name{
        left: calc((100vw - 525px) / 2);
    }
    .form_price{
        background-color: rgb(1, 18, 70);
    }
    .reviews:before {
        display: none;
    }
    .reviews h2{
        position: relative;
    }
    .reviews h2:after{
        content: '“';
        font-size: 133px;
        color: #e2ca93;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        position: absolute;
        font-family: 'Fira Sans', sans-serif;
        bottom: -57px;
        left: 0;
        height: 52px;
    }
    #reviews h2 {
        font-size: 21px;
        margin-bottom: 67px;
    }
    .reviews .slick-dots{
        bottom: -52px;
    }
    .reviews .slick-dotted.slick-slider {
        margin-bottom: 50px;
    }
    .reviews:after{
        margin-right: 0;
        bottom: -30px;
    }
    #reviews .info .name {
        margin-top: 4px;
    }
    #reviews .owl-dots{
        margin-top: 25px;
    }
    .form_price {
        margin-top: 55px;
    }
    #about_us h2{
        font-size: 26px;
        font-weight: 700;
        margin-top: 5px;
    }
    #about_us h3{
        margin-bottom: 0;
        font-size: 22px;
    }
    .slick-dots {
        bottom: -43px;
    }
    .form_price .form__wrapper .info_conf {
        font-size: 15px;
    }
    .form_price .checkbox span a{
    }
    .form_price .checkbox span {
        font-size: 14px;
    }
    #invitation .form__wrapper .btn{
        padding: 11px 0;
        text-align: center;
        width: 100%;
        font-size: 17px;
    }
    .header_main .h__phone__wrapper {
        margin-top: 13px !important;
    }
    .h1{
        margin-bottom: 12px;
        font-size: 30px;
    }
    .form_price .form__wrapper .info_conf {

        color: rgba(255, 255, 255, 0.6);
    }
    .form_price .checkbox span a{
        color: rgba(255, 255, 255, 0.6);
    }
    .form_price .checkbox span {

        color: rgba(255, 255, 255, 0.6);
    }
    .modal-content .form-group {
        margin-bottom: 40px;
    }
    .header_main .h__phone__wrapper {
        margin-top: 10px !important;
        margin-bottom: 4px;
    }
    .navbar-toggler_button{
        top: 0;
    }
    .h__menu-links__wrapper .row_1 {
        margin-top: 72px;
    }
    .menu_top {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .menu_top:before {
        font-size: 26px;
    }
    .menu_top li {
        font-size: 18px;
        margin-top: 38px;
    }
    #advantages h3 {
        font-size: 26px;
    }
    .form_price .form__wrapper {
        padding: 28px 0 0;
    }
    .form_price h2 {
        font-size: 23px;
    }
    .form_price .form-group__btn__wrapper{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #reviews {
        padding: 13px 0 43px;
    }
    #invitation h2{
        font-size: 24px;

        margin-bottom: 42px;
    }
    #invitation .form__wrapper {
        padding: 20px 0 30px;

    }
    #invitation .form-group {
        margin-bottom: 52px;
    }
    .footer-main {
        padding-top: 50px;
    }
    .body_main__contacts .h__region__wrapper{
        margin-top: 4px !important;
    }
    .map_contacts{
        max-height: 600px;
    }
    .block_1 .b_one_conf__wrapper{
        padding-bottom: 27px;
    }
    .block_1 .form__wrapper > .row {
        padding-left: 70px;
        padding-right: 70px;
    }
    .modal-content .form__wrapper {
        padding: 0 75px 32px;
    }
    .block_1__list__wrapper{
        margin-bottom: 20px;
    }
    .form__wrapper .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-size: 15px;
    }
    .form__wrapper .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 15px;
    }
    .form__wrapper .form-control::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 15px;
    }
    .alert h4{
        margin-bottom: 30px;
    }
    .h__slogan {
        width: 140px;
    }
    .block_1__wrapper{
        min-height: 655px;
    }
    .footer-main__in4-tech__logo__wrapper {
        margin-top: 25px;
    }
}
@media (max-width: 659px) {
    .h__menu-links__wrapper .row_1{
        padding: 0 50px 0 100px;
    }
}
@media (max-width: 575px) {
    .h__slogan {
        position: absolute;
    }
    .h__menu-links__wrapper .row_1{
        padding: 0 0 0 50px;
    }
    #assortment .even .name, #assortment .odd .name{
        left:15px;
    }
    #assortment .assort_item.even .assort_info, #assortment .assort_item.odd .assort_info{
        max-width: 100%;
    }
    .block_1__wrapper {
        min-height: 800px;
    }
    .h1 {
        font-size: 27px;
        width: calc(100% + 15px);
    }
    .block_1 .form__wrapper > .row {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 459px) {
    .h__menu-links__wrapper .row_1{
        padding: 0 0 0 0;
    }
    #invitation .m_wrap {
        width: 100%;
        padding: 0 20px;
    }
    .modal-content .form__wrapper {
        padding: 0 20px 32px;
    }
}
@media (max-width: 369px) {
    .icon-profildoors_line:before{
        font-size: 25px;
    }
    .h__region__wrapper .pq-select-button .pq-icon-triangle {
         position: absolute;
    }
    .header_main .row_1 .p-2{
        width: 100%;
        text-align: center;
        padding-left: 0 !important;
    }
    .header_main .row_1 .p-2.h__phone__wrapper{
        /*padding-left: 26px !important;*/
    }
    .footer-main .footer-main__row_1,  .footer-main .h__logo-slogan__wrapper{
        width: 100%;
        flex: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .footer-main .h__slogan{
        position: inherit;
        width: 125px;
        margin-left: 13px;
    }
}

/*region Стили для новогоднего лого*/

/*.h__logo img{*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*}*/
/*@media (max-width: 797px) {*/
/*    .h__logo {*/
/*        height: 46px!important;*/
/*        margin-top: 16px!important;*/
/*    }*/
/*    .footer-main .h__logo {*/
/*        height: 55px!important;*/
/*        margin-bottom: 10px;*/
/*    }*/
/*    .footer-main .h__slogan{*/
/*        margin-left: 10px!important;*/
/*    }*/
/*}*/
/*@media (min-width: 798px) {*/
/*    .h__logo-slogan{*/
/*        width: 142px!important;*/
/*    }*/
/*    .h__logo{*/
/*        margin-top: 7px!important;*/
/*        margin-left: -10px;*/
/*        height: 56px!important;*/
/*    }*/
/*    .footer-main .h__logo{*/

/*        height: 66px!important;*/
/*    }*/
/*}*/
/*@media (min-width: 1054px) {*/
/*    .h__logo {*/
/*        margin-top: 15px !important;*/
/*        margin-left: -10px;*/
/*        height: 64px !important;*/
/*    }*/
/*    .footer-main .h__logo-slogan{*/
/*        width: 180px!important;*/
/*    }*/
/*    .footer-main .h__logo{*/
/*        height: 80px!important;*/
/*    }*/
/*    .footer-main .h__slogan{*/
/*        margin-left: 4px!important;*/
/*    }*/
/*    .footer-main  .h__logo-slogan{*/
/*        margin-top: -27px;*/
/*    }*/
/*}*/
/*@media (min-width: 1600px) {*/
/*    .h__logo-slogan {*/
/*        width: 168px !important;*/
/*    }*/
/*    .h__logo {*/
/*        margin-top: 12px !important;*/
/*        margin-left: -13px;*/
/*        height: 74px !important;*/
/*    }*/
/*}*/
/*endregion*/


/*стили для лого 2023*/
@media (max-width: 797px) {
    .footer-main .h__logo {
        margin-bottom: 5px;
    }
}

.h__logo img{
    max-width: 100%;
    max-height: 100%;
}
@media (min-width: 1054px) {
    .h__logo {
        height: 63px !important;
    }
    .footer-main .h__logo{
        height: 63px!important;
    }
}

@media (min-width: 1600px) {
    .h__logo-slogan {
        width: 168px !important;
    }
    .h__logo {
        height: 71px !important;
    }
    .footer-main .h__logo{
        height: 71px!important;
    }
}

@media (min-width: 1054px) and (max-width: 1599px) {
    /*.footer-main  .h__logo-slogan{*/
    /*    margin-top: -27px;*/
    /*}*/
}



/*конец*/

@media (min-width: 1054px) and (max-width: 1599px) {
    .copyright{
        -ms-flex: 0 0 82.333333%;
        flex: 0 0 82.333333%;
        max-width: 82.333333%;
    }
    .footer-main__in4-tech__logo__wrapper__wrapper{
        -ms-flex: 0 0 17.666667%;
        flex: 0 0 17.666667%;
        max-width: 17.666667%;
    }
}
@media (min-width: 1600px) {
    .footer__row_bottom {
        margin-top: 80px;
    }
}

@media (max-width: 797px) and (min-height: 640px) {
    .block_1__wrapper {
        /*height: 640px;*/
    }
}

@media (max-width: 797px) and (min-height: 970px) {
    .block_1__wrapper {
        height: 1075px;
    }
}
@media (max-width: 659px) and (min-height: 970px) {
    .block_1__wrapper {
        height: 1100px;
    }
}


@media (max-width: 575px) and (min-height: 970px) {
    .block_1__wrapper {
        height: 1150px;
    }
}



@media (max-width: 459px) and (min-height: 660px) {
    .block_1__wrapper {
        /*height: 660px;*/
    }
}
@media (max-width: 459px) and (min-height: 970px) {
    .block_1__wrapper {
        height: 1150px;
    }
}


@media (max-width: 369px) and (min-height: 755px) {

}
@media (max-width: 369px) and (min-height: 970px) {
    .block_1__wrapper {
        height: 1350px;
    }
}


@media (min-width: 576px) {

}
@media (min-width: 576px) and (max-width: 797px) {
    .modal-sm {
        max-width: 507px;
    }
}
@media (min-width: 798px) {
    .h__logo-slogan__wrapper{
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
    }
    .h__menu-links__wrapper{
        -ms-flex: 0 0 61%;
        flex: 0 0 61%;
        max-width: 61%;
        border-left: 1px solid #fff;
    }
    .h__menu-links__wrapper.ml-no-border{
        border-left:medium none;
    }
    .h__navbar-toggler__wrapper{
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
    .header_main_top .h__logo{

        margin-top: 20px;
    }
    .h__logo {
        height: 41px;
        margin-top: 20px;
    }
    .h__logo-slogan {
        width: 128px;
    }
    .h__slogan {
        margin-left: 0;
        margin-top: 4px;
    }
    .h__menu-links__wrapper > .row{
        margin-left: 0;
    }
    .h__menu-links__wrapper > .row > div{

    }
    .h__navbar-toggler__wrapper{
        border-left: 1px solid #fff;
    }
    .block_1{
        padding-top: 118px;
    }
    h1, .h1 {
        font-size: 32px;
    }
    .icon-profildoors_line:before {
        font-size: 34px;
    }
    .form__top h2 {
        font-size: 32px;
    }
    .form__wrapper {
        padding: 42px 125px;
    }
    .form__top p{
        font-size: 22px;
        margin-top: 0px;
    }
    html #about_us .collapse{
        display: block!important;
    }
    html .block_8 .collapse {
        display: block!important;
    }
    .footer-main .h__slogan {
        width: 125px;
    }
    .footer-main__row_1 .p-2{
        width: 50%;
        display: block;
        min-width: 50%;
        float: left;
    }
    .h1__wrapper {
        padding-top: 155px;
        padding-bottom: 45px;
    }
    .department__title{
        padding-bottom: 23px;
    }
    .department {
        margin-top: 37px;
    }
    .contacts__wrapper > .row > div{
        padding-left: 0;
        padding-right: 0;
    }
    .form-control {
        padding: 13px 10px;
    }
    .map_contacts {
        height: 100%;
        min-height: 400px;
    }
    .contacts__wrapper {
        margin-top: 20px;
    }
    .contacts{
        padding-left: 10px;
        padding-right:10px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .block_1 .form__wrapper .row{
        padding-left: 0;
        padding-right: 0;
    }
    .b_one_conf__wrapper{
        padding: 0 115px 20px;
    }
    .btn-lg {
        font-size: 16px;
        color: rgb(226, 202, 147);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.125;
        padding: 16px 117px;
    }
    .form__top p {
        margin-bottom: 0;
    }
    #about_us h3 {
        font-size: 21px;
        font-weight: 600;
    }
    #about_us h2 {
        font-weight: 800;
        margin-top: 0;
    }
    .about_us_item{
        margin-top: 33px;
    }
    .about_us_item__text {
        font-size: 19px;
        line-height: 1.6;
        margin-top: 32px;
    }
    .block_8 .text {
        font-size: 19px;
        line-height: 1.6;
        margin-top: 32px;
    }
    #advantages{
        margin-top: 60px;
    }
    #advantages .adv_item .adv_overlay{
        padding: 51px 20px 51px 65px;
    }
    #advantages .adv_item {
        min-height: 270px;
    }
    #advantages .adv_slider{
        margin-top: 20px;
    }
    #assortment .assort_adv{
        margin-top: 35px;
    }
    #assortment .assort_price .title{
        margin: 25px 0 0 0;
    }
    #assortment .name{
        bottom: 40px;
        padding: 9px 47px;

        font-size: 32px;


    }
    .form_price .form__wrapper{
        margin-top: 40px;
    }
    .form_price .form-group {
        margin-bottom: 30px;
    }
    .form_price .form__wrapper .info_conf {
        margin-left: 0;
        font-weight: 100;
        margin-bottom: 43px;
    }
    #invitation .form__wrapper{
        padding: 70px 0 40px;
    }
    #invitation .m_wrap {
        width:300px;
    }
    #invitation .info {
        padding: 73px 0 55px;
    }
    .form_price .form__wrapper .info_conf {
        font-size: 15px;
    }
    .form_price .checkbox span {
        font-size: 14px;
    }
    .form-group__btn__wrapper{
        margin-bottom: 10px;

    }
    .form_price .form-group.form-group__btn__wrapper{
        margin-bottom: 15px;
    }
    .form_price .form__wrapper{
        padding-bottom: 10px;
        position: relative;
    }
    #about_us {
        margin-top: 28px;
    }
    #invitation .m_wrap {
        width: 490px;
    }
    #invitation .info h2 {
        font-size: 31px;
        text-align: center;
    }
    .modal-content .bx-system-auth-form, .modal-content .bx-authform {
        padding: 0 25px;
    }
    .block_1__form__wrapper{
        margin-top: 50px;
    }
    .form__top {
        padding-top: 18px;
    }
    .modal-content .form__wrapper {
        padding: 0px 135px 38px;
    }
    .modal-content .modal-title {
        font-size: 2rem;
    }
    .modal-content .form__top p {
        margin-bottom: 50px;
    }
    .modal-content .form-footer {
        margin-top: 60px;
    }
    .modal-content .form__wrapper{
        padding: 0 80px 38px;
    }
    #reviews .review_item .rev_right{
        margin-left: 8px;
    }
    .body_main__contacts .footer-main .h__region__wrapper {
        padding-top: 6px !important;
    }
    #assortment .img{
        min-height: 320px;
    }
    .form_price {
        margin-top: 30px;
    }

    .form_price .form__wrapper p{
        margin-bottom: 25px;
    }
    .departments {
        margin-top: 0px;
    }
    .modal-md {
        max-width: 650px;
    }
    .modal-body{
        padding: 1rem 75px;
    }
    .modal-content .b_one_conf{
        margin-bottom: 0;
    }
    .modal-content .form__top {
        padding-top: 5px;
    }
    #about_us .img_holder{
        height: 460px;
    }
    .shop__descr {
        columns: 2;
    }
    html .shop__images-collapse{
        display:block !important;
    }
    .shops__btn{
        flex: 0 0 300px;
    }
    .shops__title{
        flex: 0 0 375px;
        margin: 0;
    }
    .shops__slider .owl-prev{
        margin-right: 20px;
    }
    .shop__image-mt{
        margin-top: 30px;
    }
    .shop__image-main .shop__image{
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    .news__detail-slider{
        padding-top: 100px;
    }
}
@media (min-width: 798px) and (max-width: 1053px) {
    .h__menu-links__wrapper .row_2 {
        position: fixed;
        height: 100vh;
        width: 100%;
        z-index: 1;
        background-color: rgb(6, 31, 74);
        left: 0;
    }
    .js-body_main .h__menu-links__wrapper .row_2{
        display: none;
    }
    .js-body_main.h_active .h__menu-links__wrapper .row_2{
        display: block;

    }
    .footer-main__row_1{
        padding-left: 90px;
    }
    .footer-main .h__recall__wrapper {
        /* margin-top: 5px !important; */
        padding-left: 73px !important;
    }
    .footer-main .h__lk__wrapper {
        padding-left: 73px !important;
    }
    #reviews h2 {
        max-width: 50%;
    }
    .contacts{
        width: 380px;
        margin-left: calc((100vw - 768px) / 2);
    }
    .body_main__contacts .h__recall__wrapper {
        padding-top: 14px !important;
    }
    .block_1 .form__wrapper{
        padding: 25px 125px 40px;
    }
    .block_1 .b_one_conf__wrapper {
        padding: 0px 115px 35px;
    }

}
@media (min-width: 1054px) {
    .form_price {
        margin-top: 40px;
    }
    .form_price .show_catalog{
        position: absolute;
        left: 540px;
        top: 45px;
    }
    .h__menu-links__wrapper > .row > div{
        /*-ms-flex: 0 0 80.333333%;*/
        /*flex: 0 0 80.333333%;*/
        /*max-width: 80.333333%;*/
        padding-left: 0;

        padding-right: 0;
    }
    .h__logo-slogan__wrapper{
        -ms-flex: 0 0 18.3%;
        flex: 0 0 18.3%;
        max-width: 18.3%;
    }
    .h__menu-links__wrapper{
        -ms-flex: 0 0 81.7%;
        flex: 0 0 81.7%;
        max-width: 81.7%;
    }
    .h__logo {
        height: 46px;
    }
    .h__logo-slogan {
        width: 140px;
    }
    .menu_top li .menu_top__item {
        padding: 15px 21px;
    }
    .h__recall__wrapper {
        margin-right: -5px;
    }
    .h__menu-links__wrapper .row_1 {
        border-bottom: 1px solid #fff;
    }
    .h__menu-links__wrapper > .row > .col-lg-12{
        padding-left: 0;
        padding-right: 0;
    }
    .h__navbar-toggler__wrapper{
        display: none;
    }
    .menu_top{
        overflow: hidden;
        list-style: none;
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-evenly;
        justify-content: space-evenly;
    }
    .menu_top li .menu_top__item:hover{
        /*background-color: rgba(29, 49, 80, 0.8);*/
    }
    .header_main .navbar-toggler_button{
        display: none;
    }
    .h__slogan {
        /*margin-left: 3px;*/
    }
    .h__lk__wrapper{
        display: none;
    }
    .block_1 {
        /*padding-top: 170px;*/
        padding-top: 115px;
    }
    .icon-profildoors_line:before {
        font-size: 35px;
    }
    .block_1__list > span{
        font-size: 23px;
    }
    .block_1__list {
        margin-top: 25px;
    }
    .modal-content .b_one_conf__wrapper {
        padding: 0 30px 45px;
    }
    .footer-main__row_1 .p-2{
        padding-left: 52px !important;
    }
    .form__wrapper {
        /*margin-top: 10px;*/
        /*padding: 48px 45px;*/

        padding: 30px 45px 48px;
    }
    .form__top h2 {
        font-size: 31px;
    }
    .form__top p {
        margin-top: 0;
    }
    .footer-main .h__slogan {
        width: 170px;

    }
    .footer-main__row_1 .h__region__wrapper {


        padding-top: 15px !important;
    }
    #assortment .assort_adv ul{
        columns:2;
        padding-left: 0px;
    }
    html #assortment .show-more-block{
        /*height: auto!important;*/
    }
    html #assortment .show-more-block .show-more{
        /*display: none;*/
    }
    .h1__wrapper {
        padding-top: 165px;
    }
    #about_us {
        margin-top: 46px;
    }
    #about_us h2 {
        letter-spacing: 3px;
    }
    .about_us_item__text {
        font-size: 20px;
        line-height: 1.5;
        margin-top: 32px;
    }
    .block_8 .text {
        font-size: 20px;
        line-height: 1.5;
        margin-top: 32px;
    }
    #advantages .adv_item .adv_overlay {
        padding: 20px 20px 20px 20px;
    }
    #advantages h3 {
        font-size: 27px;
    }
    #advantages .txt {
        font-size: 17px;
        line-height: 1.5;
    }
    #advantages .adv_item {
        min-height: 230px;
    }
    #assortment .img {
        min-height: 320px;
    }
    #assortment .assort_price .title {
        margin: 30px 0 0 0;
    }
    .form_price {
        margin-top: 40px;
    }
    .form_price .form__wrapper .info_conf{
        margin-bottom: 26px;
    }
    .form_price .form-group.form-group__btn__wrapper {
        margin-bottom: 16px;
    }
    #invitation {
        margin-top: 80px;
    }
    .block_8{
        margin-top: 50px;
    }
    #invitation .m_wrap {
        width: 325px;
    }
    #invitation .form__wrapper .btn {
        padding: 16px 45px;
    }
    .b_one_conf__wrapper{
        background-color: transparent;
        padding: 5px 0 10px;
    }
    .modal-content .bx-system-auth-form, .modal-content .bx-authform{
        padding: 0 130px;
    }
    .form__top {
        padding: 28px 45px 0;
    }
    .block_1__wrapper .form-group {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #invitation h2{
        max-width: 285px;
    }
    .menu_top__splitter{
         background-color: #fff;
        width: 1px;
        height: 50px;
    }
    #invitation .info h2 {
        text-align: left;
    }
    .body_main__contacts .footer-main .h__region__wrapper {
        padding-top: 3px !important;
    }
    .columns-lg-2{
        columns: 2;
        column-gap: 30px;
    }
    .form_inv__bg-wrapper{
        height: 100%;
    }
    .show-more-none-lg .show-more{
        display: none !important;
    }
    .show-more-none-lg{
        height: auto !important;
    }
    .department__title {
        padding-bottom: 19px;
    }
    .block_1__form__wrapper{
        margin-top: 10px;
    }
    .block_1 .form__wrapper {
        padding-left: 85px;
        padding-right: 85px;
        padding-bottom: 65px;
    }
    .block_1 .btn-lg{
        padding: 15px 74px;
    }
    .block_1 .form-footer{
        padding-left: 33px;
        padding-right: 33px;

    }
    .modal-content .form__top{
        padding-top: 5px;
    }
    .modal-header {
        padding-top: 78px;
    }
    .modal-body {
        padding: 25px 75px;
    }
    .shop__descr {
        columns: 3;
    }
    .shops__slider .owl-nav{
        padding-right: 8.33333%;
    }
    .modal_white .modal-dialog {
        max-width: 1024px;
    }
}
@media (min-width: 1054px) and (min-height: 780px) {
    /*scroller*/
    .icon-mouse__wrapper{
        margin-top: -39px;
    }
    .icon-mouse__wrapper .icon-mouse{
        font-size: 25px;
        font-size: 41px;
    }
    .icon-up-arrow__wrapper .icon-up-arrow{
        font-size: 13px;
        margin-left: -2px;
    }
    .icon-up-arrow__wrapper {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-top: -8px;
    }
    .block_1__wrapper .scroller{
        border-radius: 50%;
        width: 90px;
        position: absolute;
        height: 90px;
        margin-bottom: -45px;
        background-color: #061b38;
        color: #fff;
        left: 50%;
        margin-left: -45px;
        bottom: 0;
        vertical-align: middle;
        text-align: center;
        display: block;
    }
    .block_1__wrapper{
        position: relative;
        overflow: hidden;
    }
    /*scroller end*/
}
@media (min-width: 1054px) and (max-width: 1599px) {
    .footer-main .h__slogan {
        width: 145px;
        margin-top: 6px;
        font-size: 14px;
        margin-left: 0;
    }
    .copy__wrapper {
        margin-top: 27px;
    }
    .footer-main .h__logo-slogan {
        width: 170px;
    }
    .footer-main .h__logo {
        height: 55px;
    }
    .contacts{
        width: 512px;
        margin-left: calc((100vw - 1024px) / 2);
    }
    .footer-main__row_1 .p-2.h__phone__wrapper{
        padding-left: 66px !important;
        padding-top: 9px !important;
    }
}
@media (min-width: 1600px) {
    .city_select ul{
        margin-left: 90px;
    }
    .h__logo-slogan__wrapper {
        -ms-flex: 0 0 19.666667%;
        flex: 0 0 19.666667%;
        max-width: 19.666667%;
    }
    .h__logo-slogan {
        width: 168px;
    }
    .header_main_top .h__logo{
        margin-top: 13px;
    }
    .h__logo {
        height: 55px;
        margin-top: 13px;
    }
    .h__menu-links__wrapper {
        -ms-flex: 0 0 80.333333%;
        flex: 0 0 80.333333%;
        max-width: 80.333333%;
    }
    .h__slogan {
        font-size: 14px;
        width: 170px;
        margin-left: 0;
        margin-top: 7px;
    }
    .menu_top li .menu_top__item {
        padding: 17px 56px;
    }
    .h__recall__wrapper{
        margin-right: 30px;
    }
    h1, .h1 {
        font-size: 54px;
    }
    .icon-profildoors_line:before {
        font-size: 58px;
    }
    .block_1 {
        padding-top: 110px;
    }
    .block_1__list > span{
        font-size: 28px;
    }
    .block_1__list__wrapper {
        margin-top: 52px;
    }
    .block_1__list {
        margin-top: 29px;
    }
    .footer-main {
        padding-top: 145px;
        /*padding-bottom: 83px;*/
        padding-bottom: 40px;
    }
    .footer-main__row_1 .p-2 {
        padding-left: 130px !important;
    }
    .footer-main__row_1 .h__phone__wrapper{
        padding-left: 65px !important;
    }
    .footer-main__row_1 .h__region__wrapper {
        /*padding-left: 54px !important;*/
        padding-left: 121px !important;
    }
    .h1__wrapper{
        padding-top: 185px;
        padding-bottom: 70px;
    }
    .department {
        margin-top: 74px;
    }
    .contacts__wrapper{
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 1600px;
        margin-top: 75px;
    }
    .contacts {
        padding: 0px 135px 0px;
    }
    .map_contacts {
        min-height: 400px;
    }
    .contact__param {
        margin-top: 23px;
    }
    #about_us h3 {
        font-size: 32px;
        font-weight: 800;
    }
    #about_us {
        margin-top: 120px;
        margin-bottom: 150px;
    }
    #about_us h2 {
        letter-spacing: 5px;
        font-size: 53px;
    }
    .about_us_item{
        margin-top: 43px;
    }
    .about_us_item__text {
        font-size: 21px;
        line-height: 1.85;
        margin-top: 47px;
    }
    .block_8 .text {
        margin-top: 32px;
        font-size: 21px;
        line-height: 1.85;
    }
    /*scroller*/
    .icon-mouse__wrapper{
        margin-top: -39px;
    }
    .icon-mouse__wrapper .icon-mouse{
        font-size: 41px;
    }
    .icon-up-arrow__wrapper .icon-up-arrow{
        font-size: 13px;
        margin-left: -2px;
    }
    .icon-up-arrow__wrapper {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-top: -8px;
    }
    .block_1__wrapper .scroller{
        border-radius: 50%;
        width: 90px;
        position: absolute;
        height: 90px;
        margin-bottom: -45px;
        background-color: #061b38;
        color: #fff;
        left: 50%;
        margin-left: -45px;
        bottom: 0;
        vertical-align: middle;
        text-align: center;
        display: block;
    }
    .block_1__wrapper{
        position: relative;
        overflow: hidden;
    }
    /*scroller end*/

    #advantages {
        margin-top: 160px;
    }
    #advantages .adv_item {
        min-height: 270px;
    }
    #advantages h3 {
        font-size: 30px;
    }
    #advantages .adv_item .adv_overlay {
        padding: 56px 60px 54px 60px;
        min-height: 270px;
    }
    #advantages .txt {
        font-size: 20px;
        line-height: 1.7;
    }
    #assortment {
        margin-top: 125px;
    }
    #assortment .img {
        min-height: 380px;
    }
    .form_price .checkbox__wrapper{
        margin-top: -15px;
        margin-left: 7.3%;
        -ms-flex: 0 0 17.666667%;
        flex: 0 0 17.666667%;
        max-width: 17.666667%;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;

        color: rgba(255, 255, 255, 0.2);
        line-height: 1.125;



    }
    .form_price .btn-lg {
        padding: 16px 94px;
    }
    .form__top p {
        margin-bottom: 0px;
    }
    .form_price .form__wrapper .info_conf{
        text-align: left;
    }
    #invitation {
        margin-top: 160px;

    }
    .block_8{
        margin-top: 120px;
    }
    #invitation .info h2{
        text-align: left;
    }
    .form__top {
        padding: 50px 45px 0;
    }
    .form__wrapper {
        padding: 10px 45px 48px;
    }
    .form-group {
        margin-bottom: 25px;
    }
    .form-footer { 
        margin-top: 25px;
    }
    .form_price .form-group__btn__wrapper.offset-xl-1{
        margin-left: 7.3%;
        -ms-flex: 0 0 17.666667%;
        flex: 0 0 17.666667%;
        max-width: 17.666667%;
    }
    .invitation_form-right .invit_item__wrapper{
        margin-left: 25%;
    }
    .block_1__form__wrapper{
        margin-top: 15px;
    }
    .block_1 .form__wrapper {
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 80px;
    }
    .modal-md {
        max-width: 770px;
    }
    .modal-content .form__top p {
        margin-bottom: 95px;
    }
    .modal-body {
        padding: 25px 120px;
    }
    .modal-content .form-footer {
        margin-top: 18px;
    }
    .modal-body {
        padding: 45px 120px;
    }
    .modal-content .b_one_conf {
        margin-bottom: 12px;
    }
    .form_price .show_catalog {
        position: absolute;
        left: 634px;
        top: 47px;
        font-size: 18px;
    }
    .h__fc__wrapper{
        display: inline-block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        color: rgba(255, 255, 255, 0.8);
        font-weight: 100;
        margin-top: 14px;
    }
    .h__region__wrapper{
        margin-right: 0px !important;
    }

    #shops{
        padding: 185px 0 60px;
    }
    .shops__title {
        flex: 0 0 670px;
        font-size: 57px;
    }
    .shops__slider .owl-nav{
        top:50px;
    }
    /*.shop__image-abs{
        position: absolute;
        bottom: 0px;
    }*/
    .shop__image-abs-2{
        left: 0px;
    }
    .shop__image-abs-3{
        right: 0px;
    }
}
/*adapt height of first screen*/
/*xl start*/
@media (min-width: 1600px) and (max-height: 930px) {
    .block_1__wrapper .h1 {
        font-size: 40px;
    }
    .icon-profildoors_line:before{
        font-size: 42px;
    }
    .block_1__list__wrapper {
        margin-top: 20px;
    }
    .block_1__form__wrapper {
        margin-top: 0;
    }
    /*.block_1__form__wrapper .form__top {*/
       /*padding: 15px 45px 0;*/
    /*}*/
    /*.block_1 .form__wrapper{*/
        /*padding-bottom: 40px;*/
    /*}*/
}
@media (min-width: 1600px) and (max-height: 849px) {
    .block_1__list > span {
        font-size: 25px;
    }
    .block_1__list {
        margin-top: 20px;
    }
    .block_1__wrapper .h1 {
        font-size: 35px;
    }
    .icon-profildoors_line:before{
        font-size: 37px;
    }
    .block_1__wrapper .form__top {
        padding: 10px 45px 0;
    }
    .block_1__wrapper .form__wrapper {
        padding: 30px 45px 45px;
    }
    .form-footer {
        margin-top: 10px;
    }
}
@media (min-width: 1600px) and (max-height: 820px) {
    .block_1__wrapper .h1 {
        font-size: 30px;
    }
    .icon-profildoors_line:before{
        font-size: 32px;
    }
    .block_1__list > span {
        font-size: 22px;
    }
    .block_1__list i {
        width: 50px;
    }
    .block_1__wrapper .b_one_conf__wrapper{
        font-size: 15px;
        padding-bottom: 0;
    }
    .block_1__form__wrapper .checkbox span {
        font-size: 15px;
    }
    .form__top h2 {
        font-size: 26px;
        margin-top: 15px;
    }
    .block_1__wrapper .form__top {
        padding: 10px 25px 0;
    }
    .block_1__wrapper .form__wrapper {
        padding: 15px 45px 30px;
    }
    .block_1__list > span {
        margin-left: 22px;
        width: calc(100% - 78px);
    }
}
@media (min-width: 1600px) and (max-height: 715px) {
    .block_1__wrapper .h1 {
        font-size: 24px;
    }
    .icon-profildoors_line:before{
        font-size: 25px;
    }
    .block_1__wrapper {
        height: auto;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}
/*xl end*/
/*lg start*/
@media (min-width: 1054px) and (max-width: 1599px) and (max-height: 820px) {
    .block_1__wrapper .h1 {
        font-size: 22px;
        letter-spacing: 0;
    }
    .icon-profildoors_line:before {
        font-size: 24px;
    }
    .block_1__list > span {
        font-size: 18px;
        margin-left: 15px;
        width: calc(100% - 81px);
    }
    .block_1__form__wrapper {
        margin-top: 0;
    }
    .block_1__list {
        margin-top: 15px;
    }
    .block_1__wrapper .form__top h2 {
        font-size: 22px;
        margin-top: 5px;
    }
    .block_1 {
        padding-top: 120px;
    }
}
@media (min-width: 1054px) and (max-width: 1599px) and (max-height: 700px) {
    .block_1__wrapper .h1 {
        font-size: 22px;
        letter-spacing: 0;
    }
    .block_1__wrapper .form__top h2 {
        font-size: 22px;
    }
    .block_1__wrapper .form__top p {
        font-size: 19px;
    }
    .icon-profildoors_line:before {
        font-size: 22px;
    }
    .block_1__list > span {
        font-size: 16px;
        margin-left: 15px;
        width: calc(100% - 61px);
    }
    .block_1__list i {
        width: 40px;
    }
    .block_1__wrapper .b_one_conf__wrapper{
        font-size: 14px;
    }
    .block_1__form__wrapper .checkbox span {
        font-size: 15px;
    }
    .block_1__form__wrapper .form__top {
        padding: 17px 45px 0;
    }
    .block_1__form__wrapper .form__wrapper{
        padding: 10px 45px 30px;
    }
    .block_1__form__wrapper .form-footer {
        margin-top: 10px;
    }
    .block_1__form__wrapper .form-group {
        margin-bottom: 17px;
    }
    .block_1__list__wrapper {
        margin-top: 10px;
    }
}
@media (min-width: 1054px) and (max-width: 1599px) and (max-height: 629px) {
    .block_1__wrapper {
        height: auto;
        padding-bottom: 15px;
    }
}
/*lg end*/
/*md start*/
@media (min-width: 798px) and (max-width: 1053px) and (max-height: 1060px) {
    .block_1__form__wrapper {
        margin-top: 20px;
    }
}
@media (min-width: 798px) and (max-width: 1053px) and (max-height: 1030px) {
    .block_1__list__wrapper {
        margin-top: 0;
    }
    .block_1 .b_one_conf__wrapper {
        padding: 0px 115px 25px;
    }
    .block_1 .form__top h2 {
        margin-top: 7px;
    }
    .block_1__list i {
        width: 45px;
    }
    .block_1__list > span {

        width: calc(100% - 73px);
    }
    .block_1 .form__top h2 {
        font-size: 24px;
    }
}
@media (min-width: 798px) and (max-width: 1053px) and (max-height: 1074px) {
    .block_1__wrapper .h1 {
        font-size: 24px;
        letter-spacing: 0;
    }
    .icon-profildoors_line:before {
        font-size: 24px;
    }
    .block_1__list > span {
        font-size: 18px;
        margin-left: 15px;
        width: calc(100% - 81px);
    }
    .block_1__form__wrapper {
        margin-top: 10px;
    }
    .block_1 .form__wrapper{
        padding: 25px 125px 10px;
    }
    .block_1 .b_one_conf__wrapper {
        padding: 0px 115px 15px;
    }

}
@media (min-width: 798px) and (max-width: 1053px) and (max-height: 943px) {
    .block_1__wrapper .h1 {
        font-size: 22px;
        letter-spacing: 0;
    }
    .block_1__wrapper .form__top h2 {
        font-size: 20px;
    }
    .block_1__wrapper .form__top p {
        font-size: 19px;
    }
    .icon-profildoors_line:before {
        font-size: 22px;
    }
    .block_1__list > span {
        font-size: 16px;
        margin-left: 15px;
        width: calc(100% - 61px);
    }
    .block_1__form__wrapper {
        margin-top: 20px;
    }
    .block_1__list i {
        width: 40px;
    }
    .block_1__wrapper .form__top h2 {
        font-size: 22px;
        margin-top: 5px;
    }
    .block_1__wrapper .b_one_conf__wrapper{
        font-size: 14px;
    }
    .block_1__form__wrapper .checkbox span {
        font-size: 15px;
    }
    .block_1__form__wrapper .form__wrapper {

        padding: 15px 125px 20px;
    }
    .block_1__form__wrapper .form-footer {
        margin-top: 0px;
    }
    .block_1__list__wrapper {
        margin-top: 5px;
    }
    .block_1__list__wrapper {
        margin-top: 0;
    }
    .block_1__list {
        margin-top: 5px;
    }
    .block_1__list__wrapper{
        display: none;
    }
}
@media (min-width: 798px) and (max-width: 1053px) and (max-height: 834px) {

    .block_1__wrapper .btn-lg {
        font-size: 15px;
        padding: 12px 87px;
    }
    .block_1__list__wrapper{
        display: none;
    }
    .block_1 .form__top {
        padding-top: 30px;
    }
    .block_1 .b_one_conf__wrapper{
        padding-bottom: 35px;
    }
    .block_1__wrapper .h1 {
        font-size: 30px;
    }
    .block_1__wrapper .form__top h2 {
        font-size: 27px;
    }
    .block_1__wrapper .form__top p {
        font-size: 21px;
    }
}
@media (min-width: 798px) and (max-width: 1053px) and (max-height: 737px) {
    .block_1__h1__wrapper{
        display: none;
    }
    .block_1__form__wrapper{
        margin-top: 0;
    }
}
@media (min-width: 798px) and (max-width: 1053px) and (max-height: 630px) {
    .block_1__wrapper {
        height: auto;
        padding-bottom: 15px;
    }
}
/*md end*/
/*xs + sm start*/
@media (max-width: 797px) and (max-height: 969px) {
    .block_1__list__wrapper{
        display: none;
    }
}
/*
@media (max-width: 797px) and (max-height: 639px) {
    .block_1 {
        padding-top: 65px;
    }
    .block_1__wrapper .h1 {
        font-size: 18px;
        letter-spacing: 0;
    }
    .block_1__form__wrapper .form__wrapper{
        padding: 10px 20px 15px;
    }
    .block_1__form__wrapper{
        padding-right: 0;
        padding-left: 0;
    }
    .block_1__form__wrapper .btn{
        padding: 9px 50px 7px;
    }
    .icon-profildoors_line:before {
        font-size: 22px;
    }
    .block_1__form__wrapper .b_one_conf__wrapper {
        font-size: 12px;
        padding: 0 15px 12px;
    }
    .block_1__form__wrapper h2 {
        margin-top: 5px;
        font-size: 17px;
    }
    .block_1__form__wrapper .checkbox span {
        font-size: 14px;
    }
    .block_1__form__wrapper .checkbox span:before {
        font-size: 16px;
    }
    .form-footer {
        margin-top: 0px;
    }
    .block_1__wrapper .form__top p {
        font-size: 15px;
    }
}
@media (max-width: 797px) and (max-height: 529px) {
    .block_1__form__wrapper .form-group {
        margin-bottom: 14px;
    }
    .block_1__form__wrapper{
        margin-top: 0;
    }

}
@media (max-width: 797px) and (max-height: 419px) {
    .block_1__wrapper {
        padding-top: 15px;
        height: auto;
        padding-bottom: 15px;
    }
    .block_1__h1__wrapper{
        display: none;
    }

}
*/
/*xs + sm end*/
@media (min-width: 798px) {
    .footer-main__in4-tech__logo__wrapper {
        position: absolute;
        right: 10px;
        bottom: 0;
        float: right;
        text-align: right;
    }
}
@media (max-width: 575px) {
    .modal-dialog, .modal_white .modal-dialog {
        max-width: 100%;
        margin: 0;
    }
}