@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: 197px;
    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;
}

/*container-catalog_resh-decor start*/

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

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

/*container-catalog_resh-decor end*/

/*container-map start*/

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

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

/*container-map end*/

/*footer start*/

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

/*footer end*/

/*container-our_work-decor start*/

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

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

/*container-our_work-decor end*/

/*container-lic-decor start*/

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

/*container-lic-decor end*/


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

/*container-troubles-decor start*/

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

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


/*container-troubles-decor end*/

/*container-all_vid-decor start*/

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

}
.block-all_vid{
    margin-top: 25px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    position: relative;
    left: -12px;
}
.unit-all_vid{
    flex-grow: 1;
    width: 240px;
    margin: 12px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
    transition: 0.2s;
    background-color: white;
}
.unit-all_vid:hover{
    transform: scale(1.09);
}
.unit-all_vid:hover .text-unit-all_vid:after{
    height: 0;
}
.unit-all_vid:hover .text-unit-all_vid{
    transform: scale(0.91);
    margin-top: -55px;
}
.unit-all_vid:hover .btn-zakaz{
    opacity: 1;
    margin-bottom: 0;
}
.img-unit-all_vid{
    box-shadow: inset 0px 4px 20px rgba(0, 0, 0, 0.1);
    height: 172px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    transition: 0.2s;
}
.text-unit-all_vid{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    background-color: white;
    min-height: 74px;
    font-size: 20px;
    line-height: 110%;
    font-family: 'Futura PT Book';
    box-sizing: border-box;
    padding: 15px 12px;
    transition: 0.2s;
    flex-grow: 1;
}
.text-unit-all_vid span{
    z-index: 20;
}
.text-unit-all_vid:after{
    content: "";
    width: 100%;
    height: 15px;
    background-image: url(/img/line.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: 0.2s;
}
.btn-zakaz{
    z-index: 20;
    background-color: #F7941D;
    border: 2px solid  #F7941D;
    box-shadow: 0px 4px 20px rgba(247, 148, 29, 0.25);
    border-radius: 4px;
    width: 100%;
    max-width: 115px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin: 15px 0 -55px 0;
    opacity: 0;
    box-sizing: border-box;
    padding: 5px;
    transition: 0.2s;
}
.btn-zakaz:hover{
    color: #333;
    background-color: white;
}
.decor-white{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 100%;
    z-index: 10;
    background-color: white;
}

/*container-all_vid-decor end*/

/*container-doorhan start*/

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

/*container-doorhan end*/


/*container-spec_usl start*/

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

/*container-spec_usl end*/

/*container-zov-decor start*/

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


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

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

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



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

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

/*container-iframe-decor start*/

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

/*container-iframe-decor end*/

/*container-man-decor start*/

.container-man-decor{

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

/*container-man-decor end*/

/*container-decor-blue start*/

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

/*container-decor-blue end*/

/*container-front-decor start*/

.container-front-decor{
    min-height: calc(100vh - 300px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(/img/front-img.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-front-decor2{
    min-height: calc(100vh - 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: 70px;
    line-height: 110%;
}
.color-orange{
    color: #F7941D;
}
.caption-h1{
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}
.caption-h2{
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}
.caption-h3{
    font-size: 18px;
    line-height: 25px;
    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: 0;
    left: 0;
}
.nav{
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 11px 15px;
    max-width: 1130px;
}
.unit-nav{
    position: relative;
    box-sizing: border-box;
    padding: 2px;
    font-size: 14px;
    line-height: 110%;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
}
.unit-nav:after{
    content: "";
    width: 0;
    height: 1px;
    background-color: #F7941D;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.2s;
}
.unit-nav:hover:after{
    width: 100%;
}
.top-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    min-height: 125px;
    margin-top: 42.5px;
}
.contact-info-header{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 68px 0 38px;
    max-width: 100%;
}
.unit-con-h{
    box-sizing: border-box;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 100%;
    margin-right: 60px;
}
.title-unit-con-h{
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
}
.caption-unit-con-h{
    font-size: 16px;
    line-height: 21px;
    font-family: 'Futura PT Book';
}
.unit-con-h-phone{
    position: relative;
    margin-right: 8px;
    align-self: center;
}
.unit-con-h-phone a{
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}
.unit-con-h-soc{
    display: flex;
    align-self: center;
    position: relative;
    top: 3px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 42px;
    justify-content: space-between;
}

/*header end*/

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

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

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




/* container-js-decor start */

.class_empty{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
    height: 0 !important;
    min-height:  !important0;
    max-height: 0 !important;
    overflow:  !importanthidden;
    opacity:  !important0;
    visibility: hidden !important;
}
.unit-text-con-js-tab input{
    width: 317px;
    height: 54px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    transition: .2s;
    padding: 5px 16px;
    flex-grow: 1;
}
.unit-text-con-js-tab .btn-front{
    width: 160px;
    margin: 0 0 0 7px;
    height: 64px;
}
.unit-text-con-js-tab .btn-front:hover{
    background-color: #ffffff;
    color: #000000;
}
.block-title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
}
.btn-custom:hover{
    box-shadow: 0 0 4px #DA0013;
}

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

/* card block start 1205 */

/* container-zona-decor start */

.title-line-down:after{
    content: "";
    display: block;
    margin: 5px 0 5px 0;
}

.arrow-img-top {
    right: 25px;
    bottom: 197px;
}

.unit-text-con-js-tab .input-tab {
    min-height: 10px;
}

.container-new-zones{
    padding: 50px 0;
}
.container-new-zones .block-zona{
    text-align: center;
    margin-bottom: 65px;
}
.container-new-zones .card-items-zona{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}
.container-new-zones .card-items-zona .card-body-zona-out{
    position: relative;
    width: auto;
    height: 280px;
    padding: 10px 0 10px 10px;
    border-radius: 4px;
    overflow: hidden;
}
.container-new-zones .card-items-zona .card-body-zona-out .card-body-zona-bg{
    position: absolute;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: transform .25s ease;
}

.container-new-zones .card-items-zona .card-body-zona-out .card-body-zona-in:hover ~ .card-body-zona-bg{
    transform: scale(1.03);
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(1){
    grid-column: 1 / 5;
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(2){
    grid-column: 5 / 9;
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(3){
    grid-column: 9 / 13;
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(4){
    grid-column: 1 / 7;
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(5){
    grid-column: 7 / 13;
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(6){
    grid-column: 1 / 6;
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(7){
    grid-column: 6 / 13;
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(1) .card-body-zona-bg{
    background-image: url(../img/zona-img-11_20x.png);
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(1) .card-body-zona-bg.lazy-bg-loaded{
    background-image: url(../img/zona-img-11.png);
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(2) .card-body-zona-bg{
    background-image: url(../img/zona-img-12_20x.png);
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(2) .card-body-zona-bg.lazy-bg-loaded{
    background-image: url(../img/zona-img-12.png);
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(3) .card-body-zona-bg{
    background-image: url(../img/zona-img-13_20x.png);
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(3) .card-body-zona-bg.lazy-bg-loaded{
    background-image: url(../img/zona-img-13.png);
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(4) .card-body-zona-bg{
    background-image: url(../img/zona-img-14_20x.png);
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(4) .card-body-zona-bg.lazy-bg-loaded{
    background-image: url(../img/zona-img-14.png);
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(5) .card-body-zona-bg{
    background-image: url(../img/zona-img-15_20x.png);
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(5) .card-body-zona-bg.lazy-bg-loaded{
    background-image: url(../img/zona-img-15.png);
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(6) .card-body-zona-bg{
    background-image: url(../img/zona-img-16_20x.png);
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(6) .card-body-zona-bg.lazy-bg-loaded{
    background-image: url(../img/zona-img-16.png);
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(7) .card-body-zona-bg{
    background-image: url(../img/zona-img-17_20x.png);
}
.container-new-zones .card-items-zona .card-body-zona-out:nth-child(7) .card-body-zona-bg.lazy-bg-loaded{
    background-image: url(../img/zona-img-17.png);
}

.container-new-zones .card-items-zona .card-body-zona-out .card-body-zona-in{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    border-radius: 4px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.container-new-zones .card-items-zona .card-body-zona-out .card-body-zona-in .card-content-zona{
    padding: 5px 0 5px 5px;
    max-width: 360px;
    width: 100%;
}

.container-new-zones .card-items-zona .card-text-zona span {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.1;
    padding-right: 10px;
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
}

.container-new-zones .card-items-zona .card-text-zona p {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 300;
    margin: 6px 0 0 0;
    padding-top: 4px;
    padding-right: 10px;
    border-top: 1px solid #fff;
    display: block;
    text-align: right;
    text-transform: lowercase;
}

.modal-container--photo .modal-img.modal-photo-1 {
    background-image: url(../img/zona-img-11.png);
}
.modal-container--photo .modal-img.modal-photo-2 {
    background-image: url(../img/zona-img-12.png);
}
.modal-container--photo .modal-img.modal-photo-3 {
    background-image: url(../img/zona-img-13.png);
}
.modal-container--photo .modal-img.modal-photo-4 {
    background-image: url(../img/zona-img-14.png);
}
.modal-container--photo .modal-img.modal-photo-5 {
    background-image: url(../img/zona-img-15.png);
}
.modal-container--photo .modal-img.modal-photo-6 {
    background-image: url(../img/zona-img-16.png);
}
.modal-container--photo .modal-img.modal-photo-7 {
    background-image: url(../img/zona-img-17.png);
}

/* container-zona-decor end */

.design-catalor-items{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0 35px 0;
}
.design-catalor-items .title{
    font-size: 30px;
    font-weight: normal;
    flex-grow: 1;
    margin-right: 50px;
}
.design-catalor-items .color-items{
    display: flex;
    flex-flow: row wrap;
    flex-grow: 1;
    padding-left: 20px;
}
.design-catalor-items .color-items .color-body{
    font-size: 12px;
    margin-right: 14px;
    width: 60px;
    transition: transform .25s ease;
}
.design-catalor-items .color-items .color-body:hover{
    transform: scale(1.05);
}
.design-catalor-items .color-items .color-body .color-text span {
    display: block;
    margin-bottom: 2px;
}
.design-catalor-items .color-items .color-body .color-img .img-color{
    width: 100%;
}
.design-catalor-items .block-ral-map{
    flex-grow: 1;
    width: 280px;
    max-width: 280px;
    position: relative;
    margin-top: -30px;
}
.design-catalor-items .block-ral-map .img-ral-map{
    width: 100%;
}
.design-catalor-items .block-ral-map span{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: auto;
    transform: translate(-50%, 0);
    white-space: nowrap;
}

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

.card-items-video-link {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 15px;
    background: rgba(0,0,0,.33);
    overflow: hidden;
    padding: 10px 9px;
    line-height: 1;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #fff;
    text-align: center;
    z-index: 5;
    min-height: 16px;
    transition: all .3s ease;
    width: 1px;
    padding-right: 35px;
}

.card-items-video-link:hover {
    width: 127px;
    padding-right: 44px;
}

.card-items-video-link span {
    position: relative;
    display: block;
    transition: all .5s ease;
    color: #fff;
    transform: translateX(-50px);
    width: 123px;
    pointer-events: none;
    opacity: 0;
}

.card-items-video-link:hover span {
    transform: none;
    pointer-events: all;
    opacity: 1;
}

.card-items-video-link:after {
    content: '';
    position: absolute;
    width: 27px;
    height: 22px;
    background: url(../img/icon-video-play.svg) no-repeat center;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    z-index: 6;
}

.card-items.block-new-list .card-body {
    border: 2px solid #C5C5C5;
    cursor: default;
    margin: 30px 10px;
    max-width: 410px;
}

.card-items.block-new-list .card-body:hover {
    box-shadow: 0 0 10px 4px rgba(0,0,0,.2);
    cursor: pointer;
    border-color: #F7941D;
}

.card-items.block-new-list .card-body .card-footer .card-text .btn-front {
    height: 48px;
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 400;
    top: 94%;
}

.card-items.block-new-list .card-p {
    font-size: 18px;
}

.card-items.block-new-list .card-body .card-footer {
    padding: 14px 15px 35px 15px;
}

.card-items.block-new-list .card-item-price {
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 0;
    bottom: 131px;
    border-bottom: 1px solid #fff;
    line-height: 1;
    padding: 6px 14px;
    z-index: 7;
    display: inline-block;
    font-weight: 300;
    width: auto;
}

.card-items.block-new-list .card-item-price span {
    display: inline-block;
    line-height: 22px;
    font-size: 42px;
    color: #fff;
}

.container-new-gate {
    padding: 60px 0 40px 0;
}

.text-after-gates {
    text-align: center;
    margin: 50px 0 0 0;
}

.form-with-v {
    width: 100%;
    max-width: 950px;
}

.form-with-v .modal-block {
    flex-wrap: wrap;
    background-color: #f8f8f8;
    align-items: flex-start;
    padding: 20px 20px 40px 20px;
}

.form-with-v .content-js-tab,
.form-with-v .js-tab {
    margin-top: 0;
}

.form-with-v .block-title {
    z-index: 100;
    position: relative;
}

.form-with-v .title {
    font-size: 30px;
}

.form-with-v .text-con-js-tab {
    max-width: calc(100% - 485px);
    margin-top: -12px;
}

.form-with-v .unit-text-con-js-tab {
    margin-top: 7px;
}

.form-with-v .unit-text-con-js-tab input {
    width: 210px;
    height: 40px;
    font-size: 12px;
    border: 1px solid #c4c4c4;
}

.form-with-v .block-color-js-tab, 
.form-with-v .block-tip-js-tab,
.form-with-v .con-unit-text-con-js-tab {
    margin-top: 3px;
}

.form-with-v .input-js-tab {
    max-width: 120px;
    min-height: 40px;
}

.form-with-v .unit-color-js-tab {
    width: 45px;
    height: 45px;
}

.form-with-v .unit-tip-js-tab {
    width: 45px;
    height: 45px;
    background-size: 37px;
}

.form-with-v .title-unit-text-con-js-tab {
    font-size: 16px;
}

.form-with-v .unit-imit-checkbox {
    font-size: 15px;
}

.form-with-v .unit-text-con-js-tab .btn-front {
    width: 160px;
    margin: 0 23px;
    font-size: 18px;
    height: 40px;
}

.form-with-v .obert-img-patern {
    margin-top: -7px;
}

.form-with-v .izo-o {
    width: 343px;
    height: 275px;
    margin: 27px 0 0 0;
}

.form-with-v .izo-o-fon-decor {
    width: 592px;
    height: 497px;
}

.form-with-v .block-imit-checkbox {
    margin-top: 10px;
}

.modal-close {
    z-index: 101;
}

.fixed-btn {
    position: fixed;
    z-index: 100;
    right: 19px;
    transition: all .3s ease;
    border-radius: 70px;
    height: 44px;
    width: 0;
    padding: 3px 47px 3px 3px;
    box-shadow: inset 0 0 0 1px #fff;
    border: 1px solid #003A79;
    background: #E3E3E3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none!important;
    color: #585858;
}
/*
.fixed-btn:hover {
    width: 92px;
    padding-right: 55px;
}
*/
.fixed-btn {
    width: 92px;
    padding-right: 55px;
}

.fixed-btn.fixed-btn-pdf {
    bottom: 195px;
}

.fixed-btn.fixed-btn-calc {
    bottom: 135px;
    background: #003A79;
    border-color: #F7941D;
    color: #fff;
}

/*
.fixed-btn.fixed-btn-calc:hover {
    width: 76px;
}
*/

.fixed-btn.fixed-btn-calc {
    width: 76px;
}

.fixed-btn p {
    display: block;
    margin: 0;
    text-align: right;
    width: 74px;
    line-height: .9;
    transition: all .5s ease;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    font-size: 14px;
    position: relative;
    top: -1px;
}
/*
.fixed-btn:hover p {
    opacity: 1;
    pointer-events: all;
}
*/
.fixed-btn p {
    opacity: 1;
    pointer-events: all;
}

@media (max-width: 499px) {
    .fixed-btn {
        width: 0;
        padding-right: 47px;
    }
    .fixed-btn:hover {
        width: 92px;
        padding-right: 55px;
    }
    .fixed-btn.fixed-btn-calc {
        width: 0;
    }
    .fixed-btn.fixed-btn-calc:hover {
        width: 76px;
    }
    .fixed-btn p {
        opacity: 0;
        pointer-events: none;
    }
    .fixed-btn:hover p {
        opacity: 1!important;
        pointer-events: all;
    }
}

.fixed-btn span {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 50%;
    z-index: 101;
    border: 1px solid #003A79;
}

.fixed-btn.fixed-btn-pdf span {
    background: url(../img/icon-btn-book.svg) no-repeat center/28px;
}

.fixed-btn.fixed-btn-calc span {
    background: url(../img/icon-btn-calc.svg) no-repeat center/26px;
    border-color: #F7941D;
}

.modal-container-new-text {
    width: 1200px;
    max-width: 98%;
}

.modal-container-new-text .modal-content {
    width: 100%;
    max-width: 100%;
    padding: 20px 45px 40px 45px;
}

.modal-container-new-text p {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    margin: 5px 0 15px 0;
}

.modal-container-new-text .modal-new-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px 0;
    position: relative;
    padding: 35px 0 15px 0;
    display: block;
    width: 100%;
}

.modal-new-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #F7941D;
}

.modal-new-title:after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 14px solid transparent;
    border-left: 14px solid #F7941D;
    right: -17px;
    bottom: -3px;
    position: absolute;
}

.modal-table {
    width: 100%;
    position: relative;
}

.modal-table:before {
    content: '';
    position: absolute;
    z-index: 5;
    width: 1px;
    height: calc(100% - 6px);
    top: 3px;
    left: 50%;
    background: rgba(0,0,0,.1);
}

.modal-table-line {
    display: flex;
    font-size: 16px;
    line-height: 1;
    background: #F6F6F6;
    margin: 3px 0;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 400;
}

.modal-table-line > span {
    width: 50%;
    max-width: 50%;
    display: block;
    padding: 10px 15px;
    line-height: 1;
    text-align: left;
}

.modal-table-line:nth-of-type(1) {
    background: #C5C4C4;
    font-weight: 700;
}

.modal-table-line:nth-of-type(2n + 3) {
    background: #EBF3FC;
}

.block-img-w-text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.block-img-w-text img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 60%;
    min-width: 60%;
    margin: 0 5% 0 0;
}

.block-img-w-text-content {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

.block-img-w-text-content div {
    padding: 2px 0;
}

.block-img-w-text-content div span {
    color: #F7941D;
    display: inline-block;
}

.popup-new-img-list {
    background: #EAEAEA;
    padding: 0 35px;
}

.popup-new-img-item {
    padding: 12px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #CBCBCB;
}

.popup-new-img-item img {
    display: block;
    width: 250px;
    min-width: 250px;
    height: auto;
    margin: 0;
}

.popup-new-img-item p {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 40px 0 50px;
    font-size: 16px;
    line-height: 1.1;
    text-align: left;
}

.popup-new-img-item:nth-last-of-type(1) {
    border: 0;
}

.modal-new-download {
    font-size: 16px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    position: relative;
    width: 100%;
    outline: none;
    font-weight: 400;
    color: #272525;
    padding-right: 28px;
}

.modal-new-download:after {
    content: '';
    position: relative;
    z-index: 1;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 7px;
    left: 0;
    background: #c4c4c4;
    transition: all .3s ease;
}

.modal-new-download:hover:after {
    background: #373737;
}

.modal-new-download:before {
    content: '';
    position: absolute;
    display: block;
    width: 26px;
    height: 30px;
    background: #fff url(../img/icon-download-link.svg) no-repeat center right/18px;
    right: 0;
    bottom: 1px;
    z-index: 5;
}

.modal-new-download-text {
    display: inline-block;
    padding: 3px 0;
    background: #fff;
    position: relative;
    z-index: 5;
    max-width: 70%;
}

.modal-new-download-btn {
    color: #ACACAC;
    font-size: 16px;
    display: flex;
    align-items: flex-end;
    padding: 0 0 6px 0;
    transition: all .3s ease;
}

.modal-new-download:hover .modal-new-download-btn {
    color: #373737;
}

.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-chren{
        margin: 10px;
    }
}

@media (max-width: 1300px) {
    .design-catalor-items .title {
        width: 100%;
    }
    .design-catalor-items .color-items {
        padding-left: 0;
        margin: 20px 0 10px 0;
    }
    .design-catalor-items .block-ral-map {
        margin-top: 0;
    }
}

@media (max-width: 1200px) {
    .block-chren > div {
        width: calc(25% - 20px);
        margin-right: 20px;
    }
    .img-chren {
        max-width: 95%;
        width: auto;
        margin: 0;
        height: 250px;
        min-height: 250px;
    }
}

@media (max-width: 991px) {
    .form-with-v .text-con-js-tab {max-width: 100%; margin-top: 20px;}
    .form-with-v {max-width: 96%!important;}
    .header-top-text, .header-top-text:before {display: block!important;}
}

@media (max-width: 899px) {
    .popup-new-img-item img {width: 180px; max-width: 180px; min-width: 180px;}
    .modal-container-new-text .modal-new-title {font-size: 20px; padding: 30px 0 5px 0;}
    .modal-new-download {font-size: 14px;}
    .modal-new-download-btn {font-size: 14px; padding-bottom: 8px;}
    .block-img-w-text {flex-wrap: wrap;}
    .block-img-w-text img {width: auto; max-width: 100%; margin: 0 0 15px 0;}
    .block-img-w-text-content {width: 100%;}
    .popup-new-img-item p {padding: 0 0 0 20px;}
    .popup-new-img-list {padding: 0 25px;}
    .container-new-zones .card-items-zona .card-body-zona-out {height: 220px;}
    .container-new-zones .card-items-zona .card-text-zona span {font-size: 15px;}
    .container-new-zones .card-items-zona .card-text-zona p {font-size: 13px;}
}

@media (max-width: 600px) {
    .modal-container--video .modal-img {display: block; min-height: 280px;}
    .modal-container--video {max-width: 95%!important;}
    .modal-container--video .modal-block {padding: 50px 5px;}
    .unit-text-con-js-tab .btn-front {width: 100%; margin: 10px 0;}
    .unit-text-con-js-tab input {width: 100%; height: 42px; font-size: 14px;}
}

@media (max-width: 599px) {
    .popup-new-img-item img {width: 100px; max-width: 100px; min-width: 100px;}
    .popup-new-img-list {padding: 0 15px;}
    .modal-container-new-text .modal-content {padding: 20px 25px 30px 25px;}
    .modal-container-new-text {max-width: 98%!important;}
    .modal-container-new-text p {font-size: 14px; line-height: 1.2;}
    .modal-table-line, .block-img-w-text-content, .popup-new-img-item p {font-size: 14px;}
    .modal-container-new-text .modal-new-title {font-size: 18px; padding: 30px 0 8px 0; line-height: 1; margin-bottom: 9px;}
    .modal-new-download:after, .modal-new-download-btn {display: none;}
    .modal-new-download-text {max-width: 95%;}
    .modal-new-download:before {bottom: auto; top: 0; width: 26px; height: 24px; background-size: 16px;}
    .form-with-v .unit-text-con-js-tab input {width: 100%;}
    .form-with-v .unit-text-con-js-tab .btn-front {margin: 10px 0; width: 100%;}
    .form-with-v .izo-o-fon-decor {width: 521px;}
    .form-with-v .izo-o {height: 224px; width: 304px;}
    .form-with-v .title {font-size: 22px; margin-bottom: 40px; line-height: 1;}
    .container-new-zones .card-items-zona {display: block;}
    .container-new-zones .card-items-zona .card-body-zona-out {width: 100%; margin: 5px 0;}
    .contact-info-header {margin: 0 18px;}
}

@media (max-width: 500px) {
    .arrow-img-top {right: 25px!important; bottom: 197px!important;}
}

@media (max-width: 399px) {
    .modal-container--video .modal-img {min-height: 189px;}
}

@media (max-width: 374px) {
    .modal-table-line, .block-img-w-text-content, .popup-new-img-item p {font-size: 12px;}
    .popup-new-img-item img {width: 55px; max-width: 55px; min-width: 55px;}
    .modal-container-new-text .modal-content {padding: 20px;}
}

/* card block end */

@media(max-width: 1300px){
    .input-tab{
        width: 200px;
    }
}

@media (max-width: 1200px){
    .izo-o{
        width: 270px;
        height: 217px;
    }
    .izo-o-fon-decor{
        left: calc(50% - -3px);
        top: calc(50% - 16px);
        width: 470px;
        height: 388px;
    }
    .text-con-js-tab{
        max-width: calc(100% - 500px);
    }
    .varata-two .izo-o{
        width: 250px;
        height: 155px;
        margin-top: 74px;
    }
    .varata-two .izo-o-fon-decor{
        width: 337px;
        height: 232px;
    }
/*    .varata-two .izo-o{
        margin-top: 160px;
    }
    .izo-o{
        margin-top: 80px;
    }
    .unit-content-js-tab{
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .text-con-js-tab{
        max-width: 100%;
        max-width: 600px;
    }*/
    .content-js-tab{
        margin-top: 40px;
    }
    .container-js-decor{
        padding: 60px 0;
        overflow: hidden;
    }
/*    .block-img-con-js-tab{
        width: 100%;
    }*/

}
@media (max-width: 950px){
    .unit-content-js-tab{
        flex-direction: column;
    }
    .block-img-con-js-tab{
        width: 100%;
    }
    .text-con-js-tab{
        max-width: 100%;
        margin-top: 30px;
    }
    .title{
        font-size: 36px;
    }
    .container-js-decor{
        padding: 50px 0;
    }
}
@media (max-width: 700px){
    .title-js-tab{
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
@media (max-width: 550px){
    .title{
        font-size: 32px;
    }
}
@media (max-width: 500px){
    .form-tab{
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .btn-tab{
        margin: 12px 0 0 0;
        width: 290px;
    }
    .input-tab{
        width: 290px;
    }
}
@media (max-width: 400px){
    .input-js-tab + .input-js-tab{
        margin-left: 10px;
    }
    .input-js-tab{
        max-width: 140px;
    }
}
@media (max-width: 360px){
    .unit-title-js-tab{
        padding: 12px 20px;
    }
}

/* container-js-decor end */

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

    }
    .design-catalor-items .title {
        width: 100%;
    }
    .design-catalor-items .color-items {
        padding-left: 0;
        margin: 20px 0 10px 0;
    }
    .design-catalor-items .block-ral-map {
        margin-top: 0;
    }
}
@media (max-width: 1250px){
    .text-iframe{
        margin-left: 40px;
    }
    .unit-con-h{
        margin-right: 30px;
    }
}

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

@media (max-width: 800px){
    .caption-img-block-man{
        top: auto;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        bottom: 0;
        padding: 20px;
        text-align: center;
        left: -15px;
        border-radius: 0;
    }
    .img-decor-img-block-man{
        position: static;
        transform: none;
        max-width: 220px;
        margin: 20px auto 0 auto;
    }
    .block-chren > div {
        width: calc(33% - 30px);
        margin-right: 30px;
    }
    .block-chren > div {
        line-height: 1.1;
    }
    .title{
        font-size: 32px;
        line-height: 38px;
    }
    .unit-decor-blue {
        padding: 0;
        margin: 15px 0;
    }
    .container-decor-blue{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    .contact-info-header{
        align-items: center;
        justify-content: center;
    }
    .unit-con-h,
    .line-decor-blue{
        display: none;
    }
}
@media (max-width: 660px){
    html body  .slick-prev{
      left: 5px;
    }
    html body  .slick-next{
      right: 5px;
    }
    .image-img-block-man{
        margin-bottom: 80px;
    }
}
@media (max-width: 600px){
    .top-header{
        margin-top: 66px;
    }
    .container-dar{
        flex-wrap: wrap;
    }
    .title-dar{
        width: 100%;
    }
    .img-dar{
        margin-left: 0;
    }
    .caption-top-decor{
        font-size: 22px;
        line-height: 26px;
    }
    .image-img-block-man{
        margin-bottom: 120px;
    }
    .block_map{
        padding: 25px 20px;
    }
    .container-block_map{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .unit-our_work{
        width: 170px;
        height: 200px;
    }
    .block-list-troubles{
        margin: 35px 0 25px 0;
    }
    .unit-list-troubles{
        margin-bottom: 35px;
    }
    .modal-close-polit{
        top: 10px;
        right: 10px;
    }
    .title-modal-polit{
        font-size: 22px;
        line-height: 26px;
    }
    .modal-content,
    .modal-container-polit{
        padding: 22px 17px;
    }
    .modal-container{
        max-width: 400px;
    }
    .modal-img{
        display: none;
    }
    .h1 {
        font-size: 40px;
    }
    .title {
        font-size: 28px;
        line-height: 34px;
    }
    .block-chren > div {
        width: calc(50% - 30px);
        margin-right: 30px;
    }
}
@media (max-width: 500px){
    .arrow-img-top{
        right: 10px;
        bottom: 10px;
    }
    .image-img-block-man{
        margin-bottom: 220px;
    }
    .unit-js_soc_net{
        width: calc(50% - 14px);
    }
    .block-chren {
        justify-content: center;
    }
    .block-chren > div {
        width: 170px;
        max-width: 170px;
        margin: 25px 15px;
    }
}
@media (max-width: 400px){
    .caption-img-block-man{
        font-size: 22px;
        line-height: 26px;
    }
    .block-chren-5{
        max-width: 100%;
        min-width: 100%;
    }
    .h1,
    .cost-front {
        font-size: 30px;
        line-height: 34px;
    }
    .contact-info-header{
        margin: 0 10px;
    }
    .unit-con-h-phone a{
        font-size: 16px;
        line-height: 20px;
    }
}


/* +++ */

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

/* central banner */

.cotainer-nav {
    top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

/* central banner end */
