.main__inner {
    padding: 50px 0 0;
    position: relative;
    margin-bottom: 30px;
	z-index: 10;
}
.main__inner::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #0E1E48;
    z-index: 1;
}
.main__inner .title {
    margin-bottom: 10px;
}
.main__inner p {
    margin-bottom: 0;
}
.main__inner .main__wrap {
    position: absolute;
    z-index: 5;
    min-width: 958px;
    right: 0;
    bottom: -30px;
    left: 0;
    margin: 0 auto;
}
.main__inner .container {
    position: relative;
    z-index: 2;
    padding-bottom: 74px;
}
.catalog {
    padding-bottom: 60px;
}
.siderec {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap:20px;
  background: #FFFFFF;
  border: 1px solid #D8DEE0;
  padding: 20px 30px;
  -webkit-box-shadow: 0px 20px 40px rgba(44, 57, 78, 0.08);
  -moz-box-shadow: 0px 20px 40px rgba(44, 57, 78, 0.08);
  box-shadow: 0px 20px 40px rgba(44, 57, 78, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-block{
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}

.catalog_rec_wrap .catalog__card-wrap {
    padding:0px;
}
.siderec .catalog__card-wrap {
  padding: 0px;
  width: 100%;
}
.siderec .catalog__card-img {
  height: 160px;
}
.siderec .catalog__card-wrap {
    position: relative;
    transition: transform 0.3s ease;
    box-sizing: border-box; /* Добавлено для правильного расчета размеров */
}

.siderec .catalog__card-wrap:hover {
    transform: scale(1.04);
}

.siderec.catalog__card-wrap .catalog__card-img {
    height: 150px;
}

.siderec .catalog__card-wrap .text-block {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    bottom: 10px;
    padding: 10px;
}

.siderec .catalog__card-wrap .white-price {
    opacity: 0; /* Скрываем элемент */
    transform: translateY(20px); /* Помещаем элемент ниже */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Плавная анимация */
}

.siderec .catalog__card-wrap:hover .white-price {
    opacity: 1; /* Показываем элемент */
    transform: translateY(0); /* Перемещаем элемент в исходное положение */
}

.siderec .catalog__card-wrap .white-slogan {
    transition: transform 0.3s ease; /* Добавляем плавный переход */
    transform: translateY(20px);
}

.siderec .catalog__card-wrap:hover .white-slogan {
    transform: translateY(0px); /* Сдвигаем элемент вверх */
}

.siderec .catalog__card-wrap .text-block .white-slogan {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.siderec .catalog__card-wrap .text-block .white-price {
    color: #fff;
    font-weight: 500;
}
.recbottom {
    display:none;
}
.catalog__card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.recbottom .title-m {
    margin-bottom: 20px;
}

.recbottom .catalog__card-wrap {
  padding: 0px;
  width: 100%;
}
.recbottom .catalog__card-img {
  height: 190px;
}
.recbottom .catalog__card-wrap {
    position: relative;
    transition: transform 0.3s ease;
    box-sizing: border-box; /* Добавлено для правильного расчета размеров */
}

.recbottom .catalog__card-wrap:hover {
    transform: scale(1.04);
}

.recbottom.catalog__card-wrap .catalog__card-img {
    height: 150px;
}

.recbottom .catalog__card-wrap .text-block {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    bottom: 10px;
    padding: 10px;
}

.recbottom .catalog__card-wrap .white-price {
    opacity: 0; /* Скрываем элемент */
    transform: translateY(20px); /* Помещаем элемент ниже */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Плавная анимация */
}

.recbottom .catalog__card-wrap:hover .white-price {
    opacity: 1; /* Показываем элемент */
    transform: translateY(0); /* Перемещаем элемент в исходное положение */
}

.recbottom .catalog__card-wrap .white-slogan {
    transition: transform 0.3s ease; /* Добавляем плавный переход */
    transform: translateY(20px);
}

.recbottom .catalog__card-wrap:hover .white-slogan {
    transform: translateY(0px); /* Сдвигаем элемент вверх */
}

.recbottom .catalog__card-wrap .text-block .white-slogan {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.recbottom .catalog__card-wrap .text-block .white-price {
    color: #fff;
    font-weight: 500;
}

.catalog__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.catalog__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.catalog__left {
    width: 21%;
    min-width: 260px;
    padding-top: 14px;
}
.catalog__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #021A3E;
}
.catalog__filter-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.filter-border {
    border: 1px solid #D8DEE0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    padding: 5px 4px;
}
.catalog__filter-tab input {
    display: none;
}
.catalog__filter-tab label {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    color: #3A3F44;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.catalog__filter-tab label:hover,
.catalog__filter-tab input:checked + label, .catalog__filter-tab.active label {
    background: -webkit-gradient(linear, left bottom, left top, from(#0A71EB), to(#0A71EB)), -webkit-gradient(linear, left bottom, left top, from(#225FFB), to(#225FFB)), #0752E4;
    background: -webkit-linear-gradient(bottom, #0A71EB, #0A71EB), -webkit-linear-gradient(bottom, #225FFB, #225FFB), #0752E4;
    background: -moz-linear-gradient(bottom, #0A71EB, #0A71EB), -moz-linear-gradient(bottom, #225FFB, #225FFB), #0752E4;
    background: -o-linear-gradient(bottom, #0A71EB, #0A71EB), -o-linear-gradient(bottom, #225FFB, #225FFB), #0752E4;
    background: linear-gradient(0deg, #0A71EB, #0A71EB), linear-gradient(0deg, #225FFB, #225FFB), #0752E4;
    color: #fff;
}
.filter__item {
    margin-bottom: 20px;
}
.filter__item-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.filter-tab-border label {
    border: 1px solid #D8DEE0;
}
.filter-tab-border:not(:first-child) label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.time-container .select2-results__option {
    font-size: 12px !important;
}
.select2-container--open .select2-dropdown.time-container {
    top: 0 !important;
}
.filter__item-title .select2-container .select2-selection--single,
.filter__item-title .select2-container--default .select2-selection--single .select2-selection__arrow,
.filter__item-title .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 20px !important;

}
.filter__item-title .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
    width: 100%!important;
}
.filter__item-title .select2-selection__arrow {
    background: url(../img/arrow-sel.png) no-repeat center center / 30% !important;
}
.filter__item-inputs {
    background: #FFFFFF;
    border: 1px solid #C3C7CB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    overflow: hidden;
}
.filter__item-inputs:not(:last-child) {
    margin-bottom: 10px;
}
.filter__input-wrap:first-child {
    border-right: 1px solid #C3C7CB;
}
.filter__input-wrap {
    position: relative;
    width: 50%;
}
.filter__input-wrap input {
    display: block;
    width: 100%;
    padding: 10px 35px;
    font-family: Cera Pro;
    font-size: 14px;
    line-height: 20px;
}
.filter__input-wrap input:focus::-webkit-input-placeholder {
    color: #fff;
}
.filter__input-wrap input:focus:-moz-placeholder {
    color: #fff;
}
.filter__input-wrap input:focus::-moz-placeholder {
    color: #fff;
}
.filter__input-wrap input:focus:-ms-input-placeholder {
    color: #fff;
}
.filter__input-wrap input:focus::-ms-input-placeholder {
    color: #fff;
}
.filter__input-wrap input:focus::placeholder {
    color: #fff;
}
.filter__input-wrap input::-webkit-input-placeholder {
    font-family: Cera Pro;
    font-size: 14px;
    line-height: 20px;
    color: #5E6165;
}
.filter__input-wrap input:-moz-placeholder {
    font-family: Cera Pro;
    font-size: 14px;
    line-height: 20px;
    color: #5E6165;
}
.filter__input-wrap input::-moz-placeholder {
    font-family: Cera Pro;
    font-size: 14px;
    line-height: 20px;
    color: #5E6165;
}
.filter__input-wrap input:-ms-input-placeholder {
    font-family: Cera Pro;
    font-size: 14px;
    line-height: 20px;
    color: #5E6165;
}
.filter__input-wrap input::-ms-input-placeholder {
    font-family: Cera Pro;
    font-size: 14px;
    line-height: 20px;
    color: #5E6165;
}
.filter__input-wrap input::placeholder {
    font-family: Cera Pro;
    font-size: 14px;
    line-height: 20px;
    color: #5E6165;
}
.filter__input-wrap::before {
    display: block;
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    color: #777D82;
    top: 0;
    bottom: 0;
    left: 10px;
    height: 20px;
    margin: auto 0;
}
.filter__input-wrap.lang-ru:first-child::before {
    content: 'от';
}
.filter__input-wrap.lang-ru:last-child::before {
    content: 'до';
}
.filter__input-wrap.lang-en:first-child::before {
    content: 'from';
}
.filter__input-wrap.lang-en:last-child::before {
    content: 'to';
}
.filter__item-show {
    overflow: hidden;
}
.filter__item-show-btn {
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    color: #0752E4;
}
.filter__item-show-btn svg {
    margin-left: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter__item-show-btn.open {
    margin-top: 16px;
}
.filter__item-show-btn.open svg {
    -webkit-transform: rotateZ(180deg);
       -moz-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
}
.meters::after {
    display: block;
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    color: #777D82;
    top: 0;
    right: 10px;
    bottom: 0;
    height: 20px;
    margin: auto 0;
}
.meters.lang-ru::after {content: 'м2';}
.meters.lang-en::after {content: 'm2';}
.filter__item-wrap {
    margin-bottom: 20px;
    border-bottom: 1px solid #E6EAED;
}
.filter__item .login__popup-inputwrap {
    margin-bottom: 10px;
}
.filter__item-title-l {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}
.filter-where label {
    padding: 10px 6px;
}
.filter-where {
    background: #F8FAFD;
    margin-bottom: 20px;
}
.catalog__selected {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F1F3F4;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    padding: 8px 15px;
}
.catalog__selected span {
    display: block;
}
.selected__delete {
    height: 20px;
    cursor: pointer;
    margin-left: 5px;
}
.catalog__selected:not(:last-child) {
    margin-bottom: 10px;
}
.catalog__selected-wrap {
    margin-bottom: 20px;
}
.flex-w {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.sanuzel label {
    padding: 10px 20px;
    background: #E6EAED;
}
.sanuzel .catalog__filter-tab {
    margin-bottom: 10px;
}
.sanuzel {
    width: 95%;
    margin-bottom: -10px;
}
.ui-widget.ui-widget-content {
    border: none !important;
    background: #ECF0F3;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    height: 2px;
    margin-top: 59px;
    position: relative;
}
.ui-widget-content::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 176px;
    height: 39px;
    background: url('../img/rangers.png') no-repeat 0 0 / cover;
}
.ui-slider-horizontal .ui-slider-range {
    background: -webkit-gradient(linear, left bottom, left top, from(#0A71EB), to(#0A71EB)), -webkit-gradient(linear, left bottom, left top, from(#225FFB), to(#225FFB)), #0752E4;
    background: -webkit-linear-gradient(bottom, #0A71EB, #0A71EB), -webkit-linear-gradient(bottom, #225FFB, #225FFB), #0752E4;
    background: -moz-linear-gradient(bottom, #0A71EB, #0A71EB), -moz-linear-gradient(bottom, #225FFB, #225FFB), #0752E4;
    background: -o-linear-gradient(bottom, #0A71EB, #0A71EB), -o-linear-gradient(bottom, #225FFB, #225FFB), #0752E4;
    background: linear-gradient(0deg, #0A71EB, #0A71EB), linear-gradient(0deg, #225FFB, #225FFB), #0752E4;
}
.ui-slider-horizontal .ui-slider-handle {
    border: 3px solid #0752E4 !important;
    background: #fff !important;
    height: 20px !important;
    width: 20px !important;
    top: -.55em !important;
    position: relative;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.range-label {
    width: 70px;
    height: 53px;
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    top: -48px;
    left: -27px;
    padding-top: 12px;
    background: url('../img/svg/label-range.svg') no-repeat 0 0 / cover;
}
.ui-state-default {
    color: #020E20 !important;
    cursor: pointer !important;
}
.ui-state-focus {
    outline: none !important;
}
.filter__checkbox-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -5px;
}
.filter__checkbox-wrap:not(:last-child) {
    margin-bottom: 20px;
}
.filter__checkbox {
    padding: 5px;
}
.filter__checkbox input {
    display: none;
}
.filter__checkbox label {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F1F3F4;
    cursor: pointer;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
}
.filter__checkbox input:checked + label,
.filter__checkbox label:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 95, 251, 0.15)), to(rgba(34, 95, 251, 0.15)));
    background: -webkit-linear-gradient(bottom, rgba(34, 95, 251, 0.15), rgba(34, 95, 251, 0.15));
    background: -moz-linear-gradient(bottom, rgba(34, 95, 251, 0.15), rgba(34, 95, 251, 0.15));
    background: -o-linear-gradient(bottom, rgba(34, 95, 251, 0.15), rgba(34, 95, 251, 0.15));
    background: linear-gradient(0deg, rgba(34, 95, 251, 0.15), rgba(34, 95, 251, 0.15));
    color: #0752E4;
}
.filter__checkbox label span {
    height: 16px;
    margin-left: 10px;
    display: none;
}
.filter__checkbox input:checked + label span {
    display: block;
}
.filter__pay {
    border-bottom: none;
}
.filter__btn-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFFFFF;
    padding: 12px 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #5E6165;
    border: 1px solid #C3C7CB;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
	width: 100%;
}
.filter__btn-sec:hover,
.filter__btn:hover {
    text-decoration: none;
    opacity: 0.8;
}
.filter__btn-sec .round {
    margin-right: 10px;
}
.filter__btn-sec .mobile {display: none;}
.catalog__right {
    width: 77%;
}
.catalog__tabs-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.catalog__tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #020E20;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.catalog__tab svg {
    margin-right: 10px;
}
.catalog__tab:hover {
    text-decoration: none;
}
.catalog__tab.active {
    background: rgba(7, 82, 228, 0.1);
    color: #0752E4;
}
.catalog__tab.active path {
    stroke: #0752E4;
}
.catalog__cards-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -10px -10px 30px;
}
.catalog__card-wrap {
    padding: 10px;
    width: 33.33%;
}
.catalog__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    background: #FFFFFF;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #E6EAED;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 5px 20px rgba(44, 57, 78, 0.1);
       -moz-box-shadow: 0px 5px 20px rgba(44, 57, 78, 0.1);
            box-shadow: 0px 5px 20px rgba(44, 57, 78, 0.1);
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
}
.catalog__card-img {
    position: relative;
    height: 230px;
	overflow: hidden;
}
.catalog__card-img > span {
    position: absolute;
    z-index: 5;
}
.catalog__card-slider {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
}
.catalog__card-slider > a {
    display:none;
}
.catalog__card-slider > a:first-child {
    display:block;
}
.catalog__card-slider img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}
.catalog__card-imglink {
    display: block !important;
    -webkit-border-radius: 12px 12px 0 0;
       -moz-border-radius: 12px 12px 0 0;
            border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.catalog__card-imglink img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}
.catalog__card-img .slick-slide a {
    display: block !important;
}
.catalog__card-super,
.catalog__card-video {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 46px;
       -moz-border-radius: 46px;
            border-radius: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    line-height: 18px;
    top: 10px;
    padding: 1px 10px 1px 5px;
}
.catalog__card-super svg,
.catalog__card-video svg {
    margin-right: 5px;
}
.catalog__card-super {
    left: 10px;
}
.catalog__card-video {
    left: 131px;
}
.catalog__card-like.active path {
    fill: #fff;
}
.catalog__card-like {
    background: rgba(2, 14, 32, 0.5);
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.catalog__card-rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 20px;
    bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.catalog__card-rate svg {
    margin-right: 5px;
}
.catalog__card-img .slick-dots {
    bottom: 23px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.catalog__card-img .slick-dots li {
    background: #FFFFFF !important;
    opacity: 0.5 !important;
    width: 6px !important;
    height: 6px !important;
    -webkit-border-radius: 50% !important;
       -moz-border-radius: 50% !important;
            border-radius: 50% !important;
}
.catalog__card-img .slick-dots li button {
    display: none;
}
.catalog__card-img .slick-dots li.slick-active {
    opacity: 1 !important;
    width: 8px !important;
    height: 8px !important;
}
.catalog__card-txt {
    padding: 5px 20px 10px;
}
.catalog__card-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.catalog__card-price {
    font-family: 'Cera Pro', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
}
.catalog__card-price span {
    margin-right: 5px;
}
.catalog__card-rooms,
.catalog__card-peop {
    font-size: 14px;
    line-height: 20px;
    color: #3A3F44;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.catalog__card-rooms svg,
.catalog__card-peop svg {
    margin-right: 5px;
}
.catalog__card-peop sup {
    font-size: 10px;
}
.catalog__card-mid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.catalog__card-mid a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    min-width: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.catalog__card-mid a svg {
    margin-right: 5px;
}
.catalog__card-marsh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #5E6165;
}
.catalog__card-marsh > svg {
    margin-right: 5px;
}
.catalog__card-metro {
    margin-right: 5px;
}
.catalog__card-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.catalog__card-time svg {
    margin-right: 5px;
}
.catalog__card-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #020E20;
}
.catalog__card-bottom {
    position: relative;
}

.catalog__card-phone {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-right: 10px;
}
.catalog__card-socwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.catalog__card-socitem {
    display: block;
    height: 16px;
}
.catalog__card-socitem:not(:last-child) {
    margin-right: 15px;
}
.catalog__card-socitem:hover {
    opacity: 0.8;
}
.catalog__card-hide {
    width: 100%;
    padding: 9px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #BEDBFC;
    color: #0752E4;
    line-height: 22px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-radius: 0 0 12px 12px;
       -moz-border-radius: 0 0 12px 12px;
            border-radius: 0 0 12px 12px;
}
.catalog__card-slider img {
    -webkit-border-radius: 12px 12px 0 0;
       -moz-border-radius: 12px 12px 0 0;
            border-radius: 12px 12px 0 0;
}
.catalog__card .slick-arrow::before {
    display: none !important;
}
.catalog__card .slick-arrow {
    width: 8px !important;
    height: 12px !important;
    padding: 20px;
    z-index: 8 !important;
}
.catalog__card .slick-arrow:hover {
    opacity: 0.8 !important;
}
.catalog__card .slick-prev,
.catalog__card .slick-prev:focus,
.catalog__card .slick-prev:active,
.catalog__card .slick-prev:hover {
    left: 0 !important;
    background: url('../img/cat-arr-l.png') 18px no-repeat;
}
.catalog__card .slick-next,
.catalog__card .slick-next:focus,
.catalog__card .slick-next:active,
.catalog__card .slick-next:hover {
    right: 0 !important;
    background: url(../img/cat-arr-r.png) 18px no-repeat;
}

.catalog__pagination {
    position: relative;
}
.catalog__pag-label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #5E6165;
}
.catalog__text {
    margin-bottom: 60px;
}
.catalog__text p:not(:last-child) {
    margin-bottom: 22px;
}
.catalog__text p {
    font-size: 14px;
    line-height: 20px;
}
.catalog__text p strong {
    color: #041C3F;
    font-size: 16px;
    line-height: 22px;
    display: block;
}
.catalog__text ul:not(:last-child),
.catalog__text ol:not(:last-child) {
    margin-bottom: 22px;
}
.catalog__text ul,
.catalog__text ol {
    padding-left: 25px;
}
.catalog__text ul li,
.catalog__text ol li {
    display: list-item;
    font-size: 14px;
    line-height: 20px;
}
.catalog__pop {
    background: #FFFFFF;
    padding: 30px 40px;
    border: 1px solid #E6EAED;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
}
.catalog__pop-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}
.catalog__pop ul {
    margin-bottom: -10px;
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
}
.catalog__pop ul li {
    padding-bottom: 10px;
}
.catalog__pop ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #020E20;
}
.catalog__pop ul li a:hover {
    text-decoration: none;
    color: #0752E4;
}
.filter__where {
    width: 620px;
    display: none;
    position: relative;
    background: #FFFFFF;
    padding: 0 !important;
    border: 1px solid #E6EAED;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.filter__where-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    border-bottom: 1px solid #D8DEE0;
}
.filter__where-top .filter__item-title {
    margin: 0 21px 0 0;
}
.filter__where-top .filter-where {
    margin-bottom: 0;
    padding: 5px 6px;
}
.filter__where-top .filter-where label {
    padding: 10px 13px;
}
.filter__where-mid {
    padding: 2px 45px 2px 20px;
    max-height: 428px;
    overflow: hidden;
    overflow-y: scroll;
	display: none;
}
.filter__where-mid .filter__where-wrap:not(:last-child) {
    margin-bottom: 25px;
}
.filter__pophelp {
    padding: 16px 10px 16px 0;
    border-bottom: 1px solid #D8DEE0;
}
.filter__pophelp .login__popup-inputwrap:last-child {
    margin-bottom: 0;
}
.filter__where-search {
    position: relative;
}
.filter__where-search input {
    background: #FFFFFF;
    border: 1px solid #C3C7CB;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
            font-family: Cera Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #777D82;
    display: block;
    width: 100%;
    padding: 10px 40px 10px 20px;
}
.filter__where-search input::-webkit-input-placeholder {
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #777D82;
}
.filter__where-search input:-moz-placeholder {
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #777D82;
}
.filter__where-search input::-moz-placeholder {
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #777D82;
}
.filter__where-search input:-ms-input-placeholder {
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #777D82;
}
.filter__where-search input::-ms-input-placeholder {
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #777D82;
}
.filter__where-search input::placeholder {
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #777D82;
}
.filter__where-search:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background: url('../img/svg/search.svg') no-repeat 0 0 / cover;
}
.filter__where-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
}
.filter__where-btn {
    color: #FFFFFF;
    line-height: 22px;
    padding: 9px 0;
    text-align: center;
    width: 180px;
    cursor: pointer;
    margin-right: 10px;
    background: #EE8235;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}
.filter__where-btnsec {
    background: #E6EAED;
    margin-right: 0;
    color: #3A3F44;
}
.filter__where-btn:hover {
    text-decoration: none;
    opacity: 0.8;
}
.slider-range {
    width: 80%;
    margin: 0 auto 20px;
}
#types .catalog__filter-tabs {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.btn__map,
.btn__filters {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #1C56EA;
    -webkit-box-shadow: 0px 5px 20px rgba(44, 57, 78, 0.2);
       -moz-box-shadow: 0px 5px 20px rgba(44, 57, 78, 0.2);
            box-shadow: 0px 5px 20px rgba(44, 57, 78, 0.2);
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    padding: 10px 20px;
    color: #fff;
    line-height: 22px;

}
.btn__map {
    width: 142px;
    right: 0;
    bottom: 40px;
    left: 0;
    margin: 0 auto;
    position: fixed;
}
.btn__map svg {
    margin-right: 10px;
}
.filter__price .fancybox-close-small,
.filter__item .fancybox-close-small,
.main__guest-wrap .fancybox-close-small,
#modal-map .fancybox-close-small {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px !important;
    height: 24px !important;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #F1F3F4 !important;
    padding: 0 !important;
    top: 15px !important;
    right: 15px !important;
}
.filter__price .fancybox-close-small svg,
.filter__item .fancybox-close-small svg,
.main__guest-wrap .fancybox-close-small svg,
#modal-map .fancybox-close-small svg {
    width: 20px;
    height: 20px;
}
.catalog__card-contacts {
    background: #0752E4;
    padding: 9px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 0 0 12px 12px;
       -moz-border-radius: 0 0 12px 12px;
            border-radius: 0 0 12px 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.catalog__card-hidedesc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 9px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #BEDBFC;
    color: #0752E4;
    line-height: 22px;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.catalog__card-hidedesc.none {
    display: none;
}
.filter__go-mob {
    display: none;
    padding: 12px 19px;
    background: -webkit-gradient(linear, left bottom, left top, from(#225FFB), to(#225FFB)), rgba(7, 82, 228, 0.1);
    background: -webkit-linear-gradient(bottom, #225FFB, #225FFB), rgba(7, 82, 228, 0.1);
    background: -moz-linear-gradient(bottom, #225FFB, #225FFB), rgba(7, 82, 228, 0.1);
    background: -o-linear-gradient(bottom, #225FFB, #225FFB), rgba(7, 82, 228, 0.1);
    background: linear-gradient(0deg, #225FFB, #225FFB), rgba(7, 82, 228, 0.1);
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    border: none;
    outline: none;
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
}
.catalog__card-mid + .catalog__card-link {
    margin-top: 0;
}
/* 993-1200px */
@media screen and (max-width: 1280px) {
	.catalog__right {
        width: 73%;
        margin-left: 10px;
    }
    .catalog__card-wrap {
        padding: 5px;
    }
    .catalog__cards-wrap {
        margin: -5px -5px 30px;
    }
    .catalog__card-video {
        left: 10px;
        top: 42px;
    }
    .catalog__card-txt {
        padding: 5px 10px 10px;
    }
    .catalog__card-rate {
        left: 10px;
    }
    .catalog__card-phone {
        font-size: 14px;
    }

}
@media screen and (max-width: 1080px) {
    .catalog__card-img {
        height: 165px;
    }
    .thumbnail-slider {
      display: none!important;
    }
    .catalog__card-link,
    .catalog__card-mid a {
        font-size: 13px;
    }
    .catalog__card-rooms, .catalog__card-peop {
        font-size: 12px;
    }
    .pagination {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .catalog__card-phone {
        margin-right: 5px;
    }
    .catalog__card-contacts {
        padding: 9px 10px;
    }
}
@media screen and (min-width: 993px) {

    .catalog__card:hover .slick-arrow {
        display: block !important;

    }

    .catalog__card:hover {

        -webkit-box-shadow: 0px 10px 30px rgba(44, 57, 78, 0.2);

           -moz-box-shadow: 0px 10px 30px rgba(44, 57, 78, 0.2);

                box-shadow: 0px 10px 30px rgba(44, 57, 78, 0.2);

    }
    .catalog__card .slick-arrow {
        display: none !important;
    }
}
/* 769-993px */
@media screen and (max-width: 993px) {
    .siderec {
        display: none;
    }
    .recbottom {
        display:flex;
        flex-direction: column;
        margin-top: 30px;
    }
    .fl-desc {
        display:none;
    }
    .recbottom .catalog__card__rec{
        width: 100%;
        height: 120px;
    }
    .recbottom .catalog__card-wrap .text-block .white-slogan {
        font-size: 16px;
    }
    .recbottom .catalog__card-wrap .text-block .white-price {
        font-size: 14px ;
    }

    .pos-r,
    .catalog__card-img {
        height: 200px;
    }
    .catalog__filter-tab label:hover {
        background: #fff;
        color: #3A3F44;
    }
    .filter-mob ul li a.active {
        color: #0752E4;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(10, 113, 235, 0.15)), to(rgba(10, 113, 235, 0.15)));
        background: -webkit-linear-gradient(bottom, rgba(10, 113, 235, 0.15), rgba(10, 113, 235, 0.15));
        background: -moz-linear-gradient(bottom, rgba(10, 113, 235, 0.15), rgba(10, 113, 235, 0.15));
        background: -o-linear-gradient(bottom, rgba(10, 113, 235, 0.15), rgba(10, 113, 235, 0.15));
        background: linear-gradient(0deg, rgba(10, 113, 235, 0.15), rgba(10, 113, 235, 0.15));
    }
    .mobile-hide {
        display: none;
    }
    .main__inner .title,
    .main__inner p,
    .main__inner::before,
    .main__inner .container,
    .header__city::before {
        display: none;
    }
    .main__inner {
        padding: 0;
        background: none;
    }
    .mobile-hidden {
        display:none;
    }
    .main__inner {
        padding: 8px 15px 10px;
        background: #F1F3F4 !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
	.main__inner > * {opacity: 0;}
	.loaded .main__inner > * {opacity: 1;}
    .catalog__tabs-top {
        margin-bottom: 0;
    }
    .header__city .select2-container--default .select2-selection--single {
        background: none !important;
        height: 22px !important;
    }
    .header__city .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0 !important;
        line-height: 22px !important;
        padding-right: 25px !important;
    }
    .header__city .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 0 !important;
        height: 22px !important;
    }
    .catalog__tab,
    .catalog__tab.active {
        background: #FFFFFF;
        font-weight: 500 !important;
        -webkit-box-shadow: 0px 2px 5px rgba(44, 57, 78, 0.1);
           -moz-box-shadow: 0px 2px 5px rgba(44, 57, 78, 0.1);
                box-shadow: 0px 2px 5px rgba(44, 57, 78, 0.1);
        -webkit-border-radius: 8px;
           -moz-border-radius: 8px;
                border-radius: 8px;
        padding: 8px 10px;
        color: #3A3F44;
    }
    .catalog__tab.active path {
        stroke: #3A3F44;
    }
    .catalog__tab:first-child {
        margin-right: 5px;
    }
    /*.catalog__tab svg {
        width: 16px;
        height: 16px;
    }*/
    .catalog__left {
        position: fixed;
        top: 0;
		bottom: 0;
        padding: 13px 20px 70px;
        width: 375px;
        max-width: 100%;
        z-index: 40;
        background: #fff;
        right: -100%;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
		overflow-y: scroll;
    }
    .catalog__left.open {
        right: 0;
    }
    .filter-mob {
        margin-bottom: 15px;
    }
    .filter-mob ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .filter-mob ul li:last-child {
        padding-right: 15px;
    }
    .wrap {
        position: relative;
    }
    .filter-mob ul li a {
        padding: 7px 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 2px 10px rgba(61, 62, 55, 0.2);
           -moz-box-shadow: 0px 2px 10px rgba(61, 62, 55, 0.2);
                box-shadow: 0px 2px 10px rgba(61, 62, 55, 0.2);
        -webkit-border-radius: 48px;
           -moz-border-radius: 48px;
                border-radius: 48px;
    }
    .filter-mob ul li a svg {
        margin-left: 10px;
    }
    .filter-mob ul li a:hover {
        text-decoration: none;
    }
    .filter-mob ul li:not(:last-child) {
        margin-right: 10px;
    }

    .catalog__right {
        width: 100%;
    }
    .filter__item.fancybox-content,
    .filter__price.fancybox-content,
    .main__guest-wrap.fancybox-content {
        padding: 30px !important;
        background: #FFFFFF;
        width: 345px;
        -webkit-box-shadow: 0px 5px 20px rgba(44, 57, 78, 0.15);
           -moz-box-shadow: 0px 5px 20px rgba(44, 57, 78, 0.15);
                box-shadow: 0px 5px 20px rgba(44, 57, 78, 0.15);
        -webkit-border-radius: 10px;
           -moz-border-radius: 10px;
                border-radius: 10px;
    }
    .filter__item.fancybox-content .filter__item-title,
    .filter__price.fancybox-content .filter__item-title,
    .main__guest-wrap.fancybox-content .filter__item-title {
        font-size: 16px;
        line-height: 22px;
    }
    .filter__price.fancybox-content .filter__item-title .select2-container--default .select2-selection--single .select2-selection__arrow,
    .filter__price.fancybox-content .filter__item-title .select2-container .select2-selection--single,
    .filter__price.fancybox-content .filter__item-title .select2-container--default .select2-selection--single .select2-selection__rendered {
        height: 22px !important;
    }
    .filter__price.fancybox-content .filter__item-title .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 22px !important;
    }
    .main__guest-wrap.fancybox-content .input__main-numb {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .catalog__title {
        padding: 0 39px 14px;
        position: relative;
    }
    .catalog__title:after {
        content: '';
        display: block;
        position: absolute;
        right: -20px;
        left: -20px;
        bottom: 0;
        height: 1px;
        background: #D8DEE0;
    }
    .catalog__title::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0px;
        width: 24px;
        height: 24px;
        background: url('../img/svg/filter.svg') no-repeat 0 0 / cover;
    }
    .filter__close {
        position: absolute;
        top: 9px;
        right: 9px;
        cursor: pointer;
        z-index: 3;
    }
	.filter__item.slider-range {padding: 0 12px;}
    .filter__btns {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        right: -100%;
    }
    .catalog__left .filter__btns, .catalog__left .catalog__map-wrap .filter__btns {
        position: fixed;
        bottom: 0;
        right: -100%;
		left: auto;
        width: 375px;
        padding: 13px 15px;
        background: #fff;
        border-top: 1px solid #F1F3F4;
        -webkit-box-shadow: 0px 10px 40px rgba(20, 32, 60, 0.1), 0px 0px 8px rgba(21, 21, 21, 0.1);
           -moz-box-shadow: 0px 10px 40px rgba(20, 32, 60, 0.1), 0px 0px 8px rgba(21, 21, 21, 0.1);
                box-shadow: 0px 10px 40px rgba(20, 32, 60, 0.1), 0px 0px 8px rgba(21, 21, 21, 0.1);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
		z-index: 10;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
    }
	.catalog__left.open .filter__btns, .catalog__left.open .catalog__map-wrap .filter__btns {right: 0;}
    .filter__btn-sec {
        background: #E6EAED;
        -webkit-border-radius: 8px;
           -moz-border-radius: 8px;
                border-radius: 8px;
        padding: 12px 36px;
        margin-bottom: 0;
        color: #020E20;
		width: auto;
    }
	.filter__btn-sec .round, .filter__btn-sec .desktop {display: none;}
	.filter__btn-sec .mobile {display: inline;}
    .filter-go {
        padding: 12px 19px;
        outline: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
		width: auto;
		-webkit-flex-shrink: 0;
		    -ms-flex-negative: 0;
		        flex-shrink: 0;
		margin-bottom: 0;
    }

    .breadcrumbs {
        padding: 0;
        margin-bottom: 10px;
    }
    .catalog__pop ul {
        -webkit-columns: 2;
           -moz-columns: 2;
                columns: 2;
    }
    .catalog__right {
        margin-left: 0;
    }
    .select2-container--open .select2-dropdown--below {
        width: 130px !important;
    }
    .header__city .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #041C3F;
        font-weight: 500 !important;
    }
	.filter__where-top {
        padding-top: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .filter__where-top .filter__item-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .filter__where .close {
        top: 15px;
        right: 6px;
    }
    .time-container {
        z-index: 99999 !important;
    }
}

/* 577-768px */
@media screen and (max-width: 768px) {
    .catalog__card__rec {
        width: 200px;
        height: 120px;
    }
    .catalog__card__rec .swiper-slide img {
        height: 120px;
    }
    .pos-r,
    .catalog__card-img {
        height: 230px;
    }
    .btn__map.open    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 10;
    }
    .fancybox-slide .btn__filters {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        outline: none;
        border: none;
        font-family: 'Cera Pro', sans-serif;
        font-size: 16px;
        line-height: 22px;
        margin-left: auto;
    }
    .catalog__card-wrap {
        width: 50%;
    }
    .catalog__pag-label {
        position: static;
        margin-top: 20px;
    }
    .catalog__pagination {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .catalog__wrap {
        margin-bottom: 40px;
    }
    .catalog__pop ul {
        -webkit-columns: 1;
           -moz-columns: 1;
                columns: 1;
    }
    .filter__go-mob {
        display: block;
        padding: 12px 14px
    }
}


/* 351-576px */
@media screen and (max-width: 576px) {
    .catalog__card-slider .slick-list,
    .catalog__card-slider .slick-track {
        height: 100% !important;
    }
    .main__inner {
        background: #F1F3F4 !important;
        margin-bottom: 0;
    }
    .filter-mob {
        overflow-x: scroll;
        margin:0 -15px 5px;
        padding: 14px 15px 10px;
    }
    .filter-mob::-webkit-scrollbar {
        height: 0;
      }
      .title-l {
          font-size: 18px !important;
          line-height: 26px !important;
      }
      .catalog__pages {
        font-size: 14px;
        line-height: 20px;
    }
    .catalog__top {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .catalog__card-wrap {
        width: 100%;
    }
    .slick-slide img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .catalog__card-imglink {
        height: 230px;
    }
    .catalog__card-txt {
        padding: 5px 20px 10px;
    }
    .catalog__card-rooms, .catalog__card-peop {
        font-size: 14px;
    }
    .catalog__card-link, .catalog__card-mid a {
        font-size: 14px;
    }
    .catalog__card-video {
        left: 131px;
        top: 15px;
    }
    .flat__contact {
        position: absolute !important;
        max-width: unset !important;
        width: auto !important;
        left: 0px;
        right: 0px;
        bottom: -10px;
    }
    .catalog__text {
        margin-bottom: 40px;
    }
    .catalog__pop {
        padding: 20px 15px 20px 20px;
    }
    .catalog {
        padding-bottom: 40px;
    }
    .filter-mob ul li a {
        font-size: 14px;
        line-height: 20px;
        color: #020E20;
    }
    .catalog__card-like,
    .catalog__card-super,
    .catalog__card-video {
        top: 10px;
    }

}
@media screen and (max-width: 374px) {
    .catalog__left .filter__btns {
        width: 100% !important;
    }
    .filter-mob ul li:not(:last-child) {
        margin-right: 5px;
    }
    .page-arrow.next {
        margin-left: 0px;
    }
    .page-arrow.prev {
        margin-right: 10px;
    }
    .catalog__left {
        width: 100%;
    }
    .catalog__left.open .filter__btns {
        width: 100%;
    }
    .filter-go,
    .filter__btn-sec {
        padding: 12px 14px
    }
    .filter__where-top .filter-where label {
        padding: 10px;
    }
    .pos-r, .catalog__card-img {
        height: 200px;
    }
}
/* Используем Flexbox для swiper-wrapper */
.swiper-wrapper {
    display: flex;
    flex-wrap: nowrap; /* Зафиксированное количество элементов */
}

.catalog_rec_wrap .catalog__card-wrap {
    position: relative;
    transition: transform 0.3s ease;
    box-sizing: border-box; /* Добавлено для правильного расчета размеров */
}

.catalog_rec_wrap .catalog__card-wrap:hover {
    transform: scale(1.1);
}

.catalog_rec_wrap .catalog__card-wrap .catalog__card-img {
    height: 150px;
}

.catalog_rec_wrap .catalog__card-wrap .text-block {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    bottom: 10px;
    padding: 10px;
}

.catalog_rec_wrap .catalog__card-wrap .white-price {
    opacity: 0; /* Скрываем элемент */
    transform: translateY(20px); /* Помещаем элемент ниже */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Плавная анимация */
}

.catalog_rec_wrap .catalog__card-wrap:hover .white-price {
    opacity: 1; /* Показываем элемент */
    transform: translateY(0); /* Перемещаем элемент в исходное положение */
}

.catalog_rec_wrap .catalog__card-wrap .white-slogan {
    transition: transform 0.3s ease; /* Добавляем плавный переход */
    transform: translateY(20px);
}

.catalog_rec_wrap .catalog__card-wrap:hover .white-slogan {
    transform: translateY(0px); /* Сдвигаем элемент вверх */
}

.catalog_rec_wrap .catalog__card-wrap .text-block .white-slogan {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.catalog_rec_wrap .catalog__card-wrap .text-block .white-price {
    color: #fff;
    font-weight: 500;
}

@media screen and (min-width: 1080px) {
    .catalog_rec_wrap {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }
}

@media screen and (max-width: 1280px) {
    .catalog_rec_wrap .catalog__card-wrap .catalog__card-img {
        height: 170px;
    }
    .catalog_rec_wrap .catalog__card-wrap .text-block .white-slogan {
        font-size: 16px;
    }
    .catalog_rec_wrap .catalog__card-wrap .text-block .white-price {
        font-size: 14px;
    }
}

@media screen and (max-width: 1080px) {
    .catalog_rec_wrap .catalog__card-wrap .catalog__card-img {
        height: 130px;
    }
    .catalog_rec_wrap .catalog__card-wrap:hover {
        transform: scale(1.02);
    }
    .catalog_rec_wrap .catalog__card-wrap {
        width: auto !important;
    }
}
.flat__top__house {
    width:100%
}

.ovw-h {
    overflow: hidden;
}

.catalog__att-gr{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.catalog__att-gr .att-gr {
  font-size: 14px;
  line-height: 1.2;
}
.catalog__att-gr .att-gr span{
  font-weight: 600;
}

.catalog_card_wide .card-top-sans{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.catalog-sauns-card .catalog__card-footer{
  height: 42px;
}

.catalog-sauns-card .catalog__card-footer .flat__price{
  background: #d0ffba;
  font-size: 18px;
  text-align: center;
}

.catalog-sauns-card .catalog__card-footer .catalog__card-contacts{
  width: auto;
  flex-direction: row;
  gap:10px;
  align-items: center;
}

.desc-card-sauns {
  font-size: 14px;
}
