/* Моб меню */
.reyt {
    display: flex;
    justify-content: space-around;
    color: #000 !important;
}

.reyt-block {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


.metr ul li {
    font-size: 15px;
}

.metr ul li span {
    font-weight: 500;
}

.metr ul {

    margin-left: 20px;
    margin-right: 20px;

    padding: 20px 5px;
    font-size: 18px;

}

.BoughtTimes {
    /* border: 1px solid #fff; */
    padding: 0 10px;
    border-radius: 5px;
    background: #ffce01;
    color: #000;
    font-weight: 700;
    line-height: 1.4;
}

.button .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear;
}

.flareanother {
    overflow-x: hidden;
}

.flareanother .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(243, 243, 243, 0.11), rgba(255, 255, 255, 0.84));
    animation: flareAnimation 10s infinite linear;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }

    100% {
        left: 150%;
    }
}

.none {
    display: none;
}

.modal-body {
    background: #b8eede;
    /* background: #b8eede; */
    /* background-image: radial-gradient(circle at 50% 50%, #405581 0, #10141f 50%, #000000 100%); */
    /* background-image: radial-gradient(circle at 50% 50%, #6f59e1 0, #4243b8 25%, #072c8d 50%, #001764 75%, #00003f 100%); */
    z-index: 90;
    padding: 100px 0 0 0;
    display: inline-block;
    max-width: 480px;
    width: 100%;
    -webkit-transform: skewX(-5deg) translateX(200%);
    -ms-transform: skewX(-5deg) translateX(200%);
    transform: skewX(-5deg) translateX(200%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
    transition: opacity 0.1s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
    height: 100vh;
    overflow: auto;
}

.modal-block {
    padding: 0;
}

.modal-block li {
    text-align: right;
    padding: 0 10px;
    border-bottom: 1px solid;
    display: block;
    height: 47.5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.modal-block li a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    width: 100%;
    height: 47.5px;
    line-height: 47.5px;
}

.modal-body.show-menu {
    opacity: 1 !important;
    transform: skewX(0deg) translate(0, 0) !important;
    -webkit-transform: skewX(0deg) translate(0, 0) !important;
    -ms-transform: skewX(0deg) translate(0, 0) !important;
}

header {
    width: 100%;
    height: 80px;
    transform: translate(0, -100%);
    transition: 0.5s;
    padding: 0 20px;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 481px;
    margin: 0 auto;
}

header.active {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    transition: 0.5s;
    z-index: 100;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
    background: #b8eede;
    /* background: #b8eede; */
    /* background-image: radial-gradient(circle at 50% 50%, #405581 0, #10141f 50%, #000000 100%); */
    /* background-image: radial-gradient(circle at 50% 50%, #6f59e1 0, #4243b8 25%, #072c8d 50%, #001764 75%, #00003f 100%); */
}

header a.logo svg {
    width: 100px;
    margin: 0 0;

}

header a.logo {
    width: 100px;
    height: 60px;
    transition: 0.6s;
    position: absolute;
    left: 190px;
}

header a.logo:hover {
    opacity: 0.7;
}

svg.nav-button {
    width: 45px;
    transition: 0.6s;
    cursor: pointer;
    position: absolute;
    left: 410px;
}

svg.nav-button:hover {
    opacity: 0.7;
}

.show-li:nth-child(1) {
    -webkit-transition-delay: 0.1s !important;
    -o-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
}

.show-li:nth-child(2) {
    -webkit-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}

.show-li:nth-child(3) {
    -webkit-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
}

.show-li:nth-child(4) {
    -webkit-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}

.show-li:nth-child(5) {
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}

.show-li:nth-child(6) {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
}

.modal-block li svg {
    width: 36px;
    fill: #fff;
}

section.sect99 {
    padding: 40px 0 0 0;
}

.offer_section-top {
    border-top: 80px solid #4f41a2;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

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

b {
    font-weight: 700;
}

/* Моб меню */


/*   Стиль характеристики   */

.char-list li {
    padding: 8px 30px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.char-list li:nth-child(even) {
    background: #506757;
    /* background-image: radial-gradient(circle at 50% 50%, #405581 0, #10141f 50%, #000000 100%); */
    /* background-image: radial-gradient(circle at 50% 50%, #6f59e1 0, #4243b8 25%, #072c8d 50%, #001764 75%, #00003f 100%); */
}

.char-list li b {
    display: block;
    /* float: left; */
    /* width: 150px; */
    width: 40%;
}

.char-list li span {
    display: block;
    /* margin-left: 167px; */
    width: 55%;
}

/*   Стиль характеристики   */

/*   Головні стилі  */

.slick-dots {
    height: 23px;
    text-align: center;
    margin-top: 25px;
}

.slick-dots:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 0;
    visibility: hidden;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    overflow: hidden;
}

.offer {
    padding: 0;
    background: #f4f4f4;
    /* background: #b8eede; */
    /* background-image: radial-gradient(circle at 50% 50%, #405581 0, #10141f 50%, #000000 100%); */
    /* background-image: radial-gradient(circle at 50% 50%, #6f59e1 0, #4243b8 25%, #072c8d 50%, #001764 75%, #00003f 100%); */
}

.offer .box {
    position: relative;
    background-image: radial-gradient(circle at 50% 50%, #6f59e1 0, #4243b8 25%, #072c8d 50%, #001764 75%, #00003f 100%);
    height: 600px;
}

.offer .main-title {
    font-family: 'Acrom', Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 3px;
}

.offer .sub-title {
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}

.offer .sale {
    background: url(../sale-bg_1.html) 0 0 no-repeat;
    width: 209px;
    height: 113px;
    margin-left: 267px;
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    margin-top: 143px;
    position: absolute;
}

.offer .sale span {
    display: inline-block;
    transform: rotate(-7deg);
    padding-top: 9px;
}

.offer .sale b {
    display: block;
    font-size: 50px;
}

.offer .bullet {
    font-size: 0;
    padding: 0 10px 20px;
}

.offer .bullet li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 18px;
    text-align: center;
}

.offer .bullet .pic {
    position: relative;
    margin-bottom: 15px;
}

.offer .bullet .pic:after {
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background: url("../check-icon_1.html") 0 0 no-repeat;
    content: '';
}

.offer .bullet img {
    display: block;
    margin: 0 auto;
    border: 4px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.offer .bullet p {
    padding: 0 5px;
    color: #f5f5f5;
}


.offer.bottom .price {
    position: relative;
    margin-bottom: -55px;
    z-index: 5;
}

.offer.bottom .timer {
    margin-top: 30px;
}

.order_form .form-txt {
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
}

.order_form .pat {
    color: #fff;

}

.order_form .form-txt h4 {
    font-size: 30px;
    padding-bottom: 7px;
    text-transform: uppercase;
    color: #fff;

}

.order_form .form-txt p {
    font-size: 18px;
    padding: 0 75px;
    color: #fff;
}

.benef2 {
    padding: 0 30px 30px;
}

.benef2 > li {
    display: table;
    width: 100%;
    margin-bottom: 32px;
    position: relative;
}

.benef2 > li:not(:last-child):after {
    content: '';
    width: 180px;
    height: 3px;
    background: url(../benef2_item_1.html) 0% 50% repeat;
    transform: rotate(30deg);
    position: absolute;
    bottom: -20px;
    left: 120px;
    z-index: 1;
}

.benef2 > li:nth-child(2n):after {
    transform: rotate(-30deg);
    position: absolute;
    bottom: -20px;
    right: 120px;
}

.benef2 > li:last-child {
    margin-bottom: 0;
}

.benef2 > li .img {
    width: 166px;
    display: table-cell;
    vertical-align: middle;
}

.benef2 > li .img > img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.benef2 > li > p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 26px;
}

.benef2 > li > p > span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
}

.benef2 > li:nth-child(2n) > p {
    padding: 0 26px 0 0;
    text-align: right;
}

.bottom .order_form {
    padding-top: 80px;
}

.offer_text {
    font-size: 13px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    letter-spacing: -0.1px;
    margin-left: 10px;
    height: 25px;
    top: -101px;
    color: #393d46;
    margin: 0 auto;
    text-align: center;
    background: #fbb83b;
}

.offer_text > span {
    padding-left: 12px;
    padding-right: 12px;
}

.offer_section.offer3 .benefits_list {
    padding: 12px 0 12px 18px;
    background: #506757;
    /* background: rgb(255,51,50);
    background: linear-gradient(90deg, rgba(255,51,50,1) 0%, rgba(255,140,75,1) 100%); */
    /* background: linear-gradient(90deg, rgba(188,198,233,1) 0%, rgba(195,156,217,1) 100%); */
    /* background-image: radial-gradient(circle at 50% 50%, #405581 0, #10141f 50%, #000000 100%); */
    /* background: #4f41a2; */
    /* background-image: radial-gradient(circle at 50% 50%, #6f59e1 0, #4243b8 25%, #072c8d 50%, #001764 75%, #00003f 100%); */
    color: #3a3d45;
    color: #333;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.offer_section.offer3 .benefits_list .benefit_item {
    float: left;
    padding: 0 0 0 44px;
    width: 31%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    /* color: #fff; */
    /* color: #073f8b; */
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}


.offer_section.offer3 .benefits_list .benefit_item:before {
    display: block;
    content: '';
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1) center no-repeat;
    position: absolute;
    top: -2px;
    left: 0;

}

.offer_section.offer3 .price_block {
    display: flex;
}

.offer_section.offer3 .price_item {
    float: left;
    padding: 20px 0 0;
    width: 50%;
    height: 90px;
    /* border-right: 1px solid #e6e6e6; */
    text-align: center;
}

.offer_section.offer3 .price_item:last-child {
    border: none;
}

.offer_section.offer3 .price_item .text {
    margin: 0 0 5px;
    font-size: 19px;
    line-height: 14px;
    /* color: #c9c9c9; */
    /* color: #d7d7d7; */
    /* color: white; */
    color: #000;
}

.offer_section.offer3 .price_item.new .text {
    margin: 0 0 8px;
}

.offer_section.offer3 .price_item.new .text span {
    padding: 2px 5px 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* background-color: #ff3332; */
    background-color: #EED672;
    /* background-image: radial-gradient(circle at 50% 50%, #6f59e1 0, #4243b8 25%, #072c8d 50%, #001764 75%, #00003f 100%); */
    color: #000;
    /* color: white; */

}

.offer_section.offer3 .price_item.old .value {
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    /* text-decoration: line-through; */
    /* color: #c9c9c9; */
    /* color: #d7d7d7; */
    /* color: white; */
    color: #000;
}

.offer_section.offer3 .price_item.new .value {
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    color: #000;
}

.products_count {
    margin: 20px 0 0;
    text-align: center;
    color: #000;
}

.offer_section.offer1 .products_count {
    color: #fff;
}

.products_count b {
    margin: 0 3px;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #000;
}


/*   Головні стилі  */

/*   Як замовити   */

.order-info h2.title {
    padding: 0 30px;
    background-image: radial-gradient(circle at 50% 50%, #6f59e1 0, #4243b8 25%, #072c8d 50%, #001764 75%, #00003f 100%);
}

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

.order-list li {
    position: relative;
    display: table;
    width: 100%;
    height: 160px;
    font-size: 20px;
    background: #fff;
    padding-left: 185px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.order-list li:last-child {
    margin-bottom: 0;
}

.order-list .txt {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.order-list li:before {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -68px;
    display: block;
    width: 135px;
    height: 135px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
}

/*   Як замовити   */

/*   Про наш магазин  */

.container {
    display: flex;
    align-items: center;

}

.photo {
    margin-right: 20px;
}

.small-font {
    font-size: 15px;
    margin-right: 20px;
}

.image-with-margin {
    margin-right: 20px;
    margin-left: 20px;
}

/*   Про наш магазин  */

/*   Футер телеграм  */

.footer-subscribe-messenger {
    border-top: 1px dashed #ccc;
    background: #fcfcfc;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    position: sticky;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 9999;
}

.footer-subscribe-messenger.on-thanks {
    border-bottom: 1px dashed #ccc;
    background: #dbeaec;
    padding: 20px;
}

.footer-subscribe-messenger.on-thanks p {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.footer-subscribe-messenger.on-thanks .text {
    font-size: 18px;
    text-transform: uppercase;
}

.footer-subscribe-messenger.on-thanks .icon {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.single .footer-subscribe-messenger {
    width: 480px;
}

.footer-subscribe-messenger a {
    text-decoration: none;
}

.footer-subscribe-messenger p {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    margin: 0;
}

.footer-subscribe-messenger .subscribe-button {
    all: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.footer-subscribe-messenger .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.footer-subscribe-messenger .text {
    padding: 7px 20px;
    border-radius: 5px;
    background: #b8eede;
    color: #fff;
    font-size: 12px;
}

/*   Футер телеграм  */

/*   Рамка для фото   */
.img-text {
    display: block;
    width: 90%;
    margin: 0 auto 15px;
    /* padding: 2%; */
    /* border: 2px solid #EED672; */
    border-radius: 15px;
    /* box-shadow: 1px 2px 20px 0px #EED672; */
}

/*   Рамка для фото  */

/*   Бігуща строка  */

@keyframes marqueeAnimation {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee-container {
    overflow: hidden;
}

.marquee-text {
    animation: marqueeAnimation 10s linear infinite;
    white-space: nowrap;
    font-size: 16px;
}

/* Адаптация для мобильных устройств */
@media (max-width: 480px) {
    .marquee-text {
        font-size: 12px;
        animation-duration: 10s;
        /* Уменьшим длительность анимации для более быстрой прокрутки */
    }
}

/*   Бігуща строка  */


.text-block {
    margin-bottom: 10px;
    /* Додавання відступу між стопчиками */
}

.number-discount {
    background-image: radial-gradient(circle at 50% 50%, #00ffff 0, #2ee0ff 25%, #44bae8 50%, #4a96bb 75%, #477692 100%);
    padding: 20px 0;
    margin: 20px 0;
    text-align: center;
}

.discount-list {
    margin: 10px 0 0 20px;
    padding: 0;
    font-size: 24px;
}

.discount-list li {
    padding: 5px 20px;
    font-weight: 200;
}

.discount-list strong {
    font-weight: 700;
}

.colortext {
    color: white;
    /* Красный цвет выделения */
}

#popup_banner {
    position: fixed;
    bottom: 50px;
    font-family: Lato, sans-serif;
    z-index: 1000;
    left: -400px;
    width: 74%;
    transition: transform 1000ms ease-in-out;
    max-width: 125px;
    border-radius: 10px;
    box-shadow: 0px 0px 27px 0px rgb(0 0 0 / 75%);
}

#popup_banner div.bann_in {
    display: flex;
    text-decoration: none;
    flex-direction: row;
    flex-wrap: nowrap;
    max-height: 125px;
    align-content: center;
}

#popup_banner img.bann_img {
    width: 120px;
    height: 120px;
    padding: 6px;
}

.p_b_box {
    text-align: center;
    margin-top: 11px;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 0px;
    margin-right: 10px;
    color: black;
}

.p_b_box h4 {
    color: #000000;
    margin-left: -7px;
    font-weight: 700;
    margin-bottom: 8px;
}

.p_b_box span {
    font-size: 14px;
    font-weight: 700;
}

.bann_close {
    z-index: 1000;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -10px;
    border-radius: 22px;
    top: -10px;
    cursor: pointer;
    background: #ffffffbf;
}

.online-visitors-widget {
    position: fixed;
    top: 175px;
    left: 10px;

    z-index: 989;
}

.online-visitors-widget .online-visitors-widget__item {
    border-radius: 20px;
    padding: 10px;
    -webkit-box-shadow: 0 0 16px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 15%);
    position: relative;
    box-shadow: 0px 0px 27px 0px rgb(0 0 0 / 75%);

}

.online-visitors-widget > div:first-child {
    margin-bottom: 15px;
}

.online-visitors-widget.online-visitors-widget_light .online-visitors-widget__item {
    background: #ffffffbf;
    color: black;
    font-weight: 700;
    font-size: 14px;
}

.online-visitors-widget.online-visitors-widget_light .online-visitors-widget__item:last-child:before {
    content: '';
    display: block;
    background: url(../images/cart.png) no-repeat 0 0 / contain;
    width: 30px;
    height: 28px;
    position: absolute;
    left: 12px;
    bottom: 12px;
}

.online-visitors-widget .online-visitors-widget__item .online-visitors-widget__title {
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .2px;
}

.online-visitors-widget .online-visitors-widget__item b {
    font-weight: 700;
    font-size: 24px;
    color: black;
    padding-left: 44px;
    padding-right: 7px;
}

.social-button {
    -webkit-animation: pulse 1.6s infinite;
    animation: pulse 1.6s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.reviews_section {
    padding: 30px 20px;
    /* background-image: radial-gradient(circle at 50% 50%, #6f59e1 0, #4243b8 25%, #072c8d 50%, #001764 75%, #00003f 100%); */
    /* background-image: radial-gradient(circle at 50% 50%, #405581 0, #10141f 50%, #000000 100%); */
    background: #f4f4f4;

}

.reviews_section h2 {
    margin: 0 0 30px;

}

.wtsp_item {
    max-width: 410px;
    /* min-height: 710px; */
    min-height: 810px;
    margin: 0 auto;
    background: url(../images/ADhTyuE4T3ar.jpeg) 50% 0% repeat;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 20px 20px;
    border: 2px solid #EED672;
    box-shadow: 1px 2px 20px 0px #EED672;
}

.wtsp_item .info {
    background: #ffffff url(../images/XS6fbttaUIgm.png) 3px 50% no-repeat;
    padding: 16px 110px 13px 50px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 2;
    border-radius: 20px 20px 0px 0px;
    text-align: left;
}

.wtsp_item .info > img {
    float: left;
    border-radius: 50%;
    width: 42px;
    border: 1px solid #0f3a33;

}

.wtsp_item .info .text {
    overflow: hidden;
    padding-left: 8px;
    color: #333;
}

.wtsp_item .info .text > p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.wtsp_item .info .text > small {
    font-size: 13px;
    line-height: 18px;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.wtsp_item .date {
    text-align: center;
    margin-top: 10px;
}

.wtsp_item .date > span {
    display: inline-block;
    vertical-align: top;
    background: #d4ebf3;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 28px;
    color: #3f5250;
    padding: 0 8px;
    border-radius: 7px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.wtsp_item .message_container {
    margin-top: 10px;
    padding: 0 12px;
}

.wtsp_item .message {
    display: inline-block;
    max-width: 295px;
    min-width: 70px;
    padding: 6px 10px;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    color: #212121;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
}

.wtsp_item .message.client {
    background: #fff;
    border-radius: 0 6px 6px 6px;
}

.wtsp_item .message.client:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 0;
    left: -6px;
}

.wtsp_item .message > p {
    margin-bottom: 5px;
    text-align: left;
}

.wtsp_item .message > img {
    display: block;
    margin: 6px auto;
    border-radius: 4px;
}

.wtsp_item .message .time {
    text-align: right;
    font-size: 14px;
    line-height: 15px;
    color: #989898;
    padding: 0 5px;
}

.wtsp_item .message:last-child {
    margin-bottom: 0;
}

.wtsp_item .message.author {
    background: #c8e2fd;
    border-radius: 10px 0 10px 10px;
    padding: 6px 10px;
    float: right;
}

.wtsp_item .message.author:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #c8e2fd transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -6px;
}

.wtsp_item .message.author .time {
    padding: 0;
}

.wtsp_item .message.author .time:after {
    content: "";
    width: 18px;
    height: 12px;
    background: url(../reviews__wtsp_read.html) 50% 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 4px;
}

.wtsp_item:after {
    content: "";
    width: 404px;
    height: 57px;
    background: url(../images/LKvurt5AgpH6.png) 50% 50% no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -202px;
    bottom: 7px;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
    position: relative;
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.wtsp_rev .owl-prev,
.wtsp_rev .owl-next {
    width: 47px;
    height: 47px;
    background: #000000 url(../images/g9nXtD5LDSge.jpeg) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -23px;
}

.wtsp_rev .owl-prev {
    background-position: left center;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    left: -20px;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wtsp_rev .owl-next {
    background-position: right center;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    right: -20px;
}

.title_pre_rev .stars {
    display: inline-block;
    background: url(../images/starsd90c75735434544.png) left 3px no-repeat;
    padding: 0 15px 0 116px;
    margin-right: 10px;
    line-height: 24px;
    border-right: 1px solid #dedfe0;
    margin-bottom: 5px;
}

.slider-reviews .review-item {
    position: relative;
}

.slider-reviews .review-item {
    background: #ffffff;
    padding: 16px 21px 10px;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.slider-reviews .review-item .photo {
    margin-right: 7px;
    float: left;
    width: 60px;
    display: inline-block;
}

.slider-reviews .review-item .review-text {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.slider-reviews .review-item .review-text p {
    margin-bottom: 6px;
}

.slider-reviews .review-item .review-text .name {
    font-size: 13px;
    color: #365899;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.slider-reviews .review-item .review-text .name .review-rating {
    color: orange;
    margin-right: 10px;
}

.slider-reviews .review-item .review-text a {
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    color: #365899;
    transition: 0.2s;
}

.slider-reviews .review-item .review-text .date {
    font-size: 12px;
    color: #6b6b6b;
}

.slider-reviews .review-item .review-text .date span {
    display: inline-block;
}


.item-doptext {
    color: #41916a;
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 4px;
}

.item-company {
    margin-left: 20px;
    margin-top: 10px;
}

.name_manager {
    color: #222;
    font-size: 13px;
}

.item-text {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 600;
}

.item-doptext_manager {
    color: #41916a;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 4px;
}

.btn-more {
    text-decoration: none;
    font-size: 28px;
    text-align: center;
    /*border-top: 1px #5b5b5b solid;
      border-bottom: 1px #5b5b5b solid;*/
    color: #000;
    font-weight: bold;
    padding: 5px;
    display: block;
    background: #de9630;
    text-transform: uppercase;
    border: 1px #222 solid;
}

.btn-more:hover {
    /*border-top: 1px #a9a9a9 solid;
      border-bottom: 1px #a9a9a9 solid;*/
    border: 1px #a9a9a9 solid;
    color: #5b5b5b;
}

.title_pre_rev .stars {
    display: inline-block;
    background: url(../images/starsd90c75735434544.png) left 3px no-repeat;
    padding: 0 15px 0 116px;
    margin-right: 10px;
    line-height: 24px;
    border-right: 1px solid #dedfe0;
    margin-bottom: 5px;
}

/*review*/

.review_item {
    margin: 0 0 30px;
    padding: 25px;
    background: #cacaca;
    -webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
    -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
    box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
}

.review_item:last-child {
    margin: 0;
}

.review_item h4 {
    margin: 0 0 15px -25px;
    padding: 0 0 0 21px;
    border-left: 4px solid #999;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.review_item p {
    margin: 0 0 25px;
}

/* РљРЅРѕРїРєР° РЅР°РїРёСЃР°С‚СЊ РѕС‚Р·С‹РІ */

.rating {
    padding: 5px 15px;
}

.name {
    padding: 7px 15px;
    font-size: 18px;
    font-weight: bold;
}

label {
    border-radius: 6px;
}

.modalk {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(111, 106, 106, 0.22);
    z-index: 99999999;
}

.modalk .box {
    position: relative;
    width: 470px;
    background: #fff;
    margin: 20px auto;
    padding: 10px 20px;
}

.modalk .r-box {
    border: 1px solid;
    padding: 10px 15px;
    margin: 5px auto;
}

.modalk i {
    color: #222
}

.modalk input:focus,
.modalk textarea:focus {
    outline: none;
}

.modalk .rating input {
    display: none;
}

.modalk .rating label {
    display: block;
    cursor: pointer;
    transition: .2s;
}

.modalk .rating label:hover,
.modalk .rating input:checked + label,
.modalk .rating input:checked + label i {
    background: #333;
    color: #fff;
}

.modalk .rating label:hover i,
.modalk .rating input:checked i {
    color: #fff;
}

.modalk .rating span {
    font-weight: 600;
    font-size: 17px;
    margin-left: 20px;
}

.modalk hr {
    margin: 10px 0;
}

.modalk input.name,
.modalk textarea {
    border: 1px solid;
    padding: 10px;
    width: 100%;
    resize: none;
    font-family: 'MyFont';
}

.modalk input.name::placeholder {
    font-size: 18px;
    font-weight: 300;
}

.modalk textarea {
    height: 80px;
    margin: 7px 0;
}

.modalk input#file {
    display: none;
}

.modalk label.file {
    display: block;
    width: 100%;
    padding: 15px;
    border: 1px solid;
    transition: .2s;
    cursor: pointer;
    margin: 5px 0;
}

.modalk label.file:hover {
    background: #333;
    color: #fff;
}

.modalk .box button {
    display: block;
    background: #3e77aa;
    border-radius: 6px;
    color: #fff;
    border: none;
    border: 1px solid;
    padding: 15px 30px;
    font-weight: 600;
    margin: auto;
    cursor: pointer;
}

.modalk .btns-close {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    padding: 4px;
}

.btns-open {
    border: 1px solid #000;
    padding: 10px 15px;
}


.modalk .box {
    max-width: 470px;
}

.btn-more {
    text-decoration: none;
    font-size: 22px;
    text-align: center;
    color: #222;
    font-weight: bold;
    padding: 5px;
    display: block;
    border: 1px #222 solid;
}

.el-button {
    text-decoration: none;
    text-transform: uppercase;
    padding: 11px 10px;
    font-weight: 700;
    font-size: 18px;
    border: 3px solid #222;
    border-radius: 6px;
    background: #222;
    transition: 0.3s;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 236px;
    height: 50px;
    position: relative;
    margin-top: 33px;
    margin-bottom: 10px;
}

.rating {
    padding: 5px 15px;
}

.name {
    padding: 7px 15px;
    font-size: 18px;
    font-weight: bold;
}

label {
    border-radius: 6px;
}

.modalk .rating span {
    font-weight: 600;
    font-size: 17px;
    margin-left: 20px;
}

.b1-container {

    width: 100%;
    padding: 0 28px;
}

.list-ingredients {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 15px;
}

.item-ingredients {
    font-size: 23px;
}

.cont_rev_img img {
    width: 100%;
}

.swiper-slide {
    position: relative;
}

.offer__gif {
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 50%;
}

.offer__product {
    position: absolute;
    right: 95px;
    bottom: 5px;
    width: 20%;
}