@font-face {
    font-family: Arial;
    src: local("Arial-Bold"), url(../fonts/Arial-Bold.woff2) format("woff2"), url(../fonts/Arial-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Arial;
    src: local("Arial-Regular"), url(../fonts/Arial-Regular.woff2) format("woff2"), url(../fonts/Arial-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: local("Gilroy-Bold"), url(../fonts/ANSARA-font.woff2) format("woff2"), url(../fonts/ANSARA-font.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: local("Gilroy-ExtraBold"), url(../fonts/Gilroy-ExtraBold.woff2) format("woff2"), url(../fonts/Gilroy-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: local("Gilroy-Medium"), url(../fonts/Gilroy-Medium.woff2) format("woff2"), url(../fonts/Gilroy-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: local("Gilroy-Regular"), url(../fonts/Gilroy-Regular.woff2) format("woff2"), url(../fonts/Gilroy-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: local("Inter-Bold"), url(../fonts/Inter-Bold.woff2) format("woff2"), url(../fonts/Inter-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: local("Inter-ExtraLight"), url(../fonts/Inter-ExtraLight.woff2) format("woff2"), url(../fonts/Inter-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: local("Inter-Light"), url(../fonts/Inter-Light.woff2) format("woff2"), url(../fonts/Inter-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: local("Inter-Medium"), url(../fonts/Inter-Medium.woff2) format("woff2"), url(../fonts/Inter-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: local("Inter-Regular"), url(../fonts/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: local("Inter-SemiBold"), url(../fonts/Inter-SemiBold.woff2) format("woff2"), url(../fonts/Inter-SemiBold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: local("Inter-Thin"), url(../fonts/Inter-Thin.woff2) format("woff2"), url(../fonts/Inter-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Monda;
    src: local("Monda-Bold"), url(../fonts/Monda-Bold.woff2) format("woff2"), url(../fonts/Monda-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
a {
    color: inherit;
    text-decoration: none;
}
h1, h2, h3, h4, p {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%}
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    min-width: 340px;
    font-family: Gilroy, sans-serif;
    background-color: #fefefe;
}
.main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.section {
    padding-top: 40px;
    padding-bottom: 70px;
}
.overlay {
    position: fixed;
    z-index: 3;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-color: rgba(51, 51, 51, .8);
    -webkit-transition: visibility .4s ease-in-out, bottom .4s ease-in-out, opacity .4s ease-in-out, z-index .4s ease-in-out;
    transition: visibility .4s ease-in-out, bottom .4s ease-in-out, opacity .4s ease-in-out, z-index .4s ease-in-out;
}
.overlay--active {
    visibility: visible;
    bottom: 0;
}
.stop-scroll {
    overflow: hidden;
}
.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}
.btn-reset {
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    border: none;
}
.container {
    max-width: 1440px;
    padding: 0 65px;
    margin: 0 auto;
}
:root {
    --font-family: "Gilroy", sans-serif;
    --second-family: "Monda", sans-serif;
    --third-family: "Inter", sans-serif;
    --font3: "Arial", sans-serif;
}
:root {
    --color-text-black: #000;
    --color-background-yellow: #ffe100;
    --color-text-white: #fff;
    --color-text-gray: #a2a2a2;
    --color-btn-gray: #d9d9d9;
    --color-btn-gray2: #383838;
    --color-background-footer: #1a1a1a;
    --color-background-about: #010101;
    --colir-background-body: #fefefe;
    --colir-border-marker: #323232;
    --color-switcher: #2e2e2e;
    --color-background-card: #f5f5f5;
    --color-background-menu1: #121212;
    --color-text-path: #555;
    --color-btn-gray3: #292929;
    --color-drop-gray3: #333;
    --color-drop-gray4: #222;
    --color-drop-gray6: #6F6F6F;
    --color-drop-gray7: rgba(0,  0,  0,  0.5);
    --color-text-card-desc: rgba(255,  255,  255,  0.6);
    --color-text-green: #36d96f;
    --color-text-orange: #ff8c00;
    --color-background-menu2: #0d0c0c;
    --akcent: #000;
    --gradient: #000;
    --fon: #f5f5f5;
    --knopka: #4e4e4e;
    --border: #1121a6;
    --border1: #c5c5c5;
    --border2: #353535;
    --fon2: #e7e7e7;
    --header-top: #dedede;
    --drop-down-catalog: #151515;
    --hovered: #212121;
}
.fslightbox-slide-number-container {
    font-family: var(--font-family);
}
.header {
    position: relative;
    z-index: 4;
}
.header__top {
    padding: 10px 0;
    background-color: var(--header-top);
}
.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__nav {
    max-width: 470px;
    width: 100%}
.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__list a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--color-text-black);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.header__list a:focus, .header__list a:focus-visible {
    outline: 0;
}
.header__list a:active, .header__list a:focus-visible, .header__list a:hover {
    color: var(--color-text-gray);
}
.header__group-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.header__link-phone {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .05em;
    color: var(--color-text-black);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.header__link-phone:focus, .header__link-phone:focus-visible {
    outline: 0;
}
.header__link-phone:active, .header__link-phone:focus-visible, .header__link-phone:hover {
    color: var(--color-text-gray);
}
.header__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.header__list-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-text-black);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.header__list-link a:focus, .header__list-link a:focus-visible {
    outline: 0;
}
.header__list-link a:active, .header__list-link a:focus-visible, .header__list-link a:hover {
    color: var(--color-text-gray);
}
.header__bottom {
    padding: 25px 0 30px 0;
}
.header__box-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}
.header__burger {
    display: none;
}
.header__box-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__box-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.header__list-link-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__list-link-bottom li {
    position: relative;
}
.header__list-link-bottom li .product-counter {
    pointer-events: none;
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 15px;
    min-width: 15px;
    height: 15px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 8px;
    color: var(--color-text-white);
    background-color: var(--color-text-black);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .5), 0 1px 2px rgba(255, 255, 255, .1) inset;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .5), 0 1px 2px rgba(255, 255, 255, .1) inset;
}
.header__list-link-bottom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--akcent);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.header__list-link-bottom a:focus, .header__list-link-bottom a:focus-visible {
    outline: 0;
}
.header__list-link-bottom a:active, .header__list-link-bottom a:focus-visible, .header__list-link-bottom a:hover {
    color: var(--color-text-gray);
}
.fixed {
    position: fixed;
    width: 100%;
    z-index: 200;
    background-color: var(--colir-background-body);
    left: 0;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.logo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo__link picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo__link img {
    max-width: 235px;
    height: 22px;
}
.logo__link:focus, .logo__link:focus-visible {
    outline: 0;
}
.logo__link:focus-visible {
    outline: 1px solid var(--color-background-yellow);
}
.btn-track-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--akcent);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.btn-track-order span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
}
.btn-track-order:focus, .btn-track-order:focus-visible {
    outline: 0;
}
.btn-track-order:active, .btn-track-order:focus-visible, .btn-track-order:hover {
    color: var(--color-text-gray);
}
.btn-catalog {
    border: 1px solid var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    border-radius: 10px 0 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: var(--akcent);
    -webkit-transition: background-color .4s ease-in-out, border-color .4s ease-in-out;
    transition: background-color .4s ease-in-out, border-color .4s ease-in-out;
}
.btn-catalog:focus, .btn-catalog:focus-visible {
    outline: 0;
}
.btn-catalog:active, .btn-catalog:focus-visible, .btn-catalog:hover {
    border-color: var(--knopka);
}
.btn-catalog:active .btn-catalog__icon span, .btn-catalog:focus-visible .btn-catalog__icon span, .btn-catalog:hover .btn-catalog__icon span {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.btn-catalog.active .btn-catalog__icon span {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.btn-catalog__icon {
    width: 10px;
    min-width: 10px;
    height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3px;
}
.btn-catalog__icon span {
    width: 3px;
    min-width: 3px;
    height: 3px;
    background-color: var(--color-text-white);
    -webkit-transition: background-color .4s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: background-color .4s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: background-color .4s ease-in-out, transform .5s ease-in-out;
    transition: background-color .4s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}
.btn-catalog__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .05em;
    text-transform: uppercase;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
    color: var(--color-text-white);
}
.search {
    border: 1px solid var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}
.search__input {
    min-width: 265px;
    border: none;
    padding: 9px 17px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 0;
    letter-spacing: .05em;
    color: var(--color-text-black);
    background-color: transparent;
}
.search__input:focus, .search__input:focus-visible {
    outline: 0;
}
.search__submit {
    height: auto;
    padding: 0 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px 0 0 10px;
    border: 1px solid var(--border);
    color: var(--color-text-white);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--akcent);
    -webkit-transition: color .4s ease-in-out, background-color .4s ease-in-out;
    transition: color .4s ease-in-out, background-color .4s ease-in-out;
}
.search__submit:focus, .search__submit:focus-visible {
    outline: 0;
}
.search__submit:active, .search__submit:focus-visible, .search__submit:hover {
    background-color: var(--knopka);
}
.section-title {
    margin-bottom: 40px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 36px;
    line-height: 111%;
    color: var(--akcent);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.section-title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.section-title a:focus, .section-title a:focus-visible {
    outline: 0;
}
.section-title a:active, .section-title a:focus-visible, .section-title a:hover {
    color: var(--knopka);
}
.section-title .desc_section {
    font-size: 20px;
    line-height: 111%}
.main-sec7 {
    padding: 80px 0 70px;
}
.main-sec7__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.main-sec7__link {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--color-text-black);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.main-sec7__link:focus, .main-sec7__link:focus-visible {
    outline: 0;
}
.main-sec7__link:active, .main-sec7__link:focus-visible, .main-sec7__link:hover {
    color: var(--color-text-gray);
}
.main-sec7__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 35px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 30px;
}
.main-sec7__bottom-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main-sec7__bottom-line .btn3__btn {
    padding: 20px;
}
main {
    padding-top: 129px;
}
.card4 {
    border-radius: 20px;
    padding: 125px 20px 20px;
    position: relative;
    background-color: var(--header-top);
    max-width: 645px;
    width: 100%}
.card4__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 159%;
    color: var(--color-text-white);
}
.card4.card4-main {
    height: 100%;
    padding: 20px;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card4.card4-main .card4__top-box {
    height: auto;
    gap: 10px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card4.card4-main .card4-main__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    inset: 0;
    z-index: 0;
}
.card4__img {
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card4__box-btn {
    position: relative;
}
.card4.new-style {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%}
.card4.new-style .card4__top-box {
    overflow: hidden;
    position: relative;
    height: 100%;
    max-height: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card4.new-style .card4__top-box a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card4.new-style .card4__top-box picture {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card4.new-style .card4__img {
    position: static;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card4.new-style .card4__bottom-box {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card4.new-style .card4__bottom-box p {
    color: var(--p-text);
}
.card4.new-style .card4__title {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 45%;
    z-index: 3;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 159%;
    color: var(--color-text-white);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.card4.new-style .card4__desc {
    margin-bottom: 5px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 159%;
    letter-spacing: -.05em;
    color: var(--color-text-black);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.card4.new-style .card4__btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card4.new-style .card4__btn-group p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 159%;
    color: var(--color-text-black);
}
.card4.new-style .card4__box-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn2 {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}
.btn2__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn2__link:focus, .btn2__link:focus-visible {
    outline: 0;
}
.btn2__link:active .btn2__text, .btn2__link:focus-visible .btn2__text, .btn2__link:hover .btn2__text {
    background-color: var(--color-text-black);
}
.btn2__link:active .btn2__box-svg, .btn2__link:focus-visible .btn2__box-svg, .btn2__link:hover .btn2__box-svg {
    background-color: var(--color-btn-gray2);
}
.btn2__text {
    border-radius: 10px 0 0 10px;
    border: 1px solid var(--knopka);
    border-width: 1px 0 1px 1px;
    padding: 9px 14px;
    background-color: var(--color-btn-gray2);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    -webkit-transition: color .4s ease-in-out, background-color .4s ease-in-out;
    transition: color .4s ease-in-out, background-color .4s ease-in-out;
    color: var(--color-text-white);
}
.btn2__box-svg {
    border-radius: 0 10px 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    background-color: var(--color-text-black);
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
    color: var(--color-text-white);
}
.main-sec6 {
    padding: 0 0;
    background-color: var(--color-background-about);
}
.main-sec6 .section-title {
    color: var(--color-text-white);
}
.main-sec6__content {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 50%;
    overflow: hidden;
    position: relative;
}
.no-webp .main-sec6__content::before {
    background-image: url(../img/main-page/sec6/beac1.png);
}
.main-sec6__content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.main-sec6__content:hover::before {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.main-sec6__content .btn2 {
    position: relative;
}
.main-sec6__desc {
    position: relative;
    margin-bottom: 30px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 159%;
    letter-spacing: -.05em;
    color: var(--color-text-white);
}
.box-swiper1__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.box-swiper1__swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
.alert-main .box-swiper1 img {
    border-radius: 10px;
}
.main-sec5 {
    padding: 50px 0 40px;
}
.card3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    height: 100%}
.card3__swiper-pagination {
    width: 80%!important;
    left: 50%!important;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    white-space: nowrap;
    overflow: hidden;
    bottom: 15px!important;
}
.card3__swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px!important;
    background: var(--header-top);
    opacity: 1;
    -webkit-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
}
.card3__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-text-black);
}
.card3__link-crd-1 {
    position: absolute;
    inset: 0;
    z-index: 2;
}
.card3__box-img {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-height: 313px;
    background-color: var(--fon);
}
.card3__box-img picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card3__box-img::before {
    content: "";
    display: block;
    padding-top: 100%}
.card3__swiper-slide {
    margin: auto;
}
.card3__btn-card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
}
.card3__btn-card-group .btn-like {
    width: 26px;
    height: 26px;
    min-width: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--color-text-black);
}
.card3__btn-card-group .btn-like.active {
    color: var(--color-text-black);
}
.card3__btn-card-group .btn-like.active svg {
    fill: var(--color-btn-gray2);
}
.card3__btn-card-group .btn-like:focus, .card3__btn-card-group .btn-like:focus-visible {
    outline: 0;
}
.card3__btn-card-group .btn-like:active, .card3__btn-card-group .btn-like:focus-visible, .card3__btn-card-group .btn-like:hover {
    color: var(--color-btn-gray2);
}
.card3__btn-card-group .btn-compare {
    cursor: pointer;
    width: 26px;
    height: 26px;
    min-width: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--color-text-black);
}
.card3__btn-card-group .btn-compare input {
    opacity: 0;
    visibility: hidden;
}
.card3__btn-card-group .btn-compare:has(input:checked) {
    background-color: var(--color-btn-gray2);
}
.card3__btn-card-group .btn-compare input:checked+svg {
    color: var(--color-text-white);
}
.card3__btn-card-group .btn-compare.active {
    background-color: var(--color-btn-gray2);
    color: var(--color-text-white);
}
.card3__btn-card-group .btn-compare:focus, .card3__btn-card-group .btn-compare:focus-visible {
    outline: 0;
}
.card3__btn-card-group .btn-compare:active, .card3__btn-card-group .btn-compare:focus-visible, .card3__btn-card-group .btn-compare:hover {
    background-color: var(--color-btn-gray2);
    color: var(--color-text-white);
}
.card3__hit-card-group {
    width: 86px;
    height: 86px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.card3__hit-card-group .hit-card-block {
    width: 0;
    height: 0;
    border-right: 86px solid transparent;
    border-top: 86px solid var(--border);
}
.card3__hit-card-group .hit-card-text {
    font-family: var(--font-family);
    font-size: 14px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    top: 11px;
    left: -2px;
    font-weight: 500;
    line-height: 15px;
    color: var(--color-text-white);
}
.card3__hit-card-group .hit-card-text span {
    display: block;
}
.card3__label-new {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.card3__label-new p {
    padding: 10px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    border-radius: 10px 10px 10px 0;
    color: var(--color-text-white);
    background-color: var(--border);
}
.card3__icon-card-group {
    position: absolute;
    bottom: 15px;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 3;
    left: 0;
    gap: 3px;
}
.card3__icon-card-group .text {
    font-family: var(--font-family);
    font-size: 14px;
    color: var(--border);
    font-weight: 600;
}
.card3__icon-card-group .bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
}
.card3__box-content {
    min-height: 35px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card3__link-card {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: var(--akcent);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.card3__link-card:focus, .card3__link-card:focus-visible {
    outline: 0;
}
.card3__link-card:active, .card3__link-card:focus-visible, .card3__link-card:hover {
    color: var(--knopka);
}
.card3__link-card span {
    margin-right: 7px;
}
.card3__link-card strong {
    margin-right: 7px;
}
.card3__link-card span:last-child {
    margin-right: 0;
}
.card3__size {
    display: block;
    margin-right: 0;
}
.card3__box-price {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.card3__price {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card3__price span {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 87%;
    color: var(--akcent);
}
.card3__price span.price_current {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 87%;
    color: var(--akcent);
}
.card3__price span.price_old {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 117%;
    text-decoration: line-through;
    color: var(--color-text-gray);
}
.card3__box-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.counter1 {
    width: 100%;
    max-width: 107px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid var(--akcent);
}
.counter1 button {
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--akcent);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.counter1 button:focus, .counter1 button:focus-visible {
    outline: 0;
}
.counter1 button:active, .counter1 button:focus-visible, .counter1 button:hover {
    color: var(--color-text-gray);
}
.counter1 span {
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.counter1 span input {
    pointer-events: none;
    width: 100%;
    background-color: transparent;
    border: none;
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--akcent);
}
.counter1 span input:focus, .counter1 span input:focus-visible {
    outline: 0;
}
.btn3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%}
.btn3__btn {
    max-height: 35px;
    height: 100%;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: var(--color-text-white);
    background-color: var(--akcent);
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.btn3__btn:focus, .btn3__btn:focus-visible {
    outline: 0;
}
.btn3__btn:active, .btn3__btn:focus-visible, .btn3__btn:hover {
    background-color: var(--knopka);
}
.main-sec4 {
    padding: 60px 0 100px;
}
.card2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    border-radius: 20px;
    padding: 105px 20px 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: beige;
    max-width: 313px;
    max-height: 168px;
}
.card2__img {
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card2__box-btn {
    position: relative;
}
.card2__box-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    border-radius: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    top: 50%;
    z-index: 3;
    -webkit-transform: translate(65%, -50%);
    -ms-transform: translate(65%, -50%);
    transform: translate(65%, -50%);
    border: 5px solid var(--colir-background-body);
    background-color: var(--color-text-white);
}
.card2__box-icon span {
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--akcent);
}
.main-sec3 {
    padding: 50px 0;
}
.main-sec3__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-sec3__swiper-wrapper li.swiper-slide {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.main-sec3__swiper-wrapper li.swiper-slide:last-child .card2__box-icon {
    display: none;
}
.card1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding: 160px 20px 20px;
    border-radius: 18px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: beige;
    max-width: 645px;
    max-height: 330px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.card1__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card1__box-info {
    min-width: 400px;
    border-radius: 10px;
    padding: 30px 20px 20px;
    position: relative;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(115, 115, 115, .5)));
    background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(115, 115, 115, .5) 100%);
}
.card1__title {
    margin-bottom: 15px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 108%;
    text-transform: uppercase;
    color: var(--color-text-white);
}
.main-sec2 {
    padding-top: 60px;
    padding-bottom: 50px;
}
.main-sec2__content {
    position: relative;
}
.main-sec2__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.main-sec2__item {
    outline: 5px solid transparent;
    position: relative;
    overflow: hidden;
    -webkit-transition: outline-color .4s ease-in-out;
    transition: outline-color .4s ease-in-out;
    border-radius: 30px;
}
.main-sec2__item::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 92px;
    min-width: 92px;
    height: 92px;
    background-color: transparent;
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.main-sec2__item:first-child::before {
    bottom: -15px;
    right: -15px;
    border-radius: 100% 0 0 0;
}
.main-sec2__item:nth-child(2)::before {
    bottom: -15px;
    left: -15px;
    border-radius: 0 100% 0 0;
}
.main-sec2__item:nth-child(3)::before {
    top: -15px;
    right: -15px;
    border-radius: 0 0 0 100%}
.main-sec2__item:nth-child(4)::before {
    top: -15px;
    left: -15px;
    border-radius: 0 0 100% 0;
}
.main-sec2__item:hover {
    outline: 5px solid var(--akcent);
}
.main-sec2__item:hover::before {
    background-color: var(--akcent);
}
.main-sec2__item:nth-child(2n) .card1 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.main-sec2__item:nth-child(2n) .card1__box-info {
    text-align: end;
}
.main-sec2__decor {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--colir-background-body);
    width: 160px;
    min-width: 160px;
    height: 160px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%}
.main-sec2__decor a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 133px;
    min-width: 133px;
    height: 133px;
    border: 2px solid var(--colir-background-body);
    border-radius: 100%;
    background-color: var(--akcent);
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}
.main-sec2__decor a img {
    margin-left: 10px;
}
.main-sec2__decor a:focus, .main-sec2__decor a:focus-visible {
    outline: 0;
}
.main-sec2__decor a:active, .main-sec2__decor a:focus-visible, .main-sec2__decor a:hover {
    border-color: var(--akcent);
}
.btn1 {
    pointer-events: auto;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--knopka);
}
.btn1__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn1__link:focus, .btn1__link:focus-visible {
    outline: 0;
}
.btn1__link:active .btn1__text, .btn1__link:focus-visible .btn1__text, .btn1__link:hover .btn1__text {
    background-color: var(--akcent);
}
.btn1__link:active .btn1__box-svg, .btn1__link:focus-visible .btn1__box-svg, .btn1__link:hover .btn1__box-svg {
    background-color: var(--color-btn-gray2);
}
.btn1__text {
    padding: 10px 15px;
    background-color: var(--color-btn-gray2);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    -webkit-transition: color .4s ease-in-out, background-color .4s ease-in-out;
    transition: color .4s ease-in-out, background-color .4s ease-in-out;
    color: var(--color-text-white);
}
.btn1__box-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 12px;
    color: var(--color-text-white);
    background-color: var(--color-text-black);
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.main-sec1 {
    position: relative;
    padding: 0;
}
.main-sec1__container {
    pointer-events: none;
    position: relative;
    z-index: 1;
}
.main-sec1__content {
    position: relative;
    padding: 80px 0 80px 0;
    max-width: 600px;
}
.main-sec1__title {
    max-width: 600px;
    margin-bottom: 70px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: var(--color-text-white);
}
.main-sec1__marker {
    position: absolute;
    right: 20%;
    top: 45%}
.main-sec1__swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.main-sec1__swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.main-sec1__swiper-slide .slide-hero-video {
    display: none;
}
.main-sec1__swiper-slide.video .slide-hero {
    display: none;
}
.main-sec1__swiper-slide.video .slide-hero-video {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-sec1__swiper-slide.video .slide-hero-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.main-sec1__swiper-slide-2 {
    height: auto;
    margin: auto;
}
.main-sec1__swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.main-sec1__swiper-pagination .swiper-pagination-bullet {
    border-radius: 100%;
    width: 16px;
    height: 16px;
    opacity: .5;
    margin: 6px!important;
    -webkit-transition: border .4s ease-in-out;
    transition: border .4s ease-in-out;
    opacity: 1;
    background-color: var(--color-text-white);
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.main-sec1__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-text-black);
}
.marker {
    position: relative;
    pointer-events: auto;
    max-width: 508px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px;
    border: 1px solid var(--akcent);
    border-radius: 30px 30px 0 30px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, .83);
}
.marker__box-img {
    width: 30%}
.marker__box-info {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.marker__link {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: var(--akcent);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.marker__link:focus, .marker__link:focus-visible {
    outline: 0;
}
.marker__link:active, .marker__link:focus-visible, .marker__link:hover {
    color: var(--color-btn-gray2);
}
.marker__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
}
.marker__group p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.marker__group p span {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 87%;
    color: var(--akcent);
}
.marker__group p span.price-old {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 117%;
    text-decoration: line-through;
    color: var(--color-text-gray);
}
.marker__box-line {
    position: absolute;
    right: -110px;
    bottom: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.marker__box-line::after {
    position: absolute;
    bottom: 5px;
    left: 5px;
    content: "";
    width: 23px;
    height: 23px;
    border: 1px solid var(--color-text-black);
    background-color: transparent;
    border-radius: 100%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.marker__box-line::before {
    position: absolute;
    bottom: 2px;
    left: 2px;
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--color-text-black);
    border-radius: 100%}
.slide-hero {
    position: relative;
    z-index: 1;
    height: 100%;
    background-color: var(--color-text-gray);
}
.slide-hero img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slide-hero picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.switcher__wrapp {
    position: relative;
    background-color: transparent;
    width: 100%;
    padding: 2px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    border: none;
}
.switcher__legend {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.switcher__radio {
    position: relative;
    cursor: pointer;
    z-index: 1;
    -webkit-animation: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    width: 18px;
    min-width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
}
.switcher__radio:focus, .switcher__radio:focus-visible {
    outline: 0;
}
.switcher__radio.dark:checked {
    background-image: url(../img/header/swicher/dark.svg);
    background-position: center right 2px;
}
.switcher__radio.light:checked {
    background-image: url(../img/header/swicher/sun.svg);
    background-position: center;
}
.switcher__status {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: var(--color-switcher);
    border-radius: 57px;
    background-image: url(../img/header/swicher/status.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    -webkit-transition: background-position .2s ease-in-out;
    transition: background-position .2s ease-in-out;
}
.switcher__radio.dark:checked~.switcher__status {
    background-position: center right 2px;
}
.switcher__radio.light:checked~.switcher__status {
    background-position: center left 2px;
}
.box-swiper1__btn-swiper-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 5px;
}
.box-swiper1__swiper-button:first-child svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.box-swiper1__swiper-button {
    width: 43px;
    min-width: 43px;
    height: 43px;
    border-radius: 10px;
    background-color: var(--akcent);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--color-text-white);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color .4s ease-in-out, opacity .4s ease-in-out, background-color .4s ease-in-out;
    transition: color .4s ease-in-out, opacity .4s ease-in-out, background-color .4s ease-in-out;
}
.box-swiper1__swiper-button.swiper-button-disabled {
    pointer-events: none;
    opacity: .5;
}
.box-swiper1__swiper-button:focus, .box-swiper1__swiper-button:focus-visible {
    outline: 0;
}
.box-swiper1__swiper-button:active, .box-swiper1__swiper-button:focus-visible, .box-swiper1__swiper-button:hover {
    background-color: var(--color-btn-gray2);
}
.box-swiper1__box-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.checkbox1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkbox1__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.checkbox1__input {
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1;
    opacity: 0;
}
.checkbox1__input:checked~.checkbox1__box {
    border-color: var(--color-btn-gray2);
}
.checkbox1__input:checked~.checkbox1__box svg {
    opacity: 1;
}
.checkbox1__box {
    border-radius: 3px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: 1px solid var(--akcent);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}
.checkbox1__box svg {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.checkbox1__box svg path {
    stroke: #000!important;
}
.checkbox1__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: var(--akcent);
}
.path {
    padding: 30px 0;
    background-color: var(--fon);
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.path__list {
    white-space: nowrap;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.path__list::-webkit-scrollbar {
    display: none;
}
.path__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.path__list a, .path__list span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-text-path);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.path__list a:focus, .path__list a:focus-visible {
    outline: 0;
}
.path__list a:active, .path__list a:focus-visible, .path__list a:hover {
    color: var(--color-text-black);
}
.path__list a:active span, .path__list a:focus-visible span, .path__list a:hover span {
    color: var(--color-text-black);
}
.path__list span {
    pointer-events: none;
}
.about-us-sec1__title {
    margin-bottom: 32px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 72px;
    line-height: 108%;
    text-transform: uppercase;
    color: var(--akcent);
}
.about-us-sec1__title span {
    color: var(--border);
}
.about-us-sec1__box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9.9236641221%;
    margin-bottom: 120px;
}
.about-us-sec1__image {
    border-radius: 20px;
    width: 40.8396946565%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about-us-sec1__image.details-company {
    width: 32.3664122137%}
.about-us-sec1__image img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about-us-sec1__image picture {
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about-us-sec1__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--color-text-black);
}
.about-us-sec1__content p.bold {
    font-weight: 600;
}
.about-us-sec1__caption {
    max-width: 710px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 108%;
    text-transform: uppercase;
    color: var(--color-text-black);
    margin-bottom: 75px;
}
.about-us-sec1__features {
    margin-bottom: 120px;
}
.about-us-sec1__features-list {
    padding-top: 30px;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
}
.about-us-sec1__features-list li:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}
.about-us-sec1__list-desc {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.about-us-sec1__list-desc p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: var(--color-text-black);
}
.about-us-sec1__new-box {
    margin-bottom: 20px;
}
.about-us-sec1__group-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.about-us-sec1__link {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 30px;
    gap: 30px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: var(--color-text-black);
    border: 1px solid var(--knopka);
    -webkit-transition: background-color .4s ease-in-out, color .4s ease-in-out;
    transition: background-color .4s ease-in-out, color .4s ease-in-out;
}
.about-us-sec1__link span, .about-us-sec1__link svg {
    pointer-events: none;
}
.about-us-sec1__link .svg-box {
    border-radius: 0 10px 10px 0;
    padding: 9px;
    background-color: var(--akcent);
}
.about-us-sec1__link:focus, .about-us-sec1__link:focus-visible {
    outline: 0;
}
.about-us-sec1__link:active, .about-us-sec1__link:focus-visible, .about-us-sec1__link:hover {
    background-color: rgba(0, 0, 0, .05);
}
.about-us-sec1__bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-us-sec1__table-wrapp {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.about-us-sec1__table-wrapp .product-card-sec1__table {
    margin-bottom: 32px;
    padding: 30px;
    gap: 14px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, .05);
}
.about-us-sec1__table-wrapp .product-card-sec1__table-row {
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.about-us-sec1__table-wrapp .product-card-sec1__table-row p:first-child {
    max-width: 40%;
    font-size: 18px;
    font-weight: 600;
    color: var(--border);
}
.about-us-sec1__table-wrapp .product-card-sec1__table-row p:last-child {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    font-size: 18px;
    text-align: end;
}
.about-us-sec1__table-wrapp .product-card-sec1__table-row:last-child {
    padding: 0;
    border: none;
}
.about-us-sec1__table-wrapp .product-card-sec1__table-row {
    padding-bottom: 14px;
    border-color: rgba(0, 0, 0, .2);
}
.card5 {
    position: relative;
    border-radius: 20px;
    padding: 60px 30px 30px;
    background-color: rgba(0, 0, 0, .05);
    min-height: 270px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card5-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    gap: 11px;
}
.card5__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 25px;
    width: 70px;
    min-width: 70px;
    height: 70px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: var(--color-text-white);
    border-radius: 100%}
.card5__img span {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card5__title {
    max-width: 210px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--color-text-black);
}
.card5__desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: var(--color-text-black);
}
.card5__last-img {
    border-radius: 20px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .05);
}
.card5__last-img picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card5__last-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.catalog-sec1__main-title-box {
    position: relative;
}
.catalog-sec1__top-line {
    margin-bottom: 10px;
}
.catalog-sec1__top-line .btn2__text {
    white-space: nowrap;
}
.catalog-sec1__top-line-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.catalog-sec1__top-line-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog-sec1__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.catalog-sec1__content.favorite_list {
    display: block;
}
.catalog-sec1__content.favorite_list .catalog-sec1__products-list {
    -webkit-column-gap: 1.5267175573%;
    -moz-column-gap: 1.5267175573%;
    column-gap: 1.5267175573%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.catalog-sec1__content.favorite_list .catalog-sec1__products-list li {
    width: 23.6641221374%}
.catalog-sec1__aside {
    width: 23.6641221374%}
.catalog-sec1__title-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog-sec1__title-btn {
    display: none;
}
.catalog-sec1__title {
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 25px;
    line-height: 200%;
    text-transform: uppercase;
    color: var(--akcent);
}
.catalog-sec1__products {
    width: 74.8091603053%}
.catalog-sec1__products font.notetext {
    color: var(--color-text-black);
}
.catalog-sec1__products-list {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 2.0408163265%;
    -moz-column-gap: 2.0408163265%;
    column-gap: 2.0408163265%;
    row-gap: 60px;
}
.catalog-sec1__products-list li {
    width: 31.9387755102%}
.catalog-sec1__bottom-line {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.catalog-sec1__bottom-line .btn3__btn {
    cursor: pointer;
    min-height: 43px;
    min-width: 218px;
}
.catalog-sec1__list-catalog {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.catalog-sec1__list-catalog .card1__box-info {
    min-width: auto;
}
.catalog-sec1__list-catalog li {
    border-radius: 20px;
    overflow: hidden;
    outline: 5px solid transparent;
    position: relative;
    -webkit-transition: outline .4s ease-in-out;
    transition: outline .4s ease-in-out;
}
.catalog-sec1__list-catalog li:hover {
    outline-color: var(--color-text-black);
}
.catalog-sec1__list-catalog li .card1 {
    padding: 100px 10px 10px;
}
.catalog-sec1__list-catalog li .card1__box-info {
    padding: 15px 10px 10px;
}
.catalog-sec1__list-catalog li .card1__title {
    margin-bottom: 10px;
    font-size: 20px;
}
.catalog-sec1__list-catalog li .btn1__text {
    padding: 5px 15px;
    font-size: 10px;
}
.catalog-sec1__list-catalog li .btn1__box-svg {
    padding: 0 6px;
}
.catalog-sec1__list-catalog li .btn1__box-svg svg {
    width: 11px;
    height: 10px;
}
.filters__main-list {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.filters__main-item p {
    margin-bottom: 16px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    color: var(--akcent);
}
.filters__main-item button {
    padding: 10px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    color: var(--color-text-black);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.filters__main-item button:focus, .filters__main-item button:focus-visible {
    outline: 0;
}
.filters__main-item button:active, .filters__main-item button:focus-visible, .filters__main-item button:hover {
    color: var(--knopka);
}
.filters__main-item button svg {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.filters__main-item button.static {
    pointer-events: none;
}
.filters__main-item button.static+ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.filters__main-item button.static svg {
    display: none;
}
.filters__main-item button.active+ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.filters__main-item button.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filters__main-item ul {
    padding-top: 10px;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}
.filters .smart-filter-parameters-box-title {
    display: none;
}
.filters .d-flex.justify-content-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}
.filters .smart-filter-block input {
    background-color: transparent;
    border: none;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: var(--color-text-black);
}
.filters .smart-filter-block input:focus, .filters .smart-filter-block input:focus-visible {
    outline: 0;
}
.filters .smart-filter-slider-ruler span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 11px;
    color: var(--color-text-black);
}
.filters .smart-filter-slider-handle {
    background-color: var(--color-btn-gray2);
    border-top: 11px solid transparent;
}
.filters .smart-filter-slider-handle.left {
    border-radius: 10px 0 10px 10px;
    margin-left: -7px;
}
.filters .smart-filter-slider-handle.right {
    margin-right: -7px;
    border-radius: 0 10px 10px 10px;
}
.checkbox2 {
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.checkbox2:focus, .checkbox2:focus-visible {
    outline: 0;
}
.checkbox2:active span, .checkbox2:focus-visible span, .checkbox2:hover span {
    color: var(--color-text-white);
    background-color: var(--color-text-black);
}
.checkbox2.disabled {
    pointer-events: none;
    opacity: .5;
}
.checkbox2__input {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    opacity: 0;
}
.checkbox2__input:checked+span {
    color: var(--color-text-white);
    background-color: var(--color-text-black);
}
.checkbox2 span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: var(--color-text-white);
    background-color: var(--knopka);
    -webkit-transition: color .4s ease-in-out, background-color .4s ease-in-out;
    transition: color .4s ease-in-out, background-color .4s ease-in-out;
}
.drop-down1 {
    margin-bottom: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 8px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: var(--knopka);
}
.drop-down1__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: var(--color-text-black);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.drop-down1__btn.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.drop-down1__btn svg {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.drop-down1__btn:focus, .drop-down1__btn:focus-visible {
    outline: 0;
}
.drop-down1__btn:active, .drop-down1__btn:focus-visible, .drop-down1__btn:hover {
    color: var(--knopka);
}
.drop-down1__list {
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: calc(100% + 8px);
    z-index: 0;
    background-color: var(--color-btn-gray);
    opacity: 0;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .5), 0 1px 2px rgba(255, 255, 255, .1) inset;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .5), 0 1px 2px rgba(255, 255, 255, .1) inset;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-in-out, visibility .4s ease-in-out, z-index .4s ease-in-out;
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out, z-index .4s ease-in-out;
}
.drop-down1__list.active {
    z-index: 3;
    opacity: 1;
    visibility: visible;
}
.drop-down1__list li {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 14px 30px;
    -webkit-transition: color .4s ease-in-out, background-color .4s ease-in-out;
    transition: color .4s ease-in-out, background-color .4s ease-in-out;
}
.drop-down1__list li:active, .drop-down1__list li:hover {
    color: var(--color-text-white);
    background-color: var(--knopka);
}
.drop-down1__list li.active {
    pointer-events: none;
    color: var(--color-text-white);
    background-color: var(--knopka);
}
.btn4 {
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: var(--color-text-white);
    background-color: var(--color-text-black);
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.btn4:focus, .btn4:focus-visible {
    outline: 0;
}
.btn4:active, .btn4:focus-visible, .btn4:hover {
    background-color: var(--color-text-path);
}
.list-pages {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.list-pages a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    -webkit-transition: color .4s ease-in-out, background-color .4s ease-in-out;
    transition: color .4s ease-in-out, background-color .4s ease-in-out;
}
.list-pages a:focus, .list-pages a:focus-visible {
    outline: 0;
}
.list-pages a:active, .list-pages a:focus-visible, .list-pages a:hover {
    color: var(--color-text-white);
    background-color: var(--color-text-black);
}
.list-pages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.list-pages__list a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: .01em;
    text-align: center;
    color: var(--color-text-black);
}
.list-pages__list a.active {
    pointer-events: none;
    color: var(--color-text-white);
    background-color: var(--color-text-black);
}
.list-pages__btn1.left, .list-pages__btn2.left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.list-pages__btn1, .list-pages__btn2 {
    color: var(--akcent);
}
.list-pages__btn1.disabled, .list-pages__btn2.disabled {
    opacity: .5;
    pointer-events: none;
}
.product-card-sec1__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(20px, 2vw, 55px);
    margin-bottom: 70px;
}
.product-card-sec1__box-left {
    width: 38.1679389313%}
.product-card-sec1__box-right {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.product-card-sec1__swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 80px;
    height: auto;
}
.product-card-sec1__swiper-slide.swiper-slide-6 {
    position: relative;
}
.product-card-sec1__swiper-slide.swiper-slide-6::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: transparent;
}
.product-card-sec1__swiper-slide.swiper-slide-6.swiper-slide-thumb-active::before {
    background-color: var(--akcent);
}
.product-card-sec1__swiper-slide.swiper-slide-5 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%}
.product-card-sec1__swiper-slide.swiper-slide-6 {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.product-card-sec1__swiper-slide.swiper-slide-6 picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-card-sec1__swiper-slide.swiper-slide-6 img {
    max-height: 80px;
}
.product-card-sec1__box-img {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border1);
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-card-sec1__box-img::before {
    content: "";
    display: block;
    padding-top: 100%}
.product-card-sec1__box-img picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-card-sec1__box-img img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 498px;
}
.product-card-sec1__box-swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.product-card-sec1__button-next, .product-card-sec1__button-prev {
    border: 1px solid #c5c5c5;
    border-radius: 10px;
    min-width: 20px;
    color: var(--akcent);
    background-color: var(--color-background-card);
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.product-card-sec1__button-next:focus, .product-card-sec1__button-next:focus-visible, .product-card-sec1__button-prev:focus, .product-card-sec1__button-prev:focus-visible {
    outline: 0;
}
.product-card-sec1__button-next:active, .product-card-sec1__button-next:focus-visible, .product-card-sec1__button-next:hover, .product-card-sec1__button-prev:active, .product-card-sec1__button-prev:focus-visible, .product-card-sec1__button-prev:hover {
    opacity: .7;
}
.product-card-sec1__button-next.swiper-button-disabled, .product-card-sec1__button-prev.swiper-button-disabled {
    pointer-events: none;
    opacity: .35;
}
.product-card-sec1__title {
    margin-bottom: 30px;
    margin-right: 110px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 26px;
    line-height: 117%;
    color: var(--gradient);
}
.product-card-sec1__group-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.product-card-sec1__hidden-swiper-mobil {
    display: none;
}
.product-card-sec1__btn {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-text-gray);
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 100%;
    border: 1px solid var(--color-text-gray);
    -webkit-transition: color .4s ease-in-out, border-color .4s ease-in-out;
    transition: color .4s ease-in-out, border-color .4s ease-in-out;
}
.product-card-sec1__btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-card-sec1__btn:focus, .product-card-sec1__btn:focus-visible {
    outline: 0;
}
.product-card-sec1__btn:active, .product-card-sec1__btn:focus-visible, .product-card-sec1__btn:hover {
    color: var(--akcent);
    border-color: var(--akcent);
}
.product-card-sec1__btn.active {
    color: var(--akcent);
    border-color: var(--akcent);
}
.product-card-sec1__btn input[type=checkbox]:checked+span {
    color: var(--akcent);
}
.product-card-sec1__btn:has(input[type=checkbox]:checked) {
    border-color: var(--akcent);
}
.product-card-sec1__box-btn-decs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 45px;
}
.product-card-sec1__box-btn-decs p {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 10px;
}
.product-card-sec1__box-btn-decs p span.price_current {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -.05em;
    color: var(--p-text);
}
.product-card-sec1__box-btn-decs p span {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -.05em;
    color: var(--p-text);
}
.product-card-sec1__box-btn-decs p span.price_old {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -.02em;
    text-decoration: line-through;
    color: var(--color-text-gray);
}
.product-card-sec1__box-btn-decs .btn3 {
    height: auto;
}
.product-card-sec1__box-btn-decs .btn3__btn {
    min-height: 35px;
    max-height: 100%;
}
.product-card-sec1__box-btn-decs .btn5 {
    width: 235px;
}
.product-card-sec1__equipment {
    margin-bottom: 30px;
}
.product-card-sec1__equipment-desc {
    margin-bottom: 15px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--color-text-black);
}
.product-card-sec1__equipment-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(5px, 2vw, 17px);
}
.product-card-sec1__equipment-list li.selected button {
    background-color: var(--knopka);
}
.product-card-sec1__new-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.product-card-sec1__new-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-card-sec1__new-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-card-sec1__box-characteristic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.product-card-sec1__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
}
.product-card-sec1__table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
    border-radius: 7px;
    padding: 4px 10px 4px 10px;
}
.product-card-sec1__table-row p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.product-card-sec1__table-row p:first-child {
    max-width: 30%;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: var(--color-text-black);
}
.product-card-sec1__table-row p:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: var(--color-text-black);
}
.product-card-sec1__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1px;
}
.product-card-sec1__list-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1px;
}
.product-card-sec1__item-tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.product-card-sec1__detailed-info {
    padding: 36px;
    background-color: var(--fon2);
    border-radius: 0 0 20px 20px;
}
.product-card-sec1__box-content {
    display: none;
}
.product-card-sec1__box-content.active {
    display: block;
}
.product-card-sec1__box-content p {
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: var(--color-text-black);
}
.product-card-sec1__box-content p span {
    color: var(--color-text-black)!important;
}
.product-card-sec1__box-content div {
    color: var(--color-text-black);
}
.product-card-sec1__box-content p:last-child {
    margin-bottom: 0;
}
.product-card-sec1__box-content .product-card-sec1__box-characteristic p {
    margin-bottom: 0;
}
.product-card-sec1__box-content ul li {
    color: var(--color-text-black)!important;
}
.product-card-sec1__box-content ul li span {
    color: var(--color-text-black)!important;
}
.product-card-sec1__box-content ul li:nth-child(odd) {
    background-color: var(--header-top);
}
.product-card-sec1__box-content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
}
.product-card-sec1__box-content-list li {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-card-sec1__box-content-list li img, .product-card-sec1__box-content-list li video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-card-sec1__box-content-list li iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%}
.product-card-sec1__box-content-list li::before {
    content: "";
    display: block;
    padding-top: 50%}
.product-card-sec1__box-content-img {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-card-sec1__box-content-img::before {
    content: "";
    display: block;
    padding-top: 50%}
.product-card-sec1__box-content-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-card-sec1__btn-fasteners {
    border-radius: 10px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: var(--color-text-white);
    background-color: var(--akcent);
    -webkit-transition: color .4s ease-in-out, background-color .4s ease-in-out;
    transition: color .4s ease-in-out, background-color .4s ease-in-out;
}
.product-card-sec1__btn-fasteners:focus, .product-card-sec1__btn-fasteners:focus-visible {
    outline: 0;
}
.product-card-sec1__btn-fasteners:active, .product-card-sec1__btn-fasteners:focus-visible, .product-card-sec1__btn-fasteners:hover {
    background-color: var(--knopka);
}
.swiper-5 {
    margin-bottom: 20px;
}
.btn5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    white-space: nowrap;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: var(--color-text-white);
    background-color: var(--knopka);
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.btn5:focus, .btn5:focus-visible {
    outline: 0;
}
.btn5:active, .btn5:focus-visible, .btn5:hover {
    background-color: var(--akcent);
}
.btn-equipment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.btn-equipment:focus, .btn-equipment:focus-visible {
    outline: 0;
}
.btn-equipment:active .btn-equipment__box-img, .btn-equipment:focus-visible .btn-equipment__box-img, .btn-equipment:hover .btn-equipment__box-img {
    border-color: var(--color-text-gray);
}
.btn-equipment__box-img {
    border-radius: 10px;
    position: relative;
    width: 88px;
    min-width: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
    border: 1px solid var(--border2);
}
.btn-equipment__box-img::before {
    content: "";
    display: block;
    padding-top: 100%}
.btn-equipment__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--color-text-black);
}
.drop-down2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.drop-down2 .drop-down1__btn {
    padding: 12px 15px;
    gap: clamp(10px, 2vw, 30px);
    border: 1px solid var(--color-background-card);
}
.drop-down2 .drop-down1__btn span {
    opacity: .8;
}
.drop-down2 .drop-down1__btn svg {
    color: var(--color-background-yellow);
}
.btn6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
    padding: 30px;
    background-color: var(--fon2);
    border-bottom: 1px solid var(--border1);
    white-space: nowrap;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .03em;
    text-align: center;
    color: var(--color-text-black);
    -webkit-transition: color .4s ease-in-out, background-color .4s ease-in-out;
    transition: color .4s ease-in-out, background-color .4s ease-in-out;
}
.btn6:focus, .btn6:focus-visible {
    outline: 0;
}
.btn6:active, .btn6:focus-visible, .btn6:hover {
    color: var(--color-text-white);
    background-color: var(--color-text-black);
}
.btn6.active {
    color: var(--color-text-white);
    background-color: var(--color-text-black);
}
.btn7 {
    padding: 17px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 290px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: var(--color-text-white);
    background-color: var(--akcent);
    -webkit-transition: color .4s ease-in-out, background-color .4s ease-in-out;
    transition: color .4s ease-in-out, background-color .4s ease-in-out;
}
.btn7:focus, .btn7:focus-visible {
    outline: 0;
}
.btn7:active, .btn7:focus-visible, .btn7:hover {
    color: var(--color-text-white);
    background-color: var(--color-text-path);
}
.btn7-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.drop-down-catalog {
    position: absolute;
    z-index: 10;
    width: 100%;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    visibility: hidden;
    background-color: var(--drop-down-catalog);
    max-height: 100vh;
    overflow: auto;
}
.drop-down-catalog.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
}
.drop-down-catalog__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
}
.drop-down-catalog__menu {
    padding-top: 30px;
    padding-bottom: 60px;
    width: 520px;
    min-width: 520px;
    background-color: var(--color-background-path);
}
.drop-down-catalog__main-content {
    background-color: var(--color-background-menu1);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.drop-down-catalog__content-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.drop-down-catalog__content-wrapp.default {
    padding: 39px 0 39px 39px;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.drop-down-catalog__content-wrapp.default .drop-down-catalog__content-box:hover {
    background-color: transparent;
    border-color: transparent;
}
.drop-down-catalog__content-wrapp-2.active {
    overflow: auto;
    width: 100%}
.drop-down-catalog__content-wrapp-2.active::-webkit-scrollbar {
    height: 7px;
}
.drop-down-catalog__content-wrapp-2.active::-webkit-scrollbar-track {
    border-radius: 100px;
    background-color: var(--color-background-card);
}
.drop-down-catalog__content-wrapp-2.active::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: var(--color-text-gray);
}
.drop-down-catalog__content-level-1 {
    padding-top: 30px;
    padding-bottom: 60px;
    max-width: 245px;
    background-color: var(--color-background-menu1);
}
.drop-down-catalog__content-box {
    border-radius: 0 10px 10px 0;
    -webkit-transition: background-color .4s ease-in-out, border-color .4s ease-in-out;
    transition: background-color .4s ease-in-out, border-color .4s ease-in-out;
}
.drop-down-catalog__content-box:hover {
    background-color: var(--hovered);
}
.drop-down-catalog__content-box.hovered-2 {
    border-radius: 0 10px 10px 0;
    background-color: var(--hovered);
}
.drop-down-catalog__content-level-2 {
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 30px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: var(--color-background-menu2);
}
.drop-down-catalog__content-level-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    max-height: calc(16.5em + 100px);
}
.drop-down-catalog__content-level-2 ul li {
    width: 100%;
    max-width: 150px;
}
.drop-down-catalog__content-level-2 ul li a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: var(--color-text-card-desc);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.drop-down-catalog__content-level-2 ul li a:focus, .drop-down-catalog__content-level-2 ul li a:focus-visible {
    outline: 0;
}
.drop-down-catalog__content-level-2 ul li a:active, .drop-down-catalog__content-level-2 ul li a:focus-visible, .drop-down-catalog__content-level-2 ul li a:hover {
    color: var(--color-text-white);
}
.drop-down-catalog__btn-2 {
    display: inline-block;
    text-align: start;
    width: 100%;
    padding: 12px 12px 12px 34px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    color: var(--color-text-white);
}
.drop-down-catalog__btn-2 span {
    padding-top: 5px;
    display: block;
    font-size: 12px;
    color: var(--color-text-card-desc);
}
.drop-down-catalog__btn-2:focus, .drop-down-catalog__btn-2:focus-visible {
    outline: 0;
}
.drop-down-catalog__btn-2:active, .drop-down-catalog__btn-2:focus-visible, .drop-down-catalog__btn-2:hover {
    background-color: var(--hovered);
}
.drop-down-catalog__content-2 {
    display: none;
}
.drop-down-catalog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.drop-down-catalog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 315px;
    border-radius: 0 10px 10px 0;
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.drop-down-catalog__item.hovered {
    background-color: var(--hovered);
}
.drop-down-catalog__btn {
    padding: 9px 7px 9px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
}
.drop-down-catalog__btn:focus, .drop-down-catalog__btn:focus-visible {
    outline: 0;
}
.drop-down-catalog__btn:active span, .drop-down-catalog__btn:focus-visible span, .drop-down-catalog__btn:hover span {
    color: var(--color-text-gray);
}
.drop-down-catalog__btn span {
    text-align: start;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--color-text-white);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.drop-down-catalog .card1 {
    position: relative;
    padding: 42px 5px 5px;
    min-width: 193px;
    outline: 3px solid transparent;
    -webkit-transition: outline-color .4s ease-in-out;
    transition: outline-color .4s ease-in-out;
}
.drop-down-catalog .card1:hover {
    outline-color: var(--color-text-black);
}
.drop-down-catalog .card1__box-info {
    min-width: auto;
    padding: 6px 4px 3px 6px;
}
.drop-down-catalog .card1__title {
    margin-bottom: 8px;
    font-size: 13px;
}
.drop-down-catalog .btn1__text {
    padding: 4px 10px;
    font-size: 8px;
}
.drop-down-catalog .btn1__box-svg {
    padding: 0 6px;
}
.drop-down-catalog .btn1__box-svg svg {
    width: 8px;
    height: 7px;
}
.drop-down-catalog__content {
    display: none;
}
@-moz-document url-prefix() {
    .drop-down-catalog__content-wrapp-2.active {
        scrollbar-width: thin;
        scrollbar-color: var(--color-text-gray) var(--color-background-card);
    }
}.basket-sec1__top {
     border-radius: 20px;
     padding: 33px 38px 33px 33px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     gap: 15px;
     margin-bottom: 15px;
     background-color: var(--color-background-card);
 }
.basket-sec1__left p {
    margin-bottom: 24px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .03em;
    color: var(--color-text-black);
}
.basket-sec1__left .search {
    border-radius: 10px;
}
.basket-sec1__left .search__input {
    width: 100%}
.basket-sec1__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: clamp(5px, 2vw, 30px);
}
.basket-sec1__right .btn7 {
    min-width: 210px;
}
.basket-sec1__desc {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    letter-spacing: .03em;
    color: var(--color-text-black);
}
.basket-sec1__price-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: clamp(5px, 2vw, 30px);
}
.basket-sec1__price {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 48px;
    letter-spacing: .03em;
    color: var(--color-text-black);
}
.box-orders__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    max-height: 611px;
    overflow-y: auto;
}
.box-orders__list::-webkit-scrollbar {
    width: 7px;
}
.box-orders__list::-webkit-scrollbar-track {
    border-radius: 100px;
    background-color: var(--color-background-card);
}
.box-orders__list::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: var(--color-text-black);
}
.box-orders__item {
    position: relative;
    padding-right: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.box-orders__btn-close {
    position: absolute;
    width: 24px;
    min-width: 24px;
    height: 24px;
    padding: 5px;
    top: 10px;
    right: 48px;
    z-index: 3;
}
.box-orders__btn-close:focus, .box-orders__btn-close:focus-visible {
    outline: 0;
}
.box-orders__btn-close:active span, .box-orders__btn-close:focus-visible span, .box-orders__btn-close:hover span {
    background-color: var(--color-text-gray);
}
.box-orders__btn-close span {
    position: absolute;
    top: 50%;
    left: 3px;
    display: inline-block;
    width: 70%;
    height: 2px;
    background-color: var(--color-text-black);
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.box-orders__btn-close span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.box-orders__btn-close span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.box-orders__img {
    border-radius: 10px;
    border: 1px solid var(--border1);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 13.90625%;
    background-color: var(--color-background-card);
}
.box-orders__img::before {
    content: "";
    display: block;
    padding-top: 80%}
.box-orders__img img {
    max-height: 130px;
}
.box-orders__info {
    border-radius: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: clamp(50px, 2vw, 270px);
    padding: 30px;
    background-color: var(--color-background-card);
}
.box-orders__desc-name {
    max-width: 600px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 159%;
    color: var(--color-text-black);
}
.box-orders__info-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
.box-orders__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.box-orders__price span:first-child {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -.05em;
    color: var(--color-text-black);
}
.box-orders__price .box-orders__price-old {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    text-decoration: line-through;
    letter-spacing: -.05em;
    color: var(--color-text-gray);
}
.box-orders__price span:last-child {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    color: var(--color-text-gray);
}
.box-orders.current-orders .box-orders__list {
    max-height: 300px;
}
.box-orders.current-orders .box-orders__price span:last-child {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -.05em;
    color: var(--color-text-black);
}
@-moz-document url-prefix() {
    .box-orders__list {
        scrollbar-width: thin;
        scrollbar-color: var(--color-text-black) var(--color-background-card);
    }
}.personal-account__content h3, .personal-account__content h4 {
     color: var(--color-text-black);
 }
.personal-account__content .col {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.personal-account__content .col a {
    color: var(--color-text-black);
    text-decoration: underline;
}
.personal-account__content .col a:focus, .personal-account__content .col a:focus-visible {
    outline: 0;
}
.personal-account__content .col a:active, .personal-account__content .col a:focus-visible, .personal-account__content .col a:hover {
    color: var(--color-text-gray);
}
.personal-account__content .sale-profile-detail-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 500px;
    margin: auto;
}
.personal-account__content .sale-profile-detail-form .bx-sls .bx-ui-sls-fake, .personal-account__content .sale-profile-detail-form .bx-sls .bx-ui-sls-route {
    color: var(--color-text-black)!important;
}
.personal-account__content .sale-profile-detail-form .row.mb-3.mt-5 .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.personal-account__content .sale-profile-detail-form .row.mb-3.mt-5 .col input {
    border: none;
    cursor: pointer;
    border-radius: 20px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: var(--color-text-white);
    background-color: var(--color-text-black);
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.personal-account__content .sale-profile-detail-form .row.mb-3.mt-5 .col input:focus, .personal-account__content .sale-profile-detail-form .row.mb-3.mt-5 .col input:focus-visible {
    outline: 0;
}
.personal-account__content .sale-profile-detail-form .row.mb-3.mt-5 .col input:active, .personal-account__content .sale-profile-detail-form .row.mb-3.mt-5 .col input:focus-visible, .personal-account__content .sale-profile-detail-form .row.mb-3.mt-5 .col input:hover {
    background-color: var(--color-text-gray);
}
.personal-account__content .sale-profile-detail-form .form-group {
    margin-bottom: 25px;
}
.personal-account__content .sale-profile-detail-form .form-group .col-form-label {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--color-text-black);
}
.personal-account__content .sale-profile-detail-form .form-group input, .personal-account__content .sale-profile-detail-form .form-group textarea {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid var(--colir-background-body);
    background-color: var(--color-background-card);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-text-black);
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}
.personal-account__content .sale-profile-detail-form .form-group input:focus, .personal-account__content .sale-profile-detail-form .form-group input:focus-visible, .personal-account__content .sale-profile-detail-form .form-group textarea:focus, .personal-account__content .sale-profile-detail-form .form-group textarea:focus-visible {
    outline: 0;
}
.personal-account__content .sale-profile-detail-form .form-group input:focus-visible, .personal-account__content .sale-profile-detail-form .form-group textarea:focus-visible {
    border-color: var(--color-background-card);
}
.personal-account__content .sale-profile-detail-form .form-group textarea {
    resize: none;
}
.personal-account__content .sale-profile-detail-form .form-group .dropdown-block.bx-ui-sls-input-block {
    border-radius: 10px;
    border: 1px solid var(--colir-background-body);
    background-color: var(--color-background-card);
}
.personal-account__content .sale-profile-detail-form .bx-sls .dropdown-fade2white {
    background: 0 0;
}
.personal-account__content .table-responsive {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
}
.personal-account__content .table-responsive::-webkit-scrollbar {
    height: 7px;
}
.personal-account__content .table-responsive::-webkit-scrollbar-track {
    border-radius: 100px;
    background-color: var(--color-background-card);
}
.personal-account__content .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: var(--color-text-gray);
}
.personal-account__content .table-responsive .table {
    width: 100%}
.personal-account__content .table-responsive .table tr {
    color: var(--p-text);
}
.personal-account__content .table-responsive .table tr td, .personal-account__content .table-responsive .table tr th {
    white-space: nowrap;
    padding: 10px 10px;
}
.personal-account__content .table-responsive .table tr td {
    text-align: center;
}
.personal-account__content .table-responsive .table .text-right a:first-child {
    text-decoration: underline;
}
.personal-account__content .table-responsive .table .text-right a:first-child:focus, .personal-account__content .table-responsive .table .text-right a:first-child:focus-visible {
    outline: 0;
}
.personal-account__content .table-responsive .table .text-right a:first-child:active, .personal-account__content .table-responsive .table .text-right a:first-child:focus-visible, .personal-account__content .table-responsive .table .text-right a:first-child:hover {
    color: var(--color-text-gray);
}
.personal-account__content .mr-4 {
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: var(--color-text-black);
    background-color: var(--color-background-yellow);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.personal-account__content .mr-4:focus, .personal-account__content .mr-4:focus-visible {
    outline: 0;
}
.personal-account__content .mr-4:active, .personal-account__content .mr-4:focus-visible, .personal-account__content .mr-4:hover {
    color: var(--color-text-white);
}
.personal-account__list-points {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
.personal-account__list-points li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.personal-account__list-points li a {
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    padding: 40px;
    background-color: var(--color-background-card);
    border: 1px solid var(--color-background-card);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 60%;
    text-transform: uppercase;
    color: var(--color-text-black);
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}
.personal-account__list-points li a:focus, .personal-account__list-points li a:focus-visible {
    outline: 0;
}
.personal-account__list-points li a:active, .personal-account__list-points li a:focus-visible, .personal-account__list-points li a:hover {
    border-color: var(--color-text-black);
}
.personal-account__list-points li a.active {
    border-color: var(--color-text-black);
}
.personal-account__list-points li a.exit_lk {
    position: relative;
}
.personal-account__list-points li a.exit_lk::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    margin: auto;
    width: 70%;
    height: 1px;
    -webkit-transform: translate(-50%, 1px);
    -ms-transform: translate(-50%, 1px);
    transform: translate(-50%, 1px);
    background-color: var(--color-text-black);
}
.personal-account__content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
@-moz-document url-prefix() {
    .personal-account__content .table-responsive {
        scrollbar-width: thin;
        scrollbar-color: var(--color-text-gray) var(--color-background-card);
    }
}.personal-data h3 {
     color: var(--color-text-black);
 }
.personal-data__desc-wrapp {
    margin-bottom: 40px;
}
.personal-data__desc-wrapp p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--color-text-black);
}
.personal-data__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
}
.personal-data__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.personal-data__list small {
    color: var(--color-text-black)!important;
}
.personal-data__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.personal-data__list li label {
    width: 22.9007633588%;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--color-text-black);
}
.personal-data__list li textarea {
    resize: none;
    min-height: 100px;
}
.personal-data__list li input, .personal-data__list li textarea {
    border-radius: 10px;
    padding: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid var(--colir-background-body);
    background-color: var(--color-background-card);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-text-black);
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}
.personal-data__list li input:focus, .personal-data__list li input:focus-visible, .personal-data__list li textarea:focus, .personal-data__list li textarea:focus-visible {
    outline: 0;
}
.personal-data__list li input:active, .personal-data__list li input:focus-visible, .personal-data__list li input:hover, .personal-data__list li textarea:active, .personal-data__list li textarea:focus-visible, .personal-data__list li textarea:hover {
    border-color: var(--color-background-card);
}
.personal-data__btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.personal-data__submit {
    padding: 20px;
    border-radius: 20px;
    width: 22.9007633588%;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: var(--color-text-white);
    border: 1px solid var(--colir-background-body);
    background-color: var(--color-text-black);
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}
.personal-data__submit:focus, .personal-data__submit:focus-visible {
    outline: 0;
}
.personal-data__submit:active, .personal-data__submit:focus-visible, .personal-data__submit:hover {
    border-color: var(--color-text-black);
}
.personal-data__cancel {
    padding: 20px;
    border-radius: 20px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-align: center;
    color: var(--color-text-black);
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.personal-data__cancel:focus, .personal-data__cancel:focus-visible {
    outline: 0;
}
.personal-data__cancel:active, .personal-data__cancel:focus-visible, .personal-data__cancel:hover {
    background-color: var(--color-background-card);
}
.search-page .search-drop-down1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.search-page .search-drop-down1 .search-page-2 .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search-page .search-drop-down1 .drop-down1 {
    margin-bottom: 0;
}
.search-page .catalog-sec1__products-list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.order-page-container #bx-soa-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.order-page-container #bx-soa-order .left-block {
    width: 60.3472222222%}
.order-page-container #bx-soa-order .left-block .bx-soa-cart-total-line {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .03em;
    color: var(--color-text-white);
}
.order-page-container #bx-soa-order .left-block .bx-soa-cart-total-line .bx-soa-cart-d {
    font-size: 24px;
}
.order-page-container #bx-soa-order .bx-soa-cart-total {
    border-radius: 10px;
    border: none;
    background-color: var(--color-background-card);
}
.order-page-container #bx-soa-order .right-block {
    width: 29.4444444444%}
.order-page-container #bx-soa-order .right-block .bx-soa-cart-total-line {
    border-color: var(--color-btn-gray2);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .03em;
    color: var(--color-text-black);
}
.order-page-container #bx-soa-order .right-block .bx-soa-cart-total-line .bx-soa-cart-d {
    font-size: 24px;
}
.order-page-container #bx-soa-order .right-block .bx-soa-cart-total-line:nth-child(2) {
    border-top: none;
}
.order-page-container #bx-soa-order .bx-soa-cart-total-button-container {
    padding-top: 10px;
}
.order-page-container #bx-soa-order .bx-soa-cart-total-button-container a {
    display: block;
    width: 100%;
    border: none;
    padding: 20px;
    border-radius: 10px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px!important;
    text-align: center;
    color: var(--color-text-white);
    background-color: var(--color-text-black);
    -webkit-transition: color .4s ease-in-out, background-color .4s ease-in-out;
    transition: color .4s ease-in-out, background-color .4s ease-in-out;
}
.order-page-container #bx-soa-order .bx-soa-cart-total-button-container a:focus, .order-page-container #bx-soa-order .bx-soa-cart-total-button-container a:focus-visible {
    outline: 0;
}
.order-page-container #bx-soa-order .bx-soa-cart-total-button-container a:active, .order-page-container #bx-soa-order .bx-soa-cart-total-button-container a:focus-visible, .order-page-container #bx-soa-order .bx-soa-cart-total-button-container a:hover {
    background-color: var(--color-text-path);
}
.order-page-container #bx-soa-order .bx-soa-section {
    border: none;
    border-radius: 10px;
    overflow: hidden;
}
.order-page-container #bx-soa-order .bx-soa-section-title-container {
    padding: 22px 26px;
    background: var(--color-background-footer);
}
.order-page-container #bx-soa-order .bx-soa-section-title-container .bx-soa-section-title {
    padding: 0;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .03em;
    color: var(--color-text-white);
}
.order-page-container #bx-soa-order .bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
    background-color: transparent;
}
.order-page-container #bx-soa-order .bx-soa-section-content {
    background: var(--color-background-card);
}
.order-page-container #bx-soa-order .bx-soa-section-content .bx_soa_location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.order-page-container #bx-soa-order .bx-soa-section-content .bx_soa_location .bx-soa-custom-label {
    padding: 0;
    display: block;
    margin-bottom: 18px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .03em;
    color: var(--color-text-black);
}
.order-page-container #bx-soa-order .bx-soa-section-content .radio-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--color-text-black);
}
.order-page-container #bx-soa-order .dropdown-block {
    min-height: 33px;
    border-radius: 5px;
    /*border: 1px solid var(--color-btn-gray2);*/
    border: 1px solid var(--border);
    background-color: var(--color-background-card);
}
.order-page-container #bx-soa-order .dropdown-block .bx-ui-sls-fake {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #aba8ac;
}
.order-page-container #bx-soa-order .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #a94442;
}
.order-page-container #bx-soa-order .bx-soa-reference {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #9a9a9a;
}
.order-page-container #bx-soa-order .bx-sls .dropdown-fade2white, .order-page-container #bx-soa-order .bx-slst .dropdown-fade2white {
    top: 0;
    background: 0 0;
}
.order-page-container #bx-soa-order .bx-soa-pp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order-page-container #bx-soa-order .bx-soa-pp .col-sm-7 {
    width: 53.5443037975%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 13px;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
}
.order-page-container #bx-soa-order .bx-soa-pp .col-sm-5 {
    width: 47.0886075949%}
.order-page-container #bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
    border-color: var(--color-text-black);
    background: 0 0;
}
.order-page-container #bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company {
    color: var(--color-text-black);
    border: none;
    background-color: var(--colir-background-body);
}
.order-page-container #bx-soa-order .bx-soa-pp-list-termin {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 5px;
    color: var(--color-text-black);
}
.order-page-container #bx-soa-order .bx-soa-pp-list-description {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: var(--color-text-black);
}
.order-page-container #bx-soa-order .bx-soa-customer-field, .order-page-container #bx-soa-order .bx-soa-location-input-container {
    padding-top: 10px;
}
.order-page-container #bx-soa-order .bx-soa-customer-field .bx-soa-custom-label, .order-page-container #bx-soa-order .bx-soa-customer-field .bx-soa-customer-label, .order-page-container #bx-soa-order .bx-soa-location-input-container .bx-soa-custom-label, .order-page-container #bx-soa-order .bx-soa-location-input-container .bx-soa-customer-label {
    margin-bottom: 5px;
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--color-text-black);
}
.order-page-container #bx-soa-order .bx-soa-customer-field input, .order-page-container #bx-soa-order .bx-soa-location-input-container input {
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--color-btn-gray2);
    background-color: var(--color-background-card);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-text-black);
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}
.order-page-container #bx-soa-order .bx-soa-customer-field input:focus, .order-page-container #bx-soa-order .bx-soa-customer-field input:focus-visible, .order-page-container #bx-soa-order .bx-soa-location-input-container input:focus, .order-page-container #bx-soa-order .bx-soa-location-input-container input:focus-visible {
    outline: 0;
}
.order-page-container #bx-soa-order .bx-soa-customer-field input:active, .order-page-container #bx-soa-order .bx-soa-customer-field input:focus-visible, .order-page-container #bx-soa-order .bx-soa-customer-field input:hover, .order-page-container #bx-soa-order .bx-soa-location-input-container input:active, .order-page-container #bx-soa-order .bx-soa-location-input-container input:focus-visible, .order-page-container #bx-soa-order .bx-soa-location-input-container input:hover {
    border-color: var(--color-text-black);
}
.order-page-container #bx-soa-order .bx-soa-customer-field textarea, .order-page-container #bx-soa-order .bx-soa-location-input-container textarea {
    resize: none;
    min-height: 84px;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--color-btn-gray2);
    background-color: var(--color-background-card);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-text-black);
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}
.order-page-container #bx-soa-order .bx-soa-customer-field textarea:focus, .order-page-container #bx-soa-order .bx-soa-customer-field textarea:focus-visible, .order-page-container #bx-soa-order .bx-soa-location-input-container textarea:focus, .order-page-container #bx-soa-order .bx-soa-location-input-container textarea:focus-visible {
    outline: 0;
}
.order-page-container #bx-soa-order .bx-soa-customer-field textarea:active, .order-page-container #bx-soa-order .bx-soa-customer-field textarea:focus-visible, .order-page-container #bx-soa-order .bx-soa-customer-field textarea:hover, .order-page-container #bx-soa-order .bx-soa-location-input-container textarea:active, .order-page-container #bx-soa-order .bx-soa-location-input-container textarea:focus-visible, .order-page-container #bx-soa-order .bx-soa-location-input-container textarea:hover {
    border-color: var(--color-text-black);
}
.order-page-container #bx-soa-order .bx-soa-item-imgcontainer {
    border: none;
}
.order-page-container #bx-soa-order .bx-soa-item-table {
    padding-bottom: 0;
    margin-bottom: 0;
}
.order-page-container #bx-soa-order .bx-soa-item-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.order-page-container #bx-soa-order .bx-soa-item-title {
    max-width: 350px;
    padding-bottom: 0;
}
.order-page-container #bx-soa-order .bx-soa-item-title a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-text-black);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.order-page-container #bx-soa-order .bx-soa-item-title a:focus, .order-page-container #bx-soa-order .bx-soa-item-title a:focus-visible {
    outline: 0;
}
.order-page-container #bx-soa-order .bx-soa-item-title a:active, .order-page-container #bx-soa-order .bx-soa-item-title a:focus-visible, .order-page-container #bx-soa-order .bx-soa-item-title a:hover {
    color: var(--color-text-gray);
}
.order-page-container .bx-soa-item-td-text .bx-price {
    font-size: 20px;
    color: var(--color-text-black);
}
.bx-soa-cart-total.bx-soa-cart-total-fixed {
    top: 135px;
}
.box-orders-top-line {
    border: 5px solid var(--color-text-black);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--color-background-card);
}
.box-orders-top-line__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 50px;
}
.box-orders-top-line__order-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.box-orders-top-line__order-box p:first-child {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 60%;
    text-transform: uppercase;
    color: var(--color-text-black);
}
.box-orders-top-line__order-box p:last-child {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 60%;
    text-transform: uppercase;
    color: var(--color-text-black);
}
.box-orders-top-line__date-box {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-text-gray);
}
.box-orders-top-line__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.box-orders-top-line__right span {
    display: none;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 12px;
    padding: 0 15px 0 0;
    text-transform: uppercase;
    background-position: center right;
    background-repeat: no-repeat;
}
.box-orders-top-line__right span.active {
    display: inline-block;
}
.box-orders-top-line__right .green {
    background-image: url(../img/current-orders/green.svg);
    color: var(--color-text-green);
}
.box-orders-top-line__right .orange {
    background-image: url(../img/current-orders/orange.svg);
    color: var(--color-text-orange);
}
.box-orders-top-line__right .yellow {
    background-image: url(../img/current-orders/yellow.svg);
    color: var(--knopka);
}
.static-page-sec1__box-img {
    height: 100%}
.static-page-sec1__swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
.static-page-sec1__swiper-slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.static-page-sec1__swiper-slide picture {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.static-page-sec1__swiper-slide.swiper-slide-20 a {
    height: 100%;
    background-color: var(--color-text-black);
}
.static-page-sec1__swiper-slide.swiper-slide-20 img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 500px;
}
.static-page-sec1__swiper-slide .swiper-slide-21 {
    cursor: pointer;
    opacity: .5;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.static-page-sec1__swiper-slide .swiper-slide-21.swiper-slide-thumb-active {
    opacity: 1;
}
.static-page-sec1__swiper-slide.swiper-slide-21 img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 80px;
}
.static-page-sec1__content {
    border-radius: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: var(--color-text-black);
    padding: 32px 47px;
    background-color: var(--color-background-card);
}
.static-page-sec1__content .swiper-20 {
    margin-bottom: 10px;
}
.static-page-sec1__content.horizontally {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}
.static-page-sec1__content.horizontally picture {
    width: 100%;
    height: auto;
}
.static-page-sec1__content.horizontally img {
    width: 100%;
    height: auto;
}
.static-page-sec1__content.vertically picture {
    float: left;
    margin-right: 15px;
    max-width: 400px;
}
.static-page-sec1__content.vertically img {
    float: left;
    margin-right: 15px;
    max-width: 400px;
}
.static-page-sec1__content.vertically p {
    margin-bottom: 10px;
}
.static-page-sec1__content.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}
.static-page-sec1__content span {
    color: var(--color-text-black)!important;
}
.static-page-sec1__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.static-page-sec1__content ul.list-reset li {
    width: 100%;
    padding-left: 0;
}
.static-page-sec1__content ul.list-reset li::before {
    display: none;
}
.static-page-sec1__content ul li {
    width: 85%;
    padding-left: 20px;
    position: relative;
}
.static-page-sec1__content ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    display: inline-block;
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--color-text-gray);
}
.static-page-sec1__content ul li a {
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.static-page-sec1__content ul li a:focus, .static-page-sec1__content ul li a:focus-visible {
    outline: 0;
}
.static-page-sec1__content ul li a:active, .static-page-sec1__content ul li a:focus-visible, .static-page-sec1__content ul li a:hover {
    color: var(--color-text-black);
}
.static-page-sec1__content h1, .static-page-sec1__content h2, .static-page-sec1__content h3, .static-page-sec1__content h4 {
    margin-bottom: 10px;
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    color: var(--color-text-black);
}
.contacts-sec1__top {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: var(--color-text-black);
}
.contacts-sec1__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: var(--color-text-black);
}
.contacts-sec1__info p:first-child {
    font-weight: 600;
}
.contacts-sec1__top-info-box {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4.5801526718%}
.contacts-sec1__left-box {
    width: 49.2366412214%}
.contacts-sec1__right-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.contacts-sec1__right-box .about-us-sec1__table-wrapp .product-card-sec1__table {
    margin-bottom: 0;
}
.contacts-sec1 .product-card-sec1__table-row {
    border-color: rgba(0, 0, 0, .2);
}
.contacts-sec1 .product-card-sec1__table-row p:first-child {
    -webkit-box-flex: .5;
    -ms-flex: .5;
    flex: .5;
}
.contacts-sec1 .product-card-sec1__table-row p:last-child {
    color: var(--color-text-black);
}
.contacts-sec1 .product-card-sec1__table-row p:last-child span:first-child {
    font-size: 18px;
    color: var(--color-text-black);
}
.contacts-sec1__address {
    width: 80%;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contacts-sec1__address ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.contacts-sec1__address ul li {
    padding-left: 20px;
    position: relative;
}
.contacts-sec1__address ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    display: inline-block;
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--akcent);
}
.contacts-sec1__address ul li a {
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.contacts-sec1__address ul li a:focus, .contacts-sec1__address ul li a:focus-visible {
    outline: 0;
}
.contacts-sec1__address ul li a:active, .contacts-sec1__address ul li a:focus-visible, .contacts-sec1__address ul li a:hover {
    color: var(--color-text-gray);
}
.contacts-sec1__map {
    border-radius: 20px;
    min-height: 450px;
    background-color: var(--color-background-card);
}
.contacts-sec1__title-form {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 32px;
    letter-spacing: .03em;
    color: var(--color-text-black);
}
.contacts-sec1__form .personal-data__submit {
    max-width: 300px;
}
.contacts-sec1__form.personal-data__form {
    gap: 20px;
}
.modal_del {
    position: relative;
}
.modal_del_card {
    position: fixed;
    z-index: 204;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}
.modal_del_card.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal_del .test {
    width: 50px;
    height: 50px;
    background-color: var(--color-text-white);
}
.modal_del_head {
    position: relative;
}
.modal_del_head_top {
    position: fixed;
    z-index: 204;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}
.modal_del_head_top.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal_del_head .test {
    width: 50px;
    height: 50px;
    background-color: var(--color-text-white);
}
.modal_del_close {
    position: absolute;
    width: 20px;
    min-height: 20px;
    height: 20px;
    top: -20px;
    right: -20px;
    background-color: var(--color-text-black);
}
.modal_del_close span {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: var(--color-background-yellow);
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.modal_del_close span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal_del_close span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modal_del_close:focus, .modal_del_close:focus-visible {
    outline: 0;
}
.modal_del_close:active span, .modal_del_close:focus-visible span, .modal_del_close:hover span {
    background-color: var(--color-text-white);
}
.bx-authform {
    margin: auto;
}
.bx-authform .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--color-text-black);
}
.bx-authform .checkbox .bx-filter-param-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.bx-authform-formgroup-container input[type=submit] {
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: var(--color-text-white);
    border: 1px solid var(--colir-background-body);
    background-color: var(--color-text-black);
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}
.bx-authform-formgroup-container input[type=submit]:focus, .bx-authform-formgroup-container input[type=submit]:focus-visible {
    outline: 0;
}
.bx-authform-formgroup-container input[type=submit]:active, .bx-authform-formgroup-container input[type=submit]:focus-visible, .bx-authform-formgroup-container input[type=submit]:hover {
    border-color: var(--color-text-black);
}
.bx-title {
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 32px;
    letter-spacing: .03em;
    color: var(--color-text-black);
}
.bx-authform-content-container, .bx-authform-label-container {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--color-text-black);
}
.bx-authform-input-container input[type=password], .bx-authform-input-container input[type=text] {
    border-radius: 10px;
    padding: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid var(--colir-background-body);
    background-color: var(--color-background-card);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-text-black);
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}
.bx-authform-input-container input[type=password]:focus, .bx-authform-input-container input[type=password]:focus-visible, .bx-authform-input-container input[type=text]:focus, .bx-authform-input-container input[type=text]:focus-visible {
    outline: 0;
}
.bx-authform-input-container input[type=password]:active, .bx-authform-input-container input[type=password]:focus-visible, .bx-authform-input-container input[type=password]:hover, .bx-authform-input-container input[type=text]:active, .bx-authform-input-container input[type=text]:focus-visible, .bx-authform-input-container input[type=text]:hover {
    border-color: var(--color-background-card);
}
.bx-authform-link-container {
    font-weight: 500;
    font-size: 20px;
    color: var(--color-text-black);
    text-align: center;
}
.bx-authform-link-container a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--color-text-black);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.bx-authform-link-container a:focus, .bx-authform-link-container a:focus-visible {
    outline: 0;
}
.bx-authform-link-container a:active, .bx-authform-link-container a:focus-visible, .bx-authform-link-container a:hover {
    color: var(--color-btn-gray2);
}
.bx-authform-description-container, .bx-authform-note-container {
    text-align: center;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--color-text-black);
}
.bx-sbb-empty-cart-desc {
    font-family: var(--font-family);
    font-weight: 500;
    color: var(--color-text-black);
}
.bx-sbb-empty-cart-desc a {
    cursor: pointer;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.bx-sbb-empty-cart-desc a:focus, .bx-sbb-empty-cart-desc a:focus-visible {
    outline: 0;
}
.bx-sbb-empty-cart-desc a:active, .bx-sbb-empty-cart-desc a:focus-visible, .bx-sbb-empty-cart-desc a:hover {
    color: var(--color-text-gray);
}
.popup-window.popup-window-with-titlebar {
    max-width: 500px;
    left: 50%!important;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-color: var(--colir-background-body);
    border-radius: 10px;
}
.popup-window-with-titlebar .popup-window-content {
    background-color: transparent!important;
}
.popup-window-titlebar-text, .popup-window-titlebar-text-version {
    font-size: 20px;
    color: var(--color-text-black);
    text-transform: uppercase;
}
.pop_block img, .popup-window-content img {
    margin-bottom: 10px;
    background-color: var(--color-background-card);
}
.pop_block p, .popup-window-content p {
    color: var(--color-text-black);
    font-size: 20px;
}
.popup-window-buttons {
    padding: 0;
}
.popup-window-buttons .btn.btn-default {
    width: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
    padding: 20px;
    background-color: var(--color-text-black);
    color: var(--color-text-white);
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.popup-window-buttons .btn.btn-default:active, .popup-window-buttons .btn.btn-default:focus-visible, .popup-window-buttons .btn.btn-default:hover {
    background-color: var(--knopka);
}
.btn.btn-default.btn-buy.btn-sm, .btn.btn-primary.btn-buy.btn-sm {
    font-size: 16px;
}
.basket-coupon-text {
    padding-left: 15px;
}
.btn-scroll {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 4;
    width: 43px;
    min-width: 43px;
    height: 43px;
    border-radius: 10px;
    background-color: var(--akcent);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--color-text-white);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: color .4s ease-in-out, visibility .4s ease-in-out, opacity .4s ease-in-out, background-color .4s ease-in-out;
    transition: color .4s ease-in-out, visibility .4s ease-in-out, opacity .4s ease-in-out, background-color .4s ease-in-out;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .5), 0 1px 2px rgba(255, 255, 255, .1) inset;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .5), 0 1px 2px rgba(255, 255, 255, .1) inset;
}
.btn-scroll.active {
    visibility: visible;
    opacity: 1;
}
.btn-scroll:focus, .btn-scroll:focus-visible {
    outline: 0;
}
.btn-scroll:active, .btn-scroll:focus-visible, .btn-scroll:hover {
    background-color: var(--color-btn-gray2);
}
.btn-scroll__box-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.box-double-catalog {
    margin-bottom: 20px;
}
.box-double-catalog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.box-double-catalog__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.box-double-catalog__list li .level-3__link {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    color: var(--color-text-black);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.box-double-catalog__list li .level-3__link:focus, .box-double-catalog__list li .level-3__link:focus-visible {
    outline: 0;
}
.box-double-catalog__list li .level-3__link:active, .box-double-catalog__list li .level-3__link:focus-visible, .box-double-catalog__list li .level-3__link:hover {
    color: var(--knopka);
}
.box-double-catalog__list li .level-3__link.selecd {
    color: var(--knopka);
}
.box-double-catalog__list.level-2 {
    border-radius: 10px;
    padding: 5px;
    background-color: #d7d6d6;
}
.box-double-catalog__list.level-3 {
    padding: 5px 10px 10px;
}
.box-double-catalog__list.level-2, .box-double-catalog__list.level-3 {
    display: none;
}
.box-double-catalog__btn-1, .box-double-catalog__btn-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    gap: 30px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    text-align: start;
    padding: 8px 10px;
    color: var(--color-text-black);
    background-color: var(--color-background-card);
    -webkit-transition: color .4s ease-in-out, background-color .4s ease-in-out;
    transition: color .4s ease-in-out, background-color .4s ease-in-out;
}
.box-double-catalog__btn-1:focus, .box-double-catalog__btn-1:focus-visible, .box-double-catalog__btn-2:focus, .box-double-catalog__btn-2:focus-visible {
    outline: 0;
}
.box-double-catalog__btn-1:active, .box-double-catalog__btn-1:focus-visible, .box-double-catalog__btn-1:hover, .box-double-catalog__btn-2:active, .box-double-catalog__btn-2:focus-visible, .box-double-catalog__btn-2:hover {
    color: var(--color-text-white);
    background-color: var(--knopka);
}
.box-double-catalog__btn-1 svg, .box-double-catalog__btn-2 svg {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.box-double-catalog__btn-1.active svg, .box-double-catalog__btn-2.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.box-double-catalog__btn-1.active+.level-2, .box-double-catalog__btn-2.active+.level-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box-double-catalog__btn-1.active+.level-3, .box-double-catalog__btn-2.active+.level-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box-double-catalog__btn-1.selecd, .box-double-catalog__btn-2.selecd {
    background-color: var(--knopka);
    color: var(--color-text-white);
}
.return-link {
    padding-top: 20px;
}
.return-link a {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    white-space: nowrap;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: var(--color-text-white);
    background-color: var(--knopka);
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.return-link a:focus, .return-link a:focus-visible {
    outline: 0;
}
.return-link a:active, .return-link a:focus-visible, .return-link a:hover {
    background-color: var(--akcent);
}
.catalog-compare-list {
    display: none!important;
}
.bx_catalog-compare-list {
    display: none;
}
.order-page-container #bx-soa-order .bx-soa-location-input-container input {
    font-size: 14px!important;
}
.mb-3.d-flex.align-items-center {
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 32px 47px;
    background-color: var(--color-background-card);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: var(--color-text-black);
}
.mb-3.d-flex.align-items-center .text-muted {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text-black);
}
.btn.btn-sm.btn-primary, .btn.btn-sm.btn-secondary {
    padding: 10px;
    background-color: var(--color-text-black);
    display: inline-block;
    font-size: 14px;
    color: var(--color-text-white);
    border-radius: 10px;
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.btn.btn-sm.btn-primary:focus, .btn.btn-sm.btn-primary:focus-visible, .btn.btn-sm.btn-secondary:focus, .btn.btn-sm.btn-secondary:focus-visible {
    outline: 0;
}
.btn.btn-sm.btn-primary:active, .btn.btn-sm.btn-primary:focus-visible, .btn.btn-sm.btn-primary:hover, .btn.btn-sm.btn-secondary:active, .btn.btn-sm.btn-secondary:focus-visible, .btn.btn-sm.btn-secondary:hover {
    background-color: var(--knopka);
}
.catalog-compare-filter-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text-black);
}
.catalog-compare.mb-4.bx-site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.catalog-compare-filter.p-3.mb-3 {
    padding: 32px 47px;
    background-color: var(--color-background-card);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: var(--color-text-black);
}
.catalog-compare-filter.p-3.mb-3 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.catalog-compare-filter.p-3.mb-3 .row input, .catalog-compare-filter.p-3.mb-3 .row label {
    cursor: pointer;
}
.catalog-compare-table td, .catalog-compare-table th {
    font-size: 14px;
    color: var(--p-text);
}
.catalog-compare-table.table-responsive {
    border-radius: 20px;
    padding: 32px 47px;
    background-color: var(--color-background-card);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: var(--color-text-black);
}
.text-danger {
    text-decoration: underline;
}
.text-danger:focus, .text-danger:focus-visible {
    outline: 0;
}
.text-danger:active, .text-danger:focus-visible, .text-danger:hover {
    color: var(--knopka);
}
.auth__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.auth__link {
    padding: 10px;
}
.favorite_list .catalog-sec1__products-list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.clear-favorites-button {
    border-radius: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 200px;
    padding: 10px;
    background-color: var(--color-text-black);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: var(--color-text-white);
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.clear-favorites-button:focus, .clear-favorites-button:focus-visible {
    outline: 0;
}
.clear-favorites-button:active, .clear-favorites-button:focus-visible, .clear-favorites-button:hover {
    background-color: var(--knopka);
}
#noProductsModal {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
}
#noProductsModal .modal_del_close {
    border-radius: 5px;
    top: 5px;
    right: 5px;
}
#noProductsModal .modal_del_close span {
    background-color: var(--color-text-white);
}
.modal-product-order {
    position: fixed;
    z-index: 204;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
}
.modal-product-order.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal-product-order .modal_del_close {
    border-radius: 5px;
    top: 5px;
    right: 5px;
}
.modal-product-order .modal_del_close span {
    background-color: var(--color-text-white);
}
.modal-product-order__window {
    position: relative;
    max-width: 500px;
    border-radius: 10px;
    width: 100%;
    background-color: var(--color-background-card);
    padding: 35px 20px 20px 20px;
}
.modal-product-order__list {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.modal-product-order__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.modal-product-order__list li label {
    width: 22.9007633588%;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--color-text-black);
}
.modal-product-order__list li textarea {
    resize: none;
    min-height: 100px;
}
.modal-product-order__list li input, .modal-product-order__list li textarea {
    padding: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
    border: 1px solid var(--color-background-card);
    background-color: var(--colir-background-body);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-text-black);
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}
.modal-product-order__list li input:focus, .modal-product-order__list li input:focus-visible, .modal-product-order__list li textarea:focus, .modal-product-order__list li textarea:focus-visible {
    outline: 0;
}
.modal-product-order__list li input:active, .modal-product-order__list li input:focus-visible, .modal-product-order__list li input:hover, .modal-product-order__list li textarea:active, .modal-product-order__list li textarea:focus-visible, .modal-product-order__list li textarea:hover {
    border-color: var(--colir-background-body);
}
.modal-product-order__btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modal-product-order__submit {
    width: auto;
    padding: 20px;
}
.modal-product-order__cancel {
    padding: 20px;
}
.title_noProductsModal {
    display: block;
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--color-text-black);
}
.box-product-line {
    width: 100%;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 201;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    background-color: #fefefe;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.box-product-line.open {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.box-product-line__content {
    gap: 20px;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.box-product-line__content .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.box-product-line__content .left__box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
    line-height: 80px;
}
.box-product-line__content .left__box-img picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box-product-line__content .left__title {
    max-width: 600px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 117%;
    color: var(--color-text-black);
}
.box-product-line__content .left__title span {
    color: var(--color-text-black);
    font-weight: 500;
}
.box-product-line__content .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-product-line__content .right .product-card-sec1__box-btn-decs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.box-product-line__content .right .product-card-sec1__box-btn-decs p {
    padding: 0;
}
.box-product-line__content .right .product-card-sec1__box-btn-decs p span.price_current {
    font-size: 18px;
}
.box-product-line__content .right .product-card-sec1__group-btn {
    position: static;
    gap: 10px;
}
.box-product-line__content .right .btn3__btn {
    min-height: 35px;
}
.card6 {
    height: 100%;
    position: relative;
    padding-left: 33px;
}
.card6__img {
    width: 58px;
    min-width: 58px;
    height: 58px;
    border-radius: 100%;
    outline: 4px solid var(--color-text-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 33px;
    top: 50%;
    background-color: var(--border);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.card6__box-text {
    white-space: nowrap;
    text-align: center;
    height: 100%;
    padding: 24px 33px 24px 45px;
    border-radius: 16px;
    background-color: #f2f2f2;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--color-text-black);
}
.card20 {
    min-width: 280px;
    height: 100%;
    min-height: 130px;
    position: relative;
    border-radius: 20px;
    padding: 50px 30px 30px;
    background-color: rgba(0, 0, 0, .05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card20__img {
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    min-width: 70px;
    height: 70px;
    background-color: var(--color-text-white);
}
.card20__img span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    width: 60px;
    min-width: 60px;
    height: 60px;
    background-color: var(--border);
}
.card20__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-text-black);
}
.delivery-sec1__info {
    max-width: 645px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: var(--akcent);
}
.delivery-sec1__info .bold {
    font-weight: 600;
}
.delivery-sec2 {
    padding-top: 10px;
}
.delivery-sec2__title {
    margin-bottom: 22px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 106%;
    color: var(--color-text-black);
}
.delivery-sec2__desc {
    margin-bottom: 40px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: var(--color-text-black);
}
.delivery-sec2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.delivery-sec2__list li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.delivery-sec2__list li .card6__box-text {
    padding: 24px 33px 24px 60px;
    text-align: start;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: var(--color-text-black);
}
.delivery-sec2__list li .card6__img img {
    width: 24px;
    min-width: 24px;
    height: 24px;
}
.delivery-sec3 {
    padding-top: 10px;
}
.delivery-sec3__title {
    margin-bottom: 45px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 106%;
    color: var(--color-text-black);
}
.delivery-sec3__list-payment {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.delivery-sec3__list-payment li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.delivery-sec4__title {
    margin-bottom: 32px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 108%;
    text-transform: uppercase;
    color: var(--color-text-black);
}
.delivery-sec4__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 645px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: var(--color-text-black);
}
.delivery-sec4__desc p:last-child {
    font-weight: 600;
}
.min-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}
.min-title span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    color: var(--akcent);
    opacity: .6;
}
.checkbox4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.checkbox4 input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.checkbox4 input:checked+.checkbox4__castom-input::after {
    opacity: 1;
}
.checkbox4__castom-input {
    position: relative;
    display: inline-block;
    width: 12px;
    min-width: 12px;
    height: 12px;
    border: 1px solid var(--color-btn-gray2);
}
.checkbox4__castom-input::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    content: "";
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--color-text-black);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.checkbox4__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    color: var(--color-btn-gray2);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.checkbox4__text a {
    text-decoration: underline;
}
.checkbox4__text a:focus, .checkbox4__text a:focus-visible {
    outline: 0;
}
.checkbox4__text a:active, .checkbox4__text a:focus-visible, .checkbox4__text a:hover {
    color: var(--color-text-black);
}
.box-form-1__title {
    margin-bottom: 40px;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 36px;
    line-height: 144%;
    color: var(--akcent);
}
.box-form-1__list {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.2977099237%;
    -moz-column-gap: 1.2977099237%;
    column-gap: 1.2977099237%;
    row-gap: 20px;
}
.box-form-1__list li {
    min-width: 250px;
    max-height: 60px;
}
.box-form-1__list li:first-child {
    width: 32.3664122137%}
.box-form-1__list li:nth-child(2) {
    width: 32.3664122137%}
.box-form-1__list li:nth-child(3) {
    width: 32.3664122137%}
.box-form-1__list li:nth-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 450px;
}
.box-form-1__list li:nth-child(5) {
    width: 100%;
    max-width: 218px;
}
.box-form-1__input {
    min-width: 250px;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 325%;
    border: 2px solid var(--color-btn-gray);
    border-radius: 10px;
    padding: 2px 32px;
    color: var(--color-text-black);
    background-color: transparent;
}
.box-form-1__input:focus, .box-form-1__input:focus-visible {
    outline: 0;
}
.box-form-1__textarea {
    width: 100%;
    max-height: 60px;
    resize: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 325%;
    border: 2px solid var(--color-btn-gray);
    border-radius: 10px;
    padding: 2px 32px;
    color: var(--color-text-black);
}
.box-form-1__textarea:focus, .box-form-1__textarea:focus-visible {
    outline: 0;
}
.box-form-1__submit {
    width: 100%;
    height: 100%;
    max-height: 60px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
}
.box-form-1__submit.disabled {
    pointer-events: none;
    opacity: .8;
}
.card21 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    position: relative;
    gap: 20px;
    border-radius: 20px;
    height: 100%;
    padding: 60px 30px 30px;
    background-color: rgba(0, 0, 0, .05);
}
.card21__img {
    position: absolute;
}
.card21 .card20__title {
    text-align: start;
}
.card22 {
    height: 100%;
    position: relative;
}
.card22__box {
    height: 100%;
    border: 1px solid rgba(252, 69, 23, .2);
    border-radius: 20px;
    padding: 26px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card22__box:focus, .card22__box:focus-visible {
    outline: 0;
}
.partners-sec1__info {
    margin-bottom: 44px;
}
.partners-sec1__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 40px;
}
.partners-sec1__list li:first-child, .partners-sec1__list li:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}
.partners-sec2__title {
    margin-bottom: 40px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 108%;
    text-transform: uppercase;
    color: var(--color-text-black);
}
.partners-sec2__new-container {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
}
.partners-sec2__swiper {
    max-width: 1310px;
    padding: 0 96px;
    margin: 0 auto;
    overflow: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.partners-sec2__swiper::after {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    z-index: 2;
    width: 133px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.partners-sec2__swiper::before {
    content: "";
    position: absolute;
    top: 0;
    right: -70px;
    z-index: 2;
    width: 133px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.partners-sec2__swiper .box-swiper1__swiper-button {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--akcent);
}
.partners-sec2__swiper .box-swiper1__swiper-button.partners-sec2__btn-prev {
    right: 0;
}
.partners-sec2__swiper .box-swiper1__swiper-button.partners-sec2__btn-next {
    left: 0;
}
.partners-sec2__swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.partners-sec2__swiper-wrapper .swiper-slide {
    height: auto;
}
.partners-sec3__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.5801526718%}
.partners-sec3__left {
    width: 49.3129770992%}
.partners-sec3__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.partners-sec3__title {
    margin-bottom: 32px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 108%;
    text-transform: uppercase;
    color: var(---color-text-black);
}
.partners-sec3__info {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: var(---color-text-black);
}
.box-video__list {
    margin-bottom: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.box-video li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%}
.box-video__card {
    width: 100%;
    border-radius: 20px;
    background-color: var(--header-top);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.box-video__wrapp-video {
    position: relative;
    width: 100%;
    min-height: 330px;
}
.box-video__wrapp-video iframe, .box-video__wrapp-video video {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    width: 100%!important;
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover;
}
.box-video__card-bottom {
    padding: 10px;
}
.box-video__title-video {
    left: 10px;
    bottom: 20px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 108%;
    color: var(--akcent);
}
.min-section {
    padding-top: 0;
    padding-bottom: 0;
}
.guarantee-sec1__title-box {
    max-width: 700px;
}
.guarantee-sec1__title {
    margin-bottom: 32px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: var(--white-838383);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.guarantee-sec1__title span {
    color: var(--yellow-black);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.guarantee-sec1__title-desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: var(--p-text);
}
.guarantee-sec2 .delivery-sec2__list {
    margin-bottom: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.delivery-sec2__item:last-child { 
	grid-column: 1 / -1;
}
.guarantee-sec2 .delivery-sec2__desc {
    font-weight: 600;
}
.guarantee-sec2 .delivery-sec2__desc-bottom {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: var(--color-text-black);
}
.guarantee-sec2 .delivery-sec2__desc-bottom span {
    font-weight: 600;
    color: var(--color-text-black);
}
.guarantee-sec2 .card6__box-text {
    white-space: wrap;
}
.guarantee-sec3 .delivery-sec2__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.guarantee-sec4 .delivery-sec2__list li:first-child, .guarantee-sec4 .delivery-sec2__list li:nth-child(2) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}
.box-form-2 .box-form-1__content {
    margin: 0 auto;
    max-width: 700px;
}
.box-form-2 .box-form-1__list {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.box-form-2 .box-form-1__list li {
    max-width: 100%;
    width: 100%}
.box-form-2 .box-form-1__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    text-align: center;
}
.box-form-2 .box-form-1__list li .btn3__btn {
    padding: 20px;
    max-width: 100%;
    width: 100%}
.box-form-2 .box-form-1__list li picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box-form-2 .box-form-1__list li img {
    width: 100%;
    height: 60px;
    border: 2px solid var(--color-btn-gray);
    border-radius: 10px;
}
.box-form-2 .box-form-1__list li.captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.box-form-2 .box-form-1__list li.captcha .captcha-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.box-form-2__box-error {
    padding-top: 20px;
}
.box-form-2__box-error p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    color: red;
}
.box-form-2__box-hints {
    padding-top: 20px;
}
.box-form-2__box-hints p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    color: var(--p-text);
}
.box-form-2 .personal-account__list-points {
    margin-bottom: 20px;
}
.box-form-2 .personal-account__list-points li a {
    padding: 20px;
    font-size: 14px;
}
.box-registration .box-form-1__form {
    display: none;
}
.box-registration .box-form-1__form.active {
    display: block;
}
.checkbox5 .checkbox4__text {
    font-size: 12px;
}
.cookie {
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: auto;
    background-color: var(--colir-background-body);
    -webkit-box-shadow: 4px 0 6px rgba(0, 0, 0, .2);
    box-shadow: 4px 0 6px rgba(0, 0, 0, .2);
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.cookie__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cookie__form .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.cookie__form .left p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 159%;
    letter-spacing: -.05em;
    color: var(--color-text-black);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.cookie__form .left p a {
    color: var(--border);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.cookie__form .left p a:focus, .cookie__form .left p a:focus-visible {
    outline: 0;
}
.cookie__form .left p a:active, .cookie__form .left p a:focus-visible, .cookie__form .left p a:hover {
    color: var(--color-text-black);
}
.cookie__form .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.cookie__btn {
    min-height: 40px;
    -webkit-transition: background-color .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
    transition: background-color .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out, background-color .4s ease-in-out;
    transition: box-shadow .4s ease-in-out, background-color .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
}
.cookie__btn:active, .cookie__btn:focus-visible, .cookie__btn:hover {
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
}
.cookie__btn.more {
    color: var(--color-text-white);
    background-color: var(--color-btn-gray2);
}
.catalog-sec1__products.compare-page {
    width: 100%}
.catalog-sec1__products.compare-page .catalog-compare-table.table-responsive {
    overflow: auto;
}
.catalog-sec1__products.compare-page .catalog-compare-table.table-responsive::-webkit-scrollbar {
    height: 7px;
}
.catalog-sec1__products.compare-page .catalog-compare-table.table-responsive::-webkit-scrollbar-track {
    border-radius: 100px;
    background-color: var(--color-background-card);
}
.catalog-sec1__products.compare-page .catalog-compare-table.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: var(--color-text-gray);
}
@-moz-document url-prefix() {
    .catalog-sec1__products.compare-page .catalog-compare-table.table-responsive {
        scrollbar-width: thin;
        scrollbar-color: var(--color-text-gray) var(--color-background-card);
    }
}.card-stocks {
     min-height: 400px;
     height: 100%;
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     gap: 20px;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     padding: 20px;
     border-radius: 20px;
     overflow: hidden;
 }
.card-stocks__link {
    height: auto;
    position: absolute;
    inset: 0;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-box-shadow .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: -webkit-box-shadow .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: box-shadow .4s ease-in-out, transform .4s ease-in-out;
    transition: box-shadow .4s ease-in-out, transform .4s ease-in-out, -webkit-box-shadow .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.card-stocks__link picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-stocks__link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.card-stocks__link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
}
.card-stocks__link:focus, .card-stocks__link:focus-visible {
    outline: 0;
}
.card-stocks__link:active, .card-stocks__link:focus-visible, .card-stocks__link:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
}
.card-stocks__link:active::before, .card-stocks__link:focus-visible::before, .card-stocks__link:hover::before {
    opacity: 1;
}
.card-stocks__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-stocks__top-info {
    pointer-events: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.card-stocks__top-info .card-stocks__marker {
    border-radius: 5px;
    padding: 5px;
    background-color: var(--border);
    font-size: 14px;
    font-weight: 700;
    color: var(--color-text-white);
}
.card-stocks__top-info .counter-box .data-hidden {
    display: none;
}
.card-stocks__top-info .counter-box .data-time {
    border-radius: 5px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-text-black);
    font-style: normal;
    background-color: var(--color-text-white);
}
.card-stocks__top-info .counter-box .data-time .item i {
    font-style: normal;
}
.card-stocks__bottom-info {
    pointer-events: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}
.card-stocks__bottom-info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    color: var(--color-text-white);
}
.card-stocks__bottom-info p .svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card-stocks__bottom-info p .text {
    font-size: 14px;
    color: var(--color-text-white);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 1.2em;
    line-height: 1.2em;
}
.card-stocks__bottom-info .title {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-text-white);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.4em;
    line-height: 1.2em;
}
.main-stocks__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.stocks-page__box-desc {
    margin-bottom: 40px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: var(--akcent);
}
.stocks-page__box-hidden-mobile {
    display: none;
}
.stocks-page .personal-account__list-points {
    margin-bottom: 20px;
}
.stocks-page .personal-account__list-points li a {
    padding: 20px;
    font-size: 14px;
}
.stocks-page__main-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.box-main-img__box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.box-main-img__box::before {
    content: "";
    display: block;
    padding-top: 30%}
.box-main-img__link {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.box-main-img__link:focus, .box-main-img__link:focus-visible {
    outline: 0;
}
.box-main-img__link picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.box-main-img__link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.btn-for-checkbox {
    min-width: 100px;
    min-height: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    white-space: nowrap;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: var(--color-text-white);
    background-color: var(--knopka);
    opacity: .5;
    pointer-events: none;
    -webkit-transition: color .4s ease-in-out, border-color .4s ease-in-out, background-color .4s ease-in-out;
    transition: color .4s ease-in-out, border-color .4s ease-in-out, background-color .4s ease-in-out;
}
.btn-for-checkbox:focus, .btn-for-checkbox:focus-visible {
    outline: 0;
}
.btn-for-checkbox:active, .btn-for-checkbox:focus-visible, .btn-for-checkbox:hover {
    color: var(--color-text-white);
}
.btn-for-checkbox.active {
    opacity: 1;
    pointer-events: auto;
    background-color: var(--akcent);
    color: var(--color-text-white);
}
.btn-for-checkbox.active:active, .btn-for-checkbox.active:focus-visible, .btn-for-checkbox.active:hover {
    background-color: var(--knopka);
}
.checkbox-product {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.checkbox-product:focus, .checkbox-product:focus-visible {
    outline: 0;
}
.checkbox-product:active .checkbox-product__box-img, .checkbox-product:focus-visible .checkbox-product__box-img, .checkbox-product:hover .checkbox-product__box-img {
    border-color: var(--color-btn-gray);
}
.checkbox-product__input {
    display: none;
}
.checkbox-product__input:checked+.checkbox-product__box-img {
    border-color: var(--color-btn-gray);
}
.checkbox-product__box-img {
    overflow: hidden;
    position: relative;
    width: 88px;
    min-width: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
    border-radius: 10px;
    border: 1px solid var(--border2);
}
.checkbox-product__box-img i {
    border-radius: 0 0 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    background-color: var(--border);
    -webkit-transition: background-color .4s ease-in-out, color .4s ease-in-out;
    transition: background-color .4s ease-in-out, color .4s ease-in-out;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: var(--color-text-white);
}
.checkbox-product__text {
    max-width: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--color-text-black);
}
.box-new-text {
    margin-bottom: 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--color-text-black);
}
.box-new-text p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--color-text-black);
}
.modal-discount {
    position: fixed;
    z-index: 204;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
}
.modal-discount__window {
    position: relative;
    border-radius: 20px;
}
.modal-discount__close {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 35px;
    min-height: 35px;
    height: 35px;
}
.modal-discount__close:focus, .modal-discount__close:focus-visible {
    outline: 0;
}
.dark .light-img {
    display: none;
}
.light .dark-img {
    display: none;
}
.light .light-img {
    display: block;
}
.new-modal-product-card {
    position: fixed;
    top: 180px;
    right: 200px;
    z-index: 201;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.new-modal-product-card__btn {
    width: 65px;
    min-width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.new-modal-product-card__btn:focus, .new-modal-product-card__btn:focus-visible {
    outline: 0;
}
.new-modal-product-card__btn svg {
    width: 65px;
    height: 65px;
}
.new-modal-product-card__modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
}
.new-modal-product-card__modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.new-modal-product-card__window {
    position: relative;
    padding-top: 58px;
    padding-bottom: 46px;
    border-radius: 20px;
    overflow: hidden;
    max-width: 500px;
}
.new-modal-product-card__window .fon-form {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.new-modal-product-card__window .fon-mess {
    display: none;
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.new-modal-product-card__window:has(.new-modal-product-card__main-box-form[style*="display: none"]) .fon-form {
    display: none;
}
.new-modal-product-card__window:has(.new-modal-product-card__main-box-form[style*="display: none"]) .fon-mess {
    display: block;
}
.new-modal-product-card__close {
    position: absolute;
    top: 14px;
    right: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.new-modal-product-card__box-title {
    margin-bottom: 29px;
    padding: 0 40px;
}
.new-modal-product-card__title {
    font-family: var(--font5);
    font-weight: 700;
    font-size: 42px;
    line-height: 98%;
    letter-spacing: -.01em;
    color: #fff;
}
.new-modal-product-card__line-desc {
    margin-bottom: 28px;
    padding: 10px 28px;
    background-color: #0094ff;
}
.new-modal-product-card__desc {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 25px;
    color: #fff;
}
.new-modal-product-card__box-form {
    padding: 0 60px;
}
.new-modal-product-card__box-form .desc {
    margin-bottom: 27px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.new-modal-product-card__box-form .group-input {
    margin-bottom: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
}
.new-modal-product-card__box-form .group-input__input {
    padding-bottom: 6px;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.new-modal-product-card__box-form .group-input__input::-webkit-input-placeholder {
    color: #fff;
    opacity: .4;
}
.new-modal-product-card__box-form .group-input__input::-moz-placeholder {
    color: #fff;
    opacity: .4;
}
.new-modal-product-card__box-form .group-input__input:-ms-input-placeholder {
    color: #fff;
    opacity: .4;
}
.new-modal-product-card__box-form .group-input__input::-ms-input-placeholder {
    color: #fff;
    opacity: .4;
}
.new-modal-product-card__box-form .group-input__input::placeholder {
    color: #fff;
    opacity: .4;
}
.new-modal-product-card__box-form .group-input__input:focus, .new-modal-product-card__box-form .group-input__input:focus-visible {
    outline: 0;
}
.new-modal-product-card__box-form .box-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.new-modal-product-card__submit {
    padding: 16px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 15px;
    color: #0094ff;
    -webkit-transition: color .4s ease-in-out, background-color .4s ease-in-out;
    transition: color .4s ease-in-out, background-color .4s ease-in-out;
}
.new-modal-product-card__submit:focus, .new-modal-product-card__submit:focus-visible {
    outline: 0;
}
.new-modal-product-card__submit:active, .new-modal-product-card__submit:focus-visible, .new-modal-product-card__submit:hover {
    color: #fff;
    background-color: #0094ff;
}
.new-modal-product-card__box-message-title {
    margin-bottom: 19px;
    padding: 10px 50px;
    background-color: #0094ff;
}
.new-modal-product-card__box-message-title p {
    font-family: var(--font5);
    font-weight: 700;
    font-size: 42px;
    line-height: 98%;
    letter-spacing: -.01em;
    color: #fff;
}
.new-modal-product-card__box-message-main-desk {
    padding: 0 50px;
    font-family: var(--font-family);
    font-weight: 600;
    text-align: start;
    font-size: 25px;
    color: #fff;
    margin-bottom: 24px;
}
.new-modal-product-card__box-message-desk {
    margin-bottom: 28px;
    padding: 0 50px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    opacity: .9;
}
.new-modal-product-card__box-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.new-modal-product-card__box-message-btn {
    padding: 16px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 15px;
    color: #0094ff;
    -webkit-transition: color .4s ease-in-out, background-color .4s ease-in-out;
    transition: color .4s ease-in-out, background-color .4s ease-in-out;
}
.new-modal-product-card__box-message-btn:focus, .new-modal-product-card__box-message-btn:focus-visible {
    outline: 0;
}
.new-modal-product-card__box-message-btn:active, .new-modal-product-card__box-message-btn:focus-visible, .new-modal-product-card__box-message-btn:hover {
    color: #fff;
    background-color: #0094ff;
}
.footer {
    background-color: var(--color-background-footer);
}
.footer .logo img {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.footer__top {
    padding: 32px 0;
    border-bottom: 1px solid var(--akcent);
}
.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__group-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(5px, 2vw, 20px);
}
.footer__group-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-text-white);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.footer__group-link a:focus, .footer__group-link a:focus-visible {
    outline: 0;
}
.footer__group-link a:active, .footer__group-link a:focus-visible, .footer__group-link a:hover {
    color: var(--color-btn-gray2);
}
.footer__link-phone {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 32px;
    color: var(--color-text-white);
}
.footer__bottom {
    padding: 30px 0;
}
.footer__box-left {
    width: 100%;
    max-width: 495px;
}
.footer__list-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__list-points li {
    max-width: 125px;
}
.footer__caption {
    margin-bottom: 15px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--color-text-white);
}
.footer__list-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.footer__list-nav a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    line-height: 153%;
    color: var(--color-text-white);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.footer__list-nav a:focus, .footer__list-nav a:focus-visible {
    outline: 0;
}
.footer__list-nav a:active, .footer__list-nav a:focus-visible, .footer__list-nav a:hover {
    color: var(--color-btn-gray2);
}
.footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.footer__address p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    line-height: 153%;
    text-align: right;
    color: var(--color-text-white);
}
.footer__address p span {
    display: block;
}
.footer__link-privacy {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 153%;
    text-align: right;
    color: var(--color-text-white);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.footer__link-privacy:focus, .footer__link-privacy:focus-visible {
    outline: 0;
}
.footer__link-privacy:active, .footer__link-privacy:focus-visible, .footer__link-privacy:hover {
    color: var(--color-btn-gray2);
}
.checkbox20 {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.checkbox20.disabled {
    pointer-events: none;
    opacity: .5;
}
.checkbox20__input {
    display: none;
}
.checkbox20__input:checked + .checkbox20__castom svg {
    opacity: 1;
}

.checkbox20__input:checked + .checkbox20__castom + .checkbox20__text {
    color: var(--knopka);
}
.checkbox20__castom {
    display: flex;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.checkbox20__castom svg {
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease-in-out;
}
.checkbox20__text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    color: var(--color-text-black);
    transition: color 0.4s ease-in-out;
}
.checkbox20__text_count {
    color: #939393;
    font-family: var(--font-family);
    font-size: 14px;
    line-height: 135%;
    transition: color 0.4s ease-in-out;
}
.filters__main-item:has(.checkbox20) button.active+ul {
    flex-direction: column;
}
@media (min-width: 1200px){
	.main-sec6__desc {
		font-size: 24px !important;
	}
}
@media (min-width:1720px) {
    .slide-hero {
        height: auto;
    }
}@media (max-width:1440px) {
    .card3__box-img {
        max-height: calc(277px + 36 * (100vw - 1200px)/ 240);
    }
    .product-card-sec1__box-img img {
        max-height: 440;
    }
}@media (max-width:1200px) {
    .container {
        padding: 0 20px;
    }
    .card3__box-img {
        max-height: calc(237px + 40 * (100vw - 1030px)/ 170);
    }
    .catalog-sec1__list-catalog {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .catalog-sec1__products-list {
        margin-bottom: 30px;
    }
    .catalog-sec1__bottom-line .btn3__btn {
        max-width: 218px;
    }
    .product-card-sec1__box-img img {
        max-height: calc(376px + 122 * (100vw - 990px)/ 320);
    }
    .drop-down-catalog__menu {
        width: 30%;
        min-width: auto;
    }
    .drop-down-catalog__item {
        padding-left: 50px;
    }
    .order-page-container #bx-soa-order .right-block {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .static-page-sec1__swiper-slide.swiper-slide-20 img {
        max-height: calc(200px + 300 * (100vw - 340px)/ 970);
    }
    .static-page-sec1__swiper-slide.swiper-slide-21 img {
        max-height: calc(60px + 20 * (100vw - 340px)/ 970);
    }
}@media (max-width:1140px) {
    .favorite_list .catalog-sec1__products-list {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}@media (max-width:1100px) {
    .new-modal-product-card {
        right: 43px;
    }
}@media (max-width:1030px) {
    .section {
        position: relative;
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .header__top {
        padding: 8px 0;
    }
    .header__nav {
        visibility: hidden;
        position: absolute;
        z-index: 5;
        top: 100px;
        height: auto;
        padding-bottom: 20px;
        max-width: 100%;
        width: 100%;
        -webkit-transform: translateY(-120%);
        -ms-transform: translateY(-120%);
        transform: translateY(-120%);
        background-color: var(--colir-background-body);
        -webkit-transition: visibility .4s ease-in-out, -webkit-transform .4s ease-in-out;
        transition: visibility .4s ease-in-out, -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out, visibility .4s ease-in-out;
        transition: transform .4s ease-in-out, visibility .4s ease-in-out, -webkit-transform .4s ease-in-out;
    }
    .header__nav.active {
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .header__list {
        padding-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
    .header__list a {
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 14px;
        text-transform: lowercase;
        color: var(--color-text-black);
    }
    .header__group-link {
        width: 100%;
        gap: 11px;
    }
    .header__link-phone {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .header__list-link {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .header__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px;
    }
    .header__box-left {
        width: 100%;
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header__box-left .header__burger {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .header__burger {
        padding: 10px 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 34px;
        min-width: 34px;
        height: 34px;
        background-color: var(--color-text-white);
    }
    .header__burger:focus, .header__burger:focus-visible {
        outline: 0;
    }
    .header__burger.active {
        position: relative;
    }
    .header__burger.active span {
        width: calc(100% - 16px);
        position: absolute;
        top: 50%}
    .header__burger.active span:nth-child(2) {
        display: none;
    }
    .header__burger.active span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header__burger.active span:last-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header__burger span {
        display: inline;
        width: 100%;
        height: 2px;
        background-color: var(--color-text-black);
    }
    .header__box-right {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .btn-catalog {
        padding: 10px;
    }
    .search__input {
        min-width: auto;
        width: 100%}
    .section-title {
        margin-bottom: 25px;
        font-size: 28px;
    }
    .section-title .desc_section {
        font-size: 18px;
        line-height: 111%}
    main {
        padding-top: 169px;
    }
    .card4 {
        padding: 89px 13px 13px;
        max-width: 100%}
    .card4.new-style .card4__title {
        top: 7px;
        font-size: 15px;
    }
    .main-sec6 {
        padding: 0;
    }
    .main-sec6__content {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 0;
        background-image: none;
    }
    .main-sec6__content::before {
        display: none;
    }
    .main-sec6__desc {
        margin-bottom: 64px;
    }
    .webp .main-sec6__content {
        background-image: none!important;
    }
    .main-sec5 {
        padding: 30px 0;
    }
    .main-sec5__content {
        position: relative;
        padding-bottom: 63px;
    }
    .card3__box-img {
        max-height: calc(200px + 37 * (100vw - 670px)/ 360);
        margin-bottom: 11px;
    }
    .card3__link-card {
        font-size: 12px;
    }
    .card3__box-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .card3__hit-card-group {
        width: 76px;
        height: 76px;
    }
    .card3__hit-card-group .hit-card-block {
        border-right: 76px solid transparent;
        border-top: 76px solid var(--border);
    }
    .card3__hit-card-group .hit-card-text {
        font-size: 12px;
        top: 8px;
        left: 0;
    }
    .counter1 {
        max-width: calc(100% - 2px);
    }
    .btn3 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .btn3__btn {
        width: 100%;
        height: auto;
        padding: 12px 20px;
    }
    .main-sec4 {
        padding: 30px 0;
    }
    .main-sec4__content {
        position: relative;
        padding-bottom: 63px;
    }
    .main-sec3 {
        padding: 30px 0;
    }
    .main-sec3__content {
        position: relative;
        padding-bottom: 63px;
    }
    .card1 {
        max-width: 100%;
        padding: 72px 7px 8px;
    }
    .card1__box-info {
        padding: 12px 9px;
        min-width: auto;
    }
    .card1__title {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .card1 .btn1__text {
        padding: 4px 13px;
        font-size: 10px;
    }
    .card1 .btn1__box-svg {
        padding: 0 6px;
    }
    .card1 .btn1__box-svg svg {
        width: 11px;
        height: 10px;
    }
    .btn1__text {
        padding: 8px 20px;
        font-size: 16px;
    }
    .btn1__box-svg svg {
        width: 17px;
        height: 15px;
    }
    .main-sec1__marker {
        display: none;
    }
    .main-sec1__content {
        padding: 50px 30% 50px 0;
    }
    .main-sec1__swiper-slide-2 {
        margin-top: 0;
        margin-bottom: auto;
    }
    .switcher {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .box-swiper1__btn-swiper-group {
        position: absolute;
        bottom: 0;
    }
    .about-us-sec1__title {
        margin-bottom: 20px;
        font-size: 27px;
    }
    .about-us-sec1__box-top {
        gap: 20px;
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-us-sec1__image {
        width: 100%;
        max-height: 400px;
    }
    .about-us-sec1__image.details-company {
        display: none;
    }
    .about-us-sec1__image img {
        height: auto;
    }
    .about-us-sec1__content {
        font-size: 14px;
    }
    .about-us-sec1__content p {
        font-size: 14px;
    }
    .about-us-sec1__caption {
        margin-bottom: 17px;
        font-size: 20px;
    }
    .about-us-sec1__features-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
    }
    .about-us-sec1__features-list li {
        height: auto;
    }
    .about-us-sec1__features {
        margin-bottom: 60px;
    }
    .about-us-sec1__list-desc {
        margin-bottom: 48px;
    }
    .about-us-sec1__table-wrapp .product-card-sec1__table {
        margin-bottom: 20px;
        padding: 20px;
        gap: 10px;
    }
    .about-us-sec1__table-wrapp .product-card-sec1__table-row {
        padding-bottom: 10px;
    }
    .about-us-sec1__table-wrapp .product-card-sec1__table-row p:first-child {
        font-size: 14px;
    }
    .about-us-sec1__table-wrapp .product-card-sec1__table-row p:last-child {
        font-size: 14px;
    }
    .about-us-sec1__link .svg-box {
        padding: 5px;
    }
    .card5 {
        padding: 45px 15px 15px;
    }
    .card5__title {
        font-size: 16px;
    }
    .card5__desc {
        font-size: 14px;
    }
    .card5-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .card5__last-img {
        display: none;
    }
    .catalog-sec1__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .catalog-sec1__content.favorite_list .catalog-sec1__products-list li {
        width: 31.9387755102%}
    .catalog-sec1__title {
        margin-bottom: 0;
    }
    .catalog-sec1__aside {
        width: 100%}
    .catalog-sec1__box-double-catalog {
        display: none;
    }
    .catalog-sec1__box-double-catalog.active {
        display: block;
    }
    .catalog-sec1__title-btn {
        position: absolute;
        inset: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        color: var(--p-text);
        -webkit-transition: color .4s ease-in-out, -webkit-transform .4s ease-in-out;
        transition: color .4s ease-in-out, -webkit-transform .4s ease-in-out;
        transition: color .4s ease-in-out, transform .4s ease-in-out;
        transition: color .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    }
    .catalog-sec1__title-btn svg {
        -webkit-transition: -webkit-transform .4s ease-in-out;
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    }
    .catalog-sec1__title-btn.active svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .catalog-sec1__title-btn:focus, .catalog-sec1__title-btn:focus-visible {
        outline: 0;
    }
    .catalog-sec1__title-btn:active, .catalog-sec1__title-btn:focus-visible, .catalog-sec1__title-btn:hover {
        color: var(--color-text-black);
    }
    .catalog-sec1__title-wrapp {
        position: relative;
    }
    .catalog-sec1__products {
        width: 100%}
    .filters {
        display: none;
    }
    .filters.active {
        display: block;
    }
    .filters__main-list {
        gap: 10px;
    }
    .filters__main-item p {
        margin-bottom: 10px;
    }
    .product-card-sec1__content {
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .product-card-sec1__swiper-slide.swiper-slide-6 img {
        max-height: 70px;
    }
    .product-card-sec1__box-right {
        padding-top: 30px;
    }
    .product-card-sec1__hidden-swiper-mobil {
        display: block;
        margin-bottom: 20px;
    }
    .product-card-sec1__btn {
        width: 24px;
        min-width: 24px;
        height: 24px;
        border: none;
    }
    .product-card-sec1__title {
        font-size: 20px;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .product-card-sec1__box-img img {
        max-height: calc(314px + 181 * (100vw - 669px)/ 321);
    }
    .product-card-sec1__box-img::before {
        padding-top: 50%}
    .product-card-sec1__box-left {
        display: none;
    }
    .product-card-sec1__box-btn-decs {
        margin-bottom: 20px;
        max-width: 650px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-card-sec1__box-btn-decs .counter1 {
        max-width: 107px;
    }
    .product-card-sec1__box-btn-decs__box-left {
        width: 100%}
    .product-card-sec1__list-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .btn6 {
        padding: 20px;
        font-size: 20px;
    }
    .drop-down-catalog__item {
        padding-left: 10px;
    }
    .basket-sec1__top {
        gap: 40px;
    }
    .basket-sec1__right {
        width: 100%}
    .basket-sec1__price-wrapp {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .box-orders__item {
        padding-right: 35px;
        gap: 2px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .box-orders__img {
        width: 100%}
    .box-orders__img::before {
        padding-top: 20%}
    .box-orders__info {
        padding: 15px 20px 20px 10px;
        gap: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .box-orders__info-right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%}
    .box-orders__info-right .counter1 {
        max-width: 100px;
    }
    .box-orders__desc-name {
        font-size: 14px;
    }
    .box-orders__price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .box-orders__price span:first-child {
        font-size: 20px;
    }
    .personal-account__list-points {
        gap: 10px;
    }
    .personal-account__list-points li a {
        padding: 20px;
        font-size: 18px;
    }
    .personal-data__list {
        gap: 10px;
    }
    .personal-data__list li {
        gap: 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .personal-data__list li input, .personal-data__list li label, .personal-data__list li textarea {
        width: 100%}
    .personal-data__form {
        gap: 30px;
    }
    .personal-data__btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .personal-data__submit {
        width: 100%}
    .bx-soa-cart-total.bx-soa-cart-total-bottom {
        opacity: 1;
    }
    .bx-soa-cart-total.bx-soa-cart-total-fixed {
        position: static;
    }
    .bx-soa-cart-total-ghost {
        padding-top: 0!important;
    }
    .order-page-container #bx-soa-order {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .order-page-container #bx-soa-order .bx-soa-cart-total.bx-soa-cart-total-fixed {
        position: static;
        top: auto;
    }
    .order-page-container #bx-soa-order .right-block {
        width: 100%}
    .order-page-container #bx-soa-order .left-block {
        width: 100%}
    .order-page-container #bx-soa-order .bx-soa-pp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .order-page-container #bx-soa-order .bx-soa-pp .col-sm-7 {
        width: 100%;
        gap: 5px;
    }
    .order-page-container #bx-soa-order .bx-soa-pp .col-sm-5 {
        width: 100%}
    .static-page-sec1__content {
        padding: 16px 11px;
    }
    .static-page-sec1__content .swiper-20 {
        margin-bottom: 5px;
    }
    .static-page-sec1__content h1, .static-page-sec1__content h2, .static-page-sec1__content h3, .static-page-sec1__content h4 {
        font-size: 24px;
    }
    .static-page-sec1 ul li {
        width: 100%}
    .contacts-sec1__top-info-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
    }
    .contacts-sec1__left-box {
        width: 100%}
    .contacts-sec1__top {
        gap: 30px;
        margin-bottom: 30px;
    }
    .contacts-sec1 .product-card-sec1__table-row p:last-child span:first-child {
        font-size: 14px;
    }
    .contacts-sec1__map {
        min-height: 300px;
    }
    .contacts-sec1__address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
    .mb-3.d-flex.align-items-center {
        padding: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .catalog-compare-filter.p-3.mb-3 {
        padding: 20px;
    }
    .catalog-compare-filter.p-3.mb-3 .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .catalog-compare-table.table-responsive {
        padding: 20px;
        overflow: auto;
    }
    .modal-product-order__window {
        padding: 35px 10px 10px 10px;
    }
    .modal-product-order__list li {
        gap: 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .modal-product-order__list li input, .modal-product-order__list li label, .modal-product-order__list li textarea {
        width: 100%}
    .modal-product-order__btn-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 5px;
    }
    .box-product-line {
        top: 38px;
    }
    .box-product-line__content {
        padding: 12px 0;
    }
    .box-product-line__content .left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 7px;
    }
    .box-product-line__content .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .box-product-line__content .right .product-card-sec1__box-btn-decs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .card20__title {
        font-size: 16px;
    }
    .delivery-sec1__info {
        font-size: 14px;
        max-width: 100%}
    .delivery-sec2__title {
        margin-bottom: 15px;
        font-size: 30px;
    }
    .delivery-sec2__desc {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .delivery-sec2__list {
        gap: 15px;
    }
    .delivery-sec2__list li .card6__box-text {
        padding: 24px 24px 24px 40px;
    }
    .delivery-sec3__title {
        margin-bottom: 15px;
        font-size: 30px;
    }
    .delivery-sec4__title {
        margin-bottom: 15px;
        font-size: 30px;
    }
    .delivery-sec4__desc {
        width: 100%;
        font-size: 14px;
    }
    .min-title {
        margin-bottom: 10px;
    }
    .min-title span {
        padding: 10px 10px;
        font-size: 12px;
    }
    .box-form-1__title {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .box-form-1__input {
        width: 100%}
    .box-form-1__list {
        row-gap: 5px;
    }
    .box-form-1__list li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .box-form-1__submit {
        width: 100%;
        min-width: 200px;
    }
    .box-form-1__submit.btn3__btn {
        height: 100%}
    .card21 {
        padding: 45px 15px 15px;
        gap: 20px;
    }
    .partners-sec1__info {
        margin-bottom: 17px;
    }
    .partners-sec2__title {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .partners-sec2__swiper::after {
        left: -20px;
        width: 100px;
    }
    .partners-sec2__swiper::before {
        right: -20px;
        width: 100px;
    }
    .partners-sec2__swiper .box-swiper1__swiper-button.partners-sec2__btn-next {
        left: 20px;
    }
    .partners-sec2__swiper .box-swiper1__swiper-button.partners-sec2__btn-prev {
        right: 20px;
    }
    .partners-sec3__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
    .partners-sec3__left {
        width: 100%}
    .partners-sec3__title {
        margin-bottom: 17px;
        font-size: 30px;
    }
    .partners-sec3__info p {
        font-size: 14px;
    }
    .box-video__wrapp-video {
        min-height: calc(300px + 30 * (100vw - 950px)/ 80);
    }
    .box-video__title-video {
        font-size: 16px;
    }
    .guarantee-sec1__title {
        margin-bottom: 20px;
        font-size: 27px;
    }
    .guarantee-sec1__title-desc {
        font-size: 14px;
    }
    .guarantee-sec2 .delivery-sec2__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .guarantee-sec2 .delivery-sec2__desc-bottom {
        font-size: 14px;
    }
    .guarantee-sec4 .delivery-sec2__list li:first-child, .guarantee-sec4 .delivery-sec2__list li:nth-child(2) {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }
    .card-stocks {
        min-height: 380px;
    }
    .card-stocks__bottom-info p .svg svg {
        width: 20px;
        height: 20px;
    }
    .card-stocks__bottom-info p .text {
        font-size: 12px;
    }
    .card-stocks__bottom-info .title {
        font-size: 14px;
    }
    .main-stocks__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .stocks-page__main-list {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
    .box-main-img__box::before {
        padding-top: 25%}
    .new-modal-product-card {
        right: 43px;
    }
    .new-modal-product-card__window {
        padding-top: 38px;
        padding-bottom: 26px;
        max-width: 400px;
    }
    .new-modal-product-card__close {
        width: 20px;
        height: 20px;
    }
    .new-modal-product-card__box-title {
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .new-modal-product-card__title {
        font-size: 30px;
    }
    .new-modal-product-card__line-desc {
        margin-bottom: 20px;
        padding: 7px 20px;
    }
    .new-modal-product-card__box-form {
        padding: 0 20px;
    }
    .new-modal-product-card__box-form .desc {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .new-modal-product-card__box-form .group-input {
        margin-bottom: 15px;
        gap: 20px;
    }
    .new-modal-product-card__box-form .group-input__input {
        padding-bottom: 4px;
        font-size: 18px;
    }
    .new-modal-product-card__submit {
        padding: 10px 20px;
    }
    .new-modal-product-card__box-message-title {
        padding: 7px 20px;
        margin-bottom: 15px;
    }
    .new-modal-product-card__box-message-title p {
        font-size: 24px;
    }
    .new-modal-product-card__box-message-main-desk {
        padding: 0 20px;
        font-size: 20px;
        margin-bottom: 16px;
    }
    .new-modal-product-card__box-message-desk {
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .new-modal-product-card__box-message-btn {
        padding: 10px 20px;
    }
    .footer__top {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .footer__top .footer__content {
        max-width: 235px;
        margin: 0 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 35px;
    }
    .footer__group-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px;
    }
    .footer__group-link a:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .footer__group-link a:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .footer__group-link a:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .footer__link-phone {
        font-size: 24px;
    }
    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__list-points {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px;
    }
    .footer__bottom .footer__content {
        gap: 60px;
    }
    .footer__right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__address p {
        letter-spacing: -1px;
        text-align: center;
    }
}@media (max-width:950px) {
    .catalog-sec1__top-line-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .catalog-sec1__top-line-list::-webkit-scrollbar {
        display: none;
    }
    .catalog-sec1__list-catalog {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .drop-down-catalog__menu {
        padding: 10px 0;
        width: 100%}
    .drop-down-catalog__main-content {
        display: none;
    }
    .drop-down-catalog__item {
        padding-left: 0;
        border-left: 1px solid transparent;
    }
    .drop-down-catalog__item.hovered {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .drop-down-catalog__item.hovered .drop-down-catalog__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .drop-down-catalog__btn {
        padding: 12px 12px 12px 34px;
    }
    .drop-down-catalog__content-wrapp {
        width: 100%}
    .drop-down-catalog__content-level-1 {
        width: 100%;
        max-width: 100%;
        padding: 10px 0;
    }
    .drop-down-catalog__content-level-2 {
        display: none;
    }
    .drop-down-catalog__content-box {
        border-left: 1px solid transparent;
    }
    .drop-down-catalog__content-box.hovered {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .drop-down-catalog__content-box.hovered .drop-down-catalog__content-2 {
        display: block;
    }
    .drop-down-catalog__content-wrapp-2 {
        border-top: 2px solid var(--color-background-path);
        padding: 10px;
    }
    .drop-down-catalog__content-wrapp-2 ul {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
    .drop-down-catalog__content-wrapp-2 ul li {
        text-align: center;
    }
    .drop-down-catalog__content-wrapp-2 ul li a {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 14px;
        line-height: 200%;
        color: var(--color-text-card-desc);
        -webkit-transition: color .4s ease-in-out;
        transition: color .4s ease-in-out;
    }
    .drop-down-catalog__content-wrapp-2 ul li a:focus, .drop-down-catalog__content-wrapp-2 ul li a:focus-visible {
        outline: 0;
    }
    .drop-down-catalog__content-wrapp-2 ul li a:active, .drop-down-catalog__content-wrapp-2 ul li a:focus-visible, .drop-down-catalog__content-wrapp-2 ul li a:hover {
        color: var(--color-background-yellow);
    }
    .box-video__wrapp-video {
        min-height: calc(250px + 50 * (100vw - 669px)/ 281);
    }
    .box-video__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .box-video__list .box-video__wrapp-video {
        position: relative;
    }
}@media (max-width:670px) {
    .card3__box-img {
        max-height: calc(151px + 49 * (100vw - 340px)/ 330);
    }
    .card3__label-new p {
        font-size: 12px;
    }
}@media (max-width:669px) {
    .fixed {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .search__input {
        padding: 8px 17px;
    }
    .main-sec7 {
        padding: 60px 0 52px;
    }
    .main-sec7__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    main {
        padding-top: 0;
    }
    .card4__title {
        font-size: 16px;
    }
    .card4.card4-main {
        padding: 10px;
        min-height: 180px;
    }
    .card4.new-style .card4__title {
        top: 10px;
        font-size: 16px;
        max-width: 65%}
    .card4.new-style .card4__bottom-box {
        padding: 7px;
        gap: 7px;
    }
    .card4.new-style .card4__desc {
        font-size: 12px;
    }
    .card4.new-style .card4__btn-group p {
        font-size: 10px;
    }
    .main-sec2 {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .main-sec2__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .main-sec2__item::before {
        display: none;
    }
    .main-sec2__item:first-child::before {
        display: none;
    }
    .main-sec2__item:first-child {
        outline: 0;
    }
    .main-sec2__item:nth-child(2n) .card1 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .main-sec2__item:nth-child(2n) .card1__box-info {
        text-align: start;
    }
    .main-sec2__decor {
        display: none;
    }
    .main-sec1 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .main-sec1__content {
        padding: 70px 0 35px 0;
    }
    .main-sec1__title {
        font-size: 20px;
    }
    .main-sec1__desc {
        margin-bottom: 30px;
    }
    .main-sec1__swiper-pagination {
        padding: 0 20px;
        text-align: start;
    }
    .main-sec1__swiper-pagination .swiper-pagination-bullet {
        background-color: var(--color-drop-gray6);
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0;
    }
    .main-sec1__swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 4px!important;
    }
    .about-us-sec1__group-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
    .about-us-sec1__link {
        padding-left: 17px;
        gap: 17px;
        font-size: 14px;
    }
    .about-us-sec1__link svg {
        width: 25px;
        height: 25px;
    }
    .catalog-sec1__content.favorite_list .catalog-sec1__products-list li {
        width: 48.3306836248%}
    .catalog-sec1__products-list {
        -webkit-column-gap: 3.1796502385%;
        -moz-column-gap: 3.1796502385%;
        column-gap: 3.1796502385%;
        row-gap: 20px;
    }
    .catalog-sec1__products-list li {
        width: 48.3306836248%}
    .catalog-sec1__list-catalog {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .list-pages {
        padding-top: 50px;
    }
    .list-pages__list {
        gap: 3px;
    }
    .list-pages a {
        width: 22px;
        min-width: 22px;
        height: 22px;
    }
    .product-card-sec1__title {
        font-size: 24px;
    }
    .product-card-sec1__detailed-info {
        padding: 15px;
    }
    .product-card-sec1__box-img img {
        max-height: calc(246px + 68 * (100vw - 340px)/ 329);
    }
    .product-card-sec1__box-btn-decs .btn3 {
        max-width: 235px;
    }
    .product-card-sec1__new-list li a {
        width: 40px;
        height: 40px;
    }
    .btn7 {
        padding: 15px 20px;
    }
    .basket-sec1__top {
        margin-bottom: 20px;
        padding: 20px 20px 20px 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 38px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .basket-sec1__left p {
        margin-bottom: 15px;
    }
    .basket-sec1__right {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 18px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .basket-sec1__right .btn7 {
        min-width: auto;
    }
    .basket-sec1__desc {
        font-size: 16px;
    }
    .basket-sec1__price {
        font-size: 20px;
    }
    .basket-sec1__price-wrapp {
        width: 100%;
        gap: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .static-page-sec1__content.vertically picture {
        float: bottom;
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 100%}
    .static-page-sec1__content.vertically img {
        float: bottom;
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 100%}
    .btn-scroll {
        bottom: 20px;
        right: 20px;
    }
    .favorite_list .catalog-sec1__products-list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .box-form-1__title {
        font-size: 20px;
    }
    .box-form-1__list li:nth-child(4) {
        min-width: 100%}
    .box-form-1__list li:nth-child(5) {
        max-width: 100%}
    .box-form-1__input {
        padding: 2px 16px;
    }
    .box-form-1__submit {
        max-width: 100%;
        min-width: 100%}
    .box-video__list {
        margin-bottom: 30px;
    }
    .box-form-2 .box-form-1__list li .btn3__btn {
        max-width: 100%}
    .box-form-2 .box-form-1__list li.captcha {
        max-height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .box-form-2 .box-form-1__list li.captcha .captcha-box {
        width: 100%}
    .cookie {
        padding: 10px 0;
    }
    .cookie__form {
        gap: 30px;
    }
    .cookie__form .left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 10px;
    }
    .cookie__form .left img {
        width: 35px;
    }
    .cookie__form .left p {
        font-size: 14px;
    }
    .cookie__form .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-stocks {
        min-height: 300px;
    }
    .card-stocks__top-info .card-stocks__marker {
        font-size: 12px;
    }
    .card-stocks__top-info .counter-box .data-time {
        font-size: 12px;
    }
    .card-stocks__bottom-info p .svg svg {
        width: 16px;
        height: 16px;
    }
    .card-stocks__bottom-info p .text {
        font-size: 12px;
    }
    .card-stocks__bottom-info .title {
        font-size: 14px;
    }
    .stocks-page__box-desc {
        margin-bottom: 20px;
    }
    .stocks-page__main-list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .box-main-img__box::before {
        padding-top: 30%}
    .modal-discount__close {
        top: 5px;
        right: 10px;
    }
}@media (max-width:609px) {
    .header__box-left .header__burger {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}@media (max-width:550px) {
    .main-stocks__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .stocks-page__main-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}@media (max-width:450px) {
    .favorite_list .catalog-sec1__products-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .cookie__form .left p {
        font-size: 13px;
    }
}@media (max-width:340px) {
    .card3__box-img {
        max-height: 151px;
    }
}.webp .main-sec6__content::before {
     background-image: url(../img/main-page/sec6/beac1.webp);
 }


.exit-banner {
    display: none;
    position: fixed;
    z-index: 204;
    inset: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);

    .message {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 30px;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 159%;
        letter-spacing: -0.05em;
        color: color: var(--color-text-black);
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(255, 255, 255, 0.1) inset;
    }
}


.exit-banner__window {
    position: relative;
    width: 100%;
    max-width: 536px;
    height: auto;
    max-height: 482px;
}
.exit-banner__close {
    top: 8px;
    right: 48px;
    position: absolute;
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}
@media (max-width: 540px) {
    .exit-banner__close {
        top: calc(2px + (8 - 2) * ((100vw - 320px) / (540 - 320)));
        right: calc(25px + (48 - 25) * ((100vw - 320px) / (540 - 320)));
    }
}
.exit-banner__close:focus, .exit-banner__close:focus-visible {
    outline: none;
}
.exit-banner__challenge {
    position: absolute;
    inset: auto 0 0 0;
    height: 156px;
}
.exit-banner__challenge:focus, .exit-banner__challenge:focus-visible {
    outline: none;
}


/*reviews-new-list*/
.reviews-new-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    li {
        border-radius: 10px;
    }
}

.card-new-reviews {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-new-reviews__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.card-new-reviews__box-name {
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-new-reviews__rating {
    display: flex;
    align-items: center;
    gap: 4px;
    .text {
        font-size: 14px;
    }
}

.card-new-reviews__bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-new-reviews__desc {
    margin: 0 !important;
}

.card-new-reviews__box-img {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.card-new-reviews__link {
    display: flex;
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    border-radius: 7px;
    overflow: hidden;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width:900px) {
    .reviews-new-list {
        gap: 10px;
    }
    .card-new-reviews {
        border-radius: 14px;
        padding: 14px;
        gap: 14px;
    }
    .card-new-reviews__box-name {
        flex-direction: column;
        gap: 5px;
        align-items: start;
    }
    .card-new-reviews__bottom {
        gap: 14px;
    }
    .card-new-reviews__link {
        width: 75px;
        height: 75px;
    }
}

/*reviews-new-list*/

/*b24*/
.b24-widget-button-position-bottom-right {
    bottom: 135px !important;
	    right: 40px !important;
}
@media (max-width: 1030px) {
	.b24-widget-button-position-bottom-right {
		bottom: 90px !important;
		right: 10px !important;
	}
}


/*9мая*/
.css-ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}

.css-ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 10px 0;
    /* Создаем полоски георгиевской ленты через градиент */
    background: linear-gradient(to bottom, 
        #000 0%, #000 20%, 
        #ff8c00 20%, #ff8c00 40%, 
        #000 40%, #000 60%, 
        #ff8c00 60%, #ff8c00 80%, 
        #000 80%, #000 100%);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    color: #fff;
    font: bold 14px Arial, sans-serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    text-align: center;
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

/*form page*/
    .feedback-block { margin-bottom: 30px; }
    .feedback-block p { font-weight: bold; margin-bottom: 15px; color: var(--yellow-black); }
    
    .feedback-options { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; }
    .feedback-options label {
        cursor: pointer;
        border: 2px solid #e0e0e0;
        padding: 12px 24px;
        border-radius: 5px;
        transition: all 0.3s ease;
        text-align: center;
        color:  #000;
    }
    .feedback-options input[type="radio"] { display: none; }
    .feedback-options label:has(input[type="radio"]:checked) {
        border-color: var(--border);
        background: rgba(255, 225, 0, 0.1);
    }

    .feedback-textarea {
        width: 100%;
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-top: 10px;
        display: none; 
        background: #fff;
        color: #000;
    }

    .feedback-submit {
        background-color: var(--border);
        padding: 15px 40px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-weight: bold;
        color: #fff;
    }

.sub_title {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: var(--font-family);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white-838383);
    -webkit-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}
#order-feedback-form{
    margin-top: 20px;
}
