
ol>li {
            font-size: 22px !important;
            line-height: 26px !important;
        }

        p {
            font-size: 22px !important;
            line-height: 26px !important;
        }

        #form-block>center>center>div.order_block.default_order-block>img {
            width: 100%;
            max-width: 300px;
            margin: 15px auto;
            display: block;
        }

        body * {
            font-family: Georgia, Times, "Times New Roman", serif !important;
        }

        #form-block>center>center>div.order_block>img {
            width: 100%;
            max-width: 300px;
        }
.mobile-graphic {
                    display: none;
                }

                @media (max-width: 700px) {
                    .oneImageWidget__img.desktop-graphic {
                        display: none !important;
                    }

                    .mobile-graphic {
                        display: block;
                    }
                }
.lead-form-box {
                            display: none;
                        }

                        #lead-form-result {
                            display: none;
                            box-sizing: border-box;
                            width: 100%;
                            border-radius: 3px;
                            padding: 7px;
                            font-size: 15px;
                            color: #a94442;
                            background-color: #f2dede;
                            border: 1px solid #ebccd1;
                        }

                        .order_block,
                        .order_block * {
                            box-sizing: border-box;
                            transition: 0.2s;
                            font-family: Arial, sans-serif !important;
                        }

                        .order_block {
                            
                            max-width: 430px;
                            width: 100%;
                            margin: auto;
                            text-align: center;
                            background: #fff;
                            box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.12);
                            border: 3px dashed #eaeaea;
                            border-radius: 0;
                            padding: 10px;
                            width: 94%;
                            margin-left: 3%;
                            margin-right: 3%;
                        }

                        .order_block .order_offer {
                            text-align: center;
                        }

                        .order_block .order_offer img {
                            max-width: 100%;
                            width: auto;
                            height: 170px;
                        }

                        .order_pre_form {
                            padding: 20px 20px 0 20px;
                        }

                        .order_form_row {
                            margin-bottom: 10px;
                            text-align: left;
                        }

                        .order_form {
                            width: 100%;
                            max-width: 500px;
                            padding: 0 20px 20px 20px;
                        }

                        .order_header {
                            margin: 12px 0 !important;
                            padding: 0 !important;
                            font-size: 18px;
                        }

                        .order_form .order_form_row input {
                            width: 100% !important;
                            padding: 14px;
                            border: 2px solid #eaeaea;
                            font-size: 15px;
                            border-radius: 3px;
                            box-shadow: none !important;
                            margin: 0 !important;
                        }

                        .order_form .order_form_row label {
                            font-size: 13px;
                            text-align: left;
                            font-weight: bold;
                        }

                        .order_form .order_form_row input:active,
                        .order_form .order_form_row input:focus {
                            outline: none;
                            border: 2px solid #cecece;
                        }

                        .order_form .order_form_button {
                            box-shadow: 0px 1px 0px 0px rgb(245, 151, 142) inset;
                            background: rgb(242, 69, 55);
                            border-radius: 3px;
                            border: 1px solid rgb(208, 39, 24);
                            width: 100%;
                            display: inline-block;
                            cursor: pointer;
                            color: rgb(255, 255, 255);
                            text-transform: uppercase;
                            outline: none;
                            padding: 16px 0;
                            font-weight: bold;
                            font-size: 16px;
                            margin-top: 5px;
                            text-decoration: none;
                            letter-spacing: 0.6px;
                            text-shadow: 0px 1px 0px rgb(129, 14, 5);
                        }

                        .order_form .order_form_button:hover {
                            background: rgb(198, 45, 31);
                        }

                        .order_form .order_form_button:active {
                            position: relative;
                            top: 1px;
                        }

                        .order_timer_block {
                            line-height: 1;
                            font-weight: bold;
                        }

                        .order_timer_block p {
                            font-size: 18px;
                            margin: 10px 0 !important;
                            padding: 0 !important;
                        }

                        .order_timer_block .order_timer {
                            font-size: 21px;
                        }

                        .time_remains {
                            color: red;
                        }

                        h2 {
                            padding-left: 62px !important;
                        }

                        .box-popup-wrapper {
                            background: rgba(0, 0, 0, 0.5);
                            height: 100%;
                            position: fixed;
                            width: 100%;
                            z-index: 100;
                            top: 0;
                            left: 0;
                            display: none;
                        }

                        .box-tooltip {
                            background: #fff;
                            font-size: 18px;
                            padding: 20px;
                            width: 90%;
                            max-width: 320px;
                            margin: 80px auto;
                            box-sizing: border-box;
                            text-align: center;
                            border-radius: 5px;
                            position: relative;
                            box-shadow: 0 1px 40px rgba(0, 0, 0, 0.5);
                            cursor: pointer;
                        }

                        .box-tooltip:hover .box-tooltip-btn {
                            background: #62a30e !important;
                            transition: 0.2s !important;
                        }

                        .box-tooltip-title {
                            margin: 0 !important;
                            padding: 0 !important;
                            color: #333 !important;
                            text-align: center !important;
                            font-family: Arial, Helvetica, sans-serif !important;
                        }

                        .box-tooltip-ico {
                            width: 100% !important;
                            padding: 20px !important;
                            padding-top: 0 !important;
                            box-sizing: border-box !important;
                            text-align: center !important;
                        }

                        .box-tooltip-ico img {
                            height: 80px !important;
                            width: auto !important;
                        }

                        .box-tooltip-btn {
                            background: #70b31a !important;
                            color: #fff !important;
                            text-align: center !important;
                            font-weight: bold !important;
                            text-transform: uppercase !important;
                            font-size: 15px !important;
                            font-family: Arial, Helvetica, sans-serif !important;
                            width: 100% !important;
                            margin: 0 auto !important;
                            padding: 16px 0 !important;
                            border-radius: 15px !important;
                            text-align: center !important;
                            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12) !important;
                            animation: scale 0.4s infinite !important;
                            animation-direction: alternate !important;
                        }

                        .afterlose-boxes_item {
                            opacity: 0.6;
                        }

                        .shake {
                            animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
                            animation-iteration-count: 1;
                            transform: translate3d(0, 0, 0);
                            backface-visibility: hidden;
                            perspective: 1000px;
                        }

                        @keyframes shake {

                            10%,
                            90% {
                                transform: translate3d(-1px, 0, 0);
                            }

                            20%,
                            80% {
                                transform: translate3d(2px, 0, 0);
                            }

                            30%,
                            50%,
                            70% {
                                transform: translate3d(-4px, 0, 0);
                            }

                            40%,
                            60% {
                                transform: translate3d(4px, 0, 0);
                            }
                        }

                        @keyframes scale {
                            0% {
                                transform: scale(1);
                            }

                            100% {
                                transform: scale(1.03);
                            }
                        }

                        #boxesContainer {
                            width: 100%;
                            margin: auto;
                            max-width: 600px;
                        }

                        .boxes,
                        .boxes cbox,
                        .boxes img {
                            width: 100%;
                        }

                        .instructions {
                            padding: 10px;
                            background-color: #232f3e;
                            border-radius: 4px;
                            box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
                            color: #fff;
                        }

                        #tries_count {
                            font-size: 19px;
                        }

                        .boxes {
                            margin: 10px 0;
                        }

                        .boxes_item {
                            position: relative;
                            display: inline-block;
                            vertical-align: middle;
                            width: 32.5%;
                            -webkit-transition-duration: 0.2s;
                            transition-duration: 0.2s;
                            cursor: pointer;
                            -ms-user-select: none;
                            -moz-user-select: none;
                            -webkit-user-select: none;
                            user-select: none;
                        }

                        .boxes_item.afterlose-boxes_item {
                            cursor: default;
                        }

                        .boxes_item.afterlose-boxes_item:hover {
                            -webkit-transform: none;
                            transform: none;
                        }

                        .boxes_item:hover {
                            -webkit-transform: scale(1.1, 1.1);
                            transform: scale(1.1, 1.1);
                        }

                        .win_prize {
                            font-size: 32px !important;
                            font-weight: bold !important;
                            color: #e72c2a !important;
                            text-transform: uppercase !important;
                            width: 100% !important;
                            text-align: center !important;
                            margin: 0 !important;
                        }

                        @media (max-width: 479px) {
                            .boxes div {
                                width: 32%;
                            }

                            .win_prize {
                                font-size: 21px !important;
                            }
                        }

                        @media (max-width: 319px) {
                            .boxes div {
                                width: 48%;
                            }

                            .win_prize {
                                font-size: 18px !important;
                            }
                        }

                        #form-block {
                            background: #fff;
                        }

.door__wrapper .door__container {
                                display: flex !important;
                                padding-left: 10px;
                                padding-right: 10px;
                            }

                            .door__wrapper .box__door {
                                perspective: 500px !important;
                                position: relative !important;
                            }

                            .door__wrapper .box__door,
                            .door__wrapper .door {
                                width: 190px !important;
                                height: 400px !important;
                                box-shadow: inset -1px -1px 0px 1px #191919, inset 1px 1px 0px 1px #191919 !important;
                            }

                            .door__wrapper .door,
                            .door__wrapper .hi {
                                position: absolute !important;
                                top: 0 !important;
                                left: 0 !important;
                                width: 100% !important;
                                height: 100% !important;
                            }

                            .door__wrapper .door {
                                background-image: url("door.png") !important;
                                background-repeat: no-repeat !important;
                                background-size: 100% !important;
                                transform: rotateY(0deg) !important;
                                display: inline-block !important;
                                transition: all 0.75s ease !important;
                                transform-origin: 0% 0% !important;
                                cursor: pointer !important;
                            }

                            #door__2 {
                                background-image: url("door2.png") !important;
                            }

                            #door__3 {
                                background-image: url("door3.png") !important;
                            }

                            .door__wrapper .door:hover {
                                transform: rotateY(-30deg) !important;
                            }

                            .door__wrapper .door.open {
                                transform: rotateY(-85deg) !important;
                            }

                            .door__wrapper .door__sales {
                                position: absolute !important;
                                top: 50% !important;
                                left: 50% !important;
                                transform: translate(-50%, -50%);
                                font-size: 55px !important;
                                line-height: 57px !important;
                                font-weight: 700 !important;
                                color: red !important;
                                border-radius: 30px !important;
                                padding: 30px 5px !important;
                                box-shadow: 0px 1px 2px 2px #7f7878 !important;
                                width: 85% !important;
                                min-width: 70px !important;
                            }

                            .door__wrapper .door__title {
                                color: #fff !important;
                                font-weight: 700 !important;
                                text-transform: uppercase !important;
                                text-align: center !important;
                                font-size: 20px !important;
                                margin-bottom: 25px !important;
                                background-color: #3a4752 !important;
                                padding: 10px !important;
                                border-radius: 0.5em !important;
                            }

                            @media (max-width: 700px) {
                                .door__wrapper .door__sales {
                                    font-size: 20px !important;
                                    line-height: 22px !important;
                                    font-weight: 700 !important;
                                    color: red !important;
                                    border-radius: 30px !important;
                                    width: 65% !important;
                                    min-width: 50px !important;
                                }

                                .door__wrapper .box__door,
                                .door__wrapper .door {
                                    width: 90px !important;
                                    height: 190px !important;
                                }

                                .door__wrapper .door {
                                    background-image: url("urn:scrapbook:download:error:https://juk-ga.top/lander/018e55db-31d8-7f3b-ab4c-0f9721227be5_1727551945/images/media_door.png");
                                }

                                #door__2 {
                                    background-image: url("urn:scrapbook:download:error:https://juk-ga.top/lander/018e55db-31d8-7f3b-ab4c-0f9721227be5_1727551945/images/media_door2.png");
                                }

                                #door__3 {
                                    background-image: url("urn:scrapbook:download:error:https://juk-ga.top/lander/018e55db-31d8-7f3b-ab4c-0f9721227be5_1727551945/images/media_door3.png");
                                }
                            }

                            @media (max-width: 360px) {
                                .door__wrapper .box__door+.box__door {
                                    margin-left: 0px !important;
                                }

                                .door__wrapper .door__sales {
                                    font-size: 19px !important;
                                    line-height: 21px !important;
                                    font-weight: 700 !important;
                                    color: red !important;
                                    border-radius: 30px !important;
                                }
                            }

.oneImageWidget {
                padding: 0 !important;
            }

            .oneImageWidget__img {
                margin-bottom: 30px !important;
                border-radius: 10px;
            }

            .knifeText {
                padding-top: 0 !important;
                padding-bottom: 30px !important;
            }

            @media (max-width: 730px) {
                .text24 {
                    padding-left: 75px !important;
                }

                .text24::before {
                    left: 16px !important;
                }

                h2 {
                    padding-left: 16px !important;
                }

                .mob-slide {
                    padding-left: 16px !important;
                    padding-right: 16px !important;
                }

                .mob {
                    margin-right: 16px !important;
                    margin-left: 16px !important;
                    border-radius: 10px;
                }
            }


.slider {
                width: 100%;
                margin-bottom: 15px;
            }

            .slider__nav {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                position: relative;
                width: 100%;
                height: 40px;
            }

            .slider__item {
                width: 99%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                background: #ffffff;
                /* z_gray  /  gray-100 */
                border: 1px solid #e0e1e6;
                border-radius: 10px;
            }

            .slider__item-info .sale__text:not(:last-child) {
                margin-bottom: 15px;
            }

            .slider__item-info {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                padding: 0 15px;
            }

            .slider__item .sale__text {
                text-align: left;
            }

            .slider__item img {
                margin-bottom: 15px;
                width: 100%;
                border-radius: 10px 10px 0 0;
            }

            .slick-slide {
                height: unset !important;
            }

            .slick-dots {
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin: 0 auto;
            }

            .slick-dots li {
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .slick-dots li button {
                width: 11px;
                height: 11px;
                background: #d9d9d9;
                border-radius: 100%;
                border: none;
                font-size: 0;
                cursor: pointer;
            }

            .slick-dots li:not(:last-child) {
                margin-right: 20px;
            }

            .slick-dots .slick-active button {
                width: 11px;
                height: 11px;
                background: #ff4a55;
            }

            .slick-arrow {
                position: absolute;
                font-size: 0 !important;
                max-width: 50px;
                width: 100%;
                height: 50px;
                z-index: 10;
                top: 48%;
                cursor: pointer;
            }

            .slick-arrow.slick-prev,
            .slick-arrow.slick-next {
                background-size: contain;
                background-repeat: no-repeat;
                background-color: inherit;
                border: none;
                -webkit-transition: 0.6s;
                -o-transition: 0.6s;
                transition: 0.6s;
            }

            .slick-arrow.slick-prev {
                left: 0;
                top: 0;
            }

            .slick-arrow.slick-next {
                right: 0;
                top: 0;
            }

            .slick-dots {
                padding-left: 0;
            }

            .slick-dots li:not(:last-child) {
                margin-right: 10px;
            }

            .slick-dots {
                right: 25%;
                left: 25%;
                width: 50%;
            }

            .slick-arrow {
                display: block;
                max-width: 40px;
            }

            .list-title {
                font-size: 26px !important;
                color: #000;
            }

            h2 {
                font-size: 26px !important;
                line-height: 110% !important;
                padding-bottom: 30px !important;
                color: #000 !important;
                margin-bottom: 0 !important;
            }

            .mb5 {
                margin-bottom: 5px !important;
            }

            .mb0 {
                margin-bottom: 0 !important;
            }

            footer {
                background: #f5f5f5;
            }

            footer * {
                font-size: 18px !important;
            }

            footer ul {
                list-style: none;
            }

            .footer__desc-mob {
                display: none;
            }

            footer .container {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                padding: 35px 0 40px;
                max-width: 960px;
                margin: 0 auto;
                width: 100%;
            }

            .footer__left {
                max-width: 210px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-bottom: 30px;
            }

            .footer__center {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                margin-bottom: 30px;
                width: 100%;
                max-width: 540px;
            }

            .soc-list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                width: 100%;
                max-width: 132px;
                margin-bottom: 0 !important;
            }

            .sub-title,
            .condition__item-text p {
                font-size: 26px !important;
                line-height: 120% !important;
            }

            .person__block {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding-bottom: 30px;
            }

            .person__block p {
                margin-bottom: 30px;
            }

            .person {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-bottom: 40px;
            }

            .person__text {
                margin-right: 15px;
            }

            .person__ava {
                width: 100px;
                height: 100px;
                -o-object-fit: cover;
                object-fit: cover;
                margin-right: 15px;
                border-radius: 100%;
            }

            .person__name {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                margin-bottom: 5px;
            }

            .person__name span {
                font-size: 16px !important;
            }

            .person__date {
                font-size: 18px;
                line-height: 140%;
                color: #919399;
            }

            .person__img {
                width: 100%;
                max-width: 510px;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 10px;
            }

            .condition {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                background: #f5f5f5;
                border-radius: 10px;
                padding-right: 20px;
            }

            .condition__right {
                padding: 40px 0 40px 40px;
            }

            .condition__right h2 {
                margin-top: 0;
                margin-bottom: 20px;
                font-size: 26px;
                line-height: 140%;
            }

            .condition__list {
                list-style: none;
                padding-left: 0 !important;
            }

            .condition__item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                margin-bottom: 20px;
            }

            .condition__item:last-child {
                margin-bottom: 0;
            }

            .condition__item b {
                font-weight: 700;
                margin-right: 13px;
            }

            .condition__item-text {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

            .condition img {
                max-width: 400px;
                width: 100%;
                -o-object-fit: contain;
                object-fit: contain;
            }

            .blue-block {
                margin-bottom: 30px;
                padding: 35px 35px 40px;
                background: #c4eeff;
                border-radius: 10px;
            }

            .blue-block * {
                font-size: 22px !important;
            }

            .vk-comment-city {
                margin: 0;
                margin-bottom: 10px;
                font-size: 20px !important;
                line-height: 140% !important;
                color: #808080;
            }

            .like__count,
            .dislike__count {
                font-weight: 400;
                font-size: 14px !important;
                line-height: 140% !important;
                color: #828282;
            }

            .like-block {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

            .like {
                margin-right: 15px;
            }

            .dislike,
            .like {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin-bottom: 20px;
            }

            .dislike img,
            .like img {
                margin-bottom: 0 !important;
            }

            .vk-comment-text img {
                margin-bottom: 0 !important;
            }

            .vk-comment,
            .vk-comment-load {
                margin-bottom: 50px;
                position: relative;
            }

            .vk-comment-name {
                color: #2c2d2e;
                font-weight: bold;
                margin-left: 59px;
                margin-bottom: 10px;
                font-size: 20px !important;
                line-height: 140% !important;
            }

            .vk-avatar img {
                width: 95px !important;
                height: 95px !important;
                float: left;
                margin-right: 20px;
                margin-bottom: 0;
                border-radius: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

            .vk-comment-text p {
                font-weight: 400 !important;
                margin-bottom: 30px;
            }

            .vk-comment-text {
                margin-left: 115px;
            }

            .bo-ra {
                width: 100%;
                max-width: 328px;
                border-radius: 10px;
            }

            .comments__title {
                font-size: 26px;
                margin-top: 30px !important;
                margin-bottom: 30px;
            }

            .text24 {
                position: relative;
                padding-left: 130px;
                font-weight: 700 !important;
                font-size: 24px;
                line-height: 140%;
            }

            .text24::before {
                content: "";
                position: absolute;
                top: 0;
                left: 68px;
                width: 46px;
                height: 46px;
                background-size: contain;
            }

            @media (max-width: 920px) {
                .person__block {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
                }

                .person__img {
                    margin: 0 auto 30px;
                }

                .condition {
                    padding: 20px 20px 30px;
                }

                .condition__right {
                    padding: 0;
                }

                .condition {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    align-items: center;
                }

                .condition__img {
                    margin-top: 30px;
                }

                footer .container {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }
            }

            @media (max-width: 660px) {
                .oneImageWidget {
                    padding: 0 15px !important;
                }

                .oneImageWidget__img {
                    width: 100% !important;
                    margin-left: auto !important;
                    margin-right: auto !important;
                }

                .footer__list,
                .footer__desc-desk {
                    display: none;
                }

                .footer__logo {
                    width: 210px !important;
                    height: 48px !important;
                    margin-bottom: 0;
                }

                .soc-list {
                    padding-left: 0 !important;
                }

                .mob-list-foot {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    margin: 0 auto;
                    padding-left: 0 !important;
                }

                .footer__desc-mob {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    text-align: center;
                }

                .condition {
                    padding: 20px 20px 0;
                }

                .condition__item-text .text:last-child {
                    margin-bottom: 0;
                }

                .condition__right h2 {
                    margin-bottom: 35px;
                    font-size: 26px;
                }

                .person__name {
                    margin-bottom: 5px;
                }

                .person__ava {
                    width: 70px;
                    height: 70px;
                }

                .answer {
                    padding-left: 0;
                }

                .vk-comment-text {
                    margin-left: 0 !important;
                }

                .vk-comment-load {
                    margin-bottom: 30px !important;
                }

                .text24 {
                    padding-left: 60px !important;
                }

                .text24::before {
                    width: 37px;
                    height: 37px;
                }
            }















@keyframes movetop {

    0%,
    20% {
        transform: translate(0, 0);
    }

    87.7%,
    to {
        opacity: 0;
        transform: translate(0, -170px);
    }
}

* {
    box-sizing: border-box;
}

.boldText {
    font-weight: 700;
}

.italicText {
    font-style: oblique;
}

body {
    margin: 0 !important;
    background-color: #002447;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
}

.kardineoCom__comment a:hover,
a,
li {
    text-decoration: none;
}

a {
    cursor: pointer;
    color: inherit;
}

.new_price_cur,
.new_price_val {
    padding: 0;
}

ol.list-1,
ul.list-1 {
    list-style: none;
    margin: 0;
}

ol.list-1 {
    counter-reset: section;
}

ol.list-1 li {
    counter-increment: section;
}

ol.list-1 li::before {
    content: counters(section, '.') '. ';
    margin-right: 5px;
    margin-left: -24px;
    text-align: right;
}

.list-0 {
    display: inline-block;
    margin-left: 24px;
}

ul.list-1 li::before {
    content: '•';
    margin-right: 14px;
    margin-left: -22px;
    text-align: right;
}

ul.list-1 ol,
ul.list-2 div ol {
    counter-reset: listStyle;
}

ul.list-1 ol li,
ul.list-2 div ol li {
    counter-increment: listStyle;
}

ul.list-1 ol li::before,
ul.list-2 div ol li::before {
    content: counter(listStyle, lower-alpha);
}

ol li.listCircle,
ul li.listCircle {
    list-style-type: none;
}

ol li.listCircle::before,
ul li.listCircle::before {
    content: '∘';
    margin-right: 14px;
    margin-left: -22px;
    text-align: right;
}

.imgBox__wrapper {
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    max-width: 100px;
}

.imgBox__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ctContainer {
    margin: -1px auto 0;
    width: 100%;
    background: 0 0;
}

.ctContent {
    max-width: 1025px;
    margin: -1px auto 0;
    box-sizing: border-box;
}

.ctContent,
.ctContentFluid {
    width: 100%;
    background: #fff;
}

.candleWrapper__candleImg {
    position: absolute;
    left: 17px;
    top: 8px;
}

.candleWrapper__candleImg--hidden {
    display: none;
}

.candleWrapper__fireAnimationWrapper {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 45px;
    height: 100px;
    filter: blur(2px) contrast(20);
    transform: scale(0.55) translate(-50%, -50%);
}

.candleWrapper__fireAnimationItems {
    position: absolute;
    left: 50%;
    top: 30px;
    border: 35px solid transparent;
    border-bottom: 76px solid transparent;
    border-radius: 45%;
    box-sizing: border-box;
    transform: translate(-50%, 0) scaleX(0.45);
}

.candleWrapper__description {
    border: 4px solid #613193;
    border-radius: 120px;
    padding: 15px;
    width: 93%;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #fff;
}

.candleWrapper__descriptionTitle {
    margin: 0;
}

.candleWrapper__candleBlock {
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
    width: 100%;
}

.candleWrapper__candleBlockItem {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(38px);
    transition: 8s;
    cursor: pointer;
}

.candleWrapper__candleBlockItem--notWinned,
.candleWrapper__candleBlockItem--winned {
    margin-top: 130px;
    transition: 5s;
}

.candleWrapper__salePercent {
    position: absolute;
    top: -100px;
    display: none;
    border: 3px solid red;
    padding: 4px;
    width: 150%;
    max-width: 120px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.candleWrapper__salePercent--bg {
    background-color: #fff;
}

.candleWrapper__salePercent--active {
    display: block;
}

.candleWrapper__saleText {
    word-break: break-word;
    color: red;
}

.candleWrapper__candleImgWrapper {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    width: 115%;
    height: 186px;
    transition: 8s;
}

.candleWrapper__candleImgWrapper--notWinned,
.candleWrapper__candleImgWrapper--winned {
    height: 58px;
    transition: 5s;
}

.candleWrapper__candleFullImgFirst {
    display: initial;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.candleWrapper__candleFullImg {
    width: 100%;
    transform: translateY(0);
    transition: 5s;
}

.candleWrapper__candleFullImg--notWinned,
.candleWrapper__candleFullImg--winned {
    transform: translateY(-127px);
    transition: 5s;
}

.candleWrapper__candleFullImgSecond,
.candleWrapper__candleFullImgThird {
    width: 100%;
}

.candleWrapper__candleMeltedFirst {
    position: absolute;
    left: 0;
    display: initial;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.candleWrapper__candleMeltedSecond,
.candleWrapper__candleMeltedThird {
    position: absolute;
    left: 0;
    top: -32px;
    width: 100%;
}

.candleWrapper__fireItem {
    position: absolute;
    top: 60px;
    z-index: -1;
    border-radius: 50%;
    background: #bf3a12;
    mix-blend-mode: screen;
    transform: translate(0, 0);
}

.candleWrapper__fireItem:nth-child(0) {
    left: calc(48px - 55px);
    width: 41px;
    height: 41px;
    animation: movetop 1s linear -1.445s infinite;
}

.candleWrapper__fireItem:nth-child(1) {
    left: calc(17px - 55px);
    width: 5px;
    height: 5px;
    animation: movetop 1s linear -2.679s infinite;
}

.candleWrapper__fireItem:nth-child(2) {
    left: calc(5px - 55px);
    width: 17px;
    height: 17px;
    animation: movetop 1s linear -1.573s infinite;
}

.candleWrapper__fireItem:nth-child(3) {
    left: calc(59px - 55px);
    width: 3px;
    height: 3px;
    animation: movetop 1s linear -1.378s infinite;
}

.candleWrapper__fireItem:nth-child(4) {
    left: calc(53px - 55px);
    width: 36px;
    height: 36px;
    animation: movetop 1s linear -0.907s infinite;
}

.candleWrapper__fireItem:nth-child(5) {
    left: calc(61px - 55px);
    width: 31px;
    height: 31px;
    animation: movetop 1s linear -1.155s infinite;
}

.candleWrapper__fireItem:nth-child(6) {
    left: calc(44px - 55px);
    width: 4px;
    height: 4px;
    animation: movetop 1s linear -1.856s infinite;
}

.candleWrapper__fireItem:nth-child(7) {
    left: calc(26px - 55px);
    width: 12px;
    height: 12px;
    animation: movetop 1s linear -2.128s infinite;
}

.candleWrapper__fireItem:nth-child(8) {
    left: calc(25px - 55px);
    width: 38px;
    height: 38px;
    animation: movetop 1s linear -2.896s infinite;
}

.candleWrapper__fireItem:nth-child(9) {
    left: calc(36px - 55px);
    width: 33px;
    height: 33px;
    animation: movetop 1s linear -1.02s infinite;
}

.candleWrapper__fireItem:nth-child(10) {
    left: calc(57px - 55px);
    width: 15px;
    height: 15px;
    animation: movetop 1s linear -2.975s infinite;
}

.candleWrapper__fireItem:nth-child(11) {
    left: calc(16px - 55px);
    width: 43px;
    height: 43px;
    animation: movetop 1s linear -0.913s infinite;
}

.candleWrapper__fireItem:nth-child(12) {
    left: calc(64px - 55px);
    width: 30px;
    height: 30px;
    animation: movetop 1s linear -1.622s infinite;
}

.candleWrapper__fireItem:nth-child(13) {
    left: calc(68px - 55px);
    width: 40px;
    height: 40px;
    animation: movetop 1s linear -0.928s infinite;
}

.candleWrapper__fireItem:nth-child(14) {
    left: calc(39px - 55px);
    width: 25px;
    height: 25px;
    animation: movetop 1s linear -0.433s infinite;
}

.candleWrapper__fireItem:nth-child(15) {
    left: calc(66px - 55px);
    width: 11px;
    height: 11px;
    animation: movetop 1s linear -0.349s infinite;
}

.candleWrapper__fireItem:nth-child(16) {
    left: calc(20px - 55px);
    width: 16px;
    height: 16px;
    animation: movetop 1s linear -1.276s infinite;
}

.candleWrapper__fireItem:nth-child(17) {
    left: calc(38px - 55px);
    width: 29px;
    height: 29px;
    animation: movetop 1s linear -0.703s infinite;
}

.candleWrapper__fireItem:nth-child(18) {
    left: calc(70px - 55px);
    width: 47px;
    height: 47px;
    animation: movetop 1s linear -1.492s infinite;
}

.candleWrapper__fireItem:nth-child(19) {
    left: calc(49px - 55px);
    width: 46px;
    height: 46px;
    animation: movetop 1s linear -2.221s infinite;
}

.candleWrapper__fireItem:nth-child(20) {
    left: calc(17px - 55px);
    width: 22px;
    height: 22px;
    animation: movetop 1s linear -2.34s infinite;
}

.candleWrapper__fireItem:nth-child(21) {
    left: calc(14px - 55px);
    width: 12px;
    height: 12px;
    animation: movetop 1s linear -1.463s infinite;
}

.candleWrapper__fireItem:nth-child(22) {
    left: calc(30px - 55px);
    width: 40px;
    height: 40px;
    animation: movetop 1s linear -1.855s infinite;
}

.candleWrapper__fireItem:nth-child(23) {
    left: calc(16px - 55px);
    width: 35px;
    height: 35px;
    animation: movetop 1s linear -2.413s infinite;
}

.candleWrapper__fireItem:nth-child(24) {
    left: calc(8px - 55px);
    width: 37px;
    height: 37px;
    animation: movetop 1s linear -0.952s infinite;
}

.candleWrapper__fireItem:nth-child(25) {
    left: calc(55px - 55px);
    width: 3px;
    height: 3px;
    animation: movetop 1s linear -1.083s infinite;
}

.candleWrapper__fireItem:nth-child(26) {
    left: calc(3px - 55px);
    width: 39px;
    height: 39px;
    animation: movetop 1s linear -0.157s infinite;
}

.candleWrapper__fireItem:nth-child(27) {
    left: calc(13px - 55px);
    width: 48px;
    height: 48px;
    animation: movetop 1s linear -2.893s infinite;
}

.candleWrapper__fireItem:nth-child(28) {
    left: calc(10px - 55px);
    width: 22px;
    height: 22px;
    animation: movetop 1s linear -1.192s infinite;
}

.candleWrapper__fireItem:nth-child(29) {
    left: calc(27px - 55px);
    width: 14px;
    height: 14px;
    animation: movetop 1s linear -2.382s infinite;
}

.candleWrapper__fireItem:nth-child(30) {
    left: calc(28px - 55px);
    width: 3px;
    height: 3px;
    animation: movetop 1s linear -2.839s infinite;
}

.candleWrapper__fireItem:nth-child(31) {
    left: calc(29px - 55px);
    width: 29px;
    height: 29px;
    animation: movetop 1s linear -1.377s infinite;
}

.candleWrapper__fireItem:nth-child(32) {
    left: calc(34px - 55px);
    width: 37px;
    height: 37px;
    animation: movetop 1s linear -1.006s infinite;
}

.candleWrapper__fireItem:nth-child(33) {
    left: calc(64px - 55px);
    width: 48px;
    height: 48px;
    animation: movetop 1s linear -1.576s infinite;
}

.candleWrapper__fireItem:nth-child(34) {
    left: calc(39px - 55px);
    width: 26px;
    height: 26px;
    animation: movetop 1s linear -2.538s infinite;
}

.candleWrapper__fireItem:nth-child(35) {
    left: calc(7px - 55px);
    width: 34px;
    height: 34px;
    animation: movetop 1s linear -2.532s infinite;
}

.candleWrapper__fireItem:nth-child(36) {
    left: calc(64px - 55px);
    width: 29px;
    height: 29px;
    animation: movetop 1s linear -0.032s infinite;
}

.candleWrapper__fireItem:nth-child(37) {
    left: calc(55px - 55px);
    width: 14px;
    height: 14px;
    animation: movetop 1s linear -0.123s infinite;
}

.candleWrapper__fireItem:nth-child(38) {
    left: calc(16px - 55px);
    width: 20px;
    height: 20px;
    animation: movetop 1s linear -1.149s infinite;
}

.candleWrapper__fireItem:nth-child(39) {
    left: calc(4px - 55px);
    width: 25px;
    height: 25px;
    animation: movetop 1s linear -1.226s infinite;
}

.candleWrapper__fireItem:nth-child(40) {
    left: calc(59px - 55px);
    width: 9px;
    height: 9px;
    animation: movetop 1s linear -0.185s infinite;
}

.candleWrapper__fireItem:nth-child(41) {
    left: calc(8px - 55px);
    width: 12px;
    height: 12px;
    animation: movetop 1s linear -2.965s infinite;
}

.candleWrapper__fireItem:nth-child(42) {
    left: calc(61px - 55px);
    width: 12px;
    height: 12px;
    animation: movetop 1s linear -0.005s infinite;
}

.candleWrapper__fireItem:nth-child(43) {
    left: calc(62px - 55px);
    width: 26px;
    height: 26px;
    animation: movetop 1s linear -1.879s infinite;
}

.candleWrapper__fireItem:nth-child(44) {
    left: calc(65px - 55px);
    width: 22px;
    height: 22px;
    animation: movetop 1s linear -0.824s infinite;
}

.candleWrapper__fireItem:nth-child(45) {
    left: calc(23px - 55px);
    width: 2px;
    height: 2px;
    animation: movetop 1s linear -0.309s infinite;
}

.candleWrapper__fireItem:nth-child(46) {
    left: calc(27px - 55px);
    width: 41px;
    height: 41px;
    animation: movetop 1s linear -0.8s infinite;
}

.candleWrapper__fireItem:nth-child(47) {
    left: calc(70px - 55px);
    width: 6px;
    height: 6px;
    animation: movetop 1s linear -1.189s infinite;
}

.candleWrapper__fireItem:nth-child(48) {
    left: calc(14px - 55px);
    width: 31px;
    height: 31px;
    animation: movetop 1s linear -2.05s infinite;
}

.candleWrapper__fireItem:nth-child(49) {
    left: calc(26px - 55px);
    width: 25px;
    height: 25px;
    animation: movetop 1s linear -2.943s infinite;
}

.candleWrapper__fireItem:nth-child(50) {
    left: calc(58px - 55px);
    width: 38px;
    height: 38px;
    animation: movetop 1s linear -0.076s infinite;
}

.candleWrapper__fireItem:nth-child(51) {
    left: calc(53px - 55px);
    width: 32px;
    height: 32px;
    animation: movetop 1s linear -2.659s infinite;
}

.candleWrapper__fireItem:nth-child(52) {
    left: calc(33px - 55px);
    width: 42px;
    height: 42px;
    animation: movetop 1s linear -2.278s infinite;
}

.candleWrapper__fireItem:nth-child(53) {
    left: calc(7px - 55px);
    width: 39px;
    height: 39px;
    animation: movetop 1s linear -0.505s infinite;
}

.candleWrapper__fireItem:nth-child(54) {
    left: calc(42px - 55px);
    width: 4px;
    height: 4px;
    animation: movetop 1s linear -2.653s infinite;
}

.candleWrapper__fireItem:nth-child(55) {
    left: calc(57px - 55px);
    width: 26px;
    height: 26px;
    animation: movetop 1s linear -2.814s infinite;
}

.candleWrapper__fireItem:nth-child(56) {
    left: calc(55px - 55px);
    width: 50px;
    height: 50px;
    animation: movetop 1s linear -1.668s infinite;
}

.candleWrapper__fireItem:nth-child(57) {
    left: calc(11px - 55px);
    width: 39px;
    height: 39px;
    animation: movetop 1s linear -1.008s infinite;
}

.candleWrapper__fireItem:nth-child(58) {
    left: calc(31px - 55px);
    width: 39px;
    height: 39px;
    animation: movetop 1s linear -1.755s infinite;
}

.candleWrapper__fireItem:nth-child(59) {
    left: calc(50px - 55px);
    width: 35px;
    height: 35px;
    animation: movetop 1s linear -2.661s infinite;
}

.candleWrapper__fireItem:nth-child(60) {
    left: calc(49px - 55px);
    width: 32px;
    height: 32px;
    animation: movetop 1s linear -1.297s infinite;
}

.candleWrapper__fireItem:nth-child(61) {
    left: calc(31px - 55px);
    width: 24px;
    height: 24px;
    animation: movetop 1s linear -0.951s infinite;
}

.candleWrapper__fireItem:nth-child(62) {
    left: calc(47px - 55px);
    width: 46px;
    height: 46px;
    animation: movetop 1s linear -0.632s infinite;
}

.candleWrapper__fireItem:nth-child(63) {
    left: calc(56px - 55px);
    width: 40px;
    height: 40px;
    animation: movetop 1s linear -2.302s infinite;
}

.candleWrapper__fireItem:nth-child(64) {
    left: calc(3px - 55px);
    width: 18px;
    height: 18px;
    animation: movetop 1s linear -1.456s infinite;
}

.candleWrapper__fireItem:nth-child(65) {
    left: calc(26px - 55px);
    width: 38px;
    height: 38px;
    animation: movetop 1s linear -2.332s infinite;
}

.candleWrapper__fireItem:nth-child(66) {
    left: calc(24px - 55px);
    width: 5px;
    height: 5px;
    animation: movetop 1s linear -1.343s infinite;
}

.candleWrapper__fireItem:nth-child(67) {
    left: calc(68px - 55px);
    width: 47px;
    height: 47px;
    animation: movetop 1s linear -0.574s infinite;
}

.candleWrapper__fireItem:nth-child(68) {
    left: calc(14px - 55px);
    width: 5px;
    height: 5px;
    animation: movetop 1s linear -2.829s infinite;
}

.candleWrapper__fireItem:nth-child(69) {
    left: calc(8px - 55px);
    width: 36px;
    height: 36px;
    animation: movetop 1s linear -0.685s infinite;
}

.candleWrapper__fireItem:nth-child(70) {
    left: calc(48px - 55px);
    width: 26px;
    height: 26px;
    animation: movetop 1s linear -1.862s infinite;
}

.candleWrapper__fireItem:nth-child(71) {
    left: calc(11px - 55px);
    width: 26px;
    height: 26px;
    animation: movetop 1s linear -1.689s infinite;
}

.candleWrapper__fireItem:nth-child(72) {
    left: calc(36px - 55px);
    width: 22px;
    height: 22px;
    animation: movetop 1s linear -0.992s infinite;
}

.candleWrapper__fireItem:nth-child(73) {
    left: calc(37px - 55px);
    width: 28px;
    height: 28px;
    animation: movetop 1s linear -0.816s infinite;
}

.candleWrapper__fireItem:nth-child(74) {
    left: calc(9px - 55px);
    width: 40px;
    height: 40px;
    animation: movetop 1s linear -0.652s infinite;
}

.candleWrapper__fireItem:nth-child(75) {
    left: calc(46px - 55px);
    width: 35px;
    height: 35px;
    animation: movetop 1s linear -1.433s infinite;
}

.candleWrapper__fireItem:nth-child(76) {
    left: calc(51px - 55px);
    width: 17px;
    height: 17px;
    animation: movetop 1s linear -0.995s infinite;
}

.candleWrapper__fireItem:nth-child(77) {
    left: calc(50px - 55px);
    width: 3px;
    height: 3px;
    animation: movetop 1s linear -1.549s infinite;
}

.candleWrapper__fireItem:nth-child(78) {
    left: calc(43px - 55px);
    width: 26px;
    height: 26px;
    animation: movetop 1s linear -1.425s infinite;
}

.candleWrapper__fireItem:nth-child(79) {
    left: calc(26px - 55px);
    width: 18px;
    height: 18px;
    animation: movetop 1s linear -2.772s infinite;
}

.candleWrapper__fireItem:nth-child(80) {
    left: calc(27px - 55px);
    width: 23px;
    height: 23px;
    animation: movetop 1s linear -0.851s infinite;
}

.candleWrapper__fireItem:nth-child(81) {
    left: calc(50px - 55px);
    width: 35px;
    height: 35px;
    animation: movetop 1s linear -1.9s infinite;
}

.candleWrapper__fireItem:nth-child(82) {
    left: calc(48px - 55px);
    width: 11px;
    height: 11px;
    animation: movetop 1s linear -1.378s infinite;
}

.candleWrapper__fireItem:nth-child(83) {
    left: calc(24px - 55px);
    width: 46px;
    height: 46px;
    animation: movetop 1s linear -1.416s infinite;
}

.candleWrapper__fireItem:nth-child(84) {
    left: calc(50px - 55px);
    width: 34px;
    height: 34px;
    animation: movetop 1s linear -2.298s infinite;
}

.candleWrapper__fireItem:nth-child(85) {
    left: calc(43px - 55px);
    width: 36px;
    height: 36px;
    animation: movetop 1s linear -1.657s infinite;
}

.candleWrapper__fireItem:nth-child(86) {
    left: calc(8px - 55px);
    width: 41px;
    height: 41px;
    animation: movetop 1s linear -1.661s infinite;
}

.candleWrapper__fireItem:nth-child(87) {
    left: calc(16px - 55px);
    width: 17px;
    height: 17px;
    animation: movetop 1s linear -0.433s infinite;
}

.candleWrapper__fireItem:nth-child(88) {
    left: calc(34px - 55px);
    width: 7px;
    height: 7px;
    animation: movetop 1s linear -1.049s infinite;
}

.candleWrapper__fireItem:nth-child(89) {
    left: calc(60px - 55px);
    width: 13px;
    height: 13px;
    animation: movetop 1s linear -1.25s infinite;
}

.candleWrapper__fireItem:nth-child(90) {
    left: calc(16px - 55px);
    width: 35px;
    height: 35px;
    animation: movetop 1s linear -0.09s infinite;
}

.candleWrapper__fireItem:nth-child(91) {
    left: calc(21px - 55px);
    width: 45px;
    height: 45px;
    animation: movetop 1s linear -1.12s infinite;
}

.candleWrapper__fireItem:nth-child(92) {
    left: calc(69px - 55px);
    width: 36px;
    height: 36px;
    animation: movetop 1s linear -2.636s infinite;
}

.candleWrapper__fireItem:nth-child(93) {
    left: calc(36px - 55px);
    width: 7px;
    height: 7px;
    animation: movetop 1s linear -2.917s infinite;
}

.candleWrapper__fireItem:nth-child(94) {
    left: calc(1px - 55px);
    width: 36px;
    height: 36px;
    animation: movetop 1s linear -1.142s infinite;
}

.candleWrapper__fireItem:nth-child(95) {
    left: calc(24px - 55px);
    width: 14px;
    height: 14px;
    animation: movetop 1s linear -0.582s infinite;
}

.candleWrapper__fireItem:nth-child(96) {
    left: calc(22px - 55px);
    width: 37px;
    height: 37px;
    animation: movetop 1s linear -2.721s infinite;
}

.candleWrapper__fireItem:nth-child(97) {
    left: calc(33px - 55px);
    width: 35px;
    height: 35px;
    animation: movetop 1s linear -1.871s infinite;
}

.candleWrapper__fireItem:nth-child(98) {
    left: calc(35px - 55px);
    width: 7px;
    height: 7px;
    animation: movetop 1s linear -2.136s infinite;
}

.candleWrapper__fireItem:nth-child(99) {
    left: calc(32px - 55px);
    width: 25px;
    height: 25px;
    animation: movetop 1s linear -1.795s infinite;
}

.candleWrapper__fireItem:nth-child(100) {
    left: calc(27px - 55px);
    width: 35px;
    height: 35px;
    animation: movetop 1s linear -0.333s infinite;
}

.candleWrapper__fireItem:nth-child(101) {
    left: calc(4px - 55px);
    width: 8px;
    height: 8px;
    animation: movetop 1s linear -0.247s infinite;
}

.candleWrapper__fireItem:nth-child(102) {
    left: calc(19px - 55px);
    width: 7px;
    height: 7px;
    animation: movetop 1s linear -0.604s infinite;
}

.candleWrapper__fireItem:nth-child(103) {
    left: calc(2px - 55px);
    width: 27px;
    height: 27px;
    animation: movetop 1s linear -0.203s infinite;
}

.candleWrapper__fireItem:nth-child(104) {
    left: calc(6px - 55px);
    width: 34px;
    height: 34px;
    animation: movetop 1s linear -2.7s infinite;
}

.candleWrapper__fireItem:nth-child(105) {
    left: calc(13px - 55px);
    width: 24px;
    height: 24px;
    animation: movetop 1s linear -1.534s infinite;
}

.candleWrapper__fireItem:nth-child(106) {
    left: calc(49px - 55px);
    width: 4px;
    height: 4px;
    animation: movetop 1s linear -2.671s infinite;
}

.candleWrapper__fireItem:nth-child(107) {
    left: calc(54px - 55px);
    width: 45px;
    height: 45px;
    animation: movetop 1s linear -1.633s infinite;
}

.candleWrapper__fireItem:nth-child(108) {
    left: calc(1px - 55px);
    width: 26px;
    height: 26px;
    animation: movetop 1s linear -0.888s infinite;
}

.candleWrapper__fireItem:nth-child(109) {
    left: calc(34px - 55px);
    width: 22px;
    height: 22px;
    animation: movetop 1s linear -0.491s infinite;
}

.candleWrapper__fireItem:nth-child(110) {
    left: calc(52px - 55px);
    width: 22px;
    height: 22px;
    animation: movetop 1s linear -0.391s infinite;
}

.candleWrapper__fireItem:nth-child(111) {
    left: calc(62px - 55px);
    width: 46px;
    height: 46px;
    animation: movetop 1s linear -2.046s infinite;
}

.candleWrapper__fireItem:nth-child(112) {
    left: calc(38px - 55px);
    width: 24px;
    height: 24px;
    animation: movetop 1s linear -0.39s infinite;
}

.candleWrapper__fireItem:nth-child(113) {
    left: calc(37px - 55px);
    width: 9px;
    height: 9px;
    animation: movetop 1s linear -2.665s infinite;
}

.candleWrapper__fireItem:nth-child(114) {
    left: calc(54px - 55px);
    width: 37px;
    height: 37px;
    animation: movetop 1s linear -1.121s infinite;
}

.candleWrapper__fireItem:nth-child(115) {
    left: calc(48px - 55px);
    width: 14px;
    height: 14px;
    animation: movetop 1s linear -1.414s infinite;
}

.candleWrapper__fireItem:nth-child(116) {
    left: calc(47px - 55px);
    width: 11px;
    height: 11px;
    animation: movetop 1s linear -2.002s infinite;
}

.candleWrapper__fireItem:nth-child(117) {
    left: calc(45px - 55px);
    width: 44px;
    height: 44px;
    animation: movetop 1s linear -0.025s infinite;
}

.candleWrapper__fireItem:nth-child(118) {
    left: calc(10px - 55px);
    width: 49px;
    height: 49px;
    animation: movetop 1s linear -0.03s infinite;
}

.candleWrapper__fireItem:nth-child(119) {
    left: calc(31px - 55px);
    width: 7px;
    height: 7px;
    animation: movetop 1s linear -0.554s infinite;
}

.candleWrapper__fireItem:nth-child(120) {
    left: calc(64px - 55px);
    width: 27px;
    height: 27px;
    animation: movetop 1s linear -1.973s infinite;
}

.candleWrapper__fireItem:nth-child(121) {
    left: calc(68px - 55px);
    width: 25px;
    height: 25px;
    animation: movetop 1s linear -1.385s infinite;
}

.candleWrapper__fireItem:nth-child(122) {
    left: calc(68px - 55px);
    width: 30px;
    height: 30px;
    animation: movetop 1s linear -2.26s infinite;
}

.candleWrapper__fireItem:nth-child(123) {
    left: calc(36px - 55px);
    width: 1px;
    height: 1px;
    animation: movetop 1s linear -1.107s infinite;
}

.candleWrapper__fireItem:nth-child(124) {
    left: calc(53px - 55px);
    width: 32px;
    height: 32px;
    animation: movetop 1s linear -2.965s infinite;
}

.candleWrapper__fireItem:nth-child(125) {
    left: calc(4px - 55px);
    width: 35px;
    height: 35px;
    animation: movetop 1s linear -2.354s infinite;
}

.candleWrapper__fireItem:nth-child(126) {
    left: calc(56px - 55px);
    width: 23px;
    height: 23px;
    animation: movetop 1s linear -2.882s infinite;
}

.candleWrapper__fireItem:nth-child(127) {
    left: calc(23px - 55px);
    width: 40px;
    height: 40px;
    animation: movetop 1s linear -2.802s infinite;
}

.candleWrapper__fireItem:nth-child(128) {
    left: calc(45px - 55px);
    width: 21px;
    height: 21px;
    animation: movetop 1s linear -1.548s infinite;
}

.candleWrapper__fireItem:nth-child(129) {
    left: calc(28px - 55px);
    width: 16px;
    height: 16px;
    animation: movetop 1s linear -2.25s infinite;
}

.candleWrapper__fireItem:nth-child(130) {
    left: calc(59px - 55px);
    width: 42px;
    height: 42px;
    animation: movetop 1s linear -0.038s infinite;
}

.candleWrapper__fireItem:nth-child(131) {
    left: calc(66px - 55px);
    width: 3px;
    height: 3px;
    animation: movetop 1s linear -1.3s infinite;
}

.candleWrapper__fireItem:nth-child(132) {
    left: calc(23px - 55px);
    width: 14px;
    height: 14px;
    animation: movetop 1s linear -0.074s infinite;
}

.candleWrapper__fireItem:nth-child(133) {
    left: calc(6px - 55px);
    width: 23px;
    height: 23px;
    animation: movetop 1s linear -0.38s infinite;
}

.candleWrapper__fireItem:nth-child(134) {
    left: calc(70px - 55px);
    width: 44px;
    height: 44px;
    animation: movetop 1s linear -0.366s infinite;
}

.candleWrapper__fireItem:nth-child(135) {
    left: calc(62px - 55px);
    width: 36px;
    height: 36px;
    animation: movetop 1s linear -0.087s infinite;
}

.candleWrapper__fireItem:nth-child(136) {
    left: calc(18px - 55px);
    width: 7px;
    height: 7px;
    animation: movetop 1s linear -0.385s infinite;
}

.candleWrapper__fireItem:nth-child(137) {
    left: calc(64px - 55px);
    width: 3px;
    height: 3px;
    animation: movetop 1s linear -0.622s infinite;
}

.candleWrapper__fireItem:nth-child(138) {
    left: calc(36px - 55px);
    width: 40px;
    height: 40px;
    animation: movetop 1s linear -0.361s infinite;
}

.candleWrapper__fireItem:nth-child(139) {
    left: calc(59px - 55px);
    width: 31px;
    height: 31px;
    animation: movetop 1s linear -0.259s infinite;
}

.candleWrapper__fireItem:nth-child(140) {
    left: calc(52px - 55px);
    width: 18px;
    height: 18px;
    animation: movetop 1s linear -1.863s infinite;
}

.candleWrapper__fireItem:nth-child(141) {
    left: calc(26px - 55px);
    width: 44px;
    height: 44px;
    animation: movetop 1s linear -0.44s infinite;
}

.candleWrapper__fireItem:nth-child(142) {
    left: calc(69px - 55px);
    width: 38px;
    height: 38px;
    animation: movetop 1s linear -2.408s infinite;
}

.candleWrapper__fireItem:nth-child(143) {
    left: calc(13px - 55px);
    width: 2px;
    height: 2px;
    animation: movetop 1s linear -2.597s infinite;
}

.candleWrapper__fireItem:nth-child(144) {
    left: calc(62px - 55px);
    width: 13px;
    height: 13px;
    animation: movetop 1s linear -1.86s infinite;
}

.candleWrapper__fireItem:nth-child(145) {
    left: calc(52px - 55px);
    width: 18px;
    height: 18px;
    animation: movetop 1s linear -1.217s infinite;
}

.candleWrapper__fireItem:nth-child(146) {
    left: calc(33px - 55px);
    width: 27px;
    height: 27px;
    animation: movetop 1s linear -2.762s infinite;
}

.candleWrapper__fireItem:nth-child(147) {
    left: calc(35px - 55px);
    width: 27px;
    height: 27px;
    animation: movetop 1s linear -2.921s infinite;
}

.candleWrapper__fireItem:nth-child(148) {
    left: calc(17px - 55px);
    width: 6px;
    height: 6px;
    animation: movetop 1s linear -2.609s infinite;
}

.candleWrapper__fireItem:nth-child(149) {
    left: calc(43px - 55px);
    width: 37px;
    height: 37px;
    animation: movetop 1s linear -1.217s infinite;
}

.candleWrapper__fireItem:nth-child(150) {
    left: calc(12px - 55px);
    width: 44px;
    height: 44px;
    animation: movetop 1s linear -1.525s infinite;
}

.candleWrapper__fireItem:nth-child(151) {
    left: calc(22px - 55px);
    width: 2px;
    height: 2px;
    animation: movetop 1s linear -2.717s infinite;
}

.candleWrapper__fireItem:nth-child(152) {
    left: calc(22px - 55px);
    width: 14px;
    height: 14px;
    animation: movetop 1s linear -2.55s infinite;
}

.candleWrapper__fireItem:nth-child(153) {
    left: calc(19px - 55px);
    width: 38px;
    height: 38px;
    animation: movetop 1s linear -1.38s infinite;
}

.candleWrapper__fireItem:nth-child(154) {
    left: calc(62px - 55px);
    width: 35px;
    height: 35px;
    animation: movetop 1s linear -2.047s infinite;
}

.candleWrapper__fireItem:nth-child(155) {
    left: calc(57px - 55px);
    width: 48px;
    height: 48px;
    animation: movetop 1s linear -0.719s infinite;
}

.candleWrapper__fireItem:nth-child(156) {
    left: calc(28px - 55px);
    width: 27px;
    height: 27px;
    animation: movetop 1s linear -2.718s infinite;
}

.candleWrapper__fireItem:nth-child(157) {
    left: calc(53px - 55px);
    width: 46px;
    height: 46px;
    animation: movetop 1s linear -2.513s infinite;
}

.candleWrapper__fireItem:nth-child(158) {
    left: calc(10px - 55px);
    width: 14px;
    height: 14px;
    animation: movetop 1s linear -2.225s infinite;
}

.candleWrapper__fireItem:nth-child(159) {
    left: calc(22px - 55px);
    width: 39px;
    height: 39px;
    animation: movetop 1s linear -0.327s infinite;
}

.candleWrapper__fireItem:nth-child(160) {
    left: calc(48px - 55px);
    width: 33px;
    height: 33px;
    animation: movetop 1s linear -0.611s infinite;
}

.candleWrapper__fireItem:nth-child(161) {
    left: calc(33px - 55px);
    width: 27px;
    height: 27px;
    animation: movetop 1s linear -1.14s infinite;
}

.candleWrapper__fireItem:nth-child(162) {
    left: calc(6px - 55px);
    width: 45px;
    height: 45px;
    animation: movetop 1s linear -2.002s infinite;
}

.candleWrapper__fireItem:nth-child(163) {
    left: calc(64px - 55px);
    width: 2px;
    height: 2px;
    animation: movetop 1s linear -0.285s infinite;
}

.candleWrapper__fireItem:nth-child(164) {
    left: calc(60px - 55px);
    width: 33px;
    height: 33px;
    animation: movetop 1s linear -0.441s infinite;
}

.candleWrapper__fireItem:nth-child(165) {
    left: calc(69px - 55px);
    width: 36px;
    height: 36px;
    animation: movetop 1s linear -0.035s infinite;
}

.candleWrapper__fireItem:nth-child(166) {
    left: calc(53px - 55px);
    width: 47px;
    height: 47px;
    animation: movetop 1s linear -0.749s infinite;
}

.candleWrapper__fireItem:nth-child(167) {
    left: calc(61px - 55px);
    width: 2px;
    height: 2px;
    animation: movetop 1s linear -1.063s infinite;
}

.candleWrapper__fireItem:nth-child(168) {
    left: calc(38px - 55px);
    width: 45px;
    height: 45px;
    animation: movetop 1s linear -1.011s infinite;
}

.candleWrapper__fireItem:nth-child(169) {
    left: calc(35px - 55px);
    width: 9px;
    height: 9px;
    animation: movetop 1s linear -0.857s infinite;
}

.candleWrapper__fireItem:nth-child(170) {
    left: calc(38px - 55px);
    width: 5px;
    height: 5px;
    animation: movetop 1s linear -0.638s infinite;
}

.candleWrapper__fireItem:nth-child(171) {
    left: calc(54px - 55px);
    width: 16px;
    height: 16px;
    animation: movetop 1s linear -2.067s infinite;
}

.candleWrapper__fireItem:nth-child(172) {
    left: calc(45px - 55px);
    width: 33px;
    height: 33px;
    animation: movetop 1s linear -1.343s infinite;
}

.candleWrapper__fireItem:nth-child(173) {
    left: calc(42px - 55px);
    width: 50px;
    height: 50px;
    animation: movetop 1s linear -1.489s infinite;
}

.candleWrapper__fireItem:nth-child(174) {
    left: calc(44px - 55px);
    width: 28px;
    height: 28px;
    animation: movetop 1s linear -1.486s infinite;
}

.candleWrapper__fireItem:nth-child(175) {
    left: calc(22px - 55px);
    width: 31px;
    height: 31px;
    animation: movetop 1s linear -2.469s infinite;
}

.candleWrapper__fireItem:nth-child(176) {
    left: calc(41px - 55px);
    width: 30px;
    height: 30px;
    animation: movetop 1s linear -0.551s infinite;
}

.candleWrapper__fireItem:nth-child(177) {
    left: calc(37px - 55px);
    width: 4px;
    height: 4px;
    animation: movetop 1s linear -0.774s infinite;
}

.candleWrapper__fireItem:nth-child(178) {
    left: calc(54px - 55px);
    width: 16px;
    height: 16px;
    animation: movetop 1s linear -2.819s infinite;
}

.candleWrapper__fireItem:nth-child(179) {
    left: calc(56px - 55px);
    width: 7px;
    height: 7px;
    animation: movetop 1s linear -2.933s infinite;
}

.candleWrapper__fireItem:nth-child(180) {
    left: calc(58px - 55px);
    width: 25px;
    height: 25px;
    animation: movetop 1s linear -2.458s infinite;
}

.candleWrapper__fireItem:nth-child(181) {
    left: calc(41px - 55px);
    width: 2px;
    height: 2px;
    animation: movetop 1s linear -1.177s infinite;
}

.candleWrapper__fireItem:nth-child(182) {
    left: calc(3px - 55px);
    width: 11px;
    height: 11px;
    animation: movetop 1s linear -1.566s infinite;
}

.candleWrapper__fireItem:nth-child(183) {
    left: calc(23px - 55px);
    width: 13px;
    height: 13px;
    animation: movetop 1s linear -1.023s infinite;
}

.candleWrapper__fireItem:nth-child(184) {
    left: calc(56px - 55px);
    width: 32px;
    height: 32px;
    animation: movetop 1s linear -1.626s infinite;
}

.candleWrapper__fireItem:nth-child(185) {
    left: calc(70px - 55px);
    width: 50px;
    height: 50px;
    animation: movetop 1s linear -2.324s infinite;
}

.candleWrapper__fireItem:nth-child(186) {
    left: calc(29px - 55px);
    width: 41px;
    height: 41px;
    animation: movetop 1s linear -0.99s infinite;
}

.candleWrapper__fireItem:nth-child(187) {
    left: calc(33px - 55px);
    width: 1px;
    height: 1px;
    animation: movetop 1s linear -2.559s infinite;
}

.candleWrapper__fireItem:nth-child(188) {
    left: calc(28px - 55px);
    width: 15px;
    height: 15px;
    animation: movetop 1s linear -1.882s infinite;
}

.candleWrapper__fireItem:nth-child(189) {
    left: calc(60px - 55px);
    width: 16px;
    height: 16px;
    animation: movetop 1s linear -1.191s infinite;
}

.candleWrapper__fireItem:nth-child(190) {
    left: calc(54px - 55px);
    width: 30px;
    height: 30px;
    animation: movetop 1s linear -2.95s infinite;
}

.candleWrapper__fireItem:nth-child(191) {
    left: calc(2px - 55px);
    width: 7px;
    height: 7px;
    animation: movetop 1s linear -0.659s infinite;
}

.candleWrapper__fireItem:nth-child(192) {
    left: calc(25px - 55px);
    width: 22px;
    height: 22px;
    animation: movetop 1s linear -0.073s infinite;
}

.candleWrapper__fireItem:nth-child(193) {
    left: calc(8px - 55px);
    width: 15px;
    height: 15px;
    animation: movetop 1s linear -1.68s infinite;
}

.candleWrapper__fireItem:nth-child(194) {
    left: calc(32px - 55px);
    width: 17px;
    height: 17px;
    animation: movetop 1s linear -1.317s infinite;
}

.candleWrapper__fireItem:nth-child(195) {
    left: calc(11px - 55px);
    width: 19px;
    height: 19px;
    animation: movetop 1s linear -0.379s infinite;
}

.candleWrapper__fireItem:nth-child(196) {
    left: calc(21px - 55px);
    width: 33px;
    height: 33px;
    animation: movetop 1s linear -0.999s infinite;
}

.candleWrapper__fireItem:nth-child(197) {
    left: calc(34px - 55px);
    width: 40px;
    height: 40px;
    animation: movetop 1s linear -1.073s infinite;
}

.candleWrapper__fireItem:nth-child(198) {
    left: calc(39px - 55px);
    width: 5px;
    height: 5px;
    animation: movetop 1s linear -0.028s infinite;
}

.candleWrapper__fireItem:nth-child(199) {
    left: calc(39px - 55px);
    width: 40px;
    height: 40px;
    animation: movetop 1s linear -2.578s infinite;
}

.candleWrapper__iconWrapper {
    position: relative;
    margin: 10px auto;
    border-radius: 50%;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: 110px;
    max-height: 110px;
    box-sizing: content-box;
}

.candleWrapper__iconRound--white {
    position: absolute;
    left: 0;
    top: -123px;
    border: 0;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    background: #71c341;
    object-fit: cover;
    transition: opacity 1s ease 0s;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.candleWrapper__spinResultWrapper {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    min-height: 400px;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.candleWrapper__spinResultWrapper--edit {
    position: static;
    display: flex;
    padding: 70px 0;
}

.candleWrapper__spinResultWrapper--showHide {
    display: flex;
}

.candleWrapper__popupWindow {
    position: relative;
}

.candleWrapper__winPopUpWindow {
    border-radius: 10px;
    padding: 65px 10px 20px;
    width: 100%;
    max-width: 420px;
    text-align: center;
    background: #fff 0 0;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.candleWrapper__closePopup {
    position: absolute;
    right: -40px;
    top: -100px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 10px #fff;
    background-size: 100%;
    cursor: pointer;
}

.candleWrapper__closeIcon {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.candleWrapper__popupHeading {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 28px;
    word-break: break-word;
}

.candleWrapper__popupText {
    margin: 0 15px 25px;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    word-break: break-word;
    text-align: center !important;
    text-indent: 0;
    color: #000;
}

.candleWrapper__popupButton {
    outline: medium;
    border: medium;
    border-radius: 5px;
    padding: 10px 20%;
    font-size: 20px;
    word-break: break-word;
    text-transform: uppercase;
    background-color: #71c341;
    cursor: pointer;
}

.candleWrapper__popupButton,
.candleWrapper__popupButton:hover {
    text-decoration: none !important;
    color: #fff !important;
}

.candleWrapper__dangerText {
    font-weight: 700;
    color: red;
}

.candleWrapper--bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin: 0 auto;
    width: 800px;
    height: 420px;
    background: url("urn:scrapbook:download:error:https://juk-ga.top/lander/018e55db-31d8-7f3b-ab4c-0f9721227be5_1727551945/images/candlesBg.png") no-repeat;
    background-size: cover;
}

.candleFormWrapper {
    flex-direction: column;
    justify-content: center;
    padding: 12px 75px;
}

.candleFormWrapper__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
    min-height: 54px;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    word-break: break-word;
    text-align: center;
    color: #fff;
    background-color: #232f3e;
}

.candleFormWrapper__title {
    margin: 0;
    font-family: sans-serif;
    font-size: 18px;
    word-break: break-word;
    color: #fff;
}

.candleFormWrapper__arrowsGoBlock {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.candleFormWrapper__botGo {
    margin: 0;
    font-family: sans-serif;
    font-size: 20px;
    word-break: break-word;
    color: #fff;
}

.candleFormWrapper__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

.candleFormWrapper__form {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 30px;
    padding: 20px 0 5px;
    max-width: 550px;
    box-sizing: border-box;
    word-break: break-word;
    text-align: center;
    background: #fff;
}

.candleFormWrapper__productImgWrapper {
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    max-width: 400px;
    object-fit: cover;
}

.candleFormWrapper__productImg {
    width: 100%;
    height: 100%;
}

.candleFormWrapper__timer {
    margin: 0;
    width: 100%;
}

.candleFormWrapper__timer .countdownTimerBox {
    justify-content: center;
    margin: 20px auto;
}

.candleFormWrapper__timer .countdownTimerBox .minutes,
.candleFormWrapper__timer .countdownTimerBox .seconds {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    word-break: break-word;
    transition: 0.2s;
}

.candleFormWrapper__timer .countdownTimerBox .minutesBox,
.candleFormWrapper__timer .countdownTimerBox .secondsBox {
    display: flex;
}

.candleFormWrapper__timer .countdownTimerBox .timeBg {
    display: block;
    margin: 0;
    width: unset;
    height: unset;
    line-height: 32px;
    word-break: break-word;
    text-align: center;
    color: red;
    background: #fff;
}

.candleFormWrapper__timer .countdownTimerBox .timeBg:nth-child(2n) {
    margin-right: 0;
}

.candleFormWrapper__timer .countdownTimerBox .ending {
    display: block;
    margin: 0 5px;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 32px;
    word-break: break-word;
    text-align: center;
    color: #000;
    transition: 0.2s;
}

.candleFormWrapper__priceWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.candleFormWrapper__oldVal {
    margin: 0 20px 20px;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-decoration: line-through;
}

.candleFormWrapper__formTitle,
.candleFormWrapper__newVal {
    margin: 0 20px 20px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: red;
}

.candleFormWrapper__formTitle {
    margin: 10px 0 20px;
    font-size: 17px;
    line-height: 24px;
    word-break: break-word;
    color: #000;
}

.candleFormWrapper__formName,
.candleFormWrapper__formPhone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0;
    width: 100%;
    font-family: sans-serif;
}

.candleFormWrapper__formName--label,
.candleFormWrapper__formPhone--label {
    margin: 10px auto;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}

.candleFormWrapper__name,
.candleFormWrapper__number {
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 0 15px;
    width: 100% !important;
    height: 45px;
    max-width: 400px;
    box-shadow: none;
    box-sizing: border-box;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    word-break: break-word;
    color: #666;
}

.candleFormWrapper__name:focus,
.candleFormWrapper__number:focus {
    outline: 0;
}

.candleFormWrapper__formBtn {
    margin-top: 10px;
    outline: 0;
    border: 0;
    border-radius: 3px;
    padding: 10px 20px 14px;
    width: 100%;
    height: fit-content;
    max-width: 400px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 20px;
    word-break: break-word;
    text-shadow: 0 1px 0#810e05;
    text-transform: uppercase;
    color: #fff;
    background: red;
    cursor: pointer;
}

.candleFormWrapper__formSubText {
    display: block;
    font-family: sans-serif;
}

.candleFormWrapper--showHide {
    display: flex;
}

.coloredText {
    margin: 0 auto;
    padding: 5px;
    background-color: #fff;
}

.coloredText__container {
    margin: 0;
    border: 1px solid #ff7250;
    padding: 15px;
    box-sizing: border-box;
    background-color: #ffeca6;
}

.coloredText__title {
    padding: 0 0 0 10px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 18px;
    word-break: break-word;
}

.coloredText ul {
    padding: 10px 10px 0;
}

.coloredText li,
.coloredText__listSub {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 16px;
    word-break: break-word;
}

.coloredText li {
    padding: 10px 0;
    font-weight: 700;
}

.coloredText__listSub {
    font-weight: 400;
}

.kardineoCom {
    padding: 10px 40px 20px;
    width: 100%;
    max-width: 100%;
}

.kardineoCom__wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.kardineoCom__avatarWrapper {
    display: inline-block;
    margin: 10px 20px 0 0;
    border-radius: 50%;
    padding: 0;
    width: 100%;
    height: 56px;
    max-width: 56px;
}

.kardineoCom__avatar {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kardineoCom__info {
    width: 100%;
}

.kardineoCom__comment,
.kardineoCom__name {
    padding: 0;
    font-family: sans-serif;
    font-size: 17px;
    line-height: 25px;
    word-break: break-word;
    text-decoration: none;
}

.kardineoCom__name {
    margin: 0;
    font-weight: 700;
    color: #000;
}

.kardineoCom__comment {
    margin: 10px 0;
    font-weight: 400;
}

.kardineoCom__comment a {
    text-decoration: underline;
    color: #62a7d9;
}

.kardineoCom__imgProductWrapper {
    display: inline-block;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    height: fit-content;
    max-width: 400px;
}

.kardineoCom__imgProduct {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kardineoCom__published {
    margin: 15px 0 0;
    padding: 0;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    word-break: break-word;
    color: #62a7d9;
}

.docImgText {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
    background-color: #e2e2e2;
}

.docImgText__wrapper {
    width: 100%;
    height: fit-content;
    max-width: 350px;
}

.docImgText__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.docImgText__textContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 0 10px;
    width: 100%;
    max-width: 700px;
    line-height: 2;
}

.docImgText__desc,
.docImgText__name,
.docImgText__title,
.docImgText__year {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.8;
    word-break: break-word;
    color: #706e7f;
}

.docImgText__desc,
.docImgText__name,
.docImgText__year {
    font-weight: 400;
    font-size: 22px;
}

.docImgText__desc,
.docImgText__year {
    line-height: 1.4;
}

.goToForm {
    display: none;
    padding: 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: red;
}

.goToFormShow {
    display: block !important;
}

.ctContentFluid--red {
    background: red;
}

.knifeContentBB {
    padding: 10px 65px;
}

.knifeContentBB__container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 3px solid #1da1f2;
    border-bottom: 3px solid #1da1f2;
    padding: 15px 0;
}

.knifeContentBB__text {
    margin: 0 auto;
    padding: 0 10px;
    width: 85%;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    word-break: break-word;
    text-align: center;
}

.knifeContentBB__imgWrapper {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: fit-content;
    max-width: 32px;
    object-fit: contain;
    transform: translate(0, -50%);
}

.knifeContentBB__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.knifeContentBB .knifeContentBBThree {
    border-color: #dc143c;
}

.knifeContentImgs__container {
    padding: 15px;
}

.knifeContentImgs__wrapper {
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    max-width: 640px;
}

.knifeContentImgs__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.knifeText {
    margin: 0;
    padding: 10px 65px;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    word-break: break-word;
    text-align: left;
}

.knifeText--center {
    text-align: center;
}

.knifePrizeSubText__text {
    font-family: sans-serif;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}

.knifePrizeSubText__link {
    text-decoration: underline;
    color: #1697ce;
}

.knifeDate__date:hover,
.knifePrizeSubText__link:hover {
    color: #f86923;
}

.knifeDate__text {
    padding: 15px 65px;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #1e488f;
}

.knifeDate__date {
    padding: 0;
    color: #1e488f;
}

.knifeTitle {
    margin: 0;
    padding: 15px 65px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    word-break: break-word;
    text-align: center;
    color: #111;
}

.knifeTitle--prizeTitle {
    font-weight: 500;
    font-size: 25px;
    line-height: 27px;
}

.knifeTitle--comTitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}

.knifeFooter,
.knifeFooterBg {
    background: #252525;
}

.knifeFooter {
    display: flex;
    justify-content: flex-start;
    padding: 20px 10px;
    color: #999;
}

.knifeFooter__child {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #252525;
}

.knifeFooter__child:hover {
    outline: 0;
}

.knifeFooter__date,
.knifeFooter__dateOfMednews {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    word-break: break-word;
    color: #ccc;
}

.knifeOrderBtn {
    display: flex;
    justify-content: center;
    padding: 10px 65px;
}

.knifeOrderBtn__button {
    margin: 0;
    border-radius: 20px;
    padding: 10px 20px;
    width: 100%;
    min-height: 35px;
    max-width: 500px;
    box-shadow: 2px 3px 8px #737373;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 22px;
    word-break: break-word;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #dc143c;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.knifeOrderBtn__button:hover {
    box-shadow: rgba(220, 20, 60, 0.006) 2px 3px 5px;
    text-decoration: none;
    color: #fff;
}

.naborbabNavBg {
    background-color: #ba0505;
}

.naborbabNav,
.naborbabNav__navbar {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    background-color: #ba0505;
}

.naborbabNav {
    min-height: 60px;
    box-sizing: border-box;
}

.naborbabNav__navbar {
    margin: 0 auto;
}

.naborbabNav__wifiBlock {
    display: flex;
    width: 100%;
    height: fit-content;
    max-width: 15px;
}

.naborbabNav__wifi {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transition: 0.2s;
}

.naborbabNav__wifi:hover {
    opacity: 0.8;
}

.naborbabNav__menuBtn {
    display: none;
    padding: 5px 10px 0 0;
    cursor: pointer;
}

.naborbabNav__burger {
    width: 25px;
    height: 25px;
}

.naborbabNav__menuBlock {
    margin: 0 0 0 30px;
    padding: 0;
    box-sizing: border-box;
}

.naborbabNav__menuBlock ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: 700px;
}

.naborbabNav__menuBlock ul li:first-child {
    border: 0;
}

.naborbabNav__menuBlock ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 100%;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 60px;
    word-break: break-word;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    transition: color 0.15s ease-out, background-color 0.15s ease-out;
}

.naborbabNav__menuBlock ul li:hover {
    color: rgba(255, 255, 255, 0.7);
}

.naborbabNav__userBlock {
    display: flex;
    width: 100%;
    height: 30px;
    max-width: 20px;
}

.naborbabNav__user {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.7;
    transition: 0.2s;
}

.naborbabNav__search:hover,
.naborbabNav__user:hover {
    opacity: 1;
}

.naborbabNav__searchBlock {
    display: flex;
    width: 100%;
    height: fit-content;
    max-width: 20px;
}

.naborbabNav__search {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: 0.2s;
}

.naborbabNav__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 3px 10px;
    padding: 0 15px;
    height: 100%;
    max-width: 400px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 38px;
    word-break: break-word;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #ec0606;
    transition: color 0.15s ease-out, background-color 0.15s ease-out;
}

.naborbabNav__iconWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.naborbabNav:hover {
    outline: 0;
}

.oneImageWidget {
    padding: 15px;
}

.oneImageWidget__wrapper {
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    max-width: 700px;
}

.oneImageWidget__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tableTwo {
    padding: 10px;
    background: #fff;
}

.tableTwo__table {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}

.tableTwo__tableData {
    vertical-align: middle;
    border: 1px solid #000;
    width: 100%;
    max-width: 50%;
}

.tableTwo__dataWrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.tableTwo__tableText {

    width: 100%;
    height: 100%;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}

.h1TitleWidget__text,
.h2TitleWidget__text,
.h3TitleWidget__text,
.h4TitleWidget__text,
.h5TitleWidget__text,
.h6TitleWidget__text {
    margin: 0;
    padding: 15px;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 140%;
    word-break: break-word;
    color: #000;
}

.h1TitleWidget__text {
    font-size: 40px;
}

.h2TitleWidget__text {
    font-size: 32px;
}

.h3TitleWidget__text {
    font-size: 28px;
}

.h4TitleWidget__text {
    font-size: 24px;
}

.h5TitleWidget__text {
    font-size: 20px;
}

.h6TitleWidget__text {
    font-size: 16px;
}

.knifeTitle--878783--582381 {
    color: #ff0023;
}

.knifeContentImgsOne__wrapper--188743 {
    max-width: 700px;
}

.knifeText--772256 {
    font-size: 16px;
    line-height: 20.8px;
    font-weight: 700;
    color: #5b5b5b;
}

.knifeText--389841--545644 {
    font-weight: 400;
}

.knifeText--303936 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #be0003;
}

.oneImageWidget__wrapper--891586 {
    max-width: 700px;
}

.knifeText--145635--131073,
.knifeText--145635--803180 {
    font-weight: 700;
}

.oneImageWidget__wrapper--857605 {
    max-width: 700px;
}

.knifeText--129330--630686 {
    font-weight: 400;
}

.knifeText--490041--757773,
.knifeText--538861--671010 {
    font-weight: 700;
}

.knifeText--626858--332806 {
    font-weight: 400;
}

.oneImageWidget__wrapper--234828 {
    max-width: 700px;
}

.knifeText--251232 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #ff0023;
}

.oneImageWidget__wrapper--249355 {
    max-width: 700px;
}

.knifeText--360531 {
    text-align: left;
}

.knifeText--207823--121092,
.knifeText--556277--593153,
.knifeText--891205--947360 {
    font-weight: 700;
}

.oneImageWidget__wrapper--558197 {
    max-width: 700px;
}

.knifeText--549311 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.knifeText--351101--681414 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.knifeText--166816--410473,
.knifeText--231087--734576,
.knifeText--284440--743965,
.knifeText--307557--436937,
.knifeText--307859--240040,
.knifeText--312425--783840,
.knifeText--388765--688883,
.knifeText--389713--919790,
.knifeText--445282--774871,
.knifeText--513120--207704,
.knifeText--624086--860582,
.knifeText--627631--840950,
.knifeText--693681--120461,
.knifeText--837400--703111,
.knifeText--874452--218071,
.knifeText--973614--788563,
.knifeText--984687--620074 {
    font-weight: 700;
}

.oneImageWidget__wrapper--733748 {
    max-width: 700px;
}

.knifeText--254779 {
    text-align: center;
}

.h4TitleWidget__text--646706 {
    color: #be0003;
}

.knifeText--667045--572912 {
    font-weight: 700;
}

.knifeText--215305 {
    font-weight: 400;
}

.knifeText--718131--310069 {
    font-weight: 700;
}

.knifeText--674995 {
    font-weight: 400;
}

.knifeText--441918--780689,
.knifeText--593389--561455 {
    font-weight: 700;
}

.knifeText--579474 {
    font-weight: 400;
}

.knifeText--308135--520304,
.knifeText--595385--388882 {
    font-weight: 700;
}

.knifeText--471207 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #ff0023;
}

.oneImageWidget__wrapper--424817 {
    max-width: 700px;
}

.knifeText--507232 {
    font-weight: 400;
}

.knifeText--657168--870759,
.knifeText--827303--844690 {
    font-weight: 700;
}

.knifeText--549753 {
    font-weight: 400;
}

.knifeText--348297--617026,
.knifeText--539882--202468,
.knifeText--884938--507954 {
    font-weight: 700;
}

.knifeText--341217 {
    font-weight: 400;
}

.knifeText--417897--507637,
.knifeText--547768--744402,
.knifeText--740311--232791,
.knifeText--753351--337087 {
    font-weight: 700;
}

.knifeText--999342 {
    font-weight: 400;
}

.knifeText--188130--549839,
.knifeText--294018--924998,
.knifeText--315320--172205,
.knifeText--323991--762814,
.knifeText--775183--650564 {
    font-weight: 700;
}

.knifeText--580443 {
    font-weight: 400;
}

.knifeText--212832--172004,
.knifeText--590261--945385,
.knifeText--622823--335764,
.knifeText--724744--600496 {
    font-weight: 700;
}

.knifeText--839214 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #ff0023;
}

.knifeText--428015 {
    font-weight: 400;
}

.knifeText--221876--991175,
.knifeText--290900--669357,
.knifeText--496444--576024,
.knifeText--690765--505661 {
    font-weight: 700;
}

.oneImageWidget__wrapper--704905 {
    max-width: 700px;
}

.knifeText--781909 {
    font-weight: 400;
    text-align: center;
}

.knifeText--453676--929306 {
    font-weight: 700;
}

.knifeText--509273 {
    font-weight: 400;
}

.knifeText--126629--671105,
.knifeText--188774--448972,
.knifeText--189554--341983,
.knifeText--453676--383938,
.knifeText--561199--930018 {
    font-weight: 700;
}

.knifeText--307418 {
    font-weight: 400;
}

.knifeText--118997--475934,
.knifeText--202430--785294,
.knifeText--256210--989094,
.knifeText--378706--702274,
.knifeText--594746--539721,
.knifeText--698888--660054 {
    font-weight: 700;
}

.knifeText--381319--117972,
.knifeText--414834--101627,
.knifeText--588497--851389,
.knifeText--968684--153787 {
    font-weight: 700;
    color: #ff0004;
}

.knifeText--867328--817836 {
    color: #ff0004;
}

.knifeText--333724--916391,
.knifeText--564012--968907 {
    font-weight: 700;
    color: #ff0004;
}

.h4TitleWidget__text--636605 {
    color: #be0003;
}

.knifeText--996843 {
    font-weight: 400;
}

.knifeText--149613--674505,
.knifeText--236323--516245,
.knifeText--293331--964876,
.knifeText--304913--212639,
.knifeText--423828--944556 {
    font-weight: 700;
}

.knifeText--689724 {
    font-weight: 400;
}

.knifeText--189658--583749,
.knifeText--201034--473651,
.knifeText--570401--738847,
.knifeText--571568--902208,
.knifeText--659196--857175,
.knifeText--668913--241800 {
    font-weight: 700;
}

.oneImageWidget__wrapper--704673 {
    max-width: 700px;
}

.knifeText--834120 {
    font-weight: 400;
    text-align: center;
}

.knifeText--533423--578528 {
    font-weight: 700;
}

.knifeText--477010 {
    font-weight: 400;
}

.knifeText--412809--746029,
.knifeText--417415--766698,
.knifeText--533423--809762,
.knifeText--771791--601713,
.knifeText--860511--474922,
.knifeText--883819--356021,
.knifeText--904154--861539 {
    font-weight: 700;
}

.knifeText--516381 {
    font-weight: 400;
}

.knifeText--124236--778490,
.knifeText--144617--545805,
.knifeText--246476--514157,
.knifeText--365220--563271,
.knifeText--483413--280046,
.knifeText--592829--124619,
.knifeText--816186--646312 {
    font-weight: 700;
}

.knifeText--944517 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #ff0023;
}

.oneImageWidget__wrapper--751110 {
    max-width: 700px;
}

.knifeText--425627--930370,
.knifeText--482526--162618 {
    font-weight: 700;
}

.knifeText--605691--679112 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.knifeText--243188--342869,
.knifeText--393162--911889,
.knifeText--432740--866636 {
    font-weight: 700;
}

.oneImageWidget__wrapper--105943 {
    max-width: 700px;
}

.knifeText--459444--783382 {
    font-weight: 700;
}

.knifeText--455257--891326 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.knifeText--714510--733765 {
    font-weight: 700;
}

.knifeText--377429--802361 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.tableTwo__tableText--343749,
.tableTwo__tableText--688148,
.tableTwo__tableText--883235 {
    font-weight: 700;
    text-align: center;
}

.tableTwo__tableText--163673 {
    text-align: center;
}

.tableTwo--588870--286182 {
    font-weight: 700;
}

.tableTwo__tableText--134995 {
    font-weight: 700;
    text-align: center;
}

.knifeText--594447--843428 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.knifeText--784244--151643 {
    font-weight: 700;
}

.oneImageWidget__wrapper--382014 {
    max-width: 700px;
}

.knifeText--247892--924330,
.knifeText--992647--617954 {
    font-weight: 700;
}

.knifeText--377022--918808 {
    font-weight: 400;
}

.knifeText--247892--965665,
.knifeText--992647--935018 {
    font-weight: 700;
}

.knifeText--182725--602623 {
    font-weight: 400;
}

.knifeText--247892--712975,
.knifeText--992647--990915 {
    font-weight: 700;
}

.knifeText--939319 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #ff0023;
}

.knifeText--534779--753484 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.h4TitleWidget__text--407814 {
    color: #be0003;
}

.oneImageWidget__wrapper--300957 {
    max-width: 700px;
}

.knifeText--213974 {
    font-weight: 700;
    text-align: center;
}

.oneImageWidget__wrapper--539529 {
    max-width: 700px;
}

.knifeText--789416 {
    font-weight: 700;
    text-align: center;
}

.knifeText--445922--408501 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.oneImageWidget__wrapper--973451 {
    max-width: 550px;
}

.knifeText--525996 {
    text-align: center;
    text-decoration-line: none;
    font-weight: 700;
}

.knifeText--528935--921093 {
    font-weight: 400;
}

.knifeText--306623--200830 {
    font-weight: 700;
}

.oneImageWidget__wrapper--789741 {
    max-width: 550px;
}

.knifeText--345913 {
    text-align: center;
    text-decoration-line: none;
    font-weight: 700;
}

.knifeText--429098--807751 {
    font-weight: 400;
}

.knifeText--381212--322136 {
    font-weight: 700;
}

.h4TitleWidget__text--836124 {
    color: #be0003;
}

.knifeText--290638 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--244186--974587 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.oneImageWidget__wrapper--922775 {
    max-width: 700px;
}

.h5TitleWidget__text--339373 {
    color: #be0003;
}

.knifeText--740916 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--383180--949288 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.knifeText--369960 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.h5TitleWidget__text--298044 {
    color: #be0003;
}

.knifeText--735824 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--499599--926578 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.knifeText--109662 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.h5TitleWidget__text--393465 {
    color: #be0003;
}

.knifeText--759809 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--315916--823235 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.knifeText--277045 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.h5TitleWidget__text--638827 {
    color: #be0003;
}

.knifeText--860819 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--393732--414089 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.knifeText--784767 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.h5TitleWidget__text--581621 {
    color: #be0003;
}

.knifeText--458459 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.h5TitleWidget__text--190398 {
    color: #be0003;
}

.knifeText--782335 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--374611--781318 {
    font-weight: 700;
}

.h5TitleWidget__text--432722 {
    color: #be0003;
}

.knifeText--967865 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--537568--993149,
.knifeText--918094--733376 {
    font-weight: 700;
}

.knifeText--381724 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--278583--383747 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.knifeText--494324--527956 {
    font-weight: 700;
}

.knifeText--631109 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--579052--914404 {
    font-weight: 700;
}

.knifeText--109488 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #ff0023;
}

.knifeText--828539--903347 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.knifeText--369552 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
    background-color: #d0ffe4;
}

.knifeText--199926--452041,
.knifeText--326343--117170 {
    font-weight: 700;
}

.knifeText--102918 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--583113--795519,
.knifeText--662922--107442 {
    font-weight: 700;
}

.knifeText--544363 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--471213--215521,
.knifeText--718712--638378 {
    font-weight: 700;
}

.docImgText__title--579175 {
    font-size: 16px;
    line-height: 20.8px;
}

.docImgText--995528--965233 {
    font-size: 22px;
    line-height: 22.1px;
    color: #000;
}

.docImgText__name--490890 {
    font-size: 22px;
    line-height: 20.8px;
}

.docImgText--945012--842799 {
    font-weight: 700;
}

.docImgText__desc--871638,
.docImgText__year--992947 {
    font-weight: 400;
}

.h4TitleWidget__text--770438 {
    color: #be0003;
}

.knifeText--151050 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--227500--806971,
.knifeText--425901--242321,
.knifeText--805110--473306 {
    font-weight: 700;
}

.knifeText--312350 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--418780--819981,
.knifeText--458045--297428,
.knifeText--576850--341031,
.knifeText--650246--313996 {
    font-weight: 700;
}

.knifeText--514411 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--112434--136925,
.knifeText--156104--717036,
.knifeText--642868--184747,
.knifeText--933560--857468 {
    font-weight: 700;
}

.knifeText--212169 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--104873--286946,
.knifeText--368433--473571,
.knifeText--520658--222969,
.knifeText--787076--563812 {
    font-weight: 700;
}

.knifeText--638722 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #ff0023;
}

.knifeText--743844 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--665240--885188,
.knifeText--701956--597019,
.knifeText--805965--599987 {
    font-weight: 700;
}

.knifeText--607700--298948 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.knifeText--699430--245660 {
    font-weight: 700;
}

.coloredText--418424--448599 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.knifeText--532896 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--207492--641495,
.knifeText--404660--758443,
.knifeText--861361--228901,
.knifeText--930110--404961 {
    font-weight: 700;
}

.knifeText--485886 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
}

.knifeText--400180--937116,
.knifeText--410737--194447,
.knifeText--443207--198919 {
    font-weight: 700;
}

.knifeText--545086--760520 {
    font-weight: 700;
    color: #ff0004;
}

.knifeText--965126--294472 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.knifeText--591476--230093 {
    font-weight: 700;
}

.knifeText--348061 {
    text-align: left;
    text-decoration-line: none;
    font-weight: 400;
    background-color: #cdffed;
}

.knifeText--189511--191770,
.knifeText--576391--866790,
.knifeText--654774--920209,
.knifeText--838320--175490 {
    font-weight: 700;
}

.knifeText--844429--521318 {
    font-weight: 700;
    color: #000;
}

.knifeText--983689--872521 {
    color: #ff000f;
}

.knifeTitle--889967 {
    font-size: 32px;
    line-height: 41.6px;
}

.commentImgWrapper--998126 {
    max-width: 400px;
    width: 100%;
    height: fit-content;
}

.commentImg--452933 {
    width: 100%;
    object-fit: contain;
}

.commentBox--470959--540540 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.kardineoCom__comment--172162 {
    font-weight: 700;
}

.commentBox--413217--125550 {
    font-weight: 400;
}

.commentImgWrapper--208121 {
    max-width: 400px;
    width: 100%;
    height: fit-content;
}

.commentImg--663547 {
    width: 100%;
    object-fit: contain;
}

.kardineoCom__comment--692256 {
    font-weight: 700;
}

.commentBox--791164--756443 {
    font-weight: 400;
}

.kardineoCom__comment--456691 {
    font-weight: 700;
}

.commentBox--491104--370677 {
    font-weight: 400;
}

.commentImgWrapper--288379 {
    max-width: 400px;
    width: 100%;
    height: fit-content;
}

.commentImg--953783 {
    width: 100%;
    object-fit: contain;
}

.kardineoCom__comment--120552 {
    font-weight: 700;
}

.commentBox--261601--945202 {
    font-weight: 400;
}

.commentBox--740456--164004 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.commentImgWrapper--443233 {
    max-width: 400px;
    width: 100%;
    height: fit-content;
}

.commentImg--242041 {
    width: 100%;
    object-fit: contain;
}

.kardineoCom__comment--208521,
.kardineoCom__comment--464449 {
    font-weight: 400;
}

.commentBox--858951--306235 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.commentImgWrapper--630991 {
    max-width: 400px;
    width: 100%;
    height: fit-content;
}

.commentImg--530195 {
    width: 100%;
    object-fit: contain;
}

.kardineoCom__comment--703093,
.kardineoCom__comment--839065 {
    font-weight: 400;
}

.commentBox--817174--708354 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.kardineoCom__comment--321915,
.kardineoCom__comment--739569 {
    font-weight: 400;
}

.commentBox--292592--561488 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.kardineoCom__comment--928697 {
    font-weight: 400;
}

.kardineoCom__comment--605772 {
    font-weight: 400;
    color: #00f;
}

.commentBox--565857--606706 {
    color: #000;
}

.commentBox--400674--434352 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.commentImgWrapper--779092 {
    max-width: 400px;
    width: 100%;
    height: fit-content;
}

.commentImg--487755 {
    width: 100%;
    object-fit: contain;
}

.kardineoCom__comment--986195 {
    font-weight: 400;
    color: #00f;
}

.commentBox--565857--455713 {
    color: #000;
}

.commentBox--344772--716309 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.kardineoCom__comment--969717 {
    font-weight: 400;
    color: #00f;
}

.commentBox--565857--927296 {
    color: #000;
}

.commentBox--682575--591178 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.kardineoCom__comment--367803 {
    font-weight: 400;
    color: #00f;
}

.commentBox--565857--564098 {
    color: #000;
}

.commentBox--676186--529619 {
    font-weight: 700;
}

.commentBox--266781--605611 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.kardineoCom__comment--877539 {
    font-weight: 400;
    color: #00f;
}

.commentBox--565857--242237 {
    color: #000;
}

.commentBox--682422--277699 {
    font-weight: 700;
}

.commentBox--698363--205929 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.commentImgWrapper--865418 {
    max-width: 400px;
    width: 100%;
    height: fit-content;
}

.commentImg--815375 {
    width: 100%;
    object-fit: contain;
}

.kardineoCom__comment--667064 {
    font-weight: 400;
    color: #00f;
}

.commentBox--565857--504432 {
    color: #000;
}

.commentBox--867596--640506 {
    font-weight: 700;
}

.commentBox--215426--574875 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.kardineoCom__comment--808368 {
    font-weight: 400;
    color: #00f;
}

.commentBox--565857--658006 {
    color: #000;
}

.commentBox--261363--339582 {
    font-weight: 700;
}

.commentBox--588180--623438 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.commentImgWrapper--148229 {
    max-width: 400px;
    width: 100%;
    height: fit-content;
}

.commentImg--520905 {
    width: 100%;
    object-fit: contain;
}

.kardineoCom__comment--232652 {
    font-weight: 400;
    color: #00f;
}

.commentBox--565857--488499 {
    color: #000;
}

.commentBox--654574--486262 {
    font-weight: 700;
}

.commentBox--552706--330392,
.commentBox--923764--959320 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.kardineoCom__comment--619770 {
    font-weight: 400;
    color: #00f;
}

.commentBox--565857--465012 {
    color: #000;
}

.commentBox--799986--772608 {
    font-weight: 700;
}

.commentBox--302095--134149 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.kardineoCom__comment--246471 {
    font-weight: 400;
    color: #00f;
}

.commentBox--565857--267108 {
    color: #000;
}

.commentBox--306280--702692 {
    font-weight: 700;
}

.commentBox--113090--272658 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.commentImgWrapper--792923 {
    max-width: 400px;
    width: 100%;
    height: fit-content;
}

.commentImg--133407 {
    width: 100%;
    object-fit: contain;
}

.kardineoCom__comment--213349 {
    font-weight: 400;
    color: #00f;
}

.commentBox--565857--901272 {
    color: #000;
}

.commentBox--190597--531669,
.commentBox--936565--437023 {
    color: #00f;
    text-decoration-line: underline;
    cursor: pointer;
}

.knifeOrderBtn__button--555565 {
    font-size: 19px;
    line-height: 24.7px;
    font-weight: 700;
}

@media (max-width: 1620px) {
    .naborbabNav__navbar {
        justify-content: space-between;
        padding: 10px 15px;
    }
}

@media (max-width: 1440px) {
    .knifeContentImgs__container {
        background: 0 0;
    }
}

@media (max-width: 1200px) {

    .naborbabNav__list,
    .naborbabNav__menuBlock ul li {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .candleFormWrapper {
        padding: 10px 20px;
    }

    .knifeTitle {
        font-size: 26px;
        line-height: 30px;
    }

    .knifeOrderBtn,
    .knifeTitle {
        padding: 10px 15px;
    }
}

@media (max-width: 979px) {

    .naborbabNav__menuBlock ul,
    .naborbabNav__wifiBlock {
        display: none;
    }

    .naborbabNav__menuBtn {
        display: block;
    }

    .naborbabNav__iconWrapper {
        display: none;
    }
}

@media (max-width: 967px) {
    .knifeContentBB__text {
        padding: 0 20px;
    }

    .knifeContentBB,
    .knifeDate__text,
    .knifePrizeSubText__text,
    .knifeText {
        padding: 10px 15px;
    }

    .knifeTitle {
        font-size: 23px;
        line-height: 28px;
    }
}

@media (max-width: 959px) {

    .candleFormWrapper__timer .countdownTimerBox .minutes,
    .candleFormWrapper__timer .countdownTimerBox .seconds {
        font-size: 21px;
    }

    .candleFormWrapper__timer .countdownTimerBox .timeBg {
        width: unset;
        height: unset;
        line-height: 32px;
    }

    .candleFormWrapper__timer .countdownTimerBox .ending {
        font-size: 21px;
        line-height: 32px;
        letter-spacing: 0;
    }
}

@media (max-width: 825px) {
    .candleWrapper__description {
        border: 4px solid #612f90;
        border-radius: 120px;
        width: 82%;
        font-family: sans-serif;
        font-size: 18px;
        text-align: center;
        background-color: #fff;
    }

    .candleWrapper__salePercent {
        position: absolute;
        top: -100px;
        border: 1px solid #000;
        padding: 5px;
        width: 100%;
        font-family: sans-serif;
        font-weight: 700;
        font-size: 12px;
        text-align: center;
    }

    .candleWrapper {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .candleWrapper__iconRound--white {
        left: 5px;
        width: 95px;
        height: 95px;
    }
}

@media screen and (max-width: 767px) {
    .textMedia {
        padding: 5px;
    }

    .textHeightMedia {
        line-height: normal;
    }

    .textLetterMedia {
        letter-spacing: normal;
    }
}

@media (max-width: 767px) {

    .candleFormWrapper__timer .countdownTimerBox .ending,
    .candleFormWrapper__timer .countdownTimerBox .timeBg {
        padding: 0;
    }

    .kardineoCom {
        padding: 10px 10px 20px;
    }

    .h1TitleWidget__text,
    .h2TitleWidget__text,
    .h3TitleWidget__text,
    .h4TitleWidget__text,
    .h5TitleWidget__text,
    .h6TitleWidget__text {
        padding: 5px;
        letter-spacing: normal;
    }
}

@media (max-width: 660px) {
    .naborbabNav__searchBlock {
        margin: 0 0 0 20px;
    }

    .naborbabNav__list {
        display: none;
    }
}

@media (max-width: 575px) {
    .candleFormWrapper__form {
        padding: 15px;
    }

    .candleFormWrapper {
        padding: 0 10px;
    }

    .knifeContentImgs__container {
        padding: 0 15px;
    }

    .naborbabNav__menuBlock ul li {
        border: 0;
    }
}

@media (max-width: 530px) {
    .candleWrapper__closePopup {
        right: 0;
        top: -110px;
    }
}

@media (max-width: 500px) {
    .candleWrapper__winPopUpWindow {
        max-width: 320px;
    }

    .candleWrapper__popupText {
        font-size: 21px;
    }
}

@media (max-width: 480px) {
    .kardineoCom {
        display: block;
    }

    .candleFormWrapper__newVal {
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    .docImgText__wrapper {
        max-width: 310px;
    }
}

.tableTwo__wrapper {
    margin: 0 60px;
}

.door__wrapper {
    padding-bottom: 40px;
}

.door__wrapper .door__title {
    margin: 0 20px;
}

.input-roulette {
    padding: 0 10px !important;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}