@font-face {
    font-family: 'Futura PT';
    src: url('/fonts/FuturaPT-Heavy.eot');
    src: url('/fonts/FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FuturaPT-Heavy.woff') format('woff'),
        url('/fonts/FuturaPT-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('/fonts/FuturaPT-Medium.eot');
    src: url('/fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FuturaPT-Medium.woff') format('woff'),
        url('/fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('/fonts/FuturaPT-MediumObl.eot');
    src: url('/fonts/FuturaPT-MediumObl.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FuturaPT-MediumObl.woff') format('woff'),
        url('/fonts/FuturaPT-MediumObl.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Futura PT';
    src: url('/fonts/FuturaPT-LightObl.eot');
    src: url('/fonts/FuturaPT-LightObl.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FuturaPT-LightObl.woff') format('woff'),
        url('/fonts/FuturaPT-LightObl.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Futura PT Book';
    src: url('/fonts/FuturaPT-Book.eot');
    src: url('/fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FuturaPT-Book.woff') format('woff'),
        url('/fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Book';
    src: url('/fonts/FuturaPT-BookObl.eot');
    src: url('/fonts/FuturaPT-BookObl.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FuturaPT-BookObl.woff') format('woff'),
        url('/fonts/FuturaPT-BookObl.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Futura PT';
    src: url('/fonts/FuturaPT-Light.eot');
    src: url('/fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FuturaPT-Light.woff') format('woff'),
        url('/fonts/FuturaPT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('/fonts/FuturaPT-BoldObl.eot');
    src: url('/fonts/FuturaPT-BoldObl.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FuturaPT-BoldObl.woff') format('woff'),
        url('/fonts/FuturaPT-BoldObl.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Futura PT';
    src: url('/fonts/FuturaPT-HeavyObl.eot');
    src: url('/fonts/FuturaPT-HeavyObl.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FuturaPT-HeavyObl.woff') format('woff'),
        url('/fonts/FuturaPT-HeavyObl.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Futura PT';
    src: url('/fonts/FuturaPT-Bold.eot');
    src: url('/fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FuturaPT-Bold.woff') format('woff'),
        url('/fonts/FuturaPT-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('/fonts/FuturaPT-Demi.eot');
    src: url('/fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FuturaPT-Demi.woff') format('woff'),
        url('/fonts/FuturaPT-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


html, body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: white;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Futura PT';
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #333333;
    position: relative;
}
.arrow-img-top{
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow-img-top.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    right: 25px;
    bottom: 80px;
    opacity: 0;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 100%;
    z-index: 777;
    box-shadow: 0 0 4px 1px #003a79;
    background-color: #003a79;
}
.arrow-img-top:hover{
    filter: contrast(1.5);
}
.wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: relative;
}
.container{
    max-width: 1380px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
}
.container-fluid{
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
h1{
    margin: 0;
}
h2,
h3,
h4{
    margin: 0;
    color: #333;
}
h2{
    font-size: 26px;
    line-height: 30px;
}
h3{
    font-size: 22px;
    line-height: 26px;
}
h4{
    font-size: 18px;
    line-height: 22px;
}

.lds-ring {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 0;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*contact form 7 start*/
.not-valid {
 /*   -webkit-box-shadow: 0 0 1px 1px #f34f41;
    box-shadow: 0 0 1px 1px #f34f41;*/
    border-color: #f34f41 !important;
}
/*contact form 7 end*/

main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    max-width: 100%;
    width: 100%;
}
.uppercase{
    text-transform: uppercase;
}
.class_empty{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
    height: 0 !important;
    min-height:  !important0;
    max-height: 0 !important;
    overflow:  !importanthidden;
    opacity:  !important0;
    visibility: hidden !important;
}




/*pop-up start*/
.modal-container{
    max-width: 570px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    background-color: transparent;
    padding: 0;
}
.modal-block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
    position: relative;
    border-radius: 6px;
    background-color: white;
    margin: auto;
    overflow: hidden;
}
.modal-img{
    width: 100%;
    max-width: 170px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top left;
    height: auto;
}
.modal-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 33px 32px;

    font-weight: 700;
}
.modal-title{
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
}
.modal-caption{
    font-size: 16px;
    line-height: 20px;
    margin-top: 9px;
    font-weight: 400;
    font-family: 'Futura PT Book';
}
.modal-close{
    position: absolute;
    width: 16px;
    height: 16px;
    right: 18px;
    top: 18px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/img/close-modal.svg);
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.modal-close:hover{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.modal-content .modal-form{
    margin-top: 4px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.modal-form .btn-submit{
    margin-top: 15px;
    background-color: #003D80;
    border: 1px solid #003D80;
    box-sizing: border-box;
    border-radius: 4px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.2s;
    min-height: 52px;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.modal-form .btn-submit:hover{
    box-shadow: 0 0 4px #003d80;
}
.compensate-for-scrollbar{
    margin-right: 0 !important;
}
.modal-content .input{
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    height: 52px;
    width: 100%;
    margin-top: 10px;
    padding: 5px 16px;
    margin-top: 15px;
    font-size: 18px;
    outline: none;
    font-family: 'Futura PT Book';
}
.modal-content .textarea{
    padding: 14px 16px;
    height: 80px;
}
/*pop-up end*/



/*privacy-policy start*/
.block-privacy-policy{
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    margin-top: 20px;
    color: #A1A1A1;
    font-weight: 400;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding-left: 26px;
    background-image: url(/img/polit.png);
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: 0 2px;
}
.block-privacy-policy .link-privacy-policy{
    text-decoration-line: underline;
    color: #A1A1A1;
}
.link-privacy-policy{
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.link-privacy-policy:hover{
    text-decoration: none;
}
/*privacy-policy end*/

/*polit start*/

.modal-container-polit{
    max-width: 95%;
    max-height: 95%;
    width: 1000px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 36px 34px;
    height: auto;
    position: relative;
}
.modal-block-polit{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal-close-polit{
    position: absolute;
    top: 24px;
    right: 24px;
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    background-image: url(/img/close-modal.svg);
    -webkit-background-size: auto auto;
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 100;
}
.modal-close-polit:hover{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.modal-content-polit{
    line-height: 22px;
}
.title-modal-polit{
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    position: relative;
}
.caption-modal-polit{
    font-family: 'Futura PT Book';
}
.caption-modal-polit ul,
.caption-modal-polit ol{
    list-style-type: none;
    padding-left: 0
}
.caption-modal-polit li{
    -webkit-background-size: auto auto;
    background-size: auto;
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-image: url(/img/gal-li.png);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.caption-modal-polit li:last-child{
    margin-bottom: 0;
}

/*polit end*/



/*mobile menu start*/

.mobile-menu-fixed{
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 888;
    background: #fafafa;
    width: 250px;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 7px #9e9e9e4d;
    transition: 0.4s;
}
.title_menu-fixed{
    font-family: 'Futura PT';
    font-weight: 500;
    font-size: 26px;
}
.mobile-menu-fixed .nav__menu-fixed{
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    margin-top: 15px;
    width: 100%;
}
.mobile-menu-fixed .nav__menu-fixed .menu-item{
    margin: 8px 0 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 3px 0;
}
.mobile-menu-fixed .menu-item > a{
    color: #333;
    padding: 4px 0;
    text-decoration: none;
}
.mobile-menu-fixed .menu-item-has-children:hover{
    background-color: transparent;
}
.mobile-menu-fixed .sub-menu{
    width: 100%;
    max-width: 100%;
    background-color: transparent;
}
.mobile-menu-fixed .sub-menu .menu-item a{
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3px 0;
}
.mobile-menu-fixed .nav{
    height: auto;
    max-height: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    text-align: center;
}
.mobile-menu-fixed .unit-nav{
    margin-bottom: 10px;
}
.mobile-menu-fixed .button-header{
    margin-top: 15px;
}

/*mobile menu end*/


/*nav mobile start*/
.nav-mobile-block {
    cursor: pointer;
    display: none;
    margin-left: 0;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    text-transform: uppercase;
    font-size: 19px;
    margin: 0;
    text-align: right;
    background-color: transparent;
    color: #333;
}
.nav-mobile-block > span{
    position: relative;
    bottom: -1px;
    display: none;
}
.nav-mobile-container-line {
    width: 40px;
    height: 20px;
    min-width: 40px;
    min-height: 20px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-mobile-line:nth-child(1) {
    top: 4px;
}
.nav-mobile-line:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.nav-mobile-line:nth-child(3) {
    bottom: 0;
}
.active-menu .nav-mobile-line:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 5px;
}
.active-menu .nav-mobile-line:nth-child(2) {
    width: 0;
}
.active-menu .nav-mobile-line:nth-child(3) {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
span.nav-mobile-line {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #555250;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
/*nav mobile end*/


.title{
    font-weight: 600;
    font-size: 40px;
    line-height: 51px;
    position: relative;
}
.title:after{
    content: "";
    width: 58px;
    height: 6px;
    display: inline-block;
    background-color: #F7941D;
    margin: 5px 0 5px 18px;
}

/*container-catalog_resh-decor start*/

.container-catalog_resh-decor{
    background: #F6F6F6;
    padding: 70px 0;
}
.container-catalog_resh{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-catalog_resh{
    width: 100%;
    max-width: 470px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.title-catalog_resh{

}
.caption-catalog_resh{
    font-family: 'Futura PT Book';
    margin-top: 29px;
    display: block;
    font-size: 18px;
    line-height: 23px;
}
.block-form-catalog_resh{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 14px);
    position: relative;
    left: -7px;
    margin-top: 20px;
}
.block-form-catalog_resh .input,
.block-form-catalog_resh .btn-pdf{
    margin: 7px;
    flex-grow: 1;
    width: 220px;
    height: 52px;
    border-radius: 4px;
    box-sizing: border-box;
}
.block-form-catalog_resh .input{
    background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    padding: 5px 16px;
    font-size: 16px;
}
.btn-pdf{
    padding: 5px 16px 5px 56px;
    background-image: url(/img/pdf.svg);
    background-repeat: no-repeat;
    background-size: 26px auto;
    background-position: 20px 50%;
    background-color: #F7941D;
    box-shadow: 0px 4px 20px rgba(247, 148, 29, 0.5);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
}
.btn-pdf:hover{
    filter: hue-rotate(-5deg);
}
.img-catalog_resh{
    max-width: calc(100% - 470px);
    width: auto;
    height: auto;
    display: block;
}

/*container-catalog_resh-decor end*/

/*container-map start*/

.container-map{
    position: relative;
    padding: 80px 0;
}
#map,
.map{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.container-block_map{
    z-index: 20;
    position: relative;
    pointer-events: none;
}
.block_map{
    pointer-events: all;
    background-color: #FFFFFF;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 345px;
    box-sizing: border-box;
    padding: 34px 40px;
}
.title-block_map{
    margin-bottom: 5px;
}
.unit-block_map{
    margin-top: 24px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-size: 21px auto;
    background-position: 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.title-unit-block_map{
    font-size: 16px;
    line-height: 21px;
    color: #A4A4A4;
    font-family: 'Futura PT Book';
}
.caption-unit-block_map{
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
}
.caption-unit-block_map a[href^="tel:"]{
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: 500;
}
.btn-map{
    margin: 20px 0 0 35px;
    width: 100%;
    max-width: 185px;
    min-height: 43px;
    border: 2px solid #F7941D;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    line-height: 19px;
    transition: 0.2s;
}
.btn-map:hover{
    background-color: #F7941D;
    color: white;
}
.block-soc-net{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 195px;
    margin: 20px 0 0 30px;

}
.unit-soc-net{
    margin: 5px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 50%;
    position: relative;
    transition: 0.2s;
}
.unit-soc-net:hover{
    filter: brightness(0);
}

/*container-map end*/

/*footer start*/

.container-footer{
    padding: 25px 0;
}
.footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block-logo{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
}
.link-logo{
    width: auto;
    height: auto;
    display: block;
}
.img-logo{
    max-width: 110px;
    width: auto;
    height: auto;
    display: block;
}
.caption-logo{
    font-size: 16px;
    line-height: 110%;
    font-family: 'Futura PT Book';
    margin-left: 20px;
    max-width: 270px;
    width: auto;
}
.block-cart_pay{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 400px;
    width: 100%;
    flex-flow: row wrap;
}
.unit-cart_pay{
    width: 50px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin: 5px;
    border-radius: 3px;
    overflow: hidden;
}
.unit-cart_pay-text{
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 32px;
    box-sizing: border-box;
    padding: 2px 9px;
    font-size: 12px;
    line-height: 11px;
    font-family: 'Futura PT Book';
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #E8E8E8;
}
.caption-btn-footer{
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    max-width: 370px;
    margin: 10px;
}
.btn-footer{
    background-color: #003D80;
    border: 1px solid #003D80;
    box-sizing: border-box;
    border-radius: 4px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.2s;
    min-height: 40px;
    max-width: 159px;
    width: 159px;
}
.btn-footer:hover{
    box-shadow: 0 0 4px #003d80;
}
.unit-cart_pay-copyright {
    font-size: 10px;
}
.unit-cart_pay-copyright .p {
    margin: 0;
}
.unit-cart_pay-copyright .p img {
	vertical-align: middle;
	margin-left: 7px;
}

/*footer end*/

/*container-our_work-decor start*/

.container-our_work-decor{
    padding: 78px 0;
}
.container-our_work{

}
.block-our_work{
    margin-top: 33px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.unit-our_work{
    transition: 0.2s;
    flex-grow: 1;
    max-width: 100%;
    width: 250px;
    height: 270px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.unit-our_work:nth-child(1) {
    background-image: url(../img/r1-min_20x.jpg);
}
.unit-our_work:nth-child(1).lazy-bg-loaded {
    background-image: url(../img/r1-min.jpg);
}
.unit-our_work:nth-child(2) {
    background-image: url(../img/r2-min_20x.jpg);
}
.unit-our_work:nth-child(2).lazy-bg-loaded {
    background-image: url(../img/r2-min.jpg);
}
.unit-our_work:nth-child(3) {
    background-image: url(../img/r3-min_20x.jpg);
}
.unit-our_work:nth-child(3).lazy-bg-loaded {
    background-image: url(../img/r3-min.jpg);
}
.unit-our_work:nth-child(4) {
    background-image: url(../img/r4-min_20x.jpg);
}
.unit-our_work:nth-child(4).lazy-bg-loaded {
    background-image: url(../img/r4-min.jpg);
}
.unit-our_work:nth-child(5) {
    background-image: url(../img/r5-min_20x.jpg);
}
.unit-our_work:nth-child(5).lazy-bg-loaded {
    background-image: url(../img/r5-min.jpg);
}
.unit-our_work:nth-child(6) {
    background-image: url(../img/r6-min_20x.jpg);
}
.unit-our_work:nth-child(6).lazy-bg-loaded {
    background-image: url(../img/r6-min.jpg);
}
.unit-our_work:nth-child(7) {
    background-image: url(../img/r7-min_20x.jpg);
}
.unit-our_work:nth-child(7).lazy-bg-loaded {
    background-image: url(../img/r7-min.jpg);
}
.unit-our_work:nth-child(8) {
    background-image: url(../img/r8-min_20x.jpg);
}
.unit-our_work:nth-child(8).lazy-bg-loaded {
    background-image: url(../img/r8-min.jpg);
}
.unit-our_work:nth-child(9) {
    background-image: url(../img/r9-min_20x.jpg);
}
.unit-our_work:nth-child(9).lazy-bg-loaded {
    background-image: url(../img/r9-min.jpg);
}
.unit-our_work:hover{
    transform: scale(1.1);
}
.unit-our_work-text{
    transition: 0.2s;
    text-align: center;
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
}
.unit-our_work-text:hover{
    box-shadow: inset 0 0 5px black;
}
.img-unit-our_work{
    margin-top: 23px;
    max-width: 57px;
    height: auto;
    width: auto;
    display: block;
}

/*container-our_work-decor end*/

/*container-lic-decor start*/

.container-lic-decor{
    background-color: #F6F6F6;
    overflow: hidden;
}
.container-lic{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 15px;
}
.block-img-container-lic{
    position: relative;
    flex-grow: 1;
}
.back-decor-orange{
    position: absolute;
    top: -35px;
    left: 430px;
    height: calc(100% + 70px);
    width: 4000px;
    background-color: #F7941D;
    transform: translateX(-100%);
    z-index: 10;
}
.img-container-lic{
    z-index: 20;
    position: relative;
    margin-left: -55px;
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
}
.text-container-lic{
    max-width: calc(100% - 650px);
    width: 100%;
}
.block-lic{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    max-width: 600px;
    position: relative;
    left: -10px;
    margin-top: 34px;
}
.unit-lic{
    width: 150px;
    height: 212px !important;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
    background-color: transparent;
    margin: 14px 10px 14px 10px;
}
.img-unit-lic{
    margin: 0 auto;
    max-height: 212px;
    max-width: 150px;
    width: auto;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
}

/*container-lic-decor end*/


html body .slick-prev:before,
html body .slick-next:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background-size: 16px auto;
  background-image: url(../img/arrow-slider.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
html body  .slick-prev:before{
    transform: rotate(180deg);
}
html body  .slick-prev{
  left: -15px;
}
html body  .slick-next{
  right: -15px;
}
html body  .slick-prev,
html body  .slick-next{
    z-index: 10;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid white;
    background-color: white;
    transform: translate(0, -50%);
    transform-origin: 50% 50%;
    overflow: hidden;
}
html body  .slick-prev:hover,
html body  .slick-prev:focus,
html body  .slick-next:hover,
html body  .slick-next:focus{
  background-color: white;
  -webkit-filter: hue-rotate(10deg);
  filter: hue-rotate(10deg);
  outline: none;
}
html body  .slick-slide:focus{
  outline: none;
}

/*container-troubles-decor start*/

.container-troubles-decor{
    padding: 67px 0 100px 0;
}
.container-troubles{

}
.title-troubles:after{
    display: none;
}
.block-list-troubles{
    width: 100%;
    display: block;
    margin: 55px 0 50px 0;
    column-count: 3;
    column-gap: 40px;
    column-width: 280px;
}
.unit-list-troubles{
    max-width: 100%;
    flex-grow: 1;
    margin: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 70px;
}
.big-orange-text{
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    color: #F7941D;
    margin-right: 17px;
}
.text-unit-list-troubles{
    font-size: 20px;
    line-height: 100%;
    font-family: 'Futura PT Book';
}
.block-dover{
    background-color: #003D80;
    border-radius: 4px;
    position: relative;
    padding: 35px 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-dover{
    font-weight: 600;
    font-size: 60px;
    line-height: 77px;
    color: #FFFFFF;
    max-width: 520px;
    margin-right: 20px;
}
.img-dover{
    margin: -96px 0 -217px 0;
}
.list-dover{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 90px);
    position: relative;
    left: -45px;
    margin-left: 50px;
}
.unit-list-dover{
    margin: 29px 45px 0 45px;
    width: 91px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.big-black-text{
    font-weight: 600;
    font-size: 60px;
    line-height: 77px;
}
.text-unit-list-dover{
    font-size: 22px;
    line-height: 100%;
    font-weight: 500;
}


/*container-troubles-decor end*/

/*container-all_vid-decor start*/

.container-all_vid-decor{
    padding: 75px 0;
    background-color: #F6F6F6;
}
.container-all_vid{

}
.block-all_vid{
    margin-top: 25px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    position: relative;
    left: -12px;
}
.unit-all_vid{
    flex-grow: 1;
    width: 240px;
    margin: 12px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
    transition: 0.2s;
    background-color: white;
}
.unit-all_vid:nth-child(1) .img-unit-all_vid {
    background-image: url(../img/t1_20x.jpg);
}
.unit-all_vid:nth-child(1) .img-unit-all_vid.lazy-bg-loaded {
    background-image: url(../img/t1.jpg);
}
.unit-all_vid:nth-child(2) .img-unit-all_vid {
    background-image: url(../img/t2_20x.jpg);
}
.unit-all_vid:nth-child(2) .img-unit-all_vid.lazy-bg-loaded {
    background-image: url(../img/t2.jpg);
}
.unit-all_vid:nth-child(3) .img-unit-all_vid {
    background-image: url(../img/t3_20x.jpg);
}
.unit-all_vid:nth-child(3) .img-unit-all_vid.lazy-bg-loaded {
    background-image: url(../img/t3.jpg);
}
.unit-all_vid:nth-child(4) .img-unit-all_vid {
    background-image: url(../img/t4_20x.jpg);
}
.unit-all_vid:nth-child(4) .img-unit-all_vid.lazy-bg-loaded {
    background-image: url(../img/t4.jpg);
}
.unit-all_vid:nth-child(5) .img-unit-all_vid {
    background-image: url(../img/t5_20x.jpg);
}
.unit-all_vid:nth-child(5) .img-unit-all_vid.lazy-bg-loaded {
    background-image: url(../img/t5.jpg);
}
.unit-all_vid:nth-child(6) .img-unit-all_vid {
    background-image: url(../img/t6_20x.jpg);
}
.unit-all_vid:nth-child(6) .img-unit-all_vid.lazy-bg-loaded {
    background-image: url(../img/t6.jpg);
}
.unit-all_vid:nth-child(7) .img-unit-all_vid {
    background-image: url(../img/t7_20x.jpg);
}
.unit-all_vid:nth-child(7) .img-unit-all_vid.lazy-bg-loaded {
    background-image: url(../img/t7.jpg);
}
.unit-all_vid:nth-child(8) .img-unit-all_vid {
    background-image: url(../img/t8_20x.jpg);
}
.unit-all_vid:nth-child(8) .img-unit-all_vid.lazy-bg-loaded {
    background-image: url(../img/t8.jpg);
}
.unit-all_vid:nth-child(9) .img-unit-all_vid {
    background-image: url(../img/t9_20x.jpg);
}
.unit-all_vid:nth-child(9) .img-unit-all_vid.lazy-bg-loaded {
    background-image: url(../img/t9.jpg);
}
.unit-all_vid:nth-child(10) .img-unit-all_vid {
    background-image: url(../img/t10_20x.jpg);
}
.unit-all_vid:nth-child(10) .img-unit-all_vid.lazy-bg-loaded {
    background-image: url(../img/t10.jpg);
}
.unit-all_vid:hover{
    transform: scale(1.09);
}
.unit-all_vid:hover .text-unit-all_vid:after{
    height: 0;
}
.unit-all_vid:hover .text-unit-all_vid{
    transform: scale(0.91);
    margin-top: -55px;
}
.unit-all_vid:hover .btn-zakaz{
    opacity: 1;
    margin-bottom: 0;
}
.img-unit-all_vid{
    box-shadow: inset 0px 4px 20px rgba(0, 0, 0, 0.1);
    height: 172px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    transition: 0.2s;
}
.text-unit-all_vid{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    background-color: white;
    min-height: 74px;
    font-size: 20px;
    line-height: 110%;
    font-family: 'Futura PT Book';
    box-sizing: border-box;
    padding: 15px 12px;
    transition: 0.2s;
    flex-grow: 1;
}
.text-unit-all_vid span{
    z-index: 20;
}
.text-unit-all_vid:after{
    content: "";
    width: 100%;
    height: 15px;
    background-image: url(/img/line.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: 0.2s;
}
.btn-zakaz{
    z-index: 20;
    background-color: #F7941D;
    border: 2px solid  #F7941D;
    box-shadow: 0px 4px 20px rgba(247, 148, 29, 0.25);
    border-radius: 4px;
    width: 100%;
    max-width: 115px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin: 15px 0 -55px 0;
    opacity: 0;
    box-sizing: border-box;
    padding: 5px;
    transition: 0.2s;
}
.btn-zakaz:hover{
    color: #333;
    background-color: white;
}
.decor-white{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 100%;
    z-index: 10;
    background-color: white;
}

/*container-all_vid-decor end*/

/*container-doorhan start*/

.container-doorhan{
    padding: 75px 15px;
}
.title-top-decor{
    padding-top: 11px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 25px;
}
.title-top-decor:after{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

/*container-doorhan end*/


/*container-spec_usl start*/

.container-spec_usl{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 70px 15px;
}
.title-spec_usl:after{
    display: none;
}
.caption-spec_usl,
.caption-top-decor{
    font-size: 26px;
    line-height: 33px;
    font-family: 'Futura PT Book';
    margin-top: 6px;
}
.caption-top-decor{
    font-weight: 400;
}
.btn-spec_usl{
    background: #003D80;
    border: 1px solid #003D80;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 61, 128, 0.25);
    border-radius: 4px;
    color: white;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.2s;
    min-height: 52px;
    max-width: 100%;
    width: auto;
    box-sizing: border-box;
    padding: 10px 22px;
    margin: 23px 0 0 0;
}
.btn-spec_usl:hover{
    background-color: white;
    color: #333;
}

/*container-spec_usl end*/

/*container-zov-decor start*/

.container-zov-decor{
    background-color: #003c7f;
    color: white;
}
.container-zov{
    padding-top: 68px;
}
.container-zov .title{
    text-align: center;
    z-index: 30;
}
.container-zov .title:after{
    display: none;
}
.background-orange{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #003D80;
    background-color: #F7941D;
    height: 48px;
    padding: 1px 5px;
    box-sizing: border-box;
}
.block-g1{
    width: 100%;
    box-sizing: border-box;
    padding: 160px 0 66px 0;
    position: relative;
    margin-top: -72px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    /*z-index: 19;*/
}
.img-g1{
    background-image: url(/img/g2_20x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    z-index: 10;
    position: absolute;
    left: -119px;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 1024px;
}
.img-g1.lazy-bg-loaded{
    background-image: url(/img/g2.png);
}
.text-block-g1{
    z-index: 20;
    position: relative;
    width: 100%;
    max-width: 580px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-right: 43px;
}
.block-g1 p{
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    margin: 20px 0 0 0;
}
.block-g1 p:first-child{
    margin-top: 0;
}
.block-g1 ul{
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
}
.block-g1 li{
    margin-top: 21px;
    padding: 0 0 0 45px;
    font-size: 18px;
    line-height: 23px;
    font-family: 'Futura PT Book';
    position: relative;
}
.block-g1 li:after{
    content: "";
    width: 25px;
    height: 25px;
    box-shadow: 0px 4px 20px rgba(247, 148, 29, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/img/g-li.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    border-radius: 100%;
}
.block-g2{
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 280px 0 280px 0;
    margin-top: -120px;
    /*z-index: 17;*/
}
.img-g2{
    background-image: url(/img/g1_20x.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 1000px;
    height: 100%;
}
.img-g2.lazy-bg-loaded{
    background-image: url(/img/g1.png);
}
.text-block-g2{
    z-index: 20;
    position: relative;
    width: 100%;
    max-width: 440px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
    margin-left: 115px;
}
.block-g2 p{
    font-size: 24px;
    line-height: 31px;
    text-align: right;
    font-family: 'Futura PT Book';
    margin: 0;
}
.btn-g{
    margin-top: 42px;
    background: #F7941D;
    border: 2px solid #F7941D;
    box-shadow: 0px 4px 20px rgba(247, 148, 29, 0.5);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: white;
    min-height: 52px;
    max-width: 223px;
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    box-sizing: border-box;
    padding: 5px;
}
.btn-g:hover{
    background-color: transparent;
}
/*container-zov-decor end*/


/*container-select-design-decor start*/

.container-select-design-decor{
    padding: 90px 0;
}
.container-select-design{

}
.block-chren{
    margin-top: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.img-chren{
    position: relative;
    z-index: 20;
    max-width: 100%;
    transition: 0.2s;
}
.img-chren:hover{
    transform: scale(1.1);
}
.block-chren-5{
    min-width: 350px;
    width: 350px;
    z-index: 10;
    position: relative;
    overflow: hidden;
}
.img-chren-5{
    max-width: 100%;
    display: block;
    animation-name: chren;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.img-chren-5-decor{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

@keyframes chren{
    0%{
        transform: rotate(0);
    }
    33%{
        transform: rotate(20deg);
    }
    66%{
        transform: rotate(-20deg);
    }
    100%{
        transform: rotate(0);
    }
}

/*container-select-design-decor end*/

/*container-iframe-decor start*/

.container-iframe-decor{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(/img/fon-1_20x.jpg);
}
.container-iframe-decor.lazy-bg-loaded{
    background-image: url(/img/fon-1.jpg);
}
.container-iframe{
    min-height: 660px;
    padding: 40px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.container-iframe iframe{
    max-width: 100%;
}
.text-iframe{
    max-width: 560px;
    width: 100%;
    margin-left: 94px;
    color: white;
}
.title-iframe:after{
    width: 207px;
    display: block;
    margin: 17px 0 0 0;
}
.caption-iframe{
    margin-top: 32px;
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Futura PT Book';
    max-width: 500px;
    width: 100%;
}

/*container-iframe-decor end*/

/*container-man-decor start*/

.container-man-decor{

}
.container-man{
    margin-top: 40px;
}
.text-man{
    width: 100%;
    max-width: 750px;
}
.caption-man{
    font-size: 22px;
    line-height: 28px;
    margin-top: 16px;
    display: block;
    font-family: 'Futura PT Book';
}
.block-man{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
}
.text-block-man{
    margin-top: 55px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 630px;
    flex-grow: 0;
    flex-shrink: 0;
}
.title-text-block-man{
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
}
.ul-man{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0 0 0 45px;
    margin: 0;
    position: relative;
    flex-grow: 1;
    overflow: hidden;
    box-sizing: border-box;
}
.ul-man:after{
    content: "";
    background-color: #EEEEEE;
    height: calc(100% - 22px);
    width: 2px;
    position: absolute;
    left: 11px;
    top: 40px
}
.li-man{
    margin-top: 30px;
    position: relative;
}
.li-man:after,
.li-man:before{
    content: "";
    position: absolute;
    top: 4px;
    left: -45px;
    width: 23px;
    height: 23px;
    background-color: transparent;
    border: 1px solid rgba(247, 148, 29, 0.3);
    box-sizing: border-box;
    border-radius: 100%;
    z-index: 10;
}
.li-man:before{
    z-index: 12;
    left: -39px;
    top: 10px;
    background-color: #F7941D;
    border: 1px solid #F7941D;
    width: 11px;
    height: 11px;
}
.title-li-man{
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #003D80;
}
.caption-li-man{
    font-size: 18px;
    line-height: 23px;
    font-family: 'Futura PT Book';
}
.img-block-man{
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 100%;
    margin-top: -95px;
}
.image-img-block-man{
    width: 100%;
    max-width: 561px;
    height: auto;
    display: block;
}
.caption-img-block-man{
    position: absolute;
    top: 30%;
    right: 0;
    background: #F7941D;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 26px 34px 55px 34px;
    width: 100%;
    max-width: 299px;
    color: white;
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
}
.img-decor-img-block-man{
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.25);
    display: block;
    height: auto;
    width: calc(100% - 50px);
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%, 100%);
}

/*container-man-decor end*/

/*container-decor-blue start*/

.container-decor-blue{
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    color: white;
    padding: 36px;
    box-sizing: border-box;
    background-color: #003D80;
    border-radius: 4px;
    margin-top: -80px;
}
.unit-decor-blue{
    width: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 10px;
}
.img-unit-decor-blue{
    margin-right: 23px;
    height: auto;
    width: auto;
    max-width: 70px;
}
.text-unit-decor-blue{
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
}
.line-decor-blue{
    min-height: 89px;
    width: 1px;
    background-color: #154F8E;
}

/*container-decor-blue end*/

/*container-front-decor start*/

.container-front-decor{
    min-height: calc(100vh - 300px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(/img/front-img.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-front-decor2{
    min-height: calc(100vh - 300px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(/img/front-img2.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-front{
    box-sizing: border-box;
    padding: 30px 15px 110px 15px;
    color: white;
}
.h1{
    font-weight: 700;
    font-size: 70px;
    line-height: 110%;
}
.color-orange{
    color: #F7941D;
}
.caption-h1{
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}
.cost-front{
    font-weight: bold;
    font-size: 50px;
    line-height: 64px;
    margin-top: 27px;
}
.container-front .block-form-catalog_resh{
    max-width: 484px;
    width: 100%;
}
.container-front .input{
    border-color: transparent;
}
.btn-front{
    padding: 5px 16px;
    background-color: #F7941D;
    box-shadow: 0px 4px 20px rgba(247, 148, 29, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    cursor: pointer;
    margin: 7px;
    flex-grow: 1;
    width: 220px;
    height: 52px;
    border-radius: 4px;
    box-sizing: border-box;
    transition: 0.2s;
}
.btn-front:hover{
    filter: hue-rotate(-5deg);
}

/*container-front-decor end*/

/* card block start */

.card-items{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.card-items .card-body{
    position: relative;
    flex-grow: 1;
    max-width: 360px;
    width: 100%;
    border: 5px solid #C5C5C5;
    margin: 50px 40px;
    transition: all .3s ease;
    cursor: pointer;
}
.card-items .card-body:hover {
    border-color: #F7941D;
}
.card-items .card-body .card-header{
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    transition: all .3s ease;
}
.card-items .card-body .card-header:hover {
    filter: brightness(1.05);
}
.card-items .card-body .card-footer{
    padding: 14px 10px 35px 10px;
}
.card-items .card-body:nth-child(1) .card-header {
    background-image: url(../img/vorot-type-1_20x.png);
}
.card-items .card-body:nth-child(1) .card-header.lazy-bg-loaded {
    background-image: url(../img/vorot-type-1.png);
}
.card-items .card-body:nth-child(2) .card-header {
    background-image: url(../img/vorot-type-2_20x.png);
}
.card-items .card-body:nth-child(2) .card-header.lazy-bg-loaded {
    background-image: url(../img/vorot-type-2.png);
}
.card-items .card-body:nth-child(3) .card-header {
    background-image: url(../img/vorot-type-3_20x.png);
}
.card-items .card-body:nth-child(3) .card-header.lazy-bg-loaded {
    background-image: url(../img/vorot-type-3.png);
}
.card-items .card-body:nth-child(4) .card-header {
    background-image: url(../img/vorot-type-4_20x.png);
}
.card-items .card-body:nth-child(4) .card-header.lazy-bg-loaded {
    background-image: url(../img/vorot-type-4.png);
}
.card-items .card-body:nth-child(5) .card-header {
    background-image: url(../img/vorot-type-5_20x.png);
}
.card-items .card-body:nth-child(5) .card-header.lazy-bg-loaded {
    background-image: url(../img/vorot-type-5.png);
}
.card-items .card-body:nth-child(6) .card-header {
    background-image: url(../img/vorot-type-6_20x.png);
}
.card-items .card-body:nth-child(6) .card-header.lazy-bg-loaded {
    background-image: url(../img/vorot-type-6.png);
}
.card-items .card-body:nth-child(7) .card-header {
    background-image: url(../img/vorot-type-7_20x.png);
}
.card-items .card-body:nth-child(7) .card-header.lazy-bg-loaded {
    background-image: url(../img/vorot-type-7.png);
}
.card-items .card-body:nth-child(8) .card-header {
    background-image: url(../img/vorot-type-8_20x.png);
}
.card-items .card-body:nth-child(8) .card-header.lazy-bg-loaded {
    background-image: url(../img/vorot-type-8.png);
}
.card-items .card-body:nth-child(9) .card-header {
    background-image: url(../img/vorot-type-9_20x.png);
}
.card-items .card-body:nth-child(9) .card-header.lazy-bg-loaded {
    background-image: url(../img/vorot-type-9.png);
}
.card-items .card-body:nth-child(10) .card-header {
    background-image: url(../img/vorot-type-10_20x.png);
}
.card-items .card-body:nth-child(10) .card-header.lazy-bg-loaded {
    background-image: url(../img/vorot-type-10.png);
}
.card-items .card-body:nth-child(11) .card-header {
    background-image: url(../img/vorot-type-11_20x.png);
}
.card-items .card-body:nth-child(11) .card-header.lazy-bg-loaded {
    background-image: url(../img/vorot-type-11.png);
}
.card-p{
    text-align: center;
    letter-spacing: -0.02em;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
}
.card-p b {
    font-size: 18px;
}
.card-items .card-body .card-footer .card-text .btn-front{
    max-width: 220px;
    width: 100%;
    position: absolute;
    top: 95%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, 0);
    transition: .2s;
    border: 2px solid #F7941D;
    text-decoration: none!important;
}
.card-items .card-body .card-footer .card-text .btn-front:hover{
    background-color: #ffffff;
    color: #333333;
}
.modal-container--video {
    max-width: 870px;
}
.modal-container--video .modal-img {
    max-width: 550px;
    position: relative;
}
.modal-container--video .modal-content {
    max-width: 320px;
}
.modal-container--video .modal-img iframe {
    display: none;
    margin: 0;
    border: 0;
    z-index: 2;
    position: relative;
}
.modal-container--video .modal-form .btn-submit {
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
    background: #fff;
    border: 2px solid #F7941D;
    color: #333;
}
.modal-container--video .modal-form .btn-submit:hover {
    color: #fff;
    background: #F7941D;
}

/* card block end */

/* container-zona-decor start */

.container-zona-decor{
    padding: 50px 0 0 0;
}
.container-zona{
    padding-bottom: 105px;
}
.container-zona .block-zona{
    text-align: center;
    margin-bottom: 65px;
}
.container-zona .card-items-zona{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}
.container-zona .card-items-zona .card-body-zona-out{
    position: relative;
    width: auto;
    height: 33vh;
    padding: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.container-zona .card-items-zona .card-body-zona-out .card-body-zona-bg{
    position: absolute;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: transform .25s ease;
}
.container-zona .card-items-zona .card-body-zona-out .card-body-zona-in:hover ~ .card-body-zona-bg{
    transform: scale(1.1);
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(1){
    grid-column: 1 / 3;
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(2){
    grid-column: 3 / 5;
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(3){
    grid-column: 5 / 7;
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(4){
    grid-column: 1 / 4;
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(5){
    grid-column: 4 / 7;
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(6){
    grid-column: 1 / 3;
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(7){
    grid-column: 3 / 5;
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(8){
    grid-column: 5 / 7;
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(1) .card-body-zona-bg {
    background-image: url(../img/zona-img-1_20x.png);
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(1) .card-body-zona-bg.lazy-bg-loaded {
    background-image: url(../img/zona-img-1.png);
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(2) .card-body-zona-bg {
    background-image: url(../img/zona-img-2_20x.png);
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(2) .card-body-zona-bg.lazy-bg-loaded {
    background-image: url(../img/zona-img-2.png);
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(3) .card-body-zona-bg {
    background-image: url(../img/zona-img-3_20x.png);
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(3) .card-body-zona-bg.lazy-bg-loaded {
    background-image: url(../img/zona-img-3.png);
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(4) .card-body-zona-bg {
    background-image: url(../img/zona-img-4_20x.png);
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(4) .card-body-zona-bg.lazy-bg-loaded {
    background-image: url(../img/zona-img-4.png);
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(5) .card-body-zona-bg {
    background-image: url(../img/zona-img-5_20x.png);
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(5) .card-body-zona-bg.lazy-bg-loaded {
    background-image: url(../img/zona-img-5.png);
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(6) .card-body-zona-bg {
    background-image: url(../img/zona-img-6_20x.png);
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(6) .card-body-zona-bg.lazy-bg-loaded {
    background-image: url(../img/zona-img-6.png);
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(7) .card-body-zona-bg {
    background-image: url(../img/zona-img-7_20x.png);
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(7) .card-body-zona-bg.lazy-bg-loaded {
    background-image: url(../img/zona-img-7.png);
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(8) .card-body-zona-bg {
    background-image: url(../img/zona-img-8_20x.png);
}
.container-zona .card-items-zona .card-body-zona-out:nth-child(8) .card-body-zona-bg.lazy-bg-loaded {
    background-image: url(../img/zona-img-8.png);
}
.container-zona .card-items-zona .card-body-zona-out .card-body-zona-in{
    display: flex;
    align-items: flex-end;
    border: 1px solid #f1ecec;
    border-radius: 4px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.container-zona .card-items-zona .card-body-zona-out .card-body-zona-in .card-content-zona{
    padding: 10px;
}
.container-zona .card-items-zona .card-body-zona-out .card-body-zona-in .card-content-zona .btn-front{
    box-shadow: none;
    width: 143px;
    height: 29px;
    font-size: 16px;
    margin-left: 0;
    margin-bottom: 0;
}
.container-zona .card-items-zona .card-body-zona-out .card-body-zona-in .card-content-zona .card-text-zona{
    font-size: 24px;
    color: #ffffff;
    line-height: 1.2;
}

.modal-container--photo .modal-img {
    background-image: url(../img/r1.jpg);
    background-size: cover!important;
    background-position: center!important;
}

.modal-container--photo .modal-img.modal-photo-1 {
    background-image: url(../img/zona-img-1.png);
}
.modal-container--photo .modal-img.modal-photo-2 {
    background-image: url(../img/zona-img-2.png);
}
.modal-container--photo .modal-img.modal-photo-3 {
    background-image: url(../img/zona-img-3.png);
}
.modal-container--photo .modal-img.modal-photo-4 {
    background-image: url(../img/zona-img-4.png);
}
.modal-container--photo .modal-img.modal-photo-5 {
    background-image: url(../img/zona-img-5.png);
}
.modal-container--photo .modal-img.modal-photo-6 {
    background-image: url(../img/zona-img-6.png);
}
.modal-container--photo .modal-img.modal-photo-7 {
    background-image: url(../img/zona-img-7.png);
}
.modal-container--photo .modal-img.modal-photo-8 {
    background-image: url(../img/zona-img-8.png);
}

/* container-zona-decor end */

/* complectation start */

.container-complectaion {
    padding: 50px 0;
    background: #ECECEC;
}

.complectation-wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.complectation-item {
    width: 438px;
    margin: 5px;
    max-width: 100%;
    position: relative;
    height: 200px;
    background: #efefef;
    overflow: hidden;
    display: flex;
    border: 1px solid #c1c1c1;
}

.complectation-item:nth-child(2) .complectation-base-img {
    background-image: url(../img/compl-img-1_20x.png);
}
.complectation-item:nth-child(2) .complectation-base-img.lazy-bg-loaded {
    background-image: url(../img/compl-img-1.png);
}
.complectation-item:nth-child(2) .complectation-hover {
    background-image: url(../img/compl-bg-29_20x.png);
}
.complectation-item:nth-child(2) .complectation-hover.lazy-bg-loaded {
    background-image: url(../img/compl-bg-29.png);
}
.complectation-item:nth-child(3) .complectation-base-img {
    background-image: url(../img/compl-img-2_20x.png);
}
.complectation-item:nth-child(3) .complectation-base-img.lazy-bg-loaded {
    background-image: url(../img/compl-img-2.png);
}
.complectation-item:nth-child(3) .complectation-hover {
    background-image: url(../img/compl-bg-1_20x.png);
}
.complectation-item:nth-child(3) .complectation-hover.lazy-bg-loaded {
    background-image: url(../img/compl-bg-1.png);
}
.complectation-item:nth-child(4) .complectation-base-img {
    background-image: url(../img/compl-img-3_20x.png);
}
.complectation-item:nth-child(4) .complectation-base-img.lazy-bg-loaded {
    background-image: url(../img/compl-img-3.png);
}
.complectation-item:nth-child(4) .complectation-hover {
    background-image: url(../img/compl-bg-2_20x.png);
}
.complectation-item:nth-child(4) .complectation-hover.lazy-bg-loaded {
    background-image: url(../img/compl-bg-2.png);
}
.complectation-item:nth-child(5) .complectation-base-img {
    background-image: url(../img/compl-img-4_20x.png);
}
.complectation-item:nth-child(5) .complectation-base-img.lazy-bg-loaded {
    background-image: url(../img/compl-img-4.png);
}
.complectation-item:nth-child(5) .complectation-hover {
    background-image: url(../img/compl-bg-3_20x.png);
}
.complectation-item:nth-child(5) .complectation-hover.lazy-bg-loaded {
    background-image: url(../img/compl-bg-3.png);
}
.complectation-item:nth-child(6) .complectation-base-img {
    background-image: url(../img/compl-img-5_20x.png);
}
.complectation-item:nth-child(6) .complectation-base-img.lazy-bg-loaded {
    background-image: url(../img/compl-img-5.png);
}
.complectation-item:nth-child(6) .complectation-hover {
    background-image: url(../img/compl-bg-4_20x.png);
}
.complectation-item:nth-child(6) .complectation-hover.lazy-bg-loaded {
    background-image: url(../img/compl-bg-4.png);
}
.complectation-item:nth-child(7) .complectation-base-img {
    background-image: url(../img/compl-img-6_20x.png);
}
.complectation-item:nth-child(7) .complectation-base-img.lazy-bg-loaded {
    background-image: url(../img/compl-img-6.png);
}
.complectation-item:nth-child(7) .complectation-hover {
    background-image: url(../img/compl-bg-5_20x.png);
}
.complectation-item:nth-child(7) .complectation-hover.lazy-bg-loaded {
    background-image: url(../img/compl-bg-5.png);
}
.complectation-item:nth-child(8) .complectation-base-img {
    background-image: url(../img/compl-img-7_20x.png);
}
.complectation-item:nth-child(8) .complectation-base-img.lazy-bg-loaded {
    background-image: url(../img/compl-img-7.png);
}
.complectation-item:nth-child(8) .complectation-hover {
    background-image: url(../img/compl-bg-6_20x.png);
}
.complectation-item:nth-child(8) .complectation-hover.lazy-bg-loaded {
    background-image: url(../img/compl-bg-6.png);
}
.complectation-item:nth-child(11) .complectation-base-img {
    background-image: url(../img/compl-img-21_20x.png);
}
.complectation-item:nth-child(11) .complectation-base-img.lazy-bg-loaded {
    background-image: url(../img/compl-img-21.png);
}
.complectation-item:nth-child(11) .complectation-hover {
    background-image: url(../img/compl-bg-21_20x.png);
}
.complectation-item:nth-child(11) .complectation-hover.lazy-bg-loaded {
    background-image: url(../img/compl-bg-21.png);
}
.complectation-item:nth-child(12) .complectation-base-img {
    background-image: url(../img/compl-img-22_20x.png);
}
.complectation-item:nth-child(12) .complectation-base-img.lazy-bg-loaded {
    background-image: url(../img/compl-img-22.png);
}
.complectation-item:nth-child(12) .complectation-hover {
    background-image: url(../img/compl-bg-22_20x.png);
}
.complectation-item:nth-child(12) .complectation-hover.lazy-bg-loaded {
    background-image: url(../img/compl-bg-22.png);
}
.complectation-item:nth-child(13) .complectation-base-img {
    background-image: url(../img/compl-img-23_20x.png);
}
.complectation-item:nth-child(13) .complectation-base-img.lazy-bg-loaded {
    background-image: url(../img/compl-img-23.png);
}
.complectation-item:nth-child(13) .complectation-hover {
    background-image: url(../img/compl-bg-23_20x.png);
}
.complectation-item:nth-child(13) .complectation-hover.lazy-bg-loaded {
    background-image: url(../img/compl-bg-23.png);
}
.complectation-item:nth-child(14) .complectation-base-img {
    background-image: url(../img/compl-img-24_20x.png);
}
.complectation-item:nth-child(14) .complectation-base-img.lazy-bg-loaded {
    background-image: url(../img/compl-img-24.png);
}
.complectation-item:nth-child(14) .complectation-hover {
    background-image: url(../img/compl-bg-24_20x.png);
}
.complectation-item:nth-child(14) .complectation-hover.lazy-bg-loaded {
    background-image: url(../img/compl-bg-24.png);
}
.complectation-item:nth-child(15) .complectation-base-img {
    background-image: url(../img/compl-img-25_20x.png);
}
.complectation-item:nth-child(15) .complectation-base-img.lazy-bg-loaded {
    background-image: url(../img/compl-img-25.png);
}
.complectation-item:nth-child(15) .complectation-hover {
    background-image: url(../img/compl-bg-25_20x.png);
}
.complectation-item:nth-child(15) .complectation-hover.lazy-bg-loaded {
    background-image: url(../img/compl-bg-25.png);
}
.complectation-item:nth-child(16) .complectation-base-img {
    background-image: url(../img/compl-img-26_20x.png);
}
.complectation-item:nth-child(16) .complectation-base-img.lazy-bg-loaded {
    background-image: url(../img/compl-img-26.png);
}
.complectation-item:nth-child(16) .complectation-hover {
    background-image: url(../img/compl-bg-26_20x.png);
}
.complectation-item:nth-child(16) .complectation-hover.lazy-bg-loaded {
    background-image: url(../img/compl-bg-26.png);
}
.complectation-item:nth-child(17) .complectation-base-img {
    background-image: url(../img/compl-img-27_20x.png);
}
.complectation-item:nth-child(17) .complectation-base-img.lazy-bg-loaded {
    background-image: url(../img/compl-img-27.png);
}
.complectation-item:nth-child(17) .complectation-hover {
    background-image: url(../img/compl-bg-27_20x.png);
}
.complectation-item:nth-child(17) .complectation-hover.lazy-bg-loaded {
    background-image: url(../img/compl-bg-27.png);
}
.complectation-item:nth-child(18) .complectation-base-img {
    background-image: url(../img/compl-img-28_20x.png);
}
.complectation-item:nth-child(18) .complectation-base-img.lazy-bg-loaded {
    background-image: url(../img/compl-img-28.png);
}
.complectation-item:nth-child(18) .complectation-hover {
    background-image: url(../img/compl-bg-28_20x.png);
}
.complectation-item:nth-child(18) .complectation-hover.lazy-bg-loaded {
    background-image: url(../img/compl-bg-28.png);
}
.complectation-item:nth-child(19) .complectation-base-img {
    background-image: url(../img/compl-img-29_20x.png);
}
.complectation-item:nth-child(19) .complectation-base-img.lazy-bg-loaded {
    background-image: url(../img/compl-img-29.png);
}
.complectation-item:nth-child(19) .complectation-hover {
    background-image: url(../img/compl-bg-29_20x.png);
}
.complectation-item:nth-child(19) .complectation-hover.lazy-bg-loaded {
    background-image: url(../img/compl-bg-29.png);
}

.complectation-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    padding: 15px;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat;
    text-align: right;
    box-sizing: border-box;
    transition: all .4s ease;
}

.complectation-hover p {
    display: block;
    text-align: right;
    margin: 0 0 3px 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}

.complectation-hover span {
    display: inline-block;
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
}

.complectation-base {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    transition: all .4s ease;
    opacity: 0;
}

.complectation-item:hover .complectation-base {
    opacity: 1;
}

.complectation-item-line {
    display: block;
    width: calc(100% - 11px);
    position: relative;
    margin: -5px 0 -9px 5px;
    height: 13px;
    background: #154F8E;
    top: -1px;
    z-index: 20;
}

.complectation-base-img {
    width: 40%;
    margin: 0 3%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.complectation-base-text {
    width: 52%;
    height: 100%;
    background: #D7D7D7;
    padding: 12px 15px;
    text-align: left;
    font-size: 16px;
    color: #000;
    margin: 0;
    display: block;
    height: 100%;
    box-sizing: border-box;
    line-height: 1.1;
}

.complectation-base-text.complectation-base-text--small {
    font-size: 13px;
    line-height: 1;
}

.complectation-item:hover .complectation-hover {
    transform: translateX(100%);
    opacity: 0.95;
}

.complectation-item.complectation-item--title:hover .complectation-hover {
    transform: none;
    opacity: 1;
}

.complectation-item--title.complectation-item--title_white {
    background: #fff;
}

.complectation-item--title.complectation-item--title_blue {
    background: #154F8E;
}

.complectation-item.complectation-item--title .complectation-hover {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    width: 100%;
}

.complectation-item.complectation-item--title p {
    font-size: 44px;
    line-height: 0.9;
    font-weight: 700;
    position: relative;
}

.complectation-item.complectation-item--title p:before {
    content: '';
    position: absolute;
    width: 58px;
    height: 6px;
    background: #F7941D;
    display: block;
    bottom: -20px;
}

.complectation-item.complectation-item--title.complectation-item--title_white p:before {
    left: 0;
}

.complectation-item.complectation-item--title.complectation-item--title_blue p:before {
    right: 0;
}

.complectation-item.complectation-item--title.complectation-item--title_white p {
    color: #333;
    text-align: left;
}

.complectation-item.complectation-item--title.complectation-item--title_blue p {
    color: #fff;
    text-align: right;
}

/* complectation end */

/* container-calculator-decor start */

.container-calculator .block-calculator .door-type-1 .block-rolls .img-open svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-1 .rolls-frame-up svg rect, path, linearGradient > stop{
    transition: all .25s ease;
}
.container-calculator-decor{
    background-color: #ededed;
}
.container-calculator-decor{
    background-color: #f8f8f8;
    padding: 53px 0 120px 0;
}
.container-calculator .block-calculator{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-top: 25px;
}
.container-calculator .title {
    flex: 1 100%;
    z-index: 4;
}
.container-calculator .block-calculator .door-type-1{
    width: 540px;
    margin-right: 45px;
    height: 452px;
    flex-grow: 1;
    position: relative;
}
.container-calculator .block-calculator .door-type-1 .door-gate{
    background-image: url("../img/rolls-1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.container-calculator .block-calculator .door-type-1 .rolls-frame-up{
    position: absolute;
    width: 282px;
    height: 41px;
    top: 120px;
    left: 50%;
    margin-left: -5px;
    transform: translate(-50%, 0);
    z-index: 4;
}
.container-calculator .block-calculator .door-type-1 .block-hover{
    position: absolute;
    top: 85px;
    left: 50%;
    width: 345px;
    height: 338px;
    margin-left: 0px;
    transform: translate(-50%, 0);
    z-index: 3;
}
.container-calculator .block-calculator .door-type-1 .block-hover:hover ~ .block-rolls > .img-open{
    margin-top: -280px;
}
.container-calculator .block-calculator .door-type-1 .block-rolls{
    position: absolute;
    overflow: hidden;
    top: 60px;
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
    z-index: 1;
}
.container-calculator .block-calculator .door-type-1 .block-rolls .img-open{
    transition: margin-top 2s ease, background-color .25s ease;
    width: 369px;
    height: 382px;
    position: relative;
    z-index: 1;
}
.container-calculator .block-calculator .door-type-1 .block-rolls .img-open svg {
    width: 100%;
    height: auto;
}
.form-calculator{
    width: 100%;
}
.form-calculator > label{
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 13px;
}
.form-calculator > label:nth-of-type(3){
    margin-top: 24px;
}
.form-calculator > input{
    max-width: 130px;
    width: 100%;
    height: 50px;
    margin-right: 8px;
    outline: none;
    border: none;
    padding: 0 17px 0 17px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    margin-bottom: 10px;
}
.form-calculator > input::placeholder{
    color: #aaaaaa;
}
.calculator-parameters{
    width: 500px;
    flex-grow: 1;
}
.calculator-parameters .parameters-colors{
    display: flex;
    flex-flow: row wrap;
    max-width: 500px;
}
.calculator-parameters .parameters-variant{
    display: flex;
    flex-flow: row wrap;
}
.calculator-parameters .parameters-colors .color{
    width: 60px;
    height: 60px;
    background-color: #545359;
    border: 2px solid #545359;
    margin: 0 10px 10px 0; 
    border-radius: 4px;
    transition: border .25s ease;
    cursor: pointer;
    outline: none;
}
.calculator-parameters .parameters-colors .color.active{
    border: 2px solid #da0013 !important;
}
.calculator-parameters .parameters-colors .color:hover{
    border: 2px solid #da0013 !important;
}
.calculator-parameters .parameters-colors .color:nth-child(1){
    background-color: #F1F2F4;
    border: 2px solid #F1F2F4;
}
.calculator-parameters .parameters-colors .color:nth-child(2){
    background-color: #C5C5C9;
    border: 2px solid #C5C5C9;
}
.calculator-parameters .parameters-colors .color:nth-child(3){
    background-color: #999A9E;
    border: 2px solid #999A9E;
}
.calculator-parameters .parameters-colors .color:nth-child(4){
    background-color: #D8CF9A;
    border: 2px solid #D8CF9A;
}
.calculator-parameters .parameters-colors .color:nth-child(5){
    background-color: #DE5620;
    border: 2px solid #DE5620;
}
.calculator-parameters .parameters-colors .color:nth-child(6){
    background-color: #B61A1C;
    border: 2px solid #B61A1C;
}
.calculator-parameters .parameters-colors .color:nth-child(7){
    background-color: #511021;
    border: 2px solid #511021;
}
.calculator-parameters .parameters-colors .color:nth-child(8){
    background-color: #4B9845;
    border: 2px solid #4B9845;
}
.calculator-parameters .parameters-colors .color:nth-child(9){
    background-color: #0B4435;
    border: 2px solid #0B4435;
}
.calculator-parameters .parameters-colors .color:nth-child(10){
    background-color: #374148;
    border: 2px solid #374148;
}
.calculator-parameters .parameters-colors .color:nth-child(11){
    background-color: #1C4184;
    border: 2px solid #1C4184;
}
.calculator-parameters .parameters-colors .color:nth-child(12){
    background-color: #43271F;
    border: 2px solid #43271F;
}
.calculator-parameters .parameters-colors .color:nth-child(13){
    background-color: #0A0B0E;
    border: 2px solid #0A0B0E;
}
.calculator-parameters .parameters-colors .color:nth-child(14){
    background-color: #46331D;
    border: 2px solid #46331D;
}
.calculator-parameters .parameters-variant .variant{
    width: 60px;
    height: 60px;
    display: inline-block;
    background-color: #ffffff;
    border: 2px solid #dfdfdf;
    margin: 0 10px 10px 0; 
    border-radius: 4px;
    transition: border .25s ease;
    cursor: pointer;
}
.calculator-parameters .parameters-variant .variant.active{
    border: 2px solid #da0013 !important;
}
.calculator-parameters .block-form-catalog_resh .input{
    width: 317px;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    transition: .2s;
}
.calculator-parameters .block-form-catalog_resh .input::placeholder{
    color: #aaaaaa;
}
.calculator-parameters .block-form-catalog_resh .btn-front{
    width: 169px;
    border: 2px solid #F7941D;
}
.calculator-parameters .block-form-catalog_resh .btn-front:hover{
    background-color: #ffffff;
    color: #333333;
}
.calculator-parameters-new .block-imit-checkbox{
    margin: 5px 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.calculator-parameters-new .block-imit-checkbox span{
    margin-right: 20px;
}
.calculator-parameters-new .unit-imit-checkbox{
    margin-bottom: 6px;
    margin-right: 4px;
    background-image: url(../img/check-of.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: 0 2px;
    min-height: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    font-size: 18px;
    line-height: 21px;
    box-sizing: border-box;
    padding-left: 22px;
    cursor: pointer;
    outline: none;
}
.calculator-parameters-new .unit-imit-checkbox.active{
    background-image: url(../img/check-on.svg);
}
.block-imit-item {
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
    justify-content: flex-start;
}

/* container-calculator-decor end */

.hidden{
    display: none;
}
.visible{
    display: block;
}

/*header start*/

.header{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cotainer-nav{
    border-bottom: 1px solid #E3E3E3;
    position: fixed;
    z-index: 330;
    background-color: white;
    top: 0;
    left: 0;
}
.nav{
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 11px 15px;
    max-width: 1130px;
}
.unit-nav{
    position: relative;
    box-sizing: border-box;
    padding: 2px;
    font-size: 14px;
    line-height: 110%;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
}
.unit-nav:after{
    content: "";
    width: 0;
    height: 1px;
    background-color: #F7941D;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.2s;
}
.unit-nav:hover:after{
    width: 100%;
}
.top-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    min-height: 125px;
    margin-top: 42.5px;
}
.contact-info-header{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 68px 0 38px;
    max-width: 100%;
}
.unit-con-h{
    box-sizing: border-box;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 100%;
    margin-right: 60px;
}
.title-unit-con-h{
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
}
.caption-unit-con-h{
    font-size: 16px;
    line-height: 21px;
    font-family: 'Futura PT Book';
}
.unit-con-h-phone{
    position: relative;
    margin-right: 8px;
    align-self: center;
}
.unit-con-h-phone a{
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}
.unit-con-h-soc{
    display: flex;
    align-self: center;
    position: relative;
    top: 3px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 42px;
    justify-content: space-between;
}

/*header end*/

.js_soc_net{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.title-js_soc_net{
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    margin: 0 7px 3px 7px;
}
.unit-js_soc_net{
    margin: 7px;
    width: 82px;
    flex-grow: 1;
    background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    transition: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    box-sizing: border-box;
}
.unit-js_soc_net.active{
    background-color: #003a79;
    border-color: #003a79;
    color: white;
}
.unit-js_soc_net:not(.active):hover{
    background-color: #f1ecec;
}
.container-img-unit-js_soc_net{
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}
.img-unit-js_soc_net{
    max-height: 44px;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: 0.2s;
}
.title-unit-js_soc_net{
    font-size: 16px;
    font-weight: 500;
}
.unit-js_soc_net.active .black-icon{
    filter: invert(100%);
}

.block-mobile-man{
    display: none;
}

.container-dar-decor{
    margin: 0 auto;
    background: url(../img/blocks-dar.png) no-repeat;
    background-size: cover;
    text-align: center;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 500;
}
.container-dar{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 7px 15px;
}
.title-dar{
    font-size: 20px;
}
.img-dar{
    max-width: 130px;
    width: 100%;
    height: auto;
    display: block;
    margin-left: 12px;
}
.link-dar{
    margin: 0 0 0 12px;
    background: #F7941D;
    border: 2px solid #F7941D;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: white;
    min-height: 26px;
    max-width: 130px;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    box-sizing: border-box;
    padding: 0px;
    transition: 0.2s;
}
.link-dar:hover{
    box-shadow: inset 0 0 0 2px #003d80;
}




/* container-js-decor start */

.class_empty{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
    height: 0 !important;
    min-height:  !important0;
    max-height: 0 !important;
    overflow:  !importanthidden;
    opacity:  !important0;
    visibility: hidden !important;
}
.unit-text-con-js-tab input{
    width: 317px;
    height: 54px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    transition: .2s;
    padding: 5px 16px;
    flex-grow: 1;
}
.unit-text-con-js-tab .btn-front{
    width: 160px;
    margin: 0 0 0 7px;
    height: 64px;
}
.unit-text-con-js-tab .btn-front:hover{
    background-color: #ffffff;
    color: #000000;
}
.block-title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
}
.btn-custom:hover{
    box-shadow: 0 0 4px #DA0013;
}
.text-con-js-tab .form-tab .btn-front{
  height: 54px;
}
.container-js-decor{
    background: #F8F8F8;
    padding: 65px 0 120px 0;
}
.js-tab{
    width: 100%;
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.title-js-tab{
    max-width: 100%;
    width: auto;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 50;
    overflow: hidden;
}
.unit-title-js-tab{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 312px;
    max-width: 100%;
    min-height: 83px;
    box-sizing: border-box;
    padding: 20px 32px;
    background-color: white;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    font-family: 'Gilroy';
    color: #727272;
    transition: 0.2s;
}
.unit-title-js-tab.active{
    color: #333;
    background-color: #FFC700;
}
.img-unit-title-js-tab{
    margin-right: 19px;
    width: 58px;
    height: auto;
    filter: brightness(2);
    transition: 0.2s;
}
.unit-title-js-tab.active .img-unit-title-js-tab{
    filter: brightness(1);
}
.content-js-tab{
    width: 100%;
    display: block;
    margin-top: 70px;
    position: relative;
    z-index: 20;
}
.unit-content-js-tab{
    display: none;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.unit-content-js-tab.active{
    display: flex;
}
.block-img-con-js-tab{
   display: flex;
   align-items: center;
   justify-content: center;
   max-width: 100%;
   flex-grow: 1;
   position: relative;
   z-index: 5;
}
.izo-o{
    width: 476px;
    height: 382px;
    background-color: white;
    position: relative;
    margin: 50px 0 0 0;
}
.izo-o-fon-decor{
    z-index: 10;
    background-image: url(../img/fon-o.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0;
    position: absolute;
    left: calc(50% - -3px);
    top: calc(50% - 26px);
    width: 792px;
    height: 692px;
    transform: translate(-50%, -50%);
}
.varata-two .izo-o-fon-decor{
    background-image: url(../img/varata.png);
    width: 618px;
    height: 416px;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0);
    top: auto;
}
.varata-two .izo-o{
    margin: 130px 0 0 0;
    width: 462px;
    height: 286px;
}
.img-patern,
.obert-img-patern{
    z-index: 20;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0;
    background-color: white;
    transition: top 1.8s, left 1.8s, right 1.8s, background-color 0.2s;
}
.obert-img-patern{
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.obert-img-patern:hover .img-patern{
    top: -70%;
}
.vatata_left_animation .obert-img-patern:hover .img-patern{
    top: 0;
    left: -70%;
}
.decor-hand{
    background-image: url(../img/hand.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 30;
    width: 38px;
    height: 22px;
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
}
.text-con-js-tab{
    position: relative;
    z-index: 30;
    width: 100%;
    max-width: calc(100% - 700px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.unit-text-con-js-tab{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin-top: 26px;
}
.unit-text-con-js-tab:first-child{
    margin-top: 0;
}
.title-unit-text-con-js-tab{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.con-unit-text-con-js-tab{
    margin-top: 12px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
}
.input-js-tab{
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px 17px;
    min-height: 54px;
    font-size: 18px;
    line-height: 21px;
    outline: none;
    max-width: 158px;
}
.input-js-tab + .input-js-tab{
    margin-left: 30px;
}
.block-color-js-tab,
.block-tip-js-tab{
    margin-top: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 8px);
    position: relative;
    left: -4px;
    margin-bottom: -4px;
}
.unit-color-js-tab{
    margin: 4px;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    transition: 0.2s;
    box-sizing: border-box;
    cursor: pointer;
}
.unit-color-js-tab.active,
.unit-color-js-tab:hover,
.unit-tip-js-tab.active,
.unit-tip-js-tab:hover{
    border: 2px solid #DA0013;
    transition: border .25s ease;
}
.unit-tip-js-tab{
    margin: 4px;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    transition: 0.2s;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 50%;
    cursor: pointer;
}
.block-imit-checkbox{
    margin: 20px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.unit-imit-checkbox{
    margin-right: 30px;
    margin-bottom: 6px;
    background-image: url(../img/check-of.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: 0 2px;
    min-height: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    font-size: 18px;
    line-height: 21px;
    box-sizing: border-box;
    padding-left: 22px;
    cursor: pointer;
}
.unit-imit-checkbox.active {
    background-image: url(../img/check-on.svg);
}
.form-tab{
    margin: 14px 0 0 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.input-tab{
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px 19px;
    min-height: 54px;
    font-size: 18px;
    line-height: 21px;
    outline: none;
    width: 317px;
    max-width: 100%;
}
.btn-tab{
    width: 169px;
    max-width: 100%;
    margin-left: 13px;
    min-height: 54px;
}

.header-top-text {
    display: none!important; 
    position: relative; 
    text-align: center; 
    padding: 10px 10px 10px 10px; 
    font-size: 14px; 
    line-height: 1; 
    font-weight: 400; 
    color: #888;
}

.header-top-text:before {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    max-width: 98%;
    display: none;
    border-top: 1px solid #888;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.unit-con-h-soc {
    min-width: 42px;
}

@media (max-width: 1380px) {
    .complectation-item-line {
        display: none;
    }
    .complectation-item {
        width: calc(50% - 12px);
    }
    .complectation-base {
        width: 100%;
    }
}

@media(max-width: 1300px){
    .input-tab{
        width: 200px;
    }
    .card-items .card-body {
        max-width: 345px;
        margin: 40px 25px;
    }
}

@media (max-width: 1200px){
    .izo-o{
        width: 270px;
        height: 217px;
    }
    .izo-o-fon-decor{
        left: calc(50% - -3px);
        top: calc(50% - 16px);
        width: 470px;
        height: 388px;
    }
    .text-con-js-tab{
        max-width: calc(100% - 500px);
    }
    .varata-two .izo-o{
        width: 250px;
        height: 155px;
        margin-top: 74px;
    }
    .varata-two .izo-o-fon-decor{
        width: 337px;
        height: 232px;
    }
/*    .varata-two .izo-o{
        margin-top: 160px;
    }
    .izo-o{
        margin-top: 80px;
    }
    .unit-content-js-tab{
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .text-con-js-tab{
        max-width: 100%;
        max-width: 600px;
    }*/
    .content-js-tab{
        margin-top: 40px;
    }
    .container-js-decor{
        padding: 60px 0;
        overflow: hidden;
    }
/*    .block-img-con-js-tab{
        width: 100%;
    }*/
}
@media (max-width: 1000px) {
    .container-zona .card-items-zona .card-body-zona-out:nth-child(1){
        grid-column: 1 / 4;
    }
    .container-zona .card-items-zona .card-body-zona-out:nth-child(2){
        grid-column: 4 / 7;
    }
    .container-zona .card-items-zona .card-body-zona-out:nth-child(3){
        grid-column: 1 / 7;
    }
    .container-zona .card-items-zona .card-body-zona-out:nth-child(4){
        grid-column: 1 / 4;
    }
    .container-zona .card-items-zona .card-body-zona-out:nth-child(5){
        grid-column: 4 / 7;
    }
    .container-zona .card-items-zona .card-body-zona-out:nth-child(6){
        grid-column: 1 / 7;
    }
    .container-zona .card-items-zona .card-body-zona-out:nth-child(7){
        grid-column: 1 / 4;
    }
    .container-zona .card-items-zona .card-body-zona-out:nth-child(8){
        grid-column: 4 / 7;
    }
    .complectation-item.complectation-item--title p {
        font-size: 32px;
    }
    .header-top-text, .header-top-text:before {display: block!important;}
}
@media (max-width: 950px){
    .unit-content-js-tab{
        flex-direction: column;
    }
    .block-img-con-js-tab{
        width: 100%;
    }
    .text-con-js-tab{
        max-width: 100%;
        margin-top: 30px;
    }
    .title{
        font-size: 36px;
    }
    .container-js-decor{
        padding: 50px 0;
    }
}
@media (max-width: 767px){
    .complectation-base-text {
        font-size: 14px;
    }
    .complectation-base-text.complectation-base-text--small {
        font-size: 11px;
    }
}
@media (max-width: 700px){
    .title-js-tab{
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .container-zona .card-items-zona .card-body-zona-out:nth-child(1){
        grid-column: 1 / 7;
    }
    .container-zona .card-items-zona .card-body-zona-out:nth-child(2){
        grid-column: 1 / 7;
    }
    .container-zona .card-items-zona .card-body-zona-out:nth-child(3){
        grid-column: 1 / 7;
    }
    .container-zona .card-items-zona .card-body-zona-out:nth-child(4){
        grid-column: 1 / 7;
    }
    .container-zona .card-items-zona .card-body-zona-out:nth-child(5){
        grid-column: 1 / 7;
    }
    .container-zona .card-items-zona .card-body-zona-out:nth-child(6){
        grid-column: 1 / 7;
    }
    .container-zona .card-items-zona .card-body-zona-out:nth-child(7){
        grid-column: 1 / 7;
    }
    .container-zona .card-items-zona .card-body-zona-out:nth-child(8){
        grid-column: 1 / 7;
    }
}
@media (max-width: 630px){
    .complectation-item {
        width: 100%;
        margin: 5px 0;
    }
}
@media (max-width: 550px){
    .title{
        font-size: 32px;
    }
}
@media (max-width: 500px){
    .form-tab{
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .btn-tab{
        margin: 12px 0 0 0;
        width: 290px;
    }
    .input-tab{
        width: 290px;
    }
}
@media (max-width: 400px){
    .input-js-tab + .input-js-tab{
        margin-left: 10px;
    }
    .input-js-tab{
        max-width: 140px;
    }
}
@media (max-width: 360px){
    .unit-title-js-tab{
        padding: 12px 20px;
    }
}

/* container-js-decor end */





@media (max-width: 1350px){
    .img-dover{
        max-width: calc(100% - 540px);
    }
    .text-block-g1,
    .text-block-g2{
        text-shadow: 1px 1px 1px #333;
    }
    .img-chren{
        margin: 10px;
    }
    .block-chren-5{
        margin-top: 20px;
    }
    .block-chren{
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media(max-width: 1300px){
    .block-cart_pay {
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px 0;
    }
    .caption-btn-footer{
        text-align: center;
    }
    .footer{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .block-cart_pay{
        flex-wrap: wrap;
        margin: 15px 0;
    }
    .text-container-lic .title{
        text-align: center;
    }
    .block-img-container-lic{
        display: none;
    }
    .text-container-lic{
        max-width: 100%;
    }
    .block-lic{
        align-items: center;
        justify-content: center;
        position: static;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 1250px){
    .text-iframe{
        margin-left: 40px;
    }
    .unit-con-h{
        margin-right: 30px;
    }
}

@media (max-width: 1200px){
    .block-mobile-man{
        display: block;
    }
    .block-mobile-man .img-block-man{
        display: flex;
        margin-top: 0;
    }
    .top-header{
        margin-top: 40px;
    }
    .img-g1,
    .img-g2{
        display: none;
    }
    .img-catalog_resh{
        max-width: 700px;
        width: 100%;
        margin-top: 25px;
    }
    .block-form-catalog_resh{
        position: static;
        width: 100%;
    }
    .container-catalog_resh{
        flex-direction: column;
    }
    .text-catalog_resh{
        max-width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .img-chren{
        width: calc(25% - 20px);
    }
    .text-iframe,
    .caption-iframe{
        max-width: 100%;
    }
    .caption-iframe{
        margin-top: 20px;
    }
    .container-iframe{
        text-align: center;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .title-iframe:after{
        margin: 10px auto 0 auto;
    }
    .text-iframe{
        margin: 0 0 35px 0;
    }
    .text-block-man{
        margin-top: 35px;
        max-width: 100%;
    }
    .ul-man{
        padding-bottom: 35px;
    }
    .container-front-decor{
        min-height: calc(100vh - 125px)
    }
    .top-header .btn-footer{
        display: none;
    }
    .nav-mobile-block{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .cotainer-nav,
    .img-block-man{
        display: none;
    }
    .block-g1,
    .block-g2{
        padding: 25px 0;
        margin: 0;
    }
    .text-block-g1,
    .text-block-g2{
        max-width: 100%;
        margin: 0;
    }
    .text-block-g2{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .block-g2 p{
        text-align: center;
    }
    .btn-g{
        margin-top: 20px;
    }
    .container-calculator .block-calculator .door-type-1 {
        width: 100%;
        margin-right: 0;
        padding: 20px 0 30px 0;
    }
}

@media (max-width: 1000px){
    .list-dover{
        margin: 0;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        position: static;
    }
    .unit-list-dover{
        margin: 12px;
    }
    .block-dover{
        padding: 20px;
    }
    .img-dover{
        display: none;
    }
    .title-dover{
        font-size: 30px;
        max-width: 100%;
        margin: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
        line-height: 36px;
    }
    .container-all_vid .title,
    .title-troubles{
        text-align: center;
    }
    .container-all_vid .title:after,
    .text-container-lic .title:after{
        display: block;
        margin: 12px auto 0 auto;
    }
    .container-zov{
        padding-top: 35px;
    }
    .container-doorhan,
    .container-spec_usl{
        padding: 35px 15px;
    }
    .container-select-design-decor,
    .container-catalog_resh-decor,
    .container-all_vid-decor,
    .container-troubles-decor,
    .container-our_work-decor,
    .container-map{
        padding: 35px 0;
    }
    .block-chren{
        margin-top: 30px;
    }
    .container-front .block-form-catalog_resh{
        width: 100%;
        align-items: center;
        justify-content: center;
        position: static;
    }
    .container-man{
        margin-top: 35px;
    }
    .container-decor-blue{
        margin-top: 0;
    }
    .cost-front{
        font-size: 40px;
        margin-top: 15px;
    }
    .container-front{
        padding: 35px 15px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .h1{
        font-size: 50px;
    }
    .header .caption-logo{
        display: none;
    }
}

@media (max-width: 800px){
    .caption-img-block-man{
        top: auto;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        bottom: 0;
        padding: 20px;
        text-align: center;
        left: -15px;
        border-radius: 0;
    }
    .img-decor-img-block-man{
        position: static;
        transform: none;
        max-width: 220px;
        margin: 20px auto 0 auto;
    }
    .img-chren {
        width: calc(50% - 20px);
    }
    .title{
        font-size: 32px;
        line-height: 38px;
    }
    .unit-decor-blue {
        padding: 0;
        margin: 15px 0;
    }
    .container-decor-blue{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    .contact-info-header{
        align-items: center;
        justify-content: center;
    }
    .unit-con-h,
    .line-decor-blue{
        display: none;
    }
}
@media (max-width: 660px){
    html body  .slick-prev{
      left: 5px;
    }
    html body  .slick-next{
      right: 5px;
    }
    .image-img-block-man{
        margin-bottom: 80px;
    }
    .container-calculator .block-calculator .door-type-1 .block-hover {
        top: 42px;
        width: 215px;
        height: 208px;
    }
    .container-calculator .block-calculator .door-type-1 {
        width: 300px;
        max-width: 300px;
        margin-right: 0;
        height: 270px;
    }
    .container-calculator .block-calculator .door-type-1 .block-rolls .img-open svg {
        height: 196px;
    }
    .container-calculator .block-calculator .door-type-1 .block-rolls .img-open {
        width: 249px;
        height: 212px;
    }
    .container-calculator .block-calculator {
        padding-top: 0;
    }
}
@media (max-width: 600px){
    .top-header{
        margin-top: 66px;
    }
    .container-dar{
        flex-wrap: wrap;
    }
    .title-dar{
        width: 100%;
    }
    .img-dar{
        margin-left: 0;
    }
    .caption-top-decor{
        font-size: 22px;
        line-height: 26px;
    }
    .image-img-block-man{
        margin-bottom: 120px;
    }
    .block_map{
        padding: 25px 20px;
    }
    .container-block_map{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .unit-our_work{
        width: 170px;
        height: 200px;
    }
    .block-list-troubles{
        margin: 35px 0 25px 0;
    }
    .unit-list-troubles{
        margin-bottom: 35px;
    }
    .modal-close-polit{
        top: 10px;
        right: 10px;
    }
    .title-modal-polit{
        font-size: 22px;
        line-height: 26px;
    }
    .modal-content,
    .modal-container-polit{
        padding: 22px 17px;
    }
    .modal-container{
        max-width: 400px;
    }
    .modal-img{
        display: none;
    }
    .modal-container--video .modal-img{
        display: block!important;
        width: 100%;
        min-height: 280px;
    }
    .modal-container--video .modal-close {
        z-index: : 1000;
    }
    .modal-container--video .modal-content {
        max-width: 100%;
        display: none;
    }
    .h1 {
        font-size: 40px;
    }
    .title {
        font-size: 28px;
        line-height: 34px;
    }
    .contact-info-header {margin: 0 18px;}
}
@media (max-width: 500px){
    .arrow-img-top{
        right: 10px;
        bottom: 10px;
    }
    .image-img-block-man{
        margin-bottom: 220px;
    }
    .unit-js_soc_net{
        width: calc(50% - 14px);
    }
    .container-zona .card-items-zona .card-body-zona-out .card-body-zona-in .card-content-zona .card-text-zona {
        font-size: 20px;
        line-height: 1;
    }
    .card-p {
        font-size: 16px;
    }
    .card-p b {
        font-size: 15px;
    }
    .card-items .card-body {
        margin: 30px 20px;
    }
}
@media (max-width: 400px){
    .caption-img-block-man{
        font-size: 22px;
        line-height: 26px;
    }
    .block-chren-5{
        max-width: 100%;
        min-width: 100%;
    }
    .h1,
    .cost-front {
        font-size: 30px;
        line-height: 34px;
    }
    .contact-info-header{
        margin: 0 10px;
    }
    .unit-con-h-phone a{
        font-size: 16px;
        line-height: 20px;
    }
    .complectation-base-text {
        padding: 8px 11px;
    }
    .container-calculator .block-calculator .door-type-1 .block-rolls .img-open svg {
        max-height: 79vw;
    }
}


/* +++ */

#dha-base{
	margin: 0 auto !important;
}

/* central banner */

.cotainer-nav {
    top: 40px;
}

.central-banner {
    margin: 0 auto 2px auto;
    background: url(../img/blocks.png) no-repeat;
    background-size: cover;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 888;
}

.banner-title {
    display: inline-block;
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin:auto;
    position: relative;
    top: 5px; left: 0; bottom: 0; right: 0;
    margin-bottom: 8px;
}

.logo_in_text {
    display: inline-block;
    width: 130px;
    height: 20px;
}

.logo_in_text img{
    width: 100%;
    height: auto;
    margin-top: -5px;
}

.yes-link {
    display: inline-block;
    margin:auto;
    position: relative;
    top: -1px; left: 5px; bottom: 3px; right: 0;
    margin-bottom: 4px;
}

.submit-2 {
    border: none;
    border-radius: 15px;
    background-color: #ffa500;
    font-size: 16px;
    color: #fff;
    padding: 2px 60px;
    cursor: pointer;
    text-transform: uppercase;
}

.top-header {
    margin-top: 85px!important;
}

@media (max-width: 1200px) {
    .top-header {
        margin-top: 40px!important;
    }
}

@media (max-width: 600px) {
    .top-header {
        margin-top: 66px!important;
    }
    .header-top-text {
        display: block!important;
        position: relative;
        text-align: center;
        padding: 10px 10px 10px 10px;
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        color: #888;
    }
    .header-top-text:before {
        content: '';
        position: absolute;
        width: calc(100% - 30px);
        max-width: 98%;
        display: block;
        border-top: 1px solid #888;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 480px) {
    .submit-2 {
        padding: 2px 30px;
        text-transform: none;
    }
    .banner-title {
        font-size: 18px;
        top: 2px;
    }
    .logo_in_text {
        position: relative;
        top: 2px;
    }
    .yes-link {
        top: 0;
        margin-bottom: 1px;
    }
    .top-header {
        margin-top: 54px!important;
    }
}

@media (max-width: 399px) {
    .header-top-text {
        font-size: 13px;
    }
}

/* central banner end */
