
        .catalog-photo {
            width: 360px;
            height: 360px;
        }

        .preference {
            display: flex;
            align-items: center;
            justify-content: center;
            padding-bottom: 15px;
        }

        .preference_item {
            width: 33%;
            margin: 50px 5px 0;
            text-align: center;
            position: relative;
            flex: 1 1 auto;
        }

        .preference_item:nth-child(2) {
            width: 33%;
            margin: 0;
        }

        .preference_item img {
            border-radius: 10px;
            box-shadow: 0px 8px 16px rgba(163, 181, 202, .2), 0px 4px 6px rgba(163, 181, 202, .15), 0px 2px 4px rgba(163, 181, 202, .1);
        }

        .preference_item p {
            font-size: 17px;
            line-height: 1.25;
            padding: 10px 0 0;
        }

        .preference_check {
            position: absolute;
            left: 15px;
            z-index: 3;
            height: 24px;
            width: 24px;
            border-radius: 3px;
            background: #2e2d38;
            color: #fff;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
        }

        .preference_check:before,
        .preference_check:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 24px;
            height: 24px;
            background: inherit;
            border-radius: 3px;
        }

        .preference_check:before {
            transform: rotate(30deg);
        }

        .preference_check:after {
            transform: rotate(60deg);
        }

        .preference_check svg {
            fill: #fff;
            position: relative;
            z-index: 2;
        }


        .asset {
            padding: 40px 10px 0;
        }

        .asset_item {
            width: 60%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .asset_item img {
            margin-right: 10px;
            border-radius: 10px;
            box-shadow: 0px 8px 16px rgba(163, 181, 202, .2), 0px 4px 6px rgba(163, 181, 202, .15), 0px 2px 4px rgba(163, 181, 202, .1);
        }

        .asset_item h3 {
            line-height: 1;
            padding: 10px 0;
            font-size: 28px;
            font-weight: 700;
        }

        .asset_item:nth-child(2) {
            margin-left: 40%;
        }

        .asset_item:nth-child(3) img {
            padding: 10px;
        }

        @media (max-width:460px) {
            .asset_item {
                width: 80%;
            }

            .asset_item:nth-child(2) {
                margin-left: 20%;
            }
        }

        .bg_container {
            position: relative;
        }

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

        .bg_container:before {
            content: '';
            z-index: 1;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 8%);
        }

        .bg_container:after {
            content: '';
            z-index: 1;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 8%);
        }

        .style-top-0 {
            background: #ffb0b2; /* Оставляем цвет фона */
            display: flex; /* Включаем flex-контейнер */
            align-items: center; /* Центрируем по вертикали */
            justify-content: center; /* Центрируем по горизонтали */
            height: 50px; /* Фиксированная высота (если нужна) */
        }

        .style-top-0 h2 {
            font-weight: bold;
            color: #fff; /* Белый цвет текста */
            margin: 0; /* Убираем внешние отступы */
            text-align: center; /* Центрируем текст */
            font-size: 20px; /* Настроить размер текста при необходимости */
        }

        .style-catalogitem-2 {
            position: relative
        }

        .sale_label {
            top: 10px;
            right: 10px;
            font-style: normal;
            font-weight: bold;
            font-size: 24px;
            line-height: 29px;
            text-align: center;
            color: #24587f;
            background: rgb(255 0 0);
            -webkit-box-shadow: 4px 4px 20px rgb(255 0 0);
            -moz-box-shadow: 4px 4px 20px rgb(255 0 0);
            box-shadow: 4px 4px 20px rgb(255 0 0);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            padding: 0;
            width: 70px;
            height: 70px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            color: #fff;
            font-size: 19px;
            z-index: 10
        }

        .form-order {
            margin: 15px 0;
            padding: 10px;
        }

        .input_ctr {
            position: relative;
            margin-bottom: 15px;
        }

        .input_ctr:before {
            content: "";
            background: #eee;
            border-radius: 20px;
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%);
            width: 36px;
            height: 36px;
        }

        .input_ctr img {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0.6;
        }

        .field {
            font-size: clamp(16px, 3vw, 18px);
            text-overflow: ellipsis;
            background: #fff;
        }

        .btn_ctr {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }


        .submit_after {
            position: relative;
            display: flex;
        }


        input[type="text"],
        input[type="email"],
        input[type="tel"],
        select {
            color: #777;
            text-indent: 0;
            border: 1px solid transparent;
            font-family: 'Comfortaa', cursive;
            background: transparent;
            -webkit-appearance: none;
            display: block;
            vertical-align: middle;
            font-size: 18px;
            line-height: 50px;
            font-weight: 400;
            max-width: 100%;
            width: 100%;
            border-radius: 50px;
            box-shadow: none;
            box-sizing: border-box;
            transition: all .2s ease-in-out;
            padding: 0 10px;
            text-align: center;
            box-shadow: 0px 8px 30px rgba(163, 181, 202, .2), 0px 4px 10px rgba(163, 181, 202, .15), 0px 2px 6px rgba(163, 181, 202, .1);
        }

        input[type="text"]:focus,
        input[type="email"]:focus,
        input[type="tel"]:focus,
        select:focus {
            border: 1px solid #ddd;
        }

        input::-webkit-input-placeholder,
        textarea::-webkit-input-placeholder {
            color: #777;
            opacity: 1;
            font-size: 18px;
            text-align: center;
        }

        input::-moz-placeholder,
        textarea::-moz-placeholder {
            color: #777;
            opacity: 1;
            font-size: 18px;
            text-align: center;
        }

        input:focus::-webkit-input-placeholder,
        textarea:focus::-webkit-input-placeholder {
            color: transparent
        }

        input:focus::-moz-placeholder,
        textarea:focus::-moz-placeholder {
            color: transparent
        }

    @font-face {
        font-family: 'Gotham Pro';
        src: url(../fonts/GothamPro.eot);
        src: local('Gotham Pro'), local('GothamPro'), url(../fonts/GothamPro.eot?#iefix) format('embedded-opentype'), url(../fonts/GothamPro.woff) format('woff'), url(../fonts/GothamPro.ttf) format('truetype');
        font-weight: normal;
        font-style: normal
    }

    @font-face {
        font-family: 'Theano Didot';
        src: url(../fonts/TheanoDidot-Regular.eot);
        src: local('Theano Didot Regular'), local('TheanoDidot-Regular'), url(../fonts/TheanoDidot-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/TheanoDidot-Regular.woff) format('woff'), url(../fonts/TheanoDidot-Regular.ttf) format('truetype');
        font-weight: normal;
        font-style: normal
    }

    .style-menu-1 a:hover, .style-menu-3 a:hover {
        background: rgb(244, 210, 208) none repeat scroll 0% 0% / auto padding-box border-box;
        color: #000
    }

    a:hover {
        text-decoration: none;
        color: #e77a74
    }

    .style-top-2 a:hover {
        text-decoration: underline;
        color: #e77a74
    }

    .style-top-9:hover {
        background-color: #eb8f8a
    }

    .style-banner-0:before {
        position: absolute;
        top: -11px;
        left: 30px;
        content: "";
        background: url(/pokryvalo/images/design/icon-star.svg) no-repeat 0 0;
        width: 33px;
        height: 31px;
        z-index: 11
    }

    .all_wrap {
        position: relative
    }

    .all_wrap:before {
        position: absolute;
        top: 150px;
        left: 0;
        content: "";
        background: url(/pokryvalo/images/design/xpage-bg-l.png.pagespeed.ic.GreNNJatV3.png) no-repeat 0 0;
        width: 159px;
        z-index: -1;
        height: 530px
    }

    .all_wrap:after {
        position: absolute;
        bottom: 400px;
        right: 0;
        content: "";
        background: url(/pokryvalo/images/design/xpage-bg-r.png.pagespeed.ic.7p5RN28E8J.png) no-repeat 0 0;
        width: 197px;
        height: 493px;
        z-index: -1
    }

    .style-banner {
        position: relative
    }

    .style-banner:before {
        position: absolute;
        top: 29px;
        left: 6px;
        z-index: 111111;
        content: "";
        background: url(/pokryvalo/images/design/xpattern01.png.pagespeed.ic.79gm75QgfX.png) no-repeat 0 0;
        width: 41px;
        height: 55px
    }

    .style-banner:after {
        position: absolute;
        top: -15px;
        right: 54px;
        z-index: 111111;
        content: "";
        background: url(/pokryvalo/images/design/icon-pattern.svg) no-repeat 0 0;
        width: 31px;
        height: 33px
    }

    .style-banner-0:after {
        position: absolute;
        top: 35px;
        right: 30px;
        content: "";
        background: url(/pokryvalo/images/design/xpattern02.png.pagespeed.ic._X3yWcA-6S.png) no-repeat 0 0;
        width: 42px;
        height: 70px
    }

    .style-head-0 {
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: 28px 0 18px;
        max-height: 1 e6px;
        box-sizing: border-box;
    }

    .style-head-1 {
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-head-2 {
        display: inline-block;
        vertical-align: top;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-head-3 {
        margin: 0 0 3px;
        font: 37px/37px 'Theano Didot';
        font-family: 'Theano Didot';
        line-height: 20px;
        white-space: nowrap;
        color: #222;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-head-4 {
        display: block;
        font-size: 16px;
        font-weight: 700;
        max-height: 1 e+06px;
        box-sizing: border-box;
        color: #000
    }

    .style-head-5 {
        display: flex;
        flex-wrap: nowrap;
        max-height: 1 e+06px;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: outside none none
    }

        .style-head-5 li {
               margin-right: 10px;
            flex: 1 1 auto;
        }

    .style-head-6 {
        width: 90px;
        margin: 0 5px;
        text-align: center;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-head-7 {
        font-size: 12px;
        display: block;
        max-height: 1 e+06px;
        box-sizing: border-box;
        color: #000;
        line-height: 15px
    }

    .style-head-8 {
        background: rgb(244, 210, 208) none repeat scroll 0% 0% / auto padding-box border-box;
        display: block;
        border-radius: 9px;
        height: 30px;
        line-height: 30px;
        font-weight: 700;
        font-size: 16px;
        margin: 5px 0;
        max-height: 1 e+06px;
        box-sizing: border-box;
        color: #222
    }

    .style-head-9 {
        font-size: 12px;
        display: block;
        max-height: 1 e+06px;
        box-sizing: border-box;
        color: #000;
        line-height: 15px
    }

    .style-head-10 {
        width: 90px;
        margin: 0 5px;
        text-align: center;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-head-11 {
        font-size: 12px;
        display: block;
        max-height: 1 e+06px;
        box-sizing: border-box;
        color: #000;
        line-height: 15px
    }

    .style-head-12 {
        background: #d4e7ff none repeat scroll 0% 0% / auto padding-box border-box;
        display: block;
        color: #222;
        border-radius: 9px;
        height: 30px;
        line-height: 30px;
        font-weight: 700;
        font-size: 16px;
        margin: 5px 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-head-13 {
        font-size: 12px;
        display: block;
        max-height: 1 e+06px;
        box-sizing: border-box;
        color: #000;
        line-height: 15px
    }

    .style-head-14 {
        width: 90px;
        margin: 0 5px;
        text-align: center;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-head-15 {
        font-size: 12px;
        display: block;
        max-height: 1 e+06px;
        box-sizing: border-box;
        color: #000;
        line-height: 15px
    }

    .style-head-16 {
        background: #fff5ab none repeat scroll 0% 0% / auto padding-box border-box;
        display: block;
        border-radius: 9px;
        height: 30px;
        color: #222;
        line-height: 30px;
        font-weight: 700;
        font-size: 16px;
        margin: 5px 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-head-17 {
        font-size: 12px;
        display: block;
        max-height: 1 e+06px;
        box-sizing: border-box;
        color: #000;
        line-height: 15px
    }

    .style-banner-0 {
        background: #f5f2e7 none repeat scroll 0% 0% / auto padding-box border-box;
        border-radius: 10px;
        box-shadow: #f5f2e7 0px 0px 50px 0px;
        padding: 10px 100px;
        position: relative;
        margin-bottom: 15px;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-banner-1 {
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        max-height: 1 e6px;
        box-sizing: border-box;
        background: #f5f2e7;
        border-radius: 10px;
        box-shadow: #f5f2e7 0px 0px 50px 0px;
        padding: 0 100px;
        position: relative
    }

    .style-banner-2 {
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-banner-3 {
        -webkit-box-flex: 1;
        flex: 1 0 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-banner-4 {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: rgb(255 0 0);
        text-align: center;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-banner-5 {
        display: flex;
        flex-wrap: wrap;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-banner-6 {
        text-align: right;
        -webkit-box-flex: 1;
        flex: 1 0 0;
        color: rgb(255 0 0);
        font-weight: 700;
        margin-right: 10px;
        font-size: 16px;
        padding: 6px 0 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-banner-7 {
        font: italic 900 50px/50px Montserrat;
        color: rgb(255 0 0);
        margin: 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-banner-8 {
        padding-left: 30px;
        font-size: 16px;
        color: #222;
        font-weight: 700;
        padding-top: 15px;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-banner-9 {
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-banner-10 {
        padding: 0 30px;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-banner-11 {
        display: block;
        border-style: none;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-banner-12 {
        text-align: center;
        width: 280px;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-banner-13 {
        display: block;
        margin: 0 0 12px;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-banner-14 {
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .timer {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

    .timer__items {
        display: flex;
        font-size: 48px
    }

    .timer__item {
        position: relative;
        min-width: 60px;
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 0;
        padding-top: 4px;
        text-align: center;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #60b7c6;
        font-size: 57px;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1;
        font-size: 40px;
        line-height: 40px;
        font-weight: 900
    }

    .timer__item::before {
        content: attr(data-title);
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        font-size: 14px;
        top: -12px;
        color: #222;
        font-size: 14px;
        font-weight: 400;
        font: 14px/1.25 "Montserrat", sans-serif
    }

    .timer__item:not(:last-child)::after {
        content: ':';
        position: absolute;
        right: -17px;
        color: #60b7c6;
        top: 6%;
        font-size: 19px
    }

    .timer__item:not(:last-child)::after {
        content: ':';
        position: absolute;
        right: -15px
    }

    .small-wrapper {
        max-width: 980px;
        margin: 0 auto
    }

    .mini-product {
        width: 31%;
        position: relative;
        margin: 10px
    }

    .timer .small-txt {
        text-align: center;
        font-size: 25px;
        font-weight: 700;
        line-height: 1
    }

    .timer_text {
        margin: 0 30px 25px
    }

    .timer .bigger-txt {
        font-size: 53px;
        font-weight: 700;
        line-height: 1
    }

    @media screen and (max-width: 550px) {
        .mini-product {
            width: 100%
        }

        .timer__item::before {
            content: attr(data-title);
            display: block;
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            font-size: 13px;
            top: -2px;
            color: #222;
            font-weight: 200;
            color: #000;
            font-weight: 300
        }

        .banner-note {
            margin-bottom: 20px;
            display: block;
            text-align: center
        }

        .timer__item {
            position: relative;
            min-width: 40px;
            margin-left: 10px;
            margin-right: 10px;
            padding-bottom: 0;
            padding-top: 4px;
            text-align: center;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 10px;
            line-height: 1;
            font-size: 40px;
            line-height: 40px;
            font-weight: 900;
            color: #60b7c6
        }

        .timer__item:not(:last-child)::after {
            content: ':';
            position: absolute;
            right: -17px;
            color: #60b7c6;
            top: 18%;
            font-size: 19px
        }
    }

    .style-catalogitem-33:before {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        content: "";
        border-bottom: 1px solid #666
    }

    .style-menu-0 li:first-child {
        padding-left: 0
    }

    .style-menu-0 li:first-child {
        padding-left: 0
    }

    .style-menu-0 li:last-child {
        padding-right: 0
    }

    .slick-slide {
        border-radius: 10px 10px 0 0
    }

    .style-menu-0 {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 0;
        max-height: 1 e+06px;
        box-sizing: border-box;
        margin: 0;
        list-style: outside none none
    }

    .style-menu-1 {
        padding: 0 5px;
        -webkit-box-flex: 1;
        flex: 1 0 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-menu-2 {
        display: block;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        line-height: 20px;
        background: #fff5ab none repeat scroll 0% 0% / auto padding-box border-box;
        text-decoration: none solid #222;
        color: #222;
        outline: #222 none 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-menu-3 {
        padding: 0 5px;
        -webkit-box-flex: 1;
        flex: 1 0 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-menu-4 {
        background: rgb(244, 210, 208) none repeat scroll 0% 0% / auto padding-box border-box;
        color: #000;
        display: block;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        line-height: 20px;
        text-decoration: none solid #000;
        outline: #000 none 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-menu-5 {
        padding: 0 5px;
        -webkit-box-flex: 1;
        flex: 1 0 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-menu-6 {
        display: block;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        line-height: 20px;
        background: rgb(233, 247, 250) none repeat scroll 0% 0% / auto padding-box border-box;
        text-decoration: none solid #222;
        color: #222;
        outline: #222 none 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-menu-7 {
        padding: 0 5px;
        -webkit-box-flex: 1;
        flex: 1 0 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-menu-8 {
        display: block;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        line-height: 20px;
        background: rgb(233, 247, 250) none repeat scroll 0% 0% / auto padding-box border-box;
        text-decoration: none solid #222;
        color: #222;
        outline: #222 none 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-menu-9 {
        padding: 0 5px;
        -webkit-box-flex: 1;
        flex: 1 0 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-menu-10 {
        display: block;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        line-height: 20px;
        background: rgb(233, 247, 250) none repeat scroll 0% 0% / auto padding-box border-box;
        text-decoration: none solid #222;
        color: #222;
        outline: #222 none 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-0 {
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        margin: 0 -15px 25px;
        max-height: 1 e+06px;
        box-sizing: border-box;
        padding: 0;
        list-style: outside none none
    }

    .style-catalogitem-1 {
        visibility: visible;
        opacity: 1;
        padding: 0 15px 30px;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 33.3333%;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-2 {
        font-family: 'Gotham Pro';
        box-shadow: rgb(255 224 5 / 31%) 0px 5px 15px 0px;
        border-radius: 10px;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-3 {
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-4 {
        margin-bottom: 30px;
        position: relative;
        display: block;
        box-sizing: border-box;
        user-select: none;
        touch-action: pan-y;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        max-height: 1 e+06px
    }

    .style-catalogitem-5 {
        transform: matrix(1, 0, 0, 1, 0, 0);
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0;
        padding: 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-6 {
        text-align: center
    }

    .style-catalogitem-29 {
        border: 1px solid #fff193;
        border-top: 0;
        border-radius: 0 0 10px 10px;
        padding: 28px 28px 39px
    }

    .style-catalogitem-30 {
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin: 0 0 12px;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-31 {
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-32 {
        display: block;
        font-size: 12px;
        color: #999;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-33 {
        color: #999;
        position: relative;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: -1px;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-34 {
        color: #999;
        font-size: 18px;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-35 {
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-36 {
        display: block;
        font-size: 12px;
        color: #999;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-37 {
        font-size: 30px;
        font-weight: 700;
        color: #ff405a;
        letter-spacing: -1px;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-38 {
        font-size: 18px;
        color: #222;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-39 {
        padding: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-flow: row wrap;
        margin-bottom: 5px;
        color: #60b7c6;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-41.select_option {
        border-color: #ffe005;
        background-color: #ffe005;
        color: #fff;
        margin-right: 5px;
        border-radius: 3px;
        transition: all .3s ease 0s;
        cursor: pointer;
        position: relative;
        flex-shrink: 0;
        margin-bottom: 5px;
        font-size: 14px;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-41 {
        padding: 5px 6px;
        border: 2px solid #ffe005;
        border-radius: 3px;
        transition: all .3s ease 0s;
        cursor: pointer;
        position: relative;
        flex-shrink: 0;
        margin-bottom: 5px;
        font-size: 14px;
        max-height: 1 e+06px;
        box-sizing: border-box;
        margin-right: 5px
    }

    .style-catalogitem-42 {
        margin: 0 0 24px;
        line-height: 20px;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-43 {
        float: left;
        clear: left;
        color: #666;
        margin-right: 5px;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-44 {
        margin: 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-catalogitem-50 {
        display: block;
        max-width: 230px;
        width: 100%;
        margin: 0 auto;
        background: #ed1f24 none repeat scroll 0% 0% / auto padding-box border-box;
        border-radius: 7px;
        padding: 15px 20px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        box-shadow: rgba(231, 122, 116, .75) 0 5px 15px 0;
        transition: all .3s ease 0s;
        text-decoration: none solid #fff;
        outline: #fff none 0;
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-footer-0 {
        background: #ffb0b2 none repeat scroll 0% 0% / auto padding-box border-box;
        display: block;
        box-sizing: border-box
    }

    .style-footer-1 {
        width: auto;
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
        position: relative;
        z-index: 2;
        max-height: 1 e+06px;
        box-sizing: border-box;
        padding-bottom: 20px
    }

    .style-footer-2 {
        display: block;
        max-width: 290px;
        margin: 0 auto;
        text-align: center;
        max-height: 1 e+06px;
        box-sizing: border-box;
        color: #000
    }

    .style-footer-3 {
        display: block;
        max-width: 290px;
        margin: 0 auto;
        text-align: center;
        max-height: 1 e+06px;
        box-sizing: border-box;
        color: #000
    }

    .style-footer-4 {
        max-height: 1 e+06px;
        box-sizing: border-box
    }

    .style-footer-5 {
        display: block;
        max-width: 290px;
        margin: 0 auto;
        text-align: center;
        max-height: 1 e+06px;
        box-sizing: border-box;
        color: #000
    }

    .style-footer-6 {
        display: block;
        max-width: 290px;
        margin: 0 auto;
        text-align: center;
        max-height: 1 e+06px;
        box-sizing: border-box;
        color: #000
    }

    @media (max-width: 767px) {
        .style-head-3 {
            font: 10vw 'Theano Didot';
            line-height: 20px;
        }
    }

    @media all {
        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }

        *, ::before, ::after {
            box-sizing: border-box
        }

        * {
            max-height: 1 e6px
        }
    }

    .style-title {
        font: 28px/34px 'Theano Didot';
        margin: 0;
        position: relative;
        font-family: 'Theano Didot';
        line-height: 34px;
        color: #222;
        max-height: 1 e+06px;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-top: 30px
    }

    .reviews-slider .slick-dots {
        bottom: -5px;
        left: 0;
        width: 100%;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center
    }

    .reviews-slider .slick-dots li {
        width: 20px;
        height: 20px;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

    .reviews-slider .slick-dots li.slick-active button {
        background: #e77a74;
        border: unset
    }

    .reviews-slider .slick-dots button {
        width: 10px;
        height: 10px;
        border: unset;
        font-size: 0;
        padding: 0;
        background: #bdd2ed;
        display: block;
        border-radius: 50%
    }

    @keyframes fadeDown {
        from {
            opacity: 0;
            transform: translate(0, 40px);
        }
        to {
            opacity: 1;
            transform: translate(0, 0);
        }
    }

    .style-catalogitem-6 .slick-dots {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        background: #ffffff6e;
        padding: 5px 0;
        list-style: none;
        display: block;
        margin: 0
    }

    .style-catalogitem-6 .slick-dots li {
        list-style-type: none;
        display: inline-block;
        margin: 0 3px
    }

    .style-catalogitem-6 .slick-dots li.slick-active button {
        background: #e9f7fa
    }

    .style-catalogitem-6 .slick-dots button {
        color: transparent;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: none;
        cursor: pointer;
        background: #fff
    }

    .animated {
        -webkit-animation: fadeDown 1s 1 ease-in-out forwards;
        animation: fadeDown 1s 1 ease-in-out forwards
    }

    .modal-window {
        background: #fff;
        border-radius: 10px;
        padding: 28px 30px 30px;
        font-family: 'Gotham Pro';
        width: 590px;
        max-width: 90vw;
        display: none;
        position: relative;
        overflow: visible
    }

    .modal-window__header {
        text-align: center;
        margin: 0 0 16px
    }

    .modal-window__header.left {
        text-align: left
    }

    .modal-window__header:last-child {
        margin-bottom: 0
    }

    .modal-window__header h3 {
        font: bold 24px/30px 'Gotham Pro';
        margin: 0
    }

    .modal-window .btns-wrap {
        margin: 0 -15px;
        display: flex;
        flex-wrap: wrap
    }

    .modal-window .btns-wrap__col {
        padding: 0 15px;
        flex: 1 0 0
    }

    .modal-window .btns-wrap a {
        display: block;
        width: 100%;
        max-width: 100%
    }

    .row {
        margin: 0 -15px;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap
    }

    @media (max-width: 767px) {
        .modal-window {
            max-width: 100%
        }

        .fancybox-slide--html {
            padding: 0
        }

        .style-menu-0 li {
            -webkit-box-flex: 0;
            flex: 0 0 100%;
            margin-bottom: 2px
        }

        .style-banner-0 {
            padding: 0
        }
    }

    div#basket {
        width: 990px
    }

    @media (max-width: 767px) {
        .style-catalogitem-1 {
            max-width: 100%
        }
    }

    .col {
        -webkit-box-flex: 1;
        flex: 1 0 0;
        padding: 0 15px
    }

    .td.name {
        margin: 0;
        font-size: 18px;
        font-weight: bold;
        color: #333
    }

    @media (max-width: 767px) {
        .style-head-0 {
            justify-content: center
        }

        .style-banner-1 {
            padding: 5px 20px 75px;
            overflow: hidden
        }

        .style-banner-10 {
            position: absolute;
            bottom: -15px;
            right: -40px;
            padding: 0
        }

        .style-banner-8 {
            position: absolute;
            bottom: 24px;
            left: 0;
            padding-left: 23px
        }

        .style-banner-6 {
            text-align: right;
            -webkit-box-flex: 1;
            flex: 1 0 0;
            color: #e77a74;
            font-weight: bold;
            margin-right: 10px;
            font-size: 16px;
            padding: 6px 0 0
        }

        .style-top-4, .style-top-6, .style-top-8 {
            font-size: 13px;
            padding: 10px 5px
        }

        .style-banner-2 {
            margin-top: 20px
        }

        .style-top-1 {
            position: relative;
            font-size: 40px;
            font-weight: bold;
            letter-spacing: -1px;
            color: #fff;
            padding-bottom: 7px;
        }
        .style-top-3, .style-top-5 {
            margin-right: 5px
        }

        .basket-form .col, .basket-form .row {
            display: block
        }
    }

    .slick-slide img {
        width: 100%
    }

    .timer__item.timer__seconds {
    }

    .fancybox-container {
        z-index: 9999999999999999
    }

    .slick-slide {
        min-height: 360px;
        display: block !important
    }

    .style-head-6 .phone {
        font-weight: bold;
        font-size: 30px;
        display: block;
        color: #000;
        font-weight: 700;
        padding-bottom: 27px;
        text-decoration: none
    }

    .style-head-6 .phone:hover {
        color: #e77a74
    }

    @media (max-width: 1024px) {
        .style-head-6 .phone {
            -webkit-box-flex: 0;
            flex: 0 0 100%;
            z-index: -1;
            text-align: center;
            font-size: 20px;
            padding-bottom: 15px
        }

        .style-head-5.sphone {
            order: -1;
            width: 100%;
            justify-content: center;
            display: flex
        }
    }