

/* Start:/css/benefits.css?177935667811906*/
.h-redesign::after {
    display: none;
}

.main--blue {
    background-color: #F2F6F9;
    box-shadow: inset 0px 6px 12px -6px rgba(207, 212, 219, 0.4);
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 80px !important;
}

.main--blue .page-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: transparent;
}

@media (max-width: 575px) {
	.main--blue > .page-container {
		padding: 0 16px;
	}
}

.main--blue>.page-container>.page {
    flex-grow: 2;
}

.main--blue+.footer {
    margin-top: 0;
}

/*ÑÐ´Ð°Ð¹Ð´ÐµÑ€*/
.gallery-benefits {
    padding-top: 20px;
    padding-bottom: 60px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .gallery-benefits {
        padding-bottom: 40px;
    }
}

.gallery-benefits__slider {
    display: flex;
    gap: 8px;
}

.gallery-benefits__slider .slick-list {
    overflow: visible;
}

.gallery-benefits__slider .slick-track {
    display: flex;
    gap: 8px;
}

.gallery-benefits__slide {
    flex-shrink: 0;
    width: 590px;
}

@media (max-width: 767px) {
    .gallery-benefits__slide {
        width: 312px;
    }
}

.gallery-benefits__inner {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 66.78%;
    border-radius: 16px;
    background-color: #c0c0c0;
    border: none;
    cursor: pointer;
}

.gallery-benefits__slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    border-radius: 16px;
    background-color: #c0c0c0;
    color: #c0c0c0;
}

/*Ð¼Ð¾Ð´Ð°Ð»ÐºÐ° Ð³Ð°Ð»ÐµÑ€ÐµÐ¸*/

.s-modal-gallery__list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.s-modal-gallery__item {
    display: flex;
    padding: 5px;
    flex-grow: 1;
    max-width: 100%;
    width: calc(100%/3);
}

@media (max-width: 575px) {
	.s-modal--gallery-benefits .s-modal-gallery__item {
		width: 50%;
	}
}

.s-modal__name {
    padding: 5px 0;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
}

.s-modal--gallery-benefits .s-modal-gallery__link img {
    min-height: 0;
    height: auto !important;
    width: 100%;
}

.s-modal--gallery-benefits .s-modal__header {
    min-height: 0;
    margin-bottom: 0;
}

.benefits-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 960px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .benefits-title {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .benefits-title {
        flex-direction: column;
        justify-content: flex-start;
        gap: 8px;
        padding-bottom: 40px;
    }
}

.benefits-title h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    color: #1E242B;
}

@media (max-width: 575px) {
	.benefits-title h1 {
		font-size: 19px;
		line-height: 1.5;
	}
}

.benefits-title h1::after {
    content: ":";
}

.benefits-title__subtitle {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    color: #1E242B;
}

@media (max-width: 575px) {
	.benefits-title__subtitle {
		font-size: 19px;
	}
}

.benefits-title__badge {
    position: relative;
    align-self: flex-start;
	transform: rotate(-7deg) scale(0.8);
}

@media (max-width: 575px) {
    .benefits-title__badge {
		align-self: flex-end;
        margin-left: 26px;
		margin-bottom: -40px;
		transform: rotate(-7deg) scale(0.8) translate(33px, -24px);
    }
}

.benefits-title__badge::before {
    position: absolute;
    right: 100%;
    bottom: 15px;
    width: 23px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='19' viewBox='0 0 24 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.000153878 2.87197L23.7582 -1.29937e-05L17.7312 18.7883L0.000153878 2.87197Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right bottom;
    content: ""
}

.benefits-title__badge-inner {
    position: relative;
    width: 218px;
    padding: 15px 54px 15px 15px;
    border-radius: 12px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 300;
    font-style: italic;
    box-sizing: border-box;
    transform: rotate(10deg) translateY(27px);
}

.benefits-title__icon {
    position: absolute;
    right: 15px;
    top: 15px;
}

.benefits-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}

@media (max-width: 575px) {
    .benefits-list {
        margin: 0 -20px;
    }
}

.benefits-list__item {
    display: flex;
    width: calc(100%/3);
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

@media (max-width: 1023px) {
    .benefits-list__item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .benefits-list__item {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .benefits-list__item {
        padding: 0;
        margin-bottom: 8px;
    }
}

.benefits-list__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    background-color: #ffffff;
}

.benefits-list__header {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.benefits-list__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #1E242B;
}

.benefits-list__title-link {
    font-size: 15px;
    line-height: 1.5;
    color: #2C9ED8;
    font-weight: 400;
    text-decoration: underline solid transparent;
    transition: text-decoration 0.3s ease-in-out;
}

.benefits-list__title-link:hover,
.benefits-list__title-link:focus {
    text-decoration: underline;
}

.benefits-list__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: #29BDEF;
}

.benefits-list__item--transfer .benefits-list__icon {
    background-color: #F5BE17;
}

.benefits-list__icon::before {
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(205, 242, 255, 0.5);
    content: "";
}

.benefits-list__item--transfer .benefits-list__icon::before {
    display: none;
}

.benefits-list__icon .icon {
    position: relative;
    max-width: 28px;
    height: auto;
}

.benefits-list__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 2;
    width: 100%;
}

.benefits-list__text {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    color: #778698;
}

.benefits-list__text + .benefits-list__text {
    margin-top: -10px;
}

.benefits-list__image {
    margin-top: auto;
    margin-left: auto;
    max-width: 100%;
}

.benefits-list__image img {
    max-width: 100%;
    height: auto;
}

.benefits-list__link {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    padding: 13px 33px 13px 13px;
    font-size: 14px;
    line-height: 1.2;
    color: #778698;
    font-weight: 400;
    text-decoration: none;
    background-color: #F2F6F9;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M10.1657 8.56504C10.4781 8.25267 10.4781 7.74538 10.1657 7.43301L6.96703 4.23435C6.73712 4.00444 6.39477 3.93697 6.09489 4.06192C5.79502 4.18687 5.6001 4.47675 5.6001 4.80161L5.6001 11.1989C5.6001 11.5213 5.79502 11.8137 6.09489 11.9386C6.39477 12.0636 6.73712 11.9936 6.96703 11.7662L10.1657 8.56754V8.56504Z' fill='%234D4F60' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 9px top 15px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.benefits-list__link:last-child {
    margin-top: auto;
}

.benefits-list__link:hover,
.benefits-list__link:focus {
    border-color: #2C9ED8;
    background-color: #ffffff;
}

.benefits-list__link-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    color: #2C9ED8;
}

.benefits-list__link .benefits-list__image {
	margin-bottom: -13px;
    margin-right: -33px;
}

.benefits-list__photo {
    position: relative;
    flex-shrink: 0;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
}

.benefits-list__photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.benefits-list__body > form >.s-page-form-item {
    margin-bottom: 8px;
}

.benefits-list__body > form >.s-page-form-item input[type="text"],
.benefits-list__body > form >.s-page-form-item input[type="tel"] {
    padding: 4px 16px;
    border-radius: 12px;
    border-color: #D7EAF4;
    font-family: "Inter", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.3;
}

.benefits-list__body > form >.s-page-form-item input[type="tel"] {
    padding-left: 50px;
}

.benefits-list__body > form >.s-page-form-item .country-toggler__btn {
    background-color: #F2F6F9;
}

.benefits-list__body > form >.s-page-form__consent {
    margin-bottom: 12px;
}

.benefits-list__body > form >.s-page-form__consent label {
    padding-left: 36px;
    font-family: "Inter", "Arial", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #778698;
}

.benefits-list__body > form >.s-page-form__consent label::before {
    top: 2px;
    background-color: transparent;
    border: 2px solid #DFE9F0;
}

.benefits-list__body > form >.s-page-form__consent label::after {
    top: 4px;
    left: 2px;
}

.benefits-list__body > form >.s-page-form__submit {
    display: block;
    margin-top: auto;
    margin-bottom: 0;
    font-family: "Inter", "Arial", sans-serif;
    padding: 10px 18px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.benefits-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

@media (max-width: 575px) {
    .benefits-bottom {
        padding-top: 16px;
    }
}

.benefits-bottom__btn {
    display: inline-block;
    vertical-align: baseline;
    padding: 14px 18px;
    margin: 0 auto;
    width: 320px;
    max-width: 100%;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
    color: #2C9ED8;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    box-sizing: border-box;
}

@media (max-width: 575px) {
    .benefits-bottom__btn {
        background-color: rgba(255, 255, 255, 0.5);
    }
}

.benefits-bottom__btn:hover,
.benefits-bottom__btn:focus {
    color: #ffffff;
    background-color: #2C9ED8;
}

.s-modal--gallery-benefits .s-modal-gallery__link {
	position: relative;
	padding-bottom: 55%;
	width: 100%;
}

.s-modal--gallery-benefits .s-modal-gallery__link img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	border-radius: 12px;
}

.gallery-benefits__slide {
	width: auto;
}

.gallery-benefits__inner {
	padding-bottom: 0;
	height: auto;
}

.gallery-benefits__slide img {
	display: block;
	position: static;
	width: auto;
	height: 394px;
}

@media (max-width: 1023px) {
	.gallery-benefits__slide img {
		height: 40vw;
	}
}

@media (max-width: 767px) {
	.gallery-benefits__slide img {
		height: 58vw;
	}
}

.page-container > .resorts-grid {
	width: 100%;
	margin-bottom: 0;
	margin-top: 80px;
}
/* End */


/* Start:/local/components/kurort/benefits.modal/templates/.default/style.css?178214242525832*/
.w-100 {
    width: 100% !important;
}

.color-red {
    color: #FD3F61 !important;
}

.color-green {
    color: #23B762 !important;
}

.color-blue {
    color: #09A4F2 !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.mt-auto {
    margin-top: auto;
}

.mb-auto {
    margin-bottom: auto;
}

.page-container {
    min-height: 0 !important;
}

.s-page-form-item.is-invalid input {
    border: red !important;
}

.h-redesign::after {
    display: none;
}

.main--blue {
    background-color: #F2F6F9;
    box-shadow: inset 0px 6px 12px -6px rgba(207, 212, 219, 0.4);
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 80px !important;
}

.main--blue .page-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: transparent;
}

@media (max-width: 575px) {
    .main--blue>.page-container {
        padding: 0 16px;
    }
}

.main--blue>.page-container>.page {
    flex-grow: 2;
}

.main--blue+.footer {
    margin-top: 0;
}

/*Г‘ВЃГђВґГђВ°ГђВ№ГђВґГђВµГ‘в‚¬*/
.gallery-benefits {
    padding-top: 20px;
    padding-bottom: 60px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .gallery-benefits {
        padding-bottom: 40px;
    }
}

.gallery-benefits__slider {
    display: flex;
    gap: 8px;
}

.gallery-benefits__slider .slick-list {
    overflow: visible;
}

.gallery-benefits__slider .slick-track {
    display: flex;
    gap: 8px;
}

.gallery-benefits__slide {
    flex-shrink: 0;
    width: 590px;
}

@media (max-width: 767px) {
    .gallery-benefits__slide {
        width: 312px;
    }
}

.gallery-benefits__inner {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 66.78%;
    border-radius: 16px;
    background-color: #c0c0c0;
    border: none;
    cursor: pointer;
}

.gallery-benefits__slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    border-radius: 16px;
    background-color: #c0c0c0;
    color: #c0c0c0;
}

/*ГђВјГђВѕГђВґГђВ°ГђВ»ГђВєГђВ° ГђВіГђВ°ГђВ»ГђВµГ‘в‚¬ГђВµГђВё*/

.s-modal-gallery__list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.s-modal-gallery__item {
    display: flex;
    padding: 5px;
    flex-grow: 1;
    max-width: 100%;
    width: calc(100%/3);
}

@media (max-width: 575px) {
    .s-modal--gallery-benefits .s-modal-gallery__item {
        width: 50%;
    }
}

.s-modal__name {
    padding: 5px 0;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
}

.s-modal--gallery-benefits .s-modal-gallery__link img {
    min-height: 0;
    height: auto !important;
    width: 100%;
}

.s-modal--gallery-benefits .s-modal__header {
    min-height: 0;
    margin-bottom: 0;
}

.benefits-title {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .benefits-title {
        width: calc(100% + 20px);
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .benefits-title {
        flex-direction: column;
        justify-content: flex-start;
        gap: 8px;
        padding-bottom: 40px;
    }
}

.benefits-title h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    color: #1E242B;
}

@media (max-width: 575px) {
    .benefits-title h1 {
        font-size: 19px;
        line-height: 1.5;
    }
}

.benefits-title h1::after {
    content: ":";
}

.benefits-title__subtitle {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    color: #1E242B;
}

@media (max-width: 575px) {
    .benefits-title__subtitle {
        font-size: 19px;
    }
}

.benefits-title__badge {
    position: relative;
    align-self: flex-start;
    transform: translate(41px, -1px);
}

@media (max-width: 575px) {
    .benefits-title__badge {
        margin-left: auto;
        margin-bottom: -20px;
        transform: none;
        transform: translateY(-10px);
        
    }
}

.benefits-title__badge::before {
    position: absolute;
    right: calc(100% - 4px);
    bottom: -6px;
    width: 23px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='19' viewBox='0 0 24 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.000153878 2.87197L23.7582 -1.29937e-05L17.7312 18.7883L0.000153878 2.87197Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right bottom;
    content: ""
}

.benefits-title__badge-inner {
    position: relative;
    width: 218px;
    padding: 15px 54px 15px 15px;
    border-radius: 12px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 300;
    font-style: italic;
    box-sizing: border-box;
    transform: rotate(3deg) translateY(27px);
}

.benefits-title__icon {
    position: absolute;
    right: 15px;
    top: 15px;
}

.benefits-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}

@media (max-width: 575px) {
    .benefits-list {
        width: 100vw;
        margin: 0 -16px;
    }
}

.benefits-list__item {
    display: flex;
    width: calc(100%/3);
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

@media (max-width: 1023px) {
    .benefits-list__item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .benefits-list__item {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .benefits-list__item {

        padding: 0;
        margin-bottom: 8px;
    }
}

.benefits-list__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: #ffffff;
}

.benefits-list__header {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.benefits-list__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #1E242B;
}

.benefits-list__title-link {
    font-size: 15px;
    line-height: 1.5;
    color: #2C9ED8;
    font-weight: 400;
    text-decoration: underline solid transparent;
    transition: text-decoration 0.3s ease-in-out;
}

.benefits-list__title-link:hover,
.benefits-list__title-link:focus {
    text-decoration: underline;
}

.benefits-list__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: #29BDEF;
}

.benefits-list__item--transfer .benefits-list__icon {
    background-color: #F5BE17;
}

.benefits-list__icon::before {
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(205, 242, 255, 0.5);
    content: "";
}

.benefits-list__item--transfer .benefits-list__icon::before {
    display: none;
}

.benefits-list__icon .icon {
    position: relative;
    max-width: 28px;
    height: auto;
}

.benefits-list__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 2;
    width: 100%;
}

.benefits-list__text {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    color: #778698;
}

.benefits-list__text+.benefits-list__text {
    margin-top: -10px;
}

.benefits-list__text>a {
    color: #2C9ED8;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.benefits-list__text a:hover,
.benefits-list__text a:focus {
    color: #09A4F2;
    text-decoration: none;
}

.benefits-list__image {
    margin-top: auto;
    margin-left: auto;
    max-width: 100%;
}

.benefits-list__image--rb {
    margin-right: -20px;
    margin-bottom: -20px;
}

.benefits-list__image img {
    max-width: 100%;
    height: auto;
}

.benefits-list__link {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    padding: 13px 33px 13px 13px;
    font-size: 14px;
    line-height: 1.2;
    color: #778698;
    font-weight: 400;
    text-decoration: none;
    background-color: #F2F6F9;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M10.1657 8.56504C10.4781 8.25267 10.4781 7.74538 10.1657 7.43301L6.96703 4.23435C6.73712 4.00444 6.39477 3.93697 6.09489 4.06192C5.79502 4.18687 5.6001 4.47675 5.6001 4.80161L5.6001 11.1989C5.6001 11.5213 5.79502 11.8137 6.09489 11.9386C6.39477 12.0636 6.73712 11.9936 6.96703 11.7662L10.1657 8.56754V8.56504Z' fill='%234D4F60' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 9px top 15px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

/*.benefits-list__link:last-child {
    margin-top: auto;
}*/

.benefits-list__link:hover,
.benefits-list__link:focus {
    border-color: #2C9ED8;
    background-color: #ffffff;
}

.benefits-list__link-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    color: #2C9ED8;
}

.benefits-list__link .benefits-list__image {
    margin-bottom: -13px;
    margin-right: -33px;
}

.benefits-list__photo {
    position: relative;
    flex-shrink: 0;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
}

.benefits-list__photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.benefits-list__body>form>.s-page-form-item {
    margin-bottom: 8px;
}

.benefits-list__body>form>.s-page-form-item input[type="text"],
.benefits-list__body>form>.s-page-form-item input[type="tel"] {
    padding: 4px 16px;
    border-radius: 12px;
    border-color: #D7EAF4;
    font-family: "Inter", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.3;
}

.benefits-list__body>form>.s-page-form-item input[type="tel"] {
    padding-left: 50px;
}

.benefits-list__body>form>.s-page-form-item .country-toggler__btn {
    background-color: #F2F6F9;
}

.benefits-list__body>form>.s-page-form__consent {
    margin-bottom: 12px;
}

.benefits-list__body>form>.s-page-form__consent label {
    padding-left: 36px;
    font-family: "Inter", "Arial", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #778698;
}

.benefits-list__body>form>.s-page-form__consent label::before {
    top: 2px;
    background-color: transparent;
    border: 2px solid #DFE9F0;
}

.benefits-list__body>form>.s-page-form__consent label::after {
    top: 4px;
    left: 2px;
}

.benefits-list__body>form>.s-page-form__submit {
    display: block;
    margin-top: auto;
    margin-bottom: 0;
    font-family: "Inter", "Arial", sans-serif;
    padding: 10px 18px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.benefits-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

@media (max-width: 575px) {
    .benefits-bottom {
        padding-top: 16px;
    }
}

.benefits-bottom__btn {
    display: inline-block;
    vertical-align: baseline;
    padding: 14px 18px;
    margin: 0 auto;
    width: 320px;
    max-width: 100%;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
    color: #2C9ED8;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    box-sizing: border-box;
}

@media (max-width: 575px) {
    .benefits-bottom__btn {
        background-color: rgba(255, 255, 255, 0.5);
    }
}

.benefits-bottom__btn:hover,
.benefits-bottom__btn:focus {
    color: #ffffff;
    background-color: #2C9ED8;
}

.s-modal--gallery-benefits .s-modal-gallery__link {
    position: relative;
    padding-bottom: 55%;
    width: 100%;
}

.s-modal--gallery-benefits .s-modal-gallery__link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 12px;
}

.gallery-benefits__slide {
    width: auto;
}

.gallery-benefits__inner {
    padding-bottom: 0;
    height: auto;
}

.gallery-benefits__slide img {
    display: block;
    position: static;
    width: auto;
    height: 394px;
}

@media (max-width: 1023px) {
    .gallery-benefits__slide img {
        height: 40vw;
    }
}

@media (max-width: 767px) {
    .gallery-benefits__slide img {
        height: 58vw;
    }
}

.page-container>.resorts-grid {
    width: 100%;
    margin-bottom: 0;
    margin-top: 60px;
    padding-top: 0;
}

@media (max-width: 575px) {
    .page-container>.resorts-grid {
        width: 100%;
        margin-bottom: 0;
    }
}

.benefits-list__table {
    table-layout: fixed;
    border-collapse: collapse;
    border: none;
    font-size: 13px;
    line-height: 1.2;
    color: #1E242B;
    text-align: right;
    box-sizing: border-box;
}

.benefits-list__table td {
    padding: 8px 0;
    border-bottom: 0.3px solid #D7EAF4;
}

.benefits-list__table tr:last-child>td {
    padding-top: 14px;
    border-bottom: none;
}

.benefits-list__table td:first-child {
    text-align: left;
}

.benefits-list__table td>b {
    font-weight: 500;
}

.benefits-list-notice {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 8px;
    border-radius: 12px;
    background-color: #F2F6F9;
    box-sizing: border-box;
}

.benefits-list-notice__item {
    display: flex;
    gap: 8px;
    padding: 12px 10px 12px 8px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    color: #1E242B;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    box-sizing: border-box;
}

.benefits-list-notice__item+.benefits-list-notice__item {
    margin-top: 6px;
}

.benefits-list-notice__icon {
    position: relative;
    flex-shrink: 0;
    width: 29px;
    padding-top: 2px;
}

.benefits-list-notice__count {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    height: 15px;
    padding-right: 0.5px;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    background-color: #FD3F61;
    border-radius: 50%;
}

.benefits-list-notice__message {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.benefits-list-notice__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

.benefits-list-notice__time {
    font-size: 12px;
    font-weight: 400;
    color: #B5B6B9;
}

.benefits-list-notice__text {
    margin: 0;
}

.benefits-list-message {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
    padding: 12px 16px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    color: #1E242B;
    box-sizing: border-box;
    background-color: #E0FFED;
    border-radius: 12px;
}

.benefits-list-message__title {
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.benefits-list-message__text {
    width: 100%;
    margin: 0;
}

.benefits-list-excursions {
    position: relative;
    overflow: hidden;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

.benefits-list-excursions__list {
    display: flex;
    gap: 6px;
}

.swiper-initialized .benefits-list-excursions__list {
    gap: 0;
    transition-timing-function: linear !important;
}

.benefits-list-excursions__item {
    position: relative;
    flex-shrink: 0;
    width: 160px;
    max-width: 160px;
    border-radius: 16px;
    background-color: #F2F6F9;
    overflow: hidden;
}

.benefits-list-excursions__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.benefits-list-excursions__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 1px;
    min-height: 200px;
    width: 100%;
    padding: 8px 10px;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 400;
    color: #ffffff;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 51.92%, rgba(0, 0, 0, 0.2));
    box-sizing: border-box;
}

.benefits-list-excursions__benefit {
    align-self: flex-end;
    justify-self: flex-start;
    margin-bottom: auto;
    padding: 4px 23px 4px 6px;
    color: #09A4F2;
    font-weight: 600;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.3888 1.95885C8.45755 1.90056 10.2176 3.46268 10.4692 5.49042H10.7407C10.9667 5.49042 11.0767 5.21431 10.9126 5.05887L10.8552 5.00452C10.6547 4.81462 10.6461 4.49817 10.8359 4.29767C11.0258 4.09717 11.3423 4.08852 11.5428 4.27842L11.6002 4.33277C12.4207 5.10982 11.8708 6.49042 10.7407 6.49042H10.4568C10.3384 7.17057 9.97895 7.71856 9.5 8.19751V9.99041C9.5 10.2666 9.27615 10.4904 9 10.4904H7.5C7.2848 10.4904 7.0937 10.3527 7.02565 10.1485L6.8419 9.59721C6.7211 9.23481 6.382 8.99041 6 8.99041C5.618 8.99041 5.2789 9.23481 5.1581 9.59721L4.97434 10.1485C4.90628 10.3527 4.71522 10.4904 4.5 10.4904H3C2.72386 10.4904 2.5 10.2666 2.5 9.99041V8.49041C2.5 8.22641 2.30145 7.88542 1.86198 7.56127C1.43809 7.24857 0.896075 7.03537 0.447131 6.98762C0.192887 6.96057 0 6.74607 0 6.49042V4.49042C0 4.30101 0.107001 4.12792 0.276393 4.04322L1.08485 3.63897C1.41408 2.72431 2.24149 2.20573 3 2.045V0.49041C3 0.251835 3.16855 0.046495 3.40255 0C3.45554 0.00094 3.50875 0.00113 3.56204 0.00132C3.7083 0.001835 3.85518 0.00235497 4 0.0185C5.01575 0.13173 6.0427 1.01625 6.3888 1.95885ZM4 2.49041V1.03048C4.61551 1.20225 5.44075 1.79832 5.50015 2.50263C5.50715 2.78985 5.76545 3.01728 6.05135 2.98776L6.1919 2.97325C7.9549 2.79124 9.5 4.20532 9.5 5.99042C9.5 6.49806 9.2983 6.98496 8.93935 7.34397C8.90795 7.37537 8.87435 7.40672 8.8402 7.43852C8.67615 7.59152 8.5 7.75582 8.5 7.99042V9.49041H7.8604L7.79055 9.28096C7.53365 8.51027 6.8124 7.99042 6 7.99042C5.1876 7.99042 4.46634 8.51027 4.20943 9.28096L4.13962 9.49041H3.5V8.49041C3.5 7.75441 2.9936 7.15337 2.4556 6.75652C2.02845 6.44141 1.50937 6.19872 1 6.07297V4.79942L1.72361 4.43761C1.85416 4.37236 1.94967 4.25327 1.98507 4.11167C2.16481 3.39272 2.9131 2.99041 3.5 2.99041C3.77614 2.99041 4 2.76655 4 2.49041ZM3.75 5.49042C4.16422 5.49042 4.5 5.15461 4.5 4.74042C4.5 4.32622 4.16422 3.99042 3.75 3.99042C3.33578 3.99042 3 4.32622 3 4.74042C3 5.15461 3.33578 5.49042 3.75 5.49042Z' fill='%2309A4F2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 6px center;
    border-radius: 12px;
}

.benefits-list-excursions__price {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.benefits-list-excursions__price .old {
    text-decoration: line-through;
}

.benefits-list-excursions__price .actual {
    font-size: 11px;
}

.benefits-list-excursions__title {
    font-size: 15px;
    font-weight: 800;
}

.benefits-list-travelguides {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.benefits-list-travelguides__list {
    display: flex;
    gap: 6px;
}

.swiper-initialized .benefits-list-travelguides__list {
    gap: 0;
}

.benefits-list-travelguides__item {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    width: auto !important;
    height: 120px;
    min-height: 120px;
    max-height: 120px;
    border-radius: 16px;
    background-color: #F2F6F9;
    overflow: hidden;
}

.benefits-list-travelguides__image {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 120px;
    border-radius: 16px;
}

.social-block {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.social-block__link {
    display: inline-block;
    vertical-align: baseline;
    text-decoration: none;
    transition: filter 0.3s ease-in-out;
}

.social-block__link:hover,
.social-block__link:focus {
    filter: contrast(150%);
    text-decoration: none;
}

.benefits-list__item .social-block {
    margin: 0 auto;
}

/* End */
/* /css/benefits.css?177935667811906 */

.bonus-slider {
    position: relative;
    width: 100%;
    max-width: 270px;
    margin: auto;
}

.bonus-slider__swiper {
    overflow: visible;
    width: 100%;
}

.bonus-card {
    box-sizing: border-box;
    min-height: 152px;
    max-width: 270px;
    padding: 12px 16px;
    background: #F2F6F9;
    border-radius: 12px;
    cursor: pointer;
}

.bonus-card__title {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.bonus-card__text {
    font-size: 14px;
    line-height: 1.4;
}

/* иконка-подсказка */
.bonus-slider__hint {
    position: absolute;
    right: -10px;
    bottom: -22px;
    z-index: 30;
    pointer-events: none;
    transform-origin: 70% 30%;
    animation: bonus-tap 1.6s ease-in-out infinite;
}

@keyframes bonus-tap {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
    }

    15% {
        transform: scale(0.82) rotate(-6deg);
    }

    30% {
        transform: scale(1) rotate(0deg);
    }
}

.bonus-slider__rays {
    transform-origin: center;
    animation: bonus-rays 1.6s ease-in-out infinite;
}

@keyframes bonus-rays {

    0%,
    100% {
        opacity: 1;
    }

    15% {
        opacity: 0.3;
    }

    30% {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {

    .bonus-slider__hint,
    .bonus-slider__rays {
        animation: none;
    }
}

/* стили точек-пагинации (применятся только если добавишь разметку точек) */
.bonus-slider__pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.bonus-slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #9aa7b2;
    opacity: 0.35;
    cursor: pointer;
    transition: opacity 0.25s, width 0.25s, background 0.25s;
}

.bonus-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 22px;
    border-radius: 5px;
    background: #2c9ed8;
}

.s-modal--benefits .s-modal__inner {
    background-color: #F3F6F8;
}

.s-modal--benefits .s-modal__title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}

.s-modal--benefits .s-modal__header {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 16px 16px 0 0;
}

@media (max-width: 575px) {
    .s-modal--benefits .s-modal__header {
        background-color: transparent;
        margin-bottom: 16px;
    }
}

.s-modal--benefits .s-modal__close {
    margin-top: auto;
    margin-bottom: auto;
}

.s-modal--benefits .benefits-list {
    margin: 0 -5px;
}

.s-modal--benefits .benefits-list__item {
    padding: 0 5px;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .s-modal--benefits .benefits-list {
        width: 100%;
        margin: 0;
        padding: 1px;
        box-sizing: border-box;
    }

    .s-modal--benefits .benefits-list__item {
        width: 100%;
    }

    .s-modal--benefits .s-modal__inner {
        padding-bottom: 0;
    }

    .s-modal--benefits .s-modal__body {
        padding-bottom: 50px;
    }
}

.s-modal__body {
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: #D7EAF4 transparent;
    /* Firefox: ползунок / дорожка */
}

/* Chrome, Safari, Edge */
.s-modal__body::-webkit-scrollbar {
    width: 4px;
}

.s-modal__body::-webkit-scrollbar-track {
    background: transparent;
}

.s-modal__body::-webkit-scrollbar-thumb {
    background-color: #D7EAF4;
    border-radius: 4px;
}

.s-modal__body::-webkit-scrollbar-thumb:hover {
    background-color: #F0FBFF;
}

.s-modal--travelguides .s-modal__header {
    min-height: 0;
}

.s-modal--travelguides .s-modal-gallery__list {
    display: block;
    margin: 0 -4px;
    columns: 3;
    column-gap: 0;
}

@media (max-width: 767px) {
    .s-modal--travelguides .s-modal-gallery__list {
        columns: 2;
    }
}

.s-modal--travelguides .s-modal-gallery__item {
    display: flex;
    padding: 4px;
    width: 100%;
}

.s-modal--travelguides .s-modal-gallery__link {
    display: flex;
    width: 100%;
    height: auto;
}

.s-modal--travelguides .s-modal-gallery__link > picture {
    display: flex;
    width: 100%;
    height: auto;
}

.s-modal--travelguides .s-modal-gallery__link img, 
.s-modal--travelguides .s-modal-gallery__link video {
    display: inline-block;
    min-height: 0;
    height: auto;
    max-height: 100%;
    width: 100%;
    min-width: 100%;
    border-radius: 12px;
}

.benefits-list__table {
	table-layout: fixed;
	border-collapse: collapse;
	border: none;
}

.benefits-list__table td {
	text-align: right;
}

.benefits-list__table td:first-child {
	text-align: left;
}
.s-page-form-item.is-invalid input{
        border-color: red !important;
    }
/* End */
/* /css/benefits.css?177935667811906 */
/* /local/components/kurort/benefits.modal/templates/.default/style.css?178214242525832 */
