@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: 18px;
    position: relative;
    color: #000;
}

.content {
    flex: 1 0 auto;
}

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

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

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


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

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



.fotorama__nav-wrap {
    display: none;
}



.footer {

}

.slGrey {
    background-color: #f6f7fb;
}

.slBlock {
    padding: 30px 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: green;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 1.2rem;
    display: inline-block;
    border: none;
}

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

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

.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;
    width: 100%;
}

.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_phoneItem {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.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.jpg);
}

.topNav {
    background: var(--orange);
}

.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: 100%;
}

.slBlock.mainText {
    background: #F6F7FB;
}

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

.comProj_backButton {
    color: var(--orange);
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 15px;
}

.comNovoselItem__title.slTitle {
    margin-bottom: 20px;
    margin-top: 2rem;
}