:root {
    --white: #fff;
    --black: #000;
    --primary: #3f2ff1;
    --secondary: #f3f3f3;
    --link-hover: #3f2ff1;
    --link-active: #3324d9;
    --bold: 600;
    --medium: 500;
    --regular: 400;
}

.white {
    color: var(--white);
}

.black {
    color: var(--black);
}

.primary {
    color: var(--primary);
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
* {
    min-height: 0;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    font-weight: 400;
    text-decoration-skip-ink: none;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html {
    height: 100%;
}

body {
    min-width: 320px;
    min-height: 100%;
}

html,
body {
    position: relative;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    z-index: 1;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    display: flex;
    flex-direction: column;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    cursor: pointer;
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
    font-size: inherit;
    font-weight: 400;
}


/* Next */
.idesc {
    line-height: 1.7;
    font-weight: 400;
    font-size: 14px;
    color: var(--black);
    word-break: break-word;
}
.idesc.white {
    color: var(--white);
}

.idesc p {
    margin: 12px 0;
}

.idesc h1,
.idesc .h1,
.idesc h2,
.idesc .h2,
.idesc h3,
.idesc .h3,
.idesc h4,
.idesc .h4,
.idesc h5,
.idesc .h5,
.idesc h6,
.idesc .h6 {
    margin: 30px 0 12px 0;
}

.idesc ul {
    padding: revert;
    display: revert;
    margin: revert;
    list-style: revert;
    line-height: 1.64;
}

.idesc p + ul {
    margin-top: 0;
}

.idesc ul > li {
    display: revert;
    margin: revert;
    list-style: revert;
}

.idesc ol {
    padding: revert;
    display: revert;
    margin: revert;
    list-style: revert;
    line-height: 1.64;
}

.idesc p + ul {
    margin-top: 0;
}

.idesc ol > li {
    display: revert;
    margin: revert;
    list-style: revert;
}

.idesc ul ul,
.idesc ul ol,
.idesc ol ol,
.idesc ol ul {
    margin-left: 20px;
}

.idesc p:first-child,
.idesc h1:first-child,
.idesc h2:first-child,
.idesc h3:first-child,
.idesc h4:first-child,
.idesc h5:first-child,
.idesc h6:first-child {
    margin-top: 0 !important;
}

.idesc p:first-child,
.idesc h1:first-child,
.idesc h2:first-child,
.idesc h3:first-child,
.idesc h4:first-child,
.idesc h5:first-child,
.idesc h6:first-child,
.idesc .h1:first-child,
.idesc .h2:first-child,
.idesc .h3:first-child,
.idesc .h4:first-child,
.idesc .h5:first-child,
.idesc .h6:first-child {
    margin-top: 0 !important;
}

.idesc p:last-child,
.idesc h1:last-child,
.idesc h2:last-child,
.idesc h3:last-child,
.idesc h4:last-child,
.idesc h5:last-child,
.idesc h6:last-child,
.idesc .h1:last-child,
.idesc .h2:last-child,
.idesc .h3:last-child,
.idesc .h4:last-child,
.idesc .h5:last-child,
.idesc .h6:last-child {
    margin-bottom: 0 !important;
}

.idesc table {
    width: 100%;
    margin: 12px 0;
    border: 0;
    border-top: 1px solid #ddd;
    border-collapse: collapse;
}

.idesc table td,
.idesc table th {
    padding: 6px 9px;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.idesc table tr:first-child td,
.idesc table th {
    font-weight: bold;
}

.idesc table tr:hover > td {
    background-color: rgba(0, 0, 0, 0.01);
}

.idesc img {
    max-width: 500px;
    height: auto;
    border-radius: 5px;
}

.wordbreak {
    word-break: break-all;
}


section {
    position: relative;
    width: 100%;
    height: auto;
}

main {
    flex: 1 0;
    padding: 20px 0 0 0;
}

.lock {
    overflow: hidden;
}

.d-none,
.display-none {
    display: none !important;
}

.btn-reset {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    background: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.button {
    min-height: 39px;
    height: 39px;
    padding: 1px 24px 1px 24px;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    font-weight: var(--regular);
    font-size: 14px;
    line-height: 0.9;
    color: var(--white);
    text-decoration: none;
    text-align: center;
    text-overflow: ellipsis;
    background: linear-gradient(-85deg, #2136ff -24%, #ff0095 124%);
    border-radius: 34px;
    box-shadow: 0 0 250px rgba(169, 38, 224, 0.41);

    transition: color 0.34s ease, background-color 0.34s ease, border-color 0.34s ease, opacity 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.button::after {
    width: 100%;
    height: 100%;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 !important;
    background: rgba(255,255,255,0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 34px;
}
.button:hover::after {
    opacity: 1;
}

.button-cart {
    flex: none;
    padding: 0;
    background: 0;
    box-shadow: none;
}




.button-checkbox {
    display:flex;
    align-items:center;
    position:relative;
    gap:11px
}
.button-checkbox input {
    width:1px;
    height:1px;
    display:block;
    position:absolute;
    left:0;
    top:0;
    border:0;
    background:0;
    opacity:0
}
.button-checkbox__label {
    order:3;
    flex:1 0;
    line-height: 1.4;
    font-weight: 400;
    font-size:12px;
    text-align: left;
}
.button-checkbox__label a {
    color: #594bf3;
    text-decoration: underline;
}
.button-checkbox__label a:hover {
    text-decoration: none;
}
@media all and (min-width:1360px) {
    .button-checkbox__label br {
        display:none
    }
}
.button-checkbox__tick {
    order:2;
    flex:none;
    width:17px;
    height:17px;
    position:relative;
    background-color: #f3f3f3;
    box-shadow: inset 0 0 0 1px #e7e7e7;
    border-radius: 5px;
}
.button-checkbox__tick::after {
    width:auto;
    height:auto;
    content:' ';
    display:block;
    position:absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    background: no-repeat center center url(img/icons/check.svg);
    background-size: 100% 100%;
    border-radius: 3px;
    transition:opacity 0.3s ease;
    opacity: 0;
}
.button-checkbox input:checked + .button-checkbox__tick::after {
    opacity: 1;
}



.icon-cart {
    width: 22px;
    height: 19px;
    display: inline-block;
    vertical-align: top;
    background: no-repeat 0 0 url(img/icons/cart.png);
    background-size: 100% 100%;
}

.btn {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn-big {
    padding: 12px 25px;
}
.btn-small {
    padding: 5px 22px;
}
.btn-grade {
    background: linear-gradient(-85deg, #2136ff -24%, #ff0095 124%);
    border-radius: 50px;
    box-shadow: 0 0 250px rgba(169, 38, 224, 0.41);
}
.btn-filter {
    font-weight: var(--bold);
    color: rgba(0, 0, 0, 0.5);
    transition: color 0.3s;
}
.btn-filter:hover {
    color: var(--primary);
}
.btn-filter--active {
    color: var(--primary);
}
.btn-cart {
    background-image: url("img/icons/cart.png");
    width: 22px;
    height: auto;
}

.opacity {
    opacity: 1;
    transition: opacity 0.3s;
}
.opacity:hover {
    opacity: 0.6;
}

.container {
    position: relative;
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.title {
    line-height: normal;
    font-weight: var(--bold);
}

.title-section {
    font-size: 18px;
    line-height: normal;
    font-weight: var(--bold);
    word-break: break-word;
}

.title-30 {
    font-size: 30px;
    font-weight: var(--bold);
    line-height: normal;
}
@media (max-width: 550px) {
    .title-30 {
        font-size: 25px;
    }
}

.text {
    font-size: 14px;
    line-height: 30px;
    font-weight: var(--regular);
}

.text-small {
    font-size: 12px;
    line-height: normal;
    font-weight: var(--regular);
}

.text-mid {
    font-size: 13px;
    line-height: 22px;
    font-weight: var(--medium);
}

.upper {
    text-transform: uppercase;
}

.section {
    background: var(--white);
    box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.badge {
    width: fit-content;
    padding: 2px 8px;
    background: rgba(62, 47, 241, 0.07);
    border-radius: 5px;
    font-weight: var(--bold);
}
.badge-year {
    width: fit-content;
    padding: 2px 8px;
    background: #f0dbed;
    border-radius: 5px;
    font-weight: var(--bold);
    color: #e207a3;
}

.link-primary {
    transition: color 0.3s;
}
.link-primary:hover {
    color: var(--primary);
}

.block {
    position: relative;
    margin-bottom: 49px;
}
.block__text {
    line-height: 24px;
}
.block__search {
    max-width: 474px;
}
.block__search label {
    position: absolute;
    font-size: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-100 {
    margin-bottom: 100px;
}
@media (max-width: 500px) {
    .mb-100 {
        margin-bottom: 60px;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 50px 0 25px;
    z-index: 9;
    transition: transform 0.3s, padding 0.3s, background-color 0.3s ease;
}
@media (max-width: 700px) {
    .header {
        max-height: 70px;
        height: 100%;
        padding: 20px 0 !important;
        background: var(--black) !important;
        overflow: hidden;
        transition: max-height 0.3s, transform 0.3s, padding 0.3s;
        z-index: 9999;
    }
}
.header__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.header__block {
    display: flex;
    align-items: center;
    gap: 27px;
}
@media (max-width: 700px) {
    .header__block {
        width: 100%;
        justify-content: center;
        order: 1;
        margin-top: 50px;
    }
    .header__block .lang {
        display: none;
    }
}
.header__mobile {
    display: none;
    align-items: center;
    gap: 15px;
}
@media (max-width: 700px) {
    .header__mobile {
        display: flex;
    }
}

.logo {
    display: inline-block;
}
.logo__img {
    max-width: 154px !important;
    height: auto;
    display: block;
}
.logo__img img {
    width: 100%;
    height: auto;
}

.menu {
    display: flex;
    align-items: center;
    gap: 32px;
}
.menu__item {
    font-size: 14px;
    font-weight: var(--medium);
}
.menu__item a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    padding: 10px;
}
@media (max-width: 700px) {
    .menu {
        flex-direction: column;
        gap: 30px;
    }
}

.lang__img {
    width: 25px;
    height: auto;
}

.burger {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: -16px -10px -16px 0;
}
.burger-icon {
    width: 25px;
    height: 2px;
    position: relative;
    border-radius: 10px;
    background: var(--white);
    transition: background 0.3s;
}
.burger-icon::before,
.burger-icon::after {
    position: absolute;
    left: 0;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background: var(--white);
    transition: top 0.3s, bottom 0.3s, transform 0.3s;
    content: "";
}
.burger-icon::before {
    top: 8px;
}
.burger-icon::after {
    bottom: 8px;
}

.burger-active .burger-icon {
    background: transparent;
}
.burger-active .burger-icon::before {
    top: auto;
    transform: rotate(45deg);
}
.burger-active .burger-icon::after {
    bottom: auto;
    transform: rotate(-45deg);
}

.header-active {
    max-height: 1000px !important;
    overflow: auto !important;
}

.header-scrolled {
    background: var(--black);
    padding-top: 25px;
}

.out {
    transform: translateY(-100%);
}





/* Content - Breadcrumbs */
.breadcrumbs {
    margin: 0 0 28px 0;
    font-weight: var(--regular);
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    word-break: break-word;
}
.breadcrumbs li {
    display: inline;
    vertical-align: top;
}
.breadcrumbs li:after {
    width: 20px;
    content: ' | ';
    display: inline-block;
    text-align: center;
}
.breadcrumbs li:last-child:after {
    display: none;
}
.breadcrumbs a {
    line-height: 1;
    padding:0 0 1px 0;
    color: #bebebe;
    text-decoration: underline;
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
}
.breadcrumbs a:hover {
    color: var(--primary);
}


.bgs-header {
    flex: none;
    min-height: 380px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 28px;
}
@media (max-width: 880px) {
    .bgs-header {
        padding-bottom: 0;
    }
}
@media (max-width: 700px) {
    .bgs-header {
        min-height: 70px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
.bgs-header::before {
    width: 100%;
    height: 100%;
    content: ' ';
    display: block;
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    background: #000;
}
.bgs-header-decor {
    width: 1620px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
}
@media (max-width: 1600px) {
    .bgs-header-decor {
        width: 1420px;
    }
}
@media (max-width: 1400px) {
    .bgs-header-decor {
        display: none;
    }
}
.bgs-header-decor::before {
    content: ' ';
    width: 117px;
    height: 119px;
    position: absolute;
    left: 0;
    top: 28px;
    background: no-repeat 0 0 url(img/icons/icon-1.png);
}
.bgs-header-decor::after {
    content: ' ';
    width: 71px;
    height: 75px;
    position: absolute;
    right: 10px;
    bottom: 96px;
    background: no-repeat 0 0 url(img/icons/icon-2.png);
}
.bgs-header-fly {
    width: auto;
    height: auto;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: #000;
}
.bgs-header-fly::before {
    width: 1230px;
    max-width: 100%;
    height: 540px;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 200px;
    transform: translateX(-50%);
    background: no-repeat 0 0 url(img/bg/bg_home-header.jpg);
}
.bgs-header-fly svg {
    width: 4000px;
    height: 512px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin: 0 0 0 -2000px;
    filter: blur(0.5px);
}


.home {
    height: auto;
    min-height: 730px;
    position: relative;
    z-index: 2;
}
@media (max-width: 880px) {
    .home {
        padding-bottom: 40px;
        background: var(--black);
    }
}
.home__body {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 880px) {
    .home__body {
        flex-direction: column-reverse;
        justify-content: center;
    }
}
.home__block {
    max-width: 650px;
    width: 100%;
    margin-top: 183px;
}
@media (max-width: 1100px) {
    .home__block {
        max-width: 450px;
    }
}
@media (max-width: 880px) {
    .home__block {
        max-width: 650px;
        margin-top: 0;
    }
}
.home__title {
    font-size: 40px;
    margin-bottom: 43px;
}
@media (max-width: 470px) {
    .home__title {
        text-align: center;
    }
}
@media (max-width: 420px) {
    .home__title {
        font-size: 25px;
        margin-bottom: 20px;
    }
}
.home__text {
    max-width: 560px;
    margin-bottom: 92px;
}
@media (max-width: 470px) {
    .home__text {
        text-align: center;
    }
}
@media (max-width: 420px) {
    .home__text {
        margin-bottom: 40px;
    }
}
.home__btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 45px;
}
@media (max-width: 470px) {
    .home__btns {
        flex-direction: column;
        gap: 10px;
    }
}
.home__btns .btn-grade {
    box-shadow: 0px 0px 250px 20px rgba(153, 51, 204, 0.41);
}
.home__img {
    position: absolute;
    top: 1px;
    right: 102px;
    width: 504px;
    height: auto;
}
.home__img img {
    max-width: 146%;
}
@media (max-width: 940px) {
    .home__img img {
        width: 160%;
    }
}
@media (max-width: 1200px) {
    .home__img {
        right: 40px;
    }
}
@media (max-width: 940px) {
    .home__img {
        max-width: 400px;
        top: 40px;
        right: 100px;
    }
}
@media (max-width: 880px) {
    .home__img {
        position: relative;
        top: 0;
        margin-bottom: -80px;
    }
}
@media (max-width: 500px) {
    .home__img {
        margin-right: -50px;
    }
}
@media (max-width: 420px) {
    .home__img {
        max-width: 300px;
        margin-right: -100px;
    }
}

.welcome {
    margin-top: -24px;
    margin-bottom: 25px;
}
@media (max-width: 800px) {
    .welcome {
        margin-top: 0;
    }
}

.slider-welcome {
    position: relative;
}
.slider-welcome::before,
.slider-welcome::after {
    width: 100px;
    height: 24px;
    content: ' ';
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    top: -4px;
    pointer-events: none;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
}
.slider-welcome::after {
    left: auto;
    right: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
}
.slider-welcome-angle-left,
.slider-welcome-angle-right {
    width: 20px;
    height: auto;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
}
.slider-welcome-angle-left {
    left: 0;
}
.slider-welcome-angle-right {
    right: 0;
}
.slider-welcome-angle-left::before,
.slider-welcome-angle-right::before {
    width: 100px;
    height: auto;
    content: ' ';
    display: block;
    position: absolute;
    z-index: 2;
    top: 20px;
    bottom: 0;
    box-shadow: 0 0 0 30px #fff;
    pointer-events: none;
    border-radius: 20px;
}
.slider-welcome-angle-left::before {
    left: 0;
}
.slider-welcome-angle-right::before {
    right: 0;
}

.slider-welcome .swiper-button-next,
.slider-welcome .swiper-button-prev {
    width: 36px;
    height: 91px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    top: calc(50% + 30px);
    transform: translateY(-50%);
    transition: background 0.3s;
}
.slider-welcome .swiper-button-next:hover,
.slider-welcome .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.slider-welcome .swiper-button-next:active,
.slider-welcome .swiper-button-prev:active {
    background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 470px) {
    .slider-welcome .swiper-button-next,
    .slider-welcome .swiper-button-prev {
        display: none;
    }
}
.slider-welcome .swiper-button-next:after,
.slider-welcome .swiper-button-prev:after {
    font-size: 12px;
    font-weight: var(--bold);
    color: var(--white);
}
.slider-welcome .swiper-button-prev {
    left: 27px;
}
.slider-welcome .swiper-button-next {
    right: 27px;
}

.welcome .swiper-autoheight,
.welcome .swiper-autoheight .swiper-slide {
    height: 100% !important;
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: var(--primary);
    padding: 0 101px;
    margin-top: 20px;
}
@media (max-width: 880px) {
    .content {
        flex-direction: column-reverse;
        align-items: center;
    }
}
@media (max-width: 470px) {
    .content {
        padding: 0 30px;
    }
}
.content__block {
    flex: 1 0;
    align-self: center;
}
.content__title {
    font-size: 30px;
    margin: 25px 0 25px;
}
@media (max-width: 470px) {
    .content__title {
        text-align: center;
    }
}
.content__text {
    max-width: 600px;
    line-height: 22px;
    margin-bottom: 30px;
}
@media (max-width: 470px) {
    .content__text {
        text-align: center;
    }
}
.content__img {
    width: 300px;
    max-width: 100%;
    margin-top: 0;
    align-self: flex-end;
}
.content__img img {
    width: 100%;
    height: auto;
    max-height: 202px;
}
@media (max-width: 880px) {
    .content__img {
        align-self: center;
        margin-top: -20px;
    }
}
@media (max-width: 470px) {
    .content__img img {
        width: 100%;
    }
    .content__title {
        margin: 16px 0;
        font-size: 24px;
    }
}

.search {
    position: relative;
    margin-bottom: 30px;
}
.search__wrap {
    position: relative;
}
.search__input {
    width: 100%;
    background-color: var(--white);
    box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    border-radius: 20px;
    font-size: 16px;
    line-height: 30px;
    font-weight: var(--regular);
    color: rgba(0, 0, 0, 0.5);
    padding: 12px 60px 12px 24px;
    margin-top: 16px;
    transition: border 0.3s;
}
.search__input::placeholder {
    color: inherit;
    font-size: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.search__input:focus {
    border-color: var(--primary);
}
.search__icon {
    position: absolute;
    top: 23px;
    right: 15px;
    width: 42px;
    height: 42px;
    padding: 10px;
    background-color: transparent;
    background-image: url("img/icons/search-icon.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    color: transparent;
}

.shop__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
@media (max-width: 900px) {
    .shop__body {
        gap: 20px;
    }
}
@media (max-width: 880px) {
    .shop__body {
        flex-direction: column;
    }
}
.shop__left-block {
    max-width: 310px;
    width: 100%;
}
@media (max-width: 880px) {
    .shop__left-block {
        max-width: 100%;
    }
}
.shop__right-block {
    width: 100%;
}

.categories {
    padding: 19px 23px 25px 24px;
    margin-top: 12px;
    overflow: hidden;
}
@media (max-width: 880px) {
    .categories {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
}
@media (max-width: 880px) and (max-width: 470px) {
    .categories {
        flex-wrap: wrap;
        gap: 40px;
    }
}
.categories__popular, .categories__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.categories__popular {
    margin-bottom: 40px;
}
@media (max-width: 880px) {
    .categories__popular {
        width: calc(50% - 10px);
        margin-bottom: 0;
    }
}
@media (max-width: 470px) {
    .categories__popular {
        width: 100%;
    }
}
.categories__list {
    max-height: 310px;
    overflow: auto;
}
@media (max-width: 880px) {
     .categories__list {
        max-height: 177px;
    }
    .categories__all .categories__list {
        max-height: 140px;
    }
}
.categories__list::-webkit-scrollbar {
    width: 8px;
}
.categories__list::-webkit-scrollbar-track {
    background: var(--secondary);
    border-radius: 3px;
}
.categories__list::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 3px;
    height: 50px;
}
.categories__list:nth-child(3) {
    padding-right: 11px;
}
.categories__title {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 2px;
}
.categories__icon {
    width: 13px;
    height: auto;
}
.categories__item {
    flex: none;
    display: inline-block;
    width: 100%;
    height: auto;
}
.categories__item a {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    width: inherit;
}
.categories__item a:hover > .categories__item-title {
    color: var(--primary);
}
.categories__item-icon {
    flex: none;
}
.categories__item-icon img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}
.categories__item-title {
    flex: 1 0;
    width: auto;
    font-weight: var(--bold);
    line-height: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color 0.3s;
}
.categories__item-count {
    flex: none;
    position: relative;
    right: 0;
}
.categories__all label {
    position: absolute;
    font-size: 0;
}
@media (max-width: 880px) {
    .categories__all {
        width: calc(50% - 10px);
    }
}
@media (max-width: 470px) {
    .categories__all {
        width: 100%;
    }
}
.categories__search {
    width: 100%;
    padding: 4px 17px;
    margin: 11px 0 9px;
    background: var(--secondary);
    border: 2px solid transparent;
    border-radius: 10px;
    transition: border 0.3s;
}
.categories__search::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.categories__search:focus {
    border-color: var(--primary);
}


.products-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
}
@media (min-width: 880px) and (max-width: 1080px) {
    .products-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 772px) {
    .products-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 572px) {
    .products-list {
        grid-template-columns: 1fr;
    }
}


.products-list-mybuy {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 53px;
}
@media (max-width: 1080px) {
    .products-list-mybuy {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}
@media (max-width: 772px) {
    .products-list-mybuy {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 572px) {
    .products-list-mybuy {
        grid-template-columns: 1fr;
    }
}

.products-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    background: var(--secondary);
    border-radius: 20px;
}
.product-item-image {
    flex: none;
    display: block;
    padding: 69.234% 0 0 0;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    text-decoration: none !important;
}
.product-item-image::after {
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 18px 18px 0 0;
    background: rgba(255,255,255,0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.product-item-image:hover::after {
    opacity: 1;
}
.product-item-image img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
}
.product-item-content {
    flex: 1 0;
    display: flex;
    flex-direction: column;
    padding: 20px 18px 0 18px;
    position: relative;
}
.product-item-lang {
    width: 23px;
    height: 23px;
    vertical-align: top;
    position: absolute;
    right: 18px;
    top: -10px;
    object-fit: contain;
}
.product-item-badges {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.product-item-title {
    flex: 1 0;
}
.product-item-title-link {
    max-width: 100%;
    vertical-align: top;
    font-weight: var(--bold);
    font-size: 15px;
    line-height: 22px;
    color: var(--black);
    text-decoration: none;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}
.product-item-title-link:hover {
    color: var(--primary);
}
.product-item-prop-list {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-bottom: 16px;
}

.product-item-prop-value {
    font-weight: var(--bold);
    color: var(--primary);
}
.product-item-controls {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 16px 0 0 0;
}


.products {
    padding: 22px 24px 39px 24px;
    margin-top: 12px;
}

.filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0;
}
.filter__block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 6px;
    margin-right: -10px;
}


.seo p {
    line-height: 1.7;
}

.product-item {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 28px 25px 27px;
    margin-top: 12px;
}
@media (max-width: 672px) {
    .product-item.section {
        flex-direction: column;
    }
}
.product-item__gallery {
    flex: none;
    width: 300px;
    max-width: 40%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
@media (max-width: 672px) {
    .product-item__gallery {
        flex: none;
        width: 300px;
        max-width: 100%;
        margin: 0 auto;
    }
}
.product-item__gallery a:hover::before, .product-item__gallery a:hover::after {
    opacity: 1 !important;
}

.product-width-image img {
    border-radius: 16px;
}
.product-width-image-link {
    display: block;
    text-decoration: none;
}
.product-width-image-link img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.product-width-images-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.product-width-images-item {
    height: 0;
    padding: 100% 0 0 0;
    position: relative;
    display: flex;
    text-decoration: none;
}
.product-width-images-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: top;
    border-radius: 20px;
    object-fit: cover;
}

.product-item__descr {
    flex: 1 0;
}
@media (max-width: 400px) {
    .product-item__descr {
        min-width: 100%;
    }
}


.product-item__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 14px 0 23px;
}
.product-item__header-props {
    display: flex;
    align-items: center;
    gap: 5px 10px;
    flex-wrap: wrap;
}
.product-item__lang img {
    width: 23px;
    height: 23px;
    vertical-align: top;
    object-fit: contain;
}
.product-item p {
    margin: 21px 0 23px;
}
.product-item__text {
    margin: 18px 0 0 0;
}
.product-item__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}
.product-item__price {
    display: flex;
    align-items: center;
    gap: 11px;
}
.product-item__price span {
    font-weight: bold;
}

.product-item__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.zoom-img {
    position: relative;
}
.zoom-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.52);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.3s;
    content: "";
}
.zoom-img::after {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 87px;
    width: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
    background-image: url("img/icons/zoom-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s;
    content: "";
}

.list {
    margin-bottom: 68px;
}
.list__title {
    margin-bottom: 28px;
}

.breadcrumbs {
    margin-bottom: 38px;
}

.footer {
    flex: none;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: var(--secondary);
    padding: 32px 0 45px;
}
.footer__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}
@media (max-width: 880px) {
    .footer__body {
        justify-content: center;
        gap: 60px;
    }
}
.footer__block:first-child {
    max-width: 230px;
}
.footer__block:first-child p {
    margin: 35px 0 25px;
}
@media (max-width: 880px) {
    .footer__block:first-child p {
        text-align: center;
    }
}
.footer__block:first-child .logo {
    max-width: 154px;
}
.footer__block:first-child .logo__img {
    position: relative;
    max-width: 154px;
}
@media (max-width: 880px) {
    .footer__block:first-child .logo {
        display: block;
        margin: 0 auto;
    }
}
.footer__block:nth-child(2) {
    min-width: 300px;
    width: calc(100% - 650px);
    margin-left: 80px;
}
@media (max-width: 880px) {
    .footer__block:nth-child(2) {
        margin-left: 0;
    }
}
.footer__block:last-child {
    max-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 55px;
}
@media (max-width: 990px) {
    .footer__block:last-child {
        align-items: center;
        gap: 30px;
        margin: 0 auto;
    }
}
.footer__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 39px;
}
@media (max-width: 880px) {
    .footer__logos {
        justify-content: center;
    }
}
.footer__img {
    width: 89px;
    height: auto;
}
.footer__title {
    margin-bottom: 50px;
}
@media (max-width: 880px) {
    .footer__title {
        text-align: center;
        margin-bottom: 25px;
    }
}
.footer__menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px 120px;
}
@media (max-width: 1200px) {
    .footer__menu {
        gap: 20px 40px;
    }
}
@media (max-width: 880px) {
    .footer__menu {
        flex-direction: column;
        align-items: center;
        gap: 6px;
        text-align: center;
    }
}
.footer__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-left: -10px;
}
@media (max-width: 880px) {
    .footer__list {
        margin-left: 0;
    }
}
.footer__item a {
    color: inherit;
    padding: 10px;
}
.footer__pays {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    gap: 16px;
}
@media (max-width: 990px) {
    .footer__pays {
        justify-content: center;
    }
}








/* Remodal - v1.1.1 */
html.remodal-is-locked{overflow:hidden;-ms-touch-action:none;touch-action:none}.remodal,[data-remodal-id]{display:none}.remodal-overlay{position:fixed;z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none}.remodal-wrapper{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-.05em;content:""}.remodal-overlay,.remodal-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden}.remodal{position:relative;outline:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}.remodal-is-initialized{display:inline-block}.remodal-bg.remodal-is-opened,.remodal-bg.remodal-is-opening{-webkit-filter:blur(3px);filter:blur(3px)}.remodal-overlay{background:rgba(43,46,56,.9)}.remodal-overlay.remodal-is-closing,.remodal-overlay.remodal-is-opening{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{-webkit-animation-name:remodal-overlay-opening-keyframes;animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{-webkit-animation-name:remodal-overlay-closing-keyframes;animation-name:remodal-overlay-closing-keyframes}.remodal-wrapper{padding:10px 10px 0}.remodal{box-sizing:border-box;width:100%;margin-bottom:10px;padding:35px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);color:#2b2e38;background:#fff}.remodal.remodal-is-closing,.remodal.remodal-is-opening{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal.remodal-is-opening{-webkit-animation-name:remodal-opening-keyframes;animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{-webkit-animation-name:remodal-closing-keyframes;animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{position:absolute;top:0;left:0;display:block;overflow:visible;width:35px;height:35px;margin:0;padding:0;cursor:pointer;-webkit-transition:color .2s;transition:color .2s;text-decoration:none;color:#95979c;border:0;outline:0;background:0 0}.remodal-close:focus,.remodal-close:hover{color:#2b2e38}.remodal-close:before{font-family:Arial,"Helvetica CY","Nimbus Sans L",sans-serif!important;font-size:25px;line-height:35px;position:absolute;top:0;left:0;display:block;width:35px;content:"\00d7";text-align:center}.remodal-cancel,.remodal-confirm{font:inherit;display:inline-block;overflow:visible;min-width:110px;margin:0;padding:12px 0;cursor:pointer;-webkit-transition:background .2s;transition:background .2s;text-align:center;vertical-align:middle;text-decoration:none;border:0;outline:0}.remodal-confirm{color:#fff;background:#81c784}.remodal-confirm:focus,.remodal-confirm:hover{background:#66bb6a}.remodal-cancel{color:#fff;background:#e57373}.remodal-cancel:focus,.remodal-cancel:hover{background:#ef5350}.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner,.remodal-confirm::-moz-focus-inner{padding:0;border:0}@-webkit-keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@-webkit-keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@media only screen and (min-width:641px){.remodal{max-width:700px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:700px}

.remodal-overlay {
    background: rgba(20, 20, 23, 0.9);
}
.theme-loading-classic .remodal-overlay {
    backdrop-filter: none;
}


/* Modal - Buy */
.remodal-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
}
.remodal.modalpay {
    max-width: 480px;
    padding: 24px 24px 17px;
    color: #000;
    background: #fff;
    border-radius: 20px;
}
button.remodal-close,
#body .b-popup__edit {
    width: 36px;
    height: 36px;
    order: 0;
    color: #fff;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    background: no-repeat center center url(img/icons/modal-btn-close.png);
    background-size: 10px;
    border-radius: 0 18px 0 18px;
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    transition: background-color 0.3s ease;
}
#body .b-popup__edit {
    overflow: hidden;
    text-indent: -100px;
}
button.remodal-close::before {display: none;}
button.remodal-close:hover,
#body .b-popup__edit:hover {background-color: rgba(222, 25, 41, 0.2);}
button.remodal-close:active,
#body .b-popup__edit:active {background-color: rgb(196, 16, 178);}

.modal-buy__label {
    padding: 5px 0 25px 0;
    position: relative;
    margin: 0 0 19px 0;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    pointer-events: none;
}
.modal-buy__label::before {
    width: auto;
    height: 1px;
    content: ' ';
    display: block;
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: 0;
    background-image: linear-gradient(to right, #d6d6d6 3px, transparent 7px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
}
.modal-buy__info {
    margin: 0 -6px 18px 0;
    font-size: 12px;
    color: #4f4f56;
    text-align: left;
    line-height: 1.46;
}
.modal-buy__info b {
    font-weight: bold;
}


.modal-buy__group {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
}
.modal-buy__group .modal-buy__checkout {margin: 0;}
.modal-buy__group .modal-buy__bottom {margin: 0;}

.modal-buy__checkout {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.modal-buy__checkout-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 17px;
}
[data-modal-buy-method="cart"] .modal-buy__checkout-group {
    grid-template-columns: 1fr;
}
.modal-buy__checkout-group .input-box {
    flex: 1 0;
}

[data-modal-buy-method="product"] .input-box--email {
    grid-column: 1 / -1;
}

.input-box--payments {
    grid-column: 1 / -1;
}
.input-box--payments .input-box-label {
    text-align: center;
}


.modal-buy__warning {
    min-height: 22px;
    padding: 0 0 0 21px;
    position: relative;
    margin: 26px 0 0 0;
    font-size: 12px;
    line-height: 1.38;
    text-align: left;
}
.modal-buy__warning::before {
    width: 5px;
    height: auto;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    bottom: -2px;
    background: #f6294b;
    border-radius: 34px;
}


.modal-buy__middle {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media all and (max-width: 460px){
    .modal-buy__middle {
        flex-wrap: wrap;
    }
}

.modal-buy__bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 20px;
    flex-wrap: wrap;
    margin: 22px 0 0 0;
}
.modal-buy__mini_help {
    flex: 1 0;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
}
.modal-buy__mini_help a {
    color: #6559f4;
    text-decoration: underline;
}
.modal-buy__mini_help a:hover {
    text-decoration: none;
}
.modal-buy__shop {
    padding: 18px 0 0 0;
    display: flex;
    flex-direction: column;
    margin: 23px 0 0 0;
    position: relative;
}
.modal-buy__shop::before {
    width: auto;
    height: 1px;
    content: ' ';
    display: block;
    position: absolute;
    left: 3px;
    right: 3px;
    top: 0;
    background-image: linear-gradient(to right, #d6d6d6 3px, transparent 7px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
}
.modal-buy__total {
    flex: 1 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    text-align: left;
}
.modal-buy__total_label {
    display: block;
    font-size: 12px;
}
.modal-buy__total_value {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
}
.modal-buy__total_ex {
    font-weight: 600;
    font-size: 16px;
}
@media all and (max-width: 460px){
    .remodal-wrapper {
        padding: 20px 15px;
    }
    .modal-buy__checkout-group {
        grid-template-columns: 1fr;
    }
    .modal-buy__bottom {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}

.modal-buy__props {
    width: 316px;
    padding-top: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin: 10px auto 28px;
}
.modal-buy__props_item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    font-size: 12px;
}
.modal-buy__props_label {
    color: #4f4f56;
}
.modal-buy__props_value {
    font-weight: 500;
    font-size: 14px;
}

.modal-buy__button-pay {
    height: 48px;
    font-weight: 400;
    color: #fff;
    background: #000;
}



.input-box {
    position: relative;
}
.input-box-label {
    height: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #000;
    text-align: left;
    pointer-events: none;
}
.input-box-label > span {
    padding: 0 5px;
    background: #fff;
}
.input-box-input {
    width: 100%;
    height: 48px;
    padding: 0 24px;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    outline: none;
    border: 0;
    background: #fff;
    box-shadow: 0 0 81px 0 rgba(0, 0, 0, 0.1);
    transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
    box-sizing: border-box;
    border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
}

.input-box-input::-webkit-input-placeholder {
    color: #7f7f7f;
    -webkit-transition: color .1s linear;
}

.input-box-input:focus::-webkit-input-placeholder {
    color: #444;
}

.input-box-input:-moz-placeholder {
    color: #7f7f7f;
    -moz-transition: color .1s linear;
}

.input-box-input:focus:-moz-placeholder {
    color: #444;
}

.input-box-input::-moz-placeholder {
    color: #7f7f7f;
    -moz-transition: color .1s linear;
}

.input-box-input:focus::-moz-placeholder {
    color: #444;
}

.input-box-input:-ms-input-placeholder {
    color: #7f7f7f;
}

.input-box-input:focus:-ms-input-placeholder {
    color: #444;
}
div.input-box-input {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.input-box-input:hover,
.input-box-input:focus {
    box-shadow: 0 0 81px 0 rgba(0, 0, 0, 0.2);
}
.input-box-input.copy--success {
    box-shadow: inset 0 0 0 1px #72c949;
}

.input-box-outer {
    position: relative;
}

.modal-buy__copy {
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: 19px;
    top: 50%;
    margin: -11px 0 0 0;
    font-size: 12px;
    color: #3f2ff1;
}
.modal-buy__copy:hover {
    color: #977dff;
}
.modal-buy__copy.copy--success {
    color: #d10eac;
}


.payment-method-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px 16px;
    flex-wrap: wrap;
}
.payment-method-button {
    height: 39px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.payment-method-button input {
    width: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    opacity: 0;
}
.payment-method-button__bgs {
    width: auto;
    height: auto;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #fff;
    background: #f3f3f3;
    border-radius: 34px;
    transition: border-color 0.3s ease;
}
.payment-method-button:hover .payment-method-button__bgs {
    border-color: rgba(140, 30, 204, 0.1);
}
.payment-method-button input:checked + .payment-method-button__bgs {
    border-color: #6f6f6f;
}
.select-option__button-icon {
    flex: none;
    width: 18px;
    height: 18px;
    object-fit: contain;
    vertical-align: top;
}
.select-option__button-label {
    flex: 1 0;
}



/* Select options */
.select-option {
    width: 100%;
    position: relative;
}
.select-option-button {
    flex: none;
    width: 100%;
    height: 36px;
    padding: 0 27px 0 17px;
    display: flex;
    align-items: center;
    gap: 0 16px;
    position: relative;
    z-index: 79;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    color: #7b7b8c;
    text-align: left;
    background: 0;
    cursor: pointer;
    background-color: #f3f3f3;
    border-radius: 10px;
    transition: background-color 0.3s ease, border-radius 0.3s ease;
}
.select-option-button:hover {
    border-color: #d0eaff;
}
.select-option-button-label {
    flex: 1 0;
    padding: 7px 0;
    display: block;
    overflow: hidden;
    word-break: break-word;
    pointer-events: none;
}
@media all and (max-width: 992px){
    .select-option-button-label {
        max-width: none;
    }
}
.select-option-button-label-selected-option {
    pointer-events: auto;
    height: 19px;
    padding: 0 6px;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    gap: 1px 9px;
    font-weight: bold;
    font-size: 12px;
    color: #3e2ff1;
    margin: 0 2px 0 0;
    background: #e5e4f3;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.select-option-button-label-selected-option:hover {
    background: #dddaf1;
}
.select-option-button-label-selected-option::after {
    width: 8px;
    height: 8px;
    content: ' ';
    display: block;
    background: no-repeat 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAcElEQVQYlWXPIQ7CUBAE0NeS6hoEp+GeXIAgEDUogqhBYRoUTThCVes/Zkm2sGoyM7szW+GGBnvruWAHAwr6JJ6Dm2ATYsEJh8AvbPPJYwglYiuok2FOeAnjX2aPLuEarkGMaeHbaYAHnmh/3rzj/QFmNx+GM39DKgAAAABJRU5ErkJggg==');
    background-size: 100% 100%;
}
.select-option-button input {
    width: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    background: 0;
    opacity: 0;
}
.select-option > .select-option-button::before {
    flex: none;
    order: 10;
    width: 9px;
    height: 6px;
    content: ' ';
    display: block;
    margin: 0 -10px 0 0;
    background: no-repeat 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA3klEQVQImWPYtXuvYmRkVPDHT19Y////z/Ds+UuGz1++MVy6fJU1MjIq4OSpM1IMdnb2iQwMDA06urpZP37+Yv3//z/D4yfPWLS1tTMZGBgaDAwM0xnu3LkrpKiknM/AwNBg7+CYfOPmTRE9ff1EBgaGBm5unupDhw7LM/7//5/h3fsPnBbm5im3b98SZoACAQGBn8eOHZ+jqanxmuH7jz8M////Z/jw4RO7goJiAQMDQwMPD0/1zZu3Rf7//8/w4+cfBoYfP//AFT57/pLbzc095vCRY7IwBT9+/mEAAKmqaWz4Oaz+AAAAAElFTkSuQmCC');
    background-size: 100% 100%;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
html[data-style-color="theme-dark"] .select-option-button::before {
    border-top-color: #fff;
}
.select-option > .select-option-button.drop--open::before {
    transform: rotate(180deg);
}
.focus-enable .select-option:focus-within > .select-option-button,
.select-option-button.drop--open {
    border-color: #afc3ff;
    border-bottom-color: transparent;
}
.select-option-button img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    pointer-events: none;
}
.select-option-drop {
    width: auto;
    padding: 20px 10px 10px;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 77;
    left: 0;
    right: 0;
    top: 100%;
    margin: -10px 0 0 0;

    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 6px 150px 0 rgba(0, 0, 0, 0.36);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.select-option-drop-inner {
    max-height: 190px;
    overflow: hidden;
    overflow-y: auto;
}
.select-option-drop-inner::-webkit-scrollbar {
    width: 8px;
}
.select-option-drop-inner::-webkit-scrollbar-track {
    background: var(--secondary);
    border-radius: 3px;
}
.select-option-drop-inner::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 3px;
    height: 50px;
}
.focus-enable .select-option:focus-within .select-option-drop,
.select-option-button.drop--open + .select-option-drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.focus-enable .select-option:focus-within .select-option-drop:focus-within {
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.select-option-drop .select-option-button {
    width: 100%;
    height: auto;
    min-height: 32px;
    padding: 0 6px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    text-shadow: 0 0 0 #000;
    border: 0;
    background: 0;
    box-shadow: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.select-option-drop .select-option-button::after {
    flex: none;
    width: 20px;
    height: 20px;
    content: ' ';
    display: block;
    background: #f0effe no-repeat 0 0;
    background-size: 100% 100%;
    border-radius: 5px;
}
.select-option-drop .select-option-button.current::after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxMAAAsTAQCanBgAAADRSURBVDhP7ZGxDgFREEWHRCm+wA9IZDtUW6mIhJao9JS0Sp0v0Ok1So1ISETCByjoFAqVkvtmJnY3vJcoxZ7kZO5McfM2SzF/QEJnBN+7abKSh33YXh4yD74oSZ3fkIZz2IIrcwjjKvR0hknBDczyRrTT+cJWWId7OOUtwLwoJ5FGsCsxwFY41NmEPYn8mQWJNIEDiVFshTV4kkhjuIYV3ohmsCPxHVvhGRbhlTeiks4FbEj8jOunXKApvfNGtIVliXZchYYjrELzMt8cYn4OoicSRxxFmoWl/gAAAABJRU5ErkJggg==');
}
.select-option-drop .select-option-button:last-child::before {
    display: none;
}
.select-option-drop .select-option-button:hover {
    color: #8049f1;
}
.select-option-drop .select-option-button.current {

}

.select-option-drop .select-option-button.fn_filter_prod_type {
    padding-right: 28px;
}
.select-option-drop .select-option-button.fn_filter_prod_type.current {
    color: #8049f1;
    background: no-repeat right center url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12L10.5 13.5V13.5C10.7761 13.7761 11.2239 13.7761 11.5 13.5V13.5L15 10' stroke='%23323232' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 30px;
}

.select-option_filter {
    width: 192px;
    display: inline-block;
    vertical-align: top;
}
.select-option_filter_button {
    justify-content: center;
    background: 0;
    box-shadow: none;
}
.select-option_filter_button .select-option-button-label {
    flex: none;
}


.select-option_style {
    display: inline-block;
    vertical-align: top;
}
.select-option_style_button {
    height: 45px;
    padding: 0;
    justify-content: center;
    background: 0;
    box-shadow: none;
}
.select-option_style_button .select-option-button-label {
    flex: none;
}
.select-option_style .select-option-drop {
    left: -30px;
    right: -30px;
}






/*
Product filter
 */
.filter-products {
    margin: 22px 0 17px 0;
}
.filter-products-content {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    margin: 15px 0 0 0;
}
.filter-products-right {
    flex: 1 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 27px;
    flex-wrap: wrap;
}
.filter-products-card-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 27px;
    flex-wrap: wrap;
}
.filter-products-year {
    width: 260px;
}
.filter-products-card-list-item {
    position: relative;
}
.filter-products-card-list-item input {
    width: 1px;
    height: 1px;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: 0;
}
.filter-products-btn {
    display: flex;
    align-items: center;
    gap: 3px 5px;
    color: rgba(0, 0, 0, 0.5);
    transition: color 0.3s;
    font-size: 12px;
    line-height: normal;
    font-weight: var(--regular);
    cursor: pointer;
}
.filter-products-btn:hover {
    color: var(--primary);
}
.filter-products-btn input:checked + span {
    color: var(--primary);
}
.filter-products-btn__filter::after {
    flex: none;
    order: 10;
    width: 9px;
    height: 6px;
    content: ' ';
    display: block;
    margin: 1px 0 0 0;
    background: no-repeat 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA3klEQVQImWPYtXuvYmRkVPDHT19Y////z/Ds+UuGz1++MVy6fJU1MjIq4OSpM1IMdnb2iQwMDA06urpZP37+Yv3//z/D4yfPWLS1tTMZGBgaDAwM0xnu3LkrpKiknM/AwNBg7+CYfOPmTRE9ff1EBgaGBm5unupDhw7LM/7//5/h3fsPnBbm5im3b98SZoACAQGBn8eOHZ+jqanxmuH7jz8M////Z/jw4RO7goJiAQMDQwMPD0/1zZu3Rf7//8/w4+cfBoYfP//AFT57/pLbzc095vCRY7IwBT9+/mEAAKmqaWz4Oaz+AAAAAElFTkSuQmCC');
    background-size: 100% 100%;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.filter-products-btn__filter[data-sort-direction="desc"]::after {
    transform: rotate(180deg);
}

@media (max-width: 700px) {
    .filter-products-content {
        flex-direction: column;
    }
    .filter-products-year {
        width: 100%;
    }
    .filter-products-right {
        justify-content: center;
    }
    .filter-products-card-list {
        justify-content: center;
    }
}



/*
    CART
 */
#body .b-overlay {
    padding: 70px 20px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 1777 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#body .b-overlay .b-popup {
    flex: none;
    min-height: auto;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    margin: 0;
}
#body .b-popup {
    width: 480px;
    max-width: 100%;
    padding: 30px 30px 20px;
    font-family: Montserrat, sans-serif;
    color: #000;
    background: #fff;
    box-shadow: none;
    border-radius: 20px;
}
#body .b-popup__title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0 0 9px 0;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #000;
    text-transform: none;
}

#body .b-popup__body {
    padding-bottom: 0;
}

#body .b-basket {
    overflow: visible !important;
    max-height: none;
}
#body .b-basket__item {
    padding: 15px 23px 15px 23px;
    border: 0;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 81px 0 rgba(0, 0, 0, 0.1);
}

#body .b-basket__right {
    margin: 0;
    padding: 0;
    position: static;
}
#body .b-basket__number {
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 10px;
}

#body .b-basket__title {
    margin-bottom: 11px;
}
#body .b-basket__title a {
    color: #2c2045;
    word-break: break-word;
    transition: color 0.3s ease;
}
#body .b-basket__title p {
    margin: 0;
}
#body .b-basket__title a span {
    color: inherit !important;
}
#body .b-basket__title a:hover {
    color: #6238f0 !important;
}
#body .b-basket__date {
    color: #5f6779;
}

#body .b-basket__price {
    width: auto;
    position: absolute;
    left: 160px;
    bottom: 15px;
    font-weight: 400;
    font-size: 12px;
    color: #5f6779;
    white-space: nowrap;
}
#body .b-basket__price::before {
    content: 'Цена: ';
}
#body.lang--en .b-basket__price::before {
    content: 'Price: ';
}
#body .b-basket__price::after {
    /*content: 'руб.';*/
    font-size: inherit;
    position: relative;
    top: -1px;
    vertical-align: top;
}
#body.lang--en .b-basket__price::after {
    /*content: 'rub.';*/
}

#body .b-group-number {
    width: 60px;
    height: 25px;
    position: relative;
}
#body .b-group-number .b-group-number__minus,
#body .b-group-number .b-group-number__plus {
    width: 18px;
    height: 25px;
    position: absolute;
    top: 0;
    font-weight: bold;
    font-size: 18px;
    color: #502be9;
    transition: color 0.3s ease;
}
#body .b-group-number .b-group-number__minus {
    left: 0;
}
#body .b-group-number .b-group-number__plus {
    right: 0;
}
#body .b-group-number .b-group-number__minus:hover,
#body .b-group-number .b-group-number__plus:hover {
    color: #489cfd;
}
#body .b-group-number .b-group-number__input {
    width: 100%;
    height: 25px;
    padding: 0;
    margin: 0;
    border: 1px solid #d7d3de;
    font-size: 14px;
    color: #000;
    text-align: center;
    background: #fff;
    box-shadow: none;
    vertical-align: top;
    border-radius: 6px;
}
#body .b-group-number .b-group-number__input:hover,
#body .b-group-number .b-group-number__input:focus {
    border-color: #ccc;
}
#body .b-basket__remove {
    width: auto;
    height: auto;
    position: absolute;
    z-index: 33;
    right: 20px;
    top: auto;
    bottom: 8px;
    margin: 0;
    line-height: 1.2;
    font-weight: 400;
    font-size: 12px;
    color: #f3174b;
    text-decoration: underline;
    text-align: center;
    background: inherit;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}
#body .b-basket__remove:hover {
    text-decoration: none;
}



#body .b-basket-total {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    margin: 0;
}
#body .b-basket-total__item:nth-child(1),
#body .b-basket-total__item:nth-child(2) {
    display: none;
}
#body .b-basket-total__item:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    text-align: center;
}
#body .b-basket-total__text--lg,
.b-basket-total__item > span {
    font-weight: bold;
    font-size: 16px !important;
}
#body .b-basket-total__item:nth-child(3) .b-basket-total__title {
    flex: none;
    width: auto;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    text-align: left;
}
#body .b-basket-total__item:nth-child(3) .b-basket-total__title > strong {
    display: none;
}
#body .b-basket-total__item:nth-child(3) > span {
    font-weight: bold;
    text-transform: lowercase;
}
#body .b-basket-total__item:nth-child(3) .b-basket-total__title::before {
    margin: 0 6px 0 0;
    content: 'К оплате:';
    display: block;
}
#body.lang--en .b-basket-total__item:nth-child(3) .b-basket-total__title::before {
    content: 'Checkout:';
}
#body .b-btn.itemcartpay {
    width: 172px;
    height: 44px;
    padding: 0 5px;
    display: flex;
    position: absolute;
    right: 29px;
    bottom: 22px;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: none;
    background: #000;
    border-radius: 34px;
    transition: background-color 0.3s ease;
}
#body .b-btn.itemcartpay:hover {
    background-color: #333333;
}
#body .b-btn.itemcartpay:active {
    background-color: #000;
}

@media all and (max-width: 472px){
    .b-basket-total {
        padding-bottom: 60px;
        justify-content: center;
        text-align: center;
    }
    #body .b-btn.itemcartpay {
        left: 50%;
        margin: 0 0 0 -86px;
    }
}

@media all and (max-width: 440px){
    #body .b-overlay .b-popup {
        padding-left: 18px;
        padding-right: 18px;
    }
    #body .b-popup__body {
        padding-top: 0;
    }
    #body .b-basket__item {
        padding: 10px;
        flex-direction: column;
    }
    #body .b-basket__content {
        width: 100%;
    }
    #body .b-basket__right {
        width: 100%;
        justify-content: space-between;
        padding: 5px 20px 0 0;
        margin: 0;
    }
    #body .b-basket__price {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }
    #body .b-basket__number {
        right: 10px;
    }
    #body .b-basket__remove {
        margin: 0;
        top: auto;
        bottom: 14px;
        right: 10px;
        transform: none;
    }
}



/* Float cart */
#body .cartlequebutton,
#body .cartlequebutton:hover,
#body .cartlequebutton:active {
    width: 44px;
    height: 44px;
    position: fixed;
    z-index: 777;
    padding: 4px 0 0 0;
    right: 51px;
    bottom: 51px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: 2px solid #2136ff;
    overflow: hidden;
    text-decoration: none;
    background: #fff;
    box-shadow:none;
    border-radius: 50%;
    transition: box-shadow 0.3s ease;
}
#body .cartlequebutton::after {
    width: 22px !important;
    height: 19px !important;
    content: ' ' !important;
    display: block !important;
    background: no-repeat 0 0 url(img/icons/cart.png) !important;
    background-size: 100% !important;
}
#body .cartlequebutton:hover {
    border-color:#d90f2b;
}
#body .cartlequebutton:hover .counter_cartlequebutton {
    border-color:#d90f2b;
    color: #d90f2b;
}
#body .cartlequebutton .counter_cartlequebutton {
    width: 100%;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 2px;
    border-top: 2px solid #2136ff;
    font-weight: 600;
    font-size: 11px;
    color: #2136ff;
    text-align: center;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
}
@media all and (max-width: 772px) {
    #body .cartlequebutton,
    #body .cartlequebutton:hover,
    #body .cartlequebutton:active {
        right: 10px;
        bottom: 10px;
    }
}

