@charset "UTF-8";

@font-face {
    font-family: "Sansation";
    src: url("../fonts/Sansation-Regular.woff2") format("woff2"), url("../fonts/Sansation-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Sansation";
    src: url("../fonts/Sansation-Bold.woff2") format("woff2"), url("../fonts/Sansation-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

:root {
    --font-family-base: "Roboto", sans-serif;
    --container-width: 1310px;
    --container-padding-x: 20px;
    --container-padding-x-mobile: 11px;
    --input-height: 38px;
    --button-height: 38px;
    --transition-duration: 0.2s
}

:root {
    --color-blue: #0099ff;
    --text-color: #2c2c2c;
    --text-white: #fff;
    --bg-section-color: #fff;
    --bg-section-gray: #2c2c2c;
    --card-bj: #f3f3f3;
    --border-blue: #0099ff;
    --border-gray: #d2d2d2;
    --border-white: #fff;
    --color-block-blue: #0099ff
}

:root {
    --title-size-h1: 50px;
    --title-size-h2: 30px;
    --title-size-h3: 22px;
    --text-size: 16px;
    --header-text-size: 13px;
    --catd-title-size: 14px;
    --card-text-size: 12px
}

:root {
    --bg-color-white: #fff;
    --bg-color-blue: #0099ff
}

body {
    font-size: clamp(15px, 1.1111111111vw, 16px);
    font-family: var(--font-family-base), sans-serif;
    font-weight: 400;
    line-height: 1.28;
    color: var(--text-color);
    background-color: var(--bg-section-color)
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:where(ul, ol):where([class]) {
    padding-left: 0
}

:where(blockquote, figure):where([class]),
body {
    margin: 0
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
    margin-block: 0
}

:where(dd[class]) {
    margin-left: 0
}

:where(fieldset[class]) {
    margin-left: 0;
    padding: 0;
    border: none
}

:where(ul[class]) {
    list-style: none
}

:where(address[class]) {
    font-style: normal
}

p {
    font-family: var(--font-family-base), sans-serif;
    --paragraphMarginBottom: 12px;
    margin-block: 0
}

p:where(:not([class]):not(:last-child)) {
    margin-bottom: var(--paragraphMarginBottom)
}

img {
    display: block;
    max-width: 100%
}

button,
input,
select,
textarea {
    font: inherit
}

html {
    height: 100%
}

:has(:target),
html {
    scroll-behavior: smooth
}

body {
    min-height: 100%;
    line-height: 1.5;
    height: 100%
}

svg [fill] {
    fill: currentColor
}

svg [stroke] {
    stroke: currentColor
}

svg * {
    -webkit-transition-property: fill, stroke;
    transition-property: fill, stroke
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

button {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer
}

a {
    font-family: var(--font-family-base), sans-serif;
    color: inherit
}

a,
a:hover {
    text-decoration: none
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.home__title {
    font-family: "Sansation", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px
}

.home__text {
    font-family: var(--font-family-body), sans-serif;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 30px
}


.header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-contacts__phone {
    font-family: var(--font-family-base), sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--text-color);
    margin-right: 24px
}

.header-contacts__phone:hover {
    color: #a19f9f
}

a,
button,
input,
svg *,
textarea {
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration)
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit
}

h1,
h2,
h3,
h4 {
    font-weight: 700
}

.h1,
h1 {
    font-size: clamp(31px, 3.4722222222vw, 50px)
}

.h2,
h2 {
    font-size: clamp(26px, 2.0833333333vw, 30px)
}

.h3,
h3 {
    font-size: clamp(20px, 1.5277777778vw, 22px)
}

.h4,
h4 {
    font-size: clamp(17px, 1.25vw, 18px)
}

.descr,
p {
    font-size: clamp(14px, 1.1111111111vw, 16px)
}

p a {
    font-size: clamp(14px, 1.1111111111vw, 16px)
}

.link-text,
a {
    font-size: clamp(14px, 1.1111111111vw, 16px)
}

ol li {
    font-size: clamp(14px, 1.1111111111vw, 16px)
}

ul li {
    font-size: clamp(14px, 1.1111111111vw, 16px)
}

.modal {
    display: none;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-open {
    overflow: hidden;
    scrollbar-gutter: stable
}

.modal .icon_clear {
    width: 15px;
    height: 15px;
    display: block;
    background: url("../img/icons/close.svg") no-repeat center center;
    right: 15px;
    top: 15px;
    position: absolute
}

@media (min-width: 768px) {
    .modal .icon_clear {
        position: absolute;
        right: 24px;
        top: 24px;
        font-size: 22px
    }
}

@media (min-width: 768px) {

    .modal.modal-placing .icon_clear,
    .modal.modal_small .icon_clear {
        font-size: 18px;
        top: 12px;
        right: 12px
    }
}

.modal .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
}

@media (min-width: 768px) {
    .modal.in {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative
}

.modal-dialog {
    width: 100%
}

@media (min-width: 768px) {
    .modal-dialog {
        position: relative;
        margin: auto;
        max-width: 1060px
    }

    .modal_small .modal-dialog {
        max-width: 798px
    }
}

@media (max-width: 767px) {
    .modal-dialog {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%
    }
}

.modal-placing__logo {
    margin-bottom: 29px;
    width: 36px
}

.modal-placing__title {
    margin-bottom: 15px;
    font-weight: 700;
    font-family: "Sansation";
    line-height: 1.2em;
    text-transform: uppercase;
    color: var(--text-color);
    display: block;
    width: 100%
}

.modal-placing__text {
    font-weight: 500;
    color: var(--text-color);
    font-family: "Roboto";
    display: block;
    width: 100%
}

.modal_small {
    line-height: 1.63
}

.modal_small .form {
    margin-top: 24px
}

.modal-content {
    position: relative;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 29px rgba(0, 0, 0, 0.11);
    box-shadow: 0 6px 29px rgba(0, 0, 0, 0.11);
    background-clip: padding-box;
    outline: 0;
    padding: 9px 10px;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff
}

.modal_small .modal-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal_small .modal-content .form {
    width: 100%
}

@media (min-width: 768px) {
    .modal-content {
        padding: 60px 48px 32px 32px;
        min-height: inherit
    }

    .modal_small .modal-content {
        padding: 24px 30px 28px;
        line-height: 1.5;
        display: block
    }

    .modal_small .modal-content p {
        margin: 12px 0 24px
    }

    .modal_small .modal-content .reviews-wrap__text {
        margin-top: 10px;
        margin-bottom: 24px
    }

    .modal-placing .modal-content {
        padding: 40px
    }
}

.modal-action {
    text-align: center
}

.modal-action .btn {
    min-width: 223px
}

@media (max-width: 576px) {
    .modal-action .btn {
        width: 100%
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=20)
}

.modal-label {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px;
    width: 100%
}

@media (max-width: 767px) {
    .modal-label {
        text-align: center
    }
}

.modal-body {
    position: relative;
    padding: 29px 0 0
}

@media (min-width: 768px) {
    .modal-body {
        padding: 32px 0 0
    }
}

.modal-footer {
    margin-top: 15px;
    text-align: right;
    padding: 29px 0 0
}

@media (min-width: 768px) {
    .modal-footer {
        padding: 38px 0 0
    }
}

.modal-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-tabs__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    text-transform: uppercase;
    padding-right: 25px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 11px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.06em
}

.modal-tabs__item.active:before {
    content: "";
    display: block;
    position: absolute;
    width: 49px;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    column-gap: 0.5rem;
}

.pagination .nav-item {
    font-family: "Sansation";
    font-size: 1.4rem;
    font-weight: 100;
}

.pagination .current {
    color: #adadad;
}

.pagination .navigate-btn {
    box-sizing: border-box;
    text-align: center;
    display: inline-flex;
    align-items: center;
    width: 1.4rem;
    height: 1.4rem;
    padding: 0;
}

.pagination .navigate-btn::before {
    content: "";
    background-color: #2c2c2c;
    width: 100%;
    height: 100%;
}

.pagination .navigate-btn-up:before {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0id2hpdGUgYmFja2dyb3VuZCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAyNFYwaDI0djI0eiIvPjxwYXRoIGQ9Ik05LjE3MiAxOC4zNjQgMTUuNTM2IDEyIDkuMTcyIDUuNjM2bC0uNzA4LjcwN0wxNC4xMjEgMTJsLTUuNjU3IDUuNjU3LjcwOC43MDd6Ii8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0id2hpdGUgYmFja2dyb3VuZCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAyNFYwaDI0djI0eiIvPjxwYXRoIGQ9Ik05LjE3MiAxOC4zNjQgMTUuNTM2IDEyIDkuMTcyIDUuNjM2bC0uNzA4LjcwN0wxNC4xMjEgMTJsLTUuNjU3IDUuNjU3LjcwOC43MDd6Ii8+PC9zdmc+);
}

.pagination .navigate-btn-down:before {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0id2hpdGUgYmFja2dyb3VuZCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAyNFYwaDI0djI0eiIvPjxwYXRoIGQ9Ik0xNC44MjggNS42MzYgOC40NjQgMTJsNi4zNjQgNi4zNjQuNzA4LS43MDdMOS44NzkgMTJsNS42NTctNS42NTctLjcwOC0uNzA3eiIvPjwvc3ZnPg==);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0id2hpdGUgYmFja2dyb3VuZCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAyNFYwaDI0djI0eiIvPjxwYXRoIGQ9Ik0xNC44MjggNS42MzYgOC40NjQgMTJsNi4zNjQgNi4zNjQuNzA4LS43MDdMOS44NzkgMTJsNS42NTctNS42NTctLjcwOC0uNzA3eiIvPjwvc3ZnPg==);
}

@media (min-width: 768px) {
    .modal-product-props .modal-content {
        padding: 25px 30px 30px
    }
}

.modal-product-props .modal-dialog {
    max-width: 330px
}

.modal-product-props .modal-footer {
    text-align: center;
    padding: 0
}

.modal-product-props .grid-popular__options-item {
    display: inline-block;
    min-width: 0;
    margin-right: 17px;
    margin-bottom: 26px
}

.modal-product-props .grid-popular__options-color {
    width: 25px
}

@media (min-width: 768px) {
    .modal-product-props .grid-popular__options-color {
        width: 30px
    }
}

@media (min-width: 768px) {

    .icon_close,
    .modal-dialog,
    .reviews-wrap__close {
        top: 0;
        right: 0
    }
}

@media (min-width: 767px) {
    .modal .icon_close {
        position: absolute !important;
        top: 0;
        right: 0
    }
}

@media (max-width: 576px) {

    .modal-dialog,
    .rating__form {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .modal-dialog,
    .reviews-wrap__image {
        width: 100%;
        min-width: 92px;
        height: 100%;
        aspect-ratio: 1/1
    }
}

@media (max-width: 767px) {
    .send-review.modal_small .modal-content {
        padding-bottom: 70px
    }
}

.placing-form {
    margin-top: 40px
}

@media (max-width: 767px) {
    .placing-form {
        width: 100%;
        margin-top: 20px
    }
}

.placing-form textarea {
    width: 100%;
    min-height: 88px;
    resize: none;
    padding-top: 10px
}

.placing-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

@media (max-width: 576px) {
    .placing-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.placing-wrap .input {
    width: 100%
}

.placing-wrap .input:not(:last-child) {
    margin-right: 10px
}

@media (max-width: 576px) {
    .placing-wrap .input:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.placing-files {
    margin-top: 14px
}

.preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px
}

.file-preview {
    display: flex;
    align-items: center;
    column-gap: 12px;
    font-size: 12px;
    color: #7b7b7b;
}

.preview img {
    max-width: 40px;
    height: 40px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 576px) {
    .preview img {
        max-width: 100px;
        height: 100px
    }
}

.upload-btn {
    font-weight: 500;
    font-size: var(--text-size);
    line-height: 140%;
    color: var(--color-blue);
    cursor: pointer;
}

.upload-btn:before {
    content: "";
    display: inline-block;
    background: url("../img/icons/arr-file.svg") no-repeat center center;
    width: 12px;
    height: 12px;
    margin-right: 8px
}

.placing-footer {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .placing-footer {
        margin-top: 20px
    }
}

@media (max-width: 576px) {
    .placing-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.placing-footer .btn-blue {
    max-width: 268px;
    width: 100%;
    margin-right: 14px
}

@media (max-width: 576px) {
    .placing-footer .btn-blue {
        width: 100%;
        max-width: none;
        margin-right: 0;
        margin-bottom: 10px
    }
}

.placing-footer__text {
    font-weight: 400;
    font-size: 12px;
    color: var(--text-color);
    max-width: 218px
}

@media (max-width: 576px) {
    .placing-footer__text {
        max-width: none;
        width: 100%
    }
}

.placing-footer__text a {
    font-size: 12px;
    color: var(--color-blue)
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    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(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    display: none
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    display: flex;
    column-gap: 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 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;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.swiper-button-prev:before {
    -webkit-transform: rotate(313deg) !important;
    transform: rotate(313deg) !important
}

.slick-arrow.swiper-button-disabled {
    display: none
}

.grid-product .slick-arrow {
    top: 40% !important
}

@media (max-width: 768px) {
    .grid-product .slick-arrow {
        display: none
    }
}

.grid-product .swiper-slide {
    height: auto
}

.container {
    max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
    margin-inline: auto;
    padding-inline: var(--container-padding-x)
}

@media (max-width: 767px) {
    .container {
        padding-inline: var(--container-padding-x-mobile)
    }
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    clip-path: inset(100%) !important;
    clip: rect(0 0 0 0) !important;
    overflow: hidden !important
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none !important
    }
}

@media (min-width: 768px) {
    .visible-mobile {
        display: none !important
    }
}

.heading {
    background: #f3f3f3;
    padding: 12px 0;
    font-weight: 500;
    font-size: var(--header-text-size);
    color: var(--text-color)
}

.heading-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.heading__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.heading__menu li:not(:last-child) {
    margin-right: 40px
}

@media (max-width: 845px) {
    .heading__menu li:not(:last-child) {
        margin-right: 20px
    }
}

.heading__menu li a:hover {
    color: #a19f9f
}

.heading-products {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 22;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 4px 0px #2c2c2c;
    box-shadow: 0 0 4px 0px #2c2c2c;
    padding: 10px;
    top: 29px;
    left: -10px;
    overflow: auto
}

.heading-products.act {
    display: block
}

.heading-products li:not(:last-child) {
    margin-bottom: 9px
}

.heading-product__btn {
    position: relative
}

.heading-product__btn:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 6px;
    background: url("../img/icons/arrow-header.svg") no-repeat center center;
    margin-left: 8px
}

.heading-product__btn.act:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.callback-btn {
    color: var(--color-blue);
    font-weight: 700;
    margin-left: auto;
    border-bottom: 1px solid var(--border-blue)
}

.callback-btn:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0)
}

.header-block {
    background: var(--bg-section-color);
    padding: 16px 0 8px 0
}

.header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-social li:not(:last-child) {
    margin-right: 24px
}

.header-social li a:hover svg {
    fill: #a19f9f
}

.header-social svg {
    width: 20px;
    height: 20px;
    fill: #2c2c2c
}

.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.basket {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: var(--text-color);
    margin-left: auto
}

.basket:hover {
    color: #a19f9f
}

.icons-basket {
    position: relative
}

.icons-basket:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icons/basket.svg") no-repeat center center;
    background-size: 20px;
    margin-right: 14px
}

.cart-count {
    position: absolute;
    top: -6px;
    right: 3px;
    font-weight: 500;
    background-color: var(--bg-color-blue);
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 16px;
    border-radius: 100%;
}

.header-search {
    padding: 8px 0 16px 0;
    background: var(--bg-section-color)
}

.search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.wrapper__search_result {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 21;
    min-height: 50vh;
    height: calc(100vh - 200px);
    padding: 0 1rem 1rem;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    box-shadow: 0 6px 6px -6px;
}

@media (max-width: 444px) {
    .wrapper__search_result {
        height: calc(100vh - 130px);
    }
}

.wrapper__search_result h3 {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2;
}

.search__result {
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
}

.search-wrapper__input {
    width: 100%;
    height: var(--input-height);
    border: 1px solid #d2d2d2;
    padding: 10px 14px 10px 38px;
    position: relative;
    font-weight: 400;
    font-size: 15px;
}

.search-wrapper__input::-webkit-input-placeholder {
    color: var(--text-color);
    opacity: 0.5
}

.search-wrapper__input::-moz-placeholder {
    color: var(--text-color);
    opacity: 0.5
}

.search-wrapper__input:-ms-input-placeholder {
    color: var(--text-color);
    opacity: 0.5
}

.search-wrapper__input::-ms-input-placeholder {
    color: var(--text-color);
    opacity: 0.5
}

.search-wrapper__input::placeholder {
    color: var(--text-color);
    opacity: 0.5
}

.search-wrapper__add {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../img/icons/add-icon.svg") no-repeat center center;
    position: absolute;
    right: 14px
}

.search-wrapper__add.act {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.search-wrapper__btn {
    position: absolute;
    left: 14px;
    display: inline-block;
    width: 16px;
    height: 16px;
    z-index: 1;
    background: url("../img/icons/search.svg") no-repeat center center
}

.search-wrapper__close {
    display: none;
    position: absolute;
    right: 14px;
    width: 16px;
    height: 16px;
    z-index: 1;
    background: url("../img/icons/close.png") no-repeat center center;
    cursor: pointer;
}

.search-wrapper__input.active+.search-wrapper__close {
    display: inline-block;
}

.header-mobile {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 100;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow-y: auto
}

.header-mobile.active {
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.header-mobile__menu {
    padding: 50px 30px 30px 30px;
    font-size: 16px;
    font-weight: 400
}

.header-mobile__menu ul {
    height: 100%
}

.header-mobile__menu ul li:not(:last-child) {
    margin-bottom: 15px
}

.header-mobile .heading-products {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    padding: 0;
    margin-top: 15px;
    padding-left: 20px
}

.header-mobile__contacts {
    margin-top: 40px
}

.header-mobile__contacts .header-social li {
    margin-bottom: 0 !important
}

.header-mobile__contacts .header-social li svg {
    width: 25px;
    height: 25px
}

.header-mobile__contacts .header-contacts__phone {
    margin-left: 0;
    margin-top: 15px;
    display: inline-block
}

.header-mobile .heading-product__btn:after {
    width: 15px;
    height: 9px;
    background-size: cover
}

.header-mob__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0
}

.header-mob .burger {
    background: url("../img/icons/burger.svg") no-repeat center center;
    width: 20px;
    height: 20px;
    display: block
}

.header-mob .icons-basket:before {
    margin-right: 0
}

.header-mob .cart-count {
    right: -6px
}

.header-mob .header__phone {
    width: 20px;
    margin-right: 10px
}

.header-mob .header__phone svg {
    width: 20px;
    height: 20px
}

.header-mob__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.footer {
    background: var(--bg-section-gray);
    padding: 40px 0
}

@media (max-width: 767px) {
    .footer {
        padding: 30px 0
    }
}

.footer .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer .footer-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

@media (max-width: 1070px) {
    .footer .footer-head {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 700px) {
    .footer .footer-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer .footer-head .logo {
    margin-right: auto;
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-left: 0
}

.footer .footer-head .logo img {
    width: 270px
}

@media (max-width: 700px) {
    .footer .footer-head .logo img {
        width: auto
    }
}

@media (max-width: 700px) {
    .footer .footer-head .logo {
        margin: 0 auto;
        margin-bottom: 20px
    }
}

.footer .footer-head .heading__nav {
    color: var(--text-white);
    margin-left: 15px
}

@media (max-width: 1070px) {
    .footer .footer-head .heading__nav {
        margin-left: 0
    }
}

@media (max-width: 700px) {
    .footer .footer-head .heading__nav {
        margin: 0 auto
    }
}

@media (max-width: 1070px) {
    .footer .footer-head .heading__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 700px) {
    .footer .footer-head .heading__menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 1070px) {
    .footer .footer-head .heading__menu li {
        margin-right: 0
    }
}

@media (max-width: 1070px) {
    .footer .footer-head .heading__menu li:not(:last-child) {
        margin-bottom: 15px
    }
}

@media (max-width: 700px) {
    .footer .footer-head .heading__menu li a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer .footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .footer-contacts .copyright {
    /*max-width: 170px;*/
    color: var(--text-white);
    opacity: 0.5
}

@media (max-width: 700px) {
    .footer .footer-contacts .copyright {
        max-width: none;
        text-align: center
    }
}

@media (max-width: 700px) {
    .footer .footer-contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 0 auto
    }
}

.footer .footer-connection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

@media (max-width: 700px) {
    .footer .footer-connection {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100%
    }
}

.footer .footer-connection__btn {
    margin-left: 40px
}

@media (max-width: 700px) {
    .footer .footer-connection__btn {
        margin-left: 0;
        margin-bottom: 20px;
        width: 100%
    }
}

.footer .header-contacts__phone {
    color: var(--text-white)
}

@media (max-width: 700px) {
    .footer .header-contacts__phone {
        margin-left: 0;
        margin-bottom: 20px
    }
}

@media (max-width: 700px) {
    .footer .header-social {
        margin-bottom: 20px
    }
}

.footer .header-social svg {
    fill: #fff
}

@media (max-width: 576px) {
    .footer .header-social svg {
        width: 25px;
        height: 25px
    }
}

.footer .heading-products {
    background: #3a3939;
    top: -66px;
    left: 106px;
    height: 188px;
    max-width: 230px;
    overflow: auto
}

@media (max-width: 1070px) {
    .footer .heading-products {
        left: -40px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

@media (max-width: 700px) {
    .footer .heading-products {
        position: static;
        width: 100%;
        height: 100%;
        background: transparent;
        padding: 0;
        margin-top: 20px;
        text-align: center
    }
}

.footer .heading-product__btn.act:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.home {
    padding: 70px 0;
    background: url("../img/main-bj.jpg") no-repeat center center/cover;
    position: relative
}

@media (max-width: 767px) {
    .home {
        padding: 30px 0
    }
}

.home:before {
    content: "";
    display: block;
    background: #000000;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.76)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home__wrapper {
    max-width: 963px;
    color: var(--text-white);
    position: relative;
    z-index: 20
}

@media (max-width: 576px) {
    .home__wrapper {
        max-width: none
    }
}

.product-section {
    padding: 50px 0 150px;
    background: var(--bg-section-color)
}

.product-slider .swiper-slide {
    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;
    height: 180px;
    border: 1px solid #d2d2d2;
}

.product-slider .swiper-slide img {
    max-width: 80px;
    width: 100%;
    height: 88px;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 1/1
}

.product-slider .swiper-slide .text-slider {
    margin-top: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: var(--text-color);
    font-family: "Sansation";
    max-width: 90%
}

@media (max-width: 1020px) {
    .product-slider .swiper-slide .text-slider {
        font-size: 12px
    }
}

.product-slider .product-slider-next {
    background: url("../img/icons/arr-slider-next.svg") no-repeat center center;
    width: 15px;
    height: 26px;
    background-size: cover
}

.product-slider .product-slider-prev {
    background: url("../img/icons/arr-slider-prev.svg") no-repeat center center;
    width: 15px;
    height: 26px;
    background-size: cover
}

@media (max-width: 576px) {

    .product-slider .product-slider-next,
    .product-slider .product-slider-prev {
        display: none
    }
}

.swiper-block {
    position: relative
}

.contacts-section {
    padding: 10px;
    background: var(--bg-section-gray);
    position: relative
}

.contacts-section:after {
    content: "";
    display: inline-block;
    background: url("../img/order-bj.jpg") no-repeat center center/cover;
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 980px) {
    .contacts-section:after {
        display: none
    }
}

.cont-form {
    position: relative;
    z-index: 10;
    max-width: 60%;
    padding: 40px 0;
    min-height: 483px;
}

@media (max-width: 1550px) {
    .cont-form {
        max-width: 58%
    }
}

@media (max-width: 980px) {
    .cont-form {
        max-width: none
    }
}

.cont-form .modal-placing__title {
    color: var(--text-white)
}

.cont-form .modal-placing__text {
    color: var(--text-white)
}

.cont-form .input,
.cont-form textarea {
    background: #2c2c2c;
    color: var(--text-white)
}

.cont-form .input::-webkit-input-placeholder,
.cont-form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.cont-form .input::-moz-placeholder,
.cont-form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.cont-form .input:-ms-input-placeholder,
.cont-form textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.cont-form .input::-ms-input-placeholder,
.cont-form textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.cont-form .input::placeholder,
.cont-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.cont-form .placing-footer__text {
    color: rgba(255, 255, 255, 0.5)
}

.popular-categories {
    padding: 150px 0 200px;
    background: var(--bg-color-white)
}

@media (max-width: 767px) {
    .popular-categories {
        padding: 50px 0 100px
    }
}

.popular-categories__title {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--text-color);
    font-family: "Sansation"
}

.popular-categories .categories-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
    gap: 20px
}

@media (min-width: 1300px) {
    .popular-categories .categories-wrapper {
        -ms-grid-columns: 408px 408px 408px;
        grid-template-columns: repeat(3, 408px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 1299px) and (min-width: 768px) {
    .popular-categories .categories-wrapper {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 767px) {
    .popular-categories .categories-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.popular-categories .categories-card {
    background: #f3f3f3;
    position: relative;
    width: 100%;
    min-height: 242px;
    height: 100%;
    overflow: hidden;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.popular-categories .categories-card__gt-1:after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
    aspect-ratio: 1/1;
    width: 55%
}

.popular-categories .categories-card__gt-1.category-2:after {
    background-image: url("../img/categories/2.png");
    bottom: -17%;
    right: -12%;
}

.popular-categories .categories-card__gt-1.category-252:after {
    background-image: url("../img/categories/252.png");
    bottom: -26%;
    right: -10%;
}

.popular-categories .categories-card__gt-1.category-507:after {
    background-image: url("../img/categories/507.png");
    bottom: -26%;
    right: 0%;
}

.popular-categories .categories-card__gt-1.category-642:after {
    background-image: url("../img/categories/642.png");
    bottom: -16%;
    right: -6%;
}

.popular-categories .categories-card__gt-1.category-721:after {
    background-image: url("../img/categories/721.png");
    bottom: -15%;
    right: -4%;
}

@media (max-width: 1299px) {
    .popular-categories .categories-card__gt-1:after {
        width: 42%
    }
}

@media (max-width: 1276px) {
    .popular-categories .categories-card__gt-1:after {
        right: -8%;
        bottom: 0
    }
}

@media (max-width: 990px) {
    .popular-categories .categories-card__gt-1:after {
        width: 53%
    }
}

.popular-categories .categories-card__gt-2:after {
    content: "";
    display: inline-block;
    background: url("../img/products/capture.png") no-repeat center top/cover;
    position: absolute;
    bottom: -3%;
    right: -12%;
    aspect-ratio: 1/1;
    width: 55%
}

@media (max-width: 1299px) {
    .popular-categories .categories-card__gt-2:after {
        width: 42%
    }
}

@media (max-width: 1276px) {
    .popular-categories .categories-card__gt-2:after {
        right: -8%;
        bottom: 0
    }
}

@media (max-width: 990px) {
    .popular-categories .categories-card__gt-2:after {
        width: 53%
    }
}

.popular-categories .categories-card__gt-3:after {
    content: "";
    display: inline-block;
    background: url("../img/products/engine.png") no-repeat center top/cover;
    position: absolute;
    bottom: -3%;
    right: -12%;
    aspect-ratio: 1/1;
    width: 55%
}

@media (max-width: 1299px) {
    .popular-categories .categories-card__gt-3:after {
        width: 42%
    }
}

@media (max-width: 1276px) {
    .popular-categories .categories-card__gt-3:after {
        right: -8%;
        bottom: 0
    }
}

@media (max-width: 990px) {
    .popular-categories .categories-card__gt-3:after {
        width: 53%
    }
}

.popular-categories .categories-card__gt-4:after {
    content: "";
    display: inline-block;
    background: url("../img/products/robot.png") no-repeat center top/cover;
    position: absolute;
    bottom: -3%;
    right: -12%;
    aspect-ratio: 1/1;
    width: 55%
}

@media (max-width: 1299px) {
    .popular-categories .categories-card__gt-4:after {
        width: 42%
    }
}

@media (max-width: 1276px) {
    .popular-categories .categories-card__gt-4:after {
        right: -8%;
        bottom: 0
    }
}

@media (max-width: 990px) {
    .popular-categories .categories-card__gt-4:after {
        width: 53%
    }
}

.popular-categories .categories-card__gt-5:after {
    content: "";
    display: inline-block;
    background: url("../img/products/vacuum.png") no-repeat center top/cover;
    position: absolute;
    bottom: -3%;
    right: -12%;
    aspect-ratio: 1/1;
    width: 55%
}

@media (max-width: 1299px) {
    .popular-categories .categories-card__gt-5:after {
        width: 42%
    }
}

@media (max-width: 1276px) {
    .popular-categories .categories-card__gt-5:after {
        right: -8%;
        bottom: 0
    }
}

@media (max-width: 990px) {
    .popular-categories .categories-card__gt-5:after {
        width: 53%
    }
}

.popular-categories .categories-card h5 {
    margin: 0;
    margin-bottom: 20px;
    font-family: "Sansation";
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
    z-index: 10;
    position: relative;
    font-size: 20px
}

.popular-categories .categories-card__btn {
    max-width: 110px;
    max-height: 32px;
    margin-top: auto
}

.popular-categories .categories-list {
    z-index: 10;
    position: relative;
    max-width: 57%;
}

.popular-categories .categories-list__item {
    font-weight: 500;
    font-size: 14px;
    color: var(--text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 15px;
}

.popular-categories .categories-list__item:not(:last-child) {
    margin-bottom: 14px
}

.popular-categories .categories-list__item:not(:last-child):before {
    content: "";
    display: inline-block;
    background: url("../img/icons/arr-card.svg") no-repeat center center/contain;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.popular-categories .categories-list__item:not(:last-child):after {
    content: "|";
    display: inline-block;
    width: 1px;
    height: 15px;
    position: absolute;
    left: 3px;
    bottom: -10px
}

.popular-categories .categories-list__item:last-child {
    margin-bottom: 14px
}

.popular-categories .categories-list__item:last-child:before {
    content: "";
    display: inline-block;
    background: url("../img/icons/dot.svg") no-repeat center center/contain;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 0;
    background-size: 5px
}

.popular-categories .categories-list__active {
    color: var(--color-blue)
}

.popular-categories .categories-back {
    padding: 20px;
    position: relative;
    background: url("../img/equipment.jpg") no-repeat center center/cover;
    min-height: 242px;
    width: 100%
}

.popular-categories .categories-back:before {
    content: "";
    display: block;
    background: #000000;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.76)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.popular-categories .categories-back .categories-descr {
    position: relative;
    z-index: 10;
    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%;
    max-width: 291px
}

.popular-categories .categories-back h5 {
    margin: 0;
    margin-bottom: 14px;
    font-family: "Sansation";
    font-weight: 700;
    color: var(--text-white);
    text-transform: uppercase;
    font-size: 20px
}

.popular-categories .categories-back__text {
    font-weight: 500;
    line-height: 140%;
    color: var(--text-white)
}

.popular-categories .categories-back__btn {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    max-height: 32px;
    margin-top: auto
}

.product {
    padding-bottom: 200px;
    background: var(--bg-color-white)
}

@media (max-width: 767px) {
    .product {
        padding-bottom: 100px
    }
}

.product__title {
    margin-bottom: 12px;
    display: inline-block;
    font-family: "Sansation";
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-color)
}

.product__text {
    max-width: 980px;
    width: 100%;
    color: var(--text-color);
    font-weight: 500;
    line-height: 140%
}

.product-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 40px;
    gap: 10px;
}

.home__product-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 40px;
    gap: 10px;
}

.category-wrap {
    flex-direction: column;
    margin-top: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flex;
    display: flex;
    row-gap: 10px
}

.product-wrap__item {
    width: 100%;
    height: 180px;
    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: relative;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
    transition: all 400ms;
}

.product-wrap__item:hover {
    border-color: var(--bg-color-blue);
}

.product-wrap__front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-wrap__front img {
    width: 80px;
    height: 84px;
    -o-object-fit: contain;
    object-fit: contain
}

.product-wrap__front span {
    display: inline-block;
    margin-top: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: var(--text-color);
    font-family: "Sansation", sans-serif;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box
}

.product-wrap__back {
    position: absolute;
    bottom: -100%;
    left: 0;
    background: #f3f3f3;
    max-width: 210px;
    width: 100%;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px
}

.product-wrap__back span {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--text-color);
    margin-bottom: 8px;
    font-family: "Sansation";
    display: inline-block
}

.product-wrap__back>div,
.product-wrap__back p {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: var(--text-color);
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
    display: -webkit-box
}

.product-wrap__item:hover .product-wrap__back {
    bottom: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.delivery {
    padding-bottom: 200px;
    background: var(--bg-color-white)
}

.page-content ul {
    line-height: 160%;
    padding-left: 17px;
    margin-bottom: 12px;
}

.page-content ul li {
    list-style-type: square;
}

.page-content ul li::marker {
    color: var(--color-blue);
}

.page-content table {
    caption-side: bottom;
    border-collapse: collapse;
}

.page-content table td {
    padding: .5rem;
    border: 1px solid #d2d2d2;
}

@media (max-width: 767px) {
    .delivery {
        padding-bottom: 100px
    }
}

.contacts {
    padding-bottom: 50px;
    background: var(--bg-color-white);
    font-family: "Sansation"
}

@media (max-width: 767px) {
    .contacts {
        padding-bottom: 20px
    }
}

.contacts-wrapper {
    background: #f3f3f3;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 790px) {
    .contacts-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contacts-address {
    margin-right: 15px
}

@media (max-width: 790px) {
    .contacts-address {
        margin-right: 0
    }
}

.contacts-address h3 {
    margin-bottom: 27px !important
}

@media (max-width: 790px) {
    .contacts-address h3 {
        margin-bottom: 10px !important
    }
}

.contacts-wrap_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--text-color)
}

.contacts-wrap_list__mail {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--text-color)
}

@media (max-width: 576px) {
    .contacts-wrap_list__mail {
        font-size: 19px
    }
}

.contacts-wrap_list__phone {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--text-color)
}

@media (max-width: 576px) {
    .contacts-wrap_list__phone {
        font-size: 19px
    }
}

@media (max-width: 790px) {
    .contacts-wrap_list {
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 576px) {
    .contacts-wrap_list {
        font-size: 20px
    }
}

.contacts .contacts-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 24px
}

@media (max-width: 790px) {
    .contacts .contacts-soc {
        margin-left: 0;
        margin-top: 15px
    }
}

.contacts .contacts-soc li:not(:last-child) {
    margin-right: 24px
}

.contacts .contacts-soc li a:hover svg {
    fill: #a19f9f
}

.contacts .contacts-soc li svg {
    width: 25px;
    height: 25px
}

.contacts-details {
    margin-left: auto
}

@media (max-width: 790px) {
    .contacts-details {
        margin-left: 0;
        margin-top: 25px
    }
}

.contacts-details h3 {
    margin-bottom: 14px
}

.contacts-details p {
    font-family: "Roboto";
    margin: 0 !important
}

.contacts-details dl {
    font-family: "Roboto";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-weight: 500;
    line-height: 160%;
    color: var(--text-color)
}

.contacts-details dl dd {
    margin: 0
}

.category {
    padding-bottom: 200px;
    background: var(--bg-color-white)
}

@media (max-width: 767px) {
    .category {
        padding-bottom: 100px
    }
}

.category-head {
    max-width: 980px;
    margin-bottom: 40px
}

.category-head h2 {
    margin-bottom: 12px !important
}

.category h3 {
    margin: 40px 0 16px !important
}

.questions-block {
    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
}

.related-categories {
    margin-top: 50px
}

.related-categories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 10px
}

@media (min-width: 1300px) {
    .related-categories__list {
        -ms-grid-columns: 210px 210px 210px 210px 210px 210px;
        grid-template-columns: repeat(6, 210px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 1299px) and (min-width: 768px) {
    .related-categories__list {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: repeat(5, 1fr)
    }
}

@media (max-width: 1177px) and (min-width: 768px) {
    .related-categories__list {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width: 940px) and (min-width: 768px) {
    .related-categories__list {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 767px) and (min-width: 490px) {
    .related-categories__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 490px) {
    .related-categories__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.related-categories__item {
    border: 1px solid #d2d2d2;
    width: 100%
}

.related-categories__item:hover {
    border-color: var(--bg-color-blue)
}

.related-categories__link {
    padding: 20px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.related-categories__link img {
    max-width: 57px;
    width: 100%;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain
}

.related-categories__link span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 16px;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    color: var(--text-color)
}

.basket-page {
    padding-bottom: 200px;
    background: var(--bg-color-white)
}

@media (max-width: 767px) {
    .basket-page {
        padding-bottom: 100px
    }
}

.basket-page__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.basket-page .products-count {
    font-weight: 500;
    line-height: 140%;
    color: var(--color-blue);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 14px
}

.basket-page .products-count:before {
    content: ".";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 14px;
    background: #d2d2d2;
    border-radius: 100px;
    overflow: hidden
}

.basket-page .products-count span {
    display: inline-block;
    margin-right: 5px
}

.basket-page .h2 {
    margin-bottom: 0
}

.basket-page__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

@media (max-width: 992px) {
    .basket-page__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.basket-page__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.basket-page__aside {
    position: sticky;
    top: 0;
    background: var(--color-block-blue);
    margin-left: auto;
    color: var(--text-white);
    padding: 20px;
    margin-bottom: 20px;
    max-width: 430px;
    width: 100%
}

.basket-page__aside .descr,
.basket-page__aside .h2 {
    color: var(--text-white)
}

.basket-page__aside_title {
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Sansation"
}

.basket-page__aside_title span {
    display: inline-block;
    margin: 0 5px
}

.basket-page__aside_text {
    font-weight: 500;
    line-height: 140%
}

@media (max-width: 992px) {
    .basket-page__aside {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .basket-page__aside {
        max-width: none
    }
}

.basket-page__btn {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0)
}

.basket-page__btn:hover {
    border: 1px solid var(--border-white)
}

.basket-page .basket-list {
    width: 100%;
    margin-right: 10px
}

@media (max-width: 992px) {
    .basket-page .basket-list {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.basket-page .basket-list__item {
    padding: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 1px solid #d2d2d2;
}

@media (max-width: 1200px) {
    .basket-page .basket-list__item {
        padding: 32px 20px 20px 20px
    }

    .product-wrap {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1020px) {
    .basket-page .basket-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px
    }
}

@media (max-width: 992px) {
    .basket-page .basket-list__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .product-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .basket-page .basket-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

.basket-page .basket-list__item:not(:last-child) {
    margin-bottom: 10px
}

.basket-page .basket-list__item .checkbox {
    margin-right: 30px
}

.basket-page .basket-list__del {
    background: url("../img/icons/close.svg") no-repeat center center/cover;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px
}

.basket-page .basket-list__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 auto
}

.basket-page .basket-list__card img {
    max-width: 80px;
    width: 100%;
    height: 84px;
    -o-object-fit: contain;
    object-fit: contain
}

.basket-page .basket-list__title {
    display: block;
    margin-bottom: 10px;
    color: var(--color-blue);
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    font-size: 14px
}

.basket-page .basket-list__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: var(--text-color);
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .basket-page .basket-list__text {
        font-size: 13px
    }
}

.basket-page .basket-list__number {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: var(--text-color);
    display: inline-block
}

@media (max-width: 767px) {
    .basket-page .basket-list__number {
        font-size: 13px
    }
}

.basket-page .basket-list__count {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1145px) {
    .basket-page .basket-list__count {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .home__product-wrap {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 440px) {
    .basket-page .basket-list__count {
        margin-left: 0;
        width: 100%
    }
}

.basket-page .basket-list__count .counter {
    margin-left: 60px
}

@media (max-width: 1270px) {
    .basket-page .basket-list__count .counter {
        margin-left: 40px
    }
}

@media (max-width: 1200px) {
    .basket-page .basket-list__count .counter {
        margin-left: 20px
    }
}

@media (max-width: 1145px) {
    .basket-page .basket-list__count .counter {
        margin-left: 0;
        margin-bottom: 15px
    }
}

@media (max-width: 1020px) {
    .basket-page .basket-list__count .counter {
        margin-top: 20px
    }
}

@media (max-width: 440px) {
    .basket-page .basket-list__count .counter {
        width: 100%
    }
}

.basket-page .basket-list__info {
    max-width: 50%;
    margin-right: 10px
}

@media (max-width: 1020px) {
    .basket-page .basket-list__info {
        margin-right: 0;
        max-width: none
    }
}

@media (max-width: 510px) {
    .basket-page .basket-list__info {
        width: 100%
    }

    .product-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

.basket-page .basket-list__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55%
}

@media (max-width: 1108px) {
    .basket-page .basket-list__descr {
        width: 70%
    }
}

@media (max-width: 1020px) {
    .basket-page .basket-list__descr {
        margin-right: auto;
        width: 100%
    }
}

@media (max-width: 510px) {
    .basket-page .basket-list__descr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.basket-page .basket-list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-right: 20px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 130px
}

@media (max-width: 510px) {
    .basket-page .basket-list__box {
        margin-right: auto;
        margin-bottom: 20px
    }
}

.basket-page__info {
    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: "Sansation";
    text-transform: uppercase;
    margin-right: 10px
}

.empty-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px
}

@media (max-width: 576px) {
    .empty-basket {
        margin-top: 50px
    }
}

.empty-basket__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: var(--text-color);
    margin-bottom: 20px
}

.series {
    padding-top: 18px;
    padding-bottom: 200px;
    background: var(--bg-color-white)
}

@media (max-width: 767px) {
    .series {
        padding-bottom: 100px
    }
}

.series-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 960px) {
    .series-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.series-block__descr {
    max-width: 630px;
    margin-right: 30px
}

@media (max-width: 1090px) {
    .series-block__descr {
        max-width: 470px
    }
}

@media (max-width: 1010px) {
    .series-block__descr {
        max-width: 413px
    }
}

@media (max-width: 960px) {
    .series-block__descr {
        max-width: none
    }
}

.series-block__descr .h2 {
    margin-bottom: 12px
}

.series-block__image {
    margin-left: auto;
    max-width: 650px;
    width: 100%;
    height: 403px;
    border: 1px solid #d2d2d2;
    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
}

@media (max-width: 960px) {
    .series-block__image {
        max-width: none;
        margin-top: 30px
    }
}

@media (max-width: 576px) {
    .series-block__image {
        height: 333px
    }
}

.series-block__image img {
    width: 100%;
    height: 319px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 576px) {
    .series-block__image img {
        height: 197px
    }
}

.series-block__list {
    font-weight: 500;
    line-height: 160%;
    color: var(--text-color);
    padding-left: 17px
}

.series-block__list li {
    list-style-type: square
}

.series-block__list li::marker {
    color: var(--color-blue)
}

.series-block__list li:not(:last-child) {
    margin-bottom: 6px
}

.filter-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 30px;
}

.filter-card {
    width: 100%;
}

.filter-wrap {
    color: var(--text-color);
    width: 320px;
    position: sticky;
    top: 0
}

@media (max-width: 895px) {
    .filter-wrap {
        max-width: 253px
    }
}

.filter-wrap .h3 {
    font-family: "Sansation";
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

.filter-wrap .h3:after {
    content: "";
    display: block;
    border-bottom: 1px solid var(--border-gray);
    padding-bottom: 16px
}

.filter-wrap .accordion {
    max-width: none;
    width: 100%;
    margin: 0;
    border-top: none;
    padding: 0;
    border: none
}

.filter-wrap .accordion__title {
    max-width: 95%;
    padding: 16px 0
}

.filter-wrap .accordion__header {
    font-size: 16px
}

.filter-wrap .accordion__header:after {
    background: url("../img/icons/accordion-arr-blue.svg") no-repeat center center/cover
}

.filter-wrap .accordion.active {
    background: var(--bg-section-color);
    border-top: none;
    border-bottom: none
}

.filter-wrap .accordion.active .accordion__header:after {
    top: 50%
}

.filter-wrap .accordion.active .accordion__content {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content
}

.filter-wrap .accordion__content {
    border-bottom: 1px solid var(--border-gray)
}

.filter-wrap .accordion__content p {
    margin-bottom: 14px
}

.custom-block {
    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;
    margin-bottom: 16px
}

#form_filter select {
    width: 100%;
    border-color: #aaa;
    border-radius: 4px;
    color: #fff;
    padding: 2px 2px 3px;
}

@media (max-width: 825px) {
    .filter-block {
        flex-direction: column;
    }

    .filter-card {
        margin-left: 0
    }

    .filter-wrap {
        max-width: unset;
        width: 100%;
    }

    #form_filter {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 1rem;
    }
}

@media (max-width: 768px) {
    #form_filter {
        grid-template-columns: 1fr 1fr;
    }
}

.filter-slide {
    position: relative
}

.filter-mobile__btn {
    width: 50px;
    height: 50px;
    background: url("../img/icons/filter-icon.svg") no-repeat center center/cover;
    display: none;
    margin-left: auto
}

@media (max-width: 825px) {
    .filter-mobile__btn {
        display: block
    }
}

.filter-mobile {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 100;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 15px
}

.filter-mobile .filter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: none;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 50px
}

.filter-mobile .filter-wrap .accordion:last-of-type {
    margin-bottom: 30px
}

.filter-mobile.active {
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.filter-mobile .filter-wrap__button {
    margin-top: auto
}

.card-page {
    padding-bottom: 200px;
    background: var(--bg-color-white)
}

@media (max-width: 767px) {
    .card-page {
        padding-bottom: 100px
    }
}

.card-page__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 990px) {
    .card-page__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.card-page__info {
    max-width: 610px;
    width: 100%;
    margin-right: 50px
}

@media (max-width: 990px) {
    .card-page__info {
        max-width: none;
        margin-right: 0;
        margin-top: 20px
    }
}

.card-page__info h2 {
    margin-bottom: 16px !important
}

.card-page__info__text {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: clamp(14px, 1.1111111111vw, 16px);
    line-height: 140%;
    color: var(--text-color)
}

.card-page__info__code {
    font-weight: 500;
    font-size: clamp(14px, 1.1111111111vw, 16px);
    line-height: 140%;
    color: var(--text-color);
    display: inline-block
}

@media (max-width: 1100px) {
    .card-page__info {
        width: 47%
    }
}

@media (max-width: 990px) {
    .card-page__info {
        width: 100%
    }
}

.card-page .specs-table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
    font-size: 14px;
    margin-top: 16px
}

.card-page .specs-table tbody {
    border-top: 1px solid var(--border-gray)
}

.card-page .specs-table td,
.card-page .specs-table th {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid var(--border-gray);
    vertical-align: top;
    color: var(--text-color);
    line-height: 140%;
    font-size: clamp(14px, 1.1111111111vw, 16px);
    font-family: "Roboto";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
    -webkit-line-clamp: 2
}

@media (max-width: 545px) {

    .card-page .specs-table td,
    .card-page .specs-table th {
        max-width: 150px
    }
}

@media (max-width: 400px) {

    .card-page .specs-table td,
    .card-page .specs-table th {
        font-size: 13px
    }
}

.card-page .specs-table th {
    width: 50%;
    padding-left: 0;
    font-weight: 400;
    opacity: 0.5
}

.card-page .specs-table td {
    color: var(--text-color);
    font-weight: 500
}

@media (max-width: 600px) {
    .card-page .specs-table tr {
        margin-bottom: 15px
    }

    .card-page .specs-table th {
        font-weight: 700
    }

}

.card-page__calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.card-page__calc .btn-blue {
    height: 44px;
    max-width: 300px;
    width: 100%;
    margin-right: 12px
}

.add-to-cart-single.added {
    background-color: var(--bg-color-white);
    color: var(--color-blue);
    border: 1px solid var(--border-blue);
}

.add-to-cart-single.added:before {
    background: url("/img/icons/basket-blue.svg") no-repeat center center/cover;
}

@media (max-width: 576px) {
    .card-page__calc .btn-blue {
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 20px
    }
}

.card-page__calc .btn-blue:before {
    content: "";
    display: inline-block;
    background: url("../img/icons/basket-white.svg") no-repeat center center/cover;
    width: 18px;
    height: 18px;
    margin-right: 14px
}

.card-page__calc .btn-blue.added:before,
.card-page__calc .btn-blue:hover:before {
    background: url("../img/icons/basket-blue.svg") no-repeat center center/cover
}

@media (max-width: 576px) {
    .card-page__calc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.card-page__calc .counter {
    margin-left: auto;
    width: 100%
}

@media (max-width: 990px) {
    .card-page__calc .counter {
        margin-left: 0;
        max-width: 300px
    }
}

@media (max-width: 576px) {
    .card-page__calc .counter {
        max-width: none
    }
}

.card-page__calc .counter__btn {
    width: 33.333%;
    height: 44px
}

.card-page__calc .counter__value {
    width: 33.333%;
    height: 44px
}

.card-page__downloads {
    margin-top: 40px
}

.card-page__downloads .h6 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--text-color);
    font-family: "Sansation"
}

.card-page__files li:not(:last-child) {
    margin-bottom: 10px
}

.card-page__files li a {
    font-weight: 700;
    color: var(--color-blue);
    text-decoration: underline
}

.card-page__files li a:hover {
    text-decoration: none
}

.card-page__swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 50%
}

@media (max-width: 1100px) {
    .card-page__swiper {
        width: 47%
    }
}

@media (max-width: 990px) {
    .card-page__swiper {
        width: 100%;
        max-width: 100%
    }
}

.card-page .swiper-slide {
    text-align: center;
    font-size: 18px;
    border: 1px solid #d2d2d2;
    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
}

.card-page .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card-page .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto
}

.card-page .swiper-slide {
    background-size: cover;
    background-position: center;
    cursor: pointer
}

.card-page .card-page__slider2 {
    max-height: 480px;
    height: 100%;
    width: 100%
}

.card-page .card-page__slider2 .swiper-slide {
    height: 480px
}

@media (max-width: 767px) {
    .card-page .card-page__slider2 .swiper-slide {
        height: 380px
    }
}

.card-page .card-page__slider2 .swiper-slide img {
    max-width: 305px;
    height: auto;
    max-height: 55%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 1100px) {
    .card-page .card-page__slider2 .swiper-slide img {
        max-width: 257px;
        height: auto
    }
}

.card-page .card-page__slider {
    height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0
}

.card-page .card-page__slider .swiper-slide {
    height: 100px
}

.card-page .card-page__slider .swiper-slide img {
    max-width: 77px;
    height: 74px
}

.card-page .card-page__slider .swiper-slide {
    width: 25%;
    height: 100px;
    opacity: 0.4
}

.card-page .card-page__slider .swiper-slide img {
    height: auto;
    max-height: 55%;
    -o-object-fit: contain;
    object-fit: contain
}

.card-page .card-page__slider .swiper-slide-thumb-active {
    opacity: 1
}

.card-page .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card-page .card-slider-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100px;
    right: 0px
}

.card-page .card-slider-next:before {
    content: "";
    display: inline-block;
    background: url("../img/icons/arr-next-card.svg") no-repeat center center/cover;
    width: 9px;
    height: 17px
}

.card-page .card-slider-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100px;
    left: 0px
}

.card-page .card-slider-prev:before {
    content: "";
    display: inline-block;
    background: url("../img/icons/arr-prev-card.svg") no-repeat center center/cover;
    width: 9px;
    height: 17px;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important
}

.card-page__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    overflow-x: auto;
    overflow-y: hidden
}

.card-page__tab button {
    font-weight: 500;
    font-size: clamp(14px, 1.1111111111vw, 16px);
    line-height: 140%;
    color: var(--text-color);
    padding: 0 18px 4px 18px;
    position: relative;
    border-bottom: 2px solid rgba(0, 153, 255, 0);
    margin-bottom: -1px
}

.card-page__tab button.act {
    font-weight: 900;
    color: var(--color-blue);
    border-bottom: 2px solid var(--border-blue);
    margin-bottom: -1px
}

.card-page__tab-block {
    background: #fff;
    margin-top: 20px
}

.card-page__tab-content {
    display: none
}

.card-page__tab-content.is-active {
    display: block
}

.card-page .tab-content table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Roboto";
    font-size: clamp(14px, 1.1111111111vw, 16px);
    line-height: 140%;
    color: var(--text-color)
}

@media (max-width: 475px) {
    #form_filter {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 400px) {
    .card-page .tab-content table {
        font-size: 13px
    }
}

.card-page .tab-content table tbody tr:nth-child(odd) {
    background-color: #f7f7f7
}

.card-page .tab-content table td {
    padding: 10px 14px;
    vertical-align: top;
    font-weight: 500
}

.card-page .tab-content table td:first-child {
    color: #2c2c2c;
    opacity: 0.5;
    width: 50%;
    font-weight: 400
}

@media (max-width: 400px) {
    .card-page .tab-content table td:first-child {
        width: 45%
    }
}

@media (min-width: 768px) {
    .card-page .tab-content {
        overflow-x: visible
    }

    .card-page .tab-content table {
        min-width: auto
    }
}

.card-page .card-page__tab-buttons {
    background: #f3f3f3;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

@media (max-width: 855px) {
    .card-page .card-page__tab-buttons {
        overflow-y: auto
    }
}

.card-page .card-page__tab-buttons button {
    background: #fff;
    border: 1px solid rgba(44, 44, 44, 0.1);
    color: var(--text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Sansation";
    font-weight: 700;
    font-size: clamp(14px, 1.1111111111vw, 16px);
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    width: 25%;
    min-height: 129px;
    padding: 10px
}

.card-page .card-page__tab-buttons button .tab-icon {
    margin-bottom: 14px;
    width: 30px;
    height: 30px
}

.card-page .card-page__tab-buttons button .tab-icon svg {
    width: 100%;
    height: 100%
}

@media (max-width: 855px) {
    .card-page .card-page__tab-buttons button .tab-icon {
        display: none
    }
}

@media (max-width: 855px) {
    .card-page .card-page__tab-buttons button {
        min-height: 45px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.card-page .card-page__tab-buttons button span {
    display: inline-block;
    max-width: 267px;
    margin: 0 auto;
    color: var(--text-color)
}

@media (max-width: 855px) {
    .card-page .card-page__tab-buttons button span {
        max-width: none
    }
}

.card-page .card-page__tab-buttons button.act {
    border: 1.5px solid #09f;
    color: #fff
}

.card-page .card-page__tab-buttons button.act span {
    color: var(--color-blue)
}

.card-page .card-page__tab-buttons button.act .tab-icon-1 {
    stroke: #09f
}

.card-page .card-page__tab-buttons button.act .tab-icon-2 {
    stroke: #09f
}

.card-page .card-page__tab-buttons button.act .tab-icon-3 {
    stroke: #09f;
    color: #fff
}

.card-page .card-page__tab-buttons button.act .tab-icon-4 {
    stroke: #09f
}

.card-page .card-page__tab-buttons button .tab-icon-1 {
    color: #fff
}

.card-page .card-page__tab-buttons button .tab-icon-2 {
    color: #fff
}

.card-page .card-page__tab-buttons button .tab-icon-4 {
    stroke: #2c2c2c;
    color: #fff
}

.card-page .card-page__tab-wrap {
    background: #fff
}

.card-page .card-page__tab-cont {
    display: none
}

.card-page .card-page__tab-cont.is-active {
    display: block
}

.card-page .card-page__tab-cont .download-doc {
    margin-left: auto
}

.card-page .card-page__tab-cont li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f3f3f3;
    width: 100%;
    min-height: 80px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-page .card-page__tab-cont li:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width: 500px) {
    .card-page .card-page__tab-cont li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 500px) {
    .card-page .card-page__tab-cont li .download-doc {
        margin: 0 auto
    }
}

.card-page .tab-cont-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 14px;
    font-family: "Sansation";
    line-height: 120%;
    font-size: 12px;
    color: var(--text-color);
    max-width: 515px;
    margin-right: 10px
}

.card-page .tab-cont-info span {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 6px
}

.card-page .tab-cont-info p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: clamp(14px, 1.1111111111vw, 16px);
    text-transform: uppercase
}

@media (max-width: 500px) {
    .card-page .tab-cont-info {
        max-width: none
    }
}

.card-page .info-block-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 500px) {
    .card-page .info-block-tab {
        margin-bottom: 20px
    }
}

.tab-icon-1 {
    stroke: #2c2c2c;
    fill: #fff
}

.tab-icon-2 {
    stroke: #2c2c2c;
    fill: #fff
}

.tab-icon-4 {
    stroke: #2c2c2c
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none
}

@media (max-width: 767px) {
    .desktop {
        display: none !important
    }
}

@media (min-width: 768px) {
    .mobile {
        display: none !important
    }
}

input[type=file] {
    display: none
}

.close {
    width: 15px;
    height: 15px;
    display: block;
    background: url("../img/icons/close.svg") no-repeat center center;
    right: 15px;
    top: 15px;
    position: absolute
}

.input {
    height: var(--input-height);
    border: 1px solid var(--border-gray);
    font-weight: 400;
    padding: 0 14px
}

.input::-webkit-input-placeholder {
    color: rgba(44, 44, 44, 0.5)
}

.input::-moz-placeholder {
    color: rgba(44, 44, 44, 0.5)
}

.input:-ms-input-placeholder {
    color: rgba(44, 44, 44, 0.5)
}

.input::-ms-input-placeholder {
    color: rgba(44, 44, 44, 0.5)
}

.input::placeholder {
    color: rgba(44, 44, 44, 0.5)
}

@media (max-width: 767px) {
    * {
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    ::-webkit-scrollbar {
        display: none
    }
}

.no-scroll {
    overflow: hidden;
    height: 100vh
}

hr {
    margin: 50px 0;
    background: #d2d2d2;
    border: none;
    height: 1px
}

.btn-white {
    background-color: var(--bg-color-white);
    color: var(--color-blue);
    height: var(--button-height);
    padding: 10px 20px;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .btn-white {
        font-size: 14px
    }
}

@media (max-width: 576px) {
    .btn-white {
        width: 100%;
        text-align: center
    }
}

.btn-white:hover {
    background-color: var(--color-blue);
    color: var(--text-white)
}

.btn-white.disabled {
    background-color: #808080;
    color: #b9b0b0;
    pointer-events: none;
    cursor: not-allowed;
    text-decoration: none
}

.btn-blue {
    background-color: var(--bg-color-blue);
    color: var(--text-white);
    height: var(--button-height);
    padding: 10px 20px;
    font-weight: 700;
    font-size: 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;
    border: 1px solid rgba(255, 255, 255, 0)
}

@media (max-width: 767px) {
    .btn-blue {
        font-size: 14px
    }
}

@media (max-width: 576px) {
    .btn-blue {
        width: 100%;
        text-align: center
    }
}

.btn-blue:not(:disabled):hover {
    background-color: var(--bg-color-white);
    color: var(--color-blue);
    border: 1px solid var(--border-blue)
}

.btn-blue:disabled,
.btn-blue.disabled {
    background-color: #808080;
    color: #b9b0b0;
    pointer-events: none;
    cursor: not-allowed;
    text-decoration: none
}

.btn-blue_border {
    background-color: transparent;
    color: var(--color-blue);
    height: var(--button-height);
    padding: 10px 20px;
    font-weight: 700;
    font-size: 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;
    border: 1px solid var(--border-blue)
}

@media (max-width: 767px) {
    .btn-blue_border {
        font-size: 14px
    }
}

@media (max-width: 576px) {
    .btn-blue_border {
        width: 100%;
        text-align: center
    }
}

.btn-blue_border:hover {
    background-color: var(--bg-color-blue);
    color: var(--text-white);
    border: 1px solid rgba(255, 255, 255, 0)
}

.btn-blue_border.disabled {
    background-color: #808080;
    color: #b9b0b0;
    pointer-events: none;
    cursor: not-allowed;
    text-decoration: none
}

.btn-blue_white {
    background-color: transparent;
    color: var(--text-white);
    height: var(--button-height);
    padding: 10px 20px;
    font-weight: 700;
    font-size: 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;
    border: 1px solid var(--border-white)
}

@media (max-width: 767px) {
    .btn-blue_white {
        font-size: 14px
    }
}

@media (max-width: 576px) {
    .btn-blue_white {
        width: 100%;
        text-align: center
    }
}

.btn-blue_white:hover {
    color: var(--color-blue);
    border: 1px solid var(--border-blue)
}

.btn-blue_white.disabled {
    background-color: #808080;
    color: #b9b0b0;
    pointer-events: none;
    cursor: not-allowed;
    text-decoration: none
}

.crumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    row-gap: 8px;
    overflow-y: auto;
}

@media (max-width: 576px) {
    .crumbs {
        display: none
    }
}

.crumbs__arr {
    background: url("../img/icons/crumbs-arr.svg") no-repeat;
    width: 6px;
    height: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block
}

.crumbs li {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.crumbs li a {
    color: var(--text-color);
    font-size: 14px;
}

.crumbs li.active {
    opacity: 0.5
}

.page-content h2,
.description h2 {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-color);
    font-family: "Sansation"
}

.page-content h3,
.description h3 {
    margin: 0;
    margin-bottom: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-color);
    font-family: "Sansation"
}

.description p {
    margin-bottom: 12px;
    font-weight: 500;
    line-height: 160%;
    color: var(--text-color)
}

.page-content p {
    margin-bottom: 12px;
    line-height: 160%;
    color: var(--text-color)
}

.page-content p a,
.description p a {
    color: var(--color-blue)
}

.description ol {
    padding-left: 17px
}

.description ol li {
    margin-bottom: 6px;
    font-weight: 500;
    line-height: 160%;
    color: var(--text-color)
}

.description ol li::marker {
    color: var(--color-blue)
}

.description .quill-editor ul,
.description ul.list-text {
    padding-left: 17px
}

.description .quill-editor ul li,
.description ul.list-text li {
    margin-bottom: 6px;
    font-weight: 500;
    line-height: 160%;
    color: var(--text-color);
    list-style-type: disc
}

.description .quill-editor ul li::marker,
.description ul.list-text li::marker {
    color: var(--color-blue)
}

.description a.link-text {
    color: var(--color-blue);
    text-decoration: underline;
    margin-top: 16px;
    font-weight: 700;
    margin-top: 4px
}

.description a.link-text:hover {
    text-decoration: none
}

.accordion {
    max-width: 850px;
    background: #fff;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    padding: 10px 16px;
    margin-bottom: 10px;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px
}

@media (max-width: 1045px) {
    .accordion {
        margin-left: 0;
        margin-right: 0;
        max-width: none
    }
}

.accordion.active {
    background: #f3f3f3;
    border-bottom: 1px solid var(--color-blue);
    border-top: 1px solid var(--color-blue)
}

.accordion.active .accordion__header:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    top: 29%
}

.accordion__header {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: var(--text-color);
    position: relative;
    width: 100%;
    text-align: left
}

.accordion__header:after {
    content: "";
    display: inline-block;
    background: url("../img/icons/arrow-accordion.svg") no-repeat center center/cover;
    width: 14px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

@media (max-width: 576px) {
    .accordion__header {
        font-size: 16px
    }
}

.accordion__title {
    max-width: 90%
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: var(--text-color)
}

.accordion.active .accordion__content {
    max-height: 500px;
    margin-top: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.checkbox--disabled {
    cursor: not-allowed;
    opacity: 0.6
}

.checkbox__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.checkbox__input:checked+.checkbox__custom {
    background: #0099ff;
    border-color: #0099ff
}

.checkbox__input:checked+.checkbox__custom:after {
    opacity: 1
}

.checkbox:disabled+.checkbox__custom {
    background: #e9e9e9;
    border-color: #ccc;
    cursor: not-allowed
}

.checkbox:checked:disabled+.checkbox__custom {
    background: #b0d8f7;
    border-color: #b0d8f7
}

.checkbox__custom {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1.5px solid #2c2c2c
}

.checkbox__custom:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5px;
    height: 10px;
    background: url("../img/icons/check-icon.svg") no-repeat center center;
    width: 14px;
    height: 10px;
    opacity: 0
}

.checkbox:hover .checkbox__custom:not(:disabled) {
    border-color: #2c2c2c
}

.download-doc {
    text-decoration: underline;
    font-weight: 700;
    font-size: 13px;
    color: var(--color-blue)
}

.download-doc:hover {
    text-decoration: none
}

.counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff
}

.counter__btn {
    width: 50px;
    height: 50px;
    font-size: 24px;
    background: #fff;
    border: none;
    cursor: pointer;
    border: 2px solid #d2d2d2;
    color: var(--text-color)
}

.counter__btn--disabled {
    pointer-events: none;
    color: rgba(44, 44, 44, 0.5254901961)
}

@media (max-width: 440px) {
    .counter__btn {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.counter__value {
    width: 57px;
    height: 50px;
    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;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    border-top: 2px solid #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
    color: var(--text-color);
    font-family: "Sansation"
}

@media (max-width: 440px) {
    .counter__value {
        width: 100%
    }
}

.custom-select {
    position: relative;
    display: inline-block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 80px
}

.custom-select.is-open:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.custom-select.open:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid var(--border-gray);
    background-color: #fff;
    cursor: pointer
}

.custom-select select:focus {
    outline: none
}

.custom-select select option {
    font-weight: 500;
    font-size: 14px;
    color: var(--text-color);
    background-color: #fff;
    color: #333;
    padding: 10px
}

.custom-select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 6px;
    background: url("../img/icons/accordion-arr-blue.svg") no-repeat center center/cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.card-main,
.card-main .basket-list {
    width: 100%
}

@media (max-width: 992px) {
    .card-main .basket-list {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.search__result .basket-list__item {
    border-bottom: 1px solid #d2d2d2;
    padding: 10px;
    max-width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.card-main .basket-list__item {
    border: 1px solid #d2d2d2;
    padding: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1020px) {

    .search__result .basket-list__item,
    .card-main .basket-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 992px) {

    .search__result .basket-list__item,
    .card-main .basket-list__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .home__product-wrap {
        grid-template-columns: repeat(4, 1fr);
    }
}

.card-main .basket-list__item:not(:last-child) {
    margin-bottom: 10px
}

.search__result .basket-list__descr,
.card-main .basket-list__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search__result .basket-list__box,
.card-main .basket-list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-right: 20px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 130px
}

.btn-wrapper-404 {
    display: flex;
    column-gap: 1rem;
}

@media (max-width: 510px) {
    .search__result .basket-list__box,
    .card-main .basket-list__box {
        margin-right: auto;
        margin-bottom: 20px
    }

    .btn-wrapper-404 {
        flex-direction: column;
        row-gap: 1rem;
    }
}

.search__result .basket-list__card,
.card-main .basket-list__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 auto
}

.search__result .basket-list__card img,
.card-main .basket-list__card img {
    max-width: 80px;
    width: 100%;
    height: 84px;
    -o-object-fit: contain;
    object-fit: contain
}

.search__result .basket-list__card img {
    height: 50px;
}

.card-main .basket-list__info {
    margin-right: 10px;
}

@media (max-width: 1020px) {

    .search__result .basket-list__info,
    .card-main .basket-list__info {
        margin-right: 0;
        max-width: none
    }
}

@media (max-width: 510px) {

    .search__result .basket-list__info,
    .card-main .basket-list__info {
        width: 100%
    }
}

.search__result .basket-list__title,
.card-main .basket-list__title {
    display: block;
    margin-bottom: 10px;
    color: var(--color-blue);
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    font-size: 14px
}

.search__result .basket-list__text,
.card-main .basket-list__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: var(--text-color);
    margin-bottom: 10px
}

.search__result .basket-list__text {
    margin-bottom: 3px
}

@media (max-width: 767px) {

    .search__result .basket-list__text,
    .card-main .basket-list__text {
        font-size: 13px
    }
}

.card-main .basket-list__number {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: var(--text-color);
    display: inline-block
}

@media (max-width: 767px) {
    .card-main .basket-list__number {
        font-size: 13px
    }
}

.card-main .basket-list__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    column-gap: 40px;
}

.search__result .basket-list__title,
.search__result .basket-list__number,
.search__result .basket-list__text {
    font-size: 12px;
    line-height: 1;
}

@media (max-width: 1145px) {
    .card-main .basket-list__count {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width: 440px) {
    .card-main .basket-list__count {
        margin-left: 0;
        width: 100%
    }
}

@media (max-width: 1145px) {
    .card-main .basket-list__count .download-doc {
        margin-bottom: 15px
    }
}

@media (max-width: 1145px) {
    .card-main .basket-list .counter {
        margin-bottom: 15px
    }
}

@media (max-width: 444px) {
    .card-main .basket-list .counter {
        width: 66%
    }
}

.wrapper__add-to-cart {
    position: relative;
}

.wrapper__add-to-cart .product__count {
    display: none;
    position: absolute;
    top: 6px;
    right: 6px;
    font-weight: 500;
    background-color: var(--border-blue);
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 16px;
    border-radius: 100%;
}

.wrapper__add-to-cart .add-to-cart.added+.product__count {
    display: block;
}

.card-main .basket-link {
    width: 50px;
    height: 50px;
    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: 2px solid var(--border-blue);
    flex-shrink: 0;
}

.card-main .basket-link:after {
    content: "";
    display: inline-block;
    background: url("../img/icons/basket-blue.svg") no-repeat center center/cover;
    width: 24px;
    height: 24px
}

.card_cart_elements {
    display: flex;
    column-gap: 40px;
}

@media (max-width: 444px) {
    .card-main .basket-link {
        max-width: none
    }

    .product-wrap li {
        width: 100%;
    }

    .product-wrap .product-wrap__item {
        height: 130px;
    }

    .home__product-wrap .product-wrap__item {
        height: 150px;
    }

    .home__product-wrap .product-wrap__front img {
        max-width: 70px;
        height: 60px;
    }

    .product-wrap .product-wrap__front {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .product-wrap__back {
        max-width: unset;
        height: 100%;
    }

    .card-main .basket-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px
    }

    .card-main .basket-list__count {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .card-main .basket-list .counter {
        margin-bottom: 0;
    }

    .card-main .basket-list__descr {
        width: 100%;
    }

    .card_cart_elements {
        width: 100%;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.range-wrapper {
    margin-bottom: 14px
}

.range-wrapper .range {
    margin: 6px 0
}

.range-wrapper .range__slider {
    margin: 0 8px 13px;
    background-color: #cbcbcb;
    height: 2px
}

.range-wrapper .range__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
    margin-bottom: 15px;
    display: none
}

.range-wrapper .range__enter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px
}

.range-wrapper .range__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.range-wrapper .range__field input {
    width: 68px;
    text-align: right;
    padding: 3px 7px;
    font-weight: 500;
    font-size: clamp(14px, 1.1111111111vw, 16px);
    color: var(--text-color);
    border: 1px solid var(--border-gray)
}

.range-wrapper .range__label {
    margin-right: 6px;
    font-weight: 400;
    font-size: 12px;
    color: var(--text-color);
    opacity: 0.5
}

.range-wrapper .range .ui-slider-range {
    height: 3px;
    background-color: var(--color-blue)
}

.range-wrapper .range .ui-slider-handle {
    background: var(--color-blue);
    border: 2px solid var(--border-blue);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    outline: 0 !important;
    margin-top: -0.1em;
    cursor: pointer
}

.range-wrapper .slider-container {
    margin-bottom: 10px
}

.range-wrapper input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#0099ff), color-stop(0%, #d2d2d2));
    background: linear-gradient(to right, #0099ff 0%, #d2d2d2 0%);
    outline: none;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease
}

.range-wrapper input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    background: #0099ff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #0099ff;
    box-shadow: 0 0 0 2px #0099ff;
    margin-top: 0px;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s
}

.range-wrapper input[type=range]::-webkit-slider-thumb:hover {
    -webkit-box-shadow: 0 0 0 3px #64b5f6;
    box-shadow: 0 0 0 3px #64b5f6
}

.range-wrapper input[type=range]::-moz-range-thumb {
    width: 10px;
    height: 10px;
    background: #0099ff;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #0099ff
}

.range-wrapper input[type=range]::-moz-range-track {
    height: 4px;
    background: transparent
}

.range-wrapper .values {
    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
}

.range-wrapper .values input {
    width: 70px;
    padding: 5px;
    font-size: 14px
}

.range-wrapper .range-value {
    background: #fff;
    border: 1px solid #d2d2d2;
    padding: 8px 10px;
    max-width: 71px;
    width: 100%;
    height: 32px;
    font-weight: 500;
    font-size: 14px;
    color: var(--text-color)
}

.range-wrapper .range-value:focus {
    outline: none
}

.top-indent {
    margin-top: 30px
}

.filter__row {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    border-bottom: 1px solid var(--border-gray);
    padding: 16px 0;
    width: 100%
}

.alert {
    color: white;
    text-align: center;
}

.alert.d-none {
    display: none;
}

.alert.alert-success {
    color: #74e874;
    padding-top: 30px;
}

.alert.alert-success svg {
    width: 100px;
    height: 100px;
    stroke: #74e874;
}

.input.is-invalid {
    border-color: orange;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    flex-shrink: 0;
}

.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid var(--border-blue);
    animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}


.search-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.search-list .basket-list__descr {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    padding: 1rem;
}

.search-list .basket-list__descr:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.search-list .basket-list__descr .basket-list__text {
    color: var(--bg-color-blue)
}

#searchResultWrap .search_result_items {
    display: flex;
    width: 100%;
    overflow: auto;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 992px) {
    .search-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .search-list {
        grid-template-columns: repeat(2, 1fr);
    }

    #searchResultWrap .search_result_items {
        flex-direction: column;
    }

    .wrapper__search_result h3 {
        font-size: 16px
    }

    .home__product-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .home__product-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--bg-color-blue);
}