@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');


/********* ROOT *********/
body, html {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    position: relative;
    color: #393939;
    background: #FFFBF6;
}

@font-face {
    font-family: 'proxima';
    src: url('../fonts/proximanova_black-webfont.woff2') format('woff2'),
    url('../fonts/proximanova_black-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'proxima';
    src: url('../fonts/proximanova_extrabold-webfont.woff2') format('woff2'),
    url('../fonts/proximanova_extrabold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'proxima';
    src: url('../fonts/proximanova_light-webfont.woff2') format('woff2'),
    url('../fonts/proximanova_light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

h1, h2, h3 {
    font-family: 'PT Serif', serif;
}

.content {
    flex: 1 0 auto;
}

.mButton {
    background: var(--orange);
    box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
    color: #fff;
    padding: 15px 33px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    border: none;
}

.sl_row-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.sl_col-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.slTitle {
    font-size: 29px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 15px;
}


.slModTitle {
    line-height: 1.1;
    margin-bottom: 15px;
    font-size: 29px;
    font-weight: 800;
}

:root * {
    --orange: #FFB703;
    --grey: #878787;
}



.fotorama__nav-wrap {
    display: none;
}



.footer {

}

.slGrey {
    /*background-color: #f6f7fb;*/
}

.slBlock {
    padding: 70px 0;
}

.comContent {
    margin-bottom: 30px;
}



/********* КОНЕЦ | ROOT *********/

/********* HEADER *********/

.logoBlock-img {
    /*width: 100%;*/
}

/********* КОНЕЦ | HEADER *********/

/********* МЕНЮ *********/

.modSlMenu-returnBtn {
    height: 50px;
    width: 100%;
    text-align: left;
    line-height: 1;
    padding-left: 1rem;
    border: none;
    background: none;
}

.modSlMenu-returnBtn span {
    background-color: var(--orange);
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-size: 20px;
    display: inline-block;
    border: none;
}

.modSlMenu-returnBtn:focus {
    outline: none;
}

.modMenuH {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 80vw;
    background-color: #fff;
    z-index: 10;
    transform: translateX(-100%);
    transition: all 0.3s;
    overflow-x: hidden;
    overflow-y: auto;
    /*padding-top: 15px;*/
}

.modMenuH.open {
    transform: translateX(0%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.modMenuH__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
}

.modMenuH__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.modMenuH__list-lvl_1 {
    height: calc(100% - 50px);
}

.modMenuH__item {
    display: block;
}

.modMenuH__item-link {
    display: inline-block;
    width: 100%;
    line-height: 1;
    padding: 0.7rem 1rem;
    font-size: 1.5rem;
    color: #333;
    transition: all 0.3s;
}

.modMenuH__item-link:hover,
.modMenuH__item-link:focus,
.modMenuH__item-link:active {
    color: #333;
    text-decoration: none;
}



.modMenuH__item.deeper .modMenuH__list {
    position: absolute;
    top : 0;
    left: 0;
    transform: translateX(-100%);
    background-color: #e9872e;
    transition: all 0.3s;
}

.modMenuH__item-link.deeper {
    display: flex;
    align-items: center;
}

.modMenuH__item.deeper .modMenuH__list.open {
    transform: translateX(0%);
}


.modMenuH__item-link_chevron {
    flex-grow: 1;
    height: 100%;
    margin-left: 10px;
    position: relative;
    transform: translateY(8%);
}

.topNav-oranj {
    background-color: #fd9232;
}

.topNav-oranj .modMenuH__item-link {
    color: #ffffff;
}






/*nav.menu-horizontal {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    opacity: 0.99;*/
/*    z-index: 1;*/
/*}*/

/*nav.menu-horizontal ul {*/
/*    list-style: none;*/
/*    position: relative;*/
/*    display: inline-table;*/
/*    padding: 0;*/
/*    width: 100%;*/
/*}*/

/*nav.menu-horizontal ul li {*/
/*    display: table-cell;*/
/*    -webkit-transition: all .2s ease-in-out;*/
/*    -moz-transition: all .2s ease-in-out;*/
/*    transition: all .2s ease-in-out;*/
/*}*/

/*nav.menu-horizontal ul li:hover {*/
/*    background: rgba(0, 0, 0, .15);*/
/*}*/

/*nav.menu-horizontal ul li:hover > ul {*/
/*    display: block;*/
/*    width: auto*/
/*}*/

/*nav.menu-horizontal ul li a {*/
/*    display: inline-block;*/
/*    padding: 10px 20px;*/
/*    color: #222;*/
/*    letter-spacing: 1px;*/
/*    text-decoration: none;*/
/*    width: 100%;*/
/*}*/

/*nav.menu-horizontal ul ul {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 100%;*/
/*}*/

/*nav.menu-horizontal ul ul li {*/
/*    float: none;*/
/*    position: relative;*/
/*}*/

/*nav.menu-horizontal ul ul li a {*/
/*    padding: 10px 20px;*/
/*}*/

/*nav.menu-horizontal ul ul ul {*/
/*    position: absolute;*/
/*    left: 100%;*/
/*    top: 0;*/
/*}*/


/*@media (max-width: 768px) {*/
/*    .slMobileMenu {*/
/*        position: fixed !important;*/
/*        display: block !important;*/
/*        top: 0;*/
/*        left: 0;*/
/*        bottom: 0;*/
/*        background-color: #FFEB3B;*/
/*        z-index: 100;*/
/*        width: 80% !important;*/
/*        height: 100vh;*/
/*        transform: translateX(-100%);*/
/*        transition: all 0.3s;*/
/*    }*/

/*    .slMobileMenu.open {*/
/*        transform: translateX(0);*/
/*        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);*/
/*    }*/

/*    .slMobileMenu-hideBtn {*/
/*        width: 100%;*/
/*        text-align: center;*/
/*        display: block !important;*/
/*        background: red;*/
/*        padding: 10px 0;*/
/*        font-weight: bold;*/
/*        color: #fff;*/
/*    }*/

/*    .slMobileMenu li.menu-item{*/
/*        display: block;*/
/*        position: relative;*/
/*    }*/
/*}*/


/********* КОНЕЦ | МЕНЮ *********/

/********* HEADER *********/

.topNav.slGrey {
    border-bottom: 1px solid #e0e2ea;
}

.modCustomheader_worktime {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

.modCustomheader_worktime_title  {
    color: #fff;
}

.modCustomheader_worktime_content * {
    margin-bottom: 0;
}

.modSlCallbackCover__title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    /*text-shadow: 0px 0px 3px #000;*/
    margin-bottom: 30px;
}

.modSlCallbackCover__subtitle {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 30px 0;
}

.modSlCallbackCover__modalBtnBlock {

}

.modSlCallbackCover__modalBtn {
    background-image: url(/images/icons/cover-button-icon.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) 50%;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 14px 68px 14px 25px;
}



.modSlCallbackCover {
    /*background-color: #f8f8f9;*/
    /*background-image: url("../images/cover-sm.jpg");*/
    padding-top: 20px;
    padding-bottom: 40px;
    background-size: cover;
    background-position: bottom center;
}






/********* КОНЕЦ | HEADER *********/

/********* MAIN TEXT *********/
.modCustom_mainText_title {

}

.modCustom_mainText_content {
    font-size: 20px;
    line-height: 30px;
}

.modCustom_mainText_content *:last-of-type {
    margin-bottom: 0;
}


/********* КОНЕЦ | MAIN TEXT *********/


.team {
    background-image: url(../images/teamBG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 0;
    background-color: #f6f7fb;
}

.consaltForm {
    background-color: #333333;
}

.consaltForm-footer {
    padding: 40px 0;
}

.modSlCallBackMainConsalt__title {
    color: #ffffff;
    font-size: 25px;
    font-weight: 800;
}

.modSlCallBackMainConsalt__subtitle {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.consaltForm .slCallBack_form_PPBlock,
.consaltForm .slCallBack_form_PPBlock a {
    --base-color:  #595961;
    --active-color:  #595961;
    color: #dbdbdb;
}

.consaltForm .btn {
    padding: 0.7rem 0.35em;
}

.consaltForm .form-control {
    /*height: calc(1.5em + .75rem + 2px + 0.7rem);*/
}

.slCallBack_form--fildList {
    margin-left: -.5rem;
    margin-right: -.5rem;
}



/********* PORTFOLIO *********/
.portfolioItem  {
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    background-color: #f6f7fb;
    padding: 40px !important;
}

.portfolioItemInfo__title {
    color: #000000;

    font-size: 26px;
    font-weight: 700;
}

.portfolioItemInfo__desc {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.portfolioItemInfoParamsBlock {
    border-radius: 10px;
    border: 4px solid #E2E2E2;
    background-color: #ffffff;
}

.portfolioItemInfoParamsBlock__title {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

.portfolioItemInfoParams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.portfolioItemInfoParams {
    border-bottom: 1px solid #eeeeee;
}

.portfolioItemInfoParams__tehc {
    border-bottom: none;
    justify-content: left;
}

.portfolioItemInfoParams__tehc--title {
    margin-right: 10px;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}


.portfolioItem--arrowLink {
    display: inline-block;
    color: #fd9232;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-right: 30px;
    transition: 0.3s all;
}

.portfolioItem--arrowLink:hover {
    color: #fd9232;
    text-decoration: none;
}

.portfolioItem--arrowLink--green {
    color: #00af50;
}


.portfolioItem--arrowLink:after {
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f178";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-47%);
}


.portfolioItem .fotorama__thumb-border {
    border-radius: 10px;
    border-color: #fd9232;
}

.portfolioItem .fotorama__thumb.fotorama__loaded--img {
    border-radius: 10px;
}

.comContentPortolioItem__cover-link {
    position: relative;
    width: 100%;
    padding-top: 71%;
    display: block;
}

.comContentPortolioItem {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    color: #000;
}

.comContentPortolioItem__cover--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.comContentPortolioItemData {
    padding: 30px;
    padding-top: 20px;
}

.comContentPortolioItemData__title {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}

.comContentPortolioItemData__price {
    font-size: 20px;
    line-height: 1;
    border-bottom: 1px solid #e9e9e9;;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comContentPortolioItemData__areal {
    font-size: 20px;
    font-weight: 400;
    background-image: url("../images/iconAreal.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    margin: 25px 0;
}

.comContentPortolioItemData__price--value {
    font-size: 24px;
    font-weight: 700;
}


.comContentPortolioItem__moreLink {
    color: #00af50;
    font-size: 20px;
}

.modComContentNews-portfolio .comContentPortolioItem {
    text-align: center;
    height: 100%;
}

.modComContentNews-portfolio .comContentPortolioItemData__areal {
    display: inline-block;
    margin: 15px 0;
}


.modComContentNews-portfolio .comContentPortolioItemData__price {
    border: none;
    margin-bottom: 0;
}

.modComContentNews__moreLink   {
    font-size: 20px;
}

/********* КОНЕЦ | PORTFOLIO *********/

/********* VIDEO *********/
.modComContentItemVideo {
    position: relative;
    width: 100%;
    padding-top: 56%;
}

.showYTVideoModal .close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, -100%);
    font-size: 2.5rem;
    color: #feaa6e;
    opacity: 1;
}

.showYTVideoModal ~ .modal-backdrop {
    background-color: #000;
}

.modComContentItemVideo__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 8%);
}

.modComContentItemVideo:before {
    display: block;
    content: '';
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/iconPlay.svg");
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

.modComContentItemVideo:hover:before {
    background-color: rgba(0, 0, 0, .2);
}

.comContent-video .modComContentItemVideo:before {
    background-color: rgba(0, 0, 0, .2);
}


.comContent-video .modComContentItemVideo:hover:before {
    background-color: rgba(0, 0, 0, .4);
}

/********* КОНЕЦ | VIDEO *********/


/********* STATI *********/

.comContent-stati .comContent__description h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.comContent-stati .comContent__description small {
   font-size: 16px;
}


.comContentStatiItem {
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    background-color: #f6f7fb;
    font-size: 20px;
}

.comContentStatiItem+.comContentStatiItem {
    margin-top: 30px;
}

.comContentStatiItem__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comContentStatiItem__date {
    font-weight: 600;
}

.comContentStatiItem__title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}

.comContentStatiItem__text {
    line-height: 30px
}

.comContentStatiItem__text>*:last-of-type {
    margin-bottom: 0;
}

.comContentStatiItem__more {

}

.comContentStatiItem__link {
    color: #fd9232;
    text-decoration: underline;

}

/********* КОНЕЦ | STATI *********/

/********* NEWS *********/




.comContentNewsItem {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.comContentNewsItem__cover-link {
    position: relative;
    width: 100%;
    padding-top: 71%;
    display: block;
}
.comContentNewsItem__cover--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.comContentNewsItem__data {
    display: flex;
    flex-direction: column;
}

.comContentNewsItem__cover-link+ .comContentNewsItem__data {
    height: 100%;
}

.comContentNewsItem__cover-link{
    margin-bottom: 1rem;
}

.comContentNewsItem__data-date {
    font-weight: 600;
    line-height: 1;
}
.comContentNewsItem__data-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0.7rem 0;
}
.comContentNewsItem__data-introtext {
    margin-bottom: 0.7rem;
}

.comContentNewsItem__data-introtext>* {
    margin-bottom: 0;
}



.comContentNewsItem__data-more {
    display: flex;
    flex-grow: 1;
    height: 100%;
    align-items: flex-end;
}

.comContentNewsItem__data-morelink {
    color: #fd9232;
    text-decoration: underline;
}

/********* КОНЕЦ | NEWS *********/

.comContentStroyItem {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.comContentStroyItem_cover {
    display: block;
    position: relative;
    padding-top: 65%;
}

.comContentPortolioItem__cover--img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.comContentStroyItemData {
    padding: 30px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.comContentStroyItemData__title {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.comContentStroyItemData__text {
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0;
}

.comContentStroyItemData__text>*{
    margin-bottom: 0;
}

.comContentStroyItemData__more {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

.comContentPortolioItem__cover-state {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    background-color: #eee;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
    color: #333;
    padding: 5px 15px;
    border-radius: 6px;
}

.comContentPortolioItem__cover-state_2 {
    color: #fff;
    background-color: #ff3c3c;
}

.comContentPortolioItem__cover-state_3 {
    color: #fff;
    background-color: #ff993c;
}

.pagination {
    margin-left: -5px;
    margin-right: -5px;

}

.pagination li {
    margin: 0 5px;
}

.pagination .page-link {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: unset !important;
    border: 1px solid #dadada;
    color: #000000;
    font-family: Roboto;
    font-size: 18px;
    transition: all 0.3s;
}


.pagination .page-link:hover,
.pagination .active .page-link {
    background-color: #fd9232 !important;
    border-color: #fd9232;
    color: #fff;
}

.page-item.disabled {
    opacity: 0.7;
}


.comContentAkciiItem__title br{
    display: none;
}


.comContentAkciiItem__cover {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 250px;
}



.comContentAkciiItem__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 1px solid #d4d4d4;

}


.comContentAkciiItem__text>*:last-of-type {
    margin-bottom: 0;
}




.comContentAkciiItem__title.slTitle {
    margin-top: 0;
}

.comContentAkciiItem + .comContentAkciiItem  {
    margin-top: 1.5rem;
}

.comContentAbout__rekvizitLink {
    color: #fd9232;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;

    background-image: url("../images/iconRekvizit.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0;
    padding-left: 40px;
    line-height: 1;
}

.comContent h2,
.comContent h3 {
    color: #000000;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 15px;
}

.comContent h3 {
    font-size: 25px;
}

/********* ОТЗЫВЫ *********/

.comContentOtzivItem {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.comContentOtzivItem__cover {
    position: relative;
    width: 100%;
    padding-top: 65%;
    display: block;
}

.comContentOtzivItem__cover--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comContentOtzivItem__data {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.comContentOtzivItem__data--title {
    font-size: 26px;
    line-height: 1.2;
    margin-top: 40px;
    margin-bottom: 30px;
    min-height: 94px;
}

.comContentOtzivItem__data--readmore {
    display: flex;
    flex-grow: 1;
    align-items: flex-end;
}

.comContentOtzivItem__data--introtext {
    margin-bottom: 26px;
}

.comContentOtzivGalleryItem {
    position: relative;
    width: 100%;
    padding-top: 65%;
}

.comContentOtzivGalleryItem--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comContentOtziv_cover {
    position: relative;
    width: 100%;
    padding-top: 65%;
}

.comContentOtziv_cover--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comContentOtzivData {
    font-weight: 700;
}


/********* КОНЕЦ | ОТЗЫВЫ *********/


.keilRequestForm .close {
    position: absolute;
    font-size: 50px;
    line-height: 0.5;
    top: 10px;
    right: 10px;
    z-index: 100;
}

.keilRequestForm .modal-dialog {
    max-width: 450px;
}

.keilRequestFormCover {
    width: 100%;
    padding-top: 70%;
    border-radius: 10px 10px 0 0;
    position: relative;
    background-size: cover;
    background-position: center;
}

.keilRequestFormCover__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px;
    background-color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
}

.keilRequestFormCover__title:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    content: '';
    background-image: linear-gradient(0deg, #ffffff 5%, rgba(255, 255, 255, 0.5) 70%, transparent 100%);
    transform: translateY(-100%);
    pointer-events: none;
}

.slCallbackModal_btn--footer {
    display: block;
    background-image: url(../images/iconPhone.svg);
    background-repeat: no-repeat;
    background-position: center left;
    color: #fd9232;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 7px 0;
    padding-left: 40px;
}
.slCallbackModal_block-subtitle {
    display: block;
    color: #a8a8a8;
    font-size: 18px;
    font-weight: 400;
}

.footer .modSLContact_mailItem {
    font-size: 18px;
}

.footer .modCustomheader_worktime_title,
.footer .modCustomheader_worktime_content {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
}


.comContent-stroy {
    margin-bottom: 0;
}

.footerMenu__title {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}
.footerMenuList  {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footerMenu-item-link {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    display: inline-block;
    width: 100%;
    padding: 7px 0;
    transition: all 0.3s;
}

.footerMenu-item-link:hover,
.footerMenu-item-link.active {
    text-decoration: none;
    color: #fd9232;
}


.logoBlock-img-footer {
    max-width: 260px;
}

.comContent-servisesItem {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background-color: #ffffff;
    display: block;
    transition: all 0.3s;
    height: 100%;
}

.comContent-servisesItem_img {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 80%;
}

.comContent-servisesItem_img-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.comContent-servisesItem_title {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
}

.comContent-servisesItem:hover {
    text-decoration: none;
    transform: scale(1.05);
}


.modSlAdvantage--servises {
    margin: 30px 0;

}

.modSlAdvantage--servises .modSlAdvantageItem_icon {
    background-color: #f6f7fb;
}

.modSlAdvantage--servises .modSlAdvantageItem_title {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
}

.modSlAdvantage--servises .modSlAdvantageItem_text {

}

.comContentServiseItem_intro-PriceBlock-value {
    font-size: 24px;
    font-weight: 700;
}

.portfolioItem--arrowLink-circle {
    display: inline-block;
    color: #fd9232;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-right: 40px;
}

.portfolioItem--arrowLink-circle:after {
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 30px;
    height: 30px;
    border: 2px solid #fd9232;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120%;
}

.modCustomhomeText_content {
    font-size: 20px;
    font-weight: 400;
}

.modCustomhomeText_content>*:last-of-type {
    margin-bottom: 0;
}

.modCustom_img {
  position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.modCustom_img-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.pagination {
    overflow-x: auto;
}

.mobMenu_block {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fd9232;
    width: 80vw;
    z-index: 2000;
    padding: 10px 30px;
    overflow-y: auto;
    transform: translateX(-100%);
    opacity: 0;
    color: #fff;
    transition: all 0.3s;
    height: 100%;
}

.mobMenu_block.open {
    transform: translateX(0%);
    opacity: 1;
}

.mobMenu_hideBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 0.5;
    font-size: 50px;
}

.mobMenu_showBtn {
    border-radius: 4px;
    background-color: #fd9232;
    border: none;
    padding: 13px;
    line-height: 1;
    color: #fff;
}



.mobMenu_block .menu {
    padding: 0;
    list-style: none;
    margin: 0;
}

.mobMenu_block .menu li {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
.mobMenu_block .menu li a {
    display: inline-block;
    width: 100%;
    line-height: 1;
    padding: 5px 0;
    font-size: 20px;
    color: #fff;
}

.comContent-videoChannel-link {
    font-size: 20px;
    padding-left: 50px;
}

.comContent-videoChannel-link:before {
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f16a";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #FF0000;
    font-size: 40px;
}





.owl-item>[class^='col'] {
    width: 100% !important;
    max-width: unset;
}

.footer-tablet #footerMenu-id_141 {

}

.footer-tablet #footerMenu-id_141 ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-tablet #footerMenu-id_141 ul li{
    display: block;
    width: 50%;
}

.portfolioItem_photolist-img-news {
    max-width: 100%;
}

.modKeilWarningText {
    background: rgba(253, 228, 206, 0.95);
    border-left: 2px solid #fd9232;
    padding: 15px;
}

.comNovoselItem__imagesBlock.fotorama--fullscreen .fotorama__nav-wrap {
    display: none; 
}

.comContentArticles_fullText img {
    display: block;
    margin: 0 auto;
}



.videoYou {
    text-align: center;
}

.creditForm_cli-header--info {
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem;
}

.creditForm_cli-tip {
    color: #aaa;
    font-size: 13px;
    margin-top: 10px;
}

.creditForm_cli-label {
    font-size: 16px;
}













/*.header-ng--wrapper {*/
    /*background-image: url(/images/header-ng.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    /*background-position: bottom center;*/
/*}*/

#snow {
    width: 100%;
    height: 100%;
    background-image: url(/images/icons/snow/snow_1-min.png), url(/images/icons/snow/snow_2-min.png), url(/images/icons/snow/snow_3-min.png);
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
    z-index: 150;
    position: absolute;
    pointer-events: none;
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}


.comNov_creditReq-button {
    background: #fd9232;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 22px;
    border-radius: 4px;
    padding: 10px;
    margin-top: 20px;
}

.iframeCoverConsult iframe,
.iframeCoverConsultFooter iframe {
    height: 270px !important;
}

.iframeCoverRequest iframe {
    height: 340px !important;
}

#amofroms_main_wrapper {
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
}

#amoforms_form {
    padding: 0px !important;
    margin: 0px !important;
}

/*.iframeMiddleConsult {*/
    /*margin-bottom: -7rem;*/
/*}*/

tr.table-stroka {
    color: #FFFFFF;
    background-color: #fd9232;
    text-align: center;
}

table.table-cen {
    border-color: #fd9232;
}

table.table-cen tr:nth-child(2n) {
    background: #fd923230;
}

.row.statiImages img {
width: 100% !important;
}

.houseCustom_item {
    box-shadow: 0 4px 30px rgb(0 0 0 / 8%);
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.houseCustom_item-image {
    background-image: url(/images/question.jpg);
    height: 286px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 19px;
}

.houseCustom_item-content {
    padding: 0px 30px;
}

.houseCustom_item-title {
    color: #000000;
    font-size: 19px;
    font-weight: 700;
}

.houseCustom_item-desc {
    margin: 18px 0px;
}

.houseCustom_item-button {
    display: block;
    text-align: center;
    background: #fd9232;
    color: #fff;
    font-size: 22px;
    padding: 18px 0;
    transition: 0.3s all;
    border-radius: 0px 0px 10px 10px;
}

.houseCustom_item-button:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
}

.projectFaq_section {
    box-shadow: 0 4px 30px rgb(0 0 0 / 8%);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 2rem 2rem;
    width: 100%;
}

.projectFaq_section-fullWidth {
    background: #f6f7fb;
    padding-bottom: 3rem;
    padding-top: 1rem;
}

.projectFaq_item-quest {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f4f4;
    padding: 15px 20px;
    font-weight: 700;
}

.projectFaq_item-quest:hover {
    cursor: pointer;
}

.projectFaq_item {
    margin-bottom: 15px;
}

.projectFaq_item:last-of-type {
    margin-bottom: 0px;
}

.projectFaq_item-answ {
    padding: 15px 20px;
    /*transition: 0.3s all;*/
    /*display: none;*/
}

.projectFaq_title {
    text-align: center;
    margin-bottom: 2rem;
}

.projectFaq_item-quest i {
    transition: 0.3s all;
}

.quest_active i {
    transform: rotate(
            180deg
    );
}

#modSeptVitrina .modSlAdvantage__title.slModTitle {
    font-weight: 300;
}

#modSeptVitrina .modSlAdvantage {
    margin-top: 3rem;
}

.comContentOtzivVideo {
    max-width: 100%;
    height: 500px;
    min-width: 75%;
}

.comContentOtzivVideo-wrapper {
    margin-bottom: 2rem;
}

.comContentOtzivVideo-wrapper {
    text-align: center;
}

.calcPageButton {
    background: #fd9232;
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    transition: 0.3s all;
}

.calcPageButton:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}

.modBoardAdvant_block._green .modBoardAdvant_block-title {
    color: #007a09;
}

.modBoardAdvant_block._red .modBoardAdvant_block-title {
    color: #a00;
}

.modFund_item {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 8%);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.modFund_img {
    height: 270px;
    background-size: cover;
    background-position: center;
}

.modFund_title {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 13px;
    text-align: center;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
}

.modFund_link {
    color: #000;
    transition: 0.3s all;
}

.modFund_link * {
    transition: 0.3s all;
}

.modFund_link:hover {
    text-decoration: none;
    color: #000;
}

.modFund_link:hover .modFund_more {
    color: #fd9232;
}

.full_width.fundaments {
    background: #f6f7fb;
    padding-bottom: 70px;
}

.modFund_content {
    padding: 45px 35px;
}

.modFund_text {
    line-height: 27px;
    margin-bottom: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px;
    min-height: 133px;
}

.modFund_price-value {
    font-size: 24px;
    font-weight: 700;
}

.modFund_price {
    margin-bottom: 35px;
}

.modFund_more {
    color: #00AF50;
}

.modFund_more img {
    margin-left: 20px;
}

.calcButton {
    text-align: center;
    margin-top: 30px;
}

.artRelative_slider-item {
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin: 0 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
}

.articleRel-img {
    height: 286px;
    background-size: cover;
    background-position: center;
}

.artRelative_slider .slick-list {
    margin-left: -10px !important;
    margin-right: -10px !important;
    padding: 20px 0;
}

.articleRel-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    margin: 15px 0 10px 0;
    min-height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.articleRel-content {
    padding: 5px 30px 25px 30px;
}

.articleRel-link {
    color: #00af50;
    margin-top: 15px;
    display: block;
    transition: 0.3s all;
}

.articleRel-link:hover {
    color: #fd9232;
    text-decoration: none;
}

.artRelative_slider {
    margin-bottom: 90px !important;
}

.artRelative_slider .slick-dots {
    bottom: -47px;
}

.full_width.artRelative h2 {
    margin-bottom: 30px;
}

.artRelative_slider .modSeptVitrinaItem {
    box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
}

.artRelative_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fd9232;
    transition: 0.3s all;
}

.artRelative_slider .slick-dots li button:before {
    font-size: 11px;
}

.artRelative_slider .slick-dots li:hover button:before {
    color: #fd9232;
}

.header {
    background-image: url(/images/header-bg.jpg);
    height: 795px;
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 108px;
}

.header-ng--wrapper {
    padding: 26px 0;
}

.modSlCallbackCover {
    padding-bottom: 260px;
    padding-top: 100px;
}

._face {
    background-image: url(/images/cover-face.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right center;
    padding-bottom: 20px;
}

.slCallBack_file input {
    display: none;
}

.popularRaschet_block {
    box-shadow: 0px 4px 30px rgb(0 0 0 / 8%);
    border-radius: 10px;
    border: 4px solid #E2E2E2;
    padding: 74px 117px;
    height: calc(100% - 15px);
}

.popularRaschet_title {
    font-size: 33px;
    font-weight: 800;
    margin-bottom: 20px;
}

.popularRaschet_text {
    font-size: 20px;
    margin-bottom: 40px;
}

#slCallBack_form-id154 .form-control {
    border-radius: 10px;
    border: 1px solid #333333;
    height: 60px;
    padding: 0 25px;
}

.popularRaschet_button {
    background: #333333;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    border: none;
}

.slCallBack_file-label {
    color: #4B4B4B;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

.slCallBack_file-label img {
    margin-right: 12px;
}

.buttonsWrap {
    border-top: 1px solid #E9E9E9;
    padding-top: 15px;
    margin-top: 10px;
}

.slBlock.mainText h2 {
    margin-bottom: 26px;
}

.slBlock.mainText img {
    /*margin-top: 70px;*/
    width: 310px;
}

.slBlock.mainText {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 0;
}

.modArticles_slider_arrow {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 20;
}

.modArticles_slider_arrow:hover {
    cursor: pointer;
}

.modArticles_slider_arrow._next {
    right: -26px;
}

.modArticles_slider_arrow._prev {
    left: -26px;
}

.full_width.view_form {
    background-image: url(/images/view-bg.jpg);
    padding: 80px 0;
    background-size: cover;
    background-position: center;
}

.formView_content {
    color: #fff;
    text-align: center;
}

.formView_title {
    font-size: 36px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 20px;
}

.formView_text {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 61px;
}

#slCallbackModal_btn-156 {
    background: var(--orange);
    border: none;
    padding: 17px 60px;
}

.comContentOtzivItem__data--name,
.comContentOtzivItem__data--date {
    font-size: 20px;
}

.slBlock.slGrey.faq {
    padding-top: 0;
}

.slBlock.slGrey.video_otziv {
    padding-bottom: 5px;
}

.modContInfo-block {
    background: #F6F7FB;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 35px;
}

.modContInfo-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.modContInfo-text {
    margin-bottom: 10px;
}

.modContInfo-connect span,
.modContInfo-text--bottom span {
    font-weight: 700;
}

.modContInfo-connect a {
    color: #000;
}

.modContInfo-connect--mail {
    color: var(--orange) !important;
}

.modContInfo-connect {
    margin: 10px 0;
}

.modContInfo-text--bottom {
    margin-bottom: 20px;
}

.modContInfo-rek a {
    color: var(--orange);
}

.modContInfo-rek img {
    margin-right: 20px;
}

.modContInfo-img {
    width: 100%;
}

.modContInfo-rek {
    margin-top: 40px;
}

.full_width.contact_info {
    padding: 80px 0;
}

#footerMenu-id_142 {
    padding-left: 75px;
}

.modKeilKontaktiBlock {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    background-color: #f6f7fb;
    font-size: 20px;
}

@media (min-width: 768px) {
    .modKeilKontaktiBlock {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    .modKeilKontaktiBlock {
        padding: 50px 48px;
    }
}


.modKeilKontaktiBlock >*:last-of-type {
    margin-bottom: 0;
}

.modKeilKontaktiBlock + .modKeilKontaktiBlock {
    margin-top: 30px;
}

.modKeilKontaktiImg {
    width: 100%;
    height: 100%;
    position: relative;
}
.modKeilKontaktiImg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px;
}

.modKeilKontaktiBlock a {
    color: #fd9232;
}

.modKeilKontaktiBlock .h4  {
    font-size: 26px;
    font-weight: 700;
}

a.modKeilKontaktiBlock__socLink {
    display: inline-block;
    margin: 0 5px;
    color: #000 ;
    font-size: 130%;
    line-height: 1;
}

#slCallbackModal_btn-161 {
    background: none;
    padding: 0;
    border: 0;
    color: var(--orange);
    border-bottom: 1px solid var(--orange);
    font-size: 16px;
    border-radius: 0;
    float: right;
}

.top {
    background: #FEFEFE;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding: 18px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 0;
}

.headerForm_block1 {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 8%);
    width: 1000px;
    height: 503px;
    background-image: url(/images/header-form-leafs.png);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
}

.headerForm_block {
    position: relative;
    padding: 84px 0;
}

.headerForm_content {
    position: relative;
}

.headerForm_block:before {
    content: '';
    background-image: url(/images/header-form-leafs.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    left: -50%;
    background-color: #fff;
    background-position: 50% 100%;
    top: 0;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 8%);
}



.headerForm_title {
    font-size: 72px;
    font-weight: 700;
    line-height: 85px;
    font-family: 'PT Serif', serif;
}

.headerForm_button {
    background: var(--orange);
    box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
    color: #fff;
    padding: 15px 33px;
    display: inline-block;
}

.headerForm_text {
    margin-top: 24px;
    margin-bottom: 32px;
}



.catalog_item-image {
    height: 300px;
    background-position: center;
    background-size: cover;
}

.catalog_item-link {
    background: var(--orange);
    color: #fff;
    display: inline-block;
    padding: 11px 72px;
}

.catalog_item {
    text-align: center;
    background: #fff;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 8%);
}

.catalog_item-areal {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 21px;
    padding-bottom: 24px;
}

.catalog_item-content {
    padding: 25px 30px;
}

.catalog_item-title {
    margin-bottom: 21px;
    font-weight: 700;
    font-size: 22px;
}

.modal-body button.close {
    background: #393939;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -20px;
    top: -20px;
}

.modCatalogModal .modal-dialog {
    max-width: 1150px;
}

.modalCatalog_item-cover {
    height: 520px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.modalCatalog_item-img {
    height: 150px;
    background-size: cover;
    background-position: center;
}

.modalCatalog_item-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.modalCatalog_item-option {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.modalCatalog_item-options--title,
.complectBlock-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.modalCatalog_item-option {
    font-size: 18px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.optionTitle {
    font-weight: 700;
}

.modalCatalog_item-price {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 43px;
    margin-top: 16px;
}

.modalCatalog_item-price--value {
    font-weight: 800;
}

.complectBlock-title {
    margin-bottom: 24px;
}

.slBlock.slGrey.advantage h2 {
    margin-bottom: 70px;
}

.slBlock.slGrey.advantage {
    background-image: url(/images/advant-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 1290px;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 0 0 0 ;
    overflow: hidden;
}

.advantForm_block1 {
    background: #fff;
    width: 995px;
    height: 487px;
    border: 1px solid rgba(57, 57, 57, 0.2);
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(/images/advant-bg-form.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    align-items: center;
}

.advantForm_block {
    position: relative;
    height: 100%;
}

.advantForm_block:before {
    content: '';
    background: #fff;
    border: 1px solid rgba(57, 57, 57, 0.2);
    position: absolute;
    background-image: url(/images/advant-bg-form.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    width: 100%;
    right: -50%;
    height: 100%;
}

.advantForm_block-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    font-family: 'PT Serif', serif;
    margin-bottom: 50px;
}

.advantForm_content {
    max-width: 531px;
    float: right;
    position: relative;
    padding: 58px 0;
}

.form-control {
    border: 1px solid rgba(57, 57, 57, 0.2);
    border-radius: 0;
    height: 60px;
    font-size: 16px;
    color: #6c757d;
}

button.btn {
    height: 60px;
    background: var(--orange);
    border-radius: 0;
    border: none;
    font-size: 16px;
}

.modConstEls_bana-img {
    width: 100%;
}

.modConstEls_bana-wrapp {
    background-image: url(/images/bana-markers3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 452px;
    margin-top: -4rem;
}

.modConstEls_bana-item,
.modConstEls_bana-item--mobile {
    position: absolute;
    /*left: 50%;*/
    /*top: 50%;*/
    transform: translate(-50%,-50%);
}

.modConstEls_bana-item:hover {
    cursor: pointer;
}

._bana-text-active {
    opacity: 1 !important;
}

.modConstEls_bana-item._mce-0 {
    left: calc(50% - 15px);
    top: calc(50% - -109px);
    z-index: 2;
}

.modConstEls_bana-item._mce-1 {
    left: calc(50% - 186px);
    top: calc(50% - -27px);
}

.modConstEls_bana-item._mce-2 {
    left: calc(50% - -12px);
    top: calc(50% - 139px);
    z-index: 2;
}

.modConstEls_bana-item._mce-3 {
    left: calc(50% - -84px);
    top: calc(50% - 11px);
    z-index: 2;
}

.modConstEls_bana-item._mce-4 {
    left: calc(50% - -195px);
    top: calc(50% - 28px);
    z-index: 2;
}

.modConstEls_bana-item._mce-5 {
	left: calc(50% - -217px);
    top: calc(50% - 100px);
    z-index: 3;
}

.modConstEls_bana-item._mce-6 {
    left: calc(50% - 192px);
    top: calc(50% - 44px);
}

.modConstEls_bana-item._mce-7 {
    left: calc(50% - -70px);
    top: calc(50% - 73px);
    z-index: 2;
}

.modConstEls_bana-hint {
    font-size: 14px;
    color: #393939;
    position: absolute;
    top: 4px;
    left: 64%;
}

.modConstEls_bana-hint:before {
    content: '';
    background-image: url(/images/bana-arrow.png);
    position: absolute;
    left: -70px;
    bottom: -45px;
    width: 65px;
    height: 55px;
    background-repeat: no-repeat;
}

.modConstEls_bana-text {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 9px 15px;
    position: absolute;
    right: -20px;
    width: max-content;
    bottom: -53px;
    font-size: 17px;
    transition: 0.3s all;
    /*opacity: 0;*/
    pointer-events: none;
}

.modConstEls_bana-text:before {

}

.modConstEls_bana-wrap {
    opacity: 0;
    position: relative;
}

.modConstEls_bana-wrap:before {
    content: '';
    background-image: url(/images/bana-triangle.png);
    width: 13px;
    height: 13px;
    position: absolute;
    top: -1px;
    left: 7px;
}

.modalCatalog_order.mButton {
    padding: 12px 20px;
    width: 100%;
    text-align: center;
}

.modalCatalog_item_contentLeft {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modalCatalog_item-showComplect {
    color: var(--orange);
    text-decoration: underline;
    font-size: 20px;
    transition: 0.3s all;
}

.modalCatalog_item-showComplect:hover {
    cursor: pointer;
}

.modalShowProject {
    min-width: 1317px;
}

.complect_item-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.complect_item {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.complectBlock {
    margin-top: 60px;
    display: none;
}

.modalCatalog_item-showComplect i {
    margin-left: 10px;
    font-size: 22px;
    transition: 0.3s all;
}

._showComplect-active i {
    transform: rotate(180deg);
}

.slBlock.slGrey.const_elements h2 {
    margin-bottom: 80px;
}

.mainText_content {
    line-height: 32px;
    letter-spacing: 0.045em;
    max-width: 720px;
}

.modEtaps_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 610px;
    position: relative;
}

.modEtaps_col {
    position: absolute;
}

.modEtaps_item {
    display: flex;
    align-items: center;
    position: relative;
}

.modEtaps_title {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 22px;
    font-family: 'PT Serif', serif;
}

.modEtaps_text { 
    font-size: 17px;
    line-height: 24px;
}

.modEtaps_img {
    margin-right: 20px;
}

._modEtaps_col-0 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 380px;
}

._modEtaps_col-1 {
    right: 0;
    max-width: 360px;
    top: 50%;
    transform: translateY(calc(-50% - -40px));
}

._modEtaps_col-2 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 360px;
}

._modEtaps_col-3 {
    max-width: 450px;
    left: 0;
    top: 50%;
    transform: translateY(calc(-50% - -40px));
}

.modEtaps_col:before {
    background-size: contain;
}

._modEtaps_col-0:before {
    content: '';
    width: 222.33px;
    height: 190.58px;
    position: absolute;
    background-image: url(/images/etaps/etaps-arrow-1.png);
    right: -13rem;
    bottom: -8rem;
}

._modEtaps_col-1:before {
    content: '';
    width: 236.71px;
    height: 123.34px;
    position: absolute;
    background-image: url(/images/etaps/etaps-arrow-2.png);
    left: -4rem;
    bottom: -10rem;
}

._modEtaps_col-2:before {
    content: '';
    width: 180.73px;
    height: 125.03px;
    position: absolute;
    background-image: url(/images/etaps/etaps-arrow-3.png);
    left: -13rem;
    bottom: 1rem;
}

.slBlock.work_etaps {
    padding: 80px 0;
}

.modSlCallBackMainConsalt__title,
.modSlCallBackMainConsalt__subtitle {
    color: #333333;
}

.modSlCallBackMainConsalt__subtitle {
    font-size: 20px;
    letter-spacing: 0.045em;
    padding-right: 4rem;
}

.slBlock.consaltForm {
    background-color: #fff;
    background-image: url(/images/consult-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 65px 0;
}

.consaltForm .form-control {
    background: #F6F7FB;
    border: none;
}

.footerForm_content {
    max-width: 415px;
    float: right;
    padding: 76px 0;
    position: relative;
}

.slBlock.footer_callback {
    background-image: url(/images/footer-form-bg.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 186px 0;
    display: flex;
    overflow: hidden;
}

.footerForm_wrapper {
    position: relative;
    height: 100%;
}

.footerForm_wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    right: -53%;
    top: 0px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 30px rgb(0 0 0 / 8%);
    position: absolute;
}

.footerForm_title {
    margin-bottom: 26px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}

.footerForm_item {
    margin-bottom: 15px;
}

.footerForm_item:last-of-type {
    margin-bottom: 32px;
}

.footerForm_item a {
    color: #333333;
}

.footerForm_item div,
.footerForm_item span {
    font-weight: 700;
}

#slCallbackModal_btn-165 {
    padding: 9px 31px;
}

.footer {
    padding-top: 50px;
    padding-bottom: 25px;
}

.modCopyright {
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.modCopyright img {
    margin-right: 28px;
}

.modSlAdvantageItem_icon-img {
    margin-bottom: 30px;
}

.modMenuH__item-link {
    padding: 15px 50px;
}

.modConstEls_bana-item._mce-5 .modConstEls_bana-text {
    /*left: -230px;*/
}

.modEtaps_text a {
    color: #393939 !important;
}

.headerForm_button,
.catalog_item-link {
    transition: 0.2s all;
}

.mButton:hover,
.headerForm_button:hover,
.btn-block:hover,
.catalog_item-link:hover {
    text-decoration: none;
    color: #fff;
    background: #e5b233;
}

.mainText_content a {
    color: var(--orange);
}

._modEtaps_col-1 .modEtaps_img {
    max-width: 50px;
}
._modEtaps_col-3 .modEtaps_img {
    max-width: 65px;
}

.headerButton-wrap {
    text-align: right;
}

.catalog_item-link--all {
    color: #393939;
}

.catalog_item-link--all:hover {
    text-decoration: none;
    color: #393939; 
}

.catalog_item-price {
    margin-bottom: 10px;
}

.catalog_item-price span {
    font-weight: 700;
}