@charset "UTF-8";
@font-face {
    font-family: AlegreyaSans;
    font-display: swap;
    src: url(../fonts/AlegreyaSans-Bold.woff2) format("woff2"), url(../fonts/AlegreyaSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: AlegreyaSans;
    font-display: swap;
    src: url(../fonts/AlegreyaSans-Light.woff2) format("woff2"), url(../fonts/AlegreyaSans-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: BellotaText;
    font-display: swap;
    src: url(../fonts/BellotaText-Bold.woff2) format("woff2"), url(../fonts/BellotaText-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: BellotaText;
    font-display: swap;
    src: url(../fonts/BellotaText-Light.woff2) format("woff2"), url(../fonts/BellotaText-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: BellotaText;
    font-display: swap;
    src: url(../fonts/BellotaText-Regular.woff2) format("woff2"), url(../fonts/BellotaText-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Bold.woff2) format("woff2"), url(../fonts/Inter-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-ExtraBold.woff2) format("woff2"), url(../fonts/Inter-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-ExtraLight.woff2) format("woff2"), url(../fonts/Inter-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Light.woff2) format("woff2"), url(../fonts/Inter-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Medium.woff2) format("woff2"), url(../fonts/Inter-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-SemiBold.woff2) format("woff2"), url(../fonts/Inter-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Thin.woff2) format("woff2"), url(../fonts/Inter-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Black.woff2) format("woff2"), url(../fonts/Inter-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: AlegreyaSans;
    font-display: swap;
    src: url(../fonts/AlegreyaSans-Regular.woff2) format("woff2"), url(../fonts/AlegreyaSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: AlegreyaSans;
    font-display: swap;
    src: url(../fonts/AlegreyaSans-Medium.woff2) format("woff2"), url(../fonts/AlegreyaSans-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    height: 100%;
    min-width: 320px
}

body {
    color: #222;
    line-height: 1;
    font-family: AlegreyaSans;
    font-size: .875rem;
    font-style: normal;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button, input, textarea {
    font-family: AlegreyaSans;
    font-size: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit
}

.button.button--gray{
    background-color: #ccc;
}

a {
    color: inherit
}

a:link, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

body.--hidden {
    overflow-y: hidden
}

.wrapper {
    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;
    overflow: hidden
}

.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper > * {
    min-width: 0
}

[class*=__container] {
    max-width: 73.125rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 .9375rem
}

.form__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.button {
    margin: 0;
    border: none;
    border-radius: 3px;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: color, background-color, border-color;
    -o-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    background-color: #eb5a31;
    color: #fff
}

.button._fw {
    width: 100%
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

.page {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.market-container {
    display: flow-root;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.market-container h2 {
    font-family: BellotaText;
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem
}

.market-container p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: .625rem
}

.market-container ul {
    margin: .625rem 0
}

.market-container ul li {
    margin-left: 1.875rem;
    list-style: none;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400
}

.market-container > :last-child {
    margin-bottom: 0
}

.market-container .market-container {
    padding-left: 0;
    padding-right: 0
}

.section-home.section-hero {
    min-height: 700px
}

.section-hero {
    display: block;
    position: relative;
    width: 100%;
    max-height: 100vh
}

.section-hero__bg {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    min-height: 700px
}

.section-hero__bg-img {
    -o-object-fit: cover;
    -o-object-position: center;
    width: 100%;
    height: 100%;
    min-height: 700px;
    object-fit: cover;
    object-position: center
}

.section-hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 15px 0 15px;
    text-align: center
}

.section-hero__title {
    margin: 0 auto .625rem;
    color: #fff;
    font-family: BellotaText;
    font-size: 9.375rem;
    line-height: 9.6875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.025em;
    padding-top: 1.25rem
}

.section-hero__subtitle {
    color: #fff;
    font-family: AlegreyaSans, sans-serif;
    font-size: 1.75rem;
    line-height: 1.8125rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .71em;
    text-transform: capitalize;
    margin: 0 auto
}

.section-hero.section-page {
    min-height: 500px;
    font-size: 7.5rem
}

.section-hero__top_padding {
    padding-top: 5%;
    padding-left: 6.25rem;
    padding-right: 6.25rem
}

.market-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 1.875rem
}

.market-grid__category {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 1.875rem
}

.market-grid__vk {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 1.875rem
}

.section-title {
    font-family: AlegreyaSans;
    display: block;
    position: relative;
    margin-bottom: 75px;
    color: #222;
    font-size: 5.625rem;
    letter-spacing: .025em;
    line-height: 7.5rem;
    text-align: center;
    margin: 0;
    color: #222;
    font-style: normal;
    font-family: AlegreyaSans, sans-serif;
    font-weight: 500
}

.section-title__categories {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #222
}

.section-title > * {
    display: block
}

.section-title > span {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #222
}

.market-section > :last-child {
    margin-bottom: 0
}

.market-section-xsmall {
    padding-top: 20px;
    padding-bottom: 20px
}

.market-section-small {
    padding-top: 40px;
    padding-bottom: 40px
}

.market-section-large {
    padding-top: 70px;
    padding-bottom: 150px
}

.section-content {
    font-family: AlegreyaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.125rem;
    color: #222;
    margin-top: 1.875rem
}

.section-content__news {
    margin: 0 auto;
    max-width: 1200px
}

.section-reviews {
    display: block;
    position: relative;
    margin: 0 auto
}

.section-reviews .market-section-large {
    padding-top: 50px
}

.section-instagram .market-container-large {
    padding-top: 120px
}

.section-reviews__title {
    display: block;
    position: relative;
    margin-bottom: 70px;
    color: #222;
    font-family: AlegreyaSans, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 58px;
    text-align: center
}

.section-reviews__title::after {
    display: block;
    position: relative;
    width: 30px;
    height: 2px;
    margin: 20px auto 0;
    background-color: #222;
    content: ""
}

.section-reviews .reviews-slider-items blockquote {
    display: block;
    position: relative;
    max-width: 770px;
    margin: 0 auto;
    color: #222;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-align: center
}

.section-reviews .reviews-slider-items blockquote cite {
    display: inline-block;
    position: relative;
    margin-top: 80px;
    margin-top: 4.16667vw;
    border-bottom: 1px solid #eb5a31;
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase
}

.section-reviews .reviews-slider-items blockquote cite::before {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: 50%;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -35%);
    color: rgba(34, 34, 34, .1);
    font-family: AlegreyaSans, sans-serif;
    font-size: 260px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: .5;
    text-align: center;
    text-transform: capitalize;
    content: "”"
}

.section-newsletter {
    display: block;
    position: relative;
    padding-bottom: 100px
}

.section-newsletter__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 30px;
    background-image: url(../img/form_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.section-newsletter__form [data-uk-scrollspy] > * {
    opacity: 0
}

.section-newsletter__form form {
    width: 100%;
    max-width: 550px;
    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
}

.input-group {
    width: 80%;
    height: 80px;
    position: relative
}

.input-group label {
    padding: 0 10px;
    background-color: #221d1c;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    pointer-events: none;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.input-group input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 80px;
    padding: 18px 15px;
    border: 3px solid #fff;
    outline: 0;
    color: #fff;
    font-size: 16px;
    font-family: inherit;
    background-color: transparent
}

.input-group input:not(:-moz-placeholder-shown) + label {
    top: 0;
    font-size: 16px
}

.input-group input:not(:-ms-input-placeholder) + label {
    top: 0;
    font-size: 16px
}

.input-group input:focus + label, .input-group input:not(:placeholder-shown) + label {
    top: 0;
    font-size: 16px
}

.section-newsletter__form form .market-button {
    display: block;
    width: 80%;
    height: 80px;
    padding: 0 20px;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.025em;
    text-align: center;
    text-transform: uppercase;
    background-color: #eb5a31
}

.section-newsletter__form form .market-button:hover {
    border-color: #222;
    color: #fff
}

.section-newsletter__title {
    margin-bottom: 4.6875rem;
    text-align: center
}

.section-newsletter__title span {
    margin-bottom: 34px;
    color: #fff;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.22;
    text-transform: uppercase
}

.section-newsletter__title h3 {
    color: #fff;
    font-size: 3.75rem;
    line-height: 4.5625rem;
    font-style: normal;
    font-weight: 500;
    text-align: center
}

.section-newsletter__img {
    display: block;
    position: relative;
    bottom: -100px
}

.social-icons {
    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;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    margin: 0 1.25rem
}

.social-icons__item {
    display: block;
    padding: 0;
    margin: 0
}

.social-icons__ico {
    width: 2.5rem;
    height: 2.5rem;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.social-icons__ico:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.scroll-down__review:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 20px;
    width: 6px;
    height: 6px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: scrollDown 1.5s ease infinite;
    animation: scrollDown 1.5s ease infinite
}

.scroll-down__review:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 5px;
    width: 6px;
    height: 15px;
    border-radius: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@-webkit-keyframes scrollDown {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 0
    }
    50% {
        -webkit-transform: translate(-50%, 8px);
        transform: translate(-50%, 8px);
        opacity: 1
    }
    100% {
        -webkit-transform: translate(-50%, 16px);
        transform: translate(-50%, 16px);
        opacity: 0
    }
}

@keyframes scrollDown {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 0
    }
    50% {
        -webkit-transform: translate(-50%, 8px);
        transform: translate(-50%, 8px);
        opacity: 1
    }
    100% {
        -webkit-transform: translate(-50%, 16px);
        transform: translate(-50%, 16px);
        opacity: 0
    }
}

.news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news__img-circle {
    border-radius: 50%
}

.news__img-circle .preview_picture {
    width: 400px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 50%
}

.news__title {
    font-family: AlegreyaSans;
    margin-bottom: 25px;
    color: #222;
    font-size: 2rem;
    letter-spacing: .025em;
    line-height: 2.5rem;
    margin: 0;
    color: #222;
    font-style: normal;
    font-family: AlegreyaSans, sans-serif;
    font-weight: 500;
    margin-top: 15%;
    margin-left: 1.25rem
}

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

.header {
    display: block;
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(231, 215, 210, .2);
    background: rgba(94, 133, 64, .4)
}

.header::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background: -o-linear-gradient(top, rgba(20, 19, 19, .35) 11.6%, rgba(20, 19, 19, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(11.6%, rgba(20, 19, 19, .35)), to(rgba(20, 19, 19, 0)));
    background: linear-gradient(180deg, rgba(20, 19, 19, .35) 11.6%, rgba(20, 19, 19, 0) 100%);
    content: "";
    pointer-events: none
}

.header__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(231, 215, 210, .2)
}

@supports (padding-top:clamp(1.25rem ,0.875rem + 1.875vw ,3.125rem)) {
    .header__container {
        padding-top: clamp(1.25rem, .875rem + 1.875vw, 3.125rem)
    }
}

@supports not (padding-top:clamp(1.25rem ,0.875rem + 1.875vw ,3.125rem)) {
    .header__container {
        padding-top: calc(1.25rem + 1.875 * (100vw - 20rem) / 100)
    }
}

@supports (padding-left:clamp(0.625rem ,-0.5rem + 5.625vw ,6.25rem)) {
    .header__container {
        padding-left: clamp(.625rem, -.5rem + 5.625vw, 6.25rem)
    }
}

@supports not (padding-left:clamp(0.625rem ,-0.5rem + 5.625vw ,6.25rem)) {
    .header__container {
        padding-left: calc(.625rem + 5.625 * (100vw - 20rem) / 100)
    }
}

@supports (padding-right:clamp(0.625rem ,-0.5rem + 5.625vw ,6.25rem)) {
    .header__container {
        padding-right: clamp(.625rem, -.5rem + 5.625vw, 6.25rem)
    }
}

@supports not (padding-right:clamp(0.625rem ,-0.5rem + 5.625vw ,6.25rem)) {
    .header__container {
        padding-right: calc(.625rem + 5.625 * (100vw - 20rem) / 100)
    }
}

@supports (padding-bottom:clamp(1.5625rem ,1.1875rem + 1.875vw ,3.4375rem)) {
    .header__container {
        padding-bottom: clamp(1.5625rem, 1.1875rem + 1.875vw, 3.4375rem)
    }
}

@supports not (padding-bottom:clamp(1.5625rem ,1.1875rem + 1.875vw ,3.4375rem)) {
    .header__container {
        padding-bottom: calc(1.5625rem + 1.875 * (100vw - 20rem) / 100)
    }
}

.header__menu-burger {
    width: 2.5rem;
    height: 2.5rem;
    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;
    margin: 0;
    position: relative
}

.header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.25rem
}

.header__social-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -.045em;
    color: #f3e3de;
    margin: 1.25rem auto
}

.header__search {
    text-decoration: none;
    margin-left: 12px;
    display: block
}

.logo {
    display: inline-block;
    position: relative
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-nav__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 25px;
    padding: 0 1.30208vw;
    font-family: AlegreyaSans, sans-serif;
    font-size: .875rem;
    text-decoration: none;
    position: relative
}

.navbar-nav__item:hover .navbar-dropdown {
    display: block
}

.navbar-nav__link {
    -webkit-transition: .5s;
    -o-transition: .5s;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.67;
    text-transform: uppercase;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
    white-space: nowrap
}

.navbar-nav__link:hover {
    opacity: .8
}

.navbar-nav .navbar-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    top: 1.25rem;
    left: 1.25rem;
    -webkit-transition: margin .15s, opacity .15s;
    -o-transition: margin .15s, opacity .15s;
    transition: margin .15s, opacity .15s
}

.navbar-nav .navbar-dropdown__nav {
    color: #666;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 32px 8px rgba(0, 0, 0, .07);
    width: 280px;
    box-shadow: 0 0 32px 8px rgba(0, 0, 0, .07);
    margin-top: 1.5625rem;
    padding: 1.5625rem 1.5625rem 1.5625rem 1.5625rem;
    background-color: #fff
}

.navbar-nav .navbar-dropdown__nav::before {
    display: block;
    position: absolute;
    top: 15px;
    left: 40px;
    width: 0;
    height: 0;
    border-right: 11px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 11px solid transparent;
    content: ""
}

.navbar-nav .navbar-dropdown__nav-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: .625rem
}

.navbar-nav .navbar-dropdown__nav-link {
    color: #222;
    font-family: AlegreyaSans;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.navbar-nav .navbar-dropdown__nav-link:hover {
    color: #eb5a31
}

.menu__body {
    position: fixed;
    width: 270px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    right: -100%;
    overflow: auto;
    background-color: #221d1c;
    padding: 0;
    -webkit-transition: right .3s ease 0s;
    -o-transition: right .3s ease 0s;
    transition: right .3s ease 0s
}

.menu-open .menu__body {
    right: 0
}

.menu__body .menu-burger-margin {
    margin: 6.25rem auto 1.875rem
}

.icon-menu {
    display: none
}

.page-footer {
    display: block;
    position: relative;
    padding-bottom: 80px;
    padding-bottom: 4.16667vw;
    background: #2c3545
}

.page-footer__inner {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    display: block;
    z-index: 1;
    position: relative;
    max-width: 1460px;
    max-width: 90vw;
    margin: -80px auto 0;
    margin: -4.16667vw auto 0;
    padding: 6.875rem 8.125rem 5rem;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.page-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem
}

.page-footer__left-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-footer__right-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-footer__logo {
    display: block;
    position: relative;
    margin-bottom: 67px
}

.page-footer__nav-group {
    min-width: 12.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-footer__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.page-footer__menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.page-footer__menus .page-footer__nav-title {
    margin-bottom: 19px;
    color: #222;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.2
}

.page-footer__menus .footer-nav li {
    display: block;
    position: relative;
    margin-bottom: 8px
}

.page-footer__menus .footer-nav li a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    display: block;
    position: relative;
    color: #222;
    font-family: AlegreyaSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.5;
    transition: .3s
}

.page-footer__menus .footer-nav li a:hover {
    color: #eb5a31
}

.page-footer__text {
    margin-bottom: 30px;
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7
}

.page-footer__social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 63px;
    margin-bottom: 3.28125vw;
    padding-bottom: 45px;
    padding-bottom: 2.34375vw;
    border-bottom: 1px solid #e7d7d2
}

.page-footer__social > * {
    margin: 10px 0
}

.page-footer__social .uk-h3 {
    margin: 0 22px 0 0;
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.2;
    text-align: center
}

.page-footer__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.page-footer__bottom > * {
    margin: 10px 0
}

.page-footer__bottom .copy {
    display: block;
    margin-right: 10px;
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.25
}

.page-footer__bottom .payments {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.page-footer__bottom .payments img {
    display: inline-block;
    margin: 0 8px 8px 0
}

.social-icons__footer {
    width: 15.625rem
}

.section-about {
    display: block;
    position: relative;
    margin: 0 auto
}

.section-about__circle {
    width: 39.375rem;
    height: 39.375rem;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.section-about__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    margin-right: 27.2px;
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.section-about__media {
    display: block;
    position: relative
}

.section-about__media._active::after {
    opacity: 1
}

.section-about__media .img-animate {
    z-index: 1;
    width: 100%;
    height: 100%
}

.section-about__desc .section-title {
    margin-bottom: 10px;
    text-align: left
}

.section-about__desc .section-title span {
    padding-bottom: 15px;
    font-family: Inter
}

.section-about__desc .uk-button {
    margin-top: 20px
}

.section-about__desc [data-uk-scrollspy] > * {
    opacity: 0
}

.section-about__button {
    width: 16.875rem;
    height: 4.375rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase;
    margin-top: 3.75rem
}

.shop-categories-unit {
    text-align: center
}

.shop-categories-unit__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.shop-categories-unit__link:hover {
    color: #eb5a31;
    text-decoration: none
}

.shop-categories-unit__link:hover .shop-categories-unit__title {
    color: #eb5a31
}

.shop-categories-unit__link:hover::after {
    width: 30px
}

.shop-categories-unit__link::after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    background-color: #222;
    content: "";
    transition: .5s
}

.shop-categories-unit__icon {
    margin-bottom: 30px
}

.shop-categories-unit__title {
    -webkit-transition: .5s;
    -o-transition: .5s;
    color: #222;
    font-family: BellotaText;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.08;
    transition: .5s
}

.section-shop-categories__desc {
    max-width: 810px;
    margin: 40px auto 0;
    text-align: center
}

.section-shop-categories__title {
    margin-bottom: 20px;
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.17
}

.section-shop-categories__text {
    color: #222;
    font-family: AlegreyaSans;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.89
}

.section-shop-categories__button {
    width: 16.875rem;
    height: 4.375rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase;
    margin: 3.75rem auto
}

.product-card {
    display: block;
    position: relative
}

.product-card:active .product-card__btns, .product-card:focus .product-card__btns, .product-card:hover .product-card__btns {
    visibility: visible;
    right: 25px;
    width: auto;
    height: auto;
    opacity: 1;
    list-style: none
}

.product-card__box {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.product-card__media {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.sidebar .product-card__media {
    border: none
}

.product-card__img {
    display: block;
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.product-card__img:hover {
    -webkit-box-shadow: 0 5px 32px rgba(0, 0, 0, .1);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.product-card__badge {
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 25px;
    padding: 10px 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.product-card__badge.stock {
    background-color: #1975e6
}

.product-card__badge.new {
    background-color: #eb5a31
}

.product-card__badge.sale {
    background-color: #61c00d
}

.product-card__btns {
    -webkit-transition: .5s;
    -o-transition: .5s;
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 25px;
    right: -10px;
    width: 0;
    height: 0;
    opacity: 0;
    transition: .5s
}

.product-card__btns > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right
}

.product-card__btns > ul > li + li {
    margin-top: 5px
}

.product-card__btns > ul > li > a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    height: 32px;
    padding: 0 10px;
    border-radius: 3px;
    color: #222;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none
}

.product-card__btns > ul > li > a > img {
    max-width: 2.5rem;
    max-height: 2.5rem;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.product-card__btns > ul > li > a > img:hover {
    -webkit-filter: none;
    filter: none
}

.product-card__btns > ul > li > a:hover {
    color: #eb5a31
}

.product-card__btns > ul > li > a span {
    -webkit-transition: .3s;
    -o-transition: .3s;
    display: none;
    margin-right: 10px;
    color: #222;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s
}

.product-card__btns > ul > li > a:active, .product-card__btns > ul > li > a:focus, .product-card__btns > ul > li > a:hover {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-decoration: none;
    -webkit-filter: #eb5a31;
    filter: #eb5a31
}

.product-card__btns > ul > li > a:active span, .product-card__btns > ul > li > a:focus span, .product-card__btns > ul > li > a:hover span {
    display: inline-block
}

.product-card__info {
    display: block;
    padding: 35px 20px 40px;
    text-align: center
}

.product-card__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center
}

.product-card__title a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    color: #222;
    font-size: 30px;
    font-weight: 500;
    line-height: 2;
    transition: .3s
}

.product-card__title a:active, .product-card__title a:focus, .product-card__title a:hover {
    color: #eb5a31;
    text-decoration: none
}

.product-card__title span {
    color: #222;
    font-size: 18px;
    font-weight: 400
}

.product-card__price {
    margin-top: 10px;
    color: #eb5a31;
    font-size: 30px;
    font-weight: 500;
    line-height: 2
}

.section-video {
    display: block;
    position: relative
}

.section-video__bg {
    display: block;
    position: relative
}

.section-video__link {
    display: block;
    position: relative
}

.section-video__link img {
    -o-object-fit: cover;
    -o-object-position: center;
    width: 100%;
    min-height: 568px;
    object-fit: cover;
    object-position: center
}

.section-video .cursor {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 198px;
    height: 198px;
    transform: translate(-50%, -50%);
    background-image: url(../img/play-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.section-info {
    display: block;
    position: relative
}

.section-info__button {
    width: 16.875rem;
    height: 4.375rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase;
    margin: 1.25rem auto
}

.section-info__desc .section-title {
    margin-bottom: 10px;
    text-align: left
}

.section-info__desc .section-content .market-button {
    margin-top: 10px;
    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
}

.section-info .slider-info {
    display: block;
    position: relative;
    width: 50vw
}

.section-info .slider-info .swiper-pagination {
    position: absolute;
    width: 100%;
    margin: 3.75rem auto 0
}

.slider-info__slide {
    width: 31.25rem;
    height: 31.25rem
}

.section-info .slider-info .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid #222;
    border-radius: 50%;
    background: 0 0;
    opacity: 1
}

.section-info .slider-info .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eb5a31;
    border-color: #eb5a31
}

.section-vk {
    margin: 3.75rem auto 0
}

.section-vk .section-title .uk-icon {
    margin-left: 20px;
    color: #d4beb9
}

.section-vk .section-title .uk-icon svg {
    width: 60px;
    height: 60px
}

.vk-item {
    display: block;
    position: relative
}

.vk-item.vk-item-1 {
    margin-bottom: 20px;
    text-align: right
}

.vk-item.vk-item-3 img {
    width: 100%
}

.vk-item.vk-item-4 {
    margin-bottom: 20px
}

.section-new-arrivals {
    margin: 0 auto
}

.news-card {
    display: block;
    position: relative
}

.news-card__media {
    display: block;
    position: relative
}

.news-card__media img {
    width: 100%
}

.news-card__body {
    display: block;
    position: relative;
    padding: 42px 0
}

.news-card__info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px
}

.news-card__category {
    color: #222;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.21;
    text-transform: uppercase
}

.news-card__date {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 2px solid #222;
    color: #eb5a31;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.21;
    text-transform: uppercase
}

.news-card__title {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.2;
    text-align: center
}

.news-card__title a {
    -webkit-transition: .5s;
    -o-transition: .5s;
    color: #222;
    font-family: AlegreyaSans, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.2;
    text-align: center;
    transition: .5s
}

.news-card__title a:active, .news-card__title a:focus, .news-card__title a:hover {
    color: #eb5a31;
    text-decoration: none
}

.theme-switcher {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99
}

html {
    --surface1-winter: linear-gradient(196deg, #eceefb, #d5deef);
    --surface2-winter: linear-gradient(196deg, #ccd9ea, #a9c3da);
    --surface3-winter: #2c3545;
    --surface4-winter: #A9C3DA;
    --surface1-spring: linear-gradient(196deg, #ffffff, #ffffff);
    --surface2-spring: linear-gradient(196deg, #eff2c3, #aed467);
    --surface3-spring: #363636;
    --surface1-summer: linear-gradient(196deg, #fbfbf3, #43a6d0);
    --surface2-summer: linear-gradient(196deg, #e4f4f1, #61cdfe);
    --surface3-summer: #0059a5;
    --surface1-autumn: linear-gradient(196deg, #ffc27f, #ef9244);
    --surface2-autumn: linear-gradient(196deg, #ffc27f, #ef9244);
    --surface3-autumn: #57462a
}

:root {
    color-scheme: spring;
    --surface1: var(--surface1-spring);
    --surface2: var(--surface2-spring);
    --surface3: var(--surface3-spring);
    --surface4: var(--surface4-spring)
}

[color-scheme=summer] {
    color-scheme: summer;
    --surface1: var(--surface1-summer);
    --surface2: var(--surface2-summer);
    --surface3: var(--surface3-summer)
}

[color-scheme=autumn] {
    color-scheme: autumn;
    --surface1: var(--surface1-autumn);
    --surface2: var(--surface2-autumn);
    --surface3: var(--surface3-autumn)
}

[color-scheme=winter] {
    color-scheme: winter;
    --surface1: var(--surface1-winter);
    --surface2: var(--surface2-winter);
    --surface3: var(--surface3-winter);
    --surface4: var(--surface4-winter)
}

[color-scheme=spring] {
    color-scheme: spring;
    --surface1: var(--surface1-spring);
    --surface2: var(--surface2-spring);
    --surface3: var(--surface3-spring)
}

form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2ch
}

form > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .75ch
}

.surface-samples {
    display: -ms-grid;
    display: grid;
    --size: 20ch;
    -ms-grid-columns: var(--size) var(--size);
    grid-template-columns:var(--size) var(--size);
    grid-auto-rows: var(--size);
    gap: 2ch
}

.surface-samples > * {
    border-radius: 1rem;
    display: -ms-grid;
    display: grid;
    place-content: center;
    font-size: 3rem;
    font-weight: 200
}

.surface1 {
    background-image: var(--surface1);
    color: var(--text2)
}

.surface2 {
    background-image: var(--surface2);
    color: var(--text2)
}

.surface3 {
    background-color: var(--surface3);
    color: var(--text1)
}

.surface4 {
    background-color: var(--surface4);
    color: var(--text1)
}

.category__header {
    background: rgba(255, 255, 255, .3)
}

.category__bg {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    max-height: 37.5rem;
    overflow: hidden;
    min-height: 300px
}

.category__bg img {
    background-size: cover;
    background-position: center;
    max-height: auto;
    width: 100%
}

.category-container {
    padding-bottom: 6.25rem
}

.product-category-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    padding: 3.125rem 4.375rem
}

.product-category-card:hover {
    background-color: var(--surface4)
}

.product-category-card + .product-category-card {
    margin-top: 50px
}

.product-category-card:hover .product-category-card__media {
    background-color: none
}

.product-category-card:hover .product-category-card__more .uk-button-default {
    border-color: #eb5a31;
    background-color: #eb5a31;
    color: #fff
}

.product-category-card__media {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55%;
    transition: .5s;
    position: relative;
    overflow: hidden
}

.product-category-card__image {
    width: 60%;
    height: 60%;
    border-radius: 50%
}

.product-category-card:active .product-card__btns, .product-category-card:focus .product-card__btns, .product-category-card:hover .product-card__btns {
    visibility: visible;
    right: 50px;
    width: auto;
    height: auto;
    opacity: 1
}

.product-category-card__info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45%;
    padding-left: 80px
}

.product-category-card__cat {
    font-family: Inter;
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.22;
    text-transform: uppercase;
    padding-bottom: 20px
}

.product-category-card__title {
    color: #222;
    font-family: AlegreyaSans;
    font-size: 5.625rem;
    line-height: 6.25rem;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize
}

.product-category-card__intro {
    margin: 35px 0 20px;
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.89
}

.product-category-card__intro_color {
    color: #eb5a31;
    margin: 0
}

.product-category-card__more .uk-button-default {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.product-card.product-card--2 .product-card__box {
    background-color: #fff
}

.product-card.product-card--2 .product-card__title a {
    font-size: 20px
}

.product-card.product-card--2 .product-card__info {
    background-color: #fcf9f8
}

.product-card.product-card--2 .product-card__btns > ul > li > a.product-card.product-card--2 .product-card__btns > ul > li > a {
    color: #222
}

.product-card.product-card--2 .product-card__stars ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.product-card.product-card--2 .product-card__stars ul li {
    color: orange;
    font-size: 14px
}

.product-card.product-card--2 .product-card__stars ul li + li {
    margin-left: 5px
}

.section-category__button {
    max-width: 9.375rem;
    margin: .625rem auto
}

.section-product-info {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns:50% 1fr;
    padding: 3.75rem 0
}

.section-product-info__box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 30px;
    width: 100%
}

.section-product-info__images {
    width: 50%;
    position: relative
}

.section-product-info__circle {
    border-radius: 100%;
    position: relative
}

.section-product-info__img {
    width: 100%;
    max-height: 43.75rem;
    border-radius: 50%
}

.section-product-info__content {
    max-width: 600px;
    max-height: 600px
}

.section-product-info__title {
    display: block;
    position: relative;
    margin-bottom: 2.625rem;
    font-size: 4.375rem;
    line-height: 6.25rem;
    text-align: left
}

.section-product-info__title__title:after {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #eb5a31;
    content: ""
}

.section-product-info__intro {
    display: block;
    position: relative;
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.89
}

.section-product-info__intro_color {
    color: #eb5a31
}

.section-product-info__price {
    margin: 1.875rem 0;
    color: #eb5a31;
    font-family: Fauna One;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.23
}

.section-product-info__price sup {
    color: #eb5a31;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25
}

.section-product-info__size {
    display: block;
    position: relative
}

.section-product-info__size ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.section-product-info__size ul li {
    margin: 0 15px 15px 0
}

.section-product-info__size ul li label input[type=radio] {
    display: none
}

.section-product-info__size ul li label span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 150px;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #222;
    color: #222;
    font-family: Fauna One;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

.section-product-info__size ul li label input[type=radio]:checked + span {
    background-color: #222;
    color: #fff
}

.section-product-info__btns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px
}

.section-product-info__btns > * {
    margin-right: 15px;
    margin-bottom: 15px
}

.section-product-info__category {
    display: block;
    position: relative;
    margin-top: 32px;
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.21
}

.section-product-info__button {
    width: 100%;
    max-width: 250px;
    min-height: 4.5rem;
    font-size: 24px;
    line-height: 29px
}

.section-product-desc {
    display: block;
    position: relative
}

.section-product-desc__text {
    width: 80%;
    font-family: AlegreyaSans;
    font-style: normal;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2rem;
    text-align: center;
    letter-spacing: -.02em;
    margin: 1.875rem auto
}

.section-product-desc__title {
    display: block;
    position: relative;
    margin-bottom: 55px
}

.section-product-desc__title ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.section-product-desc__title.section-product-desc__title_left ul {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    justify-content: left
}

.section-product-desc__title ul li + li {
    margin-left: 70px
}

.section-product-desc__title ul li a:hover {
    text-decoration: none
}

.section-product-desc__title ul li.uk-active .uk-h3:after {
    display: block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 50px;
    height: 2px;
    margin-left: -25px;
    background-color: #eb5a31;
    content: ""
}

.section-product-desc__title_left.section-product-desc__title ul li.uk-active .uk-h3:after {
    left: 0;
    margin-left: 0
}

li.ankr-active .uk-h3:after {
    display: block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 50px;
    height: 2px;
    margin-left: -25px;
    background-color: #eb5a31;
    content: ""
}

.section-product-desc__title ul li .uk-h3 {
    display: block;
    position: relative;
    color: #222;
    font-family: AlegreyaSans, sans-serif;
    font-size: 3rem;
    line-height: 3.75rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.025em;
    text-transform: capitalize
}

.section-product-desc__title ul li .uk-h3 a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    color: rgba(34, 34, 34, .5);
    transition: .3s
}

.section-product-desc__title ul li .uk-h3 a:active, .section-product-desc__title ul li .uk-h3 a:focus, .section-product-desc__title ul li .uk-h3 a:hover {
    color: #222;
    text-decoration: none
}

.section-product-desc.section-product-desc--2 .comment-item__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.section-product-desc.section-product-desc--2 .comment-item__body {
    margin-bottom: 0
}

.section-product-desc.section-product-desc--2 .comment-item__body > :last-child {
    margin-bottom: 0
}

.section-product-desc.section-product-desc--2 .comment-item__desc {
    margin-bottom: 40px;
    padding-bottom: 40px
}

.section-product-desc.section-product-desc--2 form .uk-textarea {
    height: 230px;
    resize: none
}

.section-product-desc.section-product-desc--2 .uk-h2 {
    display: block;
    position: relative;
    margin-bottom: 70px
}

.section-product-desc.section-product-desc--2 .uk-h2:after {
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #eb5a31;
    content: ""
}

.section-product-info .uk-position-relative, .section-product-info .uk-slider, .section-product-info .uk-slider-items {
    height: 100%
}

.section-product-info .uk-slider-items li img {
    -o-object-fit: cover;
    -o-object-position: center;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center
}

.jq-number {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 150px;
    overflow: hidden;
    border: 1px solid #222;
    font-family: Inter
}

.jq-number .jq-number__field {
    -webkit-box-shadow: none;
    width: calc(100% - 100px);
    border: none;
    border: none !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none
}

.jq-number .jq-number__field input {
    -moz-appearance: textfield;
    position: relative;
    max-width: 50px;
    height: 70px;
    border: 0;
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    background: 0 0;
    font-family: Inter
}

.jq-number .jq-number__field input:active, .jq-number .jq-number__field input:focus, .jq-number .jq-number__field input:hover {
    outline: 0
}

.jq-number .jq-number__field input[type=number]::-webkit-inner-spin-button, .jq-number .jq-number__field input[type=number]::-webkit-outer-spin-buttons {
    -webkit-appearance: none;
    margin: 0
}

.jq-number .jq-number__spin {
    -webkit-box-shadow: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 70px;
    overflow: hidden;
    border: none;
    box-shadow: none
}

.jq-number .jq-number__spin:after {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: none;
    color: #222;
    font-size: 24px;
    text-shadow: none
}

.jq-number .jq-number__spin.minus {
    top: 20px
}

.jq-number .jq-number__spin.minus:after {
    content: "-"
}

.jq-number .jq-number__spin.plus:after {
    content: "+"
}

.jq-number .jq-number__spin:hover:after {
    background: #eb5a31;
    color: #fff
}

.product__review {
    padding-bottom: 3.75rem
}

.header__cart {
    position: relative;
    padding-left: 19px;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px
}

.header__cart:hover {
    cursor: pointer
}

.header__cart:hover:after {
    color: #c90000
}

.header__cart:before {
    content: "";
    position: absolute;
    height: calc(100% + 20px);
    width: 1px;
    display: none;
    background: #c4c4c4;
    left: 0
}

.header__cart:after {
    content: "";
    width: .4375rem;
    height: .75rem;
    background: url(../img/cart_arrow.svg) center center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 15px
}

.header__cart-icon {
    width: 1.875rem;
    height: 1.5625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/cart.svg) center center
}

.header__cart-info {
    margin-left: 22px;
    margin-right: 10px
}

.header__cart-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__cart-label {
    margin-right: 4px;
    color: #c4c4c4
}

.header__cart-value {
    color: #eb5a31
}

.header__cart-summ {
    position: relative;
    font-weight: 500;
    margin-top: 4px;
    color: #eb5a31
}

.header__cart-sale {
    position: absolute;
    right: -12px;
    top: -8px;
    color: #c90000;
    font-size: 10px
}

.cart__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 30px;
    height: 100%;
    overflow-y: auto
}

.cart__body {
    padding-right: 20px
}

.cart__body::-webkit-scrollbar {
    width: 7px;
    height: 2px
}

.cart__body::-webkit-scrollbar-track {
    background: #fff
}

.cart__body::-webkit-scrollbar-thumb {
    background: #c4c4c4
}

.cart__close {
    cursor: pointer;
    width: 1.5625rem;
    height: 1.5625rem;
    background: url(../img/cancel.svg) center center;
    background-position: cover
}

.cart__message {
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0 40px
}

.cart__message:empty {
    display: none
}

.cart__message--title {
    color: #000
}

.cart__message--success {
    color: #c90000
}

.cart__list {
    margin-top: 30px
}

.cart__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-right: 0;
    margin: 30px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart__item:first-child {
    margin-top: 0
}

.cart__item-image {
    width: 175px;
    -ms-flex-preferred-size: 175px;
    flex-basis: 175px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 175px
}

.cart__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
     border: 1px solid #000000;
    border-radius: 100%
   
}

.cart__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    width: 100%
}

.cart__item-title {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none
}

.cart__item-title:hover {
    color: #c90000
}

.cart__item-properties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px
}

.cart__item-property {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin: 2px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart__item-property-label {
    font-weight: 500;
    min-width: 100px;
    margin-right: 6px
}

.cart__item-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

.cart__item-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 30px;
    width: 100%;
    margin-top: 20px
}

.cart__item-label {
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px
}

.cart__item-remove {
    position: absolute;
    right: 0;
    top: 100px;
    color: #c90000;
    cursor: pointer;
    width: 1.5625rem;
    height: 1.5625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/prod_delete.svg) center center
}

.cart__bottom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #ffc27f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart__bottom-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.cart__bottom-total .price {
    font-weight: 500;
    margin-left: 14px
}

.cart__bottom-label {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase
}

.cart__bottom-sale {
    margin-left: auto;
    font-size: 18px;
    font-weight: 500
}

.cart__bottom-button {
    margin-left: auto;
    width: 100%;
    text-align: right
}

.cart__bottom-button .button {
    text-transform: uppercase
}

.cart__action {
    position: relative;
    padding-left: 19px;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px
}

.cart__action:hover {
    cursor: pointer
}

.cart__action:hover:after {
    color: #c90000
}

.cart__action:before {
    content: "";
    position: absolute;
    height: calc(100% + 20px);
    width: 1px;
    display: block;
    background: #c4c4c4;
    left: 0
}

.cart__action:after {
    content: "";
    width: .4375rem;
    height: .75rem;
    background: url(../img/cart_arrow.svg) center center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cart__action-icon:before {
    content: "";
    width: 1.875rem;
    height: 1.5625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/cart.svg) center center
}

.cart__action-info {
    margin-left: 22px;
    margin-right: 10px
}

.cart__action-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart__action-label {
    margin-right: 4px
}

.cart__action-summ {
    position: relative;
    font-weight: 500;
    margin-top: 4px
}

.cart__action-sale {
    position: absolute;
    right: -12px;
    top: -8px;
    color: #c90000;
    font-size: 10px
}

.cart--popup {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 785px;
    background: #f3f3f3;
    z-index: 8;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.76, 0, .24, 1);
    transition: -webkit-transform .6s cubic-bezier(.76, 0, .24, 1);
    -o-transition: transform .6s cubic-bezier(.76, 0, .24, 1);
    transition: transform .6s cubic-bezier(.76, 0, .24, 1);
    transition: transform .6s cubic-bezier(.76, 0, .24, 1), -webkit-transform .6s cubic-bezier(.76, 0, .24, 1)
}

.cart--popup .cart__wrapper {
    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;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cart.--show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.cart__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.cart__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 30px;
    height: 100%;
    overflow-y: auto
}

.cart__body {
    padding-right: 20px
}

.cart__body::-webkit-scrollbar {
    width: 7px;
    height: 2px
}

.cart__body::-webkit-scrollbar-track {
    background: #fff
}

.cart__body::-webkit-scrollbar-thumb {
    background: #c4c4c4
}

.qty {
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 7px
}

.qty__button {
    height: 15px;
    width: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    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;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.qty__button:after {
    content: "";
    width: .9375rem;
    height: .9375rem;
    background: url(../img/input-arrow.svg);
    background-position: contain;
    font-family: Icons;
    display: block;
    position: absolute
}

.qty__button--plus:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.qty__input {
    border: none;
    max-width: 35px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    font-size: 13px;
    background-color: #f3f3f3
}

.swiper {
    overflow: hidden
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-android .swiper-slide, .swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
    display: none !important
}

@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: #eb5a31
}

.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;
    -o-transition-property: 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(0, 0, 0);
    transform: translate3d(0, 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;
    -o-transition-property: 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;
    -o-transition-property: transform, height;
    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, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(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: 60px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: var(--swiper-navigation-size);
    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 {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev {
    background-image: url(../img/arrow-next.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-next {
    background-image: url(../img/arrow-next.svg) !important;
    background-repeat: no-repeat;
    background-size: contain
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 30px;
    right: auto
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 30px;
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 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(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.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, .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(0, -50%, 0);
    transform: translate3d(0, -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%);
    -ms-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: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .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%);
    -ms-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: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(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);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-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, .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, .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%;
    -ms-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 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -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;
    -o-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;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-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;
    -ms-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;
    -ms-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: 0;
    width: 100%;
    height: 100%;
    opacity: .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;
    -o-transition-property: transform, opacity, height;
    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;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0
}

.simplebar-content:after, .simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

@media (min-width: 380px) {
    .cart__item-total {
        width: auto;
        margin-left: auto;
        margin-top: 0
    }
}

@media (min-width: 576px) {
    .cart__item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-right: 25px
    }

    .cart__item-info {
        margin-left: 20px;
        margin-top: 0;
        width: auto
    }

    .cart__item-property {
        margin: 5px 0
    }

    .cart__item-action {
        margin-top: 0
    }

    .cart__item-total {
        width: 100%;
        margin-left: 0
    }

    .cart__item-remove {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 640px) {
    .market-container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 768px) {
    .cart__message {
        font-size: 24px
    }

    .cart__item {
        padding-right: 40px;
        margin: 60px 0
    }

    .cart__item-image {
        max-width: 175px;
        height: 175px
    }

    .cart__item-info {
        margin-left: 40px
    }

    .cart__item-title {
        font-size: 24px
    }

    .cart__item-property {
        font-size: 18px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 10px 0
    }

    .cart__item-property-label {
        min-width: 150px
    }

    .cart__item-action {
        margin-top: 20px
    }

    .cart__item-total {
        margin-left: auto;
        width: auto;
        margin-bottom: 10px
    }

    .cart__item-label {
        font-size: 18px
    }

    .cart__bottom {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 30px
    }

    .cart__bottom-total .price {
        margin-left: 30px
    }

    .cart__bottom-button {
        width: auto;
        text-align: left
    }

    .cart--popup .cart__wrapper {
        padding: 35px
    }
}

@media (min-width: 960px) {
    .market-container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width: 992px) {
    .header__cart:before {
        display: block
    }
}

@media screen and (max-width: 1980px) {
    @supports (font-size:clamp(0.8125rem ,0.7522590361rem + 0.3012048193vw ,1.125rem)) {
        .market-container p {
            font-size: clamp(.8125rem, .7522590361rem + .3012048193vw, 1.125rem)
        }
    }@supports not (font-size:clamp(0.8125rem ,0.7522590361rem + 0.3012048193vw ,1.125rem)) {
    .market-container p {
        font-size: calc(.8125rem + .3125 * (100vw - 20rem) / 103.75)
    }
}@supports (line-height:clamp(1.125rem ,1.0527108434rem + 0.3614457831vw ,1.5rem)) {
    .market-container p {
        line-height: clamp(1.125rem, 1.0527108434rem + .3614457831vw, 1.5rem)
    }
}@supports not (line-height:clamp(1.125rem ,1.0527108434rem + 0.3614457831vw ,1.5rem)) {
    .market-container p {
        line-height: calc(1.125rem + .375 * (100vw - 20rem) / 103.75)
    }
}@supports (font-size:clamp(2.25rem ,1.1415662651rem + 5.5421686747vw ,8rem)) {
    .section-hero__title {
        font-size: clamp(2.25rem, 1.1415662651rem + 5.5421686747vw, 8rem)
    }
}@supports not (font-size:clamp(2.25rem ,1.1415662651rem + 5.5421686747vw ,8rem)) {
    .section-hero__title {
        font-size: calc(2.25rem + 5.75 * (100vw - 20rem) / 103.75)
    }
}@supports (line-height:clamp(2.625rem ,1.2635542169rem + 6.8072289157vw ,9.6875rem)) {
    .section-hero__title {
        line-height: clamp(2.625rem, 1.2635542169rem + 6.8072289157vw, 9.6875rem)
    }
}@supports not (line-height:clamp(2.625rem ,1.2635542169rem + 6.8072289157vw ,9.6875rem)) {
    .section-hero__title {
        line-height: calc(2.625rem + 7.0625 * (100vw - 20rem) / 103.75)
    }
}@supports (font-size:clamp(1rem ,0.8554216867rem + 0.7228915663vw ,1.75rem)) {
    .section-hero__subtitle {
        font-size: clamp(1rem, .8554216867rem + .7228915663vw, 1.75rem)
    }
}@supports not (font-size:clamp(1rem ,0.8554216867rem + 0.7228915663vw ,1.75rem)) {
    .section-hero__subtitle {
        font-size: calc(1rem + .75 * (100vw - 20rem) / 103.75)
    }
}@supports (line-height:clamp(1.125rem ,0.9924698795rem + 0.6626506024vw ,1.8125rem)) {
    .section-hero__subtitle {
        line-height: clamp(1.125rem, .9924698795rem + .6626506024vw, 1.8125rem)
    }
}@supports not (line-height:clamp(1.125rem ,0.9924698795rem + 0.6626506024vw ,1.8125rem)) {
    .section-hero__subtitle {
        line-height: calc(1.125rem + .6875 * (100vw - 20rem) / 103.75)
    }
}@supports (font-size:clamp(2.5rem ,1.8975903614rem + 3.0120481928vw ,5.625rem)) {
    .section-title {
        font-size: clamp(2.5rem, 1.8975903614rem + 3.0120481928vw, 5.625rem)
    }
}@supports not (font-size:clamp(2.5rem ,1.8975903614rem + 3.0120481928vw ,5.625rem)) {
    .section-title {
        font-size: calc(2.5rem + 3.125 * (100vw - 20rem) / 103.75)
    }
}@supports (line-height:clamp(3.625rem ,2.8780120482rem + 3.734939759vw ,7.5rem)) {
    .section-title {
        line-height: clamp(3.625rem, 2.8780120482rem + 3.734939759vw, 7.5rem)
    }
}@supports not (line-height:clamp(3.625rem ,2.8780120482rem + 3.734939759vw ,7.5rem)) {
    .section-title {
        line-height: calc(3.625rem + 3.875 * (100vw - 20rem) / 103.75)
    }
}@supports (font-size:clamp(1rem ,0.9036144578rem + 0.4819277108vw ,1.5rem)) {
    .section-content {
        font-size: clamp(1rem, .9036144578rem + .4819277108vw, 1.5rem)
    }
}@supports not (font-size:clamp(1rem ,0.9036144578rem + 0.4819277108vw ,1.5rem)) {
    .section-content {
        font-size: calc(1rem + .5 * (100vw - 20rem) / 103.75)
    }
}@supports (line-height:clamp(1.4375rem ,1.3049698795rem + 0.6626506024vw ,2.125rem)) {
    .section-content {
        line-height: clamp(1.4375rem, 1.3049698795rem + .6626506024vw, 2.125rem)
    }
}@supports not (line-height:clamp(1.4375rem ,1.3049698795rem + 0.6626506024vw ,2.125rem)) {
    .section-content {
        line-height: calc(1.4375rem + .6875 * (100vw - 20rem) / 103.75)
    }
}@supports (font-size:clamp(1.5rem ,1.3554216867rem + 0.7228915663vw ,2.25rem)) {
    .section-reviews .reviews-slider-items blockquote {
        font-size: clamp(1.5rem, 1.3554216867rem + .7228915663vw, 2.25rem)
    }
}@supports not (font-size:clamp(1.5rem ,1.3554216867rem + 0.7228915663vw ,2.25rem)) {
    .section-reviews .reviews-slider-items blockquote {
        font-size: calc(1.5rem + .75 * (100vw - 20rem) / 103.75)
    }
}@supports (margin-bottom:clamp(1.875rem ,1.3328313253rem + 2.7108433735vw ,4.6875rem)) {
    .section-newsletter__title {
        margin-bottom: clamp(1.875rem, 1.3328313253rem + 2.7108433735vw, 4.6875rem)
    }
}@supports not (margin-bottom:clamp(1.875rem ,1.3328313253rem + 2.7108433735vw ,4.6875rem)) {
    .section-newsletter__title {
        margin-bottom: calc(1.875rem + 2.8125 * (100vw - 20rem) / 103.75)
    }
}@supports (font-size:clamp(0.875rem ,0.8268072289rem + 0.2409638554vw ,1.125rem)) {
    .section-newsletter__title span {
        font-size: clamp(.875rem, .8268072289rem + .2409638554vw, 1.125rem)
    }
}@supports not (font-size:clamp(0.875rem ,0.8268072289rem + 0.2409638554vw ,1.125rem)) {
    .section-newsletter__title span {
        font-size: calc(.875rem + .25 * (100vw - 20rem) / 103.75)
    }
}@supports (font-size:clamp(1.5rem ,1.0662650602rem + 2.1686746988vw ,3.75rem)) {
    .section-newsletter__title h3 {
        font-size: clamp(1.5rem, 1.0662650602rem + 2.1686746988vw, 3.75rem)
    }
}@supports not (font-size:clamp(1.5rem ,1.0662650602rem + 2.1686746988vw ,3.75rem)) {
    .section-newsletter__title h3 {
        font-size: calc(1.5rem + 2.25 * (100vw - 20rem) / 103.75)
    }
}@supports (line-height:clamp(1.8125rem ,1.2823795181rem + 2.6506024096vw ,4.5625rem)) {
    .section-newsletter__title h3 {
        line-height: clamp(1.8125rem, 1.2823795181rem + 2.6506024096vw, 4.5625rem)
    }
}@supports not (line-height:clamp(1.8125rem ,1.2823795181rem + 2.6506024096vw ,4.5625rem)) {
    .section-newsletter__title h3 {
        line-height: calc(1.8125rem + 2.75 * (100vw - 20rem) / 103.75)
    }
}@supports (font-size:clamp(1rem ,0.8072289157rem + 0.9638554217vw ,2rem)) {
    .news__title {
        font-size: clamp(1rem, .8072289157rem + .9638554217vw, 2rem)
    }
}@supports not (font-size:clamp(1rem ,0.8072289157rem + 0.9638554217vw ,2rem)) {
    .news__title {
        font-size: calc(1rem + 1 * (100vw - 20rem) / 103.75)
    }
}@supports (line-height:clamp(1.125rem ,0.859939759rem + 1.3253012048vw ,2.5rem)) {
    .news__title {
        line-height: clamp(1.125rem, .859939759rem + 1.3253012048vw, 2.5rem)
    }
}@supports not (line-height:clamp(1.125rem ,0.859939759rem + 1.3253012048vw ,2.5rem)) {
    .news__title {
        line-height: calc(1.125rem + 1.375 * (100vw - 20rem) / 103.75)
    }
}@supports (padding-left:clamp(0.625rem ,-0.8207831325rem + 7.2289156627vw ,8.125rem)) {
    .page-footer__inner {
        padding-left: clamp(.625rem, -.8207831325rem + 7.2289156627vw, 8.125rem)
    }
}@supports not (padding-left:clamp(0.625rem ,-0.8207831325rem + 7.2289156627vw ,8.125rem)) {
    .page-footer__inner {
        padding-left: calc(.625rem + 7.5 * (100vw - 20rem) / 103.75)
    }
}@supports (padding-right:clamp(0.625rem ,-0.8207831325rem + 7.2289156627vw ,8.125rem)) {
    .page-footer__inner {
        padding-right: clamp(.625rem, -.8207831325rem + 7.2289156627vw, 8.125rem)
    }
}@supports not (padding-right:clamp(0.625rem ,-0.8207831325rem + 7.2289156627vw ,8.125rem)) {
    .page-footer__inner {
        padding-right: calc(.625rem + 7.5 * (100vw - 20rem) / 103.75)
    }
}@supports (width:clamp(12.5rem ,11.656626506rem + 4.2168674699vw ,16.875rem)) {
    .section-about__button {
        width: clamp(12.5rem, 11.656626506rem + 4.2168674699vw, 16.875rem)
    }
}@supports not (width:clamp(12.5rem ,11.656626506rem + 4.2168674699vw ,16.875rem)) {
    .section-about__button {
        width: calc(12.5rem + 4.375 * (100vw - 20rem) / 103.75)
    }
}@supports (height:clamp(3.125rem ,2.8840361446rem + 1.2048192771vw ,4.375rem)) {
    .section-about__button {
        height: clamp(3.125rem, 2.8840361446rem + 1.2048192771vw, 4.375rem)
    }
}@supports not (height:clamp(3.125rem ,2.8840361446rem + 1.2048192771vw ,4.375rem)) {
    .section-about__button {
        height: calc(3.125rem + 1.25 * (100vw - 20rem) / 103.75)
    }
}@supports (font-size:clamp(1.25rem ,1.2018072289rem + 0.2409638554vw ,1.5rem)) {
    .section-about__button {
        font-size: clamp(1.25rem, 1.2018072289rem + .2409638554vw, 1.5rem)
    }
}@supports not (font-size:clamp(1.25rem ,1.2018072289rem + 0.2409638554vw ,1.5rem)) {
    .section-about__button {
        font-size: calc(1.25rem + .25 * (100vw - 20rem) / 103.75)
    }
}@supports (font-size:clamp(1.5rem ,1.3554216867rem + 0.7228915663vw ,2.25rem)) {
    .shop-categories-unit__title {
        font-size: clamp(1.5rem, 1.3554216867rem + .7228915663vw, 2.25rem)
    }
}@supports not (font-size:clamp(1.5rem ,1.3554216867rem + 0.7228915663vw ,2.25rem)) {
    .shop-categories-unit__title {
        font-size: calc(1.5rem + .75 * (100vw - 20rem) / 103.75)
    }
}@supports (width:clamp(12.5rem ,11.656626506rem + 4.2168674699vw ,16.875rem)) {
    .section-shop-categories__button {
        width: clamp(12.5rem, 11.656626506rem + 4.2168674699vw, 16.875rem)
    }
}@supports not (width:clamp(12.5rem ,11.656626506rem + 4.2168674699vw ,16.875rem)) {
    .section-shop-categories__button {
        width: calc(12.5rem + 4.375 * (100vw - 20rem) / 103.75)
    }
}@supports (height:clamp(3.125rem ,2.8840361446rem + 1.2048192771vw ,4.375rem)) {
    .section-shop-categories__button {
        height: clamp(3.125rem, 2.8840361446rem + 1.2048192771vw, 4.375rem)
    }
}@supports not (height:clamp(3.125rem ,2.8840361446rem + 1.2048192771vw ,4.375rem)) {
    .section-shop-categories__button {
        height: calc(3.125rem + 1.25 * (100vw - 20rem) / 103.75)
    }
}@supports (font-size:clamp(1.25rem ,1.2018072289rem + 0.2409638554vw ,1.5rem)) {
    .section-shop-categories__button {
        font-size: clamp(1.25rem, 1.2018072289rem + .2409638554vw, 1.5rem)
    }
}@supports not (font-size:clamp(1.25rem ,1.2018072289rem + 0.2409638554vw ,1.5rem)) {
    .section-shop-categories__button {
        font-size: calc(1.25rem + .25 * (100vw - 20rem) / 103.75)
    }
}@supports (width:clamp(12.5rem ,11.656626506rem + 4.2168674699vw ,16.875rem)) {
    .section-info__button {
        width: clamp(12.5rem, 11.656626506rem + 4.2168674699vw, 16.875rem)
    }
}@supports not (width:clamp(12.5rem ,11.656626506rem + 4.2168674699vw ,16.875rem)) {
    .section-info__button {
        width: calc(12.5rem + 4.375 * (100vw - 20rem) / 103.75)
    }
}@supports (height:clamp(3.125rem ,2.8840361446rem + 1.2048192771vw ,4.375rem)) {
    .section-info__button {
        height: clamp(3.125rem, 2.8840361446rem + 1.2048192771vw, 4.375rem)
    }
}@supports not (height:clamp(3.125rem ,2.8840361446rem + 1.2048192771vw ,4.375rem)) {
    .section-info__button {
        height: calc(3.125rem + 1.25 * (100vw - 20rem) / 103.75)
    }
}@supports (font-size:clamp(1.25rem ,1.2018072289rem + 0.2409638554vw ,1.5rem)) {
    .section-info__button {
        font-size: clamp(1.25rem, 1.2018072289rem + .2409638554vw, 1.5rem)
    }
}@supports not (font-size:clamp(1.25rem ,1.2018072289rem + 0.2409638554vw ,1.5rem)) {
    .section-info__button {
        font-size: calc(1.25rem + .25 * (100vw - 20rem) / 103.75)
    }
}@supports (max-height:clamp(18.75rem ,15.1355421687rem + 18.0722891566vw ,37.5rem)) {
    .category__bg {
        max-height: clamp(18.75rem, 15.1355421687rem + 18.0722891566vw, 37.5rem)
    }
}@supports not (max-height:clamp(18.75rem ,15.1355421687rem + 18.0722891566vw ,37.5rem)) {
    .category__bg {
        max-height: calc(18.75rem + 18.75 * (100vw - 20rem) / 103.75)
    }
}@supports (max-height:clamp(18.75rem ,10.0271084337rem + 43.6144578313vw ,64rem)) {
    .category__bg img {
        max-height: clamp(18.75rem, 10.0271084337rem + 43.6144578313vw, 64rem)
    }
}@supports not (max-height:clamp(18.75rem ,10.0271084337rem + 43.6144578313vw ,64rem)) {
    .category__bg img {
        max-height: calc(18.75rem + 45.25 * (100vw - 20rem) / 103.75)
    }
}@supports (padding-left:clamp(1.25rem ,0.6475903614rem + 3.0120481928vw ,4.375rem)) {
    .product-category-card {
        padding-left: clamp(1.25rem, .6475903614rem + 3.0120481928vw, 4.375rem)
    }
}@supports not (padding-left:clamp(1.25rem ,0.6475903614rem + 3.0120481928vw ,4.375rem)) {
    .product-category-card {
        padding-left: calc(1.25rem + 3.125 * (100vw - 20rem) / 103.75)
    }
}@supports (padding-right:clamp(1.25rem ,0.6475903614rem + 3.0120481928vw ,4.375rem)) {
    .product-category-card {
        padding-right: clamp(1.25rem, .6475903614rem + 3.0120481928vw, 4.375rem)
    }
}@supports not (padding-right:clamp(1.25rem ,0.6475903614rem + 3.0120481928vw ,4.375rem)) {
    .product-category-card {
        padding-right: calc(1.25rem + 3.125 * (100vw - 20rem) / 103.75)
    }
}@supports (padding-top:clamp(1.875rem ,1.6340361446rem + 1.2048192771vw ,3.125rem)) {
    .product-category-card {
        padding-top: clamp(1.875rem, 1.6340361446rem + 1.2048192771vw, 3.125rem)
    }
}@supports not (padding-top:clamp(1.875rem ,1.6340361446rem + 1.2048192771vw ,3.125rem)) {
    .product-category-card {
        padding-top: calc(1.875rem + 1.25 * (100vw - 20rem) / 103.75)
    }
}@supports (padding-bottom:clamp(1.875rem ,1.6340361446rem + 1.2048192771vw ,3.125rem)) {
    .product-category-card {
        padding-bottom: clamp(1.875rem, 1.6340361446rem + 1.2048192771vw, 3.125rem)
    }
}@supports not (padding-bottom:clamp(1.875rem ,1.6340361446rem + 1.2048192771vw ,3.125rem)) {
    .product-category-card {
        padding-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / 103.75)
    }
}@supports (font-size:clamp(2.25rem ,1.5993975904rem + 3.2530120482vw ,5.625rem)) {
    .product-category-card__title {
        font-size: clamp(2.25rem, 1.5993975904rem + 3.2530120482vw, 5.625rem)
    }
}@supports not (font-size:clamp(2.25rem ,1.5993975904rem + 3.2530120482vw ,5.625rem)) {
    .product-category-card__title {
        font-size: calc(2.25rem + 3.375 * (100vw - 20rem) / 103.75)
    }
}@supports (line-height:clamp(2.625rem ,1.9262048193rem + 3.4939759036vw ,6.25rem)) {
    .product-category-card__title {
        line-height: clamp(2.625rem, 1.9262048193rem + 3.4939759036vw, 6.25rem)
    }
}@supports not (line-height:clamp(2.625rem ,1.9262048193rem + 3.4939759036vw ,6.25rem)) {
    .product-category-card__title {
        line-height: calc(2.625rem + 3.625 * (100vw - 20rem) / 103.75)
    }
}@supports (font-size:clamp(2.25rem ,1.8403614458rem + 2.0481927711vw ,4.375rem)) {
    .section-product-info__title {
        font-size: clamp(2.25rem, 1.8403614458rem + 2.0481927711vw, 4.375rem)
    }
}@supports not (font-size:clamp(2.25rem ,1.8403614458rem + 2.0481927711vw ,4.375rem)) {
    .section-product-info__title {
        font-size: calc(2.25rem + 2.125 * (100vw - 20rem) / 103.75)
    }
}@supports (line-height:clamp(2.625rem ,1.9262048193rem + 3.4939759036vw ,6.25rem)) {
    .section-product-info__title {
        line-height: clamp(2.625rem, 1.9262048193rem + 3.4939759036vw, 6.25rem)
    }
}@supports not (line-height:clamp(2.625rem ,1.9262048193rem + 3.4939759036vw ,6.25rem)) {
    .section-product-info__title {
        line-height: calc(2.625rem + 3.625 * (100vw - 20rem) / 103.75)
    }
}@supports (font-size:clamp(1rem ,0.8554216867rem + 0.7228915663vw ,1.75rem)) {
    .section-product-desc__text {
        font-size: clamp(1rem, .8554216867rem + .7228915663vw, 1.75rem)
    }
}@supports not (font-size:clamp(1rem ,0.8554216867rem + 0.7228915663vw ,1.75rem)) {
    .section-product-desc__text {
        font-size: calc(1rem + .75 * (100vw - 20rem) / 103.75)
    }
}@supports (line-height:clamp(1.125rem ,0.9563253012rem + 0.843373494vw ,2rem)) {
    .section-product-desc__text {
        line-height: clamp(1.125rem, .9563253012rem + .843373494vw, 2rem)
    }
}@supports not (line-height:clamp(1.125rem ,0.9563253012rem + 0.843373494vw ,2rem)) {
    .section-product-desc__text {
        line-height: calc(1.125rem + .875 * (100vw - 20rem) / 103.75)
    }
}@supports (font-size:clamp(1.75rem ,1.5090361446rem + 1.2048192771vw ,3rem)) {
    .section-product-desc__title ul li .uk-h3 {
        font-size: clamp(1.75rem, 1.5090361446rem + 1.2048192771vw, 3rem)
    }
}@supports not (font-size:clamp(1.75rem ,1.5090361446rem + 1.2048192771vw ,3rem)) {
    .section-product-desc__title ul li .uk-h3 {
        font-size: calc(1.75rem + 1.25 * (100vw - 20rem) / 103.75)
    }
}@supports (line-height:clamp(2.25rem ,1.9608433735rem + 1.4457831325vw ,3.75rem)) {
    .section-product-desc__title ul li .uk-h3 {
        line-height: clamp(2.25rem, 1.9608433735rem + 1.4457831325vw, 3.75rem)
    }
}@supports not (line-height:clamp(2.25rem ,1.9608433735rem + 1.4457831325vw ,3.75rem)) {
    .section-product-desc__title ul li .uk-h3 {
        line-height: calc(2.25rem + 1.5 * (100vw - 20rem) / 103.75)
    }
}
}

@media screen and (max-width: 1440px) {
    .section-content__news {
        margin: 0 3.75rem
    }
}

@media screen and (max-width: 1024px) {
    .product-category-card__info {
        padding-left: 0
    }

    .section-product-info {
        -ms-grid-columns: 50% 50%;
        grid-template-columns:50% 50%
    }

    .section-product-info__images {
        width: 100%
    }

    .section-product-info__content {
        max-width: 600px;
        max-height: 800px
    }

    @supports (margin-bottom:clamp(0.625rem ,0.3409090909rem + 1.4204545455vw ,1.25rem)) {
        .section-product-info__title {
            margin-bottom: clamp(.625rem, .3409090909rem + 1.4204545455vw, 1.25rem)
        }
    }@supports not (margin-bottom:clamp(0.625rem ,0.3409090909rem + 1.4204545455vw ,1.25rem)) {
    .section-product-info__title {
        margin-bottom: calc(.625rem + .625 * (100vw - 20rem) / 44)
    }
}@supports (margin-top:clamp(0.9375rem ,0.7954545455rem + 0.7102272727vw ,1.25rem)) {
    .section-product-info__price {
        margin-top: clamp(.9375rem, .7954545455rem + .7102272727vw, 1.25rem)
    }
}@supports not (margin-top:clamp(0.9375rem ,0.7954545455rem + 0.7102272727vw ,1.25rem)) {
    .section-product-info__price {
        margin-top: calc(.9375rem + .3125 * (100vw - 20rem) / 44)
    }
}@supports (margin-bottom:clamp(0.9375rem ,0.7954545455rem + 0.7102272727vw ,1.25rem)) {
    .section-product-info__price {
        margin-bottom: clamp(.9375rem, .7954545455rem + .7102272727vw, 1.25rem)
    }
}@supports not (margin-bottom:clamp(0.9375rem ,0.7954545455rem + 0.7102272727vw ,1.25rem)) {
    .section-product-info__price {
        margin-bottom: calc(.9375rem + .3125 * (100vw - 20rem) / 44)
    }
}.section-product-info__size ul li label span {
     min-width: 100px
 }

    .section-product-info__button {
        width: 100%
    }

    .jq-number {
        min-width: 100px
    }
}

@media screen and (max-width: 1023px) {
    .market-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .market-grid__category {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .market-grid__vk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section-newsletter__form {
        height: 43.75rem
    }

    .page-footer__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-footer__logo {
        margin: 0 auto 67px
    }

    .page-footer__logo img {
        max-width: 100%
    }
}

@media screen and (max-width: 768px) {
    .section-hero__subtitle {
        letter-spacing: 0
    }

    .section-product-info {
        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;
        padding: 0;
        margin-top: 1.25rem
    }

    .section-product-info__btns {
        width: 100%;
        -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 screen and (max-width: 767px) {
    .section-reviews .reviews-slider-items blockquote {
        padding: 0 3.75rem
    }

    .section-newsletter__form {
        height: 31.25rem
    }

    .section-newsletter__form form .market-button {
        width: 70%;
        height: 50px
    }

    .section-newsletter__img {
        bottom: 0
    }

    .page-footer__menus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-category-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.875rem
    }

    .product-category-card__media {
        width: 90%
    }

    .product-category-card__info {
        width: 90%
    }
}

@media (max-width: 767px) {
    .menu__body {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (max-width: 767.98px) {
    .header__cart-info {
        margin-left: 14px
    }

    .header__cart-label {
        display: none
    }

    .cart__item-property .price {
        margin-top: 10px
    }
}

@media (max-width: 575.98px) {
    .header__cart {
        margin-left: auto
    }

    .header__cart:after {
        display: none
    }

    .header__cart-info {
        display: none
    }
}

@media screen and (max-width: 425px) {
    .market-grid__category {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .product-category-card__image {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width: 424px) {
    .section-product-desc {
        margin: 1.25rem 0
    }
}

@media screen and (max-width: 320px) {
    .section-content__news {
        margin: 0 .625rem
    }

    .section-newsletter__form {
        height: 18.75rem
    }
}

@media (max-width: 61.99875em) {
    .header__menu {
        display: none
    }

    .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 1.875rem;
        height: 1.125rem;
        cursor: pointer;
        z-index: 5
    }

    .icon-menu span, .icon-menu::after, .icon-menu::before {
        content: "";
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .125rem;
        background-color: #fff
    }

    .icon-menu::before {
        top: 0
    }

    .icon-menu::after {
        bottom: 0
    }

    .icon-menu span {
        top: calc(50% - .0625rem)
    }

    .menu-open .icon-menu span {
        width: 0
    }

    .menu-open .icon-menu::before {
        top: calc(50% - .0625rem);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - .0625rem);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@media screen and (max-width: 1980px) and (min-width: 123.75em) {
    .market-container p {
        font-size: inherit
    }

    .market-container p {
        line-height: inherit
    }

    .section-hero__title {
        font-size: inherit
    }

    .section-hero__title {
        line-height: inherit
    }

    .section-hero__subtitle {
        font-size: inherit
    }

    .section-hero__subtitle {
        line-height: inherit
    }

    .section-title {
        font-size: inherit
    }

    .section-title {
        line-height: inherit
    }

    .section-content {
        font-size: inherit
    }

    .section-content {
        line-height: inherit
    }

    .section-reviews .reviews-slider-items blockquote {
        font-size: inherit
    }

    .section-newsletter__title {
        margin-bottom: inherit
    }

    .section-newsletter__title span {
        font-size: inherit
    }

    .section-newsletter__title h3 {
        font-size: inherit
    }

    .section-newsletter__title h3 {
        line-height: inherit
    }

    .news__title {
        font-size: inherit
    }

    .news__title {
        line-height: inherit
    }

    .page-footer__inner {
        padding-left: inherit
    }

    .page-footer__inner {
        padding-right: inherit
    }

    .section-about__button {
        width: inherit
    }

    .section-about__button {
        height: inherit
    }

    .section-about__button {
        font-size: inherit
    }

    .shop-categories-unit__title {
        font-size: inherit
    }

    .section-shop-categories__button {
        width: inherit
    }

    .section-shop-categories__button {
        height: inherit
    }

    .section-shop-categories__button {
        font-size: inherit
    }

    .section-info__button {
        width: inherit
    }

    .section-info__button {
        height: inherit
    }

    .section-info__button {
        font-size: inherit
    }

    .category__bg {
        max-height: inherit
    }

    .category__bg img {
        max-height: inherit
    }

    .product-category-card {
        padding-left: inherit
    }

    .product-category-card {
        padding-right: inherit
    }

    .product-category-card {
        padding-top: inherit
    }

    .product-category-card {
        padding-bottom: inherit
    }

    .product-category-card__title {
        font-size: inherit
    }

    .product-category-card__title {
        line-height: inherit
    }

    .section-product-info__title {
        font-size: inherit
    }

    .section-product-info__title {
        line-height: inherit
    }

    .section-product-desc__text {
        font-size: inherit
    }

    .section-product-desc__text {
        line-height: inherit
    }

    .section-product-desc__title ul li .uk-h3 {
        font-size: inherit
    }

    .section-product-desc__title ul li .uk-h3 {
        line-height: inherit
    }
}

@media screen and (max-width: 1024px) and (min-width: 64em) {
    .section-product-info__title {
        margin-bottom: inherit
    }

    .section-product-info__price {
        margin-top: inherit
    }

    .section-product-info__price {
        margin-bottom: inherit
    }
}

@media (any-hover: hover) {
    .button:hover {
        background-color: #3d3d3d;
        color: #fff
    }
}

@media (prefers-color-scheme: spring) {
    :root {
        color-scheme: spring;
        --surface1: var(--surface1-spring);
        --surface2: var(--surface2-spring);
        --surface3: var(--surface3-spring)
    }
}
.cart-close__line {
    background-color: #C2C2C2;
    height: 1px;
    width: 100%;
}
.cart__selection-label {
    margin-top: 27px;
    background-color: #F3F3F3;
    border: 1px solid #CCC;
    border-radius: 3px;
    cursor: pointer;
    padding: 0;     
    display: inline-block;
    transition: background-color 0.2s; 
}
.cart__selection-radio {
    display: none;
}

.cart__selection-label:hover {
    background-color: #f5f5f5;
}

.cart__selection-label-text {
    display: block; 
    color: #C90000;
    padding: 12px 60px;
    font-size: 18px;
    font-family: inherit; 
}


.cart__selection-options {
    display: flex;
    gap: 29px; 
}
.cart__selection  {
    display: flex;
    gap: 29px;
    margin-bottom: 27px;
 font-family: none;
}

.cart__offer {
    border: 1px solid #EB5A31;

  padding: 9px 17px ;
    margin-bottom: 41px;
   
}



.cart__offer-checkbox {
    border: 1px solid #000000;
    width: 20px;
    height: 19px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    position: relative;
}


.cart__offer-title {
    color: #C90000;
    font-size: 18px;
}
.cart__offer-selector {
    display: flex;
    align-items: center;
    gap: 9px;
}
.cart__selection-info {
margin-top: 27px;
}
.cart__selection-description {
    font-size: 18px;
    color: #222222;
}
.action__text {
    font-size: 18px;
}
.price {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: none;
}
.price-current {
    color: #C90000;
    font-size: 24px;
    font-weight: 700;
}
.cart__offer {
    display: flex;
    gap: 40px;
}

.cart__offer-benefits {
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    list-style-type: disc; /* Принудительно включаем кружочки */
    padding-left: 25px;
}
.cart__selection-radio:checked + .cart__selection-label {
    background-color: #EB5A31;
    border: 1px solid #3b0000;
    -webkit-box-shadow: -3px 4px 5px -1px rgba(34, 60, 80, 0.1);
-moz-box-shadow: -3px 4px 5px -1px rgba(34, 60, 80, 0.1);
box-shadow: -3px 4px 5px -1px rgba(34, 60, 80, 0.1);
}
.cart__selection-radio:checked + .cart__selection-label .cart__selection-label-text {
  color: #ffffff;
}
.cart__offer-not-order{
    color: #C90000;
    margin: 0 0 20px 0;
    border: 1px solid #EB5A31;
    padding: 20px 17px;
    font-size: 18px;
    line-height: 30px;
}

.volume-text__ttile {
    font-weight: 500;
    font-size: 18px;
}
.volume-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
}
.volume-button {
    padding: 10px 12px;
    border: 1px solid #000000;
    border-radius: 3px;
}
.price-old {
      text-decoration: line-through;
      color: #C4C4C4;
}
.sale-basket-item__quantity-input {
    text-align: center;
}
.cart-volume {
    margin-top: 10px;
}
@media (max-width: 500px) {
    .cart__selection {
  display: grid;
   gap: 0px;
}
  .cart__selection-info {
  grid-row: 1;
  margin-top: 0px;
  }
.cart__selection-label-text {
 padding: 12px 30px;
}
  .cart__selection-options {
    grid-row: 2;
  }
  .cart__offer {
 padding: 5px 5px;
 gap: 15px;
  }
  .cart__offer-benefits {
    font-size: 15px;
      line-height: 20px;
      padding-left: 0px;
  }
 .cart__item-property {
    align-items: baseline;
 }
 .price-current  {
    font-size: 18px;
 }
.cart__offer-title {
    font-size: 15px;
}
.cart__bottom-total {
    margin-bottom: 10px;
}
}
/*Корзина */
.btn {
  font-size: .7333em;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  border: 1px solid;
  letter-spacing: .8px;
  border-radius: 3px;
  padding: 12px 21px 11px;
  overflow: hidden;
  transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -webkit-transition: background-color .3s ease;
  color: #fff;
  background-color: #EB5A31;
  border-color: #cb2e02;
}