

/* 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 */
/* /css/benefits.css?177935667811906 */
