.catalog {
    position: relative;
    z-index: 2;
}
.benefits__img {
    top: -224px;
}
.about__title {
    max-width: none;
  
}

.main-info__btn-link {
    display: inline-block; /* Убедитесь, что ссылка оборачивает кнопку */
}


.main-info__btn.btn {
    position: relative; /* Убедитесь, что кнопка позиционируется правильно */
    margin-left: 582px; /* Настройте это значение по необходимости */
    top: -165px; /* Настройте это значение по необходимости для перемещения вверх */
    width: 275px; /* Установите ширину кнопки */
    display: inline-block; /* Сбросьте возможные изменения ширины */
    text-decoration: none; /* Убедитесь, что текст внутри кнопки не подчеркивается */
}


.filter__form {
    box-shadow: inset 0 2px 1px 0 #fff, 0 1px 2px 0 rgba(12, 20, 33, .01), 0 1px 3px 0 rgba(12, 20, 33, .02), 0 3px 5px 0 rgba(12, 20, 33, .02), 0 4px 8px 0 rgba(12, 20, 33, .02), 0 7px 14px 0 rgba(12, 20, 33, .03), 0 9px 21px 0 rgba(12, 20, 33, .03), 0 13px 31px 0 rgba(12, 20, 33, .04);
    border-radius: 5px;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
}
.filter__form button, .BookingSearchForm_controlsWrapper button, .WidgetBookingFormButtonContainer button, .WidgetGuestSelectControlButtonContainer button, .BookingAccommodationsPanel_actions button{
    background: #F2C94C;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px;

    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 145%;
}

#WidgetVerticalBlockId .WidgetApp_container {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
}
#WidgetVerticalBlockId .BookingSearchForm_control {
    width: 100%;
    padding: 15px;
    box-sizing: border-box !important;
    border: 0px solid;
    background: #e9f0f7;
    border-radius: 5px;
}
#WidgetVerticalBlockId .BookingSearchForm_control .BookingSearchForm_guestsSelect, #WidgetVerticalBlockId .BookingSearchForm_control .BookingSearchForm_button {
    width: 100%;
}
.card__caption {
    display: block;
    color: #221f32;
}
@media (max-width: 760px) {
    .filter__form {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .catalog {
        margin-top: 0;
    }

    .promo__row {
        display: none;
    }

    .promo__title {
        text-align: center;
    }
    .promo__star img {
        margin: 0 auto;
    }

    .logo {
        width: 185px;
        margin: 0 auto;
    }
    .header__burger {
        display: flex;
        position: absolute;
        width: 36px;
        height: 36px;
        border: 1px solid rgb(255 255 255 / 60%);
        right: 0;
        top: 6px;
        border-radius: 3px;
    }
    .header__burger-box span {
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 50px;
        margin: 0 auto;
        width: 22px;
    }
    .header__burger.active span:last-child {
        top: -10px;
    }
    .promo__wrap {
        margin-top: 20px;
    }
}

.contacts .contacts__title.title {
    display: none;
}
.reviews-card__info {
    width: 131px;
    padding: 10px 0;
}
.reviews__wrap {
    position: relative;
}
.fire__img {
    position: absolute;
    width: 100px;
    top: -115px;
    left: 120px;
}
.reviews-card__top {
    position: relative;
}
img.mark__img {
    position: absolute;
    right: 0;
    width: 48px;
    top: 0;
}
.info__wrap .info-card__img {
    height: 323px;
}
.info__wrap .info-card__img img {
 object-fit: cover;
}
@media screen and (min-width: 768px) {
	header.header.fixed a.logo {
    width: 152px;
}
	section.filter.filter--fixed.under-header  div#WidgetHorizontalBlockId {
    margin-top: 20px;
}
}
@media screen and (max-width: 768px) {
	.product .filter {
    display: none;
}
	.info__wrap .info-card__img {
    height: 193px;
}
	img.mark__img {
    right: 10px;
}
	.fire__img {
		display: none;
	}
}
.custom__widget {
    display: none;
}
header.header.header_child.fixed ~ .custom__widget {
    display: block;
}
.about__title {
	text-align: center;
}
.about__title.clone {
    display: none;
}
@media screen and (min-width: 1024px) {
	.header__container .logo {
    margin-bottom: -6px;
}
}

.new--template .card__text {
    grid-template-columns: repeat(2, 1fr);
}
.new--template a.info-card {
    background: #fff;
    padding: 10px;
    padding: 8px 8px 40px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 10px #3c3c3c1f;
}
.new--template .card__text-field {
    font-size: 24px;
    color: #282727;
    display: block;
    margin: 11px 14px 0;
    font-weight: 700;
	    text-transform: uppercase;
}
.new--template .card__text-field {
    margin-top: 20px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
body:has(.new--template) h1.page-top__title.title {
    margin-bottom: 20px;
}}
.new--template .card__descr {
    line-height: 150%;
    margin: 8px 14px 0;
    color: #626161;
    text-transform: uppercase;
    font-size: 18px;
}
.new--template  button.info-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border: 2px solid #013f7c;
    color: #013f7c;
    padding: 0 56px;
    font-size: 16px;
    margin-left: 16px;
    margin-top: 18px;
	cursor: pointer;
}
.new--template .info-card::after, .new--template  .info-card:focus::after, .new--template  .info-card:focus::before, .new--template  .info-card:hover::after, .new--template  .info-card:hover::before {
	content: unset
}
.new--template .info-card:focus img, .new--template .info-card:hover img, .new--template .info-card img {
	   transform: scale(1);
	border-radius: 4px;
}
body:has(.new--template) h1.page-top__title.title {
    text-align: center;
    margin-bottom: -41px;
    text-align: center;
    color: #282727;
    font-size: 32px;
}

@media screen and (max-width: 768px) {
body:has(.new--template) h1.page-top__title.title {
 margin-bottom: 20px;
    font-size: 18px;
    line-height: 130%;
}	
	.new--template .info__wrap.card__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
		
}
	.new--template .card__text-field {
    text-wrap: nowrap;
    margin-left: 0;
    margin-top: 18px;
}
	.new--template .card__descr {
    margin-left: 0;
}
	.new--template a.info-card {
    padding-bottom: 14px;
}
	.new--template button.info-btn {
   width: -webkit-fill-available;
    margin: 0;
    margin-top: 17px;
    border-radius: 4px;
}
	    margin-bottom: -10px;
    font-size: 18px;
    line-height: 130%;
    margin-top: 25px;
}
.free__stuff div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 10px;
}
