.main {
    height: auto;
}

.footer {
    background-color: #f4f6f3;
    padding: 50px 0;
}

.footer--container {
    display: flex;
    justify-content: space-between;
}

.footer--container.container {
    width: 1220px;
    padding: 0 10px;
    margin: 0 auto;
    max-width: 100%;
}

.footer-left {
    width: 15%;
}

.footer-right {
    width: 72%;
}

.footer__buttons {
    display: flex;
    flex-direction: column;
}

.footer__buttons a {
    width: 100%;
    text-align: center;
    margin: 0;
}

.footer__buttons a + a {
    margin-top: 10px;
}

.footer__logo {
    margin-bottom: 50px;
}

.footer-col-list {
    padding: 0;
    margin: 0;
    list-style: none;
    float: none;
}

.footer-col-list li {
    font-size: 13px;
}

.footer-col-list .title {
    font-weight: 700;
    font-size: 14px;
}

.footer-col-list li a {
    color: #101312;
}

.footer-col-list li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-right {
    display: flex;
    justify-content: space-between;
}

.footer-col {
    width: calc((100% / 3) - 60px);
}

.footer-col-list + .footer-col-list {
    margin-top: 50px;
}

.footer__social {
    display: flex;
    margin-top: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.footer__social a:not(:last-child) {
    margin-right: 10px;
}

.footer__social .youtube i {
    display: inline-block;
    width: 31px;
    height: 22px;
    background: url("/public/content/youtube-new.svg") no-repeat center;
}

.main-aside {
    width: 283px;
}

.main-content {
    width: calc(100% - 300px);
}

.container.index--container {
    width: 1220px;
    padding: 20px 10px 30px;
    margin: 0 auto;
}


.index--container {
    display: flex;
    justify-content: space-between;
}

.main-aside__video img,
.main-aside__banner img {
    width: 100%;
}

.main-aside__video {
    position: relative;
}

.main-aside__video::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-right: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: #fff url("/public/content/video-new.svg") no-repeat center;
    pointer-events: none;
}

.xdsoft_autocomplete {
    width: 100% !important;
}

.main-aside__title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.main-aside__banner {
    margin-top: 40px;
    width: 100%;
}

.index-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

* + .index-title {
    margin-top: 50px;
}

input[type=hidden] + .index-title {
    margin-top: 0;
}

.object-panel {
    background-color: #f7f7f7;
    padding: 12px 20px;
    font-size: 15px;
}

.c-cottages-item {
    display: flex !important;
}

.c-cottages-slider .c-cottages-item__slider .slick-next,
.c-settlements__slider .c-cottages-item__slider .slick-next,
.c-cottages-slider .c-cottages-item__slider .slick-next:hover,
.c-settlements__slider .c-cottages-item__slider .slick-next:hover,
.c-cottages-slider .c-cottages-item__slider .slick-next:active,
.c-settlements__slider .c-cottages-item__slider .slick-next:active,
.c-cottages-slider .c-cottages-item__slider .slick-next:focus,
.c-settlements__slider .c-cottages-item__slider .slick-next:focus {
    right: 0;
}

.c-cottages-slider .c-cottages-item__slider .slick-prev,
.c-settlements__slider .c-cottages-item__slider .slick-prev,
.c-cottages-slider .c-cottages-item__slider .slick-prev:hover,
.c-settlements__slider .c-cottages-item__slider .slick-prev:hover,
.c-cottages-slider .c-cottages-item__slider .slick-prev:active,
.c-settlements__slider .c-cottages-item__slider .slick-prev:active,
.c-cottages-slider .c-cottages-item__slider .slick-prev:focus,
.c-settlements__slider .c-cottages-item__slider .slick-prev:focus {
    left: 0;
}

.c-settlements__slider .slick-prev,
.c-settlements__slider .slick-prev:hover,
.c-settlements__slider .slick-prev:active,
.c-settlements__slider .slick-prev:focus {
    background-color: rgba(0, 0, 0, .5);
    padding: 10px 8px;
    height: auto;
    font-size: 12px;
    width: auto;
}

.c-settlements__slider .slick-next,
.c-settlements__slider .slick-next:hover,
.c-settlements__slider .slick-next:active,
.c-settlements__slider .slick-next:focus {
    background-color: rgba(0, 0, 0, .5);
    padding: 10px 8px;
    height: auto;
    font-size: 12px;
    width: auto;
}

.object-panel__title {
    margin: 0 0 4px;
}

.object-panel__text a i,
.object-panel__text a i.fa,
.object-panel__text i,
.object-panel__text i.fa {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    color: #616161;
}

.active__text {
    display: none;
}

.p__object__action {
    margin-right: 16px;
    line-height: 12px;
    font-size: 12px;
}

.p__object__action.is_active .active__text {
    display: inline;
}

.p__object__action.is_active .disactive__text {
    display: none;
}

.object__action__text {
    color: #616161;
}

.object__action__complaint,
.object__action__complaint i,
.object__action__complaint span {
    color: #616161;
}

.object__action__complaint i {
    margin-right: 3px;
}

.object-panel__text {
    margin: 0 0 6px;
}

.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;
}


.button.button--blue {
    background-color: #2594ef;
    border-color: #2594ef;
}

.button.button--blue:hover {
    color: #2594ef;
    background-color: #ffffff;
}

.main-action__text {
    font-size: 18px;
    margin-right: auto;
}

.main-action {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background-color: #f7f7f7;
    margin-top: 50px;
}

.c-cottages-slider .c-cottages-item {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.main-action .button + .button {
    margin-left: 15px;
}

.c-settlements__inner {
    background-color: #f7f7f7;
    padding: 20px;
}

.c-settlements__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.c-settlements__img img {
    /*height: 100%;*/
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.c-settlements__title {
    font-size: 16px;
    margin-bottom: 10px;
}

.c-settlements__address {
    color: #7F7F7F;
    font-size: 13px;
    margin-bottom: 10px;
}

.c-settlements__obj {
    margin-bottom: 5px;
    font-weight: 700;
}

.c-settlements__text:not(:last-child) {
    margin-bottom: 5px;
}

.c-settlements-item {
    padding: 0 18px;
}

.c-settlements-list .slick-list {
    margin: 0 -18px !important;
}

.c-settlements {
    margin-top: 50px;
    overflow: hidden;
}

.main-youtube-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: -10px -20px;
}

.main-youtube-item {
    width: calc(100% / 3);
    padding: 10px 20px;
}

.main-youtube__img {
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-youtube__img img {
    max-width: 100%;
    max-height: 100%;
}

.main-youtube__title {
    margin-top: 5px;
    font-size: 13px;
    color: rgb(51, 51, 51);
}

.main-youtube-button {
    text-align: center;
    margin-top: 30px;
}

.main-adt {
    padding: 30px;
    margin-top: 50px;
    background-color: #f7f7f7;
}

.main-adt__button {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.main-adt__button .button {
    display: flex;
    align-items: center;
    margin: 0;
}

.main-adt__button .button__icon {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.main-adt__button .button__icon i {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: relative;
}

.main-adt__button .button__icon i::before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-adt__button .button + .button {
    margin-left: 15px;
}

.main-adt__button .button:hover .button__icon i,
.main-adt__button .button:hover .button__icon i::before {
    background-color: #159563;
}

.main-adt__button .button.button--blue:hover .button__icon i,
.main-adt__button .button.button--blue:hover .button__icon i::before {
    background-color: #2594ef;
}

.main-terms__toggle {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    color: rgb(51, 51, 51);
}

.main-terms__toggle i {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 1px solid rgb(51, 51, 51);
    border-top: none;
    border-right: none;
    margin-left: 10px;
    transform: rotate(-45deg);
    margin-bottom: 4px;
    transition: all .2s ease-in;
}

.main-terms__toggle.is-show i {
    transform: rotate(135deg);
    margin-bottom: 0;
    margin-top: 4px;
}

.main-terms__item {
    font-size: 13px;
}

.main-terms__item:not(:last-child) {
    margin-bottom: 15px;
}

.main-terms__item a {
    display: inline-flex;
    align-items: center;
    text-decoration: underline;
}

.main-terms__item a::before {
    content: "";
    display: inline-block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #159563;
    margin-right: 10px;
}

.main-terms__list {
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease all;
    max-height: 0;
    overflow: hidden;
}

.main-terms__list.is-show {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
}

.main-publicity-list {
    display: flex;
    align-items: stretch;
    margin: -10px -20px;
    flex-wrap: wrap;
}

.main-publicity-item {
    padding: 10px 20px;
    width: calc(100% / 2);
}

.main-publicity__inner {
    padding: 30px;
    background-color: #f7f7f7;
    height: 100%;
}

.main-publicity__icon {
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
}

.main-publicity__icon img {
    max-height: 100%;
    max-width: 100%;
}

.main-publicity__title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.main-publicity__text .bold {
    font-weight: 700;
    font-size: 18px;
}

.main-publicity__link {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
}

.main-publicity__link a {
    color: rgb(26, 149, 101);
}

.build-filter {
    padding: 30px;
    background-color: #f7f7f7;
}

.build-filter__fields {
    opacity: 0;
    visibility: hidden;
    transition: .2s ease all;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    left: 7.5px;
    top: calc(100% + 5px);
    z-index: 50;
    background-color: #ffffff;
    min-width: calc(100% - 15px);
    padding: 16px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.build-filter-items {
    display: flex;
    align-items: stretch;
    margin: -7.5px;
}

.build-filter__item {
    padding: 7.5px;
    position: relative;
}

.build-filter__toggle {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    outline: none;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    height: 49px;
    color: rgb(51, 51, 51);
    font-size: 13px;
    padding: 0 15px;
    width: 100%;
    position: relative;
}

.build-filter__item--small {
    width: 22.5%;
}

.build-filter__item--middle {
    width: 26%;
}

.build-filter__item--big {
    flex: 1 1 auto;
}

.build-filter__item--small .build-filter__toggle {
    padding-right: 35px;
}

.build-filter__toggle .measure {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: rgb(51, 51, 51);
}

.build-filter__toggle.grey:not(.is-active) {
    color: #AAAAAA;
}

.build-filter__toggle .arrow {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 1px solid rgb(51, 51, 51);
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    margin-bottom: 4px;
    transition: all .2s ease-in;
    margin-left: auto;
}

.build-buttons .button {
    margin: 0;
}

.build-buttons {
    margin-top: 15px;
}

.build-buttons .button + .button {
    margin-left: 10px;
}

[data-toggle="inputs"] .form__group {
    min-width: 180px;
}

.form-checkboxes__item .checkbox__icon {
    font-size: 18px;
    width: 16px;
}

.form-checkboxes__item .checkbox__text {
    color: inherit;
    max-width: calc(100% - 22px);
    line-height: 1.1;
    font-size: 13px;
}

.form-checkboxes__item {
    margin-top: 10px;
}

.is-show-fields .build-filter__fields {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
}

.is-show-fields .build-filter__toggle .arrow {
    transform: rotate(135deg);
    margin-bottom: 0;
    margin-top: 4px;
}

.build-filter .tabs-content {
    display: none;
}

.build-filter .tabs-content.is-active {
    display: block;
}


.build-filter .tabs-labels {
    display: flex;
    align-items: center;
}

.build-filter .tabs__label {
    white-space: nowrap;
    display: block;
    padding: 3px 12px 2px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    cursor: pointer;
}

.build-filter .tabs__label.is-active {
    background-color: #e9f3fb;
}

.build-filter .tabs__label:first-child {
    padding-left: 16px;
    border-radius: 100px 0 0 100px;
}

.build-filter .tabs__label:last-child {
    padding-right: 16px;
    border-right-width: 1px;
    border-radius: 0 100px 100px 0;
}

.build-filter .tabs__label:not(:first-child) {
    margin-left: -1px;
}

.build-filter__toggle span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 94%;
}

.build-filter__fields:not(.build-filter__fields--list) {
    display: flex;
    align-items: center;
}

.radius-title {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    border-bottom: 1px solid #cfcfcf;
}

.radius-popup {
    width: 894px;
    max-width: 100%;
    margin: auto;
    -webkit-box-shadow: 0 5px 17px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 17px 0 rgb(0 0 0 / 15%);
    background-color: #ffffff;
    position: relative;
    padding-bottom: 30px;
    height: calc(100vh - 40px);
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 100%;
}

.radius-search .input {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    outline: none;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    color: rgb(51, 51, 51);
    font-size: 13px;
    padding: 0 40px 0 15px;
    position: relative;
}

.radius-container {
    padding: 23px 30px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 auto;
}

.radius-map {
    margin-top: 23px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    display: flex;
    height: calc(100vh - 308px);
}

.radius-map-elem {
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
}

.radius-map-elem > ymaps {
    height: 100% !important;
}

.radius-placemark {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 40px;
    pointer-events: none;
    z-index: 100;
}

.radius-placemark::after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/public/content/mapPlaceholder.svg") no-repeat center;
    transition-property: bottom;
    will-change: bottom;
}

.radius-placemark::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    border-radius: 50%;
    width: 16px;
    height: 8px;
    margin: 0 auto;
    background-color: #004e87;
    opacity: .3;
    -webkit-transition-property: width, height, opacity;
    transition-property: width, height, opacity;
    will-change: width, height, opacity;
}

.radius-placemark::after,
.radius-placemark::before {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: cubic-bezier(.2, .9, .3, 1.3);
    transition-timing-function: cubic-bezier(.2, .9, .3, 1.3);
}

.radius-placemark.is-move::before {
    width: 8px;
    height: 4px;
    opacity: .5;
}

.radius-placemark.is-move::after {
    bottom: 10px;
}

.radius-circle {
    background: rgba(0, 170, 255, .15);
    border-radius: 50%;
    border: solid 1px rgba(0, 170, 255, .35);
    display: block;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 310px;
    width: 310px;
    z-index: 99;
}

.radius-map-elem ymaps[class$="areas-pane"] canvas {
    display: none !important;
}

.radius-radio-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.radius-radio__title {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 5px;
}

.radius-radio-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.radius-radio__btn {
    margin-left: -1px;
    min-width: 44px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    min-height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff;
    border-color: #cccccc;
    color: #000000;
}

.radius-radio__btn:hover,
.radius-radio__btn.is-active {
    background-color: #D6D6D6;
    border-color: #cccccc;
}

.radius-radio {
    width: 100%;
    margin-top: 23px;
}

.radius-search {
    width: 100%;
    position: relative;
}

.radius-search-result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px 0;
    background-color: #ffffff;
    z-index: 100;
    border: 1px solid #cfcfcf;
    border-top: none;
    max-height: 300px;
    -webkit-box-shadow: 0 1px 3px 0 #9b9b9b;
    box-shadow: 0 1px 3px 0 #9b9b9b;
    overflow-x: hidden;
    overflow-y: auto;
}

.radius-search-result div {
    font-size: 14px;
    line-height: 28px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.radius-search-result div:hover {
    background-color: #D6F1FF;
}

.radius-search__clear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 23px;
    height: 23px;
}

.radius-search__clear::before,
.radius-search__clear::after {
    content: "";
    position: absolute;
    height: 1pt;
    width: calc(100% - 10px);
    left: 5px;
    top: 53%;
    margin-top: -1px;
    background: #797979;
}

.radius-search__clear::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radius-search__clear::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.radius-search__clear.hidden {
    display: none;
}

.object-link-styled {
    display: block;
    font-style: italic;
    color: #1d7ecf;
}

.c-cottages-item__head .object-panel__title.is-price {
    margin: 0 0 0 10px !important;
    font-size: 15px;
    white-space: nowrap;
}

.c-cottages-item__head .c-cottages-item__name {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 15px;
    margin-top: -3px;
}

.c-cottages-item__name a {
    border-bottom: none !important;
}

.c-cottages__contacts .object-panel h4:first-child {
    margin-top: 0;
}

.c-settlements-list,
.c-cottages-slider {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.c-settlements-list.slick-initialized,
.c-cottages-slider.slick-initialized {
    overflow: visible;
}

.c-cottages-slider:not(.slick-initialized) .c-cottages-item {
    min-width: 100%;
}

.c-settlements-list:not(.slick-initialized) .c-settlements-item {
    min-width: calc(100% / 3);
}

.filter-background {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 40;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.filter-background.is-visible {
    opacity: .5;
    visibility: visible;
    pointer-events: auto;
}

.p__object__action.is_active.object__action__compare *,
.object__action__link.is_active .object__action__compare {
    color: #ec9c07;
}

.p__object__action.is_active.object__action__favorite *,
.object__action__link.is_active .object__action__favorite {
    color: #159563;
}

.c-settlements__slider {
    display: flex !important;
    align-items: center;
    flex: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.c-settlements__slider.slick-initialized {
    overflow: visible;
}

.c-settlements__slider .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.c-settlements__slider:not(.slick-initialized) .c-settlements__slide {
    min-width: 100%;
}

.main-aside--mobile {
    display: none;
}

@media (max-width: 1200px) {
    .footer-left {
        width: 17%;
    }
}

@media screen and (max-width: 1180px) {
    body.wrap.wrap__main {
        height: auto;
        position: static;
    }
    
    /*.header__top .header__inner {
        display: none;
    }*/
    .main-action__text {
        font-size: 14px;
    }

    .wrap__main .main {
        height: auto;
    }

    .build-filter {
        background-color: #ffffff;
        padding: 0;
    }
    
    .c-settlements-item {
        padding: 0 8px;
    }
    
    .c-settlements-list .slick-list {
        margin: 0 -8px !important;
    }
    
    .main-publicity-item,
    .main-youtube-item {
        padding: 10px;
    }
    
    .main-publicity-list,
    .main-youtube-list {
        margin: -10px;
    }
    
    .footer-left {
        width: 25%;
    }

    .index--container.container {
        width: 100%;
        padding: 20px 15px 30px;
    }
}

@media screen and (max-width: 1023px) {
    .main-aside {
        display: none;
    }
    
    .main-content {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .build-filter__item {
        width: 100%;
    }
    
    .build-filter-items {
        flex-wrap: wrap;
    }
    
    .build-buttons .button + .button {
        margin-left: 0;
        margin-top: 10px;
    }
    
    .build-buttons .button {
        width: 100%;
    }
    
    .build-buttons {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .main-action {
        flex-direction: column;
        margin-top: 40px;
        padding: 15px 10px;
    }
    
    .main-action__text {
        margin-bottom: 10px;
    }
    
    .footer-right,
    .footer--container {
        display: block;
        width: 100%;
    }
    
    .footer--container.container {
        width: 100%;
        padding: 0 15px;
    }
    
    .footer-col,
    .footer-left {
        width: 100%;
    }
    
    .footer-left {
        margin-bottom: 30px;
    }
    
    .footer {
        padding: 20px 0;
    }
    
    .footer__logo .logo__inner img {
        max-height: 40px;
    }
    
    .footer__logo {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .footer-col-list + .footer-col-list {
        margin-top: 20px;
    }
    
    .footer-col:not(:last-child) {
        margin-bottom: 20px;
    }
    
    .main-youtube-item {
        width: 100%;
        padding: 0;
    }
    
    .main-youtube-item:not(:last-child) {
        margin-bottom: 20px;
    }
    
    .main-publicity-item {
        width: 100%;
        padding: 5px;
    }
    
    .main-youtube-list {
        margin: 0;
    }
    
    .main-publicity-list {
        margin: -5px;
    }
    
    .main-publicity__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .index-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    * + .index-title {
        margin-top: 40px;
    }
    
    .main-adt {
        margin-top: 40px;
        padding: 0;
        background-color: #ffffff;
    }
    
    .main-adt__button {
        flex-direction: column;
    }
    
    .main-action .button,
    .main-adt__button .button {
        width: 100%;
    }
    
    .main-action .button + .button,
    .main-adt__button .button + .button {
        margin-left: 0;
        margin-top: 10px;
    }
    
    .index-title.index-title--slider {
        max-width: calc(100% - 80px);
    }
    
    .build-filter__fields {
        max-width: calc(100% - 15px);
    }
    
    .c-cottages__contacts {
        margin-bottom: 0 !important;
    }
    
    .main-youtube__title {
        text-align: center;
    }
    
    .slick-next.slick-next--another,
    .slick-prev.slick-prev--another {
        top: -43px;
    }
    
    .c-cottages-slider .c-cottages-item {
        padding: 0;
    }
    
    .c-settlements__img img {
        height: auto;
        width: 100%;
    }
    
    .c-settlements__img {
        height: auto;
    }
    
    .c-settlements-item {
        padding: 0 5px;
    }
    
    .c-settlements-list .slick-list {
        margin: 0 -5px !important;
    }
    
    .footer-col-list li:not(:last-child) {
        margin-bottom: 7px;
    }
    
    .radius-radio-flex {
        display: block;
        text-align: center;
    }
    
    .radius-radio-list {
        margin-bottom: 20px;
    }
    
    .radius-popup {
        height: 100vh;
    }
    
    .radius-radio__btn {
        margin-bottom: -1px;
    }
    
    .c-cottages-item__slider.slider--0 .slick-track {
        transform: none !important;
    }
    
    .c-settlements__slide {
        height: 250px !important;
        overflow: hidden;
    }
    
    .c-settlements__slide img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    
    .main-aside--mobile {
        display: block;
        margin: 30px 0;
        width: 100%;
    }
}

@media (max-width: 385px) {
    .c-cottages-item__slider .img-item.img-item--index {
        height: 150px;
    }
    
    .c-settlements__slide {
        height: 150px !important;
        overflow: hidden;
    }
}

.c-develop__inner {
    background-color: #f7f7f7;
    padding: 20px;
}

.c-develop__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.c-develop__img img {
    /*height: 100%;*/
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.c-develop__title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #101312;
    font-weight: 600;
}

.c-develop__text {
    color: #333333;
}

.c-develop__text:not(:last-child) {
    margin-bottom: 5px;
}

.c-develop-item {
    padding: 0 18px;
}

.c-develop-list .slick-list {
    margin: 0 -18px !important;
}

.c-develop {
    margin-top: 50px;
    overflow: hidden;
}

@media screen and (max-width: 1180px) {
    .c-develop-item {
        padding: 0 8px;
    }
    
    .c-develop-list .slick-list {
        margin: 0 -8px !important;
    }
    
}

@media screen and (max-width: 767px) {
    .c-develop__img img {
        height: auto;
        width: 100%;
    }
    
    .c-develop__img {
        height: auto;
    }
    
    .c-develop-item {
        padding: 0 5px;
    }
    
    .c-develop-list .slick-list {
        margin: 0 -5px !important;
    }
    
    .c-develop__slide {
        height: 250px !important;
        overflow: hidden;
    }
    
    .c-develop__slide img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 385px) {
    .c-develop__slide {
        height: 150px !important;
        overflow: hidden;
    }
}


.c-project__inner {
    background-color: #f7f7f7;
    padding: 20px;
}

.c-project__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.c-project__img img {
    /*height: 100%;*/
    max-height: 100%;
    width: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-project__title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #101312;
    font-weight: 600;
}

.c-project__text {
    color: #333333;
}

.c-project__text:not(:last-child) {
    margin-bottom: 2px;
}

.c-project-item {
    padding: 0 18px;
}

.c-project-list .slick-list {
    margin: 0 -18px !important;
}

.c-project {
    margin-top: 50px;
    overflow: hidden;
}

.c-projects__label {
    position: absolute;
    z-index: 1;
    background-color: rgba(245, 154, 35, 1);
    top: 10px;
    left: 0;
    color: #fff;
    padding: 4px 6px;
}

.c-project__img {
    position: relative;
}

.c-project__actions {
    position: absolute;
    bottom: 16px;
    left: 18px;
    padding: 4px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 18px * 2);
}

.c-project__inner {
    padding-bottom: 50px;
    display: block;
}

.c-project-item {
    position: relative;
}

@media screen and (max-width: 1180px) {
    .c-project-item {
        padding: 0 8px;
    }
    
    .c-project-list .slick-list {
        margin: 0 -8px !important;
    }
}

@media screen and (max-width: 767px) {
    .c-project__img img {
        height: auto;
        width: 100%;
    }
    
    .c-project__img {
        height: auto;
    }
    
    .c-project-item {
        padding: 0 5px;
    }
    
    .c-project-list .slick-list {
        margin: 0 -5px !important;
    }
    
    .c-project__slide {
        height: 250px !important;
        overflow: hidden;
    }
    
    .c-project__slide img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 385px) {
    .c-project__slide {
        height: 150px !important;
        overflow: hidden;
    }
    
    .c-project__actions {
        width: 100%;
        left: 0;
    }
}

.radius-btn__action .count {
    margin: 0 4px;
}

.modal-wrapper {
    display: flex !important;
    overflow: auto;
}

.modal-dialog {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}
