:root{
    --global-base-margin:15px;
    --main-container:1640px;
    --max-width-container: 1920px;
    --lt-container:1540px;

    --section-padding: 120px;
    --section-title:90px;
    --section-title-minus:30px;

    --def-marginSection:40px;

    --def-padding:12px;
    --def-transition:0.3s ease;
    --def-border:20px;

    --color-main:#222324;
    --color-mainOp:#22232480;
    --color-white:#FFF;
    --color-whiteOp:#ffffff66;
    --color-grafit:#48494F;
    --color-gr:#48494f3d;
    --color-green:#013220;
    --color-bej:#F2E2CB;
    --color-bejOpacity:#fff3;
    --color-yellow:#FFD600;
    --color-bronz:#CD8032;

    --btnMargin:7px;
    --height:8px;

    --base-size:16px;
    --size14:14px;
    --size16:16px;
    --size18:18px;
    --size20:20px;
    --size22:22px;
    --size24:24px;

}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-scrollbar {
  /*width: 0;*/
}
audio,
canvas,
iframe,
img,
svg,
video { 
    vertical-align: middle; 
}
canvas,
img,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
img:not([src]) {
    min-width: 1px;
    visibility: hidden;
}
iframe { 
    border: 0; 
}
.body-overflow {
    overflow: hidden;
    overflow: clip;
    position: relative;
}
html {
    min-width: 360px;
}
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
    margin: 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
    margin-top: var(--global-base-margin);
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: 600;
}
h1 + p, 
h2 + p, 
h3 + p, 
h4 + p, 
h5 + p, 
h6 + p {
    margin-top: 0;
}
h1{
    font-size: 52px;
}
.page-title >*{
    font-size: 44px;
    margin-bottom: 0px;
}
h2{
    font-size: 44px;
}
h3{
    font-size: 36px;
}
h4{
    font-size: 28px;
}
h5{
    font-size: 24px;
}
h6{
    font-size: 20px;
}
.h_need_top {
    margin-top: var(--global-base-margin);
}
p {
    /*line-height: var(--default-line-height);*/
}
li{

}
ul li:last-child{
    margin-bottom: 0px;
}
a {
    outline: 0;
    text-decoration: none !important;
    color: var(--color-main);
    text-decoration-line: none;
    transition: all var(--def-transition);
    cursor: pointer;
}
a:hover {
    color: var(--color-bronz);
    transition: all var(--def-transition);
}
a:not(.site-btn):not(.section-btn):not(.site-btn-custom):not(.wrc-header a):not(.footer a):not(.section-background-gr a){
    color: var(--color-main);
}
a:hover:not(.site-btn):not(.section-btn) {
    /*color: var(--color-yellow);*/
}
.section-background-gr a{
    color: var(--color-white);
}
.section-background-gr a:hover{
    color: var(--color-bronz);
}
a:focus,
input:focus{
    /*color: inherit !important;*/
    outline: none !important;
}
b, strong {
    font-weight: 700;
    /*color: var(--color-bronz);*/
    transition: all var(--def-transition);
}
ul,ol{
    padding: 0;
    margin: 0;
    position: relative;
}
ul{
    list-style: none;
}
ul li{
    position: relative;
}
ul li:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    border: 1px solid var(--color-bronz);
}
.site-text{
    line-height: var(--def-lineHeight);
}
.site-text ul,
.site-text ol {
    padding-left: 20px;
    margin-top: var(--global-base-margin);
    margin-bottom: var(--global-base-margin);
}
.site-text ul:first-child,
.site-text ol:first-child{
    margin-top: 0px;
    margin-bottom: 0px;
}
.site-text ul li{
    position: relative;
}
.site-text ul li:not(:last-child),
.site-text ol li:not(:last-child){
    margin-bottom: 10px;
}
.site-text ul:last-child,
.site-text ol:last-child{
    margin-bottom: 0px;
}
.site-text h1:first-child,
.site-text h2:first-child,
.site-text h3:first-child,
.site-text h4:first-child,
.site-text h5:first-child,
.site-text h6:first-child{
    margin-top: 0px;
}
.site-text a{
    color: var(--color-green);
    font-weight: 600;
}
.site-text a:hover{
    opacity: 0.9;
}
.color-bronz{
    color: var(--color-bronz) !important;
}
blockquote {
    border-left: 1px solid var(--color-bronz);
    padding-left: 40px;
    margin-left: 0;
}
html, body{
    font-weight: 400;
}
html{
    margin-left: auto;
    margin-right: auto;
}
body{
    margin: 0;
    font-size: var(--base-size);
    color: var(--color-main);
    overflow-x: hidden;
    font-family: 'Montserrat';
    font-weight: 400;
}
input,
textarea,
select,
select option,
button{
    font-family: 'Montserrat';
}
input:focus,
textarea:focus {
    outline: none !important; 
    box-shadow: none !important;  
}
.site-btn{
    display: inline-block;
    padding: 15px 30px;
    font-size: var(--size14);
    transition: var(--def-transition);
    font-weight: 500;
    border: 1px solid transparent;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
}
.site-btn:hover{
    transition: var(--def-transition);
}
.site-btn--default{
    color: var(--color-white);
    border-color: var(--color-white);
}
.site-btn--default:hover{
    color: var(--color-bronz);
    border-color: var(--color-bronz);
}
.site-btn--bronz{
    color: var(--color-main);
    border-color: var(--color-bronz);
}
.site-btn--bronz:hover{
    color: var(--color-main);
    border-color: var(--color-gr);
}
.wrap-site-btn {
    display: flex;
    flex-wrap: wrap;
}
.site-btn-arrow {
    width: 50px;
    height: 50px;
    position: relative;
    transition: var(--def-transition);
    margin-left: var(--btnMargin);
    margin-right: var(--btnMargin);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0px;
    outline: none;
    box-shadow: none;
    background: transparent;
}
.site-btn-arrow svg{
    transition: var(--def-transition);
}
.site-btn-arrow:hover svg{
    transform: rotate(90deg);
}
.site-btn-arrow:hover::before{
    left: 2px;
    border-color: var(--color-bronz);
}
.site-btn-arrow:hover::after{
    right: 2px;
    border-color: var(--color-bronz);
}
.wrap-btn-arrow__svg{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
/*    width: calc(100% - 15px);
    height: calc(100% - 15px);*/
    width: 35px;
    height: 35px;
}
.site-btn-arrow--gray .wrap-btn-arrow__svg{
    background: #2223241A;
}
.site-btn-arrow--gray.site-btn-arrow:after, 
.site-btn-arrow--gray.site-btn-arrow:before{
    border-color: rgb(205 128 50 / 50%);
}
.site-btn-arrow--white .wrap-btn-arrow__svg{
    background: var(--color-white);
}
.site-btn-arrow--white.site-btn-arrow:after, 
.site-btn-arrow--white.site-btn-arrow:before{
    border-color: var(--color-bej);
}
.site-btn-arrow:after, .site-btn-arrow:before {
    content: '';
    width: 8px;
    height: calc(100% + 0px);
    position: absolute;
    top: 0px;
    border-top: 1px solid var(--color-bej);
    border-bottom: 1px solid var(--color-bej);
    transition: var(--def-transition);
}
.site-btn-arrow:before{
    /*left: calc(var(--btnMargin) * -1);*/
    left: 0;
    border-left: 1px solid var(--color-bej);
}
.site-btn-arrow:after{
    /*right: calc(var(--btnMargin) * -1);*/
    right: 0;
    border-right: 1px solid var(--color-bej);
}
.section-btn{
    transition: var(--def-transition);
    font-size: var(--size14);
    line-height: 1;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.section-btn:hover{
    transition: var(--def-transition);
}
.section-btn:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.section-btn--default{
    color: var(--color-white);
}
.section-btn--default:before{
    border-right: 1px solid var(--color-bej);
    border-left: 1px solid var(--color-bej);
    border-bottom: 1px solid var(--color-bej);
    transition: var(--def-transition);
}
.section-btn-svg {
    display: inline-block;
}
.section-btn-svg svg{
    width: 26px;
    height: 26px;
}
.section-btn--default:hover{
    color: var(--color-bronz);
}
.section-btn--default:hover::before{
    border-color: var(--color-bronz);
    transition: var(--def-transition);
}
.section-title{
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
}
.sub-section-title{
    margin-top: 15px;
    text-transform: uppercase;
    color: var(--color-bronz);
    font-size: var(--size20);
}
.wrap-section-title{
    margin-bottom: 70px;
}
.wrap-section-title--v2{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.wrap-section-title--v2 .section-column{
    width: 50%;
}
.wrap-section-title--v2 .sub-section-title{
    margin-top: 0px;
    font-size: var(--size16);
    color: var(--color-main);
    text-transform: unset;
}
.section-column--right--v2{
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
}
.section-column--right--v2.end{
    justify-content: end;
}
.section-column--right--v2 .sub-section-title{
    flex: 1;
    font-weight: 500;
}
.section-column--right--v2 .sub-section-more{
    width: 230px;
}
.site-btn-custom{
    display: flex;
    align-items: center;
    gap: 7px;
    padding-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: var(--size14);
    font-weight: 500;
    transition: var(--def-transition);
    position: relative;
    border-bottom: 1px solid transparent;
}
.site-btn-custom:after,
.site-btn-custom:before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 8px;
    background: transparent;
}
.site-btn-custom:before{
    left: 0;
}
.site-btn-custom:after{
    right: 0;
}
.site-btn-custom__arrow{
    display: flex;
    transition: var(--def-transition);
}
.site-btn-custom:hover .site-btn-custom__arrow{
    transform: rotate(95deg);
    transition: var(--def-transition);
}
.site-btn-custom--default{
    color: var(--color-main);
    border-color: var(--color-bronz);
}
.site-btn-custom--default:hover{
    color: var(--color-bronz);
}
.site-btn-custom--default:after,
.site-btn-custom--default:before{
    background: var(--color-bronz);
}
/* wr-container */
.wr-container {
    --global-wrc-horizontal: 0px;
    --global-wrc-vertical: 0px;
    --global-wrc-child-width: auto;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    margin-left: calc(-1 * var(--global-wrc-horizontal));
    margin-bottom: calc(-1 * var(--global-wrc-vertical));
    list-style: none;
}
.wr-container:not(.wr-container-inside) > * {
    width: var(--global-wrc-child-width);
    max-width: var(--global-wrc-child-width);
    padding-left: var(--global-wrc-horizontal);
    margin-bottom: var(--global-wrc-vertical);
    box-sizing: border-box;
}
.wr-container.wr-container-inside > * {
    flex: 0 0 calc(var(--global-wrc-child-width) - var(--global-wrc-horizontal));
    max-width: calc(var(--global-wrc-child-width) - var(--global-wrc-horizontal));
    margin-left: var(--global-wrc-horizontal);
    margin-bottom: var(--global-wrc-vertical);
    box-sizing: border-box;
}
.wrc-one{
    --global-wrc-child-width: 100%;
}
.wrc-two{
    --global-wrc-child-width: 50%;
}
.wrc-three{
    --global-wrc-child-width: 33.3333%;
}
.wrc-four{
    --global-wrc-child-width: 25%;
}
.wrc--clearHor{
    --global-wrc-horizontal: 0px;
}
.wrc--clearVert{
    --global-wrc-vertical: 0px;
}
.wrc--clearAll{
    --global-wrc-horizontal: 0px;
    --global-wrc-vertical: 0px;
}
.wrc-two.revers > .wrc-item:first-child{
    order: 2;
}
.wrc-two--blocks{
    --global-wrc-horizontal: 40px;
    --global-wrc-vertical: 0px;
    margin-bottom: 80px;
}
/**/

/*header*/
.site-header{
    position: relative;
}
.wrap-block-offcanvas{
    display: none;
}
.absolute-header .site-header {
    position: absolute;
    z-index: 2000;
    left: 0;
    right: 0;
    top: 0px;
}
.wrc-header .wrc-header-item--logo,
.wrc-header .wrc-header-item--info{
    --global-wrc-child-width: 230px;
}
.wrc-header .wrc-header-item--menu{
    flex: 1;
}
#main_menu li:before{
    display: none;
}
#main_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    row-gap: 10px;
}
.absolute-header .site-header{
    color: var(--color-white);
}
.absolute-header .site-header a{
    color: var(--color-white);
}
.absolute-header .site-header a:hover{
    color: var(--color-bronz);
}
#main_menu li{
    text-transform: uppercase;
    font-size: var(--size14);
}
.wrc-header{
    align-items: center;
    padding-bottom: 28px;
    padding-top: 28px;
}
.site-header.is-sticky {
    position: fixed;
    z-index: 999;
    width: 100%;
    animation: slideDown 0.35s ease-out;
    left: 0;
    top: 0px;
    background: var(--color-main);
}
.default-header .site-header.is-sticky{
    background: var(--color-white);
    box-shadow: 1px 1px 10px var(--color-mainOp)
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.site-header.is-sticky .header-logo img{
    max-width: 100px;
}
.site-header.is-sticky .block-lines{
    display: none;
}
.site-header.is-sticky .wrc-header{
    padding-bottom: 15px;
    padding-top: 15px;
}
.header-telephone a{
    font-weight: 700;
}
.default-header .block-lines.default {
    background: var(--color-gr);
}
.default-header .block-lines.default .block-lines__item:before, 
.default-header .block-lines.default .block-lines__item:last-child:after{
    background: var(--color-gr);
}
/*end header*/


/**/
.site-overflow{
    overflow: hidden;
    overflow: clip;
    position: relative;
}
.site-container{
    max-width: var(--main-container);
    padding-left: var(--def-padding);
    padding-right: var(--def-padding);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.site-section--full {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.site-container--max{
    max-width: var(--max-width-container);
    padding-left: var(--def-padding);
    padding-right: var(--def-padding);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.site-container--lt{
    max-width: var(--lt-container);
    padding-left: var(--def-padding);
    padding-right: var(--def-padding);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.clear--padding{
    padding-left: 0px;
    padding-right: 0px;
}
/**/
.site-section{
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
    position: relative;
}
.site-section--lt{
    padding-top: calc( var(--section-padding) / 2);
    padding-bottom: calc( var(--section-padding) / 2);
}
.site-section--pdBottom{
    padding-bottom: var(--section-padding);
}
.margin-section{
    margin-top: var(--def-marginSection);
    margin-bottom: var(--def-marginSection);
}
.margin-section--top{
    margin-top: var(--def-marginSection);
}
.margin-section--bottom{
    margin-bottom: var(--def-marginSection);
}
.margin-section--topBig{
    margin-top: calc(var(--def-marginSection) * 2);
}
.margin-section--bottomBig{
    margin-bottom: calc(var(--def-marginSection) * 2);
}
.site-section-content--default .site-section-content{
    max-width: var(--main-container);
    padding-left: var(--def-padding);
    padding-right: var(--def-padding);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.clear-section--padding,
.other-page .clear-section--padding{
    padding-top: 0px;
    padding-bottom: 0px;
}
.clear-section--paddingBottom,
.other-page .clear-section--paddingBottom{
    padding-bottom: 0px;
}
.clear-section--paddingTop,
.other-page .clear-section--paddingTop{
    padding-top: 0px;
}
/**/

/*global default*/
.position-relative{
    position: relative;
}
.ov-site-hidden{
    overflow: hidden;
}
.scale-anim{
    overflow: hidden;
}
.scale-anim img{
    transition: var(--def-transition);
}
.scale-anim:hover img{
    transition: var(--def-transition);
    transform: scale(1.1);
}
.sticky-anim{
    position: sticky;
    top: 140px;
}
.fullBlock {
    --global-wrc-child-width: auto !important;
}
.clearMarginHorizontal{
    margin-top: 0px;
    margin-bottom: 0px;
}
.wrc-item--full{
    --global-wrc-child-width: 100%;
}
.site-wrapper .mgBottom--40{
    margin-bottom: 40px;
}
.site-wrapper .mgTop--40{
    margin-top: 40px;
}
.site-wrapper{
    position: relative;
}
.cont-shadow .site-wrapper:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-gray);
    opacity: 0.8;
    transition: var(--def-transition);
    z-index: 990;
}
body.cont-shadow{
    overflow: hidden;
}
.cover-img,
img.cover{
    object-fit: cover !important;
    height: 100%;
    width: 100%;
}
.contain-img,
img.contain{
    object-fit: contain !important;
    width: auto;
    height: auto;
}
.contain-img--params{
    width: 100%;
    height: 100%;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase !important;
}
.text-decoration{
    text-decoration: underline;
}
body .disp-none{
    display: none;
}
.video-overlay {
    display: none;
}
.disp-flex{
    display: flex;
}
.margin-left{
    margin-left: auto;
}
.margin-right{
    margin-right: auto;
}
/*end global*/


/*site*/
.section-background{
    background: var(--color-bej);
}
.section-background-gr{
    background: var(--color-main);
    color: var(--color-white);
}
.block-lines{
    width: 100%;
    height: 1px;
    display: flex;
}
.block-lines__item{
    flex: 1;
}
.block-lines{
    width: 100% !important;
    flex: 0 0 100% !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: var(--main-container) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.block-lines.top-block{
    bottom: auto;
    top: 0;
}
.block-lines .block-lines__item:before,
.block-lines .block-lines__item:last-child:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 8px;
    left: 0;
    top: 0;
}
.block-lines .block-lines__item:last-child:after{
    left: auto;
    right: 0;
}
.block-lines.top-line .block-lines__item:before,
.block-lines.top-line .block-lines__item:last-child:after{
    top: auto;
    bottom: 0;
}
.block-lines.default{
    background: var(--color-bejOpacity);
}
.block-lines.default .block-lines__item:before,
.block-lines.default .block-lines__item:last-child:after{
    background: var(--color-bejOpacity);
}
.block-lines.gr{
    background: var(--color-gr);
}
.block-lines.gr .block-lines__item:before,
.block-lines.gr .block-lines__item:last-child:after{
    background: var(--color-gr);
}
.block-lines.lines-big .block-lines__item:not(:first-child)::before{
    height: 26px;
}
/**/


/*banner*/
.section-banner{
    min-height: 1000px;
    height: 100vh;
    max-height: 1000px;
}
.wrap-section-banner{
    position: relative;
}
.banner-fon{
    position: absolute;
    width: 100%;
    height: 100%;
}
.banner-fon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(0deg, #222324, #222324),linear-gradient(180deg, rgba(34, 35, 36, 0) 85%, #222324 100%);*/
    background: linear-gradient(0deg, #222324c9, #222324c9), linear-gradient(180deg, rgba(34, 35, 36, 0) 85%, #222324 100%);
    z-index: 20;
}
.section-banner .site-section-content,
.section-banner .wrap-section-banner,
.section-banner .banner-fon,
.section-banner figure,
.custom-video-player{
    height: 100%;
}
.banner-fon video,
.banner-fon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-info {
    position: relative;
    z-index: 50;
    height: 100%;
    display: flex;
    padding-top: 200px;
    padding-bottom: 105px;
    align-items: end;
    color: var(--color-white);
}
.banner-title{
    font-size: 64px;
    font-weight: 700;
    color: var(--color-bej);
    line-height: 1;
}
.banner-title span{
    font-size: 44px;
    display: block;
}
.wrc-banner{
    width: 100%;
    align-items: end;
}
.wrc-banner .wrc-banner-left{
    flex:1;
}
.wrc-banner .wrc-banner-right{
    --global-wrc-child-width: 460px;
    margin-left: 30px;
}
.wrc-banner .wrc-banner-right.banner-only-desc{
    --global-wrc-child-width: 45%;
}
.banner-desc {
    margin-top: 40px;
    font-size: 34px;
}
.banner-desc.desc-size{
    font-size: 26px;
}
.banner-title >*{
    font-size: inherit;
    margin: 0px;
    font-weight: inherit;
}
.banner-btns{
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    align-items: end;
    column-gap: 70px;
    row-gap: 20px;
}
.wrc-banner-prems{
    --global-wrc-child-width: 50%;
}
.wrc-banner-prems .wrc-banner-prems__item{
    padding: 30px;
    display: flex;
    align-items: center;
}
.wrc-banner-prems .wrc-banner-prems__item--0{
    padding-left: 0px;
    padding-top: 0px;
    border-bottom: 1px solid var(--color-bejOpacity);
    border-right: 1px solid var(--color-bejOpacity);
}
.wrc-banner-prems .wrc-banner-prems__item--1{
    padding-top: 0px; 
    border-bottom: 1px solid var(--color-bejOpacity);
}
.wrc-banner-prems .wrc-banner-prems__item--2{
    padding-left: 0px;
    padding-bottom: 0px;
    border-right: 1px solid var(--color-bejOpacity);
}
.wrc-banner-prems .wrc-banner-prems__item--icon{
    padding-bottom: 0px;
}
.benner-prems__title {
    font-weight: 500;
    font-size: var(--size20);
    color: var(--color-bej);
}
/*end banner*/

/*advantagess*/
.section-advantages {
    background: var(--color-main);
    padding-top: 65px;
    padding-bottom: 65px;
}
.wrc-advantages{
    --global-wrc-child-width: 16.6666%;
    padding-top: 50px;
    position: relative;
    align-items: center;
}
.wrap-advantages-item {
    padding: 0 20px;
    display: flex;
    align-items: center;
    color: var(--color-bej);
    gap: 14px;
    position: relative;
}
.advantages-item__img {
    display: flex;
    max-width: 25px;
    min-width: 20px;
    align-items: center;
    justify-content: center;
}
/*end*/

/*projects*/
.wrc-projects{
    --global-wrc-horizontal: 80px;
    --global-wrc-vertical: 50px;
}
.wrc-projects .project-img{
    height: 450px;
    overflow: hidden;
}
.project-info {
    padding-top: 30px;
}
.project-info__title {
    font-weight: 700;
    font-size: var(--size24);
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.wrc-projects-params{
    --global-wrc-horizontal: 0px;
    --global-wrc-child-width: 33.3333%;
}
.wrc-projects-params--4{
    --global-wrc-child-width: 25%;
}
.wrc-projects-params__title {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 5px;
}
.wrc-projects-params__text {
    font-weight: 700;
    font-size: var(--size20);
}
.wrc-projects-params--4 .wrc-projects-params__text{
    font-size: var(--size18);
}
.wrap-item-project-params{
    padding-bottom: 30px;
    padding-left: 18px;
    padding-right: 18px;
}
.wrc-projects-params--4 .wrap-item-project-params{
    padding-left: 5px;
    padding-right: 5px;
}
.wrc-projects-params .wrc-item{
    padding: 0 12px;
    border-bottom: 1px solid var(--color-gr);
    position: relative;
}
.wrc-projects-params .wrc-item:before,
.wrc-projects-params .wrc-item:last-child::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: var(--color-gr);
}
.wrc-projects-params .wrc-item:last-child::after{
    left: auto;
    right: 0;
}
.wrc-projects-params .wrc-item:last-child::before{
    height: 100%;
}
/*end*/

/*work*/
.wrap-step {
    padding: 55px 30px 50px 30px;
    border-right: 1px solid var(--color-gr);
    border-bottom: 1px solid var(--color-gr);
    height: 100%;
}
.step-top{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.step-desc{
    margin-top: 20px;
}
.wrc-steps:not(.steps-reverse) .wrc-item:last-child .wrap-step{
    border-right: 0px;
}
.wrc-steps.steps-reverse .wrc-item:first-child .wrap-step{
     border-right: 0px;
}
.wrc-steps.steps-reverse .wrap-step{
    border-bottom: 0px;
}
.wrc-steps.steps-reverse .wrap-step.need{
    border-bottom: 1px solid var(--color-gr);
}
.step-title {
    font-weight: 500;
    font-size: 20px;
}
.step-title span{
    margin-right: 50px;
}
.steps-reverse{
    flex-direction: row-reverse;
}
.wrc-steps:not(.steps-reverse) .wrc-item:last-child .step-svg{
    transform: rotate(90deg);
}
.steps-reverse .step-svg {
    transform: rotate(180deg);
}
.wrapper-steps{
    margin-bottom: 80px;
}
.wrap-u-get__title {
    font-size: var(--size14);
    font-weight: 600;
    color: var(--color-mainOp);
    margin-bottom: 24px;
}
.item-u-get {
    padding: 0 10px;
}
.wrc-u-get{
    padding-bottom: 25px;
}
.u-get-title {
    font-size: var(--size14);
    font-weight: 500;
}
.wrc-u-get .wrc-item:last-child::after{
    left: auto;
    right: 0;
}
.section-work .site-section-content{
    position: relative;
}
.section-work__img {
    position: absolute;
    right: 65px;
    bottom: -90px;
    z-index: 1;
    user-select: none;
}
.section-work .wrap-section-title--v2,
.wrapper-steps,
.wrc-total{
    position: relative;
    z-index: 20;
}
/*end work*/

/*finish-work*/
.slider-finish-img {
    height: 670px;
    overflow: hidden;
    position: relative;
}
.slider-finish-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0px;
    /*background: linear-gradient(180deg, rgba(34, 35, 36, 0) 0%, rgba(34, 35, 36, 0.6) 100%);*/
    background: linear-gradient(180deg, rgba(34, 35, 36, 0) 0%, rgb(34 35 36) 100%);
    z-index: 1;
}
.slider-finish-img .cover-img {
    display: block;
    width: 100%;
}
.wrap-finish{
    position: relative;
}
.slider-finish-info {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 100%;
    padding: 0 30px;
    color: var(--color-white);
}
.slider-finish__title {
    font-weight: 700;
    font-size: var(--size24);
}
.wrc-finish{
    margin-top: 20px;
    padding-top: 15px;
}
.wrc-finish .wrc-item{
    position: relative;
}
.wrap-param-finish {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 20px;
}
.param-finish__title {
    font-weight: 300;
}
.param-finish__text {
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.wrc-banner-form{
    --global-wrc-horizontal: 80px;
}
.finish-projects-img--main {
    position: relative;
    height: 100%;
}
.hover-zones {
    position: absolute;
    inset: 0;
    display: flex;
}
.hover-zone {
    flex: 1;
    cursor: pointer;
}
.img-stack {
    position: relative;
    height: 100%;
}
.stack-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
}
.stack-img.is-active {
    opacity: 1;
}
/*end*/


/*banner-form*/
.wrc-banner-form .wrc-item-right{
    --global-wrc-child-width: calc(100% / 3);
}
.wrc-banner-form .wrc-item-left{
    flex: 1;
}
.section-banner-form{
    background: var(--color-grafit);
    color: var(--color-white);
}
.site-form-items .site-form__item{
    padding: 26px 30px 30px 50px;
}
.site-form__item-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color:var(--color-whiteOp);
}
.site-form__item:not(.site-form-submit) input,
.site-form__item select{
    background: transparent !important;
    border: 0px !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0px;
    color: var(--color-white);
    font-size: var(--size20);
    width: 100%;
}
.ajax-conform .site-form__item:not(.site-form-submit) input,
.ajax-conform .site-form__item select{
    font-size: var(--size16);
}
.site-form__item input::placeholder,
.site-form__item select::placeholder {
    color: var(--color-white);
}
.ajax-conform .custom-select__dropdown{
    background: var(--color-main);
    max-height: 150px;
}
.ajax-conform .site-form-btns{
    margin-top: 20px;
    --global-wrc-child-width: 100%;
    --global-wrc-vertical: 10px;
}
.ajax-conform .garantii-svg svg{
    width: 20px;
    height: 20px;
}
.ajax-conform .garantii{
    align-items: center;
}
.ajax-conform .garantii-text{
    font-size: 12px;
}
.ajax-conform .garantii-text br{
    display: none;
}
body .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    padding: 0px;
    height: 40px;
}
body .iti__arrow {
    margin-left: 9px;
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid var(--color-white);
}
body .iti__arrow--up{
    border-top: none;
    border-bottom: 5px solid var(--color-white);
}
.site-form-tel.init-phone .wpcf7-tel{
    height: 40px;
    width: 100%;
}
body .iti__country-list {
    background: var(--color-mainOp);
    box-shadow: none;
    overflow: auto;
    margin: 0;
    border-color: var(--color-bronz);
    padding: 10px;
}
.site-form-items .site-form__item:nth-child(2n+1){
    border-right: 1px solid var(--color-bejOpacity);
}
.site-form-items .site-form__item:nth-child(4n + 3),
.site-form-items .site-form__item:nth-child(4n + 4) {
    border-top: 1px solid var(--color-bejOpacity);
}
.site-form-items .site-form__item.site-form-submit{
    border:0px;
}
.site-form-btns {
    margin-top: 100px;
    align-items: center;
}
.wrc-banner-form__img{
    height: 100%;
}
/*end*/


/*construction*/
.construction-item {
    padding: 10px;
}
.construction-item.construction-item--big {
    padding: 10px 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.construction-item__img{
    height: 400px;
    overflow: hidden;
}
.construction-title {
    font-size: 28px;
    font-weight: 500;
}
.construction-params__title {
    font-weight: 300;
    margin-bottom: 5px;
}
.construction-params__text{
    font-weight: 700;
    font-size: var(--size20);
}
.wrc-construction-title {
    --global-wrc-horizontal: 10px;
    align-items: end;
}
.construction-desc{
    margin-top: 40px;
}
.construction-blc{
    height: 100%;
}
.wrap-construction-elements .wrc-double-block:not(:last-child){
    margin-bottom: 30px;
}
/*end*/

/*podbor*/
.podbor-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 120px;
}
.podbor-title{
    font-size: 28px;
    font-weight: 500;
}
.podbor-desc{
    margin-top: 35px;
}
.wrc-podbor-item {
    padding: 20px 40px;
}
.wrc-podbor{
    padding-top: 100px;
    padding-bottom: 100px;
}
.wrc-podbor .wrc-item:not(.first){
    border-left: 1px solid var(--color-gr);
}
.wrc-podbor--two .podbor-img{
    width: 180px;
    height: 180px;
    margin-bottom: 60px;
}
.wrc-podbor--two .podbor-title{
    text-transform: uppercase;
}
.wrc-podbor--two .wrc-podbor-item {
    padding: 20px 40px 40px 40px;
}
.wrc-podbor--two .wrc-item.need-bd-bottom{
    border-bottom: 1px solid var(--color-gr);
}
/*end*/

/*contacts*/
.section-contacts .wrap-section-title .wrap-site-btn{
    justify-content: end;
}
/*end*/

/*map*/
#map{
    height: 680px;
    filter: grayscale(1) brightness(.8) invert(1);
}
.wrc-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 50%;
}
.wrc-map .wrc-item{
    background: var(--color-main);
    padding: 0px 10px 8px 10px;
}
.wrc-map__item {
    padding: 40px 30px;
    height: 100%;
}
.wrc-map__label {
    font-size: var(--size14);
    color: var(--color-whiteOp);
    margin-bottom: 10px;
}
.wrc-map__text {
    font-size: var(--size22);
    margin-bottom: 20px;
}
.wrc-map__dop {
    font-size: var(--size14);
    font-weight: 600;
}
.wrc-map__item a{
    color: var(--color-white);
}
.wrc-map__item a:hover{
    color: var(--color-bronz);
}
/*end*/




/*form*/
.site-form__item{
    position: relative;
}
.wpcf7-response-output{
    display: none !important;
}
.site-form__item .wpcf7-not-valid-tip {
    display: none !important;
    position: absolute;
    bottom: 0px;
    left: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #f63333;
    letter-spacing: 2.3px;
}
.site-form__item .wpcf7-not-valid,
.site-form__item .wpcf7-not-valid::placeholder{
    color: #f63333;
}
.site-form-title {
    text-align: center;
    font-size: var(--size24);
    color: var(--color-bronz);
    font-weight: 600;
    margin-bottom: 10px;
}
.site-form-desc {
    text-align: center;
    font-size: var(--size14);
    font-weight: 500;
    margin-bottom: 30px;
}
.wpcf7-spinner{
    display: none !important;
}
.site-form__item.site-form-submit {
    display: flex;
    align-items: center;
}
.garantii {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--color-whiteOp);
    font-size: var(--size14);
    font-weight: 500;
}
.garantii svg path{
    fill: var(--color-whiteOp);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-text-fill-color: #fff; 
  transition: background-color 9999s ease-in-out 0s;
}
.success-form{
    text-align: center;
    font-size: var(--size18);
}
.ajax-conform .site-form-items .site-form__item {
    border: 0px;
    padding: 10px 10px 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-bejOpacity);
}
/**/


/*footer*/
.footer{
    padding: 60px 0px;
}
.wrc-footer .wrc-item-left{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}
.footer-copy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
    justify-content: space-around;
    gap: 40px;
}
.footer-copy,
.footer-copy a {
    font-size: 14px;
    color: var(--color-whiteOp);
}
.footer-copy a:hover{
    color: var(--color-bronz);
}
.wrc-footer{
    align-items: center;
}
.wrc-footer .wrc-item-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.site-soc{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.site-soc__item a{
    width: 32px;
    display: flex;
    height: 32px;
    align-items: center;
    justify-content: center;
    background: var(--color-bronz);
    border-radius: 50px;
    transition: var(--def-transition);
}
.site-soc__item a:hover{
    transition: var(--def-transition);
    background: var(--color-green);
}
.footer-menu{
    flex: 1;
}
.site-soc--foter{
    width: 115px;
}
/*end*/

/*error-page*/
.error-page-img{
    margin-bottom: 15px;
}
.error-page-desc__title {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 500;
}
.error-page-desc__text {
    font-size: 18px;
    margin-bottom: 10px;
}
/**/


/*offcanvas*/
body .c-offcanvas {
    width: 90%;
    padding: 25px;
    z-index: 9999999999;
    background: #f1f1f1;
    color: var(--color-main);
}
body .c-offcanvas:not(:last-child){
    margin-bottom: 35px;
}
body .offcanvas-block--close{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
body .c-offcanvas .offcanvas-block:not(:last-child){
    margin-bottom: 40px;
}
body .offcanvas-block-title {
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--color-bronz);
    font-weight: 500;
}
body .c-offcanvas-bg.is-open{
    z-index: 99999;
}
body .c-offcanvas .company-info__item-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
body .c-offcanvas .company-info .company-info__item:not(:last-child){
    margin-bottom: 20px;
}
body .c-offcanvas .company-info__item-text{
    font-size: 15px;
}
body .offcanvas-telephones .offcanvas-telephones__item:not(:last-child){
    margin-bottom: 15px;
}
body .offcanvas-telephones a{
    font-size: 18px;
}
body .offcanvas-telephones span{
    display: block;
    margin-top: 3px;
    color: var(--color-green);
    font-weight: 500;
}
.offcanvas-logo img{
    max-width: 220px;
}
.offcanvas-block .wrap-mobile-menu .wrap-menu{
    justify-content: start;
    flex-direction: column;
}
.offcanvas-logo{
    max-width: 110px;
}
/*end offcanvas*/

/*fancybox*/
.fancybox-container .fancybox-content {
    max-width: 600px;
    overflow: hidden;
    background: var(--color-grafit);
    color: var(--color-white);
}
/*end fancy*/

/*custom select*/
.custom-select {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.custom-select__selected {
    font-size: var(--size20);
    position: relative;
    padding-right: 20px;
}
.custom-select__selected::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.5 6L12 1' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 0.3s ease;
}
.custom-select.open .custom-select__selected::after {
    transform: translateY(-50%) rotate(180deg);
}
.custom-select__dropdown {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
    max-height: 200px;
    overflow-y: auto;
    background: var(--color-mainOp);
    box-shadow: none;
    overflow: auto;
    margin: 0;
    border-color: var(--color-bronz);
    padding: 10px;
    margin-top: 10px;
}
.custom-select.open .custom-select__dropdown {
    display: block;
}
.custom-select__option {
    padding: 12px;
}
.custom-select__option:hover {
    background: var(--color-bronz);
}
/*end*/

/*blocktext*/
.wrap-blocktext-item{
    padding: 10px;
}
.wrap-blocktext-item__text{
    padding: 30px;
}
.blocktext-img img{
    max-height: 750px;
}
/**/

/*swiper*/
.swiper-panel--default{
    padding: 10px;
    background: var(--color-main);
    color: var(--color-white);
    position: absolute;
    width: fit-content;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.swiper-panel--bottom{
    bottom: 30px;
}
.swiper-panel--right{
    right: 30px;
}
.swiper-panel__numbs {
    font-size: 26px;
    display: flex;
    align-items: end;
    gap: 4px;
    font-family: 'Dorsa';
    user-select: none;
}
.current-slide {
    font-size: 46px;
    line-height: 0.85;
}
.swiper-panel .swiper-button-prev:after, 
.swiper-panel .swiper-rtl .swiper-button-next:after{
    font-size: inherit;
    content: url("data:image/svg+xml,%3Csvg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.218 8.33844L0.724803 8.33846M0.724803 8.33846H0.68277M0.724803 8.33846L8.70974 0.353516M0.724803 8.33846L0.707131 8.35613L8.70452 16.3535' stroke='%23CD8032'/%3E%3C/svg%3E%0A");
    transition: var(--def-transition);
    outline: none !important;
    box-shadow: none !important;
}
.swiper-panel .swiper-button-prev.swiper-button-disabled:after, 
.swiper-panel .swiper-rtl .swiper-button-next.swiper-button-disabled:after{
    font-size: inherit;
    content: url("data:image/svg+xml,%3Csvg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.218 8.33844L0.724803 8.33846M0.724803 8.33846H0.68277M0.724803 8.33846L8.70974 0.353516M0.724803 8.33846L0.707131 8.35613L8.70452 16.3535' stroke='%23CD8032'/%3E%3C/svg%3E%0A");
    transition: var(--def-transition);
    outline: none !important;
    box-shadow: none !important;
}
.swiper-panel .swiper-button-next:after, 
.swiper-panel .swiper-rtl .swiper-button-prev:after{
    font-size: inherit;
    content: url("data:image/svg+xml,%3Csvg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.33844L17.4932 8.33846M17.4932 8.33846H17.5352M17.4932 8.33846L9.50827 0.353516M17.4932 8.33846L17.5109 8.35613L9.5135 16.3535' stroke='%23CD8032'/%3E%3C/svg%3E%0A");
    transition: var(--def-transition);
    outline: none !important;
    box-shadow: none !important;
}
.swiper-panel .swiper-button-next.swiper-button-disabled:after, 
.swiper-panel .swiper-rtl .swiper-button-prev.swiper-button-disabled:after{
    font-size: inherit;
    content: url("data:image/svg+xml,%3Csvg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.33844L17.4932 8.33846M17.4932 8.33846H17.5352M17.4932 8.33846L9.50827 0.353516M17.4932 8.33846L17.5109 8.35613L9.5135 16.3535' stroke='%23CD8032'/%3E%3C/svg%3E%0A");
    transition: var(--def-transition);
    outline: none !important;
    box-shadow: none !important;
}
.swiper-panel .swiper-button-next.swiper-button-disabled, 
.swiper-panel .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.swiper-panel .swiper-button-next:hover::after,
.swiper-panel .swiper-button-prev:hover::after{
    animation: swingRotate 0.5s ease;
}
@keyframes swingRotate {
    0%   { transform: rotate(0deg); }
    25%  { transform: rotate(-20deg); }
    50%  { transform: rotate(16deg); }
    75%  { transform: rotate(-12deg); }
    100% { transform: rotate(0deg); }
}
.swiper-panel .swiper-panel__btn--v2 .swiper-button-prev:after, 
.swiper-panel .swiper-panel__btn--v2 .swiper-rtl .swiper-button-next:after{
    content: url("data:image/svg+xml,%3Csvg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.218 8.33844L0.724803 8.33846M0.724803 8.33846H0.68277M0.724803 8.33846L8.70974 0.353516M0.724803 8.33846L0.707131 8.35613L8.70452 16.3535' stroke='%23222324'/%3E%3C/svg%3E%0A");
}
.swiper-panel .swiper-panel__btn--v2 .swiper-button-next:after, 
.swiper-panel .swiper-panel__btn--v2 .swiper-rtl .swiper-button-prev:after{
    content: url("data:image/svg+xml,%3Csvg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.33844L17.4932 8.33846M17.4932 8.33846H17.5352M17.4932 8.33846L9.50827 0.353516M17.4932 8.33846L17.5109 8.35613L9.5135 16.3535' stroke='%23222324'/%3E%3C/svg%3E%0A");
}
.swiper-panel__btn.swiper-panel__btn--v2 .swiper-button-next,
.swiper-panel__btn.swiper-panel__btn--v2 .swiper-button-prev{
    width: 100%;
    height: 100%;
}
.swiper-panel__btn .swiper-button-prev,
.swiper-panel__btn .swiper-button-next{
    position: inherit;
    left: auto;
    top: auto;
    right:auto;
    bottom: auto;
    width: fit-content;
    height: fit-content;
    margin-top: 0px;
}
.swiper-panel__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    position: relative;
}
.swiper-panel__btn--v2{
    justify-content: end;
}
.swiper-panel-container {
    order: 2;
}
.swiper-panel__btn-sep {
    width: 2px;
    height: 16px;
    background: var(--color-bejOpacity);
}
/*end*/

/*company-prems*/
.wrc-company-prems{
    --global-wrc-child-width: 16.6666%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.wrap-company-prem-item {
    background: var(--color-bej);
    padding: 60px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 20px;
}
.wrc-company-prems .wrc-item{
    padding: 0 10px;
}
/*end*/

/**/
.block-company-imgs{
    display: flex;
    gap: 40px;
}
.block-company-imgs__sect{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.wrc-company-text .wrc-item{
    padding: 10px;
}
.block-company-imgs__sect-item {
    height: 500px;
    overflow: hidden;
}
.block-company-imgs__sect-item.lt{
    height: 360px;
    overflow: hidden;
}
.block-company-imgs__sect--right .block-company-imgs__sect-item{
    height: 650px;
    overflow: hidden;
    margin-top: 150px;
}
.block-company-imgs__sect--right{
    justify-content: end;
}
/**/

/*harakteristiki*/
.wrapper-harakteristiki-item{
    padding: 10px;
    height: 100%;
}
.wrc-harakteristiki-item--left .wrap-harakteristiki-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.wrc-harakteristiki{
    padding: 10px 30px;
    font-size: var(--size14);
}
.wrap-harakteristiki .wrapper-harakteristiki-item:not(:last-child){
    margin-bottom: 30px;
}
.harakteristiki-title{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}
/**/
/*media*/
@media (max-width: 360px) {
    .site-section--full {
        width: 360px;
        max-width: 360px;
        margin-left: calc(-360px/2 + 50%);
        margin-right: calc(-360px/2 + 50%);
    }
}

@media (max-width: 1650px){
    .podbor-img{
        margin-bottom: 80px;
    }
    .site-header .block-lines {
        width: calc(100% - (var(--def-padding) * 2)) !important;
    }
}
@media (max-width: 1500px){
    .section-title {
        font-size: 48px;
    }
    .wrap-advantages-item {
        padding: 0px 10px;
        gap: 7px;
    }
    .wrc-projects,
    .wrc-banner-form {
        --global-wrc-horizontal: 50px;
    }
    .step-title span {
        margin-right: 20px;
    }
    .item-u-get {
        padding: 0px 5px;
    }
    .slider-finish-img {
        height: 620px;
    }
    .sub-section-title br{
        display: none;
    }
}
@media (max-width: 1400px){
    :root{
        --section-padding: 100px;
    }
    .section-title {
        font-size: 44px;
    }
    #main_menu{
        column-gap: 15px;
    }
    .banner-title {
        font-size: 55px;
    }
    .banner-title span{
        font-size: 34px;
    }
    .banner-btns{
        gap: 40px;
    }
    .advantages-item__title {
        font-size: var(--size14);
    }
    .sub-section-title {
        margin-top: 10px;
    }
    .wrc-projects, 
    .wrc-banner-form {
        --global-wrc-horizontal: 20px;
    }
    .wrc-projects-params .wrc-item{
        padding: 0px;
    }
    .wrap-item-project-params {
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .project-info__title{
        padding: 0 10px;
    }
    .wrc-projects-params__text{
        font-size: 18px;
    }
    .slider-finish-info{
        padding: 0 15px;
    }
    .slider-finish.swiper{
        overflow: visible;
    }
    .site-form__item:not(.site-form-submit) input, 
    .site-form__item select{
        font-size: 18px;
    }
    .site-form-items .site-form__item{
        padding: 25px 30px;
    }
    .construction-title {
        font-size: 24px;
    }
    .construction-params__title{
        font-size: var(--size14);
    }
    .podbor-img {
        margin-bottom: 40px;
    }
    .wrc-podbor--two .podbor-img{
        width: 150px;
        height: 150px;
    }
    .podbor-title {
        font-size: 26px;
    }
    .wrc-map__item {
        padding: 20px 5px;
    }
    .wrc-map{
        max-width: 70%;
    }
    .footer-copy{
        justify-content: start;
        gap: 10px;
        flex-direction: column;
        align-items: start;
    }
    .wrc-footer .wrc-item-right{
        flex-direction: column;
        align-items: start;
    }
    .construction-item.construction-item--big {
        padding: 10px 15px;
    }
    .site-soc--foter{
        width: 100%;
    }
    .wrc-projects-params--4 {
        --global-wrc-child-width: 50%;
    }
    .wrc-projects-params--4 .wrc-item:not(:first-child) .wrap-item-project-params,
    .wrc-projects-params--4 .wrc-item:not(:nth-child(2)) .wrap-item-project-params{
        padding-top: 20px;
    }
    .wrc-banner .wrc-banner-right.banner-only-desc {
        --global-wrc-child-width: 35%;
    }
    .wrc-banner .wrc-banner-right.banner-only-desc br{
        display: none;
    }
    .wrap-company-prem-item{
        padding: 45px 20px;
    }
}
@media (max-width: 1200px){
    :root{
        --section-padding: 80px;
        --size20:18px;
        --size22:20px;
    }
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 36px;
    }
    h3{
        font-size: 32px;
    }
    h4{
        font-size: 26px;
    }
    .site-btn{
        padding: 15px;
    }
    .wrc-header .wrc-header-item--info{
        text-align: right;
    }
    .banner-title {
        font-size: 50px;
    }
    .banner-desc {
        margin-top: 30px;
        font-size: 26px;
    }
    .wrc-banner-prems .wrc-banner-prems__item {
        padding: 20px;
    }
    .banner-btns {
        gap: 25px;
    }
    .section-title {
        font-size: 40px;
    }
    .wrap-section-title {
        margin-bottom: 60px;
    }
    .wrc-projects-params{
        --global-wrc-child-width: 50%;
    }
    .wrc-projects-params .wrc-item:last-child::before{
        height: 8px;
    }
    .wrc-projects-params .wrc-item:last-child{
        --global-wrc-child-width: 100%;
    }
    .wrc-projects-params--4.wrc-projects-params .wrc-item:last-child{
        --global-wrc-child-width: 50%;
    } 
    .wrc-projects-params--4.wrc-projects-params .wrc-item:last-child .wrap-item-project-params{
        text-align: left;
    }
    .wrc-projects-params .wrc-item:last-child .wrap-item-project-params{
        padding-top: 20px;
        text-align: center;
    }
    .wrap-step {
        padding: 30px 15px;
    }
    .wrc-steps{
        --global-wrc-child-width: 50%;
        justify-content: end;
    }
    .wrap-step{
        border-right: 0px;
    }
    .wrc-steps--1 .step-svg{
        transform: rotate(90deg);
    }
    .wrc-steps.steps-reverse .wrc-steps--0{
        --global-wrc-child-width: 100%;
    }
    .wrc-steps.steps-reverse .wrap-step{
        border-bottom: 1px solid var(--color-gr);
    }
    .wrc-steps.steps-reverse .wrc-item:first-child .wrap-step{
        border-right: 0px;
        max-width: 50%;
        margin-left: auto;
    }
    .wrc-steps.steps-reverse .wrc-item:first-child .step-svg{
        transform: rotate(90deg);
    }
    .wrc-steps.steps-reverse .wrc-steps--1 .step-svg{
        transform: rotate(180deg);
    }
    .wrc-steps.steps-reverse .wrc-steps--2 .step-svg{
        transform: rotate(90deg);
    }
    .section-work__img{
        left: 0;
        right: 0;
        bottom: 200px;
    }
    .wrapper-steps {
        margin-bottom: 30px;
    }
    .wrc-total{
        --global-wrc-child-width: 100%;
        --global-wrc-vertical: 20px;
    }
    .wrc-total .wrc-item:first-child{
        order: 2;
    }
    .wrap-u-get__title{
        text-align: center;
    }
    .wrc-total .wrap-site-btn{
        justify-content: center;
    }
    .u-get-title{
        text-align: center;
        font-weight: 600;
    }
    .param-finish__text{
        font-size: 18px;
    }
    .wrap-param-finish{
        padding: 0 10px;
    }
    .site-form-items .site-form__item {
        padding: 25px 15px;
    }
    .wrap-section-title--v2 .section-column{
        width: 100%;
    }
    .wrap-section-title--v2{
        flex-wrap: wrap;
        gap: 20px;
        align-items: start;
        justify-content: start;
    }
    .wrc-podbor {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .wrc-podbor-item {
        padding: 20px;
    }
    .podbor-title {
        font-size: 24px;
    }
    .site-soc--foter{
        justify-content: center;
    }
    .section-contacts .wrap-section-title .wrap-site-btn {
        justify-content: start;
    }
    .wrc-projects-params .wrc-item:before{
        bottom: -8px;
    }
    .wrc-projects-params .wrc-item:last-child::before{
        bottom: 0px;
    }
    .wrc-projects-params .wrc-item:nth-child(2)::after{
        content: '';
        position: absolute;
        bottom: -8px;
        right: 0;
        width: 1px;
        height: 8px;
        background: var(--color-gr);
    }
    .wrap-company-prem-item{
        padding: 30px 20px;
    }
    .wrc-company-prems {
        --global-wrc-child-width: 33.333%;
        --global-wrc-vertical: 20px;
    }
    .block-company-imgs__sect-item.lt {
        height: 280px;
    }
    .block-company-imgs__sect-item {
        height: 400px;
    }
    .block-company-imgs__sect--right .block-company-imgs__sect-item {
        height: 550px;
        margin-top: 30px;
    }
    .block-company-imgs__sect{
        justify-content: end;
    }
    .wrap-company-text-block{
        position: sticky;
        top: 140px;
    }
    .block-company-imgs,
    .block-company-imgs__sect{
        gap: 10px;
    }
    .wrc-harakteristiki {
        padding: 10px;
    }
}
@media (max-width: 992px){
    :root{
        --size24:21px;
    }
    .section-banner{
        min-height: auto;
    }
    .breadcrumb {
        font-size: 14px;
    }
    .wrap-block-offcanvas{
        display: flex;
        margin-left: 20px;
    }
    .wrc-header .wrc-header-item--logo, 
    .wrc-header .wrc-header-item--info {
        --global-wrc-child-width: auto;
    }
    .wrc-header .wrc-header-item--menu{
        display: none;
    }
    .wrc-header-item--info{
        display: flex;
        flex-wrap: wrap;
    }
    .wrc-header{
        justify-content: space-between;
        gap: 10px;
    }
    .header-telephone{
        font-size: 20px;
    }
    .main_menu--mobile{
        justify-content: start;
        flex-direction: column;
    }
    .banner-title,{
        font-size: 42px;
    }
    .banner-title br{
        display: none;
    }
    .wrc-banner,
    .wrc-banner .wrc-banner-right,
    .wrc-banner .wrc-banner-right.banner-only-desc{
        --global-wrc-child-width: 100%;
    }
    .wrc-banner .wrc-banner-right.banner-only-desc{
        margin-top: 40px;
    }
    .wrc-banner .wrc-banner-right{
        margin-left: 0px;
        margin-top: 70px;
    }
    .banner-btns{
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        width: 100%;
        justify-content: space-between;
        padding: 0px var(--def-padding);
    }
    .wrc-advantages{
        --global-wrc-child-width: 33.3333%;
        --global-wrc-vertical: 30px;
        padding-top: 35px;
    }
    .wrc-advantages .block-lines .block-lines__item:not(:first-child):not(:last-child):not(:nth-child(2)){
        display: none;
    }
    .section-title,
    .page-title >* {
        font-size: 37px;
    }
    .wrap-section-title {
        margin-bottom: 45px;
    }
    .swiper-panel--right {
        right: 5px;
    }
    .swiper-panel--bottom {
        bottom: 5px;
    }
    .current-slide {
        font-size: 38px;
    }
    .wrc-projects .project-img {
        height: 400px;
    }
    .section-title br,
    .podbor-title br{
        display: none;
    }
    .wrc-u-get{
        align-items: center;
    }
    .slider-finish-img {
        height: 460px;
    }
    .wrap-param-finish {
        padding: 0 5px;
        gap: 4px;
    }
    .wrc-banner-form{
        --global-wrc-horizontal: 0px;
        --global-wrc-child-width: 100%;
    }
    .wrc-banner-form .wrc-item-left{
        position: relative;
        z-index: 20;
    }
    .wrc-banner-form .wrc-item-right{
        --global-wrc-child-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0.1;
    }
    .wrap-section-title--v2 .section-column{
        flex-direction: column;
    }
    .section-column--right--v2 .sub-section-more{
        width: 100%;
    }
    .wrc-construction-title{
        --global-wrc-child-width: 100%;
        --global-wrc-horizontal: 0px;
        --global-wrc-vertical: 15px;
    }
    .construction-item.construction-item--big {
        padding: 40px 15px;
    }
    .wrc-podbor{
        --global-wrc-child-width: 50%;
        --global-wrc-vertical: 20px;
    }
    .wrc-podbor .wrc-item.first{
        --global-wrc-child-width: 100%;
        text-align: center;
    }
    .wrc-podbor .podbor-img{
        margin-bottom: 30px;
    }
    .wrc-podbor .wrc-item.first .podbor-img{
        margin-left: auto;
        margin-right: auto;
    }
    .wrc-podbor .wrc-item.last{
        border-right: 1px solid var(--color-gr);
    }
    .wrc-podbor .wrc-item.first{
        border-right: 1px solid var(--color-gr);
        border-left: 1px solid var(--color-gr);
    }
    .wrc-map .wrc-item {
        padding: 0px 0px 5px 0px;
    }
    .wrc-map {
        max-width: 45%;
        flex-direction: column;
        --global-wrc-child-width: 100%;
    }
    .wrc-map .wrc-item {
        padding: 0px 0px 5px 0px;
        width: 100%;
    }
    .wrc-footer{
        --global-wrc-child-width: 100%;
        --global-wrc-vertical: 25px;
    }
    .wrc-footer .wrc-item-left{
        flex-direction: column;
        gap: 20px;
    }
    .footer-copy{
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .wrc-footer .wrc-item-right{
        justify-content: center;
        align-items: center;
    }
    .hover-zones{
        display: none;
    }
    .img-stack a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .wrc-blocktext-two{
        --global-wrc-child-width: 100%;
    }
    .wrap-blocktext-item__text{
        padding: 20px 0;
    }
    .margin-section--topBig{
        margin-top: var(--def-marginSection);
    }
    .margin-section--bottomBig{
        margin-bottom: var(--def-marginSection);
    }
    .wrc-podbor--two .podbor-img{
        width: 100px;
        height: 100px;
    }
    .wrc-podbor--two .wrc-item.first {
        border-bottom: 1px solid var(--color-gr);
    }
    .wrc-company-prems .block-lines .block-lines__item:first-child,
    .wrc-company-prems .block-lines .block-lines__item:nth-child(3),
    .wrc-company-prems .block-lines .block-lines__item:nth-child(2){
        display: none;
    }
    .block-company-imgs__sect {
        width: 100%;
    }
    .block-company-imgs{
        flex-direction: column;
    }
    .block-company-imgs__sect-item {
        height: 260px !important;
    }
    .block-company-imgs__sect--right .block-company-imgs__sect-item{
        margin-top: 0px;
    }
    .harakteristiki-title {
        font-size: 24px;
    }
}
@media (max-width: 767px){
    :root{
        --section-padding: 70px;
    }
    .banner-fon:before{
        background: linear-gradient(0deg, #22232482, #222324c9), linear-gradient(180deg, rgba(34, 35, 36, 0) 85%, #222324 100%);
    }
    h1{
        font-size: 32px;
    }
    h2{
        font-size: 26px;
    }
    h3{
        font-size: 24px;
    }
    h4{
        font-size: 22px;
    }
    .section-banner {
        min-height: auto;
        height: auto;
        max-height: max-content;
    }
    .banner-title {
        font-size: 36px;
    }
    .banner-title span{
        font-size: 22px;
    }
    .banner-desc,
    .banner-desc.desc-size {
        margin-top: 15px;
        font-size: 20px;
    }

    .benner-prems__title br,
    .construction-title br{
        display: none;
    }
    .wrc-banner-prems .wrc-banner-prems__item {
        padding: 20px 15px;
    }
    .banner-btns .banner-btns__item:not(:first-child){
        display: none;
    }
    .section-title,
    .page-title >* {
        font-size: 34px;
    }
    .wrc-projects .project-img {
        height: 370px;
    }
    .wrc-projects{
        --global-wrc-child-width: 100%;
        --global-wrc-horizontal: 10px;
    }
    .wrc-steps {
        --global-wrc-child-width: 100%;
        justify-content: start;
    }
    .wrc-steps.steps-reverse .wrc-item:first-child .wrap-step{
        max-width: 100%;
    }
    .wrc-steps .step-svg {
        transform: rotate(90deg) !important;
    }
    .wrc-u-get{
        --global-wrc-child-width: 50%;
        --global-wrc-vertical: 20px;
    }
    .site-form-btns {
        margin-top: 50px;
        --global-wrc-child-width: 100%;
        --global-wrc-vertical: 10px;
    }
    .site-form__item.site-form-submit,
    .garantii{
        justify-content: center;
    }
    .wrc-double-block{
        --global-wrc-child-width: 100%;
    }
    .wrc-double-block .block-lines.lines-big .block-lines__item:not(:first-child)::before {
        height: 8px;
    }
    .wrc-two.revers > .wrc-item:first-child {
        order: 0;
    }
    .wrc-podbor-item {
        padding: 20px 10px;
    }
    .wrap-map {
        display: flex;
        flex-direction: column;
    }
    #obs-map{
        order: 2;
    }
    .wrc-map{
        position: inherit;
        max-width: 100%;
    }
    #map {
        height: 440px;
    }
    .custom-select.open .custom-select__dropdown{
        background: var(--color-main);
    }
    .fancybox-container .fancybox-content{
        max-width: 100%;
        padding: 25px;
    }
    .wrc-company-prems {
        --global-wrc-child-width: 50%;
    }
    .wrc-company-prems .block-lines .block-lines__item:nth-child(4){
        display: none;
    }
    .wrc-company-text{
        --global-wrc-child-width: 100%;
    }
    .block-company-imgs__sect {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: start;
    }
    .block-company-imgs__sect-item {
        height: 250px !important;
        width: calc(100% / 2 - 5px);
    }
    .block-company-imgs{
        margin-top: 25px;
    }
    blockquote{
        padding-left: 20px;
    }
    .wrc-podbor--two .wrc-podbor-item{
        padding: 20px;
    }
    .wrc-podbor--two .podbor-title{
        font-size: 22px;
        text-transform: capitalize;
    }
    .harakteristiki-title{
        margin-bottom: 0px;
    }
    .wrc-harakteristiki{
        --global-wrc-child-width: 100%;
        padding: 0px;
    }
    .wrapper-harakteristiki-item {
        padding: 20px 5px;
    }
    .harakteristiki-sdesc {
        margin-bottom: var(--global-base-margin);
    }
    .benner-prems__title{
        font-size: 16px;
    }
}
@media (max-width: 550px){
    :root{

    }
    .breadcrumb {
        font-size: 12px;
    }
    .section-title {
        font-size: 30px;
        text-align: center;
    }
    .page-title >*{
        font-size: 30px;
    }
    .wrap-section-title {
        margin-bottom: 35px;
    }
    .header-logo img{
        max-width: 90px;
    }
    .wrap-block-offcanvas{
        margin-left: 10px;
    }
    .wrc-banner .wrc-banner-left,
    .advantages-item__title,
    .project-info__title,
    .wrap-item-project-params,
    .param-finish__text,
    .param-finish__title,
    .slider-finish__title,
    .sub-section-title,
    .wrc-construction-title,
    .wrc-podbor .wrc-item,
    .site-text h1,
    .site-text h2,
    .site-text h3,
    .site-text h4,
    .site-text h5,
    .site-text h6,
    .wrc-map__item,
    .wrc-banner .wrc-banner-right.banner-only-desc,
    .benner-prems__title{
        text-align: center;
    }
    .benner-prems__title{
        font-size: 14px;
    }
    .banner-desc,
    .banner-desc.desc-size {
        margin-top: 10px;
        font-size: 18px;
    }
    .wrc-banner-prems .wrc-banner-prems__item,
    .wrap-site-btn,
    .section-contacts .wrap-section-title .wrap-site-btn,
    .banner-btns,
    .param-finish__text,
    .swiper-panel__btn--v2{
        justify-content: center;
    }
    .wrc-banner-prems .wrc-banner-prems__item--2,
    .wrc-banner-prems .wrc-banner-prems__item--icon{
        --global-wrc-child-width: 100%;
    }
    .wrc-banner-prems .wrc-banner-prems__item--2{
        border-left: 1px solid var(--color-bejOpacity);
    }
    .wrc-banner-prems .wrc-banner-prems__item--icon{
        border-left: 1px solid var(--color-bejOpacity);
        border-right: 1px solid var(--color-bejOpacity);
        border-bottom: 1px solid var(--color-bejOpacity);
    }
    .wrc-banner-prems .wrc-banner-prems__item {
        padding: 15px;
    }
    .wrc-advantages {
        --global-wrc-child-width: 50%;
        --global-wrc-vertical: 20px;
        padding-top: 30px;
    }
    .wrc-advantages .block-lines .block-lines__item:not(:first-child):not(:last-child){
        display: none;
    }
    .advantages-item__title br{
        display: none;
    }
    .wrap-advantages-item{
        flex-direction: column;
    }
    .wrap-step {
        padding: 20px 0px;
    }
    .step-title{
        font-size: 18px;
    }
    .step-title span {
        margin-right: 10px;
    }
    .wrc-u-get,
    .site-form-items{
        --global-wrc-child-width: 100%;
    }
    .slider-finish-info {
        padding: 0 5px;
    }
    .param-finish__title{
        font-size: 13px;
    }
    .param-finish__text {
        font-size: 15px;
    }
    .param-finish__text span{
        display: none;
    }
    .section-work__img{
        bottom: 100px;
    }
    .swiper-panel__btn--v2 {
        margin-top: 0;
    }
    .site-form-items .site-form__item {
        padding: 15px 10px;
    }
    .wrc-banner-form .site-form-items .site-form__item{
        border: 0px !important;
    }
    .wrc-banner-form .site-form-items .site-form__item:nth-child(2n+1){
        border-top: 1px solid var(--color-bejOpacity) !important;
        border-right: 1px solid var(--color-bejOpacity) !important;
    }
    .wrc-banner-form .site-form-items .site-form__item:nth-child(2n){
        border-left: 1px solid var(--color-bejOpacity) !important;
        border-top: 1px solid var(--color-bejOpacity) !important;
    }
    .wrc-banner-form .site-form-items .site-form__item:last-child{
        border-bottom: 1px solid var(--color-bejOpacity) !important;
    }
    .wrc-banner-form .site-form__item:not(.site-form-submit) input, .site-form__item select {
        font-size: 14px;
    }
    .construction-item {
        padding: 0px 0px 10px 0px;
    }
    .construction-desc {
        margin-top: 30px;
    }
    .construction-item.construction-item--big{
        padding: 35px 0px;
    }
    .wrc-podbor {
        --global-wrc-child-width: 100%;
    }
    .wrc-podbor .wrc-item{
        border-right: 1px solid var(--color-gr);
        border-left: 1px solid var(--color-gr);
    }
    .wrc-podbor .wrc-item .podbor-img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .podbor-title {
        font-size: 20px;
    }
    .podbor-desc{
        margin-top: 20px;
    }
    .fancybox-container .fancybox-content {
        padding: 20px;
    }
    .wrc-projects-params--4.wrc-projects-params .wrc-item:last-child .wrap-item-project-params{
        text-align: center;
    }
    .company-prem-item__title{
        font-size: 14px;
    }
    .wrap-company-prem-item{
        row-gap: 10px;
    }
    .wrc-company-prems .wrc-item {
        padding: 0 5px;
    }
    .wrc-company-prems{
        --global-wrc-vertical: 10px;
    }
    .block-company-imgs__sect-item{
        height: 200px !important;
    }
    .wrc-podbor--two .wrc-item:not(.last){
        border-bottom: 1px solid var(--color-gr);
    }
    .harakteristiki-title {
        font-size: 22px;
        text-align: center;
    }

}