body {
    font-family: 'Formular';
    font-size: 16px;
    color: #000;
    height: 100%;
}

html {
    height: 100%;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

* {
    outline: none !important;
}

a, button {
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    text-decoration: none;
}

a:hover, button:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.no-scroll {
    overflow: hidden;
}

.green-link {
    display: inline-block;
    background: #08B27A;
    color: #fff;
    border: none;
    padding: 16px 35px 16px;
    font-size: 16px;
}

.green-link_disabled {
    background: #F7F6F6;
    color: #E0E0E0;
    pointer-events: none;
    cursor: default;
}

.green-link:hover {
    color: #fff;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}

.green-link:focus {
    background: #07A16E;
}

.button.pochta-bank {
    background: #001685;
    border-color: #001685;
}

.button.tinkoff-bank {
    background: #ffdd2d;
    border-color: #ffdd2d;
    color: black
}

.button.credit-europe-bank {
    background: #ed1c24;
    border-color: #ed1c24;
}

.button.loko-bank {
    background: #0093da;
    border-color: #0093da;
}

.button.sberbank-bank {
    background: #21a038;
    border-color: #21a038;
}

.button.rsh-bank {
    background: #1f5e2f;
    border-color: #1f5e2f;
}

.button.mkb-bank {
    background: #dd0a34;
    border-color: #dd0a34;
}

.button.sovkom-bank {
    background: #001685;
    border-color: #001685;
}

.button.mts-bank {
    background: #ed1c24;
    border-color: #ed1c24;
}

.button.alfabank-bank {
    background: #ed0c14;
    border-color: #ed0c14;
}

.button.vtb {
    background: #0a2973;
    border-color: #0a2973;
}

.button.dom {
    background: #3D4D57;
    border-color: #3D4D57;
}

.transparent-link {
    display: inline-block;
    border: 2px solid #08B27A;
    background: transparent;
    color: #08B27A;
    font-size: 16px;
    padding: 16px 35px 16px;
}

.transparent-link_disabled {
    background: transparent;
    color: #E0E0E0;
    border-color: #fff;
    pointer-events: none;
    cursor: default;
}

.transparent-link:hover {
    color: #fff;
    background: #08B27A;
}

.transparent-link:focus {
    background: #07A16E;
    color: #fff;
}

.header {
    padding: 40px 0 30px;
}

.header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 4px;
}

.header__icon {
    display: none;
}

.header-contacts__left {
    padding-top: 4px;
    padding-left: 3px;
}

.header-contacts__left .ya-phone a,
.header-contacts__phone {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #212121;
    margin-bottom: 0;
}

.soc-icon {
    display: inline-block;
    margin-left: 5px;
}

.soc-icon img {
    width: 16px;
    height: 16px;
}

.header-contacts__phone:hover {
    color: #212121;
    text-decoration: underline;
}

.header-contacts__callback {
    font-size: 14px;
    color: #08B27A;
    display: inline-block;
    border-bottom: 1px dashed #BDBDBD;
    margin-bottom: 10px;
}

.header-contacts__callback:hover {
    color: #08B27A;
    border-color: transparent;
}

.logo {
    position: relative;
    display: block;
    max-width: 145px;
}

.logo__img {
    display: block;
    width: 100%;
}

.logo__slogan {
    font-size: 12px;
    color: #08b27a;
    white-space: nowrap;
    font-weight: 600;
}

.logo_header {
    margin-top: -35px;
}

.choise-city > span {
    font-weight: 500;
    font-size: 14px;
    color: #212121;
    border-bottom: 1px dashed #BDBDBD;
    cursor: pointer;
}

.top-nav {
    padding-top: 6px;
    margin-bottom: 10px;
}

.top-menu {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.top-menu__item {
    font-size: 14px;
    line-height: 22px;
    color: #212121;
    margin-right: 27px;
}

.top-menu__item:last-child {
    margin-right: 0;
}

.top-menu__item a {
    color: #212121;
    display: inline-block
}

.top-menu__item a:hover {
    text-decoration: underline;
}

.main-menu {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.has-child a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    position: relative;
    top: 2px;
    right: -9px;
}

.breadcrumbs {
    padding-left: 1px;
    list-style: none;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs li {
    font-size: 14px;
    color: #9E9E9E;
}

.breadcrumbs a {
    color: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumbs a::after {
    content: "";
    height: 24px;
    width: 24px;
    display: inline-block;
    background: transparent url(/assets/template/aprel/img/icons/right-arrow.svg) 0 0 no-repeat;
    margin-left: 8px;
    margin-right: 8px;
    opacity: .5;
}

.project-photo {
    margin-bottom: 24px;
}

.project-body {
    padding-bottom: 55px;
    position: relative
}

.project-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project-more__item {
    padding-left: 75px;
    padding-top: 5px;
    position: relative;
    width: 100%;
    margin-bottom: 17px;
}

.project-more__item::before {
    position: absolute;
    top: 7px;
    left: 0;
}

.project-more__item:nth-child(1) {
    max-width: 202px;
    margin-right: 20px;
}

.project-more__item:nth-child(1)::before {
    content: url(/assets/template/aprel/img/icons/square.svg);
}

.project-more__item:nth-child(2) {
    max-width: 248px;
    padding-left: 68px;
}

.project-more__item:nth-child(2)::before {
    content: url(/assets/template/aprel/img/icons/ruler.svg);
}

.project-more__item:nth-child(3) {
    max-width: 202px;
    margin-right: 20px;
}

.project-more__item:nth-child(3)::before {
    content: url(/assets/template/aprel/img/icons/house-measure.svg);
}

.project-more__item:nth-child(4) {
    max-width: 248px;
    padding-left: 68px;
}

.project-more__item:nth-child(4)::before {
    content: url(/assets/template/aprel/img/icons/clock.svg);
}

.project-more__item-txt {
    font-size: 14px;
    color: #9E9E9E;
    margin-bottom: 0px;
}

.project-more__item-value {
    font-weight: bold;
    font-size: 23px;
    color: #212121;
}

.project-preview {
    margin-left: -8px;
    margin-right: -8px;
}

.project-preview-arrow {
    border: none;
    background: none;
    padding: 0;
    position: absolute;
    top: 28%;
    z-index: 3;
}

.project-preview-prev {
    left: 8px;
}

.project-preview-next {
    right: 8px;
}

.project-preview__item {
    padding-left: 8px;
    padding-right: 8px;
}

.project-preview__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55) url(/assets/template/aprel/img/icons/plus.svg) center no-repeat;
    opacity: 0;
}

.project-preview-item {
    height: 142px;
    position: relative;
    cursor: pointer;
}

.project-preview-item:hover .project-preview__overlay {
    opacity: 1;
}

.project-preview-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project__inner {
    max-width: 1640px;
    background: #F7F6F6;
    margin-left: auto;
    margin-right: auto;
}

.project-price__old {
    font-size: 18px;
    color: #9E9E9E;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    display: block;
    margin-bottom: -9px;
}

.project-price__new {
    font-weight: bold;
    font-size: 36px;
    color: #212121;
}

.project-head {
    padding-top: 29px;
    padding-bottom: 25px;
}

.project-head__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2px;
}

.project-head__links {
    max-width: 243px;
}

.project-head__title {
    font-weight: bold;
    font-size: 44px;
    color: #212121;
}

.project-head__link {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 7px;
}

.project-head__link_t {
    margin-top: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 243px;
}

.project-head__top {
    padding-bottom: 14px;
}

.project-head__bottom {
    border-top: 1px solid #E0E0E0;
    padding-top: 21px;
}

.project-head__breadcrumbs {
    padding-top: 4px;
}

.project-head__social img {
    mix-blend-mode: darken;
}

.project-head__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 3px;
    padding-right: 2px;
}

.project-head__email {
    font-weight: 500;
    font-size: 14px;
    color: #212121;
    padding-left: 35px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent url(/assets/template/aprel/img/icons/mail.svg) 0 0 no-repeat;
}

.project-head__email:hover {
    color: #08B27A;
}

.project-head__print {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: transparent url(/assets/template/aprel/img/icons/print.svg) 0 0 no-repeat;
    margin-left: 25px;
}

.project-head__fav {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: transparent url(/assets/template/aprel/img/icons/fav.svg) 0 0 no-repeat;
    margin-left: 17px;
}

.section_main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-title {
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 30px;
    color: #212121;
    display: block;
}

.house-plan {
    padding-top: 72px;
    padding-bottom: 40px;
}

.house-plan__title {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 49px;
}

.house-plan-tabs {
    border-bottom: 1px solid #E0E0E0;
}

.house-plan-tabs__list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.house-plan-tabs__item {
    font-size: 18px;
    color: #9E9E9E;
    padding-top: 20px;
    padding-bottom: 21px;
    width: 200px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.house-plan-tabs__item_active {
    font-weight: bold;
    color: #212121;
    border: 1px solid #E0E0E0;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.house-plan-tabs__item:hover {
    font-weight: bold;
    color: #212121;
}

.house-plan-content {
    padding-top: 40px;
    display: none;
}

.house-plan-content_active {
    display: block;
}

.house-plan-content__controls {
    padding-top: 36px;
}

.house-plan-content__btn {
    font-size: 18px;
    color: #9E9E9E;
    height: 40px;
    width: 132px;
    border: 1px solid #08B27A;
    background: #fff;
}

.house-plan-content__btn:first-child {
    border-radius: 4px 4px 0 0;
}

.house-plan-content__btn:last-child {
    border-radius: 0 0 4px 4px;
}

.house-plan-content__btn_active {
    background: #08B27A;
    font-weight: bold;
    color: #fff;
}

.house-plan-content__btn:hover {
    background: #08B27A;
    font-weight: bold;
    color: #fff;
}

.house-plan-content__photo {
    margin-left: -7px;
    display: none;
}

.house-plan-content__photo_active {
    display: block;
}

.house-plan-content__info {
    background: #F7F6F6;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 36px;
    padding-top: 39px;
    padding-bottom: 59px;
}

.house-plan-content__info-head {
    margin-bottom: 27px;
}

.house-plan-content__info-beds {
    padding-left: 15px;
}

.house-plan-content__info-beds .txt {
    font-size: 18px;
    color: #212121;
    display: block;
}

.house-plan-content__info-beds .value {
    font-weight: 300;
    font-size: 32px;
    color: #212121;
}

.house-plan-content__info-beds .value::before {
    content: url(/assets/template/aprel/img/icons/bed-Icon.svg);
    position: relative;
    top: -2px;
    left: 3px;
    margin-right: 17px;
}

.house-plan-content__info-bathrooms {
    margin-left: -3px;
}

.house-plan-content__info-bathrooms .txt {
    font-size: 18px;
    color: #212121;
    display: block;
}

.house-plan-content__info-bathrooms .value {
    font-weight: 300;
    font-size: 32px;
    color: #212121;
}

.house-plan-content__info-bathrooms .value::before {
    content: url(/assets/template/aprel/img/icons/toilet-Icon.svg);
    position: relative;
    left: 3px;
    margin-right: 18px;
}

.house-plan-content__info-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 1px;
}

.house-plan-content__info-tr:nth-child(odd) {
    background: #FFFFFF;
}

.house-plan-content__info-tr .name {
    font-size: 16px;
    color: #9E9E9E;
    min-width: 199px;
    padding-left: 18px;
    padding-right: 18px;
}

.house-plan-content__info-tr .value {
    font-weight: 500;
    font-size: 16px;
    color: #212121;
}

.section-subtitle {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #212121;
}

.section-sub {
    line-height: 1.2;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

.houseSize {
    margin-top: 64px;
}

.houseSize .section-subtitle {
    margin-bottom: 36px;
}

.house-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.house-size__link {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 94px;
    width: 154px;
    border-right: 1px solid #E0E0E0;
}

.house-size__link:last-child {
    border-right: none;
}

.house-size__link:hover {
    color: #fff;
    background: #08B27A;
}

.house-size.house-size_other {
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.house-size.house-size_other .house-size__link {
    border: 1px solid #E0E0E0;
    margin-bottom: 5px;
    margin-right: 8px;
}

.action {
    padding-top: 15px;
    padding-bottom: 64px;
}

.action__title {
    margin-bottom: 32px;
}

.action-item {
    background: #F7F6F6;
    min-height: 200px;
    position: relative;
    margin-bottom: 15px
}

.action-item__inner {
    padding-top: 14px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 5px;
}

.action-item__date {
    font-size: 12px;
    font-weight: bold;
    color: #212121;
    background: #FEF68B;
    display: inline-block;
    margin-bottom: 16px;
    padding: 3px 10px;
}

.action-item__title {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #212121;
    margin-bottom: 11px;
}

.action-item__title a {
    color: #212121;
}

.action-item__title a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.action-item__title a:hover {
    text-decoration: underline;
}

.action-item__desc {
    font-size: 14px;
    line-height: 22px;
    color: #616161;
}

.complect {
    padding-top: 12px;
    padding-bottom: 40px;
}

.complect__title {
    margin-bottom: 12px;
}

.complect__txt {
    text-align: center;
    font-size: 20px;
    color: #9E9E9E;
    margin-bottom: 48px;
}

.scroll-top {
    bottom: 25px;
    position: fixed;
    z-index: 999999;
    padding: 0;
    border: none;
    background: none;
    display: none;
    width: 40px;
    height: 40px;
    left: 15px;
    right: auto;
    opacity: .8;
}

.b24-widget-button-position-bottom-right {
    right: 15px !important;
    bottom: 15px !important;
}


.complect-table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 32px;
}

/*.complect-table tr {
    display: none; }*/
.complect-table tr:nth-child(-n+5) {
    display: table-row;
}

.complect-table td {
    vertical-align: top;
    padding: 0;
}

.complect-table__wrapper {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 24px;
    cursor: pointer;
}

.complect-table__title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: -3px;
    text-decoration: underline
}

.complect-table__subtitle {
    font-size: 14px;
    color: #9E9E9E;
    margin-bottom: 13px;
}

.complect-table__txt {
    font-size: 14px;
    line-height: 20px;
    color: #616161;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 18px;
}

.complect-table__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-grid;
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.complect-table__price .new-price {
    font-weight: bold;
    font-size: 18px;
    color: #212121;
}

.complect-table__price .old-price {
    font-size: 14px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #9E9E9E;
    margin-right: 10px;
}

.complect-table__tr > td {
    border: 1px solid #E0E0E0;
}

.complect-table__tr > td:first-child {
    width: 170px;
    color: #212121;
    font-weight: bold;
    font-size: 14px;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 15px;
}

.complect-table__tr:first-child > td:first-child {
    background: transparent url(/assets/template/aprel/img/table-bg.png) 0 0 no-repeat;
    background-size: cover;
}

.complect-inner-table {
    width: 100%;
}

.complect-inner-table td {
    width: 25%;
    border-right: 1px solid #E0E0E0;
}

.complect-inner-table td:last-child {
    border-right: none;
}

.color1, .color2, .color3, .color4, .color5, .color6, .color7, .color8 {
    position: relative;
}

.color1::after, .color2::after, .color3::after, .color4::after, .color5::after, .color6::after, .color7::after, .color8::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.color1::after {
    background: #08B27A;
}

.color1 .complect-table__title {
    color: #08B27A;
}

.color2::after {
    background: #FF9505;
}

.color2 .complect-table__title {
    color: #FF9505;
}

.color3::after {
    background: #3C91E6;
}

.color3 .complect-table__title {
    color: #3C91E6;
}

.color4::after {
    background: #246EB9;
}

.color4 .complect-table__title {
    color: #246EB9;
}

.color5::after {
    background: #464646;
}

.color5 .complect-table__title {
    color: #464646;
}


.color6::after {
    background: #1a1a1b;
}

.color6 .complect-table__title {
    color: #1a1a1b;
}

.color7::after {
    background: #ff3b00;
}

.color7 .complect-table__title {
    color: #ff3b00;
}

.color8::after {
    background: #b12900;
}

.color8 .complect-table__title {
    color: #b12900;
}

.complect-table-full {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.complect-table-full a {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #08B27A !important;
    border-bottom: 2px dashed #9E9E9E;
}

.complect-table-full a::after {
    content: url(/assets/template/aprel/img/icons/dropdown-green.svg);
    position: relative;
    top: 1px;
    margin-left: 14px;
}

.complect-table-full a:hover {
    border-color: transparent;
}

.complect-info {
    background: #F7F6F6;
    text-align: center;
    padding: 20px;
    margin-bottom: 25px;
    margin-top: 50px;
}

.complect-info__title {
    font-weight: bold;
    font-size: 24px;
    color: #212121;
    line-height: 1.2;
    margin-bottom: 0;
}

.engineer-communication__title {
    margin-bottom: 50px;
}

.engineer-communication__form {
    padding: 20px;
    background-color: #F7F6F6;
}

.engineer-communication__subtitle {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 1.1;
}

.engineer-communication__phones {
    margin-bottom: 50px;
}

.engineer-communication__phones p:last-child {
    margin-bottom: 0;
}

.engineer-communication_phone {
    color: #212121;
    text-decoration: none;
    cursor: default;
    font-weight: 600;
}

.engineer-communication_phone:hover {
    color: #212121;
}

.complect-additional {
    padding-bottom: 100px;
}

.complect-additional__title {
    margin-bottom: 35px;
}

.complect-additional-arrow {
    background: none;
    border: none;
    position: absolute;
    top: 42%;
    z-index: 3;
    opacity: .5;
}

.complect-additional-arrow:hover {
    opacity: 1;
}

.complect-additional-prev {
    left: 0;
}

.complect-additional-next {
    right: 0;
}

.complect-additional-item {
    background: #F7F6F6;
    min-height: 288px;
}

.complect-additional-item__img {
    height: 170px;
}

.complect-additional-item__img img {
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.complect-additional-item__title {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    margin-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 48px;
    margin-top: 25px;
}

.complect-additional-item__title:hover {
    color: #08B27A;
}

.complect-additional-item__price {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    color: #212121;
    padding-left: 15px;
    padding-right: 15px;
}


#modal-project {
    z-index: 999;
}

.modal-project {
    width: 1400px;
    margin: 80px auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.modal-project .project-head__bottom {
    padding-top: 25px;
    border: none;
}

.project-head__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-head__caption .project-head__title {
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 32px;
}

.modal-project .project-price__new {
    font-size: 32px;
}

.project-head__complect {
    font-weight: bold;
    font-size: 32px;
}

.project-head__complect_orange {
    color: #FF9505;
}

.project-head__complect_green {
    color: #08B27A;
}

.project-head__complect_blue {
    color: #246EB9;
}

.project-head__complect_gray {
    color: #464646;
}


.project-head__complect_wblue {
    color: #3C91E6;
}

.project-head__complect_pmzh {
    color: #ff3b00;
}

.project-head__complect_pmzh_plus {
    color: #b12900;
}

.modal-project .project-more__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0;
}

.modal-project .project-more {
    margin-bottom: 25px;
}

.project-photo-modal {
    margin-bottom: 25px;
}

.project-complete__subtitle {
    font-size: 32px;
    margin-bottom: 20px;
}

.project-complete__table {
    width: 100%;
    table-layout: fixed;
}

.project-complete__table td:first-child {
    color: #212121;
    font-weight: bold;
    font-size: 14px;
}

.project-complete__table td {
    font-size: 14px;
    color: #616161;
    padding: 15px;
    border: 1px solid #E0E0E0;
}

.project-complete {
    margin-bottom: 40px;
}

.delivery {
    padding-top: 0;
    padding-bottom: 40px;
}

.delivery-info__link {
    width: 100%;
    text-align: center;
}

.delivery-info__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #212121;
    margin-bottom: 37px;
}

.delivery-info__price {
    margin-bottom: 102px;
}

.delivery-info__price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.delivery-info__price-name,
.delivery-info__price-cat {
    font-size: 16px;
    color: #616161;
    min-width: 76%;
}

.delivery-info__price-cat {
    font-weight: bold
}

.delivery-info__price-name::before {
    content: url(/assets/template/aprel/img/icons/green-check.svg);
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.delivery-info__price-value {
    font-weight: bold;
    font-size: 18px;
    color: #212121;
}

.delivery-info__price-value span {
    font-size: 16px;
    color: #9E9E9E;
    font-weight: 400;
}

.delivery-map {
    padding-top: 4px;
}

.delivery-map__info {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    max-width: 471px;
    margin-left: auto;
    margin-top: -68px;
    margin-right: -1px;
    position: relative;
    z-index: 3;
    padding-top: 25px;
    padding-left: 27px;
    padding-bottom: 29px;
}

.delivery-map__info-txt {
    font-size: 14px;
    color: #9E9E9E;
    margin-bottom: 3px;
}

.delivery-map__info-title {
    font-weight: bold;
    font-size: 16px;
    color: #212121;
}

.plans_slick {
    padding-top: 40px
}

.delivery_tags {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.plans__title--seo {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: left;
}


.section-buy-in-credit__catalog-wrapper {
    padding: 40px !important;
}

.section-buy-in-credit__title {
    margin-bottom: 25px;
}

.section-buy-in-credit__conditions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 610px;
}

.section-buy-in-credit__rate, .section-buy-in-credit__term {
    margin-bottom: 30px;
}

.section-buy-in-credit__rate {
    margin-right: 30px;
}

.section-buy-in-credit__subtitle {
    font-weight: 700;
    font-size: 18px;
}

.section-buy-in-credit__condition {
    font-weight: 700;
    font-size: 18px;
    color: #0c9;
}

.section-buy-in-credit__banks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-buy-in-credit__bank-link {
    display: block;
}

.section-buy-in-credit__bank-link:not(:last-child) {
    margin-bottom: 20px;
}

.section-buy-in-credit__bank-logo {
    display: block;
    height: 110px;
    width: auto;
}

.consultation__title {
    margin-bottom: 17px;
}

.consultation__txt {
    text-align: center;
    font-size: 20px;
    color: #9E9E9E;
    margin-bottom: 30px;
}

.consultation-form__group {
    margin-bottom: 42px;
}

.consultation-form__group_new-margin {
    margin-bottom: 12px;
}

.consultation-form__label {
    font-size: 16px;
    color: #212121;
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
}

.consultation-form__txt {
    font-size: 16px;
    color: #212121;
    display: block;
    margin-bottom: 8px;
}

.consultation-form__input {
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    font-size: 16px;
    color: #212121;
    padding-left: 24px;
    -ms-input-placeholder-color: #9E9E9E;
}

.consultation-form__input_error {
    border: 1px solid #E53D00;
    color: #E53D00;
}

.consultation-form__input::-webkit-input-placeholder {
    color: #9E9E9E;
}

.consultation-form__input::-moz-placeholder {
    color: #9E9E9E;
}

.consultation-form__input:-moz-placeholder {
    color: #9E9E9E;
}

.consultation-form__input:focus {
    border: 1px solid #08B27A;
}

.consultation-form__input:disabled {
    background: #F7F6F6;
    border: 1px solid #E0E0E0;
    color: #E0E0E0;
}

.consultation-form__textarea {
    resize: none;
    height: 124px;
    padding-top: 14px;
}

.consultation-form__textarea_modal {
    padding: 15px;
    height: 130px;
}

.consultation-form__textarea_engineer-communication {
    height: 56px;
}

.consultation-form__input-file {
    display: none;
}

.consultation-form__label-file {
    cursor: pointer;
    border: 2px solid #08B27A;
    height: 56px;
    width: 100%;
    font-weight: bold;
    color: #212121;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.consultation-form__label-file:hover {
    background: #08B27A;
    color: #fff;
}

.consultation-form__consent {
    margin-top: 12px;
}

.consultation-form__btn {
    margin-left: auto;
    display: block;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    margin-top: -8px;
    padding-top: 25px;
    padding-bottom: 27px;
    width: 470px;
    padding-left: 43px;
    text-align: left;
}

.consultation-form-main .consultation-form__btn {
    margin-left: inherit;
    margin-top: 25px
}

.consultation-form__btn::after {
    content: url(/assets/template/aprel/img/icons/btn-arrow.svg);
    position: absolute;
    top: 20px;
    right: 16px;
}

.consent {
    position: relative;
    margin-top: 20px;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 20px;
}

.consent p {
    margin-bottom: 0;
}
.consent input {
    cursor: pointer;
}

.consent__input:checked + .consent__label::before {
    background: #08B27A url(/assets/template/aprel/img/icons/check.svg) center no-repeat;
    border-color: #08B27A;
}

.consent__label {
    cursor: pointer;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    color: #212121;
}

.consent__label::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #9E9E9E;
    position: absolute;
    top: 3px;
    left: 0;
}

.consent__label a {
    text-decoration: underline;
    color: #08B27A;
}

.select {
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
    position: relative;
    padding-right: 60px;
    cursor: pointer;
}

.select::after {
    content: url(/assets/template/aprel/img/icons/select.svg);
    position: absolute;
    right: 23px;
    top: 17px;
}

.select span {
    font-size: 16px;
    color: #9E9E9E;
    display: block;
    padding: 15px 23px;
    padding-right: 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.select ul {
    position: absolute;
    padding-left: 0;
    list-style: none;
    color: #212121;
    font-size: 16px;
    left: -1px;
    right: -1px;
    border: 1px solid #E0E0E0;
    border-top: none;
    background: #fff;
    top: 56px;
    display: none;
    z-index: 99;
}

.select ul li {
    line-height: 24px;
    cursor: pointer;
    padding: 8px 24px;
    border-bottom: 1px solid #E0E0E0;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.select ul li:last-child {
    border-bottom: none;
}

.select ul li:hover {
    background: rgba(224, 224, 224, 0.5);
}

.select ul li.selected {
    background: rgba(224, 224, 224, 0.5);
}

.similar {
    padding-top: 24px;
    padding-bottom: 24px;
}

.similar__title {
    margin-bottom: 64px;
}

.similar__inner {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    background: #F7F6F6;
    padding-top: 96px;
    padding-bottom: 103px;
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 3px #999999;
    box-shadow: 0 0 3px #999999;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.card:hover {
    -webkit-box-shadow: 0 0 15px #999999;
    box-shadow: 0 0 15px #999999;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.card_catalog .card__info {
    padding-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 23px;
}

.card_catalog .card__title {
    margin-bottom: 4px;
}

.card_catalog .card__desc {
    line-height: 24px;
    margin-bottom: 16px;
}

.labels {
    position: absolute;
    z-index: 9;
    left: 10px;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}

.label {
    border: 1px solid transparent;
    background-color: #fff;
    color: #212121;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 5px;
}

.card__image {
    position: relative;
}

.card__img {
    width: 100%;
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
}

.card__info {
    padding: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.card__title {
    font-weight: bold;
    font-size: 20px;
    color: #212121;
    line-height: 1.2;
}

.card__desc {
    font-size: 14px;
    color: #616161;
    margin-top: 10px;
}

.price {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #c94b3c;
    margin-top: auto;
}

.card__old-price {
    font-size: 16px;
    color: #9E9E9E;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.card__foot {
    border-top: 1px solid #E0E0E0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #212121;
    border-right: 1px solid #E0E0E0;
}

.card__link:last-child {
    border-right: none;
}

.card__link:hover {
    background: #08B27A;
    color: #fff;
}

.catalog_text {
    padding-top: 40px;
}

.footer {
    background: #212121;
    padding-top: 63px;
    padding-bottom: 35px;
}

.footer__logo {
    margin-bottom: 26px;
    margin-top: -30px;
    display: block;
}

.footer__logo img {
    width: 116px;
    height: 48px;
}

.footer__contacts .ya-phone a,
.footer__phone {
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.footer__phone:hover {
    color: #fff;
}

.footer__address {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    margin-top: 8px;
    opacity: .5;
}

.footer-block__title {
    font-size: 14px;
    color: #9E9E9E;
    opacity: .5;
    margin-bottom: 24px;
    display: block;
}

.footer-menu {
    padding-left: 0;
    list-style: none;
}

.footer-menu__item {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.footer-menu__item a {
    color: #FFFFFF;
}

.footer-menu__item a:hover {
    text-decoration: underline;
}

.footer-menu__item a::first-letter {
    text-transform: uppercase;
}

.footer-block .social {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('/assets/template/aprel/img/icons/socials-3.png');
    background-repeat: no-repeat
}

.footer-block .social.-vk {
    background-position: 0 0;
}

.footer-block .social.-ok {
    background-position: -96px 0;
}

.footer-block .social.-inst {
    background-position: -160px 0;
}

.footer-block .social.-fb {
    background-position: -64px 0;
}

.footer-block .social.-dz {
    background-position: -192px 0;
}

.footer-block .social.-yt {
    background-position: -128px 0;
}

.footer-block .social.-tt {
    background-position: -225px 0;
}

.footer-block .social.-tg {
    background-position: -256px 0;
}

.footer-bottom {
    margin-top: 45px;
}

.footer-bottom .row {
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid rgba(97, 97, 97, 0.5);
    padding-top: 34px;
}

.footer__txt {
    font-size: 12px;
    color: #9E9E9E;
    text-align: right;
}

.copyright {
    font-size: 12px;
    color: #9E9E9E;
}

.no-padding {
    padding: 0;
}

.m-menu {
    display: none;
}

.open-menu {
    position: relative;
    width: 35px;
    height: 24px;
    cursor: pointer;
    padding: 20px;
    border: 1px solid #08B27A;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.open-menu span {
    position: absolute;
    background: #08B27A;
    width: 26px;
    height: 3px;
    opacity: 1;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.open-menu span::after {
    position: absolute;
    background: #08B27A;
    height: 3px;
    left: 0;
    display: block;
    -webkit-transition: top .3s ease-in-out, bottom .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: top .3s ease-in-out, bottom .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out, top .3s ease-in-out, bottom .3s ease-in-out;
    transition: transform .3s ease-in-out, top .3s ease-in-out, bottom .3s ease-in-out;
    transition: transform .3s ease-in-out, top .3s ease-in-out, bottom .3s ease-in-out, -webkit-transform .3s ease-in-out;
    will-change: transform;
    width: 26px;
    bottom: 10px;
    content: "";
}

.open-menu span::before {
    position: absolute;
    background: #08B27A;
    height: 3px;
    left: 0;
    display: block;
    -webkit-transition: top .3s ease-in-out, bottom .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: top .3s ease-in-out, bottom .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out, top .3s ease-in-out, bottom .3s ease-in-out;
    transition: transform .3s ease-in-out, top .3s ease-in-out, bottom .3s ease-in-out;
    transition: transform .3s ease-in-out, top .3s ease-in-out, bottom .3s ease-in-out, -webkit-transform .3s ease-in-out;
    will-change: transform;
    width: 26px;
    top: 10px;
    content: "";
}

.open-menu_active span {
    background: transparent;
}

.open-menu_active span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 20px;
    top: 0;
    left: 3px;
}

.open-menu_active span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    top: 0;
    left: 3px;
}

.banner {
    margin-bottom: 20px;
}

.banner .slick-dots {
    bottom: 27px;
}

.banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.banner-arrow {
    background: none;
    border: none;
    position: absolute;
    top: 42%;
    z-index: 3;
    opacity: .5;
}

.banner-arrow:hover {
    opacity: 1;
}

.banner-prev {
    left: -160px;
}

.banner-next {
    right: -150px;
}

.banner-item__info {
    padding-top: 0;
}

.banner-img img {
    max-width: 100%;
}

.banner .slick-dots {
    bottom: 15px;
}


.banner-item {
    min-height: initial;
    position: relative;
}

.banner-date {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffd166;
    font-size: 16px;
    color: #61605e;
    padding: 2px 6px;
}

.banner-date .countdown-period {
    padding-left: 20px
}

.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}

.slick-dots li button::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    border: 2px solid #08B27A;
    background: none;
}

.slick-dots li.slick-active button::before {
    background: #08B27A;
    opacity: 1;
}

.page-subtitle {
    font-size: 20px;
    line-height: 30px;
    color: #9E9E9E;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.page-title {
    font-weight: bold;
    font-size: 30px;
    color: #212121;
    text-align: center;
    line-height: 1.1;
    margin-top: 20px;
}

.houses {
    padding-top: 96px;
}

.houses__title {
    margin-bottom: 16px;
}

.houses__subtitle {
    margin-bottom: 35px;
}

.house-arrow {
    background: rgba(33, 33, 33, 0.5);
    border: none;
    padding: 0;
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 64px;
    height: 64px;
}

.house-arrow img {
    width: 48px;
}

.house-next {
    right: 0;
}

.house-prev {
    right: 66px;
}

.house-photo {
    max-width: 700px;
    width: 100%;
}

.house-photo_right {
    margin-left: auto;
}

.house-photo_right .house-prev {
    right: initial;
    left: 0;
}

.house-photo_right .house-next {
    right: initial;
    left: 66px;
}

.house-photo__item {
    height: 490px;
}

.house-photo__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.house-item {
    padding-top: 64px;
    padding-bottom: 64px;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 80px;
}

.house-item .house-item_first {
    margin-top: 51px
}

.house-item .container {
    position: relative;
    z-index: 3;
}

.house-item::after {
    content: "";
    top: 0;
    bottom: 0;
    bottom: 0px;
    background: #F7F6F6;
    position: absolute;
    right: 20px;
    max-width: 1005px;
    width: 100%;
}

.house-item_even::after {
    right: initial;
    left: 20px;
}

.house-info {
    margin-left: -30px;
    padding-top: 20px;
}

.house-info_left {
    margin-left: 0;
    padding-top: 16px;
}

.house-info__title {
    font-weight: bold;
    font-size: 44px;
    line-height: 52px;
    color: #212121;
    margin-bottom: 31px;
    -webkit-box-shadow: inset 0 -21px 0 0 #FEF68B;
    box-shadow: inset 0 -21px 0 0 #FEF68B;
    display: inline-block;
}

.house-info__title a {
    color: #212121
}

.house-info__desc {
    font-size: 14px;
    line-height: 22px;
    color: #616161;
    margin-bottom: 44px;
}

.house-info__subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #9E9E9E;
    margin-bottom: 9px;
}

.house-info__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 42px;
}

.house-info__link {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid #E0E0E0;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    color: #212121;
    padding: 2px 11px 3px;
    margin-right: 4px;
}

.house-info__link:hover {
    color: #fff;
    background: #08B27A;
}

.house-info__price {
    font-size: 32px;
    line-height: 40px;
    color: #212121;
    font-weight: bold;
}

.house-info__old-price {
    font-size: 18px;
    color: #9E9E9E;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.house-info__size {
    margin-bottom: 26px;
}

.size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.size__link {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid #E0E0E0;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    color: #212121;
    padding: 2px 11px 3px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.size__link:hover, .size__link_active {
    color: #fff;
    background: #08B27A;
}

.features__title {
    margin-bottom: 16px;
}

.features__subtitle {
    margin-bottom: 65px;
}

.features-item {
    background: #F7F6F6;
    padding: 16px;
    margin-bottom: 30px;
    position: relative;
    height: 160px;
}

.features-item:hover .features-item__inner {
    background: #F7F6F6;
}

.features-item::before {
    position: absolute;
}

.features-item__inner {
    background: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 120px;
    padding-right: 20px;
    padding-bottom: 10px;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.features-item__txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #212121;
}

.features-item_1::before {
    content: url(/assets/template/aprel/img/icons/features1.svg);
    left: 48px;
    top: 46px;
}

.features-item_2::before {
    content: url(/assets/template/aprel/img/icons/features2.svg);
    left: 48px;
    top: 46px;
}

.features-item_3::before {
    content: url(/assets/template/aprel/img/icons/features3.svg);
    left: 50px;
    top: 43px;
}

.features-item_4::before {
    content: url(/assets/template/aprel/img/icons/features4.svg);
    left: 48px;
    top: 44px;
}

.features-item_5::before {
    content: url(/assets/template/aprel/img/icons/features5.svg);
    left: 49px;
    top: 42px;
}

.features-item_6::before {
    content: url(/assets/template/aprel/img/icons/features6.svg);
    left: 50px;
    top: 42px;
}

.steps {
    padding-bottom: 33px;
}

.steps_no-bg .steps__inner {
    background: #fff;
    padding-top: 96px;
    padding-bottom: 0;
}

.steps_no-bg .steps__title {
    margin-bottom: 10px;
}

.steps__subtitle {
    margin-bottom: 66px;
}

.steps__inner {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    background: #F7F6F6;
    padding-top: 80px;
    padding-bottom: 105px;
}

.steps__title {
    margin-bottom: 49px;
}

.steps-list {
    font-size: 16px;
    font-weight: bold;
    color: #212121;
    line-height: 24px;
    margin-bottom: 0;
    padding-left: 18px;
}

.steps-list li {
    margin-bottom: 18px;
}

.steps-list span {
    font-weight: 400;
}


.video_main {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 90px;
}

.video_main .section-title {
    margin-bottom: 49px;
}

.contacts .container {
    position: relative;
}

.contacts__title {
    margin-bottom: 40px;
    padding: 0 15px;
}

.contacts__inner {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
}

.contacts-map {
    position: relative;
}

.contacts-item {
    max-width: 318px;
    position: absolute;
    left: 15px;
    top: 69px;
    z-index: 10;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    padding-top: 32px;
    padding-left: 23px;
    padding-right: 20px;
    padding-bottom: 14px;
}

.contacts-item__title {
    font-size: 14px;
    color: #9E9E9E;
    margin-bottom: 4px;
}

.contacts-item__link {
    font-weight: bold;
    font-size: 24px;
    color: #212121;
    display: block;
    margin-bottom: 16px;
}

.contacts-item__txt {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #212121;
    margin-bottom: 17px;
}

.catalog {
    padding-top: 28px;
}

.catalog-head {
    margin-bottom: 64px;
}

.catalog__breadcrumbs {
    margin-bottom: 6px;
}

.catalog__title {
    text-align: left;
    margin-bottom: 32px;
}

.catalog__desc {
    font-size: 16px;
    line-height: 26px;
    /*color: #616161;
    max-width: 875px;*/
}

.catalog__desc h2,
.catalog__desc h3,
.catalog__desc h4 {
    margin-bottom: 1rem;
    margin-top: 2rem
}

.catalog-wrapper {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    background: #F7F6F6;
    padding-top: 23px;
    padding-bottom: 75px;
}

.catalog-filter {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    padding-top: 39px;
    padding-bottom: 46px;
    margin-bottom: 30px;
}

.catalog-filter__group_left {
    padding-left: 24px;
}

.catalog-filter__group_center {
    padding-left: 18px;
}

.catalog-filter__group_right {
    padding-left: 35px;
}

.catalog-filter__title {
    font-weight: bold;
    font-size: 18px;
    color: #212121;
    margin-bottom: 16px;
}

.catalog-filter__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.catalog-filter__inputs span {
    margin-left: 22px;
    margin-right: 19px;
    font-size: 14px;
    color: #9E9E9E;
}

.catalog-filter__input {
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
    height: 56px;
    width: 136px;
    font-size: 16px;
    text-align: center;
    color: #212121;
}

.catalog-filter__select {
    margin-bottom: 15px;
}

.catalog-filter__btn {
    width: 100%;
    max-width: 300px;
}

.slide-txt {
    font-weight: bold;
    font-size: 14px;
    color: #212121;
    position: absolute;
    top: 22px;
}

.slide-txt.max-price {
    top: -22px;
    right: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #08B27A;
    background: #fff;
    cursor: pointer;
}

.ui-widget.ui-widget-content {
    background: #E0E0E0;
    border-radius: 15px;
    border: none;
    height: 7px;
}

.ui-slider-horizontal .ui-slider-range {
    border-radius: 15px;
    background: #08B27A;
}

.catalog-sort {
    margin-bottom: 31px;
}

.catalog-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-tags__link {
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    color: #212121;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    padding: 3px 11px;
    margin-right: 8px;
}

.catalog-tags__link_red {
    color: #E53D00;
}

.catalog-tags__link:hover {
    color: #fff;
    background: #08B27A;
}

.sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    gap: 20px;
}

.sort-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.sort__txt {
    font-weight: bold;
    font-size: 14px;
}

.sort-item {
    color: #08B27A;
    font-size: 14px;
    cursor: pointer;
}

.sort-item::after {
    content: url(/assets/template/aprel/img/icons/up-down-icon.svg);
    position: relative;
    top: 0;
}

.sort-item[data-dir="desc"] {
    color: #212121;
}

.sort-item[data-dir="desc"]::after {
    content: url(/assets/template/aprel/img/icons/down-icon.svg);
    top: -3px;
}

.sort-item[data-dir="asc"] {
    color: #212121;
}

.sort-item[data-dir="asc"]::after {
    content: url(/assets/template/aprel/img/icons/up-icon.svg);
    top: -2px;
}

.catalog-list {
    margin-bottom: 12px;
}

.load-more {
    width: 380px;
    height: 64px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background: #08B27A;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.load-more img {
    margin-left: 12px;
}

.load-more:hover {
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}

.load-more:focus {
    background: #07A16E;
}

.page {
    padding-top: 35px;
    padding-bottom: 8px;
}

.page__title {
    text-align: left;
}

.page-head {
    margin-bottom: 40px;
}

.stock-item {
    padding: 32px;
    background: #F7F6F6;
    margin-bottom: 24px;
}

.stock-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.stock-item__img {
    width: 300px;
    min-width: 300px;
    position: relative;
    margin-right: 40px;
}

.stock-item__info {
    padding-bottom: 14px;
}

.stock-item__date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    background: #08B27A;
    padding: 7px 16px;
}

.stock-item__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #212121;
    margin-bottom: 24px;
}

.stock-item__desc {
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    max-width: 670px;
    margin-bottom: 24px;
}

.stock-item__desc p {
    margin-bottom: 26px;
}

.stock-item__desc p:last-child {
    margin-bottom: 0;
}

.stock-item__link {
    border: 4px solid #08B27A;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 30px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: auto;
    display: none;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #000;
    opacity: .5;
    cursor: pointer;
}

.modal-container {
    max-width: 450px;
    display: none;
}

.modal-close {
    z-index: 10;
    position: absolute;
    top: 18px;
    right: 24px;
    cursor: pointer;
}

.modal-form__title {
    display: block;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 24px;
    line-height: 1.2;
    text-align: center;
}

.modal-form__group {
    margin-bottom: 24px;
}

.modal-form__label {
    display: block;
    cursor: pointer;
    font-size: 16px;
    color: #212121;
    margin-bottom: 12px;
}

.modal-form__input {
    border: 1px solid #E0E0E0;
    height: 56px;
    width: 100%;
    font-size: 16px;
    color: #9E9E9E;
    padding-left: 23px;
}

.modal-form__input_textarea {
    height: 80px;
}

.modal-form__consent {
    padding-left: 31px;
    margin-bottom: 29px;
}

.modal-form__btn {
    width: 100%;
}

.form__btn:hover, .form__btn:focus {
    color: #fff;
    text-decoration: none;
}

.fixed-buttons {
    position: fixed;
    left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    z-index: 9;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.show-mobile {
    display: none;
}

#mm-2 {
    padding-top: 0;
}

#menu .mega-menu__list.container .mega-menu__item:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

#menu .mega-menu__list.container .mega-menu__item:last-child a {
    padding-bottom: 0 !important;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
}

.fancybox-thumbs {
    background: none !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: auto !important;
}

.fancybox-thumbs__list a:before {
    border-color: #08B27A !important;
}

.photo-review {
    margin-top: 100px;
}

.item-photo-review {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.item-photo-review__image {
    display: block;
}

.item-photo-review__img {
    width: 100%;
    display: block;
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-photo-review__text {
    padding: 20px;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}

.item-photo-review__text p:last-child {
    margin: 0;
}

.swiper-container {
    position: relative;
    margin-top: 30px;
}

.swiper_pagination {
    padding-bottom: 50px;
}

.swiper-slide {
    height: auto;
}

.swiper-pagination {
    height: auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2px;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #08B27A;
}

.swiper-button-disabled {
    visibility: hidden;
}

.swiper-navigation__prev, .swiper-navigation__next {
    position: absolute;
    margin-top: -30px;
    top: 50%;
    z-index: 9;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #08B27A;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #999;
}

.swiper-navigation__prev {
    left: -50px;
    right: auto;
}

.swiper-navigation__prev_project {
    left: -20px;
}

.swiper-navigation__next {
    right: -50px;
    left: auto;
}

.swiper-navigation__next_project {
    right: -20px;
}

.swiper-navigation__prev::before, .swiper-navigation__next::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/assets/template/aprel/img/icon_chevron_white.svg) no-repeat 100% / contain;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.swiper-navigation__prev::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.swiper-navigation__next::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.subscribe {
    padding: 50px 0;
}

.subscribe__title {
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 600;
}

.form__group_subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form__input_subscribe {
    height: auto;
    width: 100%;
    display: block;
    padding: 10px 15px;
    border: 1px solid #000;
    border-right: none;
}

.subscribe__text {
    margin: 0;
    line-height: 1.3;
}

.section_page {
    padding: 35px 0 50px;
}

.item-news {
    background-color: #F7F6F6;
    color: #212121;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.item-news:hover {
    color: #212121;
}

.item-news__image {
    position: relative;
}

.item-news__date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #08B27A;
    font-size: 14px;
}

.item-news__img {
    display: block;
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-news__info {
    padding: 20px;
}

.item-news__info_page {
    padding: 0;
}

.item-news__title {
    line-height: 1.1;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.item-news__description {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1.2;
}

.item-news__description:not(.item-news__description_page) {
    overflow: hidden;
    position: relative;
}

.item-news__description_page {
    margin-top: 0;
    line-height: inherit;
}

.button {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px;
    font-weight: 600;
    background-color: #08B27A;
    color: #ffffff;
    border: 1px solid #08B27A;
    border-radius: 5px;
    white-space: nowrap;
}

.button:hover {
    background-color: transparent;
    color: #08B27A;
}

.button_load-more {
    margin-top: 50px;
}

.button_item-news {
    margin-top: 30px;
}

.button_after-slider {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.button_full {
    width: 100%;
}

.button_header {
    padding: 7px 10px;
    font-weight: 400;
    width: 210px;
    text-align: center;
}

.button_red {
    background-color: #c94b3c;
    border-color: #c94b3c;
}

.button_red:hover {
    border-color: #08B27A;
}

.button_footer {
    font-weight: 400;
    margin-top: 30px;
}

.button_filter {
    padding: 15px;
}

.button_completes {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 5px;
}

.button_subscribe {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.button_plot {
    margin-left: auto;
    margin-right: auto;
}

.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.buttons_footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.buttons_contacts {
    margin-top: 10px;
}

.item-gallery {
    position: relative;
}

.item-gallery__image:not(:first-child) {
    display: none;
}

.item-gallery__image:hover {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.item-gallery__img {
    display: block;
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-gallery__title {
    display: block;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    background-color: #08B27A;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.youtube-container.active {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin: auto;
}

.youtube-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.youtube-video .play {
    background: url(/assets/template/aprel/img/icon_youtube_red.svg) no-repeat;
    background-position: center;
    background-size: 80px 80px;
    position: absolute;
    height: 80px;
    width: 80px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.vk-container.active {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin: auto;
}

.vk-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.vk-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.header__menu {
    background-color: #08B27A;
    position: relative;
    margin-top: 5px;
}

.phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-left: 34px;
    /*margin-bottom: 20px;*/
}

.phones:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(/assets/template/aprel/img/icon_phone.svg) no-repeat 100% / contain;
    left: 0;
    bottom: 1px;
}

.phones_footer {
    gap: 3px 0;
}

.phones_footer:before {
    background: url(/assets/template/aprel/img/icon_phone_white.svg) no-repeat 100% / contain;
    left: -7px;
    bottom: auto;
    top: -5px;
}

.phones__link {
    color: #ffffff;
    text-decoration: underline;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.phones__link:hover {
    color: #ffffff;
    text-decoration: none;
}

.phones__link_contacts, .phones__link_contacts:hover {
    color: #212121;
}

.shedule {
    font-size: 14px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
    margin-left: auto;
    color: #999;
}

.phones-item {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
}

/*.phones-item:last-child {
    margin-top: 7px;
}*/

.phones-item_footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}

.phones-item__name_footer {
    color: #ffffff;
}

.phones-item__phone {
    color: #212121;
    font-weight: 600;
    white-space: nowrap;
    font-size: 20px;
}

.phones-item__phone_footer {
    color: #ffffff;
}

.phones-item__phone:hover {
    color: #212121;
    cursor: default;
}

.phones-item__phone_footer:hover {
    color: #ffffff;
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    line-height: 1;
}

.search__field {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #c7c7c7;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-style: normal;
}

.search__field[placeholder] {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.search__button {
    padding: 5px;
    width: 50px;
    background-color: #08B27A;
    border: 1px solid #08B27A;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search__button:hover {
    background-color: #00c181;
}

.search__icon {
    width: 20px;
    height: 20px;
}

#ui-id-1 {
    display: block !important;
}

.ui-menu.ui-widget.ui-widget-content {
    border: 1px solid #c7c7c7;
    height: auto;
    background: #ffffff;
    border-radius: 0;
    max-height: 260px;
    overflow: auto;
    width: auto !important;
    max-width: 270px;
}

/*.ui-widget-content .ui-state-active {
    border: none !important;
    background: transparent !important;
}*/


.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ffffff !important;
}


.ui-menu .ui-state-active {
    margin: 0 !important;
}


.mse2-ac-wrapper.ui-menu-item:not(:last-child) {
    border-bottom: 1px solid #c7c7c7;
}


.ui-menu .ui-menu-item-wrapper {
    padding: 0 !important;
}


.mse2-ac-link:hover {
    background-color: #ffffff !important;
    color: #212121 !important;
}


.mse2-ac-item {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.mse2-ac-item:hover {
    background-color: #08b27a !important;
    color: #ffffff !important;
    border: none !important;
}

.mse2-ac-item__title {
    display: block;
    font-weight: 600;
    line-height: 1.2;
    font-size: 14px;
}

.mse2-ac-item__text {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1.2;
}

.col_search-item-page .mse2-ac-item_page {
    border-bottom: 1px solid #c7c7c7;
}

.col_search-item-page:first-child .mse2-ac-item_page {
    border-top: 1px solid #c7c7c7;
}

.col_search-item-page:first-child .mse2-ac-item_page:hover {
    border-top: 1px solid #08b27a !important;
}

.mse2-ac-item_page {
    color: #212121 !important;
}

.mse2-ac-item_page:hover {
    border-bottom: 1px solid #08b27a !important;
}

.mse2-ac-item__title_page {
    font-size: 20px;
}

.mse2-ac-item__text_page {
    font-size: 16px;
    margin-top: 20px;
}

.messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
}

.messengers__item {
    text-decoration: none;
    width: 30px;
}

.messengers__icon {
    display: block;
    width: 100%;
}

.socials {
    position: fixed;
    right: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 99999;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.messengers_socials {
    gap: 15px;
}

.messengers_socials_page {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    display: none;
}

.messengers__item_socials {
    display: block;
    width: 60px;
    height: 60px;
}

.messengers__item_socials_page {
    width: 80px;
    height: 80px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.messengers__item_socials_page:hover {
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
    transform: scale3d(1.4, 1.4, 1.4);
}

.messengers__item_socials.vk {
    background: url(/assets/template/aprel/img/icon_vk_new.svg) no-repeat 100% / contain;
}

.messengers__item_socials.ok {
    background: url(/assets/template/aprel/img/icon_ok_new.svg) no-repeat 100% / contain;
}

.messengers__item_socials.yt {
    background: url(/assets/template/aprel/img/icon_yt_new.svg) no-repeat 100% / contain;
}

.messengers__item_socials.zen {
    background: url(/assets/template/aprel/img/icon_dzen_new.svg) no-repeat 100% / contain;
}

.messengers__item_socials.rt {
    background: url(/assets/template/aprel/img/icon_rt_new.svg) no-repeat 100% / contain;
}

.messengers__item_socials.inst {
    background: url(/assets/template/aprel/img/icon_inst_new.svg) no-repeat 100% / contain;
}

.messengers__item_socials.tg {
    background: url(/assets/template/aprel/img/icon_tg_new.svg) no-repeat 100% / contain;
}

.messengers__item_socials.max {
    background: url(/assets/template/aprel/img/icon_max_new.svg) no-repeat 100% / contain;
}

.messengers__item_socials_page.vk {
    background: url(/assets/template/aprel/img/icon_social_vk_green.svg) no-repeat 100% / contain;
}

.messengers__item_socials_page.ok {
    background: url(/assets/template/aprel/img/icon_social_ok_green.svg) no-repeat 100% / contain;
}

.messengers__item_socials_page.yt {
    background: url(/assets/template/aprel/img/icon_social_yt_green.svg) no-repeat 100% / contain;
}

.messengers__item_socials_page.zen {
    background: url(/assets/template/aprel/img/icon_social_zen_green.svg) no-repeat 100% / contain;
}

.messengers__item_socials_page.tt {
    background: url(/assets/template/aprel/img/icon_social_tt_green.svg) no-repeat 100% / contain;
}

.messengers__item_socials_page.tg {
    background: url(/assets/template/aprel/img/icon_social_tg_green.svg) no-repeat 100% / contain;
}

.menu__list_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.menu__list_submenu_main {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    left: 0;
    z-index: 999;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 #999;
    box-shadow: 0 0 5px 0 #999;
    display: none;
}

.menu__list_main li {
    position: relative;
}

.menu__link_main {
    color: #ffffff;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    border: 1px solid transparent;
}

.menu__link_main:hover {
    color: #08B27A;
    background-color: #ffffff;
    border-color: #08B27A;
}

.menu__list_main > li:hover .menu__list_submenu_main {
    display: block;
}

.menu__link_main_parent {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 30px !important;
}

.menu__link_main_parent::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/assets/template/aprel/img/icon_chevron_white.svg) no-repeat 100% / contain;
    top: auto;
    left: auto;
    right: 5px;
    bottom: auto;
}

.menu__link_main_submenu {
    color: #212121;
    display: block;
    padding: 5px 20px;
    white-space: nowrap;
}

.menu__link_main_submenu:hover {
    color: #08B27A;
}

.menu__link_main[data="actions"] {
    background-color: #c94b3c;
}

.menu__link_main[data="actions"]:hover {
    background-color: #ffffff;
}

.menu__link_mobile[data="actions"] {
    color: #c94b3c;
}

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

.menu__link_footer {
    font-size: 14px;
    color: #ffffff;
}

.menu__link_footer:hover {
    color: #ffffff;
    text-decoration: underline;
}

.addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
}

.item-address {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-left: 40px;
}

.item-address:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/assets/template/aprel/img/icon_pointer_white.svg) no-repeat 100% / contain;
    left: 0;
    bottom: 4px;
}

.item-address__place {
    line-height: 1.2;
}

.item-address__name {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 600;
}

.footer__title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    line-height: 1.1;
}

.footer__title_link:hover {
    color: #08B27A;
}

.footer__title_socials {
    font-weight: 400;
    font-size: 15px;
}

.item-stocks__img {
    width: 100%;
}

.about-houses__video {
    margin-top: 50px;
}

.item-categories:not(.item-categories_slide), .item-news:not(.item-news_slide) {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    -webkit-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    position: relative;
}

.item-categories:not(.item-categories_slide):hover, .item-news:not(.item-news_slide):hover {
    -webkit-box-shadow: 0 0 15px #999999;
    box-shadow: 0 0 15px #999999;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.item-categories_slide {
    border: 1px solid #dbdbdb;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.item-categories__img {
    width: 100%;
}

.item-categories__title {
    display: block;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    background-color: #08B27A;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.item-categories__title_slide {
    white-space: nowrap;
}

.item-features {
    border: 1px solid #08B27A;
    position: relative;
    height: 100%;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    display: block;
    color: #212121;
    text-decoration: none;
}

.item-features:hover {
    color: #212121;
    -webkit-box-shadow: 0 0 7px #08B27A;
    box-shadow: 0 0 7px #08B27A;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.item-features__content {
    padding: 20px;
    background-color: #ffffff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.item-features__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.item-features__img {
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
    display: block;
}

.item-features__title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

.item-features__description {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1.2;
}

.stages {
    list-style-type: none;
    counter-reset: num;
    position: relative;
    margin: 0;
    padding: 0;
}

.stages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.stages__item:before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 12px;
    width: 3px;
    border-left: 3px solid #08B27A;
}

.stages__item:after {
    content: counter(num);
    counter-increment: num;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
    font-size: 16px;
    background-color: #08B27A;
    color: #ffffff;
    border-radius: 50%;
    z-index: 9;
}

.scan-reviews {
    margin-top: 50px;
}

.item-reviews {
    height: 100%;
    display: block;
}

.item-reviews:hover {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.item-reviews__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider_reviews {
    margin-top: 50px;
}

.map {
    height: 450px;
}

.map_proizvodstvo {
    height: 300px;
}

.map_contacts {
    margin-top: 30px;
}

.balloon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.balloon__name {
    font-weight: 600;
}

.balloon__phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.balloon__phone {
    color: #212121;
}

.balloon__phone:hover {
    cursor: default;
    color: #212121;
}

.header__icn {
    width: 50px;
    height: 50px;
    display: none;
}

.header__icn.active {
    display: block;
}

.swiper-container_stocks {
    margin-top: 0;
}

.preloader {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    width: 100%;
    height: 100%;
    background-image: url(/assets/template/aprel/img/logo.svg);
    background-repeat: no-repeat;
    background-size: 140px 60px;
    background-position: center center;
}

.preloader_hide {
    opacity: 0;
}

.filter-toggle, .js-catalog-filter-close {
    display: none;
}

.category__filter {
    padding: 40px;
    background-color: #f7f7f7;
}

.category__sort {
    margin-top: 10px;
    margin-bottom: 10px;
}

.detail-info {
    display: none;
    padding-top: 15px;
}

.project__image {
    display: block;
    position: relative;
}

.project__img {
    display: block;
    width: 100%;
}

.project__img:hover {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.project__price {
    font-size: 28px;
}

.specification {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.specification__item {
    margin-bottom: 20px;
}

.specification__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.specification__name {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 30%;
}

.specification__name_link {
    text-decoration: underline;
    color: #000000;
}

.specification__space {
    display: block;
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 1px;
    background-color: #999999;
    margin: 0 10px;
}

.specification__value {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 70%;
    text-align: right;
    font-weight: 600;
}

.specification__value sup {
    top: -3px;
}

.specification__value_material span {
    position: relative;
}

.specification__value_material span:not(:last-child) {
    margin-right: 5px;
}

.specification__value_material span:not(:last-child):after {
    content: ',';
    position: absolute;
}

.project__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.project__content {
    margin-top: 100px;
}

.project__layouts {
    margin-top: 100px;
}

.tabs__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tabs__items_fastSEOlinks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tabs__item {
    display: block;
    padding: 10px;
    border: 1px solid #08B27A;
    text-align: center;
    width: 160px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    color: #08B27A;
    white-space: nowrap;
}

.tabs__item_fastSEOlinks {
    width: auto;
}

.tabs__items .tabs__item:hover {
    cursor: pointer;
}

.tabs__items.nocount .tabs__item:hover {
    cursor: default;
}

.tabs__item:not(:last-child) {
    border-right: none;
}

.tabs__item:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tabs__item:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tabs__contents {
    margin-top: 30px;
}

.tabs__contents_fastSEOlinks {
    margin-bottom: 30px;
}

.tabs__item.active {
    background-color: #08B27A;
    color: #ffffff;
}

.tabs__content {
    display: none;
}

.tabs__content.active {
    display: block;
}

.fastSEOlinks__item {
    display: block;
    color: #08B27A;
    padding: 5px;
    border: 1px solid #08B27A;
    border-radius: 5px;
    line-height: 1;
    -webkit-transition: all ease .3s ;
    -o-transition: all ease .3s ;
    transition: all ease .3s ;
    text-transform: lowercase;
}

.fastSEOlinks__item:hover {
    color: #ffffff;
    background-color: #08B27A;
}

.item-layouts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-layouts__floor {
    margin-top: 10px;
    margin-bottom: 10px;
    /*height: 30px;*/
    font-size: 20px;
}

.item-layouts__img {
    display: block;
    width: 100%;
}

.item-layouts__img:hover {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.project__other-sizes {
    margin-top: 100px;
}

.project__services {
    margin-top: 100px;
}

.project__fastSEOlinks {
    margin-top: 100px;
}

.card_slide {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dbdbdb;
}

.card_slide:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.project__completes {
    margin-top: 100px;
}

.item-completes {
    padding: 10px;
    border: 1px solid #dbdbdb;
    margin-right: 1px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.item-completes__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}

.item-completes__title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    font-size: 26px;
    text-transform: capitalize;
}

.item-completes__material {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    text-align: center;
}

.price-item-completes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.price-item-completes_pmzh_plus {
    margin-top: 56.18px;
}

.price-item-completes__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    line-height: 1.1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price-item-completes__cost {
    color: #c94b3c;
    font-weight: 600;
    font-size: 22px;
    white-space: nowrap;
}

.price-item-completes__cost_old {
    position: relative;
    color: #777;
}

.price-item-completes__cost_old::after {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: 2px;
    background-color: #c94b3c;
    left: -10px;
    top: 50%;
    transform: rotate(-8deg);
}

.price-item-completes__description {
    font-size: 14px;
    display: block;
    line-height: 1;
    margin-top: 3px;
    white-space: nowrap;
}

.price-item-completes__description_discount {
    font-weight: 600;
    font-size: 13px;
    color: #08B27A;
}

.deliveries {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.tooltip {
    position: relative;
}

.deliveries__title {
    display: block;
    cursor: pointer;
    width: fit-content;
    position: relative;
    padding-left: 25px;
    line-height: 1;
}

.deliveries__title::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    background: url(/assets/template/aprel/img/icon_chevron.svg) no-repeat 100% / contain;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.deliveries__title.active::before{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.deliveries__list {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s, margin .5s;
}

.deliveries__list.active {
    max-height: 500px;
    margin: 20px 0 -20px 0;
}

.deliveries__item {
    padding: 5px 0;
    border-bottom: 1px solid #dbdbdb;
}

.deliveries__item:last-child {
    border-bottom: none;
}

.deliveries__name {
    display: block;
    line-height: 1.2;
}

.deliveries__price {
    display: block;
    font-weight: 600;
    margin-top: 10px;
}

.deliveries__desc {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}

.item-completes__options-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    padding-left: 25px;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    line-height: 1;
}

.item-completes__options-subtitle::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    background: url(/assets/template/aprel/img/icon_chevron.svg) no-repeat 100% / contain;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.item-completes__options-subtitle.active::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.options-item-completes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s;
}

.options-item-completes.active {
    max-height: 100000px;
    transition: max-height .5s;
    margin-bottom: 20px;
}

.options-item-completes__option {
    margin-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}

.options-item-completes__option:first-child {
    padding-top: 20px;
    border-top: 1px solid #dbdbdb;
}

.options-item-completes__option:last-child {
    margin-bottom: 0;
}

.options-item-completes__title {
    font-weight: 600;
    display: block;
    line-height: 1;
}

.options-item-completes__description {
    font-size: 16px;
    margin-top: 10px;
}

.engineer-pack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 0;
    position: relative;
}

.engineer-pack__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0 10px;
}

.engineer-pack__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
}

.engineer-pack__name:hover {
    cursor: pointer;
}

.engineer-pack__name input, .engineer-pack__name .pseudo-input {
    border: 1px solid #999;
    border-radius: 5px;
    margin-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 20px;
    max-width: 20px;
    width: auto;
    height: 20px;
    background-color: #ffffff;
    padding: 0 !important;
    position: relative;
    cursor: pointer;
}

.engineer-pack__name input:checked::after, .engineer-pack__name .pseudo-input::after {
    content: '';
    background: url(/assets/template/aprel/img/icon_check.svg) no-repeat 100% / contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -7px;
    left: -3px;
}

.engineer-pack__name span {
    line-height: 1;
    position: relative;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.engineer-pack__icon {
    width: 26px;
    height: 26px;
}

.engineer-pack__icon:hover {
    cursor: pointer;
}

.engineer-pack__img {
    width: 100%;
    height: 100%;
}

.engineer-pack__icon .engineer-pack__img {
    display: none;
}

.engineer-pack__icon .engineer-pack__img:first-child {
    display: inline-block;
}

.engineer-pack.is-open .engineer-pack__icon .engineer-pack__img:first-child {
    display: none;
}

.engineer-pack.is-open .engineer-pack__icon .engineer-pack__img:last-child {
    display: inline-block;
}

.engineer-pack__cost-after {
    display: block;
    height: 35px;
    line-height: 1;
}

.engineer-pack__description {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s, padding .5s, margin .5s, color .5s;
    font-size: 16px;
    background-color: #fff;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
}

.engineer-pack__description.active {
    max-height: 500px;
    padding: 10px 0;
    border-color: #999;
    margin-bottom: 10px;
}

.engineer-pack__included {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
}

.project__video {
    margin-top: 100px;
}

.delivery {
    margin-top: 100px;
}

.delivery__title {
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 600;
    display: block;
    line-height: 1.2;
    text-align: center;
}

.delivery__complete {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 600;
}

.delivery__complete:first-child {
    margin-top: 0;
}

.delivery__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 20px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.delivery__name {
    display: block;
    line-height: 1.2;
    font-size: 14px;
}

.delivery__value {
    font-weight: 600;
    display: block;
    line-height: 1.2;
    white-space: nowrap;
}

.project__consultation {
    margin-top: 100px;
}

.project__stocks {
    margin-top: 100px;
}

.exhibition-center {
    margin-bottom: 30px;
}

.header-exhibition-center__name {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    font-size: 24px;
}

.header-exhibition-center__address {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 2px;
}

.button_vc {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 130px;
}

.button_vc.active {
    background-color: transparent;
    color: #08B27A;
}

.button_vc span {
    display: none;
}

.button_vc span.active {
    display: inline;
}

.vc-content {
    display: none;
}

.content-exhibition-title {
    font-weight: 600;
}

.travel-item {
    margin-top: 10px;
}

.travel-item__description {
    margin-bottom: 0;
}

.content-exhibition-center__coordinates {
    margin-top: 20px;
}

.shedule_contacts {
    font-size: 12px;
    margin-left: unset;
    margin-top: 20px;
    margin-bottom: 0;
}

.phone-item__phone, .phone-item__phone:hover {
    color: #212121;
    cursor: default;
}

.button_contacts {
    margin-top: 20px;
}

.exhibition-center__img {
    width: 100%;
    display: block;
}

.content-exhibition-center__examples-link {
    display: block;
    margin-top: 20px;
    font-weight: 500;
    text-decoration: underline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.partner-link {
    display: block;
    margin-top: 50px;
}

.partner-link__img {
    display: block;
    width: 100%;
}

.requisites {
    margin-top: 50px;
}

.requisites__content {
    margin-top: 20px;
    margin-bottom: 70px;
}

.requisites__content p {
    margin-bottom: 5px;
}

.requisites__content_page {
    margin-top: 0;
    margin-bottom: 0;
}

.about__title {
    font-weight: 600;
    font-size: 90px;
    position: relative;
    display: block;
    margin-bottom: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.about__title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #08B27A;
    left: 0;
    bottom: 20px;
    z-index: -1;
}

.content__img_before {
    width: 100%;
    max-height: 800px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 30px;
}

.page__content h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}

.page__content h5, .page__content h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}

.page__content ol {
    list-style-type: none;
    counter-reset: num;
    position: relative;
    margin: 0 0 50px 0;
    padding: 0;
}

.page__content ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.page__content ol li:before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 11px;
    width: 3px;
    border-left: 3px solid #08B27A;
}

.page__content ol li:after {
    content: counter(num);
    counter-increment: num;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    font-size: 16px;
    background-color: #08B27A;
    color: #ffffff;
    border-radius: 50%;
    z-index: 9;
}

/*.page__content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page__content ul li {
    display: block;
    padding-left: 0;
}*/

.page__content .youtube-container {
    margin-bottom: 50px;
}

.page__content .content-block {
    margin-bottom: 50px;
}

.page__content .content-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.page__content .content-block__item img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
}

.palitra, .siding {
    margin-top: 30px;
    margin-bottom: 30px;
}

.siding__name {
    display: block;
    line-height: 1;
}

.swiper-container_plot {
    margin-top: 0;
}

.plot {
    margin-bottom: 100px;
}

.plot__name {
    font-size: 26px;
    font-weight: 600;
}

.plot__link {
    text-decoration: underline;
}

.plot__ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.plot__ul li {
    margin-bottom: 5px;
}

.plot__ul li span {
    font-weight: 600;
}

.messages-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    gap: 20px 50px;
    padding: 50px 0;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.messages-buttons__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.messages-buttons__department {
    display: block;
    font-weight: 600;
}

.item-gallery__description {
    display: block;
    margin-top: 10px;
    color: #333;
    cursor: default;
    line-height: 1.2;
    font-size: 14px;
}

.content_insider {
    margin-bottom: 50px;
}

.button_insider {
    margin-top: 30px;
}

.sitemap__link, .sitemap__link:hover {
    color: #212121;
}

.sitemap__link:hover {
    text-decoration: underline;
}

.content_category {
    margin-top: 100px;
    border-top: 1px solid #cdcdcd;
    padding-top: 50px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 50px;
}

.content h2, .content h3, .content h4 {
    margin-top: 50px;
}

.content_category h2 {
    font-size: 28px !important;
    font-weight: 600;
}

.content_category h3 {
    font-size: 24px !important;
}

.content_category h4 {
    font-size: 20px !important;
}

.content_category ul li {
    margin-bottom: 20px;
}

.button_consult_main {
    margin-top: 30px;
}

.sert {
    margin: 100px 0;
    padding: 50px 0;
    border-top: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
}

.sert__image:hover {
    text-decoration: none;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.sert__img {
    display: block;
    height: 400px;
    margin-right: auto;
}

.sitevibe {
    text-decoration: none;
    line-height: 1;
    font-size: 10px;
    color: #ffffff;
    display: block;
    width: fit-content;
    margin-top: 10px;
}

.sitevibe:hover {
    color: #ffffff;
}

.sitevibe__text {
    display: block;
    margin-bottom: 5px;
}

.sitevibe__logo {
    display: block;
    width: 155px;
}

.icon_sale {
    position: absolute;
    right: 0;
    width: 90px;
    top: 30px;
}

.icon_sale_page {
    width: 120px;
}

.content {
    overflow-x: hidden;
}

.content table {
    margin: 30px 0;
    border-collapse: collapse;
    width: 100%;
    min-width: 1000px;
    border-spacing: 0;
    table-layout: auto;
    border: 0;
    border-radius: 0px;
    overflow: hidden;
}

.content table {
    min-width: auto;
    overflow-x: auto;
    display: block;
}

.content table thead {
    background-color: #d6d7d7;
}

.content table th,
.content table td {
    min-width: 200px;
    text-align: center;
    border-width: 1px;
    padding: 5px;
}

.content table tbody>tr:nth-child(2n) {
    background-color: #efefef;
}

/* Комплектации без Swiper */
.slider_completes {
    position: relative;
}

.swiper-container_completes {
    position: relative;
}

.completes-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-x: contain;
    cursor: default;
}

.completes-scroll::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.completes-scroll.is-draggable {
    cursor: grab;
}

.completes-scroll.is-draggable.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.completes-scroll.is-dragging * {
    user-select: none;
}

.completes-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 1px;
}

.completes-card {
    flex: 0 0 100%;
    flex-basis: 258px;
    min-width: 258px;
}

.completes-card .item-completes {
    margin-right: 0;
}

.completes-nav.is-hidden {
    display: none !important;
}


@media (min-width: 1400px)/*xxl*/ {


}

@media (max-width: 1399px)/*xl*/ {
    .buttons {
        gap: 10px;
    }

    .button_header {
        font-size: 13px;
        width: 165px;
    }

    .item-photo-review__img {
        height: 340px;
    }

    .messengers__item_socials {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1199px)/*lg*/ {

    .nav_mobile {
        display: none;
    }

    .main-menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        margin-bottom: 0;
    }

    .main-menu__item {
        font-weight: bold;
        font-size: 16px;
        line-height: 1;
        color: #212121;
    }

    .mega-menu__list.container {
        position: absolute;
        background: #fff;
        z-index: 9999999;
        -webkit-box-shadow: 0px 15px 40px rgb(70 79 89 / 12%);
        box-shadow: 0px 15px 40px rgb(70 79 89 / 12%);
        padding: 10px 20px;
        list-style-type: none;
        display: none;
        width: auto;
        top: 30px;
    }

    .mega-menu:hover > .mega-menu__list {
        display: block;
    }

    .mega-menu__item {
        padding: 0;
        list-style: none;
        font-size: 14px;
        color: #212121;
        font-weight: normal;
    }

    .mega-menu__item a {
        padding: 7px 0;
        display: block;
    }

    .main-menu__item:last-child {
        margin-right: 0;
    }

    .main-menu__item a {
        color: #212121;
    }

    .main-menu__item a:hover {
        opacity: .6;
    }

    .header-contacts__right {
        display: none;
    }

    .header {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .modal-project {
        width: 960px;
    }

    .project-head__info {
        padding-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .project-head__bottom .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .project-price {
        text-align: right;
    }

    .project-more__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .project-more__item:nth-child(1) {
        max-width: 25%;
        margin-right: 0;
    }

    .project-more__item:nth-child(2) {
        max-width: 25%;
    }

    .project-more__item:nth-child(3) {
        max-width: 25%;
        margin-right: 0;
    }

    .project-more__item:nth-child() {
        max-width: 25%;
    }

    .project-more {
        margin-top: 40px;
    }

    .house-plan-content__info-tr .name {
        min-width: 70%;
    }

    .house-plan-content__btn:last-child, .house-plan-content__btn:first-child {
        border-radius: 4px;
    }

    .action-item {
        height: 100%;
    }

    .complect-table__price .old-price {
        display: none;
    }

    .complect-additional-item {
        height: 100%;
    }

    .complect-additional-item__inner {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .complect-additional-item__price {
        margin-top: auto;
    }

    .delivery-info__price-name {
        padding-right: 10px;
    }

    .banner-item {
        padding-bottom: 0;
    }

    .banner-next {
        right: -25px;
    }

    .banner-prev {
        left: -25px;
    }

    .house-info {
        margin-left: 0;
        padding-right: 15px;
    }

    .house-photo {
        max-width: 100%;
    }

    .house-photo__item {
        height: 650px;
    }

    .house-item::after {
        width: initial;
        left: 0px;
        right: 0px;
        bottom: 0;
        max-width: initial;
        top: 30%;
    }

    .house-item_even .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .features-item__inner {
        padding-left: 100px;
    }

    .catalog-filter__group_left {
        padding-left: 0;
    }

    .catalog-filter__group_center {
        padding-left: 0;
    }

    .catalog-filter__group_right {
        padding-left: 0;
    }

    .catalog-filter__input {
        width: 120px;
    }

    .catalog-tags__link {
        margin-right: 5px;
    }

    .card_catalog {
        max-width: initial;
    }

    .item-categories__title {
        font-size: 18px;
    }

    .category__filter {
        padding: 20px;
    }

    .swiper-navigation__prev {
        left: -20px;
    }

    .swiper-navigation__next {
        right: -20px;
    }

    .about__title {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .about__title:after {
        height: 10px;
        bottom: 15px;
    }

    .socials {
        bottom: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        top: auto;
    }
    .messengers__item_socials {
        width: 40px;
        height: 40px;
    }

    .b24-widget-button-position-bottom-right {
        bottom: 60px !important;
    }

    .scroll-top {
        bottom: 60px;
    }

}

@media (max-width: 991px)/*md*/ {

    .header__menu {
        display: none;
    }

    .header-contacts__right {
        display: none;
    }

    .m-menu {
        display: block;
    }

    .soc-icon img {
        width: 24px;
        height: 24px;
    }

    .header {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .house-plan {
        padding-top: 40px;
    }

    .house-plan-tabs__item {
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    .house-plan-content__btn:last-child, .house-plan-content__btn:first-child {
        border-radius: 4px;
    }

    .house-plan-content__controls {
        padding-top: 0;
    }

    .house-size {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: auto;
    }

    .complect-table__price .new-price {
        font-size: 16px;
    }

    .complect-inner-table td {
        vertical-align: baseline;
    }

    .complect-inner-table {
        table-layout: fixed;
    }

    .complect-table__txt {
        font-size: 12px;
    }

    .complect-additional-item {
        margin-bottom: 20px;
    }

    .delivery {
        margin-top: 40px;
    }

    .complect {
        padding-bottom: 0;
    }

    .delivery-info__price {
        margin-bottom: 40px;
    }

    .delivery-info {
        margin-bottom: 40px;
    }

    .similar__inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer__address br {
        display: none;
    }

    .copyright {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer__txt {
        text-align: center;
    }

    .footer-bottom .row {
        padding-top: 20px;
    }

    .action-item {
        min-height: initial;
    }

    .action-item__inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .form__btn {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .item-photo-review__text {
        font-size: 16px;
    }

    .subscribe__text {
        padding: 30px 0;
    }

    .header-contacts {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .project-head__info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .project-more__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .project-more__item:nth-child(1) {
        max-width: 50%;
        margin-right: 0;
    }

    .project-more__item:nth-child(2) {
        max-width: 50%;
    }

    .project-more__item:nth-child(3) {
        max-width: 50%;
        margin-right: 0;
    }

    .project-more__item:nth-child() {
        max-width: 50%;
    }

    .project-more {
        margin-top: 40px;
    }

    .project-body {
        padding-bottom: 30px;
    }

    .house-plan-content__info-tr .name {
        min-width: 80%;
    }

    .house-size__link {
        width: 20%;
    }

    .action-item {
        margin-bottom: 20px;
    }

    .complect-table-full a {
        font-size: 20px;
    }

    .consultation-form__label-file {
        font-size: 13px;
    }

    .consultation-form__btn {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }

    .consultation {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .banner-item__info {
        padding-top: 90px;
        padding-left: 4px;
    }

    .banner-item__desc {
        font-size: 16px;
        padding-right: 20px;
        line-height: 24px;
    }

    .banner-item__link {
        white-space: nowrap;
    }

    .banner-item__img {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .banner-item__img img {
        max-width: 100%;
        margin-left: -40px;
    }

    .banner-arrow {
        width: 48px;
        height: 48px;
        padding: 0;
        top: 44%;
    }

    .banner-next {
        right: -19px;
    }

    .banner-prev {
        left: -19px;
    }

    .houses {
        padding-top: 72px;
    }

    .house-photo__item {
        height: 471px;
    }

    .house-photo {
        max-width: 100%;
    }

    .house-prev {
        right: initial;
        left: 0px;
    }

    .house-next {
        right: initial;
        left: 66px;
    }

    .house-item {
        padding-top: 0;
        padding-bottom: 54px;
        margin-bottom: 62px;
    }

    .house-item::after {
        left: 0;
        right: 0;
        max-width: initial;
        top: 24%;
    }

    .house-item_even .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .house-photo_right .house-next {
        left: initial;
        right: 0px;
    }

    .house-photo_right .house-prev {
        left: initial;
        right: 66px;
    }

    .house-info {
        margin-left: 0;
        padding-top: 28px;
        padding-right: 28px;
    }

    .house-info__title {
        margin-bottom: 16px;
    }

    .house-info__desc {
        margin-bottom: 24px;
    }

    .house-info__links {
        margin-bottom: 34px;
    }

    .consultation .container {
        max-width: 760px;
    }

    .features-item {
        margin-bottom: 20px;
    }

    .features__subtitle {
        margin-bottom: 41px;
    }

    .steps-list {
        padding-left: 17px;
        padding-right: 20px;
    }

    .steps-list li {
        margin-bottom: 16px;
    }

    .steps__inner {
        padding-bottom: 84px;
    }

    .contacts-item {
        left: 42px;
    }

    .catalog {
        padding-top: 73px;
    }

    .catalog-wrapper {
        padding-top: 0;
        padding-bottom: 48px;
    }

    .catalog-head {
        margin-bottom: 74px;
    }

    .catalog-filter__group_left {
        padding-left: 0;
    }

    .catalog-filter__group_right {
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-top: 75px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .catalog-filter__btn {
        max-width: 326px;
    }

    .catalog-filter__select {
        margin-bottom: 0;
        width: 298px;
        max-width: initial;
    }

    .catalog-filter__group_center {
        padding-left: 0;
    }

    .catalog-filter {
        margin-bottom: 23px;
    }

    .sort {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .catalog-tags {
        margin-bottom: 11px;
    }

    .catalog-sort {
        margin-bottom: 49px;
    }

    .card_catalog {
        max-width: initial;
    }

    .catalog-list .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .catalog-list .col-sm-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card_catalog {
        margin-bottom: 23px;
    }

    .steps_no-bg .steps__inner {
        padding-top: 72px;
    }

    .steps__subtitle {
        max-width: initial;
        margin-bottom: 43px;
    }

    .page {
        padding-top: 73px;
    }

    .stock-item__img {
        min-width: 240px;
        width: 240px;
        margin-right: 35px;
    }

    .stock-item__info {
        padding-bottom: 0;
    }

    .modal-project {
        width: 720px;
    }

    .modal-project .project-more__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }

    .modal-project .consultation-form__input {
        padding-left: 10px;
    }

    .logo_header {
        margin-top: 0;
    }

    .col_header-contacts {
        margin-top: 20px;
    }

    .fixed-buttons {
        display: none;
    }

    .map {
        height: 400px;
    }

    .category__filter {
        display: none;
        margin-bottom: 50px;
    }

    .filter-toggle {
        display: block;
    }

    .card__img {
        height: 240px;
    }

    .item-photo-review__img {
        height: 260px;
    }

    .content-exhibition-center__examples-link {
        margin-bottom: 30px;
    }

    .sitevibe {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px)/*sm*/ {

    .header-contacts {
        padding-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .project-head {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .project-head__breadcrumbs {
        padding-top: 0;
        margin-bottom: 10px;
    }

    .project-head__social {
        text-align: left;
        margin-bottom: 10px;
    }

    .project-head__controls {
        padding: 0;
        margin-bottom: 12px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .project-head__print {
        margin-left: 0
    }

    .modal-project .project-head__bottom {
        padding-top: 0
    }

    .project-head__title {
        font-size: 32px;
    }

    .project-head__info {
        padding-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .project-price__new {
        font-size: 28px;
    }

    .project-price__old {
        font-size: 16px;
    }

    .project-preview-item {
        height: auto;
    }

    .project-preview-arrow {
        display: none !important;
    }

    .project-more__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .project-more__item:nth-child(1) {
        max-width: 50%;
        margin-right: 0;
    }

    .project-more__item:nth-child(2) {
        max-width: 50%;
    }

    .project-more__item:nth-child(3) {
        max-width: 50%;
        margin-right: 0;
    }

    .project-more__item:nth-child() {
        max-width: 50%;
    }

    .project-body {
        padding-bottom: 30px;
    }

    .section-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .house-plan__title {
        margin-bottom: 20px;
    }

    .house-plan-tabs__item_active {
        border: none;
    }

    .house-plan-tabs__item {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .house-plan-content__controls {
        text-align: center;
    }

    .house-plan-content__info {
        margin-top: 0;
        padding: 15px;
    }

    .house-plan-content__info-tr .name {
        padding-left: 10px;
        padding-right: 10px;
        min-width: 70%;
    }

    .houseSize {
        margin-top: 40px;
    }

    .house-size {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .house-size__link {
        padding: 20px;
        width: auto;
        border: none;
    }

    .house-plan {
        padding-bottom: 0;
    }

    .action {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .action-item {
        margin-bottom: 20px;
    }

    .complect-table__tr > td:last-child {
        overflow: hidden;
    }

    .complect-table-full a {
        font-size: 18px;
        border-bottom: none;
        line-height: normal;
    }

    .complect-info__title {
        font-size: 20px;
    }

    .delivery-info__title {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .delivery-info__price-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .consultation {
        padding-top: 0;
        padding-bottom: 40px;
        background-size: cover;
    }

    .similar__title {
        margin-bottom: 40px;
    }

    .consultation__txt {
        font-size: 14px;
        line-height: 22px;
    }

    .consultation__txt br {
        display: none;
    }

    .consultation-form__group {
        margin-bottom: 20px;
    }

    .consultation-form__btn {
        width: 100%;
        margin-top: 20px;
        font-size: 18px;
        padding: 20px 20px;
        text-align: center;
    }

    .section-buy-in-credit__catalog-wrapper {
        margin-bottom: 40px
    }

    .consultation-form__btn::after {
        display: none;
    }

    .complect-table {
        table-layout: initial;
        display: block;
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
    }

    .complect-table__wrapper {
        padding-left: 5px;
        padding-right: 3px;
    }

    .complect-table__tr > td:first-child {
        display: none;
        padding-right: 15px;
    }

    .complect-additional-item {
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-item__title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .banner-item__desc {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 13px;
    }

    .banner-item__link {
        margin-right: 0;
        font-size: 14px;
        padding: 12px 19px;
    }

    .banner .col-4 {
        padding-right: 0;
    }

    .banner .timer {
        display: none;
    }

    .banner-item__info {
        padding-left: 0;
    }

    .banner-arrow {
        display: none !important;
    }

    .banner-item {
        min-height: 265px;
        overflow: hidden;
    }

    .banner-item__img {
        padding-top: 47px;
    }

    .banner-item__img img {
        max-width: 320px;
        left: -45px;
    }

    .banner .slick-dots {
        bottom: 11px;
    }

    .page-title {
        font-size: 24px;
    }

    .houses {
        padding-top: 49px;
    }

    .page-subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .house-item {
        padding-top: 0;
        padding-bottom: 40px;
        margin-bottom: 32px;
    }

    .house-item::after {
        left: 0;
        right: 0;
        width: initial;
        top: 16%;
    }

    .house-item_even .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .house-photo {
        padding-left: 7px;
        padding-right: 3px;
        height: auto;
    }

    .house-prev {
        right: initial;
        left: 7px;
    }

    .house-next {
        right: initial;
        left: 73px;
    }

    .house-photo_right .house-prev {
        left: 7px;
    }

    .house-photo_right .house-next {
        left: 73px;
    }

    .house-info {
        padding-left: 5px;
        padding-top: 25px;
        margin-left: 0;
    }

    .house-info__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 27px;
    }

    .house-info__desc {
        padding-right: 8px;
        margin-bottom: 24px;
    }

    .house-info__price {
        font-size: 24px;
        line-height: 32px;
    }

    .house-info__links {
        margin-bottom: 33px;
    }

    .house-info__old-price {
        display: none;
    }

    .steps__inner {
        padding-top: 65px;
        padding-bottom: 89px;
    }

    .steps__title {
        margin-bottom: 27px;
    }

    .features__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .features__subtitle {
        padding: 0 10px;
        margin-bottom: 32px;
    }

    .features-item {
        margin-bottom: 20px;
    }

    .steps-list {
        padding-left: 23px;
        padding-right: 20px;
    }

    .steps-list li {
        margin-bottom: 16px;
    }

    .steps {
        padding-bottom: 48px;
    }

    .contacts .container {
        position: initial;
    }

    .contacts-map {
        position: initial;
    }

    .contacts__title {
        margin-bottom: 32px;
    }

    .contacts-item {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
        bottom: 48px;
        top: initial;
    }

    .features-item {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .catalog {
        padding-top: 49px;
    }

    .catalog-head {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 50px;
    }

    .catalog__desc {
        font-size: 14px;
        line-height: 22px;
    }

    .catalog__title {
        margin-bottom: 16px;
    }

    .catalog-wrapper {
        padding-top: 0;
        padding-bottom: 32px;
    }

    .catalog-filter {
        padding-top: 29px;
        padding-left: 5px;
        padding-bottom: 31px;
        padding-right: 5px;
        margin-bottom: 24px;
    }

    .catalog-filter__btn {
        max-width: initial;
    }

    .catalog-filter__title {
        margin-bottom: 10px;
    }

    .catalog-filter__inputs span {
        margin-left: 18px;
        margin-right: 17px;
    }

    .catalog-filter__group_left {
        padding-left: 0;
        margin-bottom: 63px;
    }

    .catalog-filter__group_right {
        padding-left: 0;
    }

    .catalog-filter__group_center {
        padding-left: 0;
        margin-bottom: 63px;
    }

    .catalog-filter__select {
        margin-right: 0;
        width: 100%;
        max-width: initial;
        margin-bottom: 24px;
    }

    .load-more {
        max-width: 320px;
    }

    .catalog-sort {
        padding-left: 3px;
        padding-right: 3px;
        margin-bottom: 33px;
    }

    .catalog-tags__link {
        margin-bottom: 8px;
    }

    .sort__txt {
        display: none;
    }

    .sort-item {
        white-space: nowrap;
    }

    .sort-item::after {
        margin-left: 7px;
    }

    .catalog-list {
        padding-left: 5px;
        padding-right: 5px;
    }

    .card_catalog {
        max-width: 320px;
        margin-bottom: 18px;
    }

    .catalog-list {
        margin-bottom: 2px;
    }

    .steps_no-bg .steps__inner {
        padding-top: 49px;
    }

    .steps__subtitle {
        margin-bottom: 41px;
    }

    .catalog-filter__group {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .stock-item__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .stock-item__img {
        min-width: initial;
        width: auto;
        margin-right: 0;
        margin-bottom: 17px;
    }

    .stock-item__img img {
        max-width: 100%;
    }

    .page {
        padding-top: 51px;
    }

    .page-head {
        padding-left: 5px;
        padding-right: 5px;
    }

    .stock-list {
        padding-left: 5px;
        padding-right: 5px;
    }

    .stock-item__title {
        line-height: 32px;
        margin-bottom: 16px;
    }

    .stock-item__desc {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .stock-item__desc p {
        margin-bottom: 22px;
    }

    .stock-item__link {
        padding-left: 10px;
        padding-right: 10px;
        width: 255px;
        text-align: center;
    }

    .stock-item__info {
        padding-bottom: 8px;
    }

    .size__link {
        margin-bottom: 8px;
    }

    .house-info__link {
        margin-bottom: 8px;
    }

    .modal-project {
        max-width: 540px;
    }

    .modal-project .project-head__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .modal-project .project-more__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }

    .project-head__caption .project-head__title {
        margin-bottom: 0;
    }

    .project-head__caption {
        margin-bottom: 15px;
    }

    .button_header {
        width: 160px;
        padding: 7px;
    }

    .item-categories__title {
        font-size: 16px;
        font-weight: 400;
    }

    .card__img {
        height: 200px;
    }

    .specification__item {
        padding: 10px 0;
        border-bottom: 1px solid #999999;
        margin-bottom: 0;
    }

    .specification__item:first-child {
        border-top: 1px solid #999999;
    }

    .specification__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .specification__name {
        max-width: 100%;
        margin-bottom: 8px;
    }

    .specification__space {
        display: none;
    }

    .specification__value {
        max-width: 100%;
        text-align: left;
    }

    .tabs__items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow: auto;
    }

    .tabs__items.nocount {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: unset;
    }

    .delivery__title {
        font-size: 16px;
    }

    .delivery__complete {
        font-size: 18px;
    }

    .map_proizvodstvo {
        height: 250px;
    }

    .item-photo-review__img {
        height: 340px;
    }

    .messengers__item_socials_page {
        width: 60px;
        height: 60px;
    }

    .page__content .content-block__item img {
        max-height: 350px;
    }

    .sert__img {
        margin: auto;
    }

}

@media (max-width: 575px)/*xs*/ {

    .project-more__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .project-more__item:nth-child(1) {
        max-width: 100%;
        margin-right: 0;
    }

    .project-more__item:nth-child(2) {
        max-width: 100%;
    }

    .project-more__item:nth-child(3) {
        max-width: 100%;
        margin-right: 0;
    }

    .project-more__item:nth-child() {
        max-width: 100%;
    }

    .banner .container {
        padding-right: 0;
        padding-left: 0;
    }

    .banner-img img {
        width: 100%;
    }

    .house-photo__item {
        height: 224px;
    }

    .modal-callback {
        padding-left: 20px;
        padding-right: 20px;
    }

    .modal-form__title {
        font-size: 24px;
    }

    .modal-form__btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .modal-project {
        max-width: 100%;
    }

    .modal-project .project-more__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .item-photo-review__img {
        height: 240px;
    }

    .swiper-navigation__prev_small {
        left: -14px;
    }

    .swiper-navigation__next_small {
        right: -14px;
    }

    .form__group_subscribe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form__input_subscribe {
        border-right: 1px solid #000;
        margin-bottom: 10px;
    }

    .item-news__img {
        height: 200px;
    }

    .item-news__title {
        font-size: 22px;
    }

    .swiper-navigation__prev, .swiper-navigation__next {
        width: 30px;
        height: 30px;
    }

    .swiper-navigation__prev:before, .swiper-navigation__next:before {
        width: 20px;
        height: 20px;
    }

    .swiper-navigation__prev {
        left: -8px;
    }

    .swiper-navigation__next {
        right: -8px;
    }

    .phones {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .shedule {
        margin-left: unset;
    }

    .messengers_header {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
    }

    .button_header {
        width: 100%;
    }

    .item-categories__title {
        font-size: 18px;
        font-weight: 600;
    }

    .catalog-filter__input {
        width: 110px;
        height: 40px;
    }

    .card__img {
        height: 240px;
    }

    .delivery__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 5px;
        margin-bottom: 20px;
    }

    .delivery__name {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }

    .button_subscribe {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .messengers_socials_page {
        gap: 10px;
    }

    .messengers__item_socials_page {
        width: 40px;
        height: 40px;
    }

    .stages__item:before, .page__content ol li:before {
        top: 0;
        bottom: 0;
    }

    .swiper-slide {
        padding-left: 25px;
        padding-right: 25px;
    }

    .icon_sale_page {
        width: 90px;
    }

}
