.modal_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*это контейнер самой формы*/
.modal_form {
    border-radius: 20px;
    width: 500px;
    position: relative;
    display: none;
    max-width: 100%;
    background: linear-gradient(0deg, rgba(202, 230, 235, 0.4), rgba(202, 230, 235, 0.4)), #FFFFFF;
    padding: 1.875rem;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.mfeedback .mf-message textarea {
    padding-top: 20px !important;
}

/*это кнопка для закрытия формы*/
a.close_form {
    position: absolute;
    right: 16px;
    top: 0px;
    z-index: 5;
    text-decoration: none;
    color: black;
    font-weight: 100;
    font-size: 45px;
}

.index-banner {
    padding: 4.3125rem 0 5.5rem;
}

.index-banner__title {
    font-weight: 700;
    font-size: 3.375rem;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #283234;
}



.index-banner__feature-list {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 4.3125rem;
}

.index-banner__feature-icon svg {
    display: block;
    height: auto;
    width: 3.375rem;
}


.index-banner__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-banner__feature_senter {
    margin: 0 7.1rem;
}

.index-banner__feature-title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 120%;
    text-align: center;
    color: #283234;

    margin: 0.9375rem 0 0.3125rem;
}

.index-banner__feature-descr {
    font-weight: 500;
    font-size: 1rem;
    line-height: 140%;
    text-align: center;
    color: #005567;
}



@media(max-width: 999px) {
    .index-banner__title {
        font-size: 36px;
    }
}

@media(max-width: 720px) {
    .index-banner__feature-icon svg {
        width: 36px;
    }

    .fancybox-container .fancybox-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fancybox-container img {
    width: 100%;
    min-width: 80vw;
}

    .index-banner__feature-title {
        font-size: 16px;
    }

    .index-banner__feature-descr {
        font-size: 14px;
    }

    .index-banner__feature_senter {
        margin: 0 50px;
    }

    .index-banner__title {
        font-size: 27px;
    }

    .index-banner__feature-list {
        margin-top: 30px;
    }

    .index-banner {
        padding: 40px 0;
    }
}

@media(max-width: 540px) {
    .index-banner__title br {
        display: none;
    }

    .index-banner__title {
        font-size: 23px;
    }

    .index-banner__feature-list {
        flex-wrap: wrap;
    }

    .index-banner__feature_senter {
        margin: 0;
    }

    .index-banner__feature {
        margin: 0 auto 20px;
    }

    .index-banner {
        padding: 21px 0 10px;
    }
}

/* Short videos (swiper) */
.short_video_section { overflow: hidden; }
.short_video_container.container { padding-top: 25px; }
.short-videos { width: 100%; position: relative; overflow: visible; }
.short-videos__slider { position: relative; overflow: hidden; height: auto; }
.short-videos__wrapper { align-items: flex-start; height: auto; }
.short-videos__slide { position: relative; height: auto; }
.short-videos__slider:not(.swiper-initialized) .short-videos__wrapper {
    display: flex;
    gap: 18px;
    transform: none !important;
}
.short-videos__slider:not(.swiper-initialized) .short-videos__slide {
    flex: 0 0 auto;
    width: 185.6px;
    height: 333px;
}
.short-videos__slider:not(.swiper-initialized) .short-videos__slide:last-child {
    margin-right: 0;
}


.short-videos__wrapper {
	min-height: 330px;
	max-height: 333px;
	height: 100% !important;
}

.short-videos__slide.swiper-slide.swiper-slide-active {
    height: 100%;
}


.short-videos__slide {
overflow: hidden;
border-radius: 14px;
}

.short-videos__slide {
	position: relative;
	overflow: hidden;
}

.short-videos__slide::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #eee, #ddd, #eee);
	background-size: 200% 100%;
	animation: shimmer 1.2s infinite;
	z-index: 1;
}

.short-videos__poster {
	position: relative;
	z-index: 2;
}


.short-videos__slide.swiper-slide, .short-videos__link {
	height: 100%;
}


.short-videos__link { display:block; position:relative; border-radius:14px; overflow:hidden; background: #f3f5f6; aspect-ratio: 610.85 / 1094; }
.short-videos__poster { display:block; width:100%; height:100%; object-fit:cover; background: #f3f5f6; }

/* Fallback for browsers without aspect-ratio: reserve height to avoid layout jump */
@supports not (aspect-ratio: 1 / 1) {
    .short-videos__link { height: auto; }
    .short-videos__link::before {
        content: '';
        display: block;
        padding-top: 179.1%; /* 1094 / 610.85 * 100 */
    }
    .short-videos__poster {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}
.short-videos__play { position:absolute; left:12px; bottom:12px; width:36px; height:36px; border-radius:18px; background: rgba(255,255,255,0.9); z-index:2; }
.short-videos__play::after { content:''; position:absolute; left:14px; top:10px; width:0; height:0; border-left:12px solid #283234; border-top:8px solid transparent; border-bottom:8px solid transparent; }
.short-videos__like { position:absolute; right:10px; top:10px; display:inline-flex; align-items:center; gap:6px; padding:8px 10px; border:0; border-radius:999px; background: rgba(255,255,255,0.92); cursor:pointer; z-index:2; }
.short-videos__like.is-liked { background: rgba(255,230,230,0.95); }
.short-videos__like-icon { width:16px; height:16px; background:#d23c3c; clip-path: path('M8 14s-6-3.6-6-7.8C2 3.9 3.6 2 5.7 2c1.1 0 2.1.5 2.8 1.3C9.2 2.5 10.2 2 11.3 2 13.4 2 15 3.9 15 6.2 15 10.4 9 14 9 14H8z'); }
.short-videos__like-count { font-weight:600; font-size:13px; line-height:1; color:#283234; }
.short-videos__nav { pointer-events:none; }
.short-videos__btn { pointer-events:auto; position:absolute; width:36px; height:36px; border:0; border-radius:18px; background: rgba(255,255,255,0.92); cursor:pointer; top:50%; transform: translateY(-50%); }
.short-videos__btn_prev { left:-48px; }
.short-videos__btn_next { right:-48px; }
.short-videos__btn::after { content:''; position:absolute; top:50%; left:50%; width:10px; height:10px; border-right:2px solid #283234; border-bottom:2px solid #283234; transform: translate(-50%,-50%) rotate(-45deg); }
.short-videos__btn_prev::after { transform: translate(-50%,-50%) rotate(135deg); }
.sv-modal-like { position:absolute; right:16px; top:64px; z-index:10; display:inline-flex; align-items:center; gap:8px; padding:10px 12px; border:0; border-radius:999px; background: rgba(255,255,255,0.92); cursor:pointer; }
.sv-modal-like.is-liked { background: rgba(255,230,230,0.95); }
.sv-modal-like__icon { width:18px; height:18px; background:#d23c3c; clip-path: path('M8 14s-6-3.6-6-7.8C2 3.9 3.6 2 5.7 2c1.1 0 2.1.5 2.8 1.3C9.2 2.5 10.2 2 11.3 2 13.4 2 15 3.9 15 6.2 15 10.4 9 14 9 14H8z'); }
.sv-modal-like__count { font-weight:700; font-size:14px; line-height:1; color:#283234; }
.fancybox-button--close { position: fixed !important; right: 16px !important; left: auto !important; top: 16px !important; }

.image-navigation {}

.image-navigation__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.image-navigation__item {
    display: block;

    margin-bottom: 1.25rem;
    position: relative;

    width: calc(33.33% - (1.625rem / 2));
    aspect-ratio: 1 !important;
}

.image-navigation__item:nth-child(1),
.image-navigation__item:nth-child(2),
.image-navigation__item:nth-child(3) {
    aspect-ratio: .875;
}

.image-navigation__item:nth-child(4),
.image-navigation__item:nth-child(5),
.image-navigation__item:nth-child(6) {
    aspect-ratio: 1.168;
}

.image-navigation__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    padding: 2.5rem 1.875rem 1.875rem;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image-navigation__title {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.image-navigation__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-navigation__btn-icon svg {
    display: block;
    height: auto;
    width: 2.5rem;
}

.image-navigation__btn-icon svg:hover rect {
    fill: #4DAABE;
}

.image-navigation__btn-icon svg:hover path {
    stroke: #fff;
}



@media(max-width: 999px) {
    .image-navigation__title {
        font-size: 18px;
    }

    .image-navigation__btn-icon svg {
        width: 30px;
    }

    .image-navigation__content {
        padding: 24px;
    }

    .image-navigation__item {
        width: calc(33.33% - (14px / 2));
        margin-bottom: 10px;
    }
}

@media(max-width: 740px) {
    .image-navigation__item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}

@media(max-width: 630px) {
    .image-navigation__item {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
}

@media(max-width: 495px) {
    .image-navigation__title {
        font-size: 14px;
    }

    .image-navigation__btn-icon svg {
        width: 26px;
    }

    .image-navigation__content {
        padding: 15px;
    }
}

@media(max-width: 340px) {
    .image-navigation__title {
        font-size: 12px;
    }
}


.about {
    padding: 4.4375rem 0 3.125rem;
}

.about__title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #283234;
}

.about__contents {
    display: flex;
    margin-top: 0.625rem;
    justify-content: space-between;
}

.about__content {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 160%;
    color: #283234;

    max-width: calc(50% - 0.625rem);
    width: 100%;
}

.about__content:nth-child(1) {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 160%;

    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #283234;
}

.about__content:nth-child(1) p {
    max-width: 37.25rem;
}

.about__images {
    margin-top: 2.15625rem;
    display: flex;
    justify-content: space-between;
}

.about__image {
    display: block;
    max-width: calc(50% - 0.625rem);
}



@media(max-width: 999px) {
    .about__title {
        font-size: 36px;
    }

    .about__content:nth-child(1) p {
        max-width: 100%;
        padding-right: 30px;
    }

    .about__content:nth-child(1) {
        font-size: 13px;
    }

    .about__content {
        font-size: 12px;
    }
}

@media(max-width: 780px) {
    .about__content:nth-child(1) p {
        padding-right: 0;
    }

    .about__content {
        font-size: 13px;
        max-width: 100%;
    }

    .about__contents {
        flex-direction: column;
    }
}

@media(max-width: 610px) {
    .about {
        padding: 30px 0;
    }

    .about__content p {
        margin-top: 0;
        margin-bottom: 12px;
    }

    .about__images {
        margin-top: 16px;
    }

    .about__image {
        max-width: calc(50% - 5px);
    }
}

@media(max-width: 480px) {
    .about__title {
        font-size: 24px;
        margin-bottom: 6px;
    }
}


.idea {
    padding: 4.375rem 0 3.9375rem;
    background: linear-gradient(0deg, rgba(202, 230, 235, 0.4), rgba(202, 230, 235, 0.4)), #FFFFFF;
    margin-bottom: 3.75rem;
}



.idea__content {
    display: flex;
    justify-content: space-between;
}

.idea__content>div {
    max-width: calc(50% - 0.625rem);
    width: 100%;
}

.idea__title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #283234;

    margin-top: .5rem;
}

.idea__title span {
    font-size: 3.375rem;
}

.idea__text {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 160%;
    color: #283234;
    padding-right: 1.25rem;
}

.idea__text p {
    margin-top: 0;
    margin-bottom: 0.75rem;
}



.idea__image-wrapper {
    background: #fff;
    display: flex;
    align-items: center;
    width: calc(50% - 0.625rem);
    padding: 0.9375rem 1.875rem 1.875rem;
}

.idea__images {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.375rem;
}

.idea__image-name {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 120%;
    color: #283234;
    max-width: 12.8125rem;
}

.idea__image-comment {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 160%;
    color: #283234;
    max-width: 10.5rem;
}

.idea__image-price {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #005567;
}

.idea__image-content {
    margin-left: 2.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 2.8125rem 0 1.875rem;
}

.idea__descr {
    font-weight: 600;
    font-size: 1.4375rem;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #283234;
    display: block;
    width: 100%;
    margin-top: 1.125rem;
}

.idea__features-name {
    font-weight: 400;
    font-size: 3.375rem;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #005567;
}

.idea__features-descr {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 160%;
    text-align: center;
    color: #283234;

    margin-top: 0.6875rem;
}

.idea__features {
    display: flex;
    align-items: flex-start;
    margin-top: 4.8125rem;
}

.idea__feature {
    margin: 0 auto;
}

.idea__image {
    width: 19.6875rem;
}

@media(max-width: 999px) {
    .idea__images {
        flex-direction: column;
    }

    .idea__image-wrapper {
        width: 100%;
        margin-bottom: 20px;
    }

    .idea__image-name {
        margin-bottom: 20px;
    }

    .idea__descr {
        margin-top: 0;
        font-size: 14px;
    }

    .idea__features-name {
        font-size: 40px;
    }

    .idea__features-descr {
        font-size: 12px;
        margin-top: 8px;
    }

    .idea__features {
        margin-top: 30px;
    }

    .idea__title {
        font-size: 30px;
    }

    .idea__title span {
        font-size: 40px;
    }

    .idea__text {
        font-size: 12px;
        padding-right: 0;
    }

    .idea__images {
        margin-top: 10px;
    }
}

@media(max-width: 720px) {
    .idea__content {
        flex-direction: column;
    }

    .idea__content>div {
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }

    .idea__title {
        margin-bottom: 12px;
    }

    .idea__features {
        flex-wrap: wrap;
        justify-content: center;
    }

    .idea__feature {
        margin: 0 10px 20px;
        width: calc(50% - 20px);
    }
}

@media(max-width: 660px) {
    .idea__image-wrapper {
        flex-direction: column;
    }

    .idea__image-content {
        margin: 20px 0 0 0;
        padding: 0;
        max-width: 100%;
    }

    .idea__image-name {
        max-width: 100%;
        text-align: center;
    }

    .idea__image-footer {
        margin: 0 auto;
    }

    .idea__image {
        max-width: 100%;
    }

    .idea__features-name {
        font-size: 32px;
    }
}

@media(max-width: 440px) {
    .idea {
        padding: 30px 0;
    }

    .idea__features-name {
        font-size: 26px;
    }

    .idea__features-descr {
        font-size: 10px;
    }
}


.info-banner {}

.info-banner__wrapper {
    width: 100%;
    background: #4FBDB0;
    color: #fff;
    position: relative;
    padding: 2.5rem 1.875rem;
}

.info-banner__bage {
    position: absolute;
    top: 0.75rem;
    left: 0;
    background: #005567;
    padding: 0.6875rem 0.75rem;
}

.info-banner__bage span {
    font-weight: 800;
}

.info-banner__image-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

.info-banner__btn {
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #283234;
    background: #fff;
    text-decoration: none;
    height: 3.75rem;
    width: 16.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.5rem;
}

.info-banner__btn-card {
    color: #fff;
    background-color: #005567;
    display: flex;
    align-items: center;
}

.info-banner__btn-card:hover {
    background-color: #003d4a !important;
}

.info-banner__btn-card svg {
    width: 1.5rem;
    display: block;
    height: auto;
}

.info-banner__btn-card span {
    display: block;
    margin-left: 1rem;
}

.info-banner__content {
    font-weight: 500;
    margin-bottom: 1.625rem;
    max-width: 35.625rem;
}

.info-banner__btn:hover {
    background: #005567;
    color: #fff;
}

.info-banner__content span {
    font-weight: 800;
}


.info-banner__content_size-1 {
    font-size: 2.375rem;
    margin-top: 2.75rem;
    line-height: 2.75rem;
}

.info-banner__content_size-2 {
    font-size: 3.125rem;
    margin-top: 1.25rem;
    line-height: 3.375rem;
}

.info-banner__image {
    display: block;
    max-width: 43.125rem;
    width: 100%;
}

@media(max-width: 999px) {
    .info-banner__image {
        max-width: 500px;
    }

    .info-banner__content_size-1 {
        font-size: 31px;
        margin-top: 36px;
        line-height: 40px;
    }

    .info-banner__content_size-2 {
        font-size: 40px;
        margin-top: 20px;
        line-height: 46px;
    }
}

@media(max-width: 880px) {
    .info-banner__image {
        display: block;
        max-width: initial;
        height: 170px;
    }

    .info-banner__content {
        margin-top: 170px;
        margin-right: 0;
        text-align: center;
        max-width: 100%;
    }

    .info-banner__btn {
        margin: 0 auto;
    }
}

@media(max-width: 590px) {
    .info-banner__image {
        display: none;
    }

    .info-banner__content {
        margin-top: 20px;
    }
}

@media(max-width: 450px) {
    .info-banner__content {
        margin-top: 30px;
        font-size: 21px;
        line-height: normal;
    }

    .info-banner__btn {
        margin: 0 auto;
        height: 50px;
        font-size: 11px;
        width: auto;
    }

    .info-banner__wrapper {
        padding: 40px 15px 20px;
    }

    .info-banner__bage {
        font-size: 12px;
    }


}


.catalog-slice {
    padding: 5.625rem 0 1.875rem;
}

.catalog-slice__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.25rem;
}

.catalog-slice__title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #283234;
}

.catalog-slice__navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.catalog-slice__navigation-item {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 140%;
    color: #005567;
    margin-left: 2rem;
    cursor: pointer;
}

.catalog-slice__navigation-item_active,
.catalog-slice__navigation-item:hover {
    color: #283234;
    text-decoration: underline;
}


.catalog-slice__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalog-slice__item {
    width: calc(33.33% - (1.425rem / 2));
    margin-bottom: 2.4375rem;
}

.catalog-slice__load-more {
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #283234;
    background: #FFFFFF;
    border: 1.5px solid #CAE6EB;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 1.25rem;

    cursor: pointer;
}

.catalog-slice__load-more:hover {
    color: #FFFFFF;
    background: #4DAABE;
}


@media(max-width: 940px) {
    .catalog-slice__header {
        flex-direction: column;
    }

    .catalog-slice__navigation {
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .catalog-slice__navigation-item {
        margin: 0 12px;
    }
}

@media(max-width: 840px) {
    .catalog-slice__item {
        width: calc(50% - 10px);
    }
}

@media(max-width: 600px) {
    .catalog-slice__item {
        width: calc(50% - 5px);
        margin-bottom: 15px;
    }

    .catalog-slice__title {
        font-size: 26px;
    }

    .catalog-slice {
        padding: 30px 0 20px;
    }
}

@media(max-width: 350px) {
    .catalog-slice__wrapper {
        width: calc(100% + 26px);
        margin-left: -13px;
    }

    .catalog-slice__load-more {
        width: calc(100% - 28px);
        margin-left: 14px;
    }
}

.product-snippet {
    width: 100%;
    display: flex;
    flex-direction: column;

    height: 100%;
}

.product-snippet__preview {
    position: relative;
}

.product-snippet__img {
    width: 100%;
    display: block;
    aspect-ratio: 1;
    object-fit: cover;
}


.product-snippet__tools {
    position: absolute;
    top: 0.75rem;
    left: 0;
    width: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    height: 2.15rem;
    z-index: 11;
}

.product-snippet__favorite {
    padding: 0.9375rem;
    cursor: pointer;
}

.product-snippet__bage {
font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    color: #FFFFFF;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-content: flex-start;
}

.product-snippet__bage svg {
    display: block;
    height: auto;
    width: 1.125rem;
    margin-right: 0.625rem;
}

.product-snippet__bage>div {
    display: flex;
    align-items: center;
    padding: 0.5625rem 0.75rem;
    width: fit-content;
}

.product-snippet__bage-item_hit:nth-child(1) {
    background: #1DD090;
}
.product-snippet__bage-item_hit:nth-child(2) {
    background: #4DAABE;
}
.product-snippet__bage-item_hit:nth-child(3) {
    background: #FF6B6B;
}
.product-snippet__bage-item_hit:nth-child(4) {
    background: #FFB86C;
}
.product-snippet__bage-item_sale {
    background: #4DAABE;
}

.product-snippet__bage-item_sale {
    background: #4DAABE;
}

.product-snippet__cart {
    display: flex;
    align-items: center;
    padding-right: 0.3125rem;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
}

.product-snippet__cart:hover svg path {
    fill: #005567;
}

.product-snippet__cart:hover span {
    text-decoration: underline;
}

.product-snippet__cart span {
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #283234;
    margin-right: 0.625rem;
    width: max-content;
    text-decoration: none;
}

.product-snippet__title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 120%;
    color: #283234;
    margin-right: 1.25rem;
    text-decoration: none;
}

.product-snippet__title:hover {
    text-decoration: underline;
}

.product-snippet__content-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-snippet__content-header a.btn.card__btn {
    white-space: nowrap;
    width: auto;
}

.product-snippet__comment {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 140%;
    color: #283234;
    max-width: 14.375rem;
    margin-top: 0.3125rem;
    margin-bottom: 0.75rem;
}

.product-snippet__price {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #283234;
}

.product-snippet__new-price {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #4DAABE;
}

.product-snippet__old-price {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    text-decoration-line: line-through;
    color: #283234;
    opacity: 0.3;
}

.product-snippet__descount {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    text-align: center;
    color: #FFFFFF;
    background: #1DD090;
    padding: 0.25rem 0.3125rem;
    width: fit-content;
}

.product-snippet__price-wrapper {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.product-snippet__price-wrapper>* {
    margin-right: 1rem;
}

.product-snippet__content {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

@media(max-width: 600px) {
    .product-snippet__price-wrapper>* {
        margin-right: 10px;
    }

    .product-snippet__new-price,
    .product-snippet__price {
        font-size: 16px;
    }

    .product-snippet__old-price {
        font-size: 12px;
    }

    .product-snippet__descount {
        font-size: 10px;
        padding: 2px 3px;
    }

    .product-snippet__cart svg {
        width: 14px;
    }

    .product-snippet__cart span {
        font-size: 10px;
        margin-right: 6px;
    }

    .product-snippet__title {
        font-size: 16px;
        margin-right: 0;
    }

    .product-snippet__comment {
        font-size: 10px;
        max-width: 160px;
    }

    .product-snippet__bage svg {
        width: 10px;
        margin-right: 6px;
    }

    .product-snippet__bage>div {
        padding: 4px 5px;
        font-size: 10px;
    }

}

@media(max-width: 440px) {
    .product-snippet__price-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}




.feature {
    padding: 3.625rem 0;
}


.feature__title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #283234;
    max-width: 50rem;
}

.feature__name {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 120%;
    color: #283234;
    margin: 1rem 0 0.5rem;
}

.feature__descr {
    font-weight: 500;
    font-size: 1rem;
    line-height: 140%;
    color: #283234;
}

.feature__icon svg {
    display: block;
    width: auto;
    height: 3.1875rem;
}

.feature__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3.25rem;
}

.feature__item {
    width: calc(33% - 2.2rem);
    margin-bottom: 1.8rem;
}

@media(max-width: 860px) {
    .feature {
        padding: 30px 0;
    }

    .feature__item {
        width: calc(50% - 10px);
    }

    .feature__title {
        font-size: 30px;
        max-width: 600px;
    }

    .feature__icon svg {
        height: 40px;
    }

    .feature__name {
        font-size: 16px;
        margin: 12px 0 6px;
    }

    .feature__descr {
        font-size: 12px;
    }
}

@media(max-width: 480px) {
    .feature__title {
        font-size: 23px;
        max-width: 600px;
    }

    .feature__item {
        width: 100%;
    }
}


.review-list {
    padding: 4.5rem 0;
}

.review-list__tools .review-list__slider-btns {
    margin-left: 20px;
}


.review-list__slider-slide {
    background: linear-gradient(0deg, rgba(202, 230, 235, 0.4), rgba(202, 230, 235, 0.4)), #FFFFFF;
    padding: 1.875rem;
    height: auto;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-list__name {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 140%;
    color: #283234;
}

.review-list__name-link {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 120%;
    color: #4DAABE;

    margin-top: -0.125rem;
    display: block;
}

.review-list__name-link:hover {
    text-decoration: none;
}

.review-list__date {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 160%;
    text-align: right;
    color: #283234;
    opacity: 0.5;
}

.review-list__icon {
    margin-right: 0.75rem;
}

.review-list__icon svg {
    display: block;
    height: auto;
    width: 2.25rem;
}

.review-list__user {
    display: flex;
    align-items: flex-end;
}

.review-list__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 3.125rem;
}

.review-list__text {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 160%;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.review-list__title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #283234;
}

.review-list__link {
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4DAABE;
}

.review-list__link:hover {
    text-decoration: none;
}

.review-list__tools {
    display: flex;
    align-items: center;
}

.review-list__slider-btns {
    display: flex;
    align-items: center;
    margin-left: 13.5rem;
}

.review-list__slider-btn {
    background: #FFFFFF;
    border: 1.5px solid #CAE6EB;
    border-radius: 1.875rem;
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.review-list__slider-btn:hover {
    background: #4DAABE;
}

.review-list__slider-btn:hover path {
    stroke: #ffffff;
}

.review-list__slider-btn svg {
    display: block;
    height: auto;
    width: 0.75rem;
}

.review-list__slider-btn-next {
    margin-left: 0.875rem;
}

.review-list__header {
    margin-bottom: 2.25rem;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-list__img {
    display: block;
    height: auto;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-top: -30px;
    margin-bottom: 30px;
}



@media(max-width: 750px) {
    .review-list__img {
        width: calc(100% + 50px);
        margin-bottom: 20px;
    }

    .review-list__text {
        font-size: 14px;
    }

    .review-list__icon svg {
        width: 26px;
    }

    .review-list__name-link {
        font-size: 10px;
    }

    .review-list__name {
        font-size: 11px;
    }

    .review-list__date {
        font-size: 12px;
        line-height: 10px;
    }

    .review-list__slider-slide {
        padding: 20px;
    }

    .review-list__title {
        font-size: 29px;
    }

    .review-list__slider-btns {
        margin-left: 40px;
    }

    .review-list__link {
        font-size: 12px;
    }

    .review-list__slider-btn {
        width: 34px;
        height: 34px;
    }

    .review-list__slider-btn svg {
        width: 9px;
    }

    .review-list__slider-btn-next {
        margin-left: 5px;
    }

    .review-list__header {
        margin-bottom: 20px;
    }

    .review-list {
        padding: 30px 0 0;
    }
}

@media(max-width: 420px) {
    .review-list__header {
        display: flex;
        flex-direction: column;
    }

    .review-list__tools {
        margin-top: 20px;
        justify-content: space-between;
        width: 100%;
    }

    .product-snippet__content-header {
        flex-direction: column;
    }

    .product-snippet__title {
        margin-bottom: 10px;
    }

    .product-snippet__content>div {
        margin-bottom: 10px;
    }
}


.main-form {
    padding: 4.625rem 0 5.625rem;
}

.main-form__wrapper {
    background: #4DAABE;
    border-radius: 7.5rem 1.25rem;
    padding: 3.75rem;
    display: flex;
}

.main-form__image-wrapper {
    position: relative;
    width: fit-content;
    margin-right: 3.75rem;
}

.main-form__img {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

.main-form .mf-text {
    padding-bottom: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 140%;
    color: #FFFFFF;
}

.main-form .mf-captcha input[type="text"] {
    height: 2.55rem;
    margin-right: 0.625rem;
    display: block;
    flex-grow: 1;
    padding: 0 1.25rem;
}

.main-form__row.main-form__row-fields {
    margin-bottom: 0;
}

.main-form__title {
    font-weight: 700;
    font-size: 3.375rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-top: 0.625rem;
    margin-bottom: 0.875rem;
}

.main-form__descr {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 160%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;

    max-width: 45.625rem;
    margin-bottom: 2.59375rem;
}

.main-form__confirm {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 140%;
    color: #FFFFFF;
}

.main-form__content-wrapper {
    flex-grow: 1;
}

.main-form__row {
    display: flex;
    max-width: 48.75rem;
    margin-bottom: 1.8125rem;
}

.main-form__input {
    height: 3.75rem;
    margin-right: 0.625rem;
    display: block;
    flex-grow: 1;
    padding: 0 1.25rem;
}

.main-form__btn {
    height: 3.75rem;
    width: 10rem;
    background: #283234;
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.main-form__btn:hover {
    background: #1c2324;
}

@media(max-width: 999px) {
    .main-form__image-wrapper {
        display: none;
    }
}

@media(max-width: 710px) {
    .main-form {
        padding: 40px 0;
    }

    .main-form__row-fields {
        display: flex;
        flex-wrap: wrap;
    }

    .main-form__btn {
        margin-top: 10px;
        width: 100%;
    }

    .main-form__input:nth-child(2) {
        margin-right: 0;
    }
}

@media(max-width: 560px) {
    .main-form__title {
        font-size: 36px;
        margin-top: 0;
    }

    .main-form__descr {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .main-form__input {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .main-form__btn {
        margin-top: 0;
    }

    .main-form__row-fields {
        flex-direction: column;
    }

    .main-form__wrapper {
        border-radius: 60px 10px;
    }

    .main-form__wrapper {
        border-radius: 60px 10px;
        padding: 30px 40px;
    }

    .main-form__row:last-child {
        margin-bottom: 0;
    }
}

@media(max-width: 400px) {
    .main-form__wrapper {
        padding: 30px 20px;
        border-radius: 30px 10px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .main-form__title {
        font-size: 25px;
    }
}






.catalog__name {
    font-weight: 700;
    font-size: 3.375rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #283234;
    margin-top: 0;
}

.catalog__navigation {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.catalog__navigation>form:not(:has(.search-modal_active)) {
    display: none;
}

.catalog__collections-list-wrapper {
    margin-top: 0.625rem;
}

.catalog__collections-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.catalog__collections-item:not(:last-child) {
    margin-right: 1.875rem;
}

.catalog__collections-link {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 140%;
    color: #005567;
    text-decoration: none;
    padding: 0.625rem 0;
    display: block;
}

.catalog__collections-link_current,
.catalog__collections-link:hover {
    color: #283234;
    position: relative;
}

.catalog__collections-link_current:after,
.catalog__collections-link:hover:after {
    content: '';

    position: absolute;
    top: calc(100% - 0.5rem);
    left: 0;
    width: 100%;
    background-color: #283234;
    height: 0.125rem;
}

.catalog__collections-link_load-more,
.catalog__collections-link_hide-more {
    color: #4DAABE;
    cursor: pointer;
}

.catalog__collections-list-wrapper.active .catalog__collections-list_next {
    display: flex;
}

.catalog__collections-list-wrapper.active .catalog__collections-link_load-more {
    display: none;
}

.catalog__collections-list_next {
    display: none;
}

.catalog__tools>* {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 140%;
    color: #005567;
    display: flex;
    align-items: center;

    height: 3.75rem;
    margin-left: 1.875rem;

    cursor: pointer;
}

.catalog__tools>* svg {
    display: block;
    height: auto;
    width: 1.5rem;
}

.catalog__tools>* span {
    margin-left: 0.625rem;
}

.catalog__tools {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}




@media(max-width: 999px) {

    .catalog__name {
        font-size: 40px;
    }

    .catalog__collections-link {
        padding: 8px 0;
    }

    .catalog__collections-item:not(:last-child) {
        margin-right: 16px;
    }

    .catalog__tools>* span {
        margin-left: 10px;
    }

    .catalog__tools>* svg {
        width: 20px;
    }

    .catalog__tools>* {
        font-size: 11px;
        height: 50px;
        margin-left: 18px;
    }
}

@media(max-width: 900px) {
    .catalog__collections-list-wrapper {
        margin-top: 0.625rem;
        max-width: 50%;
    }
}

@media(max-width: 730px) {
    .catalog__name {
        font-size: 32px;
    }

    .catalog__navigation {
        display: flex;
        flex-direction: column;
    }

    .catalog__tools {
        margin-left: auto;
    }

    .catalog__collections-list-wrapper {
        margin-top: 0.625rem;
        max-width: 100%;
    }
}

@media(max-width: 520px) {
    .catalog__name {
        font-size: 26px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}












.catalog__preview {
    margin-bottom: 2.875rem;
    margin-top: 1.75rem;
    display: flex;
    justify-content: space-between;
}

.catalog__preview-product {
    max-width: calc(66.2%);
    width: 100%;
}

.catalog__preview-product-image-wrapper {
    position: relative;
}

.catalog__preview-product-image {
    display: block;
    height: auto;
    width: 100%;
}

.catalog__preview-product-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}

.catalog__preview-product-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.catalog__preview-product-descr {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 160%;
    color: #FFFFFF;
    max-width: 25rem;
}

.catalog__preview-product-btn {
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #1DD090;
    border-radius: 1.875rem;
    height: 3.75rem;
    padding: 0 3.125rem;
    text-decoration: none;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog__preview-product-btn:hover {
    background-color: #19b27b;
}

.catalog__preview-product-title {
    font-weight: 700;
    font-size: 3.375rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 0.8125rem;
}

.catalog__preview-product-price {
    font-weight: 400;
    font-size: 3.375rem;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1DD090;
    margin-bottom: 1.25rem;
}

.catalog__preview-product-old-price {
    font-weight: 500;
    font-size: 2rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-decoration-line: line-through;
    color: #FFFFFF;
}

.catalog__preview-product-discount {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem 0.4375rem;
    background: #1DD090;
    width: fit-content;
    margin-left: 1rem;
}

.catalog__preview-product-price-wrapper {
    display: flex;
    align-items: center;
}

.catalog__preview-product-bage {
    position: absolute;
    z-index: 2;
    top: 1.25rem;
    left: 0;
    color: #fff;
    padding: 0.5625rem 0.75rem;
    background: #1DD090;
    display: flex;
    align-items: center;
}

.catalog__preview-product-bage span {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    margin-left: 0.625rem;
    display: block;
}

.catalog__preview-product-bage svg {
    display: block;
    height: auto;
    width: 1rem;
}

.catalog__preview-product-img {
    display: block;
    width: 100%;
}


.catalog__preview-banner {
    position: relative;

    background: #CAE6EB;
    margin-left: auto;
    padding-top: 4.375rem;
    padding-bottom: 3.3125rem;
    width: calc(33.33% - 0.8125rem);

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.catalog__preview-banner-image {
    display: block;
    margin-left: auto;
    height: auto;
    width: 23.75rem;
}

.catalog__preview-banner span {
    font-weight: 700;
    font-size: 2rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #005567;
    margin-left: 2.4375rem;
    display: block;
    max-width: 15.625rem;

    margin-top: auto;
}

.catalog__preview-banner-bage {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    color: #FFFFFF;
    background: #4DAABE;
    width: fit-content;
    padding: 0.8125rem 0.75rem;
    position: absolute;
    left: 0;
    top: 1.25rem;
}




.catalog__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
}

.catalog__item {
    margin-bottom: 1.59rem;
    width: calc(33.333% - 14px);
}


.catalog__project-calc {
    background-color: #4FBDB0;
    display: flex;
    align-items: center;
    padding: 2.375rem 3.125rem;
    width: 100%;
    margin-bottom: 3.375rem;
}

.catalog__banner {
    margin-bottom: 3.375rem;
}

.catalog__project-calc-title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.catalog__project-calc-icon svg {
    display: block;
    height: auto;
    width: 3.75rem;
}

.catalog__project-calc-icon {
    margin-right: 1.875rem;
}

.catalog__project-calc-btn {
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 0.625rem;
    text-decoration: none;
    background: linear-gradient(0deg, rgba(0, 118, 143, 0.7), rgba(0, 118, 143, 0.7)), #005567;
    border-radius: 2.5rem;
    width: 18.75rem;
}

.catalog__project-calc-btn:hover {
    background: linear-gradient(0deg, rgba(0, 118, 143, 0.7), rgba(0, 118, 143, 0.7)), #002b34;
}

@media(max-width: 1024px) {
    .catalog__item {
        margin-bottom: 1.59rem;
        width: calc(50% - 35px);
    }
}

@media(max-width: 999px) {
    .catalog__preview-product-descr {
        font-size: 16px;
        max-width: 210px;
    }

    .catalog__preview-product-btn {
        font-size: 12px;
        height: 50px;
        padding: 0 20px;
    }

    .catalog__preview-product-title {
        font-size: 42px;
    }

    .catalog__preview-product-price {
        font-size: 40px;
    }

    .catalog__preview-banner-image {
        width: 72%;
    }

    .catalog__preview-banner span {
        font-size: 26px;
        margin-left: 20px;
        max-width: 200px;
    }

    .catalog__project-calc-title {
        font-size: 26px;
    }

    .catalog__preview-banner {
        padding-bottom: 30px;
    }
}

@media(max-width: 840px) {
    .catalog__preview-product-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .catalog__preview-product-descr {
        margin-bottom: 10px;
    }

    .catalog__preview>* {
        width: calc(50% - 10px);
    }

    .catalog__preview-product-image-wrapper {
        height: 100%;
    }

    .catalog__preview-product-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .catalog__item {
        width: calc(50% - 10px);
    }

    .catalog__project-calc-title {
        font-size: 26px;
        margin-right: 20px;
    }
}

@media(max-width: 670px) {
    .catalog__preview-product-bage span {
        font-size: 11px;
        margin-left: 6px;
    }

    .catalog__item {
        width: 100%;
    }

    .catalog__preview-product-bage {
        padding: 4px 6px;
    }

    .catalog__preview-product-bage svg {
        width: 12px;
    }

    .catalog__preview-banner-bage {
        padding: 4px 6px;
        font-size: 11px;
    }

    .catalog__preview-product-content {
        padding: 36px 20px 20px;
    }

    .catalog__preview-product-old-price {
        font-size: 16px;
    }

    .catalog__preview-product-discount {
        font-size: 12px;
        padding: 2px 3px;
        margin-left: 10px;
    }

    .catalog__preview-product-price {
        font-size: 26px;
    }

    .catalog__preview-product-title {
        font-size: 30px;
    }

    .catalog__preview-product-descr {
        margin-bottom: 15px;
        font-size: 13px;
    }

    .catalog__preview-product-btn {
        font-size: 11px;
        height: 40px;
        max-width: 100%;
        width: 100%;
    }

    .catalog__preview-banner span {
        font-size: 20px;
    }

    .catalog__project-calc {
        padding: 30px 20px;
    }

    .catalog__project-calc {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .catalog__project-calc-btn {
        margin-right: auto;
        margin-top: 20px;
        height: 40px;
        font-size: 12px;
    }

    .catalog__project-calc-icon {
        display: none;
    }

    .catalog__project-calc-title {
        font-size: 26px;
        margin-right: 0;
        text-align: center;
    }
}

@media(max-width: 600px) {
    .catalog__item {

        margin-bottom: 15px;
    }

    .catalog__preview {
        margin-bottom: 15px;
    }

    .catalog__preview>* {
        width: calc(50% - 5px);
    }
}

@media(max-width: 510px) {
    .catalog__preview-banner {
        display: none;
    }

    .catalog__preview>* {
        width: 100%;
        aspect-ratio: 1;
        max-width: 100%;
    }

    .catalog__project-calc-btn {
        max-width: 100%;
    }
}

@media(max-width: 370px) {
    .catalog__preview-product-content {
        padding: 66px 20px 20px;
    }

    .catalog__preview>* {
        aspect-ratio: 0.9;
    }
}

@media (max-width: 350px) {
    .catalog__list {
        width: calc(100% + 26px);
        margin-left: -13px;
    }
}


.search-modal {
    border: 2px solid #CAE6EB;
    position: absolute;
    top: 0;
    width: calc(100% - 6.875rem);
    height: 3.75rem;
    background: #fff;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.125rem;
    z-index: 5;
}

.search-modal.search-modal_active {
    display: flex;
}


.search-modal input {
    height: 100%;
    padding: 0;
    flex-grow: 1;
    margin-right: 0.625rem;
    border: none
}

.search-modal input::placeholder {
    color: #005567;
}

.search-modal__icon {
    margin-right: 0.625rem;
}

.search-modal__icon svg {
    display: block;
    height: auto;
    width: 1.5rem;
}

.search-modal__close {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 140%;
    color: #4DAABE;
    cursor: pointer;
}

.search-modal__close svg {
    display: block;
    height: auto;
    width: 1.5rem;

    margin-left: 0.625rem;
}

@media(max-width: 999px) {
    .search-modal {
        height: 50px;
        width: calc(100% - 95px);
    }
}

@media(max-width: 730px) {
    .search-modal {
        top: auto;
        bottom: 0;
    }
}

@media(max-width: 470px) {
    .search-modal {
        width: 100%;
        padding: 0 10px;
    }

    .search-modal__icon svg {
        display: block;
        height: auto;
        width: 18px;
    }

    .search-modal__close svg {
        width: 18px;
    }

    .search-modal__close {
        font-size: 12px;
    }
}


.pagination {
    padding: 1.25rem 0 3.75rem;
}


.pagination__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.pagination__links {
    margin-right: 3.125rem;

    display: flex;
    align-items: center;
}

.pagination__link {
    background: #FFFFFF;
    border: 1.5px solid #CAE6EB;
    height: 3.75rem;
    width: 3.75rem;
    min-width: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #005567;
    text-decoration: none;
}

.pagination__link:not(:last-child) {
    margin-right: 0.3125rem;
}

.pagination__link_current,
.pagination__link:hover {
    background-color: #4DAABE;
    border-color: #4DAABE;
    color: #fff;
}


.pagination__load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1.5px solid #CAE6EB;
    height: 3.75rem;
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #283234;
    text-decoration: none;
    padding: 0 1.25rem;
    width: 26.25rem;
}

.pagination__load-more:hover {
    background-color: #4DAABE;
    border-color: #4DAABE;
    color: #fff;
}

@media(max-width: 999px) {
    .pagination__link {
        width: 44px;
        min-width: 44px;
        height: 44px;
        font-size: 13px;
    }

    .pagination__load-more {
        height: 44px;
        font-size: 13px;
        width: 320px;
    }
}

@media(max-width: 820px) {
    .pagination__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .pagination__links {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media(max-width: 460px) {
    .pagination__link {
        width: 36px;
        min-width: 36px;
        height: 36px;
        font-size: 10px;
    }

    .pagination__load-more {
        height: 36px;
        max-width: 100%;
        font-size: 10px;
    }
}


.filters {
    position: fixed;
    left: 0;
    top: 0;

    height: 100vh;
    width: 100%;

    background-color: rgba(0, 0, 0, .4);

    display: none;

    z-index: 15;
}

.filters.filters_active {
    display: block;
}

.filters__content {
    position: absolute;
    top: 0;
    right: 0;

    height: 100%;
    max-width: 400px;
    width: 100%;

    background-color: #ffffff;

    display: flex;
    flex-direction: column;
}

.filters__header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 1.375rem 1.875rem;
    border-bottom: 1px solid rgba(123, 123, 123, 0.2);
}

.filters__body {
    padding: 1.875rem;

    flex-grow: 1;
    overflow-y: auto;
}

.filters__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0.625rem 0.875rem;
    border-top: 1px solid rgba(123, 123, 123, 0.2);
}





.filters__title {
    font-weight: 600;
    font-size: 1.4375rem;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #283234;
}

.filters__close-btn {
    cursor: pointer;
}

.filters__reset-btn {
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8F8175;
    border: 1px solid rgba(123, 123, 123, 0.2);
    border-radius: 2.375rem;
    height: 3.75rem;
    background: transparent;
    padding: 0 1.5rem;
    cursor: pointer;
}

.filters__reset-btn:hover {
    color: #FFFFFF;
    background: #283234;
}

.filters__send-btn {
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #283234;
    border-radius: 2.375rem;
    height: 3.75rem;
    padding: 0 2.125rem;
    border: none;
    cursor: pointer;
}

.filters__send-btn:hover {
    background-color: transparent;
    color: #8F8175;
    border: 1px solid rgba(123, 123, 123, 0.2);
}


.filters__item {
    margin-bottom: 3.125rem;
}

.filters__item-title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 140%;
    color: #758082;
}

.filters__item-body {
    margin-top: 1.1875rem;
}

.filters__checkbox-list {
    display: flex;
    flex-direction: column;
}

.filters__checkbox-list label:not(:last-child) {
    margin-bottom: 1.125rem;
}

.filters__stroke {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 120%;
    color: #283234;
}

.filters__stroke span {
    font-weight: 300;
}



.card {}

.card__wrapper {
    display: flex;
    padding-top: 1.8125rem;
}

.card__info {
    width: 100%;
    max-width: 30rem;
    margin-right: 4.375rem;
}

.card__bread {
    padding: 0;
}

.card__bread .bread__list {
    justify-content: flex-start;
}

.card__bread li {
    margin-left: 0;
    margin-right: 0.625rem;
}

.card__title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #283234;

    margin-top: 0.5625rem;
    margin-bottom: 0.6875rem;
}

.card__sku {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 140%;
    color: #758082;
}

.card__action {
    display: flex;
    justify-content: space-between;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
}

.card__price {
    font-weight: 400;
    font-size: 2rem;
    line-height: 120%;
    color: #283234;
    margin-top: 0.3125rem;
}

.card__old-price {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 160%;
    color: #758082;
    text-decoration: line-through;
}

.card__btn {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid transparent;
    background: linear-gradient(0deg, rgba(0, 118, 143, 0.7), rgba(0, 118, 143, 0.7)), #005567;
    border-radius: 2.5rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.5rem;
    padding: 0 2rem;
    border: none;
}

.card__btn span {
    margin-left: 0.5rem;
}

.card__btn:hover {
    background: linear-gradient(0deg, rgba(0, 118, 143, 0.7), rgba(0, 118, 143, 0.7)), #003742;
    cursor: pointer;
}

.card__param,
.card__options {
    display: flex;
}

.card__options {
    margin-bottom: 3.0625rem;
}

.card__param {
    margin-bottom: 0.96875rem;
}

.card__option-values {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.card__param-title,
.card__option-title {
font-weight: 600;
    font-size: 0.875rem;
    line-height: 140%;
    color: #283234;
    min-width: 12.1875rem;
    word-wrap: unset;
    width: auto;
    max-width: 170px;
    margin-right: 10px;
}

.card__param-value {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 160%;
    color: #758082;
}

.card__option-value {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 140%;
    color: #005567;
    cursor: pointer;
    width: fit-content;
    margin-right: 1.25rem;
}

.card__option-value:hover,
.card__option-value_current {
    color: #283234;
    position: relative;
}

.card__option-value:hover:after,
.card__option-value_current:after {
    content: '';
    width: 100%;
    height: 0.125rem;
    background-color: #283234;
    top: calc(100% - 0.125rem);
    left: 0;

    position: absolute;
}

.card__param-value a {
    background: linear-gradient(0deg, rgba(202, 230, 235, 0.4), rgba(202, 230, 235, 0.4)), #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0.6875rem 0.875rem 0.625rem 0.875rem;
    margin-bottom: 0.3125rem;
    text-decoration: none;
}

.card__param-value a:hover {
    background: linear-gradient(0deg, rgba(202, 230, 235, 0.4), rgba(202, 230, 235, 0.4)), #dedede;
}

.card__param-icon {
    margin-right: 0.875rem;
}

.card__param-icon svg {
    display: block;
    height: auto;
    width: 2rem;
}

.card__param-value-title {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 140%;
    color: #283234;
    display: block;
}

.card__param-value-descr {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 140%;
    color: #758082;
    display: block;
}

.card__image-wrapper {
    position: relative;
    width: calc(100% - 34.375rem);
}

.card__image {
    display: block;
    width: 100%;
    height: auto;
}

.card__bage {
    width: fit-content;
    background: #1DD090;
    padding: 0.5625rem 0.75rem;
    display: flex;
    align-items: center;

    position: absolute;
    top: 0.75rem;
    right: 0;
}

.card__bage span {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    color: #FFFFFF;
    margin-left: 0.625rem;
}

.card__bage svg {
    display: block;
    height: auto;
    width: 1.125rem;
}

@media(max-width: 999px) {
    .card__bage svg {
        width: 14px;
    }

    .card__bage span {
        font-size: 10px;
        line-height: normal;
        margin-left: 8px;
    }

    .card__bage {
        width: fit-content;
        background: #1DD090;
        padding: 6px 8px;
    }

    .card__title {
        font-size: 30px;
    }

    .card__btn {
        font-size: 13px;
        line-height: normal;
        height: 50px;
        padding: 0 22px;
        margin-left: 20px;
    }

    .card__price {
        font-size: 28px;
    }

    .card__param-title,
    .card__option-title {
        margin-right: 20px;
        min-width: 190px;
        font-size: 12px;
    }

    .card__param-value {
        font-size: 13px;
    }

    .card__option-value {
        font-size: 13px;
        margin-right: 12px;
    }

    .card__param-value-title {
        font-size: 13px;
    }

    .card__param-value-descr {
        font-size: 10px;
    }

    .card__param-icon svg {
        width: 26px;
    }

    .card__info {
        width: 100%;
        max-width: 420px;
        margin-right: 40px;
    }

    .card__image-wrapper {
        position: relative;
        width: calc(100% - 460px);
    }
}

@media(max-width: 860px) {
    .card__wrapper {
        flex-direction: column-reverse;
    }

    .card__image-wrapper {
        width: 100%;
    }

    .card__info {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }

    .card__bread {
        display: none;
    }

    .card__title {
        margin-top: 0;
    }
}

@media(max-width: 480px) {
    .card__wrapper {
        padding-top: 0;
    }
}

@media(max-width: 440px) {
    .card__action {
        flex-direction: column;
        align-items: flex-start;
    }

    .card__btn {
        margin-left: 0;
    }

    .card__price-wrapper {
        display: flex;
        align-items: flex-end;
        margin-bottom: 10px;
    }

    .card__old-price {
        margin-left: 20px;
    }

    .card__options,
    .card__param {
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .card__param-title,
    .card__option-title {
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 6px;
    }
}

.our-work {
    padding-bottom: 5.625rem;
}

.reviews__title {
    font-weight: 700;
    font-size: 3.375rem;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #283234;
    margin-bottom: 2.5rem;
}

@media (max-width: 680px) {
    .reviews__title {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

@media (max-width: 440px) {
    .reviews__title {
        font-size: 34px;
        margin-bottom: 20px;
    }
}

.callback {
    padding: 2.5rem 0;
}

.callback__wrapper {
    background: #4FBDB0;
    border-radius: 7.5rem 1.25rem;
    padding: 3.125rem 3.125rem 1.875rem;
    display: flex;
}

.callback__image-wrapper {
    position: relative;
    width: fit-content;
}

.callback__image-wrapper svg {
    display: block;
    height: auto;
    width: 13.75rem;
}

.callback__img {
    position: absolute;
    display: block;
    height: auto;
    bottom: 1.3125rem;
    right: 0;
}

.callback__content-wrapper {
    margin-left: 4.375rem;
    max-width: 50rem;
}

.callback__title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.callback__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 1.875rem;
}

.callback__text {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 160%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-right: 1.875rem;
}

.callback__btn {
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #283234;
    background: #FFFFFF;
    border-radius: 2.5rem;
    border: none;
    width: 15rem;
    height: 3.75rem;
    cursor: pointer;
}

.callback__btn:hover {
    color: #fff;
    background: #005567;
}

.callback__img {
    width: 11.8125rem;
    display: block;
}

@media(max-width: 999px) {
    .callback__title {
        font-size: 26px;
    }

    .callback__text {
        font-size: 14px;
        line-height: 130%;
    }

    .callback__btn {
        font-size: 12px;
        padding: 0 20px;
        height: 50px;
    }

    .callback__text {
        max-width: 300px;
    }

    .callback__content-wrapper {
        margin-left: 30px;
    }
}

@media(max-width: 900px) {
    .callback__image-wrapper {
        display: none;
    }

    .callback__content-wrapper {
        margin-left: 0;
    }
}

@media(max-width: 725px) {
    .callback__wrapper {
        border-radius: 60px 10px;
        padding: 30px 40px;
    }

    .callback__title {
        font-size: 22px;
    }

    .callback__text {
        max-width: 260px;
        font-size: 11px;
    }
}

@media(max-width: 590px) {
    .callback__footer {
        flex-direction: column;
        margin-top: 20px;
    }

    .callback__text {
        max-width: 100%;
        font-size: 12px;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .callback__btn {
        width: 100%;
    }

    .callback {
        padding: 30px 0;
    }
}

.sku-line-block {
    margin-bottom: 2.5rem;
}

.gallery {
    padding: 5.625rem 0;
}



.gallery__title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #000000;
}

.gallery__btns {
    display: flex;
    align-items: center;
}

.gallery__btn {
    border: 1.5px solid #CAE6EB;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.3125rem;
}

.gallery__btn svg {
    display: block;
    height: auto;
    width: 0.625rem;
}

.gallery__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.25rem;
}


.gallery__slide-preview {
    position: relative;
    margin-bottom: 0.75rem;
}

.gallery__slide-img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery__slide-img_1 {
    position: absolute;
    width: 90%;
    bottom: -0.4375rem;
    opacity: .75;

    left: 50%;
    transform: translateX(-50%);

    z-index: -1;
}

.gallery__slide-img_2 {
    position: absolute;
    width: 80%;
    bottom: -0.75rem;
    opacity: .5;

    left: 50%;
    transform: translateX(-50%);

    z-index: -2;
}

.gallery__slide-tools {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 1rem;
}

.gallery__slide-icon svg {
    display: block;
    height: auto;
    width: 28px;
}

.gallery__slide-counter {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 120%;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 0.375rem;
    margin-right: 0.5rem;
}

.gallery__slide-content {
    padding: 1rem 0;
}

.gallery__slide-title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 120%;
    color: #283234;
    display: block;
}

.gallery__slide-descr {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 140%;
    color: #283234;
    margin-top: 0.3125rem;
}

.gallery__pg {
    display: flex;
    justify-content: center;
    padding: 1.25rem 0;
}

.gallery__pg .swiper-pagination-bullet {
    width: 2.25rem;
    height: 0.125rem;
    border-radius: 0;
    background: #283234;
    opacity: .2;
    margin: 0 0.25rem;
}

.gallery__pg .swiper-pagination-bullet-active {
    opacity: 1;
}


@media(max-width: 999px) {
    .gallery__title {
        font-size: 32px;
    }
}

@media(max-width: 640px) {
    .gallery__header {
        flex-direction: column;
        align-items: center;
    }

    .gallery__tools {
        margin-top: 20px;
    }

    .gallery {
        padding: 40px 0;
    }
}

@media(max-width: 520px) {
    .gallery__title {
        font-size: 24px;
    }
}



.content-banner {
    padding-bottom: 5.625rem;
}

.content-banner__wrapper {
    position: relative;
}

.content-banner__img {
    display: block;
    height: auto;
    width: 100%;
}

.content-banner__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 3.125rem 3.75rem;
}

.content-banner__title,
.content-banner__descr {
    max-width: 35.625rem;
}

.content-banner__title {
    font-weight: 700;
    font-size: 3.375rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.content-banner__descr {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #FFFFFF;
    margin-top: 1.5rem;
    margin-bottom: 3.75rem;
}

.content-banner__tag {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 160%;
    color: #FFFFFF;
    margin-right: 2rem;
}

.content-banner__tag:hover {
    text-decoration: none;
}

@media(max-width: 999px) {
    .content-banner__title {
        font-size: 40px;
    }

    .content-banner__descr {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .content-banner__info {
        padding: 20px 30px;
    }

    .content-banner {
        padding-bottom: 70px;
    }
}

@media(max-width: 760px) {
    .content-banner__title {
        font-size: 32px;
    }

    .content-banner__descr {
        font-size: 14px;
    }

    .content-banner__tag {
        font-size: 12px;
        margin-right: 12px;
    }

    .content-banner__title,
    .content-banner__descr {
        max-width: 400px;
    }

    .content-banner__img {
        aspect-ratio: 1.8;
    }

    .content-banner {
        padding-bottom: 50px;
    }
}

@media(max-width: 480px) {
    .content-banner__wrapper {
        position: relative;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .content-banner {
        padding-bottom: 30px;
    }

    .content-banner__info {
        padding: 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .content-banner__img {
        aspect-ratio: 1.2;
    }

    .content-banner__title {
        font-size: 24px;
    }

    .content-banner__descr {
        font-size: 12px;
        line-height: normal;
    }

}

.main-form__input {
    height: 3.75rem;
    margin-right: 0.625rem;
    display: block;
    flex-grow: 1;
    padding: 0 1.25rem;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}

.mfeedback .mf-captcha {
    margin-bottom: 10px;
    padding-left: 1px;
}

.mfeedback h3 {
    font-size: 21px;
    font-weight: 600;
    padding-left: 1px;
    margin-top: 0;
}

.mfeedback .mf-captcha .mf-text {
    font-size: 14px;
    margin-bottom: 10px;
}

.mfeedback .mf-captcha img {
    margin-bottom: 5px;
}

.mfeedback .mf-captcha input[type="text"] {
    /* padding: 10px; */
    height: 60px;
    margin-right: 0.625rem;
    display: block;
    flex-grow: 1;
    padding: 0 1.25rem;
    /* width: 100%; */
    margin-bottom: 10px;
    border-radius: 10px;
}

.mfeedback input.header__btn {
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 1.5rem;
    height: 60px;
    width: auto;
    padding: 0 2rem;
    border: none;
}

.mfeedback .mf-consent {
    width: 100%;
}

.mfeedback .pd-consent {
    margin-bottom: 10px;
}

.mfeedback .pd-consent span.contacts__confirm, .contacts__form-forms .pd-consent span.contacts__confirm,
.mfeedback .pd-consent span.contacts__confirm a {
    font-size: 12px;
    line-height: 140%;
    font-weight: 400;
}

.contacts__form.mfeedback .pd-consent {
    margin-bottom: 0;
}

.contacts__form.mfeedback .contacts__form-row-submit {
    margin-bottom: 0;
}

.contacts__form.mfeedback .contacts__form-row-submit .contacts__btn {
    margin-top: 10px;
}

.pd-consent-error {
    display: none;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 140%;
    color: #d0021b;
}

.pd-consent-error.is-visible {
    display: block;
}

.main-form .pd-consent-error {
    color: #ffb3b3;
}

.pd-consent--invalid .checkbox span:before {
    border-color: #d0021b;
}

.mySwiperdet {
    max-height: 700px;
}

.fancybox-content {
    max-height: 90%;
    max-width: 1100px !important;
    overflow: hidden;
}

/* Fancybox short-video overlay + no black bars */
.fancybox-slide .fancybox-content {
    padding: 0 !important;
    background: #000;
}
.fancybox-slide video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

/* Modern custom player (modal) */
.sv-player {
    position: relative;
    width: min(92vw, 520px);
    background: #000;
    overflow: hidden;
}
.sv-player::before {
    content: '';
    display: block;
    padding-top: 179.1%;
}
@supports (aspect-ratio: 1 / 1) {
    .sv-player { aspect-ratio: 610.85 / 1094; }
    .sv-player::before { display: none; }
}
.sv-player__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sv-player__tap {
    position: absolute;
    inset: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 1;
    pointer-events: none;
}
.sv-player__controls {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(8px);
    z-index: 2;
    pointer-events: auto;
}
.sv-player_native .sv-player__video {
    /* native controls */
    cursor: default;
}
.sv-player__btn {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    cursor: pointer;
    position: relative;
}
.sv-player.is-paused .sv-player__btn::after {
    content: '';
    position: absolute;
    left: 13px;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 12px solid #283234;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.sv-player:not(.is-paused) .sv-player__btn::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 10px;
    width: 4px;
    height: 14px;
    background: #283234;
    box-shadow: 8px 0 0 #283234;
}
.sv-player__btn_mute::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 18px;
    height: 18px;
    background: #283234;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14 3.23v17.54c0 .83-.95 1.31-1.62.82L7.5 18H4c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h3.5l4.88-3.59c.67-.49 1.62-.01 1.62.82z'/%3E%3Cpath fill='black' d='M19.07 4.93a1 1 0 0 1 1.41 0 11 11 0 0 1 0 14.14 1 1 0 1 1-1.41-1.41 9 9 0 0 0 0-11.32 1 1 0 0 1 0-1.41z'/%3E%3Cpath fill='black' d='M17.66 7.76a1 1 0 0 1 1.41 0 7 7 0 0 1 0 8.48 1 1 0 0 1-1.41-1.41 5 5 0 0 0 0-5.66 1 1 0 0 1 0-1.41z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14 3.23v17.54c0 .83-.95 1.31-1.62.82L7.5 18H4c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h3.5l4.88-3.59c.67-.49 1.62-.01 1.62.82z'/%3E%3Cpath fill='black' d='M19.07 4.93a1 1 0 0 1 1.41 0 11 11 0 0 1 0 14.14 1 1 0 1 1-1.41-1.41 9 9 0 0 0 0-11.32 1 1 0 0 1 0-1.41z'/%3E%3Cpath fill='black' d='M17.66 7.76a1 1 0 0 1 1.41 0 7 7 0 0 1 0 8.48 1 1 0 0 1-1.41-1.41 5 5 0 0 0 0-5.66 1 1 0 0 1 0-1.41z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.sv-player.is-muted .sv-player__btn_mute::after {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14 3.23v17.54c0 .83-.95 1.31-1.62.82L7.5 18H4c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h3.5l4.88-3.59c.67-.49 1.62-.01 1.62.82z'/%3E%3Cpath fill='black' d='M17 9l-1.41 1.41L17.17 12l-1.58 1.59L17 15l3-3-3-3z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14 3.23v17.54c0 .83-.95 1.31-1.62.82L7.5 18H4c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h3.5l4.88-3.59c.67-.49 1.62-.01 1.62.82z'/%3E%3Cpath fill='black' d='M17 9l-1.41 1.41L17.17 12l-1.58 1.59L17 15l3-3-3-3z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.sv-player__range {
    flex: 1;
    height: 4px;
    accent-color: #ffffff;
}
.sv-modal-like {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    cursor: pointer;
}
.sv-modal-like.is-liked {
    background: rgba(255, 230, 230, 0.95);
}
.sv-modal-like__icon {
    width: 18px;
    height: 18px;
    background: #d23c3c;
    clip-path: path('M8 14s-6-3.6-6-7.8C2 3.9 3.6 2 5.7 2c1.1 0 2.1.5 2.8 1.3C9.2 2.5 10.2 2 11.3 2 13.4 2 15 3.9 15 6.2 15 10.4 9 14 9 14H8z');
}
.sv-modal-like__count {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #283234;
}

/* Fancybox close button: right, outside video */
.fancybox-button--close {
    position: fixed !important;
    right: 16px !important;
    left: auto !important;
    top: 16px !important;
}

/* Keep like below toolbar area */
.fancybox-content .sv-modal-like {
    top: 64px;
}

.sv-video-error {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 20;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.swiper-slide-active img {
    display: block !important;
}

@media (max-width: 999px) {
    .card__btn {
        font-size: 0.6rem !important;

    }
}
