html, body {
    height: 100%;
}

body {
    background-color: #f8f8f8;
    color: #2b1206;
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

a {
    color: #333;
    transition: all 0.3s ease-in-out;
}

label[for='agree'] {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: #2b1206;
}
#help-form .iti--allow-dropdown{
    width: 100%;
}

#help-form label[for='agree']{
    color: #fff;
}

label[for='agree'] > a{
    transition: none;
    color: #658989;
}
.agree-wrapper{
    display: inline-flex; align-items: flex-start; gap: 8px;
}
.agree-wrapper input{
    margin-top: 5px;
}
.box-form .agree-wrapper{
    grid-column: span 2;
}

.breadcrumb-item{
    font-size: 12px;
    text-transform: lowercase;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: '>';
}
#contactform-phone2,#contactform-phone, #contactform-phone4,#contactform-phone5,#contactform-phone6 {
    height: 50px;
}
a:hover {
    color: #6b3115;
}

button:focus {
    outline: none;
}

.ymaps-2-1-76-b-cluster-content__header {
    display: none !important;
}

/* Common
 ** ============================================================
*/
.wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}


.logo .img-fluid {
    height: 46px;
}

.alert {
    border: 3px solid #d3b08a;
    background-color: #fff;
    color: #2b1206;
    font-weight: bold;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    transform: translate(-50%, -50%);
    padding: 50px 30px;
    text-align: center;
}

.recomended .alert_not_found {
    width: 500px;
    border: 3px solid #d3b08a;
    background-color: #fff;
    color: #2b1206;
    margin: auto;
    margin-top: 70px;
    font-weight: bold;
    padding: 50px 30px;
    text-align: center;

}


@media (max-width: 767px) {
    .alert {
        width: calc(100% - 30px);
    }

    .alert_not_found {
        width: calc(100% - 30px);
    }
}


.form {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 20px;
}

.form__title {
    margin-bottom: 30px;
    text-align: center;
}


/* Header
------------------------------------------------------------ */
.header__top .navbar-expand-xl .navbar-nav .nav-link {
    padding: 10px 15px;
}

.header__middle {
    padding: 15px 0;
}

.header__middle .nav-link {
    color: #2b1206;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.header__bottom .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 13px;
    height: 50px;
    padding: 15px 25px;
}

.header__contacts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-left: auto;
}

.header__contacts-group {
    display: none;
}

.header__contacts-group > a {
    display: block;
}

.header__contacts .btn-callback {
    margin-left: 30px;
}

.header__phone {
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.header__phone:hover {
    color: #6b3115;
}

.header .navbar-top {
    background-color: transparent;
    border: 0;
    display: block;
    height: 40px;
    padding: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 50px;
}

.header .navbar-top span {
    background-color: #fff;
    height: 2px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.header .navbar-top.open span {
    background-color: transparent;
}

.header .navbar-top span:before,
.header .navbar-top span:after {
    content: '';
    background-color: #fff;
    display: block;
    height: 2px;
    width: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}

.header .navbar-top span:before {
    top: -6px;
}

.header .navbar-top.open span:before {
    top: 0;
    transform: translateX(-50%) rotate(45deg);
}

.header .navbar-top span:after {
    bottom: -6px;
}

.header .navbar-top.open span:after {
    bottom: 0;
    transform: translateX(-50%) rotate(-45deg);
}


.header .navbar-bottom {
    background-color: #d3b08a;
    border: 0;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    height: 50px;
    padding: 15px;
    text-transform: uppercase;
}

.header .navbar-bottom .icon {
    font-size: 20px;
    margin-left: 15px;
}


@media (min-width: 576px) {
    .header__contacts-group {
        display: block;
    }
}

@media (min-width: 768px) {
    .header__contacts-group > a {
        display: inline-block;
    }

    .header__contacts-group a + a {
        margin-left: 30px;
    }

    .header .navbar-collapse-inner {
        padding: 15px 0;
    }
}

@media (min-width: 1200px) {
    .header .navbar-top,
    .header .navbar-bottom {
        display: none;
    }

    .header .navbar-collapse-inner {
        padding: 0;
    }
}


@media (max-width: 1199px) {
    .header .navbar-collapse {
        background-color: rgb(255, 255, 255);
        position: absolute;
        top: 50px;
        left: 0px;
        width: 100%;
        z-index: 200;
    }

    .header .navbar-collapse-inner {
        max-width: 960px;
        margin: 0 auto;
    }

    .header .navbar-collapse-inner .nav-link {
        color: #2b1206
    }

    .header .navbar-collapse-inner .dropdown-menu {
        background-color: #F8F8F8;
    }

    .header__bottom {
        border-bottom: 2px solid #F8F8F8;
    }

    .header__bottom .navbar-collapse {
        margin-top: 1px;
    }

    .header__bottom .navbar-brown .nav-link {
        background-color: transparent !important;
        color: #2b1206 !important;
    }

    .header__bottom .navbar-brown .nav-link:hover {
        color: #d3b08a !important;
    }

    .header__bottom .navbar-brown .nav-link.active {
        color: #d3b08a !important;
        font-weight: 600 !important;
    }
}

@media (max-width: 991px) {
    .header .navbar-collapse-inner {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .header .navbar-collapse-inner {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .header .navbar-bottom {
        width: 100%;
    }
}


/* Section
------------------------------------------------------------ */
.section {
    padding: 50px 0;
}

.section--top {
    padding-top: 20px;
}

.section--middle .block {
    padding-top: 0;
}

.section--middle .block + .block {
    margin-top: 20px;
}

.section--bottom {
    padding-bottom: 0;
}

.section__description {
    margin-top: 50px;
    margin-bottom: 50px;
}


/* Block
------------------------------------------------------------ */
.block {
    margin-top: 15px;
    position: relative;
}

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


.block__header {
    padding-bottom: 15px;
    text-align: center;
}

.block__header .h4 {
    line-height: 1.4;
}

.block__content {
    position: relative;
    z-index: 4;
}

.block__content--priority {
    z-index: 20;
}

.block__content .card-buttons-view {
    position: absolute;
    top: 5px;
    right: 15px;
}

.block__content li > strong {
    color: #6b3115;
}

.block__content + .block__footer {
    margin-top: 30px;
}

.block__content .panel__section, .recomended .panel__section {
    flex-direction: row-reverse;
}

.block__footer {
    text-align: center;
}

.block__footer .btn-lg {
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    max-width: 380px;
    padding: 15px;
    text-transform: uppercase;
}

.block__title {
    border-top: 1px solid #d9b790;
    border-bottom: 1px solid #d9b790;
    padding: 20px;
}


.block--object {
    padding: 20px;
}

.block.block--object {
    margin-top: 0;
}

.block.block--about {
    background-color: rgba(43, 18, 6, .95);
    color: #fff;
    margin-top: 0;
    padding: 40px 15px;
    text-align: center;
}

.block--about a {
    color: #fff;
}

.block--about__phone {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    margin: 15px 0;
}


@media (min-width: 768px) {
    .block {
        margin-top: 30px;
    }

    .block__header {
        padding-bottom: 30px;
    }

    .block__footer .btn-lg {
        font-size: 14px;
        padding: 20px 30px;
    }

    .block__content + .block__footer {
        margin-top: 40px;
    }

    .block + .block {
        margin-top: 40px;
    }

    .block.block--about {
        padding: 50px 20px;
    }
}

@media (min-width: 992px) {
    .block__content + .block__footer {
        margin-top: 50px;
    }

    .block + .block {
        margin-top: 50px;
    }

    .block.block--about {
        padding: 70px 30px;
    }

    .block--about__phone {
        font-size: 34px;
        margin: 20px 0;
    }
}

@media (min-width: 1200px) {
    .block--green:before,
    .block--green:after {
        border-style: solid;
        border-color: #5a8a8a;
        content: '';
        display: block;
        height: 80px;
        position: absolute;
        width: 80px;
        z-index: 10;
    }

    .block--green:before {
        border-width: 5px 0 0 5px;
        top: 25px;
        left: 0;
    }


    .block--green:after {
        border-width: 0 5px 5px 0;
        bottom: 15px;
        right: 0;
    }
}


/* Block info */
.block--info {
    background-color: #6b3115;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding: 50px;
}

.block--info__item a {
    text-decoration: underline;
}

.block--info__item a.block--info__phone {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    text-decoration: none;
}

.block--info__item h5 {
    color: #fff !important;
}

.block--info__item + .block--info__item {
    margin-top: 30px;
}

.block--info:before {
    border-top: 10px solid #d9b790;
    border-left: 10px solid #d9b790;
    content: '';
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
}

.block--info:after {
    border-right: 10px solid #d9b790;
    border-bottom: 10px solid #d9b790;
    content: '';
    height: 60%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
}

.block--info a {
    color: #fff;
}


.box {
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 20px 0;
}

.box__header {
    background-color: #f8f8f8;
    margin-bottom: 30px;
    padding: 10px 60px;
}

.box__header h6 {
    color: #6b3115;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.box__content {
    padding: 0 60px;
}


.circle {
    background-color: #d3b08a;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    height: 90px;
    margin: 0 auto 20px;
    width: 90px;
}

.circle__img {
    width: 45px;
}


.accent {
    background-color: #fff;
    border-top: 4px solid #6b3115;
    border-bottom: 4px solid #6b3115;
    color: #6b3115;
    margin-top: 50px;
    padding: 50px 30px;
    text-align: center;
}


.qa {
    background-color: #fff;
    padding: 10px 0;
}


.qa th {
    padding: 20px 0;
    text-align: center;
    display: block;
}

.qa td {
    padding: 0 30px 30px 70px;
    display: block;
    position: relative;
    width: 100%;
}

td:before {
    background-color: #6b3115;
    color: #fff;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
}

td.qa_q:before {
    content: '?';
}

td.qa_a:before {
    content: '\2713';
}


@media (min-width: 768px) {
    .qa th,
    .qa td {
        display: table-cell;
        vertical-align: top;
    }

    .qa_q {
        background-color: #6b3115;
        color: #fff;
    }

    td.qa_q {
        width: 40%;
    }

    td.qa_q:before {
        background-color: #fff;
        color: #6b3115;
    }
}


/* Typography
------------------------------------------------------------ */
h1, .h1 {
    font-size: 40px;
    font-weight: bold;
}

h2, .h2 {
    font-size: 32px;
    font-weight: bold;
}

h3, .h3 {
    font-size: 28px;
    font-weight: bold;
}

h4, .h4 {
    font-size: 16px;
    font-weight: bold;
}

h4 > span, .h4 > span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}

h5, .h5 {
    font-size: 14px;
    font-weight: 600;
}

h6, .h6 {
    font-size: 14px;
    font-weight: 400;
}


@media (min-width: 768px) {
    h4, .h4 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    h4, .h4 {
        font-size: 20px;
    }

    h5, .h5 {
        font-size: 18px;
    }

    h6, .h6 {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 22px;
    }

    h5, .h5 {
        font-size: 20px;
    }
}


/* Text */
.text-small {
    font-size: 14px;
}

/* List */
.list-styled {
    list-style: none;
    padding: 0;
}

.list-styled li {
    font-size: 14px;
    position: relative;
    padding-left: 15px;
}

.list-styled li:before {
    content: '-';
    color: #d3b08a;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.list-styled li + li {
    margin-top: 10px;
}


@media (min-width: 768px) {
    .list-styled li {
        font-size: 16px;
    }
}


/* Icons
------------------------------------------------------------ */
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    position: relative;
    top: -1px;
}

.icon--arrow-down {
    font-size: 1.6rem;
    width: 1em
}

.icon--arrow-left {
    font-size: 1.6rem;
    width: 1em
}

.icon--arrow-right {
    font-size: 1.6rem;
    width: 1em
}

.icon--arrow-up {
    font-size: 1.6rem;
    width: 1em
}

.icon--camera {
    font-size: 1.6rem;
    width: 1em
}

.icon--copy {
    font-size: 1.6rem;
    width: 1em
}

.icon--cottage {
    font-size: 1.6rem;
    width: 1em
}

.icon--dacha {
    font-size: 1.6rem;
    width: 1em
}

.icon--elite {
    font-size: 1.6rem;
    width: 1em
}

.icon--filter {
    font-size: 1.6rem;
    width: 1em
}

.icon--grid {
    font-size: 1.6rem;
    width: 1em
}

.icon--heart {
    font-size: 1.6rem;
    width: 1em
}

.icon--share {
    font-size: 1.3rem;
    width: 1em
}

.icon--heart-filled {
    font-size: 1.6rem;
    width: 1em
}

.icon--list {
    font-size: 1.6rem;
    width: 1em
}

.icon--mail {
    font-size: 1.6rem;
    width: 1em
}

.icon--phone {
    font-size: 1.6rem;
    width: 1em
}

.icon--pin {
    font-size: 1.6rem;
    width: 1em
}

.icon--search {
    font-size: 1.6rem;
    width: 1em
}

.icon--townhouse {
    font-size: 1.6rem;
    width: 1em
}

.icon--tree {
    font-size: 1.6rem;
    width: 1em
}


/* Custom blocks
------------------------------------------------------------ */
.custom {
    display: none;
}

.custom__thumbnail {
    position: relative;
}

.custom__thumbnail:before {
    content: '';
    display: block;
    background: linear-gradient(0deg, rgba(23, 36, 46, 0.31), rgba(23, 36, 46, 0.11)), linear-gradient(360deg, rgba(23, 36, 46, 0.5) -1.64%, rgba(23, 36, 46, 0.6) 50%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.custom__banner {
    padding: 40px 50px 40px 30px;
}

.custom__banner:before {
    border: 7px solid #d3b08a;
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.custom__title {
    background-color: #f8f8f8;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 15px 0;
}

.custom__banner-absolute {
    padding: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 60%;
    z-index: 10;
}

.custom__banner-absolute:before {
    border-left: 0;
}

.custom__banner-absolute .custom__title {
    background-color: transparent;
    color: #fff;
    position: relative;
    padding: 60px 50px 60px 30px;
}

.custom__banner-absolute .custom__title:before,
.custom__banner-absolute .custom__title:after {
    content: '';
    background-color: #d3b08a;
    height: 15%;
    position: absolute;
    right: calc(50% + 15px);
    width: 7px;
}

.custom__banner-absolute .custom__title:before {
    top: 0;
}

.custom__banner-absolute .custom__title:after {
    bottom: 0;
}


@media (min-width: 768px) {
    .custom {
        display: block;
    }
}

@media (min-width: 992px) {
    .custom__thumbnail:before {
        display: none;
    }

    .custom__title {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {

    .custom__title {
        font-size: 48px;
    }
}


/* Bootstrap
 ** ============================================================
*/

/* Container
------------------------------------------------------------ */
@media (min-width: 768px) {
    .container {
        max-width: 760px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}


@media (max-width: 767px) {
    .container {
        max-width: 100% !important;
    }
}


/* Grid
------------------------------------------------------------ */
.row.row-grid,
.row.row-list {
    margin-top: -8px;
    margin-bottom: -8px;
}

.row-list .similar-product:nth-of-type(n + 4) {
    display: none;
}

.row.row-grid [class*="col-"],
.row.row-list [class*="col-"] {
    margin: 30px 0;
}

.row.row-middle {
    margin-top: -7.5px;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row.row-middle [class*="col-"] {
    margin: 7.5px 0;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

@media (min-width: 576px) {
    .row.row-grid,
    .row.row-list {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .row.row-grid [class*="col-"],
    .row.row-list [class*="col-"] {
        margin: 30px 0;
    }
}

@media (min-width: 768px) {
    .row.row-grid {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .row.row-list {
        margin-top: -8px;
        margin-bottom: -8px;
    }

    .row.row-grid [class*="col-"] {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .row.row-list [class*="col-"] {
        margin-top: 8px;
        margin-bottom: 8px;
    }
}


/* Backgrounds
------------------------------------------------------------ */
.bg-brown {
    background-color: #6b3115;
}

.bg-white h5 {
    color: #6b3115;
}


/* Buttons
------------------------------------------------------------ */
.btn {
    border: 2px solid transparent;
    padding: 0.625rem 1.25rem;
}

.btn:focus,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

.btn > .icon {
    font-size: 20px;
}

.btn.btn-rounded {
    border-radius: 1.5rem;
}

.btn-lg.btn-rounded {
    border-radius: 2.5rem;
}

.btn-green {
    background-color: #5a8a8a;
    color: #fff;
}

.btn-green:hover {
    background-color: #426565;
    color: #fff;
}

.btn-green-outline {
    border-color: #5a8a8a;
    color: #5a8a8a;
}

.btn-green-outline:hover {
    background-color: #5a8a8a;
    color: #fff;
}

.btn-puff {
    background-color: #d9b790;
    color: #fff;
}

.btn-puff:hover {
    background-color: #6b3115;
    color: #fff;
}

.btn-go {
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    padding: 6px 12px;
}

.btn-view {
    color: #d3b08a;
}

.btn-view:hover,
.btn-view.active {
    color: #2b1206;
}

.btn-view-details {
    color: #d3b08a;
}

.btn-view-details:hover,
.btn-view-details.active {
    color: #2b1206;
}

.btn-drop {
    background-color: #fff;
    border: 1px solid #eaeaea;
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px;
}

.btn-filter {
    color: #fff;
    padding: 20px;
}

.btn-filter span {
    border-bottom: 1px dashed #fff;
}

.btn-filter:hover {
    color: #fff;
    text-decoration: none;
}

.btn-filter .icon {
    font-size: 14px;
    margin-left: 5px;
}

.btn-sort {
    color: #d3b08a;
}

.btn-sort span {
    border-bottom: 1px dashed #d3b08a;
}

.btn-sort:hover {
    color: #d3b08a;
    text-decoration: none;
}

.btn-sort .icon {
    font-size: 12px;
}

.btn-callback {
    height: 48px;
    padding: 0.625rem;
    width: 48px;
}

.btn-callback span {
    display: none;
}


@media (min-width: 992px) {
    .btn-callback {
        padding: 0.625rem 1.25rem;
        width: auto;
    }

    .btn-callback span {
        display: inline-block;
    }

    .btn-callback .icon {
        display: none;
    }
}


/* Table
------------------------------------------------------------ */
.table {
    font-size: 16px;
    margin-bottom: 30px;
}

.table-label {
    color: #6b3115;
    white-space: nowrap;
}

.table td {
    padding: 5px 0;
}

.table td + td {
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    vertical-align: middle;
}

.table__col {
    width: 200px;
}


@media (max-width: 767px) {
    .table-responsive tr + tr {
        display: block;
        margin-top: 10px;
    }

    .table-responsive td {
        display: block;
        width: 100%;
    }

    .table-responsive td + td {
        padding-left: 0;
    }
}


.square {
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 290px;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.square:hover {
    background-color: #dab892;
    color: #fff;
}

.square__inner {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    font-weight: 600;
    padding: 15px;
    width: 100%;
}

.square__inner span {
    position: relative;
}

.square__inner span:after {
    border-top: 1px solid #fff;
    content: '';
    display: block;
    margin-top: 15px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    z-index: 10
}


@media (min-width: 576px) {
    .square {
        width: 100%;
    }
}


.plan {
    margin-bottom: 30px;
}

.plan__item {
    display: inline-block;
}

.plan__item .icon {
    color: #dab892;
}

.plan__item a {
    text-decoration: underline;
}


.info__title {
    background-color: #f4f4f4;
    margin-inline: -20px;
    padding: 10px 15px;
}

.info__title h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.info__body {
    color: #212529;
    font-size: 15px;
    padding: 15px 0;
}

.info__body p {
    font-size: 15px;
    line-height: 1.6;
}

.info__body table {
    margin-bottom: 0;
}


/* Navbar
------------------------------------------------------------ */
.navbar {
    padding: 0;
}

.navbar-nav .nav-link .icon {
    font-size: 14px;
}

.navbar-nav .nav-link span + span,
.navbar-nav .nav-link span + .icon,
.navbar-nav .nav-link .icon + span {
    margin-left: 5px;
}


/* Navbar: white */
.navbar-white .nav-link {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.navbar-white .nav-link:hover,
.navbar-white .nav-link.active {
    background-color: #7f3e1e;
    color: #d9b790;
}


/* Navbar: brown */
.navbar-brown .nav-link {
    color: #2b1206;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.navbar-brown .nav-link:hover,
.navbar-brown .nav-link.active {
    background-color: #d3b08a;
    color: #fff;
}

.navbar-form {
    border-left: 1px solid #eaeaea;
}

.navbar-form .input-group-append .btn {
    border: 0;
}

.navbar-form .form-control {
    background-color: transparent;
    border: 0;
    color: #b2b2b2;
    font-size: 14px;
    letter-spacing: 0.02em;
    height: 50px;
    min-width: 200px;
    padding: 15px;
}

.navbar-form .form-control::-webkit-input-placeholder,
.form-group .form-control::-webkit-input-placeholder { /* Chrome */
    color: #b2b2b2;
}

.navbar-form .form-control:-ms-input-placeholder,
.form-group .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #b2b2b2;
}

.navbar-form .form-control::-moz-placeholder,
.form-group .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #b2b2b2;
    opacity: 1;
}

.navbar-form .form-control:-moz-placeholder,
.form-group .form-control:-moz-placeholder { /* Firefox 4 - 18 */
    color: #b2b2b2;
}

.navbar-form .form-control:focus {
    border: 0;
}

.navbar-form .btn {
    color: #b2b2b2;
    padding-left: 0;
    padding-right: 0;
}

.navbar-form .btn > .icon {
    font-size: 20px;
}

.navbar-expand-xl > .container {
    padding: 0 15px;
}


@media (max-width: 575px) {
    .navbar-form {
        border-left: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .navbar-expand-xl > .container {
        padding: 0;
    }

    .navbar-form .input-group-append .btn {
        padding: 0 15px;
    }
}


/* Forms
------------------------------------------------------------ */
.form-control {
    border-color: #EFEFEF;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d3b08a;
}

.form-control::placeholder {
    color: #2b1206;
    font-size: 14px;
}

.form-ruble:before {
    content: "\20BD";
}

.col-form-label,
.control-label {
    color: #6b3115;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
}


.form-buttons {
    text-align: right;
    margin: 40px 0 20px;
}

.form-buttons .btn + .btn {
    margin-left: 15px;
}

.form-buttons .btn-link:hover {
    text-decoration: none;
}


.custom-control-label {
    padding-left: 35px;
}

.custom-control-label::before {
    border: 1px solid #d3b08a;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 22px;
    height: 22px;
}

.custom-control-label::after {
    top: 50%;
    transform: translateY(-50%);
    left: 0.2rem;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #d3b08a;
    background-color: #d3b08a;
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.checkboxes {
    margin-bottom: 30px;
}

.checkboxes__item + .checkboxes__item {
    border-top: 1px solid #ececec;
    margin-top: 15px;
    padding-top: 15px;
}


/* Dropdowm
------------------------------------------------------------ */
.dropdown-menu {
    border-radius: 0;
    border: 0;
    min-width: auto;
    padding: 7px 0;
}

.dropdown-menu.menu-fix {
    width: 140%;
}


.dropdown-item {
    font-size: 14px;
    padding: 5px 15px;
}

.dropdown-item:hover,
.dropdown-item.active {
    background-color: transparent;
    color: #d3b08a;
    font-weight: 600;
}

.dropdown.show .icon {
    transform: rotate(180deg);
}

/* Breadcrumb
------------------------------------------------------------ */
.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb-item.active {
    color: #737373;
}
.breadcrumb-item a:hover{
    text-decoration: none;
}

@media (min-width: 768px) {
    .breadcrumb {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}


/* Card
------------------------------------------------------------ */
.card {
    color: #2b1206;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.card:hover {
    color: #2b1206;
    text-decoration: none;
}

/*.card-hover:before,*/
/*.card-hover:after {*/
/*    background-color: #d3b08a;*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    opacity: 0;*/
/*    transition: all 0.3s ease-in-out;*/
/*    visibility: hidden;*/
/*    z-index: 10;*/
/*}*/

/*.card-hover:hover:before,*/
/*.card-hover:hover:after {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/

.card-body {
    position: relative;
    padding: 20px 20px 10px;
}


.card-gallery {
    overflow: hidden;
}

.card-play {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 50;
    padding: 0;
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.card-play:hover {
    opacity: 0.8;
}

.card-play img {
    display: block;
    width: 15px;
    height: 15px;
}

.card-thumb {
    height: 220px;
    overflow: hidden;
}

/* Card gallery list fix */
.row-list .card-gallery {
    overflow: hidden;
}

.card-title {
    margin-bottom: 5px;
    color: #2B1206;
    font-size: 14px;
    line-height: 20px;
}

.card-subtitle {
    margin: 0;
}

.card-buttons {
    position: relative;
    margin-bottom: 25px;
    display: flex;
}

.card-button {
    width: 50%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 10px;
    line-height: 125%;
    color: #000000;
    white-space: nowrap;
}

.card-button:hover {
    color: #658989;
    border-color: #658989;
}

.card-button:hover .icon {
    color: #658989;
}

.card-button .card-icon {
    margin-right: 10px;
}

.card-buttons::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background-color: #eee;
}

.card-buttons::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% - 20px);
    background-color: #eee;
}

.card-button .card-icon {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    cursor: pointer;
}

.card-button .icon {
    color: #2B1206;
    font-size: 16px;
    vertical-align: middle;

}

.card-buttons .card-button.active .icon--heart,
.card-buttons .card-button.active .icon--share,
.card-buttons .card-button .icon--heart-filled {
    display: none;
}


.card-buttons .card-button .icon--heart,
.card-buttons .card-button .icon--share,
.card-buttons .card-button.active .icon--heart-filled {
    display: inline-block;

}

.card-buttons .card-button.active .icon--heart-filled {
    color: #658989;
}

.block__contacts-button.active .icon--heart,
.block__contacts-button.active .icon--share,
.block__contacts-button .icon--heart-filled {
    display: none;
}

.block__contacts-button .icon--heart,
.block__contacts-button .share,
.block__contacts-button.active .icon--heart-filled {
    display: inline-block;
}

.card-info {
    padding: 15px 0;
    text-align: left;
}

.card-info p {
    margin-bottom: 0;
    font-family: 'Open Sans';
    font-weight: 470;
    font-size: 14px;
    line-height: 19px;
    max-height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #928B88;
    font-stretch: 100;
}

.card-inner {
    width: 100%;
    padding: 20px;
    display: flex;
}

.row-grid .card-inner {
    padding: 10px;
    display: inline-block;
}

.card-id {
    font-family: 'Open Sans';
    font-weight: 550;
    font-size: 12px;
    line-height: 16px;
    color: #2B1206;
    font-stretch: 100;
    opacity: 0.6;
}

.card-body .price {
    margin-bottom: 10px;
    font-weight: 700;
}

.row-list .price {
    font-size: 33px;
    line-height: 45px;
}

.row-grid .price {
    font-size: 25px;
    line-height: 34px;
}

.card-line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #999492;
    font-stretch: 100;
}

.card-square {
    border-top: 1px solid #EFEEEE;
    border-bottom: 1px solid #EFEEEE;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    margin: 15px -20px 0;
    padding: 13px 0;
}

.card-square__item {
    padding: 5px 20px;
    font-family: 'Open Sans';
    font-weight: 550;
    font-size: 14px;
    line-height: 20px;
    color: #2B1206;
    font-stretch: 100;
}

.card-square__item {
    display: inline-block;
}

.row-list .card-square {
    margin: 25px 0 0;
}

@media (min-width: 576px) {
    .card-body {
        padding: 15px 30px;
    }

    .card-button {
        font-size: 14px;
    }

    .card-buttons .card-icon .icon {
        font-size: 20px;
    }

    .card-button .card-icon {
        margin-right: 12px;
    }

    .card-id {
        font-size: 14px;
        line-height: 19px;
    }

    .row-grid .price {
        font-size: 30px;
        line-height: 41px;
    }

    .card-title {
        font-size: 16px;
        line-height: 22px;
    }

    .card-square {
        margin: 25px -30px;
        padding: 15px 8px;
    }

    .card-square__item {
        border-right: 1px solid #EFEEEE;
        padding: 5px 22px;
        font-size: 16px;
        font-weight: 470;
    }

    .card-info {
        padding: 0;
    }

    .card-square__item:last-child {
        border-right: none;
    }
}

@media (min-width: 768px) {
    .card-gallery {
        margin-inline: 0;
        width: 100%;
    }

    .card-button {
        font-size: 12px;
    }

    .card-body {
        padding: 0 20px 30px;
    }

    .card-id {
        font-size: 12px;
        line-height: 16px;
    }

    .row-list .card-play {
        width: 32px;
        height: 32px;
    }

    .row-list .card-play img {
        width: 18px;
        height: 18px;
    }

    .row-grid .price {
        font-size: 22px;
        line-height: 25px;
    }

    .card-body .price {
        margin-bottom: 8px;
    }

    .card-square {
        padding: 10px 15px;
        margin: 16px -20px 18px;
    }

    .card-square__item {
        padding: 5px;
        border-right: none;
        font-size: 12px;
        font-weight: 520;
    }

    .card-info p {
        font-weight: 500;
        font-size: 13px;
        line-height: 18px;
    }
}

@media (min-width: 992px) {
    .card-body {
        padding: 20px 20px 30px;
    }

    .card-buttons {
        padding: 0;
        margin-bottom: 0;
    }

    .card-button {
        border: 1px solid #2B1206;
        width: unset;
    }

    .card-button:nth-last-child(2) {
        margin-right: 10px;
    }

    .card-buttons:before {
        content: none;
    }

    .card-buttons:after {
        content: none;
    }

    .row-grid .card-body-top {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .row-grid .card-button {
        height: 25.6px;
    }

    .row-grid .card-button .span {
        display: none;
    }

    .row-grid .card-button.call {
        overflow: hidden;
        animation-duration: 0.3s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
    }

    .row-grid .card-button.call.active {
        animation-name: phoneAnim-in;

    }

    .row-grid .card-button.call.not-active {
        animation-name: phoneAnim-out;
    }

    .row-grid .card-buttons {
        padding: 0;
    }

    .row-grid .card-buttons .card-icon .icon {
        font-size: 14px;
    }

    .row-grid .card-button {
        justify-content: center;
        padding: 5px;
        border-radius: 5px;
    }

    .row-grid .card-button span {
        margin: 0;
    }

    .row-list .card-body {
        padding: 10px 0 10px 20px;
    }

    .row-list .card-title {
        font-size: 18px;
        line-height: 25px;
    }

    .row-list .card-square {
        padding: 7px 0;
        margin: 24px 0 16px;
    }

    .row-list .card-square__item {
        padding: 5px 15px 5px 0;
        margin-right: 15px;
        border-right: 1px solid #eee;
    }

    .row-list .card-square__item:last-child {
        border-right: none;
    }

    .row-list .card-buttons {
        position: absolute;
        bottom: 10px;
        left: 20px;
    }

    .row-list .card-info {
        padding-bottom: 60px;
    }

    .row-list .card-button {
        padding: 10px 20px;
        border-radius: 5px;
    }

    .row-grid .call .span {
        display: none;
    }
}

.row-list .call .span {
    display: inline-block;
!important;
}

/* Card type */
.card-bd-none {
    border: 0;
    border-radius: 0;
}

.card-transparent {
    background-color: transparent;
    border-color: transparent;
}

.card-bd-puff {
    border-radius: 7px;
    border-width: 3px;
    border-color: #d9b790;
}

.card-numeric {
    counter-reset: numeric;
}

.card-number {
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.25rem 1.25rem 0;
}

.card-number:before {
    color: #d9b790;
    counter-increment: numeric;
    content: counter(numeric);
    display: block;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    margin-right: 15px;
    width: 30px;
}

.card-number:after {
    background-color: #6b3115;
    content: '';
    display: block;
    height: 1px;
    width: 40px;
}

.card-group > .card:nth-child(odd) {
    background-color: #6b3115;
    color: #fff;
}

.card-group .card-body {
    padding: 15px 5px;
}

.card-group .card-body p {
    margin-bottom: 0;
}

.card-group .card-icon {
    background-color: #d9b790;
    border-radius: 50%;
    color: #fff;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin: 0 auto 20px;
    width: 60px;
}

.card-group .card-icon .icon {
    font-size: 36px;
}


/* Card hover by row type */
.row-grid .card-hover:before,
.row-grid .card-hover:after {
    height: 7px;
    width: 100%;
}

.row-grid .card-hover:before {
    bottom: 100%;
    left: 0;
}

.row-grid .card-hover:after {
    top: 100%;
    left: 0;
}

.row-list .card-hover:before,
.row-list .card-hover:after {
    width: 7px;
    height: 100%;
}

.row-list .card-hover:before {
    top: 0;
    right: 100%;
}

.row-list .card-hover:after {
    top: 0;
    left: 100%;
}


@media (min-width: 768px) {
    .row-list .card {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
    }

    .row-list .card-gallery {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
    }

    .card-square {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .card-group > .card {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .row-short [class*="col-"]:nth-child(3) {
        display: none;
    }

    .card-group .card-body .text-small {
        font-size: 11px;
    }
}

@media (min-width: 1200px) {
    .col-xl-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 15px;
    }

    .card-group .card-body {
        padding: 30px 10px;
    }
}


.expert {
    text-align: center;
}

.expert__thumbnail {
    overflow: hidden;
    border-radius: 10px;
}

.expert__thumbnail img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    width: 100%;
}

.expert__number {
    background-color: #f8f8f8;
    background-image: url(/img/svg/award.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px;
    background-position: center;
    border-radius: 50%;
    display: inline-block;
    height: 56px;
    margin-top: -20px;
    position: relative;
    width: 56px;
}

.expert__number span {
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 50%;
    padding-left: 2px;
    transform: translateX(-50%);
    text-align: center;
    width: 10px;
}


@media (min-width: 768px) {
    .expert__thumbnail img {
        height: 195px;
    }
}

@media (min-width: 992px) {
    .expert__thumbnail img {
        height: 300px;
    }

    .expert__number {
        -webkit-background-size: 48px;
        background-size: 48px;
        height: 80px;
        margin-top: -35px;
        width: 80px;
    }

    .expert__number span {
        font-size: 14px;
        bottom: 14px;
    }
}


/* Pagination
------------------------------------------------------------ */
.pagination .icon {
    font-size: 14px;
}

.pagination .page-item + .page-item {
    margin-left: 15px;
}

.pagination .page-item .page-link {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #2b1206;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    padding: 0;
    width: 40px;
}

.pagination .page-item:first-child .page-link {
    border-radius: 10px;
}

.pagination .page-item.active .page-link {
    background-color: #d3b08a;
    color: #fff;
}

.pagination .separator.disabled {

    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    color: #2b1206;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    padding: 0;
    width: 40px;
}


.banner {
    background-image: url('/img/bg/house-bg-2.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}


/* Odject */
.price {
    color: #5a8a8a !important;
    font-size: 20px;
    font-weight: 600;
}

.img-fit {
    height: 220px;
    object-fit: cover;
    width: 100%;
}


/* Swiper
 ** ============================================================
*/
.swiper-button {
    background-color: #fff;
    color: #2B1206;
    cursor: pointer;
    display: none;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    height: 40px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    width: 24px;
    z-index: 1;
    border-radius: 4px;
}

.swiper-button:focus,
.swiper-button:active {
    outline: none;
}

.swiper-button .icon {
    font-size: 14px;
    font-weight: bold;
}

.card:hover .swiper-button {
    opacity: 0.9
}

.card:hover .swiper-button:hover {
    opacity: 1;
}

.swiper-next {
    right: 10px;
}

.swiper-prev {
    left: 10px;
}

.swiper-pagination {
    color: #fff;
    text-shadow: 0px 1px 4px #000;
}

.card-swiper .swiper-slide {
    padding-bottom: 56.6%;
}

.swiper-lazy {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-lazy.swiper-lazy-loaded {
    display: block;
}

@media (min-width: 768px) {
    .swiper-button {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

@media (max-width: 1199px) {
    .swiper-pagination,
    .swiper-button {
        opacity: 1
    }
}


.object-swiper .swiper-pagination {
    opacity: 1;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 1000;
}


.swiper-object .swiper-slide {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.6%;
}

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


.view {
    position: relative;
}

.navigator {
    margin-bottom: 30px;
}

.navigator__header {
    margin-bottom: 20px;
    text-align: center;
}

.navigator__btn {
    background-color: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    padding: 0 25px 0 15px;
}

.navigator__btn svg {
    height: 65px;
}


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

.contact-img:before {
    content: '';
    display: block;
    background-image: url('/img/bg/contacts-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 56.25%;
}


@media (min-width: 1200px) {
    .contact-img {
        margin-bottom: 0;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        height: 100%;
    }

    .contact-img:before {
        height: 100%;
        padding-top: 0;
    }
}


.tech {
    margin-inline: -20px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}

.tech .list-inline {
    margin: 0;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.tech .list-inline-item {
    margin-right: 0;
    padding: 5px 20px;
    font-family: 'Open Sans';
    font-weight: 550;
    font-size: 14px;
    line-height: 20px;
    color: #2B1206;
    font-stretch: 100;
}

@media (min-width: 576px) {
    .tech .list-inline-item {
        border-right: 1px solid #eee;
        font-size: 16px;
    }

    .tech .list-inline-item:last-child {
        border: none;
    }
}

@media (min-width: 1200px) {
    .tech {
        margin-inline: 0;
        margin-bottom: 25px;
    }

    .tech .list-inline {
        padding: 15px 0;
    }

    .tech .list-inline-item {
        margin-right: 20px;
        padding: 5px 20px 5px 0;
        font-size: 20px;
    }
}


.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: #658989;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}

.fancybox-thumbs__list a {
    border-radius: 3px;
    overflow: hidden;
}

.fancybox-bg {
    background: white;
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

.fancybox-navigation .fancybox-button, .fancybox-navigation .fancybox-button div {
    color: white;
    border-radius: 4px;
    width: 32px !important;
    height: 48px !important;

}

.fancybox-navigation .fancybox-button div {
    box-shadow: 0px 0px 12px #32274414, 0px 0px 1px #32274452, 0px 8px 16px -8px #3227443d;
    transition-timing-function: cubic-bezier(0.3, 0, 0.8, 1);
    transition-property: transform, box-shadow, background-color;
    transition-duration: 0.16s;
}

.fancybox-navigation .fancybox-button div,
.fancybox-button {
    color: #658989;
    background: white;
    transition-timing-function: cubic-bezier(0.3, 0, 0.8, 1);
    transition-property: transform, box-shadow, background-color;
    transition-duration: 0.16s;
}

.fancybox-button--close:hover, .fancybox-button--thumbs:hover, .fancybox-navigation .fancybox-button div:hover {
    color: #fff;
    background: #658989;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 30px;
}

.fancybox-infobar {
    display: flex;
    justify-content: center;
    mix-blend-mode: normal;
    height: unset;
    line-height: unset;
    background: #658989;
    opacity: 1;
    box-shadow: 0px 0px 12px #32274414, 0px 0px 1px #32274452, 0px 8px 16px -8px #3227443d;
    width: 70px;
    align-items: center;
    top: 95%;
    left: calc(50% - 70px);
    border-radius: 999px;
    border-width: 1px;
    border-style: solid;
    border-color: #0000;
}

.fancybox-toolbar .fancybox-button--close {
    box-shadow: 0px 0px 12px #32274414, 0px 0px 1px #32274452, 0px 8px 16px -8px #3227443d;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #0000;
}

.fancybox-toolbar {
    margin: 10px;


}

.fancybox-thumbs__list a:before {
    border-radius: 3px;
    border: 2px solid #fff;
    opacity: 1;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    border-color: #a90707;
}

.fancybox-slide--image {
    padding: 0 !important;
}

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

.object__col:nth-child(n+4) {
    display: none;
}

.object .object__item-more {
    display: none;
}

.object-swiper {
    position: relative;
}

.object-swiper .swiper-button {
    opacity: 1;
}


.object .object__item img {
    height: 156px;
    object-fit: cover;
    width: 100%;
}

.object .object__item-more {
    background-color: rgba(43, 18, 6, 0.66);
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


/* Panel */
.panel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    min-height: 60px;
    position: relative;
}

.panel__row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    position: relative;
}

.panel__row:first-child {
    background-color: #fff;
}

.panel__section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 60px;
}

.panel__section .panel__item + .panel__item {
    margin-left: 30px;
}

.panel__section--width {
    justify-content: space-between;
    width: 100%;
}

.panel__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.panel__item > span {
    margin-right: 10px;
}

.panel__item .btn-view + .btn-view {
    margin-left: 10px;
}

.panel__item .btn-view-details + .btn-view-details {
    margin-left: 10px;
}

.panel__collapse {
    background-color: #fff;
    margin-top: 5px;
    padding: 20px 15px;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 100;
}

.panel .dropdown-menu {
    width: 100%;
}

.panel .dropdown-item + .dropdown-item {
    margin-top: 5px;
}

.panel--filter {
    background-color: #d3b08a;
}

.panel--sort > span {
    display: inline-block;
    margin-right: 20px;
    white-space: nowrap;
}


@media (min-width: 992px) {
    .panel__section--width {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .panel {
        background-color: #fff;
        padding: 0 15px;
    }

    .panel__row {
        flex: 0 0 auto;
        padding-left: 0;
    }

    .panel__row .panel__section + .panel__section {
        margin-left: 50px;
    }
}


/* Sorter */
.sorter {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sorter li + li {
    margin-top: 10px;
}

.sorter a,
.link-decoradtion,
.form-buttons .btn-link span {
    color: #2b1206;
    border-bottom: 1px dashed #2b1206;
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.sorter a:hover,
.link-decoradtion:hover,
.form-buttons .btn-link:hover span,
.sorter a:focus,
.link-decoradtion:focus,
.form-buttons .btn-link:focus span {
    color: #6b3115;
    border-bottom-color: #6b3115;
    text-decoration: none !important;
}

.sorter .asc,
.sorter .desc {
    color: #d3b08a;
    border-bottom-color: #d3b08a;
}

.sorter a:after {
    position: absolute;
    top: 0;
    left: 100%;
}

.sorter .asc:after {
    content: '\2191';
}

.sorter .desc:after {
    content: '\2193';
}

.sorter a:hover {
    text-decoration: none;
}

.sorter a:hover {
    border-bottom-color: #6b3115
}


@media (min-width: 768px) {
    .sorter li {
        display: inline-block;
    }

    .sorter li + li {
        margin-top: 0;
        margin-left: 20px;
    }
}


.filter-direction {
    background-color: #f8f8f8;
    margin: 25px 0;
    padding: 25px 0;
    width: 100%;
}

.filter .form-group {
    margin-bottom: 0;
}

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    color: #000
}


/* Footer
============================================================ */
.footer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 50px 0 30px;
}

.footer__logo {
    margin-bottom: 15px;
}

.footer__title {
    color: #6b3115;
    margin-bottom: 20px;
}

.footer__list + .footer__list {
    margin-top: 10px;
}

.footer__link,
.footer__copy {
    font-weight: 600;
}


/* Some fix styles
============================================================ */
.select2-results__message,
.s2-togall-button {
    display: none !important;
}

.sub-title {
    margin-bottom: 30px;
}

#map {
    height: 450px;
    margin: 50px 0;
    padding: 0;
    width: 100%;
}

.map-card {
    margin-bottom: 20px;
}

.map-card__label {
    background-color: #e2e2e2;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px;
    padding: 6px 12px;
}

.map-card .price {
    margin-bottom: 0;
}

.map-card__item .text-nowrap + .text-nowrap {
    margin-top: 5px;
}

.map-card__item + .map-card__item {
    margin-top: 25px;
}

* {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    -webkit-touch-callout: none; /* disables the callout */
}

.block__content-wrapper {
    margin: -20px -20px 0;
    background-color: #f8f8f8;
}

.block__gallery {
    margin: 0 -20px 10px;
    width: calc(100% + 40px);
}

.block__contacts-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block__contacts-row button .card-icon {
    margin-right: 10px;
}

.block__contacts-row button svg {
    width: 16px;
    height: 16px;
}

.block__contacts-row:first-child {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.block__contacts-row:first-child button {
    width: 50%;
    padding: 15px 20px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 12px;
    line-height: 125%;
    color: #000000;
}

.block__contacts-row:first-child button:first-child {
    position: relative;
}

.block__contacts-row:first-child button:first-child::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #eee;
}

.block__contacts-row:first-child button img {
    margin-right: 12px;
    width: 16px;
    height: 16px;
}

.block__contacts-row button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border-radius: 5px;
    padding: 10px 5px;
    border: none;
    padding: 0;
}

.block__contacts-row button:hover {
    color: #658989;
    border-color: #658989 !important;
}

.block__contacts-row:last-child {
    position: fixed;
    bottom: 0;
    left: 15px;
    z-index: 100;
    width: calc(100% - 34px);
    height: 70px;
    padding: 15px 0;
    background-color: #fff;
}

.block__contacts-row:last-child::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: -300px;
    width: 1500px;
    height: 100%;
    background-color: #fff;
}

.block__contacts-row:last-child button {
    box-shadow: 0 0 2px 3px rgba(50, 50, 50, 0.1);
    border: 1px solid #000;
    background-color: #fff;
    width: calc(20% - 5px);
}

.block__contacts-row:last-child button svg {
    margin: 0;
    width: 20px;
    height: 20px;
}

.block__contacts-row:last-child button:first-child {
    border: none;
    width: calc(60% - 10px);
    background-color: #658989;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.block__contacts-row:last-child button:first-child:hover {
    background-color: #4b6d6d;
}

.block__contacts-row:last-child button:first-child img {
    margin-right: 10px;
}


.block__contacts a {
    display: none;
    justify-content: space-between;
    align-items: center;
    background-color: #E2E9E9;
    padding: 15px;
    transition: background 0.2s ease-in-out;
}

.block__contacts a:hover {
    text-decoration: none;
}

.block__contacts a img {
    display: block;
    width: 24px;
}

.block__contacts a span {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}

/* Product Info */
.block__product-info {
    padding: 20px 0;
}

.block__product-id {
    font-family: 'Open Sans';
    font-weight: 550;
    font-size: 12px;
    line-height: 16px;
    color: #2B1206;
    font-stretch: 100;
    opacity: 0.6;
}

.block__product-price {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #658989;
}

.block__product-title {
    margin-bottom: 5px;
    font-family: 'Open Sans';
    font-weight: 550;
    font-size: 14px;
    line-height: 19px;
    color: #2B1206;
    font-stretch: 100;
}

.block__product-location {
    font-family: 'Open Sans';
    font-weight: 550;
    font-size: 14px;
    line-height: 19px;
    color: #999492;
    font-stretch: 100;
}

.nav-back {
    width: fit-content;
    margin-bottom: 10px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    color: #2B1206;
    transition: opacity 0.3s ease-in-out;
}

.nav-back:hover {
    color: unset !important;
    opacity: 0.8;
}

.nav-back img {
    margin-right: 10px;
    display: block;
    width: 21px;
}

@media (min-width: 576px) {
    .block__contacts-row:first-child button {
        font-size: 14px;
    }

    .block__contacts-row button .card-icon {
        margin-right: 5px;
    }

    .block__contacts-row button svg {
        width: 20px;
        height: 20px;
    }

    .block__contacts-row:last-child {
        padding: 25px 0;
        height: 100px;
    }

    /* Product Info */
    .block__product-info {
        padding: 30px 0;
    }

    .block__product-id {
        font-size: 16px;
        line-height: 22px;
    }

    .block__product-title {
        font-size: 16px;
        line-height: 22px;
    }

    .block__product-location {
        font-size: 16px;
        line-height: 22px;
    }

    .block__product-price {
        font-size: 30px;
        line-height: 41px;
    }

    .nav-back {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .nav-back img {
        width: 25px;
    }
}

@media (min-width: 768px) {
    .block__gallery {
        margin: 0;
        width: unset;
    }

    .block__contacts-row:last-child {
        left: 50%;
        transform: translateX(-50%);
        width: 730px;
    }
}


@media (min-width: 840px) {
    .block__content-wrapper {
        display: flex;
    }

    .block__contacts-row button .card-icon {
        margin-right: 10px;
    }

    .block__contacts-wrapper {
        margin-bottom: 10px;
    }

    .block__contacts a {
        display: flex;
    }

    .block__contacts-row button svg {
        width: 16px;
        height: 16px;
    }

    .block__gallery {
        margin-right: 10px;
        margin-left: 0;
        width: 65%;
    }

    .block__contacts {
        width: calc(100% - 66%);
        display: grid;
    }

    .block__contacts-row {
        background-color: #fff;
        padding: 15px !important;
    }

    .block__contacts-row button {
        padding: 10px 5px;
        border: 1px solid #000;
    }

    .block__contacts-row:first-child button {
        padding: 10px 5px;
        width: calc(50% - 5px);
        border-radius: 5px;
        font-size: 10px;
    }

    .block__contacts-row:first-child button:first-child::before {
        content: none;
    }

    .block__contacts-row:first-child button img {
        width: 14px;
        height: 14px;
    }

    .block__contacts-row:last-child {
        position: unset;
        transform: unset;
        width: unset;
        height: unset;
    }

    .block__contacts-row:last-child::before {
        content: none;
    }

    .block__contacts-row:last-child button {
        box-shadow: none;
        width: calc(50% - 5px);
    }

    .block__contacts-row:last-child button:first-child {
        outline: none;
        margin-bottom: 10px;
        width: 100%;
        font-size: 16px;
        line-height: 22px;
    }

    .block__contacts-row:last-child button:first-child img {
        margin-right: 15px;
    }

}

@media (min-width: 992px) {
    .block__contacts-wrapper {
        margin-bottom: 15px;
    }

    .block__contacts-row button svg {
        width: 20px;
        height: 20px;
    }

    .block__contacts-row {
        padding: 22px !important;
    }

    .block__contacts-row button {
        padding: 15px;
    }

    .block__contacts-row:first-child button {
        font-size: 12px;
    }

    .block__contacts-row:first-child div .share .share-toggler {
        font-size: 12px;
    }

    .block__contacts-row:last-child button svg {
        width: 24px;
        height: 24px;
    }

    .block__contacts-row:last-child button:first-child img {
        width: 24px;
        height: 24px;
    }

    .block__contacts a {
        padding: 20px;
    }

    .block__product-id {
        font-size: 18px;
        line-height: 25px;
    }

    .nav-back {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .block__contacts-wrapper {
        margin-bottom: 10px;
    }

    .block__contacts-row {
        padding: 34px !important;
    }


    .block__contacts-row:first-child button img {
        width: 20px;
        height: 20px;
    }

    .block__contacts-row:last-child button svg {
        width: 27px;
        height: 27px;
    }

    .block__contacts-row:last-child button:first-child {
        font-size: 18px;
        line-height: 25px;
    }

    .block__contacts a {
        padding: 35px;
    }

    .block__contacts a span {
        font-size: 18px;
    }

    .block__contacts a img {
        width: 29px;
    }

    /* Product Info */
    .block__product-info {
        padding: 30px 20px;
    }

    .block__product-price {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 54px;
    }

    .block__product-title {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 27px;
    }

    .block__product-location {
        font-size: 20px;
        line-height: 27px;
    }
}

/* View and Location on Map */
.block__video {
    margin-left: -20px;
    width: calc(100% + 40px);
}

#map {
    margin-left: 20px;
    width: calc(100% - 40px);
    height: 250px;
}

@media (min-width: 576px) {
    .block__video {
        margin: 0;
        width: 100%;
    }

    #map {
        overflow: hidden;
        margin: 0;
        width: 100%;
        height: 300px;
        border-radius: 10px;
    }
}

@media (max-width: 576px) {
    #map {
        margin: 0 !important;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .info .info__body .map-content {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

}

@media (min-width: 1024px) {
    #map {
        height: 410px;
    }
}

.share-popup {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    z-index: 9999;
    padding: 16px;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(37, 36, 41, 0.15);
}

.share {
    position: relative;
}

.share-social-icon {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 12px 0 0;
    background: #B7B7B7;
    cursor: pointer;
}

.share-social-icon[data-type=wa] {
    -webkit-mask: url("/img/svg/whatsapp.svg") center/contain no-repeat;
    mask: url("/img/svg/whatsapp.svg") center/contain no-repeat;
}

.share-social-icon[data-type=tg] {
    -webkit-mask: url("/img/svg/telegram.svg") center/contain no-repeat;
    mask: url("/img/svg/telegram.svg") center/contain no-repeat;
}

.share-social-icon[data-type=vk] {
    -webkit-mask: url("/img/svg/vk.svg") center/contain no-repeat;
    mask: url("/img/svg/vk.svg") center/contain no-repeat;
}

.share-social:hover .share-social-icon[data-type=tg] {
    background: #0088CC;
}

.share-social:hover .share-social-icon[data-type=wa] {
    background: #25D366;
}

.share-social:hover .share-social-icon[data-type=vk] {
    background: #0077FF;
}

.share-social:hover {
    color: #658989;
}

.share-copy-item:hover {
    color: #658989;
}

.share-copy-item:hover .share-copy-icon {
    background: #658989;
}

.share-social {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    display: flex;
    margin: 0 0 12px;
    cursor: pointer;
}

.share-popup {
    display: none;
    left: 50%;
!important;
    right: auto;
!important;
    transform: translateX(-50%);
    width: 202px;
    transition: 1s;

}

@media (min-width: 769px) {
    .share-toggler:hover {
        color: #658989;
        border-color: #658989 !important;
    }

    .share-toggler:hover + .share-popup {
        display: block;
    }
}

.toggler-active {
    color: #658989 !important;
    border-color: #658989 !important;
}

.popup-visible {
    display: block !important;
}


.share-popup:hover {
    display: block;
}

.share-copy-item {
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    color: #333333;
    display: flex;
    cursor: pointer;
}

.share-copy-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
    -webkit-mask: url(/img/svg/copy.svg) center / contain no-repeat;
    mask: url(/img/svg/copy.svg) center / contain no-repeat;
    background: #B7B7B7;
    cursor: pointer;
}

/* Animations */
@keyframes phoneAnim-in {
    from {
        opacity: 0;
        font-size: 10px;
        width: 25.6px
    }
    to {
        opacity: 1;
        font-size: 12px;
        width: 120px;
    }
}

@keyframes phoneAnim-out {
    from {
        opacity: 0;
        font-size: 12px;
        width: 120px
    }
    to {
        opacity: 1;
        font-size: 10px;
        width: 25.6px
    }
}

.description_h1 {
    margin-top: 15px;
}

.share-toggler {
    font-size: 14px;
    border: none;
    padding: 0;
}

.share {
    position: relative;
    display: flex;
    padding: 15px 20px !important;
    width: 50%;
    justify-content: center;

}

@media (min-width: 840px) {
    .share-toggler {
        font-size: 10px;
        padding: 10px 5px !important;
        border: 1px solid #000;
        cursor: pointer;
        border-radius: 5px;
    }

    .share {
        padding: 0 !important;
    }
}

@media (min-width: 992px) {

    .share-toggler {
        font-size: 12px;
        font-weight: 600;
        border-radius: 5px;
        border: 1px solid #000;
        cursor: pointer;

    }
}

@media (min-width: 1200px) {
    .share-toggler {
        padding: 10px 26px !important;
    }
}

.object__zoom {
    display: none;
}

.navbar-form form {
    width: 100%;
}

.fancybox-toolbar {
    max-width: 44px;
    display: flex;
    flex-direction: column-reverse;
}

.fancybox-button--zoom,
.fancybox-button--play {
    display: none !important;
}

.fancybox-button--thumbs {
    float: right;
    margin-top: 5px;
    display: inline-block !important;
    box-shadow: 0px 0px 12px #32274414, 0px 0px 1px #32274452, 0px 8px 16px -8px #3227443d;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #0000;
}

.filter-p__item[data-used='1'] .point {
    display: block;
}

.fancybox-container .fancybox-button--thumbs, .fancybox-button--close {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.fancybox-container .fancybox-infobar {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.fancybox-container .fancybox-navigation {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.fancybox-container .fancybox-toolbar {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}


/*complex new stiles*/

.card-body__title {
    color: #2b1206;
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
}

.card-body__desc {
    font-size: 13px;
    line-height: 138%;
    margin-top: 15px;
}

.card-body__loc {
    align-items: center;
    display: flex;
    font-size: 13px;
    grid-gap: 25px;
    margin-top: 15px;
}

.card-body__loc-pl {
    align-items: center;
    display: flex;
}

.card-body__loc-text {

    margin-left: 10px;
}

.card-body__loc-pl img:nth-child(2) {
    margin-left: -8px;
}

.param-grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px;
    margin-top: 25px;
}

.param-grid__item {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}

.param-grid__title {
    color: #999492;
    font-size: 11px;
    line-height: 164%;
}

.param-grid__price {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
}

.param-grid__val {
    font-size: 11px;
    line-height: 110%;
}

.filter-t__item--radiocheck, #complexsearch-new, #complexsearch-complex_type, #complexsearch-new_p {
    display: flex;
}

.filter-t__item--radiocheck .input-radio-check-label, #complexsearch-new .input-radio-check-label, #complexsearch-new_p .input-radio-check-label, #complexsearch-complex_type .input-radio-check-label {
    flex-grow: 1;
}

.input-radio-check {
    display: none;
}

.input-radio-check:checked + .input-radio-check-label {
    background: #658989;
    color: #fff;
}

.input-radio-check-label {
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    justify-content: center;
    margin-bottom: 0;
    transition: .3s;
}

.card-body__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 39px;
}

.message-list {
    display: flex;
    grid-gap: 10px;
}

.message-list__link {
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
    display: flex;
    height: 35px;
    justify-content: center;
    width: 35px;
    background: white;
}

.message-list__link svg {
    color: #000;
    height: 16px;
    width: 19px;
}

.card-body__btn {
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 19px;
}

.card-gallery {
    position: relative;
}

.rec-label {
    align-items: center;
    background: url(../img/rec-bg.svg) no-repeat;
    display: flex;
    grid-gap: 8px;
    height: 36px;
    left: 0;
    padding: 0 0 0 8px;
    position: absolute;
    top: 15px;
    width: 140px;
    z-index: 2;
}

.play-btn {
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 4px;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.play-btn svg {
    color: #000;
    height: 14px;
    width: 12px;
}

.swiper-slide .play-btn {
    bottom: 10px;
    left: 10px;
    position: absolute;
    z-index: 2;
}

.link-btns {
    display: flex;
    grid-gap: 22px;
    margin-top: 25px;
}

.link-btns__icon {
    height: 12px;
    transition: .3s;
    width: 12px;
}

.link-btns__icon--whatsapp {
    color: #48c95f;
}

.link-btns__icon--tg {
    color: #27a6e5;
}

.form-grid {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    margin-top: 15px;
}

.form-grid--row {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
}

.form-grid--row .form-grid__input {
    max-width: 430px;
    width: 100%;
}

.form-grid--row .btn {
    max-width: 250px;
    width: 100%;
}

@media (min-width: 768px) {
    .form-grid {
        grid-row-gap: 10px;
        grid-template-columns: 1fr;
        max-width: 400px;
    }
}

@media (min-width: 992px) {
    .form-grid {
        grid-template-columns: repeat(3, 1fr);
        max-width: 810px;
        width: 100%;
    }

    #contact_form {
        grid-row-gap: 10px !important;
        grid-template-columns: 1fr !important;
        max-width: 400px !important;
    }

    .form-grid--row {
        max-width: 692px;
        width: 100%;
    }
}

.form-grid__input {
    border: none;
    border-radius: 5px;
    color: rgba(153, 148, 146, 0.4);
    font-weight: 400;
    font-size: 16px;
    height: 50px;
    padding: 0 28px;
    width: 100%;
}

.form-grid__input:focus {
    color: rgba(153, 148, 146, 1);
    outline: none;
}

.form-grid__input::placeholder {
    color: rgba(153, 148, 146, 0.4);
}

.form-grid__btn {
    border-radius: 40px;
}

.field-contactform-recaptcha {
    height: 50px;
    margin-bottom: 2rem;
}

.captcha {
    display: block;
    max-width: 100%;
}

.panel--offset .panel--sort > span {
    font-size: 12px;
    margin-right: 15px;
}

.panel--offset .sorter a, .panel--offset .panel__item > span {
    font-size: 12px;
}

.panel--offset .panel__section .panel__item + .panel__item {
    margin-left: 20px;
}

.panel--offset .sorter {
    line-height: 1;
}

@media (min-width: 768px) {
    .panel--offset .sorter li + li {
        margin-left: 12px;
    }
}

@media (min-width: 1200px) {
    .panel__row .panel__section + .panel__section {
        margin-left: 37px;
    }
}

.box-form__desc {
    font-size: 16px;
    margin-top: 14px;
    max-width: 800px;
    width: 100%;
}

.box-form__desc--center {
    margin-left: auto;
    margin-right: auto;
}

.box-form__desc strong {
    color: #CDB18F;
}

.box-form--center {
    text-align: center;
}

.btn-green--circle {
    border-radius: 40px;
}

.box-form--center__btn {
    font-weight: 600;
    margin-top: 40px;
    max-width: 300px;
    width: 100%;
}

.box-form--twobg {
    background: url(../img/svg/box-form-bg-1.svg) no-repeat left bottom, url(../img/svg/box-form-bg-2.svg) no-repeat right bottom, #f5f0ea;
}

.box-form--bg3 {
    background-image: url(../img/svg/box-form-bg-3.svg);
}

.filter-p__flex {
    align-items: center;
    background: #fbfbfb;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    display: flex;
    margin-bottom: 5px;
    padding: 2px;
}

.filter-p__flex.field-complexsearch-new {
    display: block;
}

.filter-p__radio {
    flex-grow: 1;
    text-align: center;
}

.filter-radio-input {
    display: none;
}

.filter-radio-input:checked + .filter-p__label {
    background: #658989;
    color: #fff;
}

.filter-p__label {
    border-radius: 5px;
    color: #999492;
    cursor: pointer;
    margin: 0;
    padding: 15px;
    transition: .3s;
    width: 100%;
}

.filter-p__flex-title {
    color: #999492;
    padding: 15px 25px;
}

.filter-p__gray {
    padding: 0;
}

.filter-p__gray .filter-radio-input:checked + .filter-p__label {
    background: #d7dfe1;
    color: #658989;
}

.filter-p__gray > div:not(:last-child) {
    border-right: 1px solid #dbdbdb;
}

.filter-p__list {
    padding-top: 28px;
}

.filter-p__flex-title svg {
    display: none;
    /* height: 4px;
    width: 8px; */
}

.filter-p__dropdown-wrapper {
    position: relative;
}

.currency-radio {
    display: flex;
    grid-gap: 20px;
    position: absolute;
    right: 25px;
    top: -30px;
}

.currency-radio__input {
    display: none;
}

.currency-radio__input:checked + .currency-radio__label {
    color: #2b1206;
}

.currency-radio__label {
    color: #CDB18F;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    transition: .3s;
}

.radio-circle {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5px;
}

.radio-circle__input {
    display: none;
}

.radio-circle__input:checked + .radio-circle__label {
    background: #658989;
    color: #ffffff;
}

.radio-circle__label {
    background: #e9e8e7;
    border-radius: 40px;
    cursor: pointer;
    color: #2b1206;
    font-size: 12px;
    padding: 10px 15px 11px 15px;
    transition: .3s;
}

.grid-threecol {
    display: grid;
    grid-row-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.grid-threecol .custom-control-inline {
    align-items: center;
}

.selection__search {
    stroke: #DBDBDB;
    height: 19px;
    left: 13px;
    position: absolute;
    top: 9px;
    width: 19px;
}

.card-border {
    border: 1px solid #efeeee;
}

.panel--offset {
    flex-wrap: nowrap;
}

.box-form--column {
    display: grid;
    grid-gap: 80px;
    grid-template-columns: 1fr 210px;
}

.box-form__col1 {
    position: relative;
}

.box-form__col1:after {
    background: #6b3115;
    bottom: -15px;
    content: '';
    opacity: 0.1;
    position: absolute;
    right: -40px;
    top: -25px;
    width: 1px;
}

.box-form--bg4 {
    background-image: url(../img/svg/box-form-bg-4.svg);
}

.col-12 .box-form {
    margin-top: 0;
}

.form-grid--710 {
    max-width: 710px;
}

.selection--padding .select2-search__field {
    padding-left: 40px !important;
}

.selection--padding .select2-search__field {
    height: 36px;
}

.selection--padding .select2-selection--multiple {
    height: 36px;
}

@media (max-width: 1200px) {
    .panel--offset {
        flex-wrap: wrap;
    }

    .box-form--column {
        grid-gap: 65px;
    }
}

.slider-people {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.slider-people__pic {
    width: 131px;
    height: 131px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
}

.slider-people__pic img {
    display: inline;
    margin: 0 auto;
    width: 100%;
}

.slider-people__name {
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
}

.slider-people__desc {
    line-height: 120%;
    margin-top: 13px;
}

.slider-people__arrow {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 31px;
    justify-content: center;
    position: absolute;
    width: 31px;
    z-index: 2;
}

.slider-people__arrow svg {
    height: 18px;
    width: 18px;
}

.slider-people__btns {
    left: 50%;
    position: absolute;
    top: 50px;
    transform: translateX(-50%);
    width: 131px;
    z-index: 1;
}

.slider-people__arrow--prev {
    left: -15.5px;
}

.slider-people__arrow--next {
    right: -15.5px;
}

.swiper-pagination--line .swiper-pagination-bullet {
    background: #e7ddd5;
    border-radius: 20px;
    height: 2px;
    margin: 0 !important;
    opacity: 1;
    transition: .3s;
    width: 20px;
}

.swiper-pagination--line .swiper-pagination-bullet-active {
    background: #658989;
}

.swiper-pagination--line.swiper-pagination {
    display: flex;
    grid-gap: 5px;
    margin-top: 18px;
    position: static;
    justify-content: center;
    text-shadow: none;
}

.box-form--nobgimg {
    background: #f5f0ea;
}

.box-form__title--simple:first-line, .box-form__title--simple {
    color: #2b1206;
}

.brown-form {
    align-items: center;
    background: #6b3115 url(../img/brown-form-bg.svg) no-repeat right bottom;
    display: grid;
    grid-template-columns: 1fr 460px;
    margin-top: 40px;
    padding: 40px 80px;
    position: relative;
}

.brown-form:after {
    background: #d8b790;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 355px;
}

.brown-form:before {
    background: #d8b790;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}

.brown-form__title {
    color: #fff;
    font-weight: 600;
    font-size: 45px;
}

.brown-form__subtitle {
    color: #fff;
    font-size: 25px;
}

.form-brown {
    max-width: 460px;
    width: 100%;
}

.form-brown__input {
    background: #85543d;
    border-radius: 5px;
    border: none;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 50px;
    outline: none;
    padding: 0 28px;
    width: 100%;
}

.form-brown__input::placeholder {
    color: #fff;
    opacity: 0.4;
}

.form-brown__footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.form-brown__btn {
    border-radius: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.block__content .row .view__item:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .box-form {
        background-position: right -240px bottom -50px;
    }
}

@media (max-width: 992px) {
    .panel--offset .sorter a, .panel--offset .panel__item > span {
        font-size: 10px;
    }

    .box-form__col1:after {
        display: none;
    }

    .brown-form {
        display: block;
        padding: 60px 40px;
    }

    .brown-form__title {
        font-size: 35px;
    }

    .brown-form__subtitle {
        font-size: 20px;
    }

    .form-brown {
        display: grid;
        grid-column-gap: 10px;
        grid-row-gap: 15px;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 25px;
        max-width: 100%;
    }

    .form-brown__input {
        margin-bottom: 0;
    }

    .form-brown__input:nth-child(1) {
        grid-column: 1 / 2;
    }

    .form-brown__input:nth-child(2) {
        grid-column: 2 / 3;
    }

    .form-brown__footer {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
    }

    .form-brown__btn {
        width: 100%;
    }

    .brown-form {
        margin-top: 49px;
    }
}

@media (max-width: 767px) {
    .box-form--column {
        display: block;
    }

    .box-form__slider {
        border-top: 1px solid #e7ddd5;
        margin-top: 25px;
        padding-top: 21px;
    }

    .slider-people__btns {
        top: 71px;
    }

    .slider-people {
        margin-left: auto;
        margin-right: auto;
        max-width: 210px;
        width: 100%;
    }

    .slider-people__desc {
        margin-top: 10px;
    }

    .brown-form {
        margin-top: 36px;
    }

    .form-brown {
        display: block;
    }

    .form-brown__input {
        margin-bottom: 15px;
    }

    .form-brown__footer {
        align-items: flex-start;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    .form-brown__captcha {
        margin-top: 15px;
    }
}

@media (max-width: 600px) {
    .grid-threecol {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 470px) {
    .param-grid {
        grid-row-gap: 15px;
    }

    .card-body__loc {
        font-size: 12px;
        grid-gap: 20px;
    }

    .card-body__footer {
        margin-top: 25px;
    }

    .card-body__title {
        font-size: 18px;
    }

    .card-body__desc {
        font-size: 12px;
    }

    .filter-p__flex-title {
        align-items: center;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .filter-p__flex-title svg {
        display: block;
    }

    .filter-p__gray {
        flex-direction: column;
    }

    .filter-p__gray > div {
        border-right: 0 !important;
        width: 100%;
    }

    .filter-p__gray .filter-p__radio {
        display: none;
    }

    .filter-p__gray .filter-p__radio.is-visible {
        display: block;
    }
}

.g-recaptcha {
    height: 30px !important;
    margin-bottom: 45px;
}

.modal--form {
    padding-right: 0 !important;
}

.modal--form .modal-dialog {
    height: 100%;
    max-width: 1294px;
    width: 100%;
}

.modal--form .modal-content {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 78px;
    margin-top: 78px;
    width: calc(100% - 40px);
}

.modal--form .modal-dialog-centered {
    display: flex;
    margin: auto;
    min-height: auto;
}

.modal--form__close {
    cursor: pointer;
    float: none;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 2;
}

.presentation-content__img {
    bottom: 0;
    position: absolute;
    right: 0;
}

@font-face {
    font-family: 'Savoye LET';
    src: url('./complex/fonts/Savoyeletplain.woff') format('woff');
    src: url('./complex/fonts/Savoyeletplain.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.label-text {
    font-family: 'Savoye LET';
    font-size: 60px;
    left: -10px;
    position: absolute;
    text-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.05);
    top: -35px;
    z-index: 6;
}

.card-inner {
    position: relative;
}

.card-body__title {
    color: #2b1206;
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
}

.card-body__desc {
    font-size: 13px;
    line-height: 138%;
    margin-top: 15px;
}

.card-body__loc {
    align-items: center;
    display: flex;
    font-size: 13px;
    grid-gap: 25px;
    margin-top: 15px;
}

.card-body__loc-pl {
    align-items: center;
    display: flex;
}

.card-body__loc-text {

    margin-left: 10px;
}

.card-body__loc-pl img:nth-child(2) {
    margin-left: -8px;
}

.param-grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px;
    margin-top: 25px;
}

.param-grid__item {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}

.param-grid__title {
    color: #999492;
    font-size: 11px;
    line-height: 164%;
}

.param-grid__price {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
}

.param-grid__val {
    font-size: 11px;
    line-height: 110%;
}

.filter-t__item--radiocheck {
    display: flex;
}

.filter-t__item--radiocheck .input-radio-check-label {
    flex-grow: 1;
}

.input-radio-check {
    display: none;
}

.input-radio-check:checked + .input-radio-check-label {
    background: #658989;
    color: #fff;
}

.input-radio-check-label {
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    justify-content: center;
    margin-bottom: 0;
    transition: .3s;
}

.card-body__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 39px;
}

.message-list {
    display: flex;
    grid-gap: 10px;
}

.message-list__link {
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
    display: flex;
    height: 35px;
    justify-content: center;
    width: 35px;
}

.message-list__link svg {
    color: #000;
    height: 16px;
    width: 19px;
}

.card-body__btn {
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 19px;
}

.card-gallery {
    position: relative;
}

.rec-label {
    align-items: center;
    background: url(../img/rec-bg.svg) no-repeat;
    display: flex;
    grid-gap: 8px;
    height: 36px;
    left: 0;
    padding: 0 0 0 8px;
    position: absolute;
    top: 15px;
    width: 140px;
    z-index: 2;
}

.play-btn {
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 4px;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.play-btn svg {
    color: #000;
    height: 14px;
    width: 12px;
}

.swiper-slide .play-btn {
    bottom: 10px;
    left: 10px;
    position: absolute;
    z-index: 2;
}

.box-form {
    background: #f5f0ea url(../img/svg/box-form-bg.svg) no-repeat right center;
    margin-top: 7px;
    padding: 20px;
    width: 100%;
}

.box-form__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
}

#project-name {
    display: inline;
    margin-bottom: 15px;
}

.box-form__title:first-line {
    color: #2b1206;
}

.box-form__title span {
    color: #CDB18F;
}

.link-btns {
    display: flex;
    grid-gap: 22px;
    margin-top: 25px;
}

.link-btns__item {
    align-items: center;
    display: flex;
    grid-gap: 8px;
}

.link-btns__item:hover,
.link-btns__item:hover .link-btns__icon {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.link-btns__item.active,
.link-btns__item.active .link-btns__icon {
    color: #000;
    text-decoration: none;
}

.link-btns__icon {
    height: 12px;
    transition: .3s;
    width: 12px;
}

.link-btns__item:hover .link-btns__icon--phone,
.link-btns__item.active .link-btns__icon--phone {
    background-image: url("../img/svg/phone_form_active.svg");

}

.link-btns__icon--phone {
    background-image: url("../img/svg/phone_form.svg");
}

.link-btns__icon--whatsapp {
    color: #48c95f;
}

.link-btns__icon--tg {
    color: #27a6e5;
}

.form-grid {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    margin-top: 15px;
}

.form-grid--row {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
}

.form-grid--row .form-grid__input {
    max-width: 430px;
    width: 100%;
}

.form-grid--row .btn {
    max-width: 250px;
    width: 100%;
}

@media (min-width: 768px) {
    .form-grid {
        grid-row-gap: 10px;
        grid-template-columns: 1fr;
        max-width: 400px;
    }
}

@media (min-width: 992px) {
    .form-grid {
        grid-template-columns: repeat(3, 1fr);
        max-width: 810px;
        width: 100%;
    }

    .form-grid--row {
        max-width: 692px;
        width: 100%;
    }
}

.form-grid__input {
    border: none;
    border-radius: 5px;
    color: rgba(153, 148, 146, 0.4);
    font-weight: 400;
    font-size: 16px;
    height: 50px;
    padding: 0 28px;
    width: 100%;
}

.form-grid__input:focus {
    color: rgba(153, 148, 146, 1);
    outline: none;
}

.form-grid__input::placeholder {
    color: rgba(153, 148, 146, 0.4);
}

.form-grid__btn {
    height: 50px;
    border-radius: 40px;
}

.captcha img {
    display: block;
    max-width: 100%;
}

.panel--offset .panel--sort > span {
    font-size: 12px;
    margin-right: 15px;
}

.panel--offset .sorter a, .panel--offset .panel__item > span {
    font-size: 12px;
}

.panel--offset .panel__section .panel__item + .panel__item {
    margin-left: 20px;
}

.panel--offset .sorter {
    line-height: 1;
}

@media (min-width: 768px) {
    .panel--offset .sorter li + li {
        margin-left: 12px;
    }
}

@media (min-width: 1200px) {
    .panel__row .panel__section + .panel__section {
        margin-left: 37px;
    }
}

.box-form__desc {
    font-size: 16px;
    margin-top: 14px;
    max-width: 800px;
    width: 100%;
}

.box-form__desc--center {
    margin-left: auto;
    margin-right: auto;
}

.box-form__desc strong {
    color: #CDB18F;
}

.box-form--center {
    text-align: center;
}

.btn-green--circle {
    border-radius: 40px;
}

.box-form--center__btn {
    font-weight: 600;
    margin-top: 40px;
    max-width: 300px;
    width: 100%;
}

.box-form--twobg {
    background: url(../img/svg/box-form-bg-1.svg) no-repeat left bottom, url(../img/svg/box-form-bg-2.svg) no-repeat right bottom, #f5f0ea;
}

.box-form--bg3 {
    background-image: url(../img/svg/box-form-bg-3.svg);
}

.filter-p__flex {
    align-items: center;
    background: #fbfbfb;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    display: flex;
    margin-bottom: 5px;
    padding: 2px;
}

.filter-p__radio {
    flex-grow: 1;
    text-align: center;
}

.filter-radio-input {
    display: none;
}

.filter-radio-input:checked + .filter-p__label {
    background: #658989;
    color: #fff;
}

.filter-p__label {
    border-radius: 5px;
    color: #999492;
    cursor: pointer;
    margin: 0;
    padding: 15px;
    transition: .3s;
    width: 100%;
}

.filter-p__flex-title {
    color: #999492;
    padding: 15px 25px;
}

.filter-p__gray {
    padding: 0;
}

.filter-p__gray .filter-radio-input:checked + .filter-p__label {
    background: #d7dfe1;
    color: #658989;
}

.filter-p__gray > div:not(:last-child) {
    border-right: 1px solid #dbdbdb;
}

.filter-p__list {
    padding-top: 28px;
}

.filter-p__flex-title svg {
    display: none;
    /* height: 4px;
    width: 8px; */
}

.filter-p__dropdown-wrapper {
    position: relative;
}

.currency-radio {
    display: flex;
    grid-gap: 20px;
    position: absolute;
    right: 25px;
    top: -30px;
}

.currency-radio__input {
    display: none;
}

.currency-radio__input:checked + .currency-radio__label {
    color: #2b1206;
}

.currency-radio__label {
    color: #CDB18F;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    transition: .3s;
}

.radio-circle {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5px;
}

.radio-circle__input {
    display: none;
}

.radio-circle__input:checked + .radio-circle__label {
    background: #658989;
    color: #ffffff;
}

.radio-circle__label {
    background: #e9e8e7;
    border-radius: 40px;
    cursor: pointer;
    color: #2b1206;
    font-size: 12px;
    padding: 10px 15px 11px 15px;
    transition: .3s;
}

.grid-threecol {
    display: grid;
    grid-row-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.grid-threecol .custom-control-inline {
    align-items: center;
}

.selection__search {
    stroke: #DBDBDB;
    height: 19px;
    left: 13px;
    position: absolute;
    top: 9px;
    width: 19px;
}

.card-border {
    border: 1px solid #efeeee;
}

.panel--offset {
    flex-wrap: nowrap;
}

.box-form--column {
    display: grid;
    grid-gap: 80px;
    grid-template-columns: 1fr 210px;
}

.box-form__col1 {
    position: relative;
}

.box-form__col1:after {
    background: #6b3115;
    bottom: -15px;
    content: '';
    opacity: 0.1;
    position: absolute;
    right: -40px;
    top: -25px;
    width: 1px;
}

.box-form--bg4 {
    background-image: url(../img/svg/box-form-bg-4.svg);
}

.col-12 .box-form {
    margin-top: 0;
}

.form-grid--710 {
    max-width: 710px;
}

.selection--padding .select2-search__field {
    padding-left: 40px !important;
}

.selection--padding .select2-search__field {
    height: 36px;
}

.selection--padding .select2-selection--multiple {
    height: 36px;
}

@media (max-width: 1200px) {
    .panel--offset {
        flex-wrap: wrap;
    }

    .box-form--column {
        grid-gap: 65px;
    }
}

.slider-people {
    overflow: hidden;
    position: relative;
    text-align: center;
}


.slider-people__name {
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
}

.slider-people__desc {
    line-height: 120%;
    margin-top: 13px;
}

.slider-people__arrow {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 31px;
    justify-content: center;
    position: absolute;
    width: 31px;
    z-index: 2;
}

.slider-people__arrow svg {
    height: 18px;
    width: 18px;
}

.slider-people__btns {
    left: 50%;
    position: absolute;
    top: 50px;
    transform: translateX(-50%);
    width: 131px;
    z-index: 1;
}

.slider-people__arrow--prev {
    left: -15.5px;
}

.slider-people__arrow--next {
    right: -15.5px;
}

.swiper-pagination--line .swiper-pagination-bullet {
    background: #e7ddd5;
    border-radius: 20px;
    height: 2px;
    margin: 0 !important;
    opacity: 1;
    transition: .3s;
    width: 20px;
}

.swiper-pagination--line .swiper-pagination-bullet-active {
    background: #658989;
}

.swiper-pagination--line.swiper-pagination {
    display: flex;
    grid-gap: 5px;
    margin-top: 18px;
    position: static;
    justify-content: center;
    text-shadow: none;
}

.box-form--nobgimg {
    background: #f5f0ea;
}

.box-form__title--simple:first-line, .box-form__title--simple {
    color: #2b1206;
}

.brown-form {
    align-items: center;
    background: #6b3115 url(../img/svg/brown-form-bg.svg) no-repeat right bottom;
    display: grid;
    grid-template-columns: 1fr 460px;
    padding: 40px 80px;
    position: relative;
}

.brown-form:after {
    background: #d8b790;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 355px;
}

.brown-form:before {
    background: #d8b790;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}

.brown-form__title {
    color: #fff;
    font-weight: 600;
    font-size: 45px;
}

.brown-form__subtitle {
    color: #fff;
    font-size: 25px;
}

.form-brown {
    max-width: 460px;
    width: 100%;
}

.form-brown__input {
    background: #85543d;
    border-radius: 5px;
    border: none;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 50px;
    outline: none;
    padding: 0 28px;
    width: 100%;
}

.form-brown__input::placeholder {
    color: #fff;
    opacity: 0.4;
}

.form-brown__footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.form-brown__btn {
    border-radius: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.block__content .row .view__item:last-of-type {
    margin-bottom: 0;
}

.card-body__offer {
    color: #CDB18F;
    font-size: 13px;
    line-height: 138%;
    margin-top: 15px;
}

.card-body__param {

}

.card-body__param-row {
    align-items: center;
    display: flex;
    grid-column-gap: 25px;
    margin-bottom: 15px;
}

.card-body__param-left {
    color: #999492;
    font-size: 13px;
    line-height: 138%;
}

.card-body__param-right {
    font-size: 13px;
    line-height: 138%;
}

.table-param {
    margin-top: 25px;
}

.table-param td {
    padding-bottom: 15px;
}

.table-param td:first-child {
    padding-right: 25px;
}

.modal--form {
    padding-right: 0 !important;
}

.modal--form .modal-dialog {
    height: 100%;
    max-width: 1294px;
    width: 100%;
}

.modal--form .modal-content {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 78px;
    margin-top: 78px;
    width: calc(100% - 40px);
}

.modal--form .modal-dialog-centered {
    display: flex;
    margin: auto;
    min-height: auto;
}

.modal--form__close {
    cursor: pointer;
    float: none;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 2;
}

.presentation-content {
    background: #f8f8f8 url(../img/svg/grunge-wall-texture.jpg) no-repeat right top;
    max-height: calc(100vh - 156px);
    overflow-y: auto;
    padding: 80px;
    position: relative;
}

.myform {
    margin-top: 35px;
    max-width: 380px;
    width: 100%;
}

.presentation-content__title {
    font-weight: 600;
    font-size: 35px;
    line-height: 120%;
    max-width: 420px;
    width: 100%;
}

.myform__input {
    background: #fff;
    border: none;
    color: #2b1206;
    display: block;
    font-weight: 400;
    font-size: 16px;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 28px;
    width: 100%;
}

.myform__input:focus {
    outline: none;
}

.myform__input::placeholder {
    color: rgba(43, 18, 6, 0.5);
}

.myform__btn {
    border-radius: 40px;
    height: 50px;
    margin-top: 25px;
    width: 100%;
}

.presentation-content__img {
    bottom: 0;
    position: absolute;
    right: 0;
}

@media (max-width: 1300px) {
    .modal--form .modal-dialog {
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    .box-form {
        background-position: right -240px bottom -50px;
    }

    .presentation-content {
        background: #f8f8f8 url(../img/svg/grunge-wall-texture-1.jpg) no-repeat right top;
        display: flex;
        flex-direction: column-reverse;
    }

    .presentation-content__img {
        display: block;
        max-height: 390px;
        object-fit: contain;
        order: 2;
        position: static;
    }

    .presentation-content__title {
        margin: 40px 0 0 0;
        max-width: 100%;
        order: 1;
    }

    .myform {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .label-text {
        font-size: 40px;
        left: 12px;
        top: -10px;
    }

    .panel--offset .sorter a, .panel--offset .panel__item > span {
        font-size: 10px;
    }

    .box-form__col1:after {
        display: none;
    }

    .brown-form {
        display: block;
        padding: 60px 40px;
    }

    .brown-form__title {
        font-size: 35px;
    }

    .brown-form__subtitle {
        font-size: 20px;
    }

    .form-brown {
        display: grid;
        grid-column-gap: 10px;
        grid-row-gap: 15px;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 25px;
        max-width: 100%;
    }

    .form-brown__input {
        margin-bottom: 0;
    }

    .form-brown__input:nth-child(1) {
        grid-column: 1 / 2;
    }

    .form-brown__input:nth-child(2) {
        grid-column: 2 / 3;
    }

    .form-brown__footer {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
    }

    .form-brown__btn {
        width: 100%;
    }

    .brown-form {
        margin-top: 49px;
    }

    .presentation-content {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .box-form--column {
        display: block;
    }

    .box-form__slider {
        border-top: 1px solid #e7ddd5;
        margin-top: 25px;
        padding-top: 21px;
    }

    .slider-people__btns {
        top: 71px;
    }

    .slider-people {
        margin-left: auto;
        margin-right: auto;
        max-width: 210px;
        width: 100%;
    }

    .slider-people__desc {
        margin-top: 10px;
    }

    .brown-form {
        margin-top: 36px;
    }

    .form-brown {
        display: block;
    }

    .form-brown__input {
        margin-bottom: 15px;
    }

    .form-brown__footer {
        align-items: flex-start;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    .form-brown__captcha {
        margin-top: 15px;
    }

    .label-text {
        font-size: 30px;
        left: -7px;
        top: -20px;
    }

    .modal--form .modal-content {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px);
    }

    .presentation-content__title {
        font-size: 25px;
    }
}

@media (max-width: 600px) {
    .grid-threecol {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 470px) {
    .param-grid {
        grid-row-gap: 15px;
    }

    .card-body__loc {
        font-size: 12px;
        grid-gap: 20px;
    }

    .card-body__footer {
        margin-top: 25px;
    }

    .card-body__title {
        font-size: 18px;
    }

    .card-body__desc {
        font-size: 12px;
    }

    .filter-p__flex-title {
        align-items: center;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .filter-p__flex-title svg {
        display: block;
    }

    .filter-p__gray {
        flex-direction: column;
    }

    .filter-p__gray > div {
        border-right: 0 !important;
        width: 100%;
    }

    .filter-p__gray .filter-p__radio {
        display: none;
    }

    .filter-p__gray .filter-p__radio.is-visible {
        display: block;
    }

    .presentation-content {
        padding: 20px;
    }

    .modal--form__close {
        right: 10px;
        top: 10px;
    }

    .presentation-content__title {
        margin-top: 20px;
    }
}

.form_mobile_button {
    display: none;
}

.field-contactform-source, .field-contactform-subject, .field-contactform-settlement {
    display: none;
}

.help-block {
    color: red;
}

#contactform-recaptcha-recaptcha-contact_form {
    margin-bottom: 45px;
}

.form_btn_unique {
    height: 50px;
}

#contact-form4 .form-group {
    width: 60%;
}

@media (max-width: 991px) {
    #contact-form4 .form-group {
        width: 50%;
    }

    .box-form__title {
        font-size: 25px;
    }

    .form-grid--row {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    .form_desktop_button {
        display: none !important;
    }

    .form_mobile_button {
        display: inline-block !important;
        width: 100%;
        margin-top: 20px;
    }
}

.hidden {
    display: none !important;
}

@media (max-width: 767px) {
    .form-grid {
        grid-row-gap: 0px;
    }

    .box-form__title {
        font-size: 20px;
    }

    #contact-form-4 .form-group {
        width: 100%;
    }

    .form-grid--row {
        margin-left: auto;
        margin-right: auto;
    }

    .form-grid--row .form-grid__input {
        max-width: none;
    }

    .form-grid--row .btn {
        max-width: none;
    }

    .brown-form:after {
        content: none;
    }

    .brown-form:before {
        content: none;
    }
}

.brown-form .help-block-error {
    height: 22px;
}

.brown-form .control-label {
    display: none;
}

@media (max-width: 350px) {
    .box-form .link-btns {
        display: block;
    }
}

.form__title_1 {
    max-width: 700px;
}

.wrap_mobile {
    color: black !important;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
}
@media (max-width: 991px) {
    .form__title_1, .box-form__desc {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .form__title_1, .box-form__desc {
        max-width: 100%
    }

    .wrap_mobile {
        color: #CDB18F !important;
    }

}

@media (max-width: 375px) {
    .wrap_mobile {
        display: block; /* forces the span to wrap onto its own line */
        white-space: normal; /* allow wrapping on small screens */
        word-break: break-word; /* break long words if needed */
    }
}

@media (max-width: 374px) {
    .g-recaptcha {
        zoom: 0.7;
    }

}

.section__description table{
    width: 100% !important;
}
.section__description table th {
    text-align: center !important;
    vertical-align: middle !important;
    padding: 15px!important;
}
.section__description table td{
    padding: 15px!important;
}