@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;
}

/*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;
}
.title-small{
    font-weight: 400;
    font-size: 30px;
}
.title-line-down:after{
    content: "";
    display: block;
    margin: 5px 0 5px 0;
}

/*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;
    padding: 0 80px;
}
.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;
}
.unit-cart_pay-copyright{
    font-size: 10px;
    margin: 10px 5px 0 5px;
}
.unit-cart_pay-copyright .p{
    margin: 0;
}
.unit-cart_pay-copyright .p a{
    color: #999999;
}
.unit-cart_pay-copyright .p a:visited{
    color: #8b409d;
}
.unit-cart_pay-copyright .p img{
    vertical-align: middle;
    margin-left: 7px;
}
.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;
}

/*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: 100%;
    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: 100%;
    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;
    width: 100%;
}
.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: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;
}
.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);
}
.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;
}
.card-items{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}
.card-items .card-body{
    position: relative;
    flex-grow: 1;
    width: 280px;
    border: 10px solid #C9D6EA;
    margin: 20px;
}
.card-items .card-body .card-header{
    height: 240px;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: 50% 0;
}
.card-items .card-body .card-footer{
    padding: 14px 10px 35px 10px;
}
.card-p{
    text-align: center;
    letter-spacing: -0.02em;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
}
.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;
}
.card-items .card-body .card-footer .card-text .btn-front:hover{
    background-color: #ffffff;
    color: #333333;
}

.card-items .card-body:nth-child(1) .card-header {
    background-image: url(../img/autodoors1_20x.jpg);
}
.card-items .card-body:nth-child(1) .card-header.lazy-bg-loaded {
    background-image: url(../img/autodoors1.jpg);
}
.card-items .card-body:nth-child(2) .card-header {
    background-image: url(../img/autodoors2_20x.jpg);
}
.card-items .card-body:nth-child(2) .card-header.lazy-bg-loaded {
    background-image: url(../img/autodoors2.jpg);
}
.card-items .card-body:nth-child(3) .card-header {
    background-image: url(../img/autodoors3_20x.jpg);
}
.card-items .card-body:nth-child(3) .card-header.lazy-bg-loaded {
    background-image: url(../img/autodoors3.jpg);
}
.card-items .card-body:nth-child(4) .card-header {
    background-image: url(../img/autodoors4_20x.jpg);
}
.card-items .card-body:nth-child(4) .card-header.lazy-bg-loaded {
    background-image: url(../img/autodoors4.jpg);
}
.card-items .card-body:nth-child(5) .card-header {
    background-image: url(../img/autodoors5_20x.jpg);
}
.card-items .card-body:nth-child(5) .card-header.lazy-bg-loaded {
    background-image: url(../img/autodoors5.jpg);
}
.card-items .card-body:nth-child(6) .card-header {
    background-image: url(../img/autodoors6_20x.jpg);
}
.card-items .card-body:nth-child(6) .card-header.lazy-bg-loaded {
    background-image: url(../img/autodoors6.jpg);
}

@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%;
}
.video-iframe{
    border: 10px solid #C9D6EA
}

/*container-iframe-decor end*/

/*container-man-decor start*/

.container-man-decor{

}
.container-man{
    margin-top: 35px;
}
.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; */
    background-image: url('../img/bg-blue.jpg');
    background-size: cover;
    background-position: center;
    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 - 167px);
    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{
    position: relative;
    box-sizing: border-box;
    padding: 30px 15px 110px 15px;
    color: white;
}
.img-front-product {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 115px;
    max-width: 165px;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}
.img-front-guarantee {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 405px;
    transform: translate(-50%, -50%);
}
.h1{
    font-weight: 700;
    font-size: 60px;
    line-height: 110%;
}
.color-orange{
    color: #F7941D;
}
.caption-h1{
    font-size: 30px;
    line-height: 30px;
    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*/

/*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: 37px;
    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;
    margin-top: 20px;
    min-height: 125px;
    max-width: 1320px;
}
.contact-info-header{
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-left: 38px;
    margin-right: 68px;
    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:after{
    display: none;
    content: "";
    opacity: 1;
    position: absolute;
    top: -23px;
    left: 50%;
    width: 100px;
    height: 20px;
    background-color: transparent;
    background-image: url(../img/icon-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
    transform: translateX(-50%);
}
.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-construct-decor start */

.container-construct-decor{
    background-color: #ededed;
    padding: 50px 0 20px 0;
}
.container-construct-decor .container-construct .block-construct{
    display: grid;
    grid-template-columns: 3fr 2fr 2fr;
    row-gap: 60px;
}
.block-construct .col-1{
    display: flex;
    flex-flow: row nowrap;
    padding: 0 70px 0 0;
    position: relative;
}
.block-construct .col-1 .construct-img{
    max-width: 311px;
    min-width: 100px;
    position: relative;
    margin: 70px 0 0 -100px ;
    width: 100%;
}
.block-construct .col-1 .construct-img .img-construct{
    width: 100%;
}
.block-construct .col-1 .construct-list ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.block-construct .col-1 .construct-list .title{
    margin-bottom: 114px;
    white-space: nowrap;
}
.block-construct .col-1::after{
    content: "";
    width: 1px;
    height: 598px;
    background-color: #bababa;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    margin-left: 65px;
}
.block-construct .col-1 .construct-list ul li span{
    line-height: 27px;
    padding: 0 6px 0 6px;
    background-color: #f7941d;
    color: #ffffff;
    border-radius: 18px;
}
.block-construct .col-2{
    padding: 0 70px 0 43px;
    position: relative;
}
.block-construct .col-2 .base-complect .title{
    white-space: nowrap;
}
.block-construct .col-2 .base-complect .complect-items{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    margin-left: 20px;
}
.block-construct .col-2 .base-complect .complect-items .complect-body .complect-text span{
    font-size: 12px;
}
.block-construct .col-2 .base-complect .complect-items .complect-body{
    margin-top: 20px;
}
.block-construct .col-2 .base-complect .complect-items .complect-body .complect-img{
    max-width: 126px;
    height: auto;
}
.block-construct .col-2 .base-complect .complect-items .complect-body .complect-img .img-complect{
    width: 100%;
    height: auto;
}
.block-construct .col-3{
    padding: 0 0 0 43px;
}
.block-construct .col-3 .colors-catalog .title{
    white-space: nowrap;

}
.block-construct .col-3 .colors-catalog .color-items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
}
.block-construct .col-3 .colors-catalog .color-items .color-body .color-text span{
    font-size: 12px;
    white-space: nowrap;
}
.block-construct .col-3 .colors-catalog .color-items .color-body{
    margin-top: 20px;
    max-width: 60px;
    height: 68px;
}
.block-construct .col-3 .colors-catalog .color-items .color-body .color-img{
    width: 100%;
    height: auto;
}
.block-construct .col-3 .colors-catalog .color-items .color-body .color-img .img-color{
    width: 100%;
    height: auto;
}
.block-construct .col-2::after{
    content: "";
    width: 1px;
    height: 598px;
    background-color: #bababa;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    margin-left: 65px;
}

/* container-construct-decor end */

/* container-calculator-decor start */

.container-calculator .block-calculator .door-type-1 .img-open svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-2 .img-open-left svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-2 .img-open-right svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-3 .img-open-left svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-3 .img-open-right svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-5 .img-open-left svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-5 .img-open-right svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-3 .img-windows svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-4 .img-open svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-4 .img-window-left svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-5 .img-open svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-5 .img-window-up svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-1 .door-frame svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-2 .door-frame svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-3 .door-frame svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-4 .door-frame svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-5 .door-frame svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-3 .img-open-left svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-6 .img-open-left svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-6 .img-open-right svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-6 .img-window-up svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-6 .door-frame svg rect{
    transition: all .25s ease;
}
.container-calculator .block-calculator .door-type-6 .img-windows svg rect{
    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;
}
.container-calculator .title {
    flex: 1 100%;
    z-index: 4;
}
.container-calculator .block-calculator .door-type-1{
    max-width: 739px;
    height: 572px;
    flex: 1 60%;
    position: relative;
}
.container-calculator .block-calculator .door-type-2{
    max-width: 766px;
    height: 692px;
    flex: 1 60%;
    position: relative;
    top: -50px;
}
.container-calculator .block-calculator .door-type-3{
    max-width: 993px;
    min-height: 100%;
    height: 554px;
    flex: 1 60%;
    position: relative;
    top: -110px;
}
.container-calculator .block-calculator .door-type-4{
    max-width: 786px;
    min-height: 100%;
    height: 692px;
    flex: 1 60%;
    position: relative;
}
.container-calculator .block-calculator .door-type-5{
    max-width: 766px;
    min-height: 100%;
    height: 864px;
    flex: 1 60%;
    position: relative;
    top: -110px;
}
.container-calculator .block-calculator .door-type-6{
    max-width: 993px;
    min-height: 100%;
    height: 611px;
    flex: 1 60%;
    position: relative;
    top: -70px;
}
.container-calculator .block-calculator .door-type-1 .door-gate{
    background-image: url("../img/door1.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}
.container-calculator .block-calculator .door-type-2 .door-gate{
    background-image: url("../img/door2.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}
.container-calculator .block-calculator .door-type-3 .door-gate{
    background-image: url("../img/door3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 800px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}
.container-calculator .block-calculator .door-type-4 .door-gate{
    background-image: url("../img/door4.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}
.container-calculator .block-calculator .door-type-5 .door-gate{
    background-image: url("../img/door5.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}
.container-calculator .block-calculator .door-type-6 .door-gate{
    background-image: url("../img/door6.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 800px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}
.container-calculator .block-calculator .door-type-1 .door-frame{
    position: absolute;
    z-index: 2;
    top: 120px;
    left: 50%;
    margin-left: 15px;
    width: 257px;
    transform: translate(-50%, 0);
}
.container-calculator .block-calculator .door-type-2 .door-frame{
    position: absolute;
    z-index: 2;
    top: 181px;
    left: 50%;
    margin-left: 7px;
    width: 472px;
    transform: translate(-50%, 0);
}
.container-calculator .block-calculator .door-type-3 .door-frame{
    position: absolute;
    z-index: 2;
    top: 225px;
    left: 50%;
    margin-left: 9px;
    width: 495px;
    transform: translate(-50%, 0);
}
.container-calculator .block-calculator .door-type-4 .door-frame{
    position: absolute;
    z-index: 2;
    top: 182px;
    left: 50%;
    margin-left: 8px;
    width: 470px;
    transform: translate(-50%, 0);
}
.container-calculator .block-calculator .door-type-5 .door-frame{
    position: absolute;
    z-index: 2;
    top: 221px;
    left: 50%;
    margin-left: 7px;
    width: 470px;
    transform: translate(-50%, 0);
}
.container-calculator .block-calculator .door-type-6 .door-frame{
    position: absolute;
    z-index: 2;
    top: 189px;
    left: 50%;
    margin-left: 7px;
    width: 491px;
    transform: translate(-50%, 0);
}
.container-calculator .block-calculator .door-type-1 .door-open{
    position: absolute;
    height: 360px;
    width: 214px;
    top: 140px;
    left: 50%;
    margin-left: 10px;
    transform: translate(-50%, 0);
    z-index: 3;
}
.container-calculator .block-calculator .door-type-2 .door-open{
    position: absolute;
    height: 360px;
    width: 430px;
    top: 201px;
    left: 50%;
    margin-left: 10px;
    transform: translate(-50%, 0);
    z-index: 3;
}
.container-calculator .block-calculator .door-type-3 .door-open{
    position: absolute;
    height: 200px;
    width: 240px;
    top: 235px;
    left: 50%;
    margin-left: 10px;
    transform: translate(-50%, 0);
    z-index: 3;
}
.container-calculator .block-calculator .door-type-4 .door-open{
    position: absolute;
    height: 361px;
    width: 216px;
    top: 201px;
    left: 50%;
    margin-left: 115px;
    transform: translate(-50%, 0);
    z-index: 3;
}
.container-calculator .block-calculator .door-type-5 .door-open{
    position: absolute;
    height: 250px;
    width: 430px;
    top: 352px;
    left: 50%;
    margin-left: 10px;
    transform: translate(-50%, 0);
    z-index: 3;
}
.container-calculator .block-calculator .door-type-6 .door-open{
    position: absolute;
    height: 210px;
    width: 250px;
    top: 249px;
    left: 50%;
    margin-left: 10px;
    transform: translate(-50%, 0);
    z-index: 3;
}
.container-calculator .block-calculator .door-type-3 .img-windows{
    position: absolute;
    top: 236px;
    width: 472px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 10px;
    z-index: 2;
}
.container-calculator .block-calculator .door-type-4 .img-window-left{
    position: absolute;
    top: 202px;
    width: 216px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: -100px;
    z-index: 2;
}
.container-calculator .block-calculator .door-type-5 .img-window-up{
    position: absolute;
    top: 240px;
    width: 430px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 8px;
    z-index: 2;
}
.container-calculator .block-calculator .door-type-6 .img-window-up{
    position: absolute;
    top: 200px;
    width: 470px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 7px;
    z-index: 2;
}
.container-calculator .block-calculator .door-type-6 .img-windows{
    position: absolute;
    top: 261px;
    width: 470px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 7px;
    z-index: 2;
}
.container-calculator .block-calculator .door-type-1 .door-open:hover ~ .img-open{
    margin-left: -100px;
}
.container-calculator .block-calculator .door-type-2 .door-open:hover ~ .img-open-left{
    margin-left: -190px;
}
.container-calculator .block-calculator .door-type-2 .door-open:hover ~ .img-open-right{
    margin-left: 218px;
}
.container-calculator .block-calculator .door-type-3 .door-open:hover ~ .img-open-left{
    margin-left: -149px;
}
.container-calculator .block-calculator .door-type-3 .door-open:hover ~ .img-open-right{
    margin-left: 169px;
}
.container-calculator .block-calculator .door-type-4 .door-open:hover ~ .img-open{
    margin-left: 15px;
}
.container-calculator .block-calculator .door-type-5 .door-open:hover ~ .img-open-left{
    margin-left: -190px;
}
.container-calculator .block-calculator .door-type-5 .door-open:hover ~ .img-open-right{
    margin-left: 218px;
}
.container-calculator .block-calculator .door-type-6 .door-open:hover ~ .img-open-left{
    margin-left: -135px;
}
.container-calculator .block-calculator .door-type-6 .door-open:hover ~ .img-open-right{
    margin-left: 150px;
}
.container-calculator .block-calculator .door-type-1 .img-open{
    transition: margin-left 1s ease, background-color .25s ease;
    position: absolute;
    top: 140px;
    left: 50%;
    width: 216px;
    height: auto;
    margin-left: 15px;
    transform: translate(-50%, 0);
    z-index: 1;
}
.container-calculator .block-calculator .door-type-4 .img-open{
    transition: margin-left 1s ease, background-color .25s ease;
    position: absolute;
    top: 202px;
    left: 50%;
    width: 216px;
    height: auto;
    margin-left: 115px;
    transform: translate(-50%, 0);
    z-index: 1;
}
.container-calculator .block-calculator .door-type-2 .img-open-left{
    transition: margin-left 1s ease, background-color .25s ease;
    position: absolute;
    width: 216px;
    height: auto;
    transform: translate(-50%, 0);
    z-index: 1;
    top: 201px;
    left: 50%;
    margin-left: -101px;
}
.container-calculator .block-calculator .door-type-2 .img-open-right{
    transition: margin-left 1s ease, background-color .25s ease;
    position: absolute;
    width: 216px;
    height: auto;
    transform: translate(-50%, 0);
    z-index: 1;
    top: 201px;
    left: 50%;
    margin-left: 115px;
}
.container-calculator .block-calculator .door-type-3 .img-open-left{
    transition: margin-left 1s ease, background-color .25s ease;
    position: absolute;
    width: 119px;
    height: auto;
    transform: translate(-50%, 0);
    z-index: 1;
    top: 235px;
    left: 50%;
    margin-left: -49px;
}
.container-calculator .block-calculator .door-type-3 .img-open-right{
    transition: margin-left 1s ease, background-color .25s ease;
    position: absolute;
    width: 119px;
    height: auto;
    transform: translate(-50%, 0);
    z-index: 1;
    top: 235px;
    left: 50%;
    margin-left: 69px;
}
.container-calculator .block-calculator .door-type-5 .img-open-left{
    transition: margin-left 1s ease, background-color .25s ease;
    position: absolute;
    width: 214px;
    height: auto;
    transform: translate(-50%, 0);
    z-index: 1;
    top: 352px;
    left: 50%;
    margin-left: -100px;
}
.container-calculator .block-calculator .door-type-5 .img-open-right{
    transition: margin-left 1s ease, background-color .25s ease;
    position: absolute;
    width: 214px;
    height: auto;
    transform: translate(-50%, 0);
    z-index: 1;
    top: 352px;
    left: 50%;
    margin-left: 114px;
}
.container-calculator .block-calculator .door-type-6 .img-open-left{
    transition: margin-left 1s ease, background-color .25s ease;
    position: absolute;
    width: 125px;
    height: auto;
    transform: translate(-50%, 0);
    z-index: 1;
    top: 251px;
    left: 50%;
    margin-left: -54px;
}
.container-calculator .block-calculator .door-type-6 .img-open-right{
    transition: margin-left 1s ease, background-color .25s ease;
    position: absolute;
    width: 125px;
    height: auto;
    transform: translate(-50%, 0);
    z-index: 1;
    top: 251px;
    left: 50%;
    margin-left: 70px;
}
.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: 158px;
    width: 100%;
    height: 54px;
    margin-right: 30px;
    outline: none;
    border: none;
    padding: 0 17px 0 17px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    margin-bottom: 10px;
}
.form-calculator > input:nth-of-type(2){
    margin-bottom: 24px;
}
.form-calculator > input::placeholder{
    color: #aaaaaa;
}
.calculator-parameters{
    max-width: 550px;
    flex: 1 40%;
}
.calculator-parameters .parameters-colors{
    display: flex;
    flex-flow: row wrap;
}
.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;
}
.calculator-parameters .parameters-colors .color.active{
    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:nth-child(2){
    background-image: url("../img/variant2.png");
}
.calculator-parameters .parameters-variant .variant:nth-child(3){
    background-image: url("../img/variant3.png");
}
.calculator-parameters .parameters-variant .variant:nth-child(4){
    background-image: url("../img/variant4.png");
}
.calculator-parameters .parameters-variant .variant:nth-child(5){
    background-image: url("../img/variant5.png");
}
.calculator-parameters .parameters-variant .variant:nth-child(6){
    background-image: url("../img/variant6.png");
}
.calculator-parameters .parameters-variant .variant.active{
    border: 2px solid #da0013 !important;
}
.calculator-parameters .block-form-catalog_resh .input{
    width: 317px;
    height: 54px;
    border: none;
    font-size: 18px;
    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;
}
.block-imit-checkbox{
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.unit-imit-checkbox{
    margin-right: 6px;
    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);
}

/* container-calculator-decor end */

/* 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;
}

iframe[name="fXD1d2fd"]{
 position: absolute !important;
 bottom: 0 !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 */

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

html body div#vk_community_messages {
    height: 110px;
}

.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: 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){
    .caption-btn-footer{
        text-align: center;
    }
    .footer{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .caption-logo{
        margin: 0;
    }
    .block-cart_pay{
        flex-wrap: wrap;
        justify-content: center;
        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;
        /*max-width: 100%;*/
        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: 0;
    }
    .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;
    }
}
@media (max-width: 1150px){
    .form-calculator > input{
        max-width: 110px;
    }
}
@media (max-width: 1130px){
    .container-calculator .block-calculator .door-type-1{
        height: 400px;
    }
    .container-calculator .block-calculator .door-type-1 .door-gate{
        height: 400px;
        background-size: 535px;
    }
    .container-calculator .block-calculator .door-type-1 .door-frame{
        top: 85px;
        margin-left: 10px;
        width: 180px;
        height: 302px;
    }
    .container-calculator .block-calculator .door-type-1 .door-open{
        top: 98px;
        width: 152px;
        margin-left: 10px;
        height: 258px;
    }
    .container-calculator .block-calculator .door-type-1 .img-open{
        top: 98px;
        margin-left: 10px;
        width: 152px;
    }
    .container-calculator .block-calculator .door-type-2{
        height: 400px;
    }
    .container-calculator .block-calculator .door-type-2 .door-gate{
        height: 400px;
        background-size: 442px;
    }
    .container-calculator .block-calculator .door-type-2 .door-frame{
        top: 105px;
        margin-left: 4px;
        width: 272px;
        height: 220px;
    }
    .container-calculator .block-calculator .door-type-2 .img-open-left{
        width: 126px;
        top: 115px;
        margin-left: -59px;
    }
    .container-calculator .block-calculator .door-type-2 .img-open-right{
        width: 126px;
        top: 115px;
        margin-left: 66px;
    }
    .container-calculator .block-calculator .door-type-2 .door-open{
        width: 250px;
        height: 210px;
        top: 115px;
        margin-left: 5px;
    }
    .container-calculator .block-calculator .door-type-2 .door-open:hover ~ .img-open-left{
        margin-left: -129px;
    }
    .container-calculator .block-calculator .door-type-2 .door-open:hover ~ .img-open-right{
        margin-left: 136px;
    }
    .container-calculator .block-calculator .door-type-3{
        height: 400px;
    }
    .container-calculator .block-calculator .door-type-3 .door-gate{
        height: 400px;
        background-size: 442px;
    }
    .container-calculator .block-calculator .door-type-3 .door-frame{
        top: 171px;
        width: 273px;
        margin-left: 5px;
    }
    .container-calculator .block-calculator .door-type-3 .img-open-left{
        width: 66px;
        top: 177px;
        margin-left: -29px;
    }
    .container-calculator .block-calculator .door-type-3 .img-open-right{
        width: 66px;
        top: 177px;
        margin-left: 37px;
    }
    .container-calculator .block-calculator .door-type-3 .door-open{
        width: 132px;
        height: 110px;
        top: 176px;
        margin-left: 5px;
    }
    .container-calculator .block-calculator .door-type-3 .img-windows {
        top: 177px;
        width: 262px;
        margin-left: 4px;
    }
    .container-calculator .block-calculator .door-type-3 .door-open:hover ~ .img-open-left{
        margin-left: -79px;
    }
    .container-calculator .block-calculator .door-type-3 .door-open:hover ~ .img-open-right{
        margin-left: 87px;
    }
    .container-calculator .block-calculator .door-type-4{
        height: 400px;
    }
    .container-calculator .block-calculator .door-type-4 .door-gate{
        height: 400px;
        background-size: 442px;
    }
    .container-calculator .block-calculator .door-type-4 .door-frame{
        top: 105px;
        width: 273px;
        margin-left: 5px;
    }
    .container-calculator .block-calculator .door-type-4 .img-open{
        top: 117px;
        width: 125px;
        margin-left: 67px;
    }
    .container-calculator .block-calculator .door-type-4 .door-open{
        position: absolute;
        top: 116px;
        left: 50%;
        width: 126px;
        height: 210px;
        margin-left: 67px;
        transform: translate(-50%, 0);
    }
    .container-calculator .block-calculator .door-type-4 .img-window-left {
        position: absolute;
        top: 117px;
        width: 124px;
        left: 50%;
        transform: translate(-50%, 0);
        margin-left: -58px;
        z-index: 2;
    }
    .container-calculator .block-calculator .door-type-4 .door-open:hover ~ .img-open-left{
        margin-left: -79px;
    }
    .container-calculator .block-calculator .door-type-4 .door-open:hover ~ .img-open-right{
        margin-left: 87px;
    }
    .container-calculator .block-calculator .door-type-5{
        height: 400px;
    }
    .container-calculator .block-calculator .door-type-5 .door-gate{
        height: 400px;
        background-size: 363px;
    }
    .container-calculator .block-calculator .door-type-5 .door-frame{
        top: 104px;
        margin-left: 4px;
        width: 225px;
        height: 220px;
    }
    .container-calculator .block-calculator .door-type-5 .img-window-up{
        position: absolute;
        top: 113px;
        width: 205px;
        left: 50%;
        transform: translate(-50%, 0);
        margin-left: 4px;
        z-index: 2;
    }
    .container-calculator .block-calculator .door-type-5 .img-open-left{
        width: 103px;
        top: 162px;
        margin-left: -47px;
    }
    .container-calculator .block-calculator .door-type-5 .img-open-right{
        width: 103px;
        top: 162px;
        margin-left: 55px;
    }
    .container-calculator .block-calculator .door-type-5 .door-open{
        width: 205px;
        height: 165px;
        top: 165px;
        margin-left: 5px;
    }
    .container-calculator .block-calculator .door-type-5 .door-open:hover ~ .img-open-left{
        margin-left: -117px;
    }
    .container-calculator .block-calculator .door-type-5 .door-open:hover ~ .img-open-right{
        margin-left: 125px;
    }
    .container-calculator .block-calculator .door-type-6{
        height: 400px;
    }
    .container-calculator .block-calculator .door-type-6 .door-gate{
        height: 400px;
        background-size: 650px;
    }
    .container-calculator .block-calculator .door-type-6 .door-frame{
        top: 104px;
        width: 400px;
        margin-left: 6px;
    }
    .container-calculator .block-calculator .door-type-6 .img-open-left{
        width: 100px;
        top: 160px;
        margin-left: -44px;
    }
    .container-calculator .block-calculator .door-type-6 .img-open-right{
        margin-left: 55px;
        width: 100px;
        top: 160px;
    }
    .container-calculator .block-calculator .door-type-6 .door-open{
        width: 132px;
        height: 110px;
        top: 176px;
        margin-left: 5px;
    }
    .container-calculator .block-calculator .door-type-6 .img-window-up {
        top: 112px;
        width: 382px;
        margin-left: 6px;
    }
    .container-calculator .block-calculator .door-type-6 .img-windows {
        top: 161px;
        width: 382px;
        margin-left: 6px;
    }
    .container-calculator .block-calculator .door-type-6 .door-open:hover ~ .img-open-left{
        margin-left: -79px;
    }
    .container-calculator .block-calculator .door-type-6 .door-open:hover ~ .img-open-right{
        margin-left: 87px;
    }
    .block-construct .col-3{
        padding: 0;
    }
    .container-construct-decor .container-construct .block-construct{
        grid-template-columns: 1.5fr 1fr;
        row-gap: 20px;
    }
    .block-construct .col-2{
        padding-right: 0;
    }
    .block-construct .col-2::after{
        display: none;
    }
}
@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;
    }
    .img-front-product, .img-front-guarantee {
        display: none;
    }
    .form-calculator > input{
        margin-right: 15px;
    }
    .header-top-text, .header-top-text:before {display: block!important;}
}
@media (max-width: 858px){
    .block-calculator .calculator-parameters{
        margin: auto;
    }
    .block-calculator .door-type-1{
        margin: auto;
    }
@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: flex-start;
        justify-content: center;
    }
    .unit-con-h,
    .line-decor-blue{
        display: none;
    }

}
@media (max-width: 792px){
    .block-construct .col-2::after{
        display: none;
    }
}
@media (max-width: 786px){
    .container-calculator .block-calculator .door-type-2{
        margin: 0 -15px;
    }
    .container-calculator .block-calculator .door-type-3{
        margin: 0 -15px;
    }
    .container-calculator .block-calculator .door-type-4{
        margin: 0 -15px;
    }
    .container-calculator .block-calculator .door-type-5{
        margin: 0 -15px;
    }
    .container-calculator .block-calculator .door-type-6{
        margin: 0 -15px;
    }
    .container-construct-decor .container-construct .block-construct{
        grid-template-columns: auto;
        justify-content: center;
    }
    .block-construct .col-1{
        padding-right: 0;
    }
    .block-construct .col-1::after{
        display: none;
    }
    .block-construct .col-2{
        padding-left: 0;
    }
    .block-construct .col-3{
        padding-left: 0;
    }
    .block-construct .col-3 .colors-catalog .color-items{
        margin-left: 20px;
    }
}
@media (max-width: 660px){
    html body  .slick-prev{
      left: 5px;
    }
    html body  .slick-next{
      right: 5px;
    }
    .image-img-block-man{
        margin-bottom: 80px;
    }
}
@media (max-width: 600px){
    .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;
    }
    .h1 {
        font-size: 40px;
    }
    .title {
        font-size: 28px;
        line-height: 34px;
    }
}
@media (max-width: 500px){
    .contact-info-header{
        margin: 0 25px;
    }
    .arrow-img-top{
        right: 10px;
        bottom: 10px;
    }
    .image-img-block-man{
        margin-bottom: 220px;
    }
    .unit-js_soc_net{
        width: calc(50% - 14px);
    }
}
@media (max-width: 400px){
    .form-calculator > input{
        width: 90px;
    }
    .calculator-parameters .block-form-catalog_resh .input{
        width: 250px;
    }
    .block-construct .col-1 .construct-img{
        margin-left: 0;
    }
    .block-construct .col-1 .construct-list .title{
        margin-bottom: 40px;
    }
    .block-construct .col-1{
        flex-flow: row wrap;
    }
    .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;
    }
}


/* +++ */

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