.object-detail {
    font-size: 14px;
    color: #101312;
}

.object-detail ul.service-buttons {
    list-style-type: none;
    padding: 0;
    margin: 0 0 8px;
    font-size: 0;
}

.object-detail ul.service-buttons li {
    display: inline-block;
    font-size: 12px;
    color: #616161;
    margin-right: 15px;
}

.object-detail ul.service-buttons li a {
    text-decoration: none;
    color: #616161;
}

.object-detail ul.service-buttons li a:hover {
    text-decoration: underline;
}

.object-detail .contact-block {
    display: inline-block;
    margin: 15px 0;
    padding: 12px 20px;
    background: #f4f6f3;
    width: 100%;
    max-width: 355px;
    min-width: 310px;
}

.object-detail h1.object-title {
    font-size: 30px;
    font-weight: 600;
    padding: 0;
    line-height: 1.05;
    margin: 26px 0 28px;
    width: 800px;
}

.object-detail h2.object-price {
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.object-detail .contact-block p {
    margin: 6px 0;
    padding: 0;
}

.object-detail .contact-block p.size-up {
    font-size: 1.2em;
    font-weight: 600;
}

.object-detail .contact-phone button {
    border: none;
    outline: 0;
    padding: 7px 20px;
    margin: 7px 0;
    border-radius: 3px;
    background-color: #159563;
    color: #fff;
}

.object-detail .contact-person h4 {
    font-size: 16px;
    font-weight: 400;
}

.object-detail a i.fa {
    margin-right: 10px;
}

.object-detail .content-wrapper {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.object-detail .object-public-date {
    text-align: right;
    line-height: 16px;
    margin: 0 0 8px;
}

.object-detail .object-public-date p {
    margin: 0;
    display: inline-block;
    padding: 0;
    font-size: 12px;
    color: #101312;
}

.object-detail .object-images-preview {
    width: 100%;
    min-height: 501px;
    position: relative;
}

.object-detail .object-images-preview .object-image-preview {
    width: 668px;
    min-height: 501px;
    text-align: center;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
}

.object-detail .object-images {
    margin-top: 5px;
    overflow: hidden;
}

.object-detail .object-images .object-image {
    width: 80px;
    height: 80px;
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.object-slick-arrow {
    background: rgba(0, 0, 0, .6);
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    color: rgba(255, 255, 255, .7);
    z-index: 100;
    font-size: 20px;
    cursor: pointer;
}

.object-slick-arrow-small {
    background: rgba(0, 0, 0, .6);
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    color: rgba(255, 255, 255, .7);
    z-index: 100;
    font-size: 15px;
    cursor: pointer;
}

.object-slick-arrow-small.object-slick-arrow-prev {
    padding: 0 7px 0 5px;
    left: 0;
}

.object-slick-arrow-small.object-slick-arrow-next {
    padding: 0 5px 0 7px;
    right: 0;
}

.object-slick-arrow:hover {
    color: #fff;
}

.object-slick-arrow-prev {
    padding: 0 13px 0 11px;
    left: 0;
}

.object-slick-arrow-next {
    padding: 0 11px 0 13px;
    right: 0;
}

.object-detail .object-images .slick-slide {
    margin: 0 2px;
    cursor: pointer;
}

.object-detail .object-images .slick-list {
    margin: 0 -2px;
}

.object-detail .slick-active,
.object-detail .slick-current {
/ / outline: 0;
}

.object-properties h3 {
    /*border-bottom: solid 1px #ddd;*/
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 5px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
}

.object-properties {
    width: 100%;
    margin-top: 30px;
}

.object-properties dl {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.object-properties:after {
    display: block;
    content: "";
    clear: both;
    float: none;
}

.object-properties span {
    background: #f7f7f7;
}

.object-properties dt {
    padding: 4px 0;
    margin: 0;
    float: left;
    font-size: 15px;
    
}

.object-properties,
.object-wrapper,
.object-additional {
    padding: 15px 27px 27px;
    background-color: #f7f7f7;
}

.object-wrapper {
    margin-top: 50px;
}

.object-additional {
    margin-top: 30px;
}

.object-properties h2,
.object-wrapper h2,
.object-additional h2 {
    margin-top: 0;
}

.object-additional .no-image-placeholder {
    background-color: #ffffff;
}

.object-properties dd {
    
    padding: 4px 0;
    margin: 0;
    text-align: right;
    position: relative;
    font-size: 15px;
}

.object-properties dd:after {
    display: block;
    content: "";
    clear: both;
    float: none;
}

.object-properties dt {
    position: relative;
}

.object-properties dt span {
    padding-right: 5px;
}

.object-properties dd span {
    padding-left: 5px;
}

.object-properties dt:after {
    content: "..................................................................................................................................................................................................";
    position: absolute;
    color: #a8a8a8;
    font-size: 13px;
    font-family: sans-serif;
    margin-top: 1px;
}

.slick-track, .slick-track * {
    outline: none;
}

.content-block {
    width: 800px;
}

.content-sidebar {
    width: calc(100% - 800px);
    padding-left: 40px;
}

.object-detail .content-wrapper.content-block-middle {
    align-items: center;
}

.object-head-info {
    text-align: right;
    white-space: nowrap;
}

.object-head-info p {
    margin: 10px 0 0;
    font-size: 12px;
}

.object-detail h1.object-title small {
    font-weight: normal;
    font-size: 24px;
}
.object-complaine {
    border: 1px solid #d63c42;
    border-radius: 4px;
    text-align: center;
    padding: 7px 10px 6px;
}

.object-complaine__text {
    color: #000000;
    font-size: 12px;
    margin: 0;
    font-style: italic;
}

.object-complaine__title {
    font-size: 16px;
    line-height: 1;
    color: #c53136;
    margin: 0 0 5px;
    display: inline-block;
    border-bottom: 1px solid;
}

.object-complaine__title:hover {
    border-color: transparent;
}

.object-info, .object-images-wrap {
    margin-top: 30px;
}

.object-news {

}

.object-children ul {
    list-style-type: none;
    padding: 0;
    /*margin: 0;*/
    /*width: 992px;*/
    font-size: 0;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    margin: 0 -22px;
}

.object-children li {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 13px;
    width: calc(100% / 3);
    padding: 0 22px;
}

.children-image {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 218px;
    max-width: 100%;
/ / max-height: 165 px;
}

.children-more {
    margin-top: 20px;
}

.children-more button {
    display: inline-block;
    outline: 0;
    padding: 6px 42px;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    max-width: 45%;
    margin: 0;
    border: solid 1px #cfcfcf;
    border-radius: 5px;
    color: #7a7a7a;
    background: transparent;
    font-size: 17px;
}

.children-more button:hover {
    border: solid 1px #ec9c07;
    color: #ec9c07;
}

.object-children-info {
    margin: 20px 0;
    font-size: 16px;
}

.object-children-info p {
    margin: 0;
}

.object-children-count {
    font-size: 16px;
}

.children-price {
    font-size: 16px;
    font-weight: 600;
    color: #1b7ecf;
    margin: 10px 0 5px 0;
}

.children-cottage_area_num {
    color: #101312;
}

.children-name {
    margin: 5px 0 0 0;
    color: #797979;
}

.object-news ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.object-news li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    font-size: 13px;
    width: 218px;
    overflow: hidden;
}

.news-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 218px;
/ / max-height: 165 px;
}

.news-name {
    font-size: 13px;
    font-weight: 600;
    color: #1b7ecf;
    margin: 10px 0 5px 0;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 40px;
}

.news-date {
    margin: 5px 0 0 0;
    color: #797979;
    font-size: 12px;
}

.placemark_layout_container {
    position: relative;
    font-family: Georgia;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.polygon_layout {
    position: relative;
    background: #ffffff;
    width: 100px;
    height: 50px;
    position: absolute;
    left: -28px;
    top: -76px;
}

.polygon_layout:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.polygon_layout:after {
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px;
    
}

.yt-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 4px;
}

.yt-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
.object-children-block {
	display: none;
}

.object-children-block.is-selected {
	display: block;
}
*/

.object-properties__tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.object-properties__tab {
    text-align: center;
    margin: 0 24px 4px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 17px;
    letter-spacing: .3px;
}

.object-properties-block {
    font-size: 15px;
}

.object-additional .object-properties__tab {
    text-transform: uppercase;
    margin: 0 34px 4px 0;
}

.object-additional h2 {
    text-transform: uppercase;
    color: #f11212;
}

.object-properties__tab span {
    background-color: transparent;
    border-bottom: 2px solid transparent;
    color: #1d7ecf;
}

.object-properties__tab.is-selected span {
    border-color: #f3842c;
    font-weight: bold;
    color: #000;
}

.object-link-map {
    float: none !important;
}

.object-link-map:not(:last-child) {
    margin-bottom: 6px;
}

.ico-objects {
    height: 14px;
    background: url(../public/img/objects.png) center no-repeat;
    background-size: contain;
}

.ico-genplan {
    height: 14px;
    background: url(../public/img/genplan.png) center no-repeat;
    background-size: contain;
}

.object-additional h2.object-additional__title, .object-additional__title {
    font-size: 1.5rem;
    text-transform: none;
    color: #000;
}

.object-additional .object-carousel__wrap {
    margin-left: -27px;
    margin-right: -27px;
}

.object-carousel {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    padding-left: 27px;
}

.object-carousel .object-slick-arrow {
    top: 65px;
}

.object-carousel.slick-slider {
    padding-left: 4px;
    padding-right: 4px;
}

a.object-carousel__inner {
    display: block;
    color: #000000;
}

.object-carousel__inner.is-middle {
    width: 218px;
    margin-right: 46px;
}

.slick-slider .object-carousel__inner.is-middle {
    margin-left: auto;
    margin-right: auto;
}

.object-carousel__image {
    width: 218px;
    height: 163px;
    overflow: hidden;
}

.object-carousel__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.object-carousel__text {
    font-size: 16px;
    margin-top: 7px;
    line-height: 1.3;
    text-align: center;
}

.object-links {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin: -6px 0 10px;
}

.object-links li {
    font-size: 15px;
    margin-right: 16px;
}

.object-links li:last-child {
    margin-right: 0;
}

.object-links li a {
    font-weight: bold;
}

.object-links li.is-active a, .object-links li.is-active span {
    color: #000;
    border-bottom: 2px solid #e47b19;
}

.object-inline-gallery__hide {
    display: none;
}

.object-inline-gallery {
    position: relative;
}

.object-inline-gallery img {
    width: 100%;
}

@media (max-width: 767px) {
    .object-links li {
        font-size: 14px;
    }
    
    .object-additional .object-carousel__wrap {
        margin-left: -14px;
        margin-right: -14px;
    }
    
    .object-carousel:not(.slick-slider) {
        padding-left: 14px;
        padding-right: 14px;
    }
    
    .object-carousel__inner.is-middle {
        margin-left: auto;
        margin-right: auto;
    }
}

.object-description__title {
    font-size: 1.5rem;
    text-transform: none;
    color: #000;
}

.object-info {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

.object-info__item {
    margin: 0 15px 10px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .object-info {
        display: flex;
        align-items: center;
        margin-left: -6px;
        margin-right: -6px;
        margin-bottom: 1px;
    }
    
    .object-info__item {
        margin: 0 6px 8px;
        font-weight: bold;
    }
}


@media only screen and (min-width: 641px) {
    [data-remodal-id="consult_modal_builder"].remodal {
        max-width: 350px;
    }
}

.remodal__control {
    margin-bottom: 12px;
}

.remodal__form-footer {
    margin-top: 24px;
    display: flex;
    flex-direction: revert;
    align-items: center;
}

.remodal__form-footer .btn {
    display: block;
    background: #159564;
    border: none;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 0;
    height: auto;
    min-width: unset;
    width: 135px;
    flex: none;
    margin-right: 10px;
}

.remodal__form-footer .remodal__control-span,
.remodal__form-footer .remodal__control-span:last-child {
    text-align: center;
    margin: 0;
    width: auto;
    height: auto;
}

.remodal__form-footer .remodal__control-span p {
    margin: 0;
}

.consult-errors-builders:not(:empty) {
    color: red;
}

.consult-errors-builders ul {
    list-style: none;
}

textarea.form__control {
    min-height: 4em;
    padding-top: 5px;
}

.project-panel {
    margin-top: 50px;
    width: 100%;
}

.project-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
}


.slick-next.slick-next--another,
.slick-prev.slick-prev--another {
    transform: none;
    top: -51px;
    width: 30px;
    height: 30px;
}

.slick-prev.slick-prev--another {
    right: 45px;
    left: auto;
}

.slick-next.slick-next--another {
    right: 0;
}

.slick-prev.slick-prev--another i {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("/public/content/icons-right.png") no-repeat center;
    transform: rotate(180deg);
}

.slick-next.slick-next--another i {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("/public/content/icons-right.png") no-repeat center;
}

.c-project-item {
    padding: 0 6px;
}

.c-project-list .slick-list {
    margin: 0 -6px !important;
}

@media (max-width: 767px) {
    .project-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .project-title {
        padding-right: 80px;
    }
    
    .c-project-list .slick-list {
        margin: 0 !important;
    }
    
}

.project-panel .btn,
.object-wrapper .btn {
    height: 40px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #159563;
    border: 1px solid #159563;
    padding: 4px 16px;
    width: unset;
}

.project-panel .btn:hover,
.object-wrapper .btn:hover {
    background: #fff;
    color: #159563;
}

.project-panel .btn.btn-primary,
.object-wrapper .btn.btn-primary {
    background: #2594ef;
    border-color: #2594ef
}

.project-panel .btn.btn-primary:hover,
.object-wrapper .btn.btn-primary:hover {
    color: #2594ef;
    background: #fff
}

.project-panel__footer {
    margin-top: 30px;
    text-align: center;
}

.filter-projects__columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form__field {
    width: 100%;
}


.calc-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
}

.calc-info__item {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.calc-info__icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid;
    background: #fff;
    margin-right: 8px;
}

.calc-info__icon img {
    max-width: 60%;
    max-height: 60%;
}

.calc-info__content {
    color: #888;
}

.calc-info__text {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.calc-info__title {
    font-size: 13px;
}



.calc-double {
    margin: 14px 0 20px;
}

.calc-double .checkbox__label {
    display: flex !important;
    align-items: center;
}

.calc-double .checkbox__input:not(:checked) ~ .checkbox__icon:before {
    display: none;
}

.calc-double .checkbox__icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-left: 12px;
    border: 1px solid #e5e7e4;
}

.calc-double .checkbox__input:checked ~ .checkbox__icon:before {
    content: "\f00c";
}

.calc-double .calc-info__icon img {
    max-width: 100%;
    max-height: 100%;
}

.calc-double .object-field__info {
    margin-left: 30px;
}

.calc-double .checkbox__text {
    font-weight: bold;
    color: #000;
}

@media (max-width: 1160px) {
    .calc-info__item {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .calc-info__item {
        width: 50%;
    }
    
    .form__field--col {
        width: calc(50% - 20px);
    }
    
    .list_checkboxes--columns {
        column-count: 2;
        column-gap: 40px;
        margin-right: 0 !important;
    }
}
.c-project-item {
    padding: 0 6px;
}

.c-project-list .slick-list {
    margin: 0 -6px!important;
}

@media (max-width: 767px) {
    .c-project__actions {
        width: 100%;
        left: 0;
        padding: 4px 15px;
    }
    
    .c-project-list .slick-list {
        margin: 0 !important;
    }
    
    .calc-info__item {
        width: 50%;
    }
}
