/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*wc fa*/
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('../fonts/fa-solid-900.eot');
    src: url('../fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff'),
        url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg#fontawesome') format('svg');
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    select,
    textarea,
    input {
        font-size: 14px;
    }
}

/*
* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
*/

.hidden {
    display: none;
}

input,
textarea,
button,
select,
label,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Стилизация скролла для Mozilla Firefox */
html,
body {
    scrollbar-color: #e6e6e6 #f4f4f4;
    /* «цвет ползунка» | «цвет полосы скроллбара» */
    scrollbar-width: thin;
    font-variant-numeric: lining-nums;
    -webkit-tap-highlight-color: transparent;

    /* толщина: auto | thin | none */
}

/*  Для Google Chrome, Яндекс.Браузер, Safari и Opera используйте следующие CSS свойства. */
/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
    width: 8px;
    /* ширина для вертикального скролла */
    height: 4px;
    /* высота для горизонтального скролла */
    background-color: #f4f4f4;
    border-radius: 8px;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border-radius: 8px;
}

h1,
h2 {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.section {
    padding: 40px 0px;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 50px;
}

body {
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

body.opacity:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    background: rgba(0, 0, 0, 0.722);
    z-index: 7;
}

main {
    min-height: 90vh;
}

.title {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    color: #7d000e;
    margin-bottom: 20px;
}

h1.title {
    font-size: 32px;
}

.title_l {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: #333;
    margin: 0px;
}

.title_m {
    margin-bottom: 54px;
}

.catalog-filter__btn .btn-more {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider {
    position: relative;
}

.arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 120px);
    position: absolute;
    top: 50%;
    left: -60px;
    height: 0px;
    z-index: 2;
    display: none;
}

.arrow.visable {
    display: flex;
}

.arrow div {
    cursor: pointer;
}

.arrow svg {
    width: 50px;
    height: 50px;
}

.arrow div svg path {
    transition: all 0.2s linear;
}

.arrow div:hover svg path {
    stroke: #000000;
}

.checkout_coupon .button {
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.32s linear;
    height: 42px;
    background: #7d000e;
    box-shadow: 0px 4px 40px rgba(27, 26, 26, 0.3);
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.5;
    color: #ffffff;
    border: none;
}

.btn{
    /* background: #333;
    border: 3px solid #333; */
    /* box-shadow: 0px 4px 40px rgba(44, 47, 50, 0.2); */
    /* border-radius: 0px 0px 30px 0px; */
    /* font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.5;
    color: #FFFFFF; */
    padding: 18px 32px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.32s linear;
    position: relative;
    background: transparent;
    box-shadow: 0px 4px 40px rgba(27, 26, 26, 0.3);
    border-radius: 0px 0px 30px 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.5;
    color: #ffffff;
    border: none;
    overflow: hidden;
}
#review_form .submit{
    background: #333;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.5;
    color: #FFFFFF;
    padding: 18px 32px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.32s linear;
    position: relative;
    box-shadow: 0px 4px 40px rgba(27, 26, 26, 0.3);
    border-radius: 0px 0px 30px 0px;
    border: none;
    overflow: hidden;
}
.btn:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #7d000e;
    z-index: -2;
}

.btn:after {
    content: '';
    position: absolute;
    bottom: -60px;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    border-radius: 50%;
    background-color: rgb(54, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    z-index: -1;
}

.btn:hover:after {
    transform: scale(8);
}

.btn:hover,
#review_form .submit:hover {
    /* background: white;
	color: #333; */
}

/* .btn.focus {
	background: white;
	color: #7d000e;
} */
.btn:hover .css-amim-glare {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            /* Прозрачность начала блика */
            rgba(255, 255, 255, 0.8),
            /* Цвет блика */
            rgba(255, 255, 255, 0) 70%
            /* Прозрачность конца блика */
        );
    top: 0;
    left: -100px;
    animation: shine 2s infinite linear;
}

@keyframes shine {
    0% {
        left: -100px;
        /* Начальная позиция блика (левая сторона кнопки) */
    }

    20% {
        left: 100%;
        /* Позиция блика в конце (правая сторона кнопки) */
    }

    100% {
        left: 100%;
        /* Завершение анимации */
    }
}

.btn:active {}

.btn:focus {}

.header-mob__menu a:hover {
    color: #7d000e;
}

.header-mob__menu a:active {
    color: #7d000e;
}

.header-mob__menu a:focus {
    color: #7d000e;
}

.link {
    border: none;
    color: #7d000e;
    font-size: 14px;
    line-height: 1.5;
}

.account button {
    background: #333;
    border: none;
    box-shadow: 0px 4px 40px rgba(44, 47, 50, 0.2);
    border-radius: 0px 0px 30px 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
    padding: 18px 32px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.32s linear;
}

.account button:hover {
    background: white;
    color: #333;
}

.form-row label {
    padding-bottom: 8px;
}

.btn-more {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    border: 1px solid #333;
    filter: drop-shadow(0px 4px 40px rgba(44, 47, 50, 0.2));
    border-radius: 2px;
    display: inline-block;
    padding: 18px 32px;
    transition: all 0.32s linear;
    cursor: pointer;
    border-radius: 0 0 30px 0;
}

.btn-more:focus {
    /* border: 2px solid #333; */
}

.btn:focus {
    /* border: 2px solid #333; */
}

.btn-more:hover {
    background: #333;
    color: white;
}

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

input,
select {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #7a7b7d;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    width: 100%;
    max-width: 100%;
    padding: 12px;
    outline: none;
}

select#user_role {
    border-radius: 10px;
    border: 1px solid #7a7b7d;
}

.input::placeholder {
    color: #7a7b7d;
}

input:active,
input:focus {
    border: 1px solid #7d000e;
}

textarea {
    background: #fff;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    width: 100%;
    max-width: 100%;
    padding: 12px;
    outline: none;
    resize: none;
    border: 1px solid #7a7b7d;
    height: 200px;
}

textarea::placeholder {
    color: #7a7b7d;
}

textarea:active,
textarea:focus {
    border: 1px solid #7d000e;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #7a7b7d;
}

.section_brand {
    background: #f2f2f2;
    padding: 28px 0px;
}

.section_last {
    padding-bottom: 0px;
}

.preview {
    overflow: hidden;
}

.preview__text {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;

    /* Черный */

    color: #333;
    margin-bottom: 50px;
    max-width: 580px;
    width: 100%;
}

.preview__item {
    height: 540px;
    position: relative;
}

.preview__item_white .title {
    color: white;
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
}

.preview__item_white .preview__text {
    color: white;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;

    color: #ffffff;
}

.preview__item_white .btn {
    /* background: #7D000E;
    box-shadow: 0px 4px 40px rgba(27, 26, 26, 0.3);
    border-radius: 0px 0px 30px 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    border: none; */
}

/* .preview__item_white .btn:hover {
	background: #ffffff;
	color: #7d000e;
} */

.preview__item .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.preview__list {
    width: 100%;
    max-width: 100%;
}

.preview__bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.preview__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 28%;
}

.preview__title {
    z-index: 1;
    max-width: 575px;
    width: 100%;
    margin-bottom: 20px;
}

.preview__btn {
    z-index: 1;
}

.preview__btn .btn .preview__loader{
   display: block;
}

.preview__btn .btn span{
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #7d000e;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.32s linear;
}

.preview__loader {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}
.preview__loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 2px solid #FFF;
    animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}


.woocommerce-checkout-payment {
    border-radius: 10px !important;
}

.about {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.about__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 16px;
}

.about__img {
    max-width: 580px;
    height: 400px;
    width: 100%;
    margin-right: 40px;
}

.about__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about__icon {
    background: #f2f2f2;
    /* background: #F3E2E7; */
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    margin-right: 25px;
}

.about__box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.about__box:last-child {
    margin-bottom: 0px;
}

.about__subinfo h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    margin: 0px;
    margin-bottom: 6px;
}

.about__subinfo p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #7a7b7d;
    margin: 0px;
}

.about__features {
    margin-top: 24px;
}

.banner {
    position: relative;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 90px;
}

.banner__title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 20px;
}

.banner__text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 40px;
    max-width: 510px;
    width: 100%;
}

.banner__bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

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

.blog__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.blog__item {
    position: relative;
    height: 360px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 56px;
    width: 100%;
    border-radius: 10px;
}

.blog__item:last-child {
    margin-right: 0px;
}

.blog__img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.blog__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog__name h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #333;
    margin: 0px;
}

.blog__name {
    margin-bottom: 10px;
}

.blog__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 36px;
    min-height: 58px;
}

.section_preview {
    padding: 0px;
}

.special {
    position: relative;
}

.special__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-70px);
    left: -40px;
    z-index: 2;
    width: calc(100% + 80px);
}

.special__arrow .arrow {
    width: calc(100% + 40px);
    left: -30px;
    top: calc(50% + 65px);
}

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

.special__trigger {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.5;
    color: #333;
    margin-right: 40px;
    cursor: pointer;
}

.special__trigger:last-child {
    margin-right: 0px;
}

.special__trigger_active {
    font-weight: 500;
    border-bottom: 2px solid #7d000e;
}

.special__wrap {
    margin-top: 56px;
    position: relative;
}

.special__more {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-wrap {
    max-width: 100%;
    width: 100%;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/*tab on main*/
.special__content {
    display: none;
}

.special__content.special__content_active {
    display: block;
}

.special__item {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 24px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    position: relative;
    transition: all 0.32s linear;
    max-width: 500px;
}

.special__item:hover {
    border: 1px solid #7d000e;
}

.special__item:hover:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            /* Прозрачность начала блика */
            rgba(255, 255, 255, 0.8),
            /* Цвет блика */
            rgba(255, 255, 255, 0) 70%
            /* Прозрачность конца блика */
        );
    top: 0;
    left: -100px;
    animation: shine 2s infinite linear;
}

.special__item a {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
}

.special__item:hover {
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
}

.product__img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    width: 100%;
    margin-bottom: 8px;
}

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

.product__name h5 {
    font-size: 14px;
    font-weight: inherit;
    line-height: 1.5;
    margin: 0px;
}

.product__name {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 42px;
}

.product__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #7a7b7d;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 42px;
}

.product__text p {
    margin: 0px;
}

.product__price {
    margin-top: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 24px;
}

.product {
    position: relative;
}

.product__favorite {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product__favorite svg {
    stroke: #333;
    fill: transparent;
    transition: all 0.2s linear;
}

.product__favorite:hover svg {
    fill: #333;
}

.training__title {
    width: 100%;
    text-align: center;
}

.training__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.training__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 20px;
    width: calc((100% / 4) - 15px);
}

.training__item:nth-child(4n + 4) {
    margin-right: 0px;
}

.training__item:last-child {
    margin-right: 0px;
}

.training__img {
    width: 100%;
    height: 320px;
}

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

.training__name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 4px;
    margin-top: 16px;
}

.training__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 12px;
    min-height: 96px;
}

.training__name h4 {
    margin: 0px;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.training__btn {
    max-width: 100%;
    width: 100%;
}

.footer {
    background: #333;
    padding: 60px 0px;
    /* margin-top: 60px; */
}

.footer__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-nav__name {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 16px;
}

.footer-nav__link {
    padding-bottom: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 8px;
    text-decoration: none;
}

.footer-nav__link:hover:after {
    content: '';
    width: 100%;
    height: 0.5px;
    display: block;
    background-color: #fff;
}

.footer-contact__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 28px;
    text-decoration: none;
    transition: all 0.2s linear;
}

.footer-contact__link:hover .footer-contact__box span:last-child {
    text-decoration: underline;
}

.footer-contact__icon {
    background: #343538;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.footer-contact__box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    color: #ffffff;
}

.footer-contact__link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.footer-contact__link span:first-child {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: #7a7b7d;
    margin-bottom: 2px;
}

.footer__logo {
    margin-bottom: 16px;
}

.footer__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
    max-width: 380px;
    width: 100%;
    margin-bottom: 28px;
}

.header {
    height: 84px;
    position: sticky;
    top: 30px;
    background: white;
    z-index: 9;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
}

.header__container {
    padding: 10px 0px;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.header-mob__menu {
    display: none;
}

.header__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* max-width: 350px; */
    width: 100%;
}

.header__left {
    margin: 0 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* max-width: 350px;
    width: 100%; */
}

.header__link {
    margin-right: 20px;
    color: #333;
    transition: all 0.2s linear;
}

.header__link:hover {
    color: #7d000e;
}

.header__link:last-child {
    margin-right: 0px;
}

.header__icon {
    margin-right: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header__icon svg {
    width: 28px;
    height: 28px;
}

/* .header__icon:last-child svg {
    width: 32px;
    height: 32px;
} */

.header__icon svg path,
.header__icon svg rect {
    /* stroke: #333; */
    fill: #333;
}

.header__icon:hover svg path,
.header__icon:hover svg rect {
    fill: #7d000e;
}

.header__count {
    position: absolute;
    top: -7px;
    right: -8px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    color: #ffffff;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7d000e;
    border-radius: 50%;
}

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

.header__icon:last-child {
    margin-right: 0px;
}

.contact__map {
    max-width: 100%;
    width: 100%;
}

.contact__info {
    max-width: 500px;
    width: 100%;
    margin-right: 80px;
}

.contact__info h4 {
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    color: #333;
    margin: 0px;
    margin-bottom: 20px;
}

/* .contact__info br {
    display: none;
} */

.contact {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-social__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact-social__wrap {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.contact-social__item {
    width: 44px;
    height: 44px;
    background-color: #7d000e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.contact-social__item svg {
    width: 24px;
    height: 24px;
}

.contact-social__item svg path {
    fill: #fff;
    stroke: #fff;
}

.contact-social__viber svg path {
    stroke: #7d000e;
    stroke-width: 0.25px;
}

.contact-social__item:hover svg path {
    fill: #fff;
    stroke: #fff;
}

.contact-social__instagram:hover {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.contact-social__vk:hover {
    background-color: #4c75a3;
}

.contact-social__telegram:hover {
    background-color: #229ed9;
}

.contact-social__whatsapp:hover {
    background-color: #4fce5d;
}

.contact-social__viber:hover {
    background-color: #7360f2;
}

.contact-social__title {
    margin: 0px;
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
}

.contact-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.contact-social a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-social a:last-child {
    margin-right: 0px;
}

.contact__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 28px;
    text-decoration: none;
    margin-right: 20px;
}

.contact__icon {
    background: #343538;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.contact__communication {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.contact__box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.contact__link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: #333;
    transition: all 0.2s linear;
}

.contact__link:hover {
    color: #7d000e;
}

.contact__link span:first-child {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: #7a7b7d;
    margin-bottom: 2px;
}

.contact__title .title {
    margin-bottom: 20px;
}

.contact__communication {
    margin-top: 36px;
}

.contact__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.contact__text h4 {
    margin: 0px;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.contact__text a {
    font-weight: 600;
    color: #000000;
}

.contact__text a:hover {
    color: #7d000e;
}

.contact__text p {
    margin: 0;
    margin-bottom: 20px;
}

.contact__text p strong {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    color: #333;
    margin: 0px;
    margin-bottom: 20px;
}

.contact-form__title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    color: #333;
    margin: 0px;
    margin-bottom: 20px;
}

.contact-form__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #010f20;
    margin-bottom: 32px;
}

.form__top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.form .form__input{
    max-width: 100%;
    margin: 0px;
    width: 100%;
}

.form__input {
    width: 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.form__input:last-child {
    margin-right: 0px;
}

.form__bottom {
    margin-bottom: 20px;
}

.form p {
    margin: 0px;
}

.map {
    width: 100%;
    height: 500px;
    margin-top: 120px;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.form__btn {
    max-width: 180px;
    position: relative;
}

.form__btn .btn {
    background: #7a010e;
    margin-top: 20px;
}

.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
}

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

/*mob ver*/
.catalog__strain {
    display: none;
}

.catalog__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.catalog__filter {
    max-width: 275px;
    width: 100%;
    margin-right: 20px;
}

.catalog__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.catalog__item {
    width: calc((100% / 3) - 14px);
    margin-right: 20px;
    margin-bottom: 20px;
}

.catalog__item:nth-child(3n + 3) {
    margin-right: 0px;
}

.catalog__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 56px;
}

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

.catalog__strain svg {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

/*mob ver*/
.catalog-fitler__close {
    display: none;
}

.sort {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #828282;
}

.sort span {
    color: #010f20;
}

.catalog-filter__name {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #010f20;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}

.catalog-filter__name span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product-tab {
    margin-top: 60px;
}

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

.product-tab__trigger {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #828282;
    border-bottom: 2px solid #828282;
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
    cursor: pointer;
    transition: all 0.32s linear;
}

.product-tab__trigger.active {
    color: #7d000e;
    border-color: #7d000e;
    font-weight: 800;
}

.product-tab__content {
    display: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 30px;
}

.product-tab__content h2 {
    margin: 0px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #010f20;
}

.product-tab__content h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 30px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #000000;
    margin: 0px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.product-tab__content ul {
    margin-top: 20px;
    padding-left: 16px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.product-tab__content li {
    margin: 0px;
    margin-bottom: 12px;
    font-size: 14px;
}

.product-tab__content.active {
    display: block;
}

.product-tab__content p {
    margin-top: 0px;
    line-height: 1.4;
}

.detail__slider {
    overflow: hidden;
    position: relative;
}

.detail-slider__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.detail__sublist {
    margin: -10px 0px;
}

.detail__subitem {
    padding: 10px 0px !important;
}

.detail__list {
    max-width: 392px;
    width: 100%;
    min-width: 392px;
}

.detail-slider__arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 189px;
    width: calc(100% - 180px);
    padding: 0px 15px;
}

.detail-slider__arrow div {
    width: 40px;
    height: 40px;
    background: rgba(48, 102, 190, 0.855);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
}

.detail-slider__arrow svg {
    width: 30px;
    height: 30px;
    stroke: white;
}

.detail__img {
    width: 100%;
    height: 554px;
    display: block;
}

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

.detail-product__right {
    max-width: 580px;
    width: 100%;
    margin-left: 32px;
}

.detail-product__btn {
    margin-top: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.detail-product__btn .quantity .plus{
    order: 3;
}
.detail-product__btn .quantity .minus{
    order: 1
}
.detail-product__btn .quantity .input-text{
    order: 2;
}
.detail-product__btn .favorite {
    margin-left: 30px;
    cursor: pointer;
    position: unset;
}
.detail-product__btn .quantity{
    margin-bottom: 20px;
}

.detail-product__btn .favorite svg {
    fill: transparent;
    stroke: #333;
    transition: all 0.2s linear;
}

.detail-product__btn .favorite:hover svg {
    fill: #333;
}

.detail__slidernav {
    margin-right: 32px;
}

.detail__subimg {
    width: 100%;
    /* height: 160px; */
    min-width: 180px;
    max-width: 180px;
    height: 170px;
    cursor: pointer;
}

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

.detail-product {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.detail-product__left {
    max-width: 604px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 550px;
}

.detail-product__line {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #010f20;
    margin: 0px;
    margin-bottom: 20px;
}

.detail-product__title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #010f20;
    margin: 0px;
    margin-bottom: 16px;
}

.detail-product__descr {
    line-height: 1.3;
}

.detail-product__descr p {
    margin: 0px;
    margin-bottom: 14px;
}

.detail-product__id {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #7a7b7d;
    margin-bottom: 20px;
}

.product-value__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product-value__name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 16px;
}

.detail-product__price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.detail-product__price .price {
    margin-right: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.price {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
}

.product__price ins {
    text-decoration: none;
    order: -1;
    margin-right: 12px;
}

.product__price del {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2px;
    color: #7a7b7d;
    position: relative;
}

.detail-product__price .price ins {
    text-decoration: none;
    order: -1;
    margin-right: 12px;
}

.detail-product__price .price del {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    color: #7a7b7d;
    position: relative;
}

.price__old {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    color: #7a7b7d;
    position: relative;
}

.price__old:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    height: 1px;
    background: #7a7b7d;
    width: 100%;
}

.product__price .price {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
}

.product-value__item {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    padding: 12px 28px;
    border: 2px solid #7a7b7d;
    margin-right: 20px;
}

.product-value__item:last-child {
    margin-right: 0px;
}

.product-value__item.active {
    border: 2px solid #7d000e;
}

/* .related .product__item:nth-child(3n+3) {
    margin-right: 24px;
}

.related .product__item:nth-child(4n+4) {
    margin-right: 0px;
} */

.related .product__item:nth-child(3n + 3) {
    margin-right: 12px;
}

.product-slider {
    position: relative;
}

.product-slider__arrow {
    transform: translateY(-37px);
    width: calc(100% + 160px);
    left: -80px;
    position: absolute;
    top: calc(50% + 20px);
}

.product-slider__arrow div svg {
    width: 50px;
    height: 50px;
    stroke: #7d000e;
}

.reviews__arrow {
    width: calc(100% + 160px);
    left: -80px;
}

.reviews__arrow div {
    cursor: pointer;
}

.reviews__main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 46px; */
}

.reviews__rating {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #1d1b1b;
    margin-right: 8px;
}

.reviews__total {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #656361;
    margin-left: 12px;
}

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

.reviews__arrow svg {
    stroke: #7d000e;
}

.related__title {
    margin-bottom: 56px;
}

.reviews__slider {
    position: relative;
}

.reviews__list .reviews__item {
    padding: 0px 10px !important;
}

.reviews__box {
    border: 2px solid #f2f2f2;
    border-radius: 2px;
    padding: 16px 16px;
}

.reviews__info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 12px;
}

.reviews__img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

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

.reviews__name {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.reviews__name p {
    margin: 0px;
    margin-right: 12px;
}

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

.reviews__date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #7a7b7d;
}

.reviews__center {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin-top: 20px;
    margin-bottom: 16px;
}

.reviews__center span {
    font-weight: 600;
}

.reviews__gallery {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.reviews__gallery a {
    /*    width: 40px;*/
    height: 50px;
    margin-right: 12px;
}

.reviews__gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews__gallery a:last-child {
    margin-right: 0px;
}

.reviews__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.reviews__complain {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #7a7b7d;
}

.onsale {
    position: absolute !important;
    top: 20px;
    left: 32px;
    /* color: #7D000E; */
    background: #7d000e;
    border-radius: 12px;
    color: white;
    padding: 5px;
    z-index: 1;
}

.cart-name__main a:hover {
    color: #7d000e;
}

.cart-name__descr {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #7a7b7d;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.stocks__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.stocks__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}

.stocks__right {
    width: 100%;
}

.stocks__item {
    width: 49%;
    margin-bottom: 32px;
    display: none;
}

.stocks-cat__item.active .stocks-cat__text {
    color: #7d000e;
}

.stocks-cat__item.active svg {
    stroke: #7d000e;
}

.stocks__item.active {
    display: block;
}

.stocks__item.active:nth-child(2n + 1) {
    margin-right: 0px;
}

.stocks__item:nth-child(2n + 2) {
    margin-right: 0px;
}

.stocks__left {
    max-width: 270px;
    width: 100%;
    margin-right: 30px;
}

.stocks-cat__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
    transition: all 0.34s ease-in;
    cursor: pointer;
}

.stocks-cat__icon svg {
    stroke: #333;
    transition: all 0.34s ease-in;
}

.stocks-cat__item:hover .stocks-cat__text {
    color: #7d000e;
}

.stocks-cat__item:hover .stocks-cat__icon svg {
    stroke: #7d000e;
}

.stocks-cat__text {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    margin-left: 12px;
    transition: all 0.34s ease-in;
}

.stocks__name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    margin-top: 12px;
    margin-bottom: 4px;
}

.stocks__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #7a7b7d;
    margin-bottom: 16px;
}

.stocks__img {
    width: 100%;
    max-width: 100%;
    height: 430px;
}

.stocks__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.woocommerce-loop-form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.woocommerce-loop-form .btn{
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 0px 0px 22px 0px;
}
.woocommerce-loop-form .added_to_cart{
    position: absolute;
    top: 0px;
    left: 20px;
    height: 41px;
    width: calc(100% - 40px);
    background: #7a010e;
    padding: 0px;
    border-radius: 3px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.2s ease-in;
}
.woocommerce-loop-form .added_to_cart:hover{
    background: rgb(54, 0, 0);
}
.product__item .btn-more{
    color: #1d1b1b;
    padding: 0px;
    border: none;
    width: 100%;
    padding: 0px 20px 20px 20px;
}
.product__item .btn-more:hover{
    background: unset;
    color: #2c2d33;
}
/*ссылка в корзину в вишлусту*/
/* .product__item .product_type_simple {
    display: none;
} */

/* product */
/*??*/
/*.product_meta {
    display: none;
}*/

/*mob ver*/
.product-filter__btn {
    display: none;
}

.products {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.product__filter {
    max-width: 290px;
    width: 100%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    margin-right: 30px;
}

.main__cat {
    margin-bottom: 30px;
}

.main__cat .title {
    /* text-align: center; */
}

.section_cat {
    padding-bottom: 20px;
}

.section_cat .wrapper_category {
    margin-bottom: 0px;
}

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

.woocommerce-result-count {
    display: none !important;
}

.product__sort span {
    color: #333;
    margin-right: 12px;
}

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

.tax-prod-atrr__header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.product__header {
    margin-bottom: 50px;
}

.product__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
}

.product__list .woocommerce {
    width: 100%;
}

.product__item {
    position: relative;
    width: calc((100% / 3) - 16px);
    margin-right: 24px;
    margin-bottom: 24px;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    transition: all 0.2s linear;
    height: -webkit-fill-available;
}

.related .product-slider__list {
    display: block;
    margin: 0 -12px;
}

.related .product__item {
    margin: 24px 12px 24px 12px;
}

.product__item a {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
}

.product__item:hover {
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #7d000e;
}

.product__item:hover:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            /* Прозрачность начала блика */
            rgba(255, 255, 255, 0.8),
            /* Цвет блика */
            rgba(255, 255, 255, 0) 70%
            /* Прозрачность конца блика */
        );
    top: 0;
    left: -100px;
    animation: shine 2s infinite linear;
}

.product__item:nth-child(3n + 3) {
    margin-right: 0px;
}

.product__list_four .product__item {
    position: relative;
    width: calc((100% / 4) - 23px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.product__list_four .product__item:nth-child(3n + 3) {
    margin-right: 30px;
}

.product__list_four .product__item:nth-child(4n + 4) {
    margin-right: 0px;
}

.product-cats {
    display: none;
}

/* filter */

.bapf_sfilter .bapf_hascolarr,
.bapf_sfilter .bapf_hasdesc {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #010f20;
    margin-bottom: 20px;
}

.bapf_sfilter .bapf_body .mCSB_container>ul,
.bapf_sfilter .bapf_body>ul {
    padding-left: 0px;
}

.bapf_ckbox_sqchck input[type='checkbox'] {
    width: 18px;
    height: 18px;
    border: 1px solid #7a7b7d;
    border-radius: 2px;
    transition: all 0.34s ease-in;
}

.bapf_sfilter.bapf_ckbox input[type='checkbox'] {
    margin-right: 6px;
    background: white;
}

.bapf_ckbox_sqchck input[type='checkbox']:checked {
    background: #7d000e;
    border-color: #7d000e;
}

.bapf_ckbox_sqchck input[type='checkbox']:checked:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    width: 12px;
    height: 12px;
    content: '';
    background: url('../img/svg/check.svg');
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

.bapf_sfilter ul li {
    margin-bottom: 12px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
    color: #333;
}

.bapf_sfilter label {
    max-width: 260px;
}

.bapf_sfilter ul li:last-child {
    margin-bottom: 0px;
}

[data-taxonomy='product_tag'] .bapf_head {
    display: none !important;
}

[data-taxonomy='product_tag'] .bapf_body ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.bapf_body .fa{
    font-size: 20px;
}
.bapf_body .fa-plus:before{
    content: '\f107';
}
.bapf_body .fa-minus:before{
    content: '\f106';
}
[data-taxonomy='product_tag'] .bapf_body li {
    width: unset;
    max-width: unset;
}

[data-taxonomy='product_tag'] .bapf_body li label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: var(--color-black);
    transition: all 0.34s ease-in;
    background: var(--color-light-white);
    padding: 12px 22px !important;
    margin-bottom: 0px;
    transition: all 0.34s ease-in;
}

.bapf_sfilter .bapf_button {
    font-feature-settings: 'pnum' on, 'lnum' on;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    outline: none;
    width: 100%;
    background-color: #fff;
    transition: all 0.34s ease-in;
    margin-top: 24px;
    height: 52px;
    border: 1px solid #333;
    border-radius: 10px;
}

.bapf_sfilter .bapf_button:hover {
    border: 1px solid #7d000e;
    color: #7d000e;
}

.fa-chevron-down:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    width: 22px;
    height: 22px;
    content: '';
    background: url('../img/svg/arrow-filter.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.fa-chevron-up {
    transform: rotate(90deg);
}

.bapf_sfilter .bapf_colaps_smb,
.bapf_sfilter .bapf_desci {
    right: 10px;
}

.fa-chevron-up:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    width: 22px;
    height: 22px;
    content: '';
    background: url('../img/svg/arrow-filter.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.bapf_sfilter ul li:hover input[type='checkbox'] {
    border-color: #7d000e;
}

/*.woocommerce-tabs {
    display: none !important;
}*/

/*#sidebar {
    display: none;
}*/

.related {
    margin-top: 60px;
    margin-bottom: 60px;
}

.related .product-slider {
    margin-top: 50px;
}

.woocommerce-pagination {
    margin-left: 320px;
    padding-top: 40px;
}

.woocommerce-pagination ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0px;
    padding: 0px;
}

.woocommerce-pagination li {
    text-decoration: none;
    list-style: none;
}

.woocommerce-pagination a {
    background: white;
    border: 1px solid #333;
    border-radius: 50%;
    list-style: none;
    margin-right: 12px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    vertical-align: center;
    color: #010f20;
    font-weight: 600;
    transition: all 0.34s ease-in;
}

.woocommerce-pagination li .current {
    background: #333;
    color: #ffffff;
}

.woocommerce-pagination span {
    background: white;
    border: 1px solid #333;
    border-radius: 50%;
    list-style: none;
    margin-right: 12px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #010f20;
    font-weight: 600;
    transition: all 0.34s ease-in;
}

.woocommerce-pagination li:hover a {
    color: white;
    background: #333;
}

select {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    border: none;
    outline: none;
}

img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

svg {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

select:focus,
.select:active {
    outline: 0;
    border-bottom-color: #828282;
}

.category__list {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    /* margin-bottom: 40px; */
}

.category__item {
    width: calc((100% / 4) - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
}

.category__item:nth-child(4n + 4) {
    margin-right: 0px;
}

.category__item:last-child {
    margin-right: 0px;
}

.category__link {
    padding: 12px;
    background: #f2f2f2;
    border-radius: 10px;
    min-height: 150px;
    max-height: 150px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    gap: 12px;
    transition: all 0.32s linear;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 1px solid #f2f2f2;
    position: relative;
    overflow: hidden;
}

/* .category__link:hover .category__img {
	transform: scale(1.04);
} */
.category__link:hover {
    border: 1px solid #7d000e;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
}

.category__link:focus {
    border: 1px solid #7d000e;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
}

.category__link:hover:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            /* Прозрачность начала блика */
            rgba(255, 255, 255, 0.8),
            /* Цвет блика */
            rgba(255, 255, 255, 0) 70%
            /* Прозрачность конца блика */
        );
    top: 0;
    left: -100px;
    animation: shine 2s infinite linear;
}

.category__img {
    width: 76px;
    height: 76px;
    margin: 0px auto;
    transition: all 0.32s linear;
}

.category__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.category__img img:focus {
    border: none;
}

.category__link:hover .category__name {
    color: #7d000e;
}

.category__name {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #333;
    margin: 0px;
    margin-top: auto;
    transition: all 0.32s linear;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.category__name span {
    word-break: break-word;
}

/*.woocommerce-shop .section_shop {
    display: none;
}*/

.woocommerce .woocommerce-ordering {
    margin-bottom: 0px;
}

.woocommerce .woocommerce-ordering select {
    width: 200px;
}

.fa-plus {
    transform: translateY(1px);
}

.fa-minus {
    transform: translateY(1px);
}

.bapf_sfilter .bapf_body ul li ul {
    margin-top: 12px;
    padding-left: 20px;
}

.detail__subimg {
    transition: all 0.32s linear;
}

.detail__subitem.slick-current .detail__subimg {
    border: 1px solid #7d000e;
    border-radius: 2px;
}

.detail__sublist .slick-list {
    margin: 0px !important;
}

.breadcrumbs {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 138% */

    /* Серый 2 */

    color: #828282;
    margin-top: 50px;
}

.breadcrumbs a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #828282;
    text-decoration: none;
}

.breadcrumb_last {
    color: #333;
}

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

.cart__img {
    width: 90px;
    height: 130px;
    min-width: 90px;
    margin-right: 16px;
}

.cart__info {
    padding-left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}

.cart__name {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.cart__name a {
    color: #333;
}

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

.cart__price {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
}

.quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.quantity button {
    transition: all 0.2s linear;
}

.quantity button:hover {
    background: #7d000e;
}

.quantity button svg path {
    transition: all 0.2s linear;
}

.quantity button:hover svg path {
    stroke: #ffffff;
}

.quantity .plus,
.quantity .minus {
    border-radius: 10px;
    cursor: pointer;
}

.quantity input {
    width: 40px;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.quantity input,
.quantity button {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    border: none;
    outline: none;
    height: 32px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.quantity button {
    padding: 6px;
}

.menu {
    padding: 0px;
    margin: 0px;
}

/* 
.menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0px;
    padding: 10px;
    height: 40px;
    border: 1px solid #7d000e;
    border-radius: 10px;
} */

/* .menu-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    margin-right: 20px;
}
 */

.menu-item {
    cursor: pointer;
}

.menu-item a {
    font-weight: 600;
    color: #7d000e;
    font-style: normal;
}

.menu-item a:hover {
    color: #7d000e;
}

.menu-category-item-img {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-category-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

:root {
    --auto-margin: calc((100vw - 1200px) / 2);
}

.menu-item {
    padding: 0px;
    list-style: none;
    font-weight: 500
}

/* #menu-item-34206 {
    padding-left: 50px;
    position: relative;
    cursor: pointer;
}

#menu-item-34206:before {
    content: '';
    background: url('../img/svg/hamburger.svg');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: all 0.05s linear;
}
 */
#menu-item-34206.active {
    font-weight: 600;
}

#menu-item-34206.active:before {
    content: '';
    background: url('../img/svg/close.svg');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

#menu-item-34206.active .sub-menu {
    opacity: 1;
    height: auto;
    padding: 30px;
    top: 84px;
    overflow: visible;
}

#menu-item-34206.active .sub-menu .sub-menu {
    padding: 20px;
}

#menu-main .sub-menu {
    overflow-y: auto !important;
    height: calc(100% - 84px) !important;
    max-height: 700px;
}

#menu-main .sub-menu .sub-menu {
    height: auto !important;
}

/* #menu-main .sub-menu ul{
    height: 200px !important;
    top: 100px !important;
    overflow-y: auto !important;
} */
/* #menu-item-34206.active .sub-menu::after{
    display: block;
}
#menu-item-34206.active .sub-menu .sub-menu{
    pointer-events: all;
} */
#menu-item-34206 a {
    pointer-events: none;
    font-weight: 500
}

#menu-item-34206 .sub-menu a {
    pointer-events: all;
}

.sub-menu a {
    font-weight: 400;
}

.sub-menu {
    padding: 0px;
    position: fixed;
    overflow-y: hidden;
    height: 0px;
    z-index: -1;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    /* padding-right: 0px;
    padding-left: var(--auto-margin); */
    opacity: 0;
    cursor: default;
    transition: all 0.32s linear;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: visible;
}

/* .sub-menu::after{
    content: '';
    position: fixed;
    right: 0px;
    width: calc((100% - var(--auto-margin)) - 300px);
    height: 100%;
    top: 84px;
    z-index: -1;
    background: white;
    display: none;
} */
.sub-menu li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    padding: 6px 0px 6px 0px;
    cursor: default;
    max-width: 48%;
    width: 100%;
    position: relative;
}

.sub-menu li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    pointer-events: all;
}

.sub-menu li .sub-menu {
    z-index: 2;
}

.sub-menu li .sub-menu li {
    width: 100%;
    max-width: 100%;
}

.sub-menu li:hover a {
    color: #7d000e;
}

.sub-menu li:hover .sub-menu a {
    color: #333;
}

.sub-menu li:hover .sub-menu a:hover {
    color: #7d000e;
}

.sub-menu li a:hover {
    color: #7d000e;
}

.sub-menu li:hover .sub-menu {
    display: block;
}

.sub-menu li .sub-menu {
    position: absolute;
    right: unset;
    left: 300px;
    max-width: 300px;
    width: 100%;
    top: 0px !important;
    /* transform: translate(-50%, -50%); */
    background: #fafafa;
    padding: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: none;
}

.sub-menu li.menu-item-1313 .sub-menu {
    top: -316px !important;
}

.sub-menu li.menu-item-1319 .sub-menu {
    top: -42px !important;
}

.sub-menu li.menu-item-1316 .sub-menu {
    top: -92px !important;
}

.sub-menu li.menu-item-1315 .sub-menu {
    top: -208px !important;
}

.sub-menu li.menu-item-1312 .sub-menu {
    top: -118px !important;
}

/* #menu-item-34206.active  .sub-menu .sub-menu{
    position: fixed;
    background: white;
    width: calc((100% - var(--auto-margin)) - 300px);
    top: 90;
    right: 0px;
    transform: unset;
    left: unset;
    padding: 24px 80px;
    margin: 0px;
    height: 100%;
    opacity: 0;
    z-index: -1;
     transition: all 0.32s linear;
}
#menu-item-34206.active .sub-menu li:hover .sub-menu{
    z-index: 9;
    opacity: 1;
} */

.header-mobile {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #7d000e;
    padding: 14px 14px;
    z-index: 2;
}



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

.header-mobile__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-mobile__wrap a.selected {}

.header__center {
    max-width: 150px;
    width: 100%;
    position: relative;
}
.header__center .category__loader{
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
.header__icon .category__loader{
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
.header__center img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.woocommerce-info {
    font-size: 15px;
    line-height: 1.5;
}

.content__page {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 40px;
}

/*??*/
/*.detail-product__btn .wc-forward{
    display: none;
}*/

.woocommerce-message {
    margin-bottom: 30px;
}

.woocommerce-message a {
    color: #7d000e;
    font-weight: 600;
    margin-right: 20px;
}

.cart__detail {
    justify-content: flex-end;
}

.cart__detail .product-price {
    text-align: right;
    margin-bottom: 36px;
}

.product-remove {}

.product-remove a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-remove a path {
    transition: all 0.2s linear;
}

.product-remove a:hover path {
    fill: #7d000e;
}

.cart__remove .button {
    transition: all 0.2s linear;
}

.cart__remove .button path {
    transition: all 0.2s linear;
}

.cart__remove .button:hover {
    color: #7d000e;
}

.cart__remove .button:hover path {
    fill: #7d000e;
}

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

.cart__remove a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #7a7b7d;
}

.cart__delete {
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
}

.update_cart_btn {
    display: none;
}

.cart-detail {
    background: #f2f2f2;
    padding: 20px;
}

.cart-detail__promocode {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.cart-detail__sum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #333;
    margin-bottom: 20px;
}

.cart-detail__product {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #7a7b7d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    margin-bottom: 8px;
}

.cart-detail__sale {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #7a7b7d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    margin-bottom: 8px;
}

.cart-detail__delivery {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #7a7b7d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
}

.cart-detail__options {
    margin: 20px 0px;
}

.cart-detail__option {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 20px;
}

.cart-detail__option:last-child {
    margin-bottom: 0px;
}

.cart-detail__option span:nth-child(2) {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #7d000e;
    border-bottom: 1px dashed #7d000e;
}

.cart-detail__pay {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
}

.cart-detail__pay span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    margin-right: 12px;
}

.cart-detail__pay img {
    width: 50px;
    height: 24px;
}

.cart-detail__btn {
    margin-top: 40px;
}

.cart-detail {
    max-width: 380px;
    width: 100%;
}

.cart-detail__promocode input {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background: none;
    border: none;
    border-bottom: 2px solid rgba(37, 37, 37, 0.1);
    padding-bottom: 5px;
    padding-left: 0px;
    border-radius: 0;
}

.checkbox {
    position: relative;
}

/* для элемента input c type="checkbox" */
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #010f20;
    cursor: pointer;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #7a7b7d;
    border-radius: 2px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.cart-detail__policy .custom-checkbox+label::before {
    margin-top: 3px;
}

.cart-detail__policy .custom-checkbox+label {
    align-items: flex-start;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #7d000e;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
    background-color: #7d000e;
    border-color: #7d000e;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
    /* box-shadow: 0 0 0 0.2rem rgba(37, 37, 37, 0.266); */
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #7d000e;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked+label::before {
    border-color: #7d000e;
    background-color: #7d000e;
    background-image: url('../img/svg/check.svg');
    background-position: center;
    background-size: 17px;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}

.cart-detail__policy {
    margin-top: 20px;
}

.cart-detail__btn .btn {
    width: 100%;
    text-align: center;
    background: #7d000e;
}

.content__cart {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.woocommerce-cart-form,
.cart__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.content__cart .woocommerce {
    width: 100%;
}

.cart__left {
    margin-right: 30px;
    max-width: 100%;
    width: 100%;
}

.cart__right {
    min-width: 380px;
    width: 100%;
    max-width: 380px;
}

.account .woocommerce {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    /* flex-direction: column; */
    align-items: unset;
}

.account .woocommerce-MyAccount-navigation {
    max-width: 280px;
    width: 100%;
    min-width: 280px;
    margin-right: 20px;
}

.account .woocommerce-MyAccount-navigation ul {
    padding: 0px;
    margin: 0px;
}

.account .woocommerce-MyAccount-navigation li {
    list-style: none;
    border: 1px solid #f2f2f2;
    border-bottom: none;
    position: relative;
}

.account .woocommerce-MyAccount-navigation li:hover {
    background: #f2f2f2;
}

.account .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: 1px solid #f2f2f2;
}

.account .woocommerce-MyAccount-navigation li.is-active {
    background: #f2f2f2;
    font-weight: 700;
}

.account .woocommerce-MyAccount-navigation li.is-active a {
    font-weight: 700;
}

.account .woocommerce-MyAccount-navigation li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    width: 100%;
    height: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.content__title h1 {
    margin: 0px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    color: #7d000e;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-content a {
    color: #7d000e;
}

.woocommerce-MyAccount-content h3 {
    font-size: 24px;
    line-height: 1.2;
}

.woocommerce-MyAccount-content .title {
    font-size: 24px;
}

.product__favorite {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product__favorite:hover svg path {
    fill: #7d000e;
}

.header__favorite.active svg {
    stroke: #7d000e;
    fill: #7d000e;
}

.product__favorite .active svg {
    stroke: #7d000e;
    fill: #7d000e;
}

.product__favorite svg {
    stroke: #333;
    width: 32px;
    height: 32px;
}

.simplefavorite-button {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.product__list_four {
    margin-top: 40px;
}

/* .special__list {
    background-color: #fff;
} */

.product__list_four .product__item {
    position: relative;
    width: calc((100% / 4) - 23px);
    margin-right: 24px;
    margin-bottom: 24px;
}

.product__list_four .product__item:nth-child(3n + 3) {
    margin-right: 24px;
}

.product__list_four .product__item:nth-child(4n + 4) {
    margin-right: 0px;
}

/* картинки/документы кометолога */
.attachment-item {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1rem 2rem;
}

.preview {
    width: 200px;
}

.preview .item img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.preview .att-name {
    display: none;
}

.preview .no-img .att-name {
    display: unset;
}

.section_preview .preview {
    width: 100%;
}

.attachment-item {
    border-top: 1px solid #f2f2f2;
}

.attachment-item:last-of-type {
    border-bottom: 1px solid #f2f2f2;
}

/*блок производителей на главной*/

.brand__item>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    color: #626262;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #f2f2f2;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.brand_img {
    height: 60px;
    width: 100%;
    object-fit: contain;
    filter: grayscale(1);
    transition: filter 0.7s;
}

.brand__item a:hover {
    border: 1px solid #7d000e;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.brand__item a:hover:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            /* Прозрачность начала блика */
            rgba(255, 255, 255, 0.8),
            /* Цвет блика */
            rgba(255, 255, 255, 0) 70%
            /* Прозрачность конца блика */
        );
    top: 0;
    left: -100px;
    animation: shine 2s infinite linear;
}

.brand__item a:hover .brand_img {
    filter: grayscale(0);
}

.brand__item a:hover .brand_title {
    color: #7d000e;
    font-weight: 500;
}

.brand_title {
    /*    display: none;*/
}

/*форма отправки отзыва*/
/*звезды голосования*/
p.stars {
    display: inline-block;
    margin: 0;
    height: 1em;
    overflow: hidden;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    content: '';
    font-size: 0.95em;
    color: #43454b;
    text-indent: 0;
    opacity: 0.25;
}

p.stars:hover a::before {
    opacity: 1;
}

p.stars.selected a:not(.active)::before {
    opacity: 1;
}

p.stars.selected a.active::before {
    opacity: 1;
}

p.stars a:before,
p.stars a:hover~a:before,
p.stars.selected a.active~a:before {
    color: #6d6d6d;
}

p.stars.selected a.active:before,
p.stars:hover a:before,
p.stars.selected a:not(.active):before,
p.stars.selected a.active:before {
    color: #7d000e;
}

/*звезды рейтинг*/
.reviews__star {
    position: relative;
}

.star-rating {
    height: 1.2em;
    width: 90px;
}

.star-rating::before,
.star-rating span::before {
    font-family: 'Font Awesome 5 Free';
    content: '';
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating::before {
    opacity: 0.25;
    float: left;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    height: 1.5em;
    color: #2c2d33;
}

.reviews__star.average_rating .star-rating::before,
.reviews__star.average_rating .star-rating span::before {
    font-size: 20px;
}

.reviews__star.average_rating .star-rating {
    width: 112.5px;
}

.comment-reply-title {
    display: block;
    margin-bottom: 30px;
}

/*форма отправки отзыва*/
#respond {
    clear: both;
    padding: 1.618em;
    background-color: rgba(238, 238, 238, 0.562);
    position: relative;
}

@media (min-width: 768px) {
    #respond {
        padding: 2.617924em;
    }
}

.comment-form-rating {
    margin: 1em 0;
}

.required {
    border-bottom: 0 !important;
    color: #e2401c;
}

#review_form label {
    display: block;
    margin-bottom: 0.5em;
}

#review_form img {
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 3px;
}

.search-icon,
.comment-form-open {
    cursor: pointer;
}

.reviews__main_text>* {
    display: inline;
}

.search-form svg {
    stroke: #333;
}

.search-form:hover svg {
    stroke: #7d000e;
}

/* [data-modal] {
    display: none;
} */
.lesson-modal{
    display: none;
}
.search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    cursor: pointer;
    background: transparent;
    width: 44px;
}

.search-form .search-field {
    width: calc(100% - 44px);
    background: transparent;
}

.search-form-404 {
    position: relative;
}

.search-form-404 .search-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    cursor: pointer;
    background: #f2f2f2;
    width: 44px;
}

.search-form-404 .search-field {
    width: calc(100% - 44px);
    background: #f2f2f2;
}

.search-form-404 .search-button svg {
    stroke: #333;
}

.search-form-404 .search-button:hover svg {
    stroke: #7d000e;
}

.preview__arrow.arrow {
    width: 100%;
    left: 0px;
}

.stocks__wrap_full .stocks__item {
   width: 100%;
    display: block;
}


.stocks__wrap_full .stocks__item:nth-child(4n + 4) {
    margin-right: 0px;
}

.stocks__wrap_full .stocks__img {
    height: 320px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f2f2f2;
    color: #515151;
    border-top: 3px solid #7d000e;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    color: #7d000e;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f2f2f2;
}

/*comments more*/
.reviews__main_text {
    position: relative;
    height: 90px;
    overflow: hidden;
    transition: height 0.5s;
}

.reviews__main_text.active {
    height: auto;
}

.reviews__main_text_more {
    background: linear-gradient(0deg, white, #ffffffe0, transparent);
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 2em;
    display: none;
    align-items: end;
    justify-content: end;
    cursor: pointer;
}

.reviews__main_text_more.active {
    display: flex;
}

.reviews__main_text.active .reviews__main_text_more {
    position: relative;
}

/*account page*/
.account .u-columns.col2-set {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.account .woocommerce-form-login__rememberme {
    cursor: pointer;
    display: block;
}

.account .woocommerce-form__input.woocommerce-form__input-checkbox {
    width: unset;
}

.account .woocommerce-form-login__rememberme span {
    margin-left: 5px;
}

.account .form-row label {
    display: block;
}

.account a {
    color: #7d000e;
}

.account table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}

.account table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
    min-width: 100px;
}

.bapf_sfilter.bapf_ckbox label {
    width: auto;
}

.account table td {
    border: 1px solid #dddddd;
    padding: 5px;
    min-width: 100px;
}

.woocommerce-MyAccount-content {
    width: calc(100% - 300px);
}

.woocommerce-notices-wrapper {
    max-width: 100%;
    width: 100%;
}

.form-row.form-row-first {
    margin-top: 0px;
}

.detail-product__btn .cart {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.detail-product__btn .cart a {
    color: black;
    text-decoration: none;
    margin: 0px;
    margin-top: 24px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 18px 24px;
}

.modal__close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    cursor: pointer;
}

.comment-reply-title {
    font-size: 18px;
    line-height: 1.5;
    color: black;
    font-weight: 600;
}

.slick-dots {
    position: absolute;
    bottom: 12px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
}

.slick-dots li {
    list-style: none;
    font-size: 0px;
    width: 12px;
    height: 12px;
    background: #2c2d33;
    border-radius: 50%;
    transition: all 0.32s linear;
    margin: 0px 6px;
}

.slick-dots li.slick-active {
    background: #7d000e;
}

.slick-dots li button {
    display: none;
}

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

.arrow-catag svg {
    width: 16px;
    height: 16px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    display: none;
}

.woocommerce-info a {
    color: #7d000e;
}

.select2-container .select2-selection--single {
    height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 45px !important;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
}

.woocommerce-privacy-policy-text a {
    color: #7d000e;
}

body .select2-container,
body .ui-widget.ui-datepicker {
    z-index: 1 !important;
}

/*hide for show*/
/*
body > main > section:nth-child(4) > div > div > div > div:nth-child(2){
    display: none;
}
.menu-item-34208{
    display: none;
}
.blog__list{
    justify-content: center;
}
.slick-slide .brand_img{
    display: none;
}

.brand .slick-slide{
    vertical-align: middle;
    display: inline-block;
    float: none;
}
body > main > section:nth-child(6){
    display: none;
}
*/
.brand__item.slick-slide {
    padding: 10px !important;
}

.woocommerce-shipping-methods {
    margin: 0px;
    padding-left: 0px;
    margin-top: 10px;
}

.woocommerce-shipping-methods li input,
.wc_payment_methods li input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* .wc_payment_methods li input {} */
.woocommerce-shipping-methods li label,
.wc_payment_methods li label {
    display: inline-flex !important;
    align-items: center;
    user-select: none;
    font-weight: 400;
    font-size: 14px;
}

.woocommerce-shipping-methods li label:before,
.wc_payment_methods li label:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 9px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* стили при наведении курсора на checkbox */
.woocommerce-shipping-methods>li>input:not(:disabled):not(:checked)+label:hover::before,
.wc_payment_methods>li>input:not(:disabled):not(:checked)+label:hover::before {
    border-color: #7d000e;
}

/* стили для чекбокса, находящегося в состоянии checked */
.woocommerce-shipping-methods>li>input:checked+label::before,
.wc_payment_methods>li>input:checked+label::before {
    border: 5px solid #7d000e;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.woocommerce-shipping-methods>li>input:disabled+label::before,
.wc_payment_methods>li>input:disabled+label::before {
    background-color: #e9ecef;
}

.woocommerce-shipping-methods li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin-bottom: 4px;
    cursor: pointer;
}

.cart-detail__price strong,
.order-total strong {
    font-weight: bold;
}

#ship-to-different-address label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#ship-to-different-address input {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    margin-right: 8px;
    cursor: pointer;
}

.wc_payment_method {
    list-style: none;
    margin-bottom: 4px;
    cursor: pointer;
}

.wc_payment_method label {
    cursor: pointer;
}

.wc_payment_method input {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    margin-right: 0px !important;
    transform: translateY(2px);
    cursor: pointer;
}

.woocommerce ul#shipping_method li input {
    margin-top: 0px !important;
}

#shipping_method li {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

#shipping_method .description-delivery {
    font-size: 14px;
    color: #515151;
    width: 100%;
    margin-top: 10px;
}

/*hide slick flickering*/
.slick-list,
.slick-track {
    transition-delay: 10ms;
}

.menu-item-1313 .sub-menu {
    top: 130px !important;
}

.input-file {
    position: relative;
    display: inline-block;
}

.input-file-text {
    padding: 0 10px;
    line-height: 40px;
    text-align: left;
    height: 40px;
    display: block;
    float: left;
    box-sizing: border-box;
    width: 200px;
    border-radius: 6px 0px 0 6px;
    border: 1px solid #ddd;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.input-file-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 0 4px 4px 0;
    background-color: #333;
    line-height: 22px;
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
}

.input-file input[type='file'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* Focus */
/* .input-file input[type=file]:focus + .input-file-btn {
	box-shadow: 0 0 0 0.2rem rgba(125, 0, 15, 0.249);
} */

/* Hover/active */
.input-file:hover .input-file-btn {
    filter: brightness(112%);
}

.input-file:active .input-file-btn {
    filter: brightness(112%);
}

/* Disabled */
.input-file input[type='file']:disabled+.input-file-btn {
    background-color: #eee;
}

.certificate .attachment-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.diploma .attachment-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.is-form-style input.is-search-input {
    width: 100%;
    border: none !important;
    height: 40px !important;
}

.is-form-style button.is-search-submit {
    border: none !important;
    background: transparent;
}

.is-search-input {
    width: 100%;
}

.is-search-input::placeholder {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1;
}

.is-search-icon {
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative;
}

.is-search-icon svg {
    display: none;
}

.is-search-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    background: url('../img/svg/search.svg');
    background-position: center;
    background-size: 28px 28px;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in;
}

.is-form-style {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #7a7b7d;
    min-width: 300px;
    width: 100%;
    height: 40px;
}

.is-search-submit {
    /* background: #e9ecef !important; */
    transition: all 0.2s ease-in;
    cursor: pointer;
}

.is-search-submit:hover .is-search-icon:before {
    background: url('../img/PhMagnifyingGlassHover.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* background: #7D000E !important; */
}

.is-ajax-search-result {
    border: 1px solid #7d000e !important;
    padding: 0px !important;
    border-radius: 8px !important;
    overflow: hidden;
}

.is-ajax-search-details a,
.is-ajax-search-result a {
    /* color: #7D000E !important; */
}

.is-show-more-results {
    margin-top: 0px !important;
    padding: 10px 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #1d1b1b;
}

.header-icon__search_mobile {
    display: none;
}

/* .detail__item {
	width: 100% !important;
} */

.cart-detail__promocode .button {
    width: 100%;
}

.woocommerce-billing-fields h3,
#order_review_heading,
.checkout__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #333;
    margin: 0px;
    margin-bottom: 20px;
}

.woocommerce-checkout .col2-set {
    margin-bottom: 30px;
}

.woocommerce-checkout-review-order {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 24px;
}

.woocommerce-checkout-payment {
    border-radius: 10px;
}

div.payment_box p {
    margin-top: 0;
}

.woocommerce table.shop_table {
    margin-bottom: 0;
    border-radius: 10px;
}

.woocommerce table.shop_table tr {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
}

.woocommerce .woocommerce-MyAccount-content table.shop_table tr {
    display: table-row;
}

.woocommerce-MyAccount-content .woocommerce-pagination a {
    border-radius: 0px;
}

.woocommerce-MyAccount-content .woocommerce-button--previous {
    width: 100px;
}

.woocommerce-MyAccount-content .woocommerce-button--next {
    width: 100px;
}

/* Стили чекбоксов */

input[type='checkbox'] {
    width: 24px;
    height: 24px;
}

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

/* для элемента input c type="checkbox" */
.woocommerce-form__label>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.woocommerce-form__label>span {
    display: inline-flex;
    align-items: start;
    user-select: none;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #333;
    margin: 0px;
}

/* создание в label псевдоэлемента before со следующими стилями */
.woocommerce-form__label>span::before {
    margin-top: 2px;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 5px;
    margin-right: 9px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    display: flex;
    justify-content: start;
    align-items: start;
}

.woocommerce-form__label>span {
    margin-right: 6px;
}

/* стили при наведении курсора на checkbox */
.woocommerce-form__label>input:not(:disabled):not(:checked)+span:hover::before {
    border-color: #7d000e;
}

/* стили для чекбокса, находящегося в состоянии checked */
.woocommerce-form__label>input:checked+span::before {
    background: #7d000e url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICA8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiLz4gICAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTQuMDQyOTM4OTYsMTAuMDQyODE4MyBDMy43OTc2NzQzOCw5LjQwOTg2NTU4IDQuNjU2MjkwNjcsOC44NTU2NjM3NCA1LjI2OTY0MjM4LDguODU1NjYzNzQgQzUuODgyOTk0MDksOC44NTU2NjM3NCA3LjcyMzA0OTA3LDExLjUyNjc2MTQgNy43MjMwNDkwNywxMS41MjY3NjE0IEM3LjcyMzA0OTA3LDExLjUyNjc2MTQgMTIuMzIzMTg2OSw0LjQwMzgzNDI5IDEyLjYyOTg2MjksNC4xMDcwNDU2NiBDMTIuOTM2NTM4OSwzLjgxMDI1NzAzIDE0LjQ2OTkxODIsNC4xMDcwNDU2NiAxMy44NTY1NjYzLDUuMjk0MjAwMTggQzEzLjMxMzMyMTYsNi4zNDU2NjA4NCA4LjMzNjQwMDkyLDEzLjYwNDI4MTggOC4zMzY0MDA5MiwxMy42MDQyODE4IEM4LjMzNjQwMDkyLDEzLjYwNDI4MTggNy43MjMwNDkyMSwxNC40OTQ2NDc3IDcuMTA5Njk3NTEsMTMuNjA0MjgxOCBDNi40OTYzNDU4LDEyLjcxMzkxNTkgNC4yODgyMDM1NSwxMC42NzU3NzA5IDQuMDQyOTM4OTYsMTAuMDQyODE4MyBaIi8+ICA8L2c+PC9zdmc+) no-repeat center;
    background-size: 18px 18px;
    border-color: #7d000e;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.woocommerce-form__label>input:disabled+span::before {
    background-color: #e9ecef;
}

.woocommerce .woocommerce-customer-details address {
    border-radius: 10px;
}

.woocommerce ul.order_details {
    margin: 1em 0;
    padding: 0;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #333;
    margin: 0px;
    margin-bottom: 10px;
}

.woocommerce ul.order_details li {
    margin-bottom: 1em;
}

.woocommerce .woocommerce-customer-details :last-child {
    margin-bottom: 1em;
}

.login__left {
    width: 100%;
}

.login__right {
    width: 100%;
}

#customer_login {
    width: 100%;
}

.register_page {
    display: flex;
}

.login__checkbox span {
    font-size: 14px;
    color: #7d000e;
}

label[for='reg_email'] {
    position: relative;
    font-size: 0;
}

label[for='reg_email']:before {
    content: 'Email';
    font-size: 14px;
    left: 0;
    top: 0;
}

label[for='reg_email']:after {
    content: ' *';
    color: red;
    font-size: 14px;
}

.login__btn {
    background: #333 !important;
    border: none;
    box-shadow: 0px 4px 40px rgba(44, 47, 50, 0.2);
    border-radius: 0px 0px 30px 0px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    padding: 0 !important;
    display: inline-block;
    cursor: pointer;
    transition: all 0.32s linear;
    height: 50px !important;
    max-width: 144px !important;
    min-width: 144px !important;
    align-items: center;
}

.login__btn:hover:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            /* Прозрачность начала блика */
            rgba(255, 255, 255, 0.8),
            /* Цвет блика */
            rgba(255, 255, 255, 0) 70%
            /* Прозрачность конца блика */
        );
    top: 0;
    left: -100px;
    animation: shine 2s infinite linear;
}

.woocommerce-form-register__submit {
    background: #333 !important;
    border: none;
    box-shadow: 0px 4px 40px rgba(44, 47, 50, 0.2);
    border-radius: 0px 0px 30px 0px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    padding: 0 !important;
    display: inline-block !important;
    cursor: pointer;
    transition: all 0.32s linear;
    height: 50px !important;
    max-width: 144px !important;
    min-width: 144px !important;
    align-items: center;
}

.back_button {
    margin: auto;
}

.tab {
    width: 60%;
    margin: 0 auto 10px auto;
    /* Убираем верхний отступ */
}

button.tablinks {
    width: 49%;
    padding: 0;
    height: 50px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: inherit;
    background-color: #ffffff00;
}

button.tablinks_reg {
    width: 49%;
    padding: 0;
    height: 50px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: inherit;
    background-color: #ffffff00;
}

.register_page {
    justify-content: center;
}

.tabcontent {
    width: 60%;
}

.tabcontent_reg {
    width: 60%;
}

button.tablinks.active {
    color: #fff;
    height: 50px;
    text-align: center;
    align-items: center;
    font-size: 16px;
    background-color: rgb(54, 54, 54);
}

button.tablinks:hover {
    color: #fff;
    height: 50px;
    text-align: center;
    align-items: center;
    font-size: 16px;
    background-color: rgb(46, 46, 46);
}

button.tablinks_reg.active {
    color: #fff;
    height: 50px;
    text-align: center;
    align-items: center;
    font-size: 16px;
    background-color: rgb(54, 54, 54);
}

button.tablinks_reg:hover {
    color: #fff;
    height: 50px;
    text-align: center;
    align-items: center;
    font-size: 16px;
    background-color: rgb(54, 54, 54);
}

.phone_inner_form {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.send-sms_register {
    margin-left: 20px;
}

.phone_inner_form_input {
    width: 70%;
}

.phone_inner_form_password {
    display: block;
}

.phone_input_password {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.phone_inner_form_password_input {
    width: 100%;
}

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

label[for='username']:after {
    content: ' *';
    color: red;
}

.phone_input_password_login {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

button.tablinks.active {
    background-color: #fff !important;
    color: #7d000e !important;
    box-shadow: 0px 4px 10px rgba(44, 47, 50, 0.2);
    border-radius: 0 !important;
}

button.tablinks:hover {
    background-color: #fff !important;
    color: #7d000e !important;
    box-shadow: 0px 4px 10px rgba(44, 47, 50, 0.2);
    border-radius: 0 !important;
}

button.tablinks {
    background-color: #fff !important;
    color: #7d000e !important;
    box-shadow: 0px 0px 0px rgba(44, 47, 50, 0.2);
    border-radius: 0 !important;
}

.phone_input_password {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

button.tablinks_reg.active {
    background-color: #fff !important;
    color: #7d000e !important;
    box-shadow: 0px 4px 10px rgba(44, 47, 50, 0.2);
    border-radius: 0 !important;
}

button.tablinks_reg:hover {
    background-color: #fff !important;
    color: #7d000e !important;
    box-shadow: 0px 4px 10px rgba(44, 47, 50, 0.2);
    border-radius: 0 !important;
}

button.tablinks_reg {
    background-color: #fff !important;
    color: #7d000e !important;
    box-shadow: 0px 0px 0px rgba(44, 47, 50, 0.2);
    border-radius: 0 !important;
}

.woocommerce-orders-table__row:nth-child(even) {
    background-color: rgb(245 245 245);
}

.woocommerce-checkout-review-order {
    margin-bottom: 30px;
}

/*checkout*/
.checkout-layuot {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.woocommerce-checkout-review-order {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .checkout-layuot {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

#payment {
    position: sticky;
    top: 105px;
}

.header__back {
    display: none;
    padding: 5px;
}

.header__back.mob {
    display: none;
}

.header__back:hover {
    background: #7d000e;
    border-radius: 50%;
}

.header__back:hover svg {
    color: #ffffff;
}

.description-delivery__text {
    font-size: 12px;
    color: #515151;
    font-weight: 400;
}

.detail-product__price .price {
    display: flex;
    flex-direction: column;
}

.detail-product__price .how_mach_bonus {
    margin-top: 10px;
    font-size: 18px;
}

.product-quantity button.plus {
    order: 2;
}

.product-quantity button.minus {
    order: -1;
}

/*some changes*/

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
}

.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-shipping-fields__field-wrapper .form-row-first,
.woocommerce-billing-fields__field-wrapper .form-row-last,
.woocommerce-shipping-fields__field-wrapper .form-row-last {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 10px;
}

.account__address-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.checkout .account__address-list {
    margin-bottom: 20px;
}

.account__address {
    padding: 10px;
    min-height: 190px;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
}

.account__address-actions {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.account__address-actions a {
    color: #7d000e;
}

.checkout__add-address.active {
    margin-top: 20px;
    opacity: 1;
    height: auto;
}

.checkout__info {
    margin-bottom: 20px;
}

.form-row__list {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.account__choose-btn {
    border: none;
    padding: 0;
    color: #7d000e;
}

.checkout__add-address-btn {
    margin-bottom: 40px;
}

.checkout__current-address {
    opacity: 0;
    height: 0;
    position: relative;
    z-index: -1;
    transition: all 0.32s linear;
}

.checkout__new-address {
    opacity: 0;
    height: 0;
    position: relative;
    z-index: -1;
    transition: all 0.32s linear;
}

.checkout__current-address.active {
    opacity: 1;
    height: auto;
    z-index: 1;
}

.checkout__new-address.active {
    opacity: 1;
    height: auto;
    z-index: 1;
}

#chatra.chatra--side-bottom {
    bottom: 70px !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message:focus {
    outline: navajowhite;
}

.site-work {
    background: #7d000e;
    color: white;
    font-size: 16px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

/* 
.form-row.place-order {
    pointer-events: none;
    filter: brightness(50%);
} */

/* Временно скрываю не нужные кнопки */
/* .woocommerce-MyAccount-navigation-link--beautician {
    display: none;
}

.woocommerce-MyAccount-navigation-link--bonuses {
    display: none;
}

.how_mach_bonus {
    display: none;
}

.beautician-registration-form {
    display: none;
}





.content__banner {
    max-width: 100%;
    width: 100%;
    height: 350px;
    margin: 0px 0px 40px 0px;

}

.content__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */


/*страница логина через вукомерс скрываю не нужное*/
#customer_login>div.u-column1.col-2.login__left>div.tab>button:nth-child(3),
#customer_login>div:nth-child(2),
#customer_login>div:nth-child(3) {
    display: none;
}

.header__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 40px;
    margin-right: 40px;
}

.header__nav a {
    color: #7a010e;
}

.header__nav-cat #menu-item-34206:before {
    display: none;
}

.content__banner img {
    width: 100%
}

.fixed-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.2s linear;
    z-index: 8;
    cursor: pointer;
    background: #27d061;
    color: #ffffff;
}

.fixed-whatsapp svg {
    width: 35px;
    height: 35px;
}
.woocommerce-Price-hidden-link{
    color: #1d1b1b;
    font-size: 24px;
}
#form_login{
    scroll-margin-top: 100px;
}
.fixed-whatsapp:hover {
    transform: scale(1.1);
}

.login__message_register {
    font-weight: 600;
}

.login__label {
    font-weight: 600;
}

.site-work span {
    margin-left: 5px;
}

.site-work a {
    color: #ffffff;
    text-decoration: underline;
}

.header__login {
    font-size: 16px;
    color: #1d1b1b;
    gap: 5px;
    display: inline-flex;
    margin-right: 15px;
}

.header__login a {
    color: #1d1b1b;
    font-weight: 500;
}

.header__login a:hover {
    color: #7a010e;
}

.header__icon_mobile {
    display: none;
}

.account .form-row label.woocommerce-checkbox-label {
    display: inline-block;
    vertical-align: super;
    margin-left: 0.5rem;
}

.cart-detail__promocode .button {
    background: transparent;
    color: #821e27;
}

.woocommerce form .form-row label {
    line-height: 1 !important;
}

.woocommerce table.shop_table td a {
    color: #1d1b1b;
}

.wpc-filter-title {
    font-size: 20px;
    font-weight: 600;
    color: #1d1b1b;
}
.wpc-filters-main-wrap ul.children{
    padding-left: 20px;
}
.wpc-filters-main-wrap ul.wpc-filters-ul-list {
    margin-top: 0px !important;
    margin-bottom: 0px !important
}

.wpc-checkbox-item input[type=checkbox]{
    min-width: 24px;
}
.wpc-filters-main-wrap li.wpc-term-item a {
    color: #010f20;
    font-size: 14px !important;
    line-height: 1 !important;
}

.wpc-term-count {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
    padding: 5px 10px !important;
}

.wpc-filters-main-wrap li.wpc-term-item a {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.wpc-filter-content select {
    padding: 5px 10px !important;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 0px !important;
}
.product__filter.active{
    z-index: 11 !important;
}

.stocks__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}


.stocks__title_seminar h1 {
    margin: 0px;
}

.register-row {
    margin: 2rem 0;
}

.gallery {
    display: flex;
    gap: 1em;
}

.icon-close {
    display: none;
}

.icon-open {
    display: block;
}

.header-mobile-icon.active .icon-close {
    display: block;
}

.header-mobile-icon.active .icon-open {
    display: none;
}

.price_flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row !important;
    gap: 5px !important;
}

.category__loader{
    transition: all 0.32s linear;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0px;
    right: 0px;
    display: none;
}
.category__loader.active{
    opacity: 1;
}
.category__loader .preview__loader::before{
    border: 2px solid #7d000e
}

.header-mobile__wrap a{ 
    position: relative;
}
.header-mobile__wrap .category__loader{
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
    right: unset;
}
.header-mobile__wrap .category__loader .preview__loader::before{
    border-color: #ffffff;
}
.header-mobile__wrap a:hover .category__loader{
    opacity: 1;
}
.stocks__list #seminary-results{
    width: 100%;
}
.modal .title{
    color: #000000;
    margin: 0px;
    text-align: center;
}
.modal__wrap{
    padding: 30px;
}
.modal-success__product{
    max-width: 450px !important
}

/* .category__item:hover .category__loader{
    opacity: 1;
}
.product__item:hover .category__loader{
    opacity: 1;
}
.special__item:hover .category__loader{
    opacity: 1;
} */


/* 
.menu-item-2183,.menu-item-1608,.menu-item-2150,.menu-item-1310,.menu-item-1312,.menu-item-2183,.menu-item-1316,.menu-item-1318,.menu-item-1322,.menu-item-2123,.menu-item-2207,.menu-item-2203
{
    display: none !important;
} */

.modal__form{
    margin-top: 30px;
}

#seminary-results{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
#seminary-filter{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
#seminary-filter select{
    border: 1px solid #1d1b1b;
    padding: 5px;
}