@charset "UTF-8";

@font-face {
    font-family: "Circe";
    src: url("../fonts/Circe-Light.eot");
    src: local("Circe Light"), local("Circe-Light"), url("../fonts/Circe-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Light.woff2") format("woff2"), url("../fonts/Circe-Light.woff") format("woff"), url("../fonts/Circe-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Circe Extra";
    src: url("../fonts/Circe-ExtraBold.eot");
    src: local("Circe Extra Bold"), local("Circe-ExtraBold"), url("../fonts/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-ExtraBold.woff2") format("woff2"), url("../fonts/Circe-ExtraBold.woff") format("woff"), url("../fonts/Circe-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Circe";
    src: url("../fonts/Circe-Thin.eot");
    src: local("Circe Thin"), local("Circe-Thin"), url("../fonts/Circe-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Thin.woff2") format("woff2"), url("../fonts/Circe-Thin.woff") format("woff"), url("../fonts/Circe-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Circe";
    src: url("../fonts/Circe-Regular.eot");
    src: local("Circe"), local("Circe-Regular"), url("../fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Regular.woff2") format("woff2"), url("../fonts/Circe-Regular.woff") format("woff"), url("../fonts/Circe-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circe";
    src: url("../fonts/Circe-Bold.eot");
    src: local("Circe Bold"), local("Circe-Bold"), url("../fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Bold.woff2") format("woff2"), url("../fonts/Circe-Bold.woff") format("woff"), url("../fonts/Circe-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

body {
    width: 100%;
    /*height: 100%;*/
}

body.hidden {
    overflow: hidden;
}

body,
html {
    width: 100%;
    /*height: 100%;*/
}

body {
    background: #fff;
    overflow-x: hidden;
}

body,
th,
td {
    font-family: "Circe";
    font-size: 14px;
    color: #000;
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body.rm-scroll-lock {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    overscroll-behavior: contain;
}

body.overflow-hidden {
    overflow: hidden;
}

img,
table {
    border: none;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0;
}

a {
    color: #000;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
button,
select {
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 0;
    font-family: "Circe";
}

button,
input[type=submit] {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    border: 0;
}

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

input[type="number"] {
    -moz-appearance: textfield;
}


ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

.wrap {
    margin: 0 auto;
    width: 1464px;
}

* {
    outline: none !important;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

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

.flex {
    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;
}

.flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.top-page-line {
    background: rgb(10, 10, 10);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.top-page-line a {
    color: #fff;
    text-decoration: none;
}

.top-page-line .wrap.sl p:not(:first-child) {
    display: none;
}

.top-page-line .wrap.sl.slick-initialized p {
    display: block;
}

.header {
    border-bottom: 1px solid rgb(224, 224, 224);
    padding: 10px 0;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 19;
}

.header .menu1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    text-align: center;
    padding: 20px 24px 1px 24px;
    margin-top: 1px;
    display: none;
}

.header .menu1 .close {
    width: 40px;
    height: 40px;
    background: url("/img/close2.svg");
    right: 24px;
    top: 10px;
    position: absolute;
}

.header .menu1 ul {
    margin: 0;
}

.header .menu1 ul li {
    display: inline-block;
    margin: 0 24px 20px 24px;
}

.header .menu1 ul li a {
    display: inline-block;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.header .menu2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    text-align: center;
    padding: 75px 0;
    margin-top: 1px;
    display: none;
    overflow: visible;
}

.menu-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100vh - 100%);
    top: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.header .menu2 .close {
    width: 40px;
    height: 40px;
    background: url("/img/close2.svg");
    right: 24px;
    top: 24px;
    position: absolute;
}

.header .menu2 ul {
    margin: 0;
    text-align: left;
}

.header .menu2 ul li {
    display: block;
    margin: 0 0 8px 0 !important;
}

.header .menu2 .list {
    width: calc(100% - 520px);
}

.header .menu2 .list .flex2 .item {
    width: 20%;
    padding-right: 2%;
    margin-bottom: 48px;
    text-align: left;
}

.header .menu2 .list .flex2 .item h4 {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.header .menu2 .list .flex2 .item h4 a {
    text-decoration: none;
}

.header .menu2 .list .flex2 .item ul li {
    display: block;
    margin: 0 0 6px 0 !important;
}

.header .menu2 .list .flex2 .item ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-transform: lowercase;
}

.header .menu2 .banner {
    width: 280px;
}

.header form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    display: none;
}

.header form .close {
    width: 40px;
    height: 40px;
    background: url("/img/close2.svg");
    right: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header form .field {
    position: absolute;
    width: 600px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -300px;
}

.header form .field input[type=text] {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgb(10, 10, 10);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.header form .field button {
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("/img/search.svg");
}

.header .logo {
    font-size: 0;
}

.header ul {
    margin-top: 15px;
}

.header ul li {
    display: inline-block;
    margin-right: 55px;
}

.header ul li:last-child {
    margin-right: 0;
}

.header ul li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.header ul li a.toggle-link.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 41px;
    background: #0A0A0A;
    height: 2px;
    width: 100%;
}

.header .links {
    margin-top: 13px;
}

.header .links a {
    width: 24px;
    height: 24px;
    text-decoration: none;
    position: relative;
}

.header .links a:not(:last-child) {
    margin-right: 24px;
}

.header .links a:nth-child(1) {
    background: url("/img/header-link.svg");
}

.header .links a:nth-child(1).active {
    background: url("/img/header-linka.svg");
}

.header .links a:nth-child(2) {
    background: url("/img/header-link2.svg");
}

.header .links a:nth-child(2).active {
    background: url("/img/header-link2a.svg");
}

.header .links a:nth-child(3) {
    background: url("/img/header-link3.svg");
}

.header .links a:nth-child(3).active {
    background: url("/img/header-link3a.svg");
}

.header .links a:nth-child(4) {
    background: url("/img/header-link4.svg");
}

.header .links a:nth-child(4).active {
    background: url("/img/header-link4a.svg");
}

.header .links a span {
    position: absolute;
    top: -6px;
    right: -8px;
    line-height: 16px;
}

.navi {
    padding: 12px 0;
    color: rgba(10, 10, 10, 0.3);
    font-size: 16px;
    line-height: 24px;
    text-transform: lowercase;
}

.navi a {
    text-decoration: none;
    color: rgba(10, 10, 10, 0.3);
}

.navi span:empty {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("/img/navi.svg");
}

.about-page .top-block {
    padding-top: 124px;
    margin-bottom: 25px;
}

.about-page .top-block h1 {
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    line-height: 72px;
    text-transform: uppercase;
    padding: 0 100px;
    margin-bottom: 50px;
}

.about-page .top-block .image {
    height: 822px;
}

.about-page .about {
    margin-bottom: 100px;
    background: rgb(246, 246, 246);
}

.about-page .about .image {
    width: 49.5%;
    font-size: 0;
    position: relative;
}

.about-page .about .image img {
    width: 100%;
}

.about-page .about .image .play {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url("/img/play.svg");
    right: 120px;
    bottom: 230px;
}

.about-page .about .text {
    width: 50.5%;
    position: relative;
}

.about-page .about .text .txt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 40px;
}

.about-page .about .text .txt h2 {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.about-page .about .text .txt p {
    font-size: 24px;
    line-height: 24px;
    text-transform: lowercase;
}

.about-page .about .text .txt p:not(:last-child) {
    margin-bottom: 30px;
}

.about-page .bottom-text {
    padding-bottom: 12px;
}

.about-page .bottom-text .text {
    width: 49%;
    margin-bottom: 48px;
    font-size: 24px;
    line-height: 32px;
}

.about-page .bottom-image {
    margin-bottom: 100px;
    text-align: center;
}

.about-quote-block {
    margin-bottom: 100px;
    background: rgb(0, 0, 0);
    padding: 65px 0;
    color: #fff;
    font-size: 32px;
    line-height: 34px;
    text-transform: lowercase;
    text-align: center;
}

.about-quote-block p {
    padding: 0 80px;
}

.about-blocks {
    padding-bottom: 60px;
}

.about-blocks .item .image {
    width: 50%;
    font-size: 0;
}

.about-blocks .item .image img {
    width: 100%;
}

.about-blocks .item .text {
    width: 50%;
    position: relative;
}

.about-blocks .item .text .txt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 40px;
}

.about-blocks .item .text .txt h3 {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.about-blocks .item .text .txt p {
    font-size: 18px;
    line-height: 19px;
    text-transform: lowercase;
}

.about-blocks .item .text .txt p:not(:last-child) {
    margin-bottom: 30px;
}

.social-links-block {
    padding-bottom: 40px;
    text-align: center;
}

.social-links-block .item {
    display: inline-block;
    margin: 0 4px;
    width: 140px;
    height: 80px;
    line-height: 80px;
}

.social-links-block .item a {
    vertical-align: middle;
    display: inline-block;
}

.social-links-block .item a img {
    vertical-align: middle;
}

.bottom-discount-block {
    background: rgb(246, 246, 246);
    margin-bottom: 36px;
    padding: 48px 0 58px;
    text-align: center;
}

.bottom-discount-block .agree {

}

.bottom-discount-block h2 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.bottom-discount-block p {
    max-width: 604px;
    margin: 0 auto 20px auto;
    line-height: 16px;
    text-transform: lowercase;
}

.bottom-discount-block form {
    max-width: 524px;
    margin: 0 auto;
    position: relative;
    border-radius: 0 !important;
}

.bottom-discount-block form input[type=text],
.bottom-discount-block form input[type=email] {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(10, 10, 10);
    padding: 0 12px;
    padding-right: 131px;
    text-transform: lowercase;
    background: none;
    border-radius: 0 !important;
    margin-bottom: 20px;
}

.bottom-discount-block form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 131px;
    height: 40px;
    border-left: 1px solid rgb(0, 0, 0);
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    color: #000 !important;
}

.bottom-discount-block .agree .checkbox {
    display: none;
}

.bottom-discount-block .agree .checkbox + label {
    cursor: pointer;
    line-height: 20px;
    text-transform: lowercase;
    padding-left: 25px;
    display: inline-block;
    background: url("/img/checkbox.svg") no-repeat 0 0 / 20px;
}

.bottom-discount-block .agree .checkbox + label a {
    font-weight: bold;
    text-decoration: none;
}

.bottom-discount-block .agree .checkbox:checked + label {
    background: url("/img/checkbox2.svg") no-repeat 0 0 / 20px;
}

.footer {
    background: rgb(10, 10, 10);
    padding: 18px 0;
    color: #fff;
}

.footer .logo {
    margin-bottom: 55px;
}

.footer nav {
    margin-bottom: 40px;
    width: 24%;
}

.footer nav h3 {
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}

.footer nav ul li {
    margin-bottom: 14px;
}

.footer nav ul li a {
    text-transform: lowercase;
    color: #fff;
    text-decoration: none;
}

.footer nav ul li a img {
    vertical-align: middle;
    margin: -2px 4px 0 0;
}

.footer .bottom {
    padding-top: 15px;
}

.footer .public {
    color: #fff;
    text-decoration: none;
    line-height: 28px;
}

.footer .rules {
    color: #fff;
    text-decoration: none;
    line-height: 28px;
}

.footer .copy {
    line-height: 28px;
    text-transform: lowercase;
}

.footer .copy > span {
    top: -2px;
    position: relative;
}

.mobile-menu {
    text-align: center;
    font-size: 0;
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 10;
    border-top: 1px solid #E0E0E0;
    height: 54px;
}

.mobile-menu a {
    width: 25%;
    position: relative;
}

.mobile-menu a > img {
    padding: 14px 0;
}

.mobile-menu a span {
    position: absolute;
    top: 7px;
    left: calc(50% + 12px);
    line-height: 16px;
    font-size: 11px;
}

.contacts-page {
    padding: 48px 0 60px;
}

.contacts-page h1 {
    margin-bottom: 60px;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.contacts-page .menu {
    display: none;
}

.contacts-page .menu a {
    width: 50%;
    text-align: center;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.contacts-page .menu a.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(10, 10, 10);
}

.contacts-page .menu a img {
    vertical-align: middle;
    margin: -4px 4px 0 0;
}

.contacts-page .contacts {
    width: 39%;
}

.contacts-page .contacts .top-item {
    margin-bottom: 80px;
    line-height: 16px;
    text-transform: lowercase;
}

.contacts-page .contacts .top-item h3 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.contacts-page .contacts .select {
    margin-bottom: 20px;
}

.contacts-page .contacts .select p {
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.contacts-page .contacts .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 210px;
    height: 40px;
    border: 1px solid rgb(10, 10, 10);
    padding: 0 12px;
    text-transform: lowercase;
    background: url("/img/select.svg") no-repeat right 10px top 50%;
    color: #000;
}

.contacts-page .contacts .item {
    padding: 16px 96px 16px 0;
    margin-bottom: 12px;
    position: relative;
    line-height: 16px;
    text-transform: lowercase;
}

.contacts-page .contacts .item .image {
    position: absolute;
    top: 16px;
    right: 0;
    width: 80px;
}

.contacts-page .contacts .item h3 {
    margin-bottom: 16px;
    text-transform: uppercase;
}

.contacts-page .contacts .item p {
    margin-bottom: 16px;
}

.contacts-page .contacts .item ul li {
    margin-bottom: 8px;
    padding-left: 30px;
}

.contacts-page .contacts .item ul li:nth-child(1) {
    background: url("/img/contacts1.svg") no-repeat 0 2px;
}

.contacts-page .contacts .item ul li:nth-child(2) {
    background: url("/img/contacts2.svg") no-repeat 0 2px;
}

.contacts-page .contacts .item ul li:nth-child(3) {
    background: url("/img/contacts3.svg") no-repeat 0 2px;
    margin-bottom: 0;
}

.contacts-page .contacts .base-shop {
    background: rgba(246, 246, 246, 0.5411764706);
    padding: 20px 25px;
    border: 3px solid #000000;
    position: relative;
    cursor: pointer;
    margin-bottom: 40px;
}

.contacts-page .contacts .star {
    position: absolute;
    top: 22px;
    right: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/img/star.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -4px;
}

.contacts-page .contacts .item2 {
    margin-bottom: 6px;
    position: relative;
    padding: 46px 104px 46px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.contacts-page .contacts .item2.active h3 {
    background: url("/img/arrow2a.svg") no-repeat left;
}

.contacts-page .contacts .item2 h3 {
    padding-left: 32px;
    background: url("/img/arrow2.svg") no-repeat left;
    text-transform: uppercase;
}

.contacts-page .contacts .item2 img {
    width: 80px;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contacts-page .contacts .list {
    padding-top: 6px;
}

.contacts-page .contacts .list .item {
    padding: 16px 0;
    margin-bottom: 12px;
    line-height: 16px;
    text-transform: lowercase;
    cursor: pointer;
    display: flex;
    gap: 20px;
}

.contacts-page .contacts .list .item img {
    max-width: 100%;
    max-height: 50px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.contacts-page .contacts .list .item h3 {
    margin-bottom: 16px;
    text-transform: uppercase;
}

.contacts-page .contacts .list .item h3.shop-title {
    font-size: 14px;
    margin-bottom: 12px;
}

.contacts-page .map {
    width: 57.5%;
    height: 835px;
    position: sticky;
    top: 90px;
}

.contacts-info-page {
    padding: 48px 0 60px;
}

.contacts-info-page h1 {
    margin-bottom: 60px;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.contacts-info-page .contacts {
    width: 39%;
}

.contacts-info-page .contacts .item {
    padding: 16px 96px 16px 0;
    margin-bottom: 12px;
    position: relative;
    line-height: 16px;
    text-transform: lowercase;
}

.contacts-info-page .contacts .item .image {
    position: absolute;
    top: 16px;
    right: 0;
    width: 80px;
}

.contacts-info-page .contacts .item h3 {
    margin-bottom: 16px;
    text-transform: uppercase;
}

.contacts-info-page .contacts .item p {
    margin-bottom: 16px;
}

.contacts-info-page .contacts .item ul li {
    margin-bottom: 8px;
    padding-left: 30px;
}

.contacts-info-page .contacts .item ul.contact-page li.mail {
    background: url("/img/contacts1.svg") no-repeat 0 2px;
}

.contacts-info-page .contacts .item ul.contact-page li.phone {
    background: url("/img/contacts2.svg") no-repeat 0 2px;
}

.contacts-info-page .contacts .item ul.contact-page li.wa {
    background: url("/img/contacts3.svg") no-repeat 0 2px;

}

.contacts-info-page .contacts .item ul li:last-child {

    margin-bottom: 0;
}

.contacts-info-page .contacts .item ul.contact-page li a {
    text-decoration: none;
}

.contacts-info-page .contacts .base-shop {
    background: rgba(246, 246, 246, 0.5411764706);
    padding: 23px 35px;

    position: relative;

    margin-bottom: 40px;
}

.contacts-info-page .contacts .base-shop:last-child {
    margin-bottom: 0;
}


.contacts-info-page .contacts .star {
    position: absolute;
    top: 22px;
    right: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/img/star.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -4px;
}


.contacts-info-page .map.contact-page-map {
    width: 57.5%;
    height: auto;
    position: relative;
    top: 0;
}

.contacts-info-page .map .ymaps-2-1-79-balloon__layout {
    border: 3px solid #000000;
}

.contacts-info-page .map .ymaps-2-1-79-balloon__tail {
    border: 3px solid #000000;
}

.contacts-info-page .map .ymaps-2-1-79-balloon {
    padding: 0;
    box-shadow: none;
}

.contacts-info-page .map .ymaps-2-1-79-balloon__close {
    right: 4px;
}

.delivery-page {
    padding: 48px 0 24px;
}

.delivery-page h1 {
    margin-bottom: 64px;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
}

.delivery-page .top-text {
    padding-bottom: 64px;
}

.delivery-page .top-text p {
    margin-bottom: 32px;
    line-height: 16px;
    text-transform: lowercase;
}

.delivery-page .top-text .free {
    margin-bottom: 32px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 700;
}

.delivery-page .item {
    width: 49.8%;
    margin-bottom: 8px;
    background: rgb(246, 246, 246);
    padding: 24px;
}

.delivery-page .item h3 {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}

.delivery-page .item .image {
    margin-bottom: 20px;
}

.delivery-page .item h4 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.delivery-page .item p {
    margin-bottom: 32px;
    line-height: 16px;
    text-transform: lowercase;
}

.delivery-page .item p:last-child {
    margin-bottom: 0;
}

.faq-page {
    padding: 48px 0 56px;
}

.faq-page h1 {
    margin-bottom: 64px;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
}

.faq-page .item {
    max-width: 728px;
    margin: 0 auto 8px auto;
    padding: 40px 32px;
    border-bottom: 1px solid rgb(246, 246, 246);
}

.faq-page .item h3 {
    cursor: pointer;
    padding-right: 50px;
    background: url("/img/faq1.svg") no-repeat right;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.faq-page .item h3.active {
    background: url("/img/faq2.svg") no-repeat right;
}

.faq-page .item .text {
    display: none;
}

.faq-page .item .text h4 {
    margin-top: 48px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.faq-page .item .text p {
    margin-top: 24px;
    line-height: 16px;
    text-transform: lowercase;
}

.bottom-page-banner {
    padding-bottom: 36px;
}

.bottom-page-banner .banner {
    background: url("/img/bottom-page-banner.jpg") center/cover;
    text-align: center;
    padding: 80px 20px;
}

.bottom-page-banner .banner h2 {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
}

.bottom-page-banner .banner p {
    max-width: 784px;
    margin: 0 auto 32px auto;
    line-height: 16px;
    text-transform: lowercase;
}

.bottom-page-banner .banner button {
    width: 236px;
    height: 40px;
    background: none;
    border: 1px solid rgb(10, 10, 10);
    font-weight: 700;
    text-transform: uppercase;
    color: #000 !important;
}

.return-page {
    padding: 48px 0 44px;
}

.return-page h1 {
    margin-bottom: 64px;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
}

.return-page .text {
    max-width: 728px;
    margin: 0 auto;
}

.return-page .text h3 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.return-page .text p {
    line-height: 16px;
    text-transform: lowercase;
    margin-bottom: 20px;
}

.error-page {
    text-align: center;
    padding: 90px 0 150px;
}

.error-page h1 {
    margin-bottom: 64px;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
}

.error-page h2 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
}

.error-page p {
    margin-bottom: 64px;
    line-height: 16px;
    text-transform: lowercase;
}

.error-page .link {
    text-decoration: none;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    padding: 9px 72px;
    border: 1px solid rgb(10, 10, 10);
}

.popup {
    background: rgba(0, 0, 0, 0.17);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 60;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.popup.active {
    opacity: 1;
    pointer-events: auto;
}

.popup .window {
    position: absolute;
    top: 0;
    right: 0;
    width: 668px;
    height: 100%;
    background: #fff;
    border: 1px solid #F6F6F6;
    -webkit-box-shadow: 0 0 34px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 34px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transform: translateX(100%);
    transition: transform 0.4s ease;
}

.popup.active .window {
    transform: translateX(0);
}

.popup .window .close {
    position: absolute;
    width: 36px;
    height: 36px;
    background: url("/img/close.svg");
    right: 24px;
    top: 40px;
}

.popup .window .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50px;
    display: none;
}

.popup .window .logo img {
    width: 190px;
}

.popup .window .content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 420px;
    text-align: center;
}

.popup .window .content.other {
    width: 494px;
}

.popup .window .content.big {
    width: 556px;
}

.popup .window .content.small {
    width: 280px;
}

.popup .window .content h3 {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 32px;
    line-height: 34px;
    text-transform: lowercase;
}

.popup .window .content .auth-code h3 {
    display: flex;
    justify-content: center;
}

.popup .window .content h3 .back {
    padding-left: 28px;
    text-decoration: none;
    display: inline;
    background: url("/img/back.svg") no-repeat left;
}

.popup .window .content .auth-tabs {
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.popup .window .content .auth-tabs li {
    width: 50%;
}

.popup .window .content .auth-tabs li a {
    display: block;
    text-align: center;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
}

.popup .window .content .auth-tabs li a.selected:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
}

.popup .window .content input[type=text],
.popup .window .content input[type=email],
.popup .window .content input[type=password] {
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    padding: 0 12px;
    text-transform: lowercase;
    border: 1px solid #6F6F6F;
    border-radius: 0 !important;
}

.popup .window .content input.error {
    border: 1px solid rgb(230, 70, 70);
}

.popup .window .content .error-text {
    color: rgb(230, 70, 70);
    text-transform: lowercase;
    line-height: 1.3;
}

.popup .window .content .js-error-register {
    display: none;
    margin-bottom: 15px;
}

.popup .window .content .js-reg-email.error + .js-error-register {
    display: block;
}

.popup .window .content .forget {
    display: block;
    text-decoration: none;
    text-align: left;
    margin-bottom: 24px;
}

.popup .window .content button {
    width: 100%;
    height: 40px;
    border: 1px solid #0A0A0A;
    font-weight: 700;
    background: none;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #000;
    margin-top: 24px;
}

.popup .window .content button.big {
    width: 100%;
}

.popup .window .content .or {
    line-height: 16px;
    text-transform: lowercase;
}

.popup .window .content .or a {
    display: block;
    text-decoration: none;
    margin-top: 16px;
    line-height: 21px;
    text-transform: uppercase;
}

.popup .window .content .code {
    margin: 0 auto;
}

.popup .window .content .code strong {
    white-space: nowrap;
}

.popup .window .content .code p {
    margin-bottom: 24px;
    line-height: 16px;
    text-transform: lowercase;
}

.popup .window .content .code input[type=text] {
    width: 420px;
    padding: 0 12px;
    border-radius: 0 !important;
}

.popup .window .content .code .buttons button {
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    color: #000 !important;
}

.popup .window .content .code .buttons button:first-child {
    margin-bottom: 12px;
    color: #fff !important;
    background: #000;
}

.popup .window .content .reset-pass p {
    margin-bottom: 24px;
    line-height: 16px;
    text-transform: lowercase;
}

.popup .window .content .reset-pass p a {
    text-decoration: none;
    font-weight: 700;
}

.popup .window .content .reset-pass input[type=text] {
    /*max-width: 388px*/
    margin-bottom: 24px;
    border-radius: 0 !important;
}

.popup .window .content .reset-pass button {
    margin-right: 4px;
}

.popup .window .content .reset-pass button:last-child {
    margin-right: 0;
}

.popup .window .content .reset-pass .button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popup .window .content .reset-pass .button50 {
    width: calc(50% - 5px);
}

.popup .window .content .agrees {
    padding-bottom: 12px;
    text-align: left;
}

.popup .window .content .agrees .agree {
    margin-bottom: 12px;
    position: relative;
}

.popup .window .content .agrees .agree .checkbox {
    display: none;
}

.popup .window .content .agrees .agree .checkbox + label {
    cursor: pointer;
    /*line-height: 22px;*/
    line-height: 1.2;
    text-transform: lowercase;
    padding-left: 25px;
    display: inline-block;
    text-align: left;
    background: url("/img/checkbox.svg") no-repeat left / 20px;
}

.popup .window .content .agrees .agree .checkbox + label a {
    font-weight: bold;
    text-decoration: none;
}

.popup .window .content .agrees .agree .checkbox:checked + label {
    background: url("/img/checkbox2.svg") no-repeat left / 20px;
}

.popup .window .content .empty-cart {
    text-align: center;
    padding-top: 80px;
    background: url("/img/cart.svg") no-repeat 50% 0;
}

.popup .window .content .empty-cart h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}

.popup .window .content .empty-cart button {
    width: 420px;
}

.popup .window .cart {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 24px;
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
}

.popup .window#basket-container {
    overflow-y: scroll;
    overflow-x: hidden;
}

.popup .window .cart::-webkit-scrollbar,
.popup .window#basket-container::-webkit-scrollbar {
    width: 0;
}

.popup .window .cart h2 {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.popup .window .cart h2 span {
    font-size: 16px;
}

.popup .window .cart .top-links a {
    display: inline-block;
    width: 23px;
    height: 23px;
    position: static;
}

.popup .window .cart .top-links a:nth-child(1) {
    background: url("/img/cart-top-link1.svg") no-repeat center;
}

.popup .window .cart .top-links a:nth-child(2) {
    background: url("/img/cart-top-link2.svg") no-repeat center;
}

.popup .window .cart .free {
    margin-bottom: 12px;
    background: rgb(246, 246, 246);
    padding: 12px 16px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.popup .window .cart .present {
    margin-bottom: 36px;
}

.popup .window .cart .present h3 {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.popup .window .cart .present .sum-present {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.popup .window .cart .present .item {
    background: rgb(246, 246, 246);
    margin-bottom: 16px;
}

/*.popup .window .cart .present .item.gift-locked*/
.popup .window .cart .present .item.gift-locked:has(.sum-present) {
    opacity: 0.5;
}

/*.popup .window .cart .present .item.gift-locked .choose-present*/
.popup .window .cart .present .item.gift-locked:has(.sum-present) .choose-present {
    display: none;
}

.popup .window .cart .present .item.disabled {
    pointer-events: none;
}

.popup .window .cart .present .item .image {
    width: 115px;
    height: 144px;
    font-size: 0;
    display: table-cell;
    vertical-align: middle;
}

.popup .window .cart .present .item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.popup .window .cart .present .item .info {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    padding: 12px;
    padding-left: 16px;
}

.popup .window .cart .present .item .info h4 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.popup .window .cart .list {
    /*padding-bottom: 20px;*/
}

.popup .window .cart .list h2 {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.3;
}

.popup .window .cart .list h2:before {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    width: calc(100% - 156px);
    height: 1.1px;
    background: #E5E5E5;
}

.popup .window .cart .list .item {
    margin-bottom: 16px;
}

.popup .window .cart .list .cart-add-more .item {
    display: flex;
}

.popup .window .cart .list .item .image {
    width: 115px;
    height: 144px;
    font-size: 0;
    /*background-color: #F6F6F6;*/
}

.popup .window .cart .list .item .image a {
    width: 100%;
    height: 100%;
}

.popup .window .cart .list .item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    /*background: #F6F6F6;*/
}

.popup .window .cart .list .item .info {
    width: calc(100% - 120px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    position: relative;
}

.popup .window .cart .list .item .info .delete {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 17px;
    height: 16px;
    background: url("/img/delete2.svg");
}

.popup .window .cart .list .item .info h3 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.popup .window .cart .list .item .info p {
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
}

.popup .window .cart .list .item .info button {
    position: absolute;
    right: 0;
    bottom: 12px;
    /*top: calc(50% - 22px);*/
    width: 169px;
    height: 44px;
    border: 1px solid rgb(0, 0, 0);
    background: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.popup .window .cart .list .item .info .bottom {
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
}

.popup .window .cart .list .item .info .bottom:has(> .price:only-child) {
    justify-content: flex-end;
}

.popup .window .cart .list .item .info .bottom .number {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.popup .window .cart .list .item .info .bottom .number input {
    width: auto;
    max-width: 68px;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    background: none;
    border: none;
}

.popup .window .cart .list .item .info .bottom .number span {
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.popup .window .cart .list .item .info .bottom .number span.minus {
    left: 0;
    background: url("/img/minus2.svg") no-repeat center;
}

.popup .window .cart .list .item .info .bottom .number span.plus {
    right: 0;
    background: url("/img/plus2.svg") no-repeat center;
}

.popup .window .cart .list .item .info .bottom .price {
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.popup .window .cart .list .item .info .bottom .price .old {
    font-weight: 400;
    text-decoration-line: line-through;
}

.popup .window .cart .data {
    background: rgb(246, 246, 246);
    padding: 24px 24px;
    margin: 0 -24px 24px -24px;
    position: relative;
}

.popup .window .cart .data .add-promo {
    display: block;
    text-align: center;
    /*margin-bottom: 20px;*/
    text-decoration: none;
    padding: 9px 10px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px dashed rgb(10, 10, 10);
    background: rgb(246, 246, 246);
    position: absolute;
    z-index: 10;
    width: calc(100% - 48px);
    height: 40px;
}

.popup .window .cart .data .field {
    position: relative;
    /*margin-bottom: 24px;*/
}

.popup .window .cart .data .field input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(111, 111, 111);
    padding: 0 12px;
    text-transform: uppercase;
    background: none;
    border-radius: 0 !important;
    padding-right: 120px;
}

.popup .window .cart .data .field .clear {
    width: 40px;
    height: 40px;
    background: url("/img/clear2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 0;
}

.popup .window .cart .data .field .apply-coupon {
    position: absolute;
    right: 40px;
    top: 0;
    height: 40px;
    cursor: pointer;
    padding: 0 3px;
    display: flex;
    align-items: center;
}

.popup .window .cart .data table {
    width: 100%;
    margin-bottom: 8px;
    margin-top: 20px;
}

.popup .window .cart .data table tr:last-child td {
    font-weight: 800;
}

.popup .window .cart .data table tr td {
    padding: 0 0 8px 0;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}

.popup .window .cart .data table tr td:last-child {
    padding-left: 10px;
    text-align: right;
}

.popup .window .cart .data button {
    width: 100%;
    height: 56px;
    color: #fff !important;
    background: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.cart-balance {
    background: rgb(246, 246, 246);
    margin: 8px 0 22px;
    position: relative;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;

    padding-right: 16px;
    padding-left: 50px;
    background-image: url("/img/wallet-balance.svg");
    background-repeat: no-repeat;
    background-position: 25px 9px;
}

.cart-balance__activate-link {
    color: #868686;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #E0E0E0;
    text-decoration: none;
}

.cart-balance__amount {
    color: #868686;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.popup .window .cart .help {
    margin-bottom: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 12px;
}

.popup .window .cart .help span {
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.popup .window .cart .help a {
    display: inline-block;
    margin-left: 12px;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    text-decoration: none;
}

.popup .window .cart .help a img {
    vertical-align: middle;
    margin: -2px 4px 0 0;
}

.popup .window .cart .payment {
    opacity: 0.5;
    /*margin-bottom: 60px;*/
}

.popup .window .cart .index-catalog-block {
    padding-bottom: 0;
}

.cabinet-page {
    padding: 48px 0;
}

.cabinet-page h1 {
    margin-bottom: 72px;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
}

.cabinet-page .content {
    padding: 0 245px 0 123px;
}

.cabinet-page nav {
    width: 237px;
}

.cabinet-page nav ul {
    margin-bottom: 32px;
    border: 1px solid rgb(0, 0, 0);
    padding: 12px;
}

.cabinet-page nav ul li {
    margin-bottom: 12px;
}

.cabinet-page nav ul li:last-child {
    margin-bottom: 0;
}

.cabinet-page nav ul li a {
    padding: 7px 10px;
    color: rgb(111, 111, 111);
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
}

.cabinet-page nav ul li a.active {
    color: rgb(10, 10, 10);
}

.cabinet-page nav ul li a.active:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(10, 10, 10);
}

.cabinet-page nav .bottom-text {
    line-height: 16px;
    text-transform: lowercase;
}

.cabinet-page nav .bottom-text a {
    text-decoration: none;
    font-weight: bold;
}

.cabinet-page .page-content {
    width: calc(100% - 368px);
}

.cabinet-page .page-content h2 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}

.cabinet-page .page-content h2.personal-subscribe-title {
    margin-bottom: 20px;
}

.cabinet-page .page-content .personal {
    padding-bottom: 22px;
}

.cabinet-page .page-content .personal:last-child {
    padding-bottom: 0;
}

.cabinet-page .page-content .personal .field {
    width: 49%;
    margin-bottom: 40px;
    position: relative;
}

.cabinet-page .page-content .personal .field p {
    margin-bottom: 4px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.cabinet-page .page-content .personal .field p > .inf {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(/img/info.svg);
    margin: -2px 0 0 4px;
    cursor: pointer;
    position: relative;
}

.cabinet-page .page-content .personal .field p > .tooltip-content {
    display: none;
}

.cabinet-page .page-content .personal .field input[type=text],
.cabinet-page .page-content .personal .field input[type=password] {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    padding-right: 50px;
    text-transform: lowercase;
    border: 1px solid #6F6F6F;
    border-radius: 0 !important;
}

.cabinet-page .page-content .personal .field input[type=text]:disabled,
.cabinet-page .page-content .personal .field input[type=text].date:disabled {
    background-color: #fafafa;
    cursor: not-allowed;
}

.cabinet-page .page-content .personal .field input[type=text].date,
.cabinet-page .page-content .personal .field input[type=password].date {
    background: url("/img/date.svg") no-repeat right 10px top 50%;
}

.cabinet-page .page-content .personal .field input[type=text].error,
.cabinet-page .page-content .personal .field input[type=password].error {
    border: 1px solid rgb(230, 70, 70);
}

.cabinet-page .page-content .personal .field input.success {
    border: 1px solid #70B230;
}

.cabinet-page .page-content .personal .field input[type=checkbox] {
    display: none;
}

.cabinet-page .page-content .personal .field input[type=checkbox] + label {
    background: url('/img/checkout-radio.svg') no-repeat left center / 20px;
    transition: .2s ease-in;
}

.cabinet-page .page-content .personal .field input[type=checkbox]:checked + label {
    background: url('/img/checkout-radio-checked.svg') no-repeat left center / 20px;
}

.cabinet-page .page-content .personal .field input[type=checkbox] + label {
    padding-left: 30px;
    text-transform: lowercase;
    cursor: pointer;
    display: inline-block;
    line-height: 1.2;
    min-height: 20px;
    display: flex;
    align-items: center;
}

.cabinet-page .page-content .personal .field .clear {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 40px;
    background: url("/img/clear.svg") no-repeat center;
}

.cabinet-page .page-content .personal .field .field-status {
    position: absolute;
    width: 100%;
    text-align: right;
    line-height: 16px;
    text-transform: lowercase;
    margin-top: 8px;
    display: none;
}

.cabinet-page .page-content .personal .field:has(input[type=checkbox]) {
    width: 100%;
    max-width: fit-content;
}

.field-status.ok {
    color: rgb(32, 160, 32);
}

.field-status.error {
    color: rgb(230, 70, 70);
}

.cabinet-page .page-content .personal .field.error .error-text {
    display: block;
}

.cabinet-page .page-content .personal .button {
    width: 100%;
    margin-top: 24px;
}

.cabinet-page .page-content .personal button {
    width: 100%;
    height: 40px;
    background: none;
    border: 1px solid rgb(10, 10, 10);
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.cabinet-page .page-content .personal button.last {
    margin-top: 16px;
    color: #B92D2D;
}

.cabinet-page .page-content .personal.mobile-column {
    display: none;
}

.cabinet-page .page-content .personal .bottom-text {
    line-height: 16px;
    text-transform: lowercase;
    padding-top: 32px;
}

.cabinet-page .page-content .personal .bottom-text a {
    text-decoration: none;
    font-weight: bold;
}

.cabinet-page .page-content .orders .filters-link {
    display: block;
    margin-bottom: 38px;
    line-height: 24px;
    text-decoration: none;
    padding-left: 28px;
    background: url("/img/filter.svg") no-repeat left;
}

.cabinet-page .page-content .orders .list {
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid rgb(224, 224, 224);
    position: relative;
}

.cabinet-page .page-content .orders .list:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.cabinet-page .page-content .orders .list h3 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}

.cabinet-page .page-content .orders .list h3 .status {
    float: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: lowercase;
    margin-top: 4px;
}

.cabinet-page .page-content .orders .list .data {
    padding-bottom: 8px;
}

.cabinet-page .page-content .orders .list .data .data-item {
    margin-bottom: 16px;
    line-height: 16px;
    text-transform: lowercase;
}

.cabinet-page .page-content .orders .list .data .data-item p {
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.cabinet-page .page-content .orders .list .items {
    margin: 0 -4px 24px -4px;
}

.cabinet-page .page-content .orders .list .items .item {
    margin: 0 4px;
    display: flex;
    flex-direction: column;
    height: auto;
}

.cabinet-page .page-content .orders .list .items .item .image {
    width: 100%;
    aspect-ratio: 0.8;
    object-fit: contain;
}

.cabinet-page .page-content .orders .list .items .item .image-wrapper .image[src="/img/product/no_photo.png"] {
    max-width: 150px;
}

.cabinet-page .page-content .orders .list .items .item .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cabinet-page .page-content .orders .list .items .item .info {
    padding: 12px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cabinet-page .page-content .orders .list .items .item .info h4 {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.cabinet-page .page-content .orders .list .items .item .info p {
    /*margin-bottom: 2px;*/
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    flex: 1;
}

.cabinet-page .page-content .orders .list .items .item .info .price {
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.cabinet-page .page-content .orders .list .items .item .info .numbers {
    line-height: 21px;
}

.cabinet-page .page-content .orders .list .items .slick-prev {
    padding: 0;
    font-size: 0;
    z-index: 3;
    width: 45px;
    height: 45px;
    background: url(/img/next3.svg);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin-top: -40px;
}

.cabinet-page .page-content .orders .list .items .slick-next {
    padding: 0;
    font-size: 0;
    z-index: 3;
    width: 45px;
    height: 45px;
    background: url("/img/next.svg");
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin-top: -40px;
}

.cabinet-page .page-content .orders .list .items .slick-prev.slick-disabled,
.cabinet-page .page-content .orders .list .items .slick-next.slick-disabled {
    opacity: 0;
    cursor: default;
}

.cabinet-page .page-content .orders .list .items .slick-track {
    display: flex;
}

.cabinet-page .page-content .orders .list .bottom-button {
    width: 137px;
    height: 40px;
    border: 1px solid #0A0A0A;
    font-weight: 700;
    background: none;
    text-transform: uppercase;
    color: #000;
}

.order-page {
    padding: 48px 0 90px;
}

.order-page .back-link {
    text-decoration: none;
    position: absolute;
    line-height: 24px;
    padding-left: 28px;
    background: url("/img/back.svg") no-repeat left;
    background-position-y: 1px;
    text-transform: uppercase;
}

.order-page .content {
    max-width: 727px;
    margin: 0 auto;
}

.order-page .content h1 {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgb(224, 224, 224);
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
}

.order-page .content h2 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}

.order-page .content h2 .status {
    float: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: lowercase;
    margin-top: 4px;
}

.order-page .content .data .data-item {
    margin-bottom: 24px;
    line-height: 16px;
    text-transform: lowercase;
    width: 32%;
}

.order-page .content .data .data-item p {
    margin-bottom: 6px;
    font-weight: 700;
    text-transform: uppercase;
}

.order-page .content .list {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.order-page .content .list .item {
    margin-bottom: 8px;
}

.order-page .content .list .item .image {
    font-size: 0;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-page .content .list .item .image img {
    width: 100%;
    /*background: #F6F6F6;*/
}

.order-page .content .list .item .image img[src="/img/product/no_photo.png"] {
    max-width: 130px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.order-page .content .list .item .info {
    width: calc(100% - 180px);
    padding: 12px;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
}

.order-page .content .list .item .info h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.order-page .content .list .item .info p {
    margin-top: 40px;
}

.order-page .content .list .item .info .flex {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px;
}

.order-page .content .list .item .info .flex .price {
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.order-page .content .list .item .info .flex .number {
    text-transform: lowercase;
}

.order-page .content .list .item .info .flex .numbers {
    line-height: 21px;
    text-transform: lowercase;
}

.order-page .content .bottom-data .item {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}

.order-page .content .bottom-data .item.big {
    font-weight: 800;
}

.order-page .content .bottom-data .button {
    text-align: right;
    padding-top: 12px;
}

.order-page .content .bottom-data .button p {
    margin-bottom: 24px;
    line-height: 21px;
    text-transform: uppercase;
}

.order-page .content .bottom-data .button a {
    text-decoration: none;
}

.order-page .content .bottom-data .button button {
    width: 279px;
    height: 40px;
    border: 1px solid #0A0A0A;
    font-weight: 700;
    background: none;
    text-transform: uppercase;
    color: #000 !important;
}

.order-page .content .bottom-block {
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid rgb(224, 224, 224);
    line-height: 21px;
    text-transform: uppercase;
}

.order-page .content .bottom-block h4 {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}

.index-top-banner {
    margin: 0 auto 96px;
    max-width: 1513px;
    opacity: 0;
    transition: .2s;
}

.index-top-banner.slick-initialized {
    opacity: 1;
}

.index-top-banner .item {
    position: relative;
    aspect-ratio: 2.0833;
}

.index-top-banner .item .flex {
    height: 100%;
}

.index-top-banner .item .item_small_img {
    display: none;
}

.index-top-banner .item .image {
    width: 60%;
}

.index-top-banner .item .content {
    width: 40%;
    position: relative;
}

.index-top-banner .item .content .text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 24px;
}

.index-top-banner .item .content .text .top-text {
    line-height: 21px;
    margin-bottom: 70px;
    text-transform: uppercase;
}

.index-top-banner .item .content .text h3 {
    margin-bottom: 24px;
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
}

.index-top-banner .item .content .text p {
    line-height: 21px;
    margin-bottom: 70px;
    text-transform: uppercase;
}

.index-top-banner .item .content .text .link {
    position: relative;
    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-decoration: none;
    background: none;
    width: 137px;
    height: 40px;
    border: 1px solid rgb(10, 10, 10);
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.index-top-banner .item .content .text .link span {
    position: absolute;
    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;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.index-top-banner .item .content .text .link .hover-text {
    color: #fff;
}

.index-top-banner .slick-dots {
    position: absolute;
    display: table;
    width: 40%;
    bottom: 24px;
    right: 0;
    padding: 0 19px;
}

.index-top-banner .slick-dots li {
    display: table-cell;
    padding: 0 5px;
}

.index-top-banner .slick-dots li.slick-active button {
    background: #000;
}

.index-top-banner .slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0;
    font-size: 0;
    background: rgb(224, 224, 224);
}

.index-catalog-block {
    padding-bottom: 80px;
}

.index-top-banner + .index-catalog-block {
    padding-bottom: 50px;
}

.index-catalog-block.black {
    background: rgb(10, 10, 10);
    color: #fff;
    padding: 50px 0;
    margin-bottom: 60px;
}

.index-catalog-block.black h2 {
    font-size: 32px;
    line-height: 1.2;
}

.index-catalog-block.black .list .item .photos {
    background: #f4f4f4;
    /*background: #fefefe;*/
}

.index-catalog-block.black .list .item .info button {
    border: 1px solid rgb(255, 255, 255);
    color: #000;
    background: #fff;
}

.index-catalog-block h2 {
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
}

.index-catalog-block h2.small {
    font-size: 32px;
    line-height: 1.2;
}

.index-catalog-block .top-link {
    margin: 24px 0;
    text-decoration: none;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

.index-catalog-block .list {
    margin: 0 -4px;
}

.index-catalog-block .list .item {
    margin: 0 4px;
    position: relative;

    display: flex;
    flex-direction: column;
    height: auto;
}


.index-catalog-block .list .item .fav-link {
    position: absolute;
    z-index: 3;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    background: url("/img/fav-linka.svg");
}

.index-catalog-block .list .item .fav-link.noactive {
    background: url("/img/fav-link.svg");
}

.index-catalog-block .list .item .tags {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 0;
    z-index: 3;
    max-width: calc(100% - 45px);
}

.index-catalog-block .list .item .tags span {
    display: inline-block;
    background: #fff;
    margin: 0 5px 5px 0;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 7px 10px 3px 10px;
    text-decoration: none;
    color: #000;
}

.index-catalog-block .list .item .tags a {
    display: inline-block;
    background: #fff;
    margin: 0 5px 5px 0;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 7px 10px 3px 10px;
    text-decoration: none;
}

.index-catalog-block .list .item .photos {
    position: relative;
    background: #f4f4f4;
    /*min-height: 466px;*/
}

.index-catalog-block .list .item.gift .photos {
    background: #F7EDE2;
}

.index-catalog-block .list .item .photos .main .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    /*padding: 40px 0;*/
    aspect-ratio: 0.8;
}

.index-catalog-block .list .item .photos .main .photo img {
    /*width: 100%*/
    max-width: 100%;
}

.index-catalog-block .list .item .photos .main .slick-dots {
    position: absolute;
    display: table;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 14px;
}

.index-catalog-block .list .item .photos .main .slick-dots li {
    display: table-cell;
    padding: 0 5px;
}

.index-catalog-block .list .item .photos .main .slick-dots li.slick-active button {
    background: #000;
}

.index-catalog-block .list .item .photos .main .slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0;
    font-size: 0;
    background: rgb(224, 224, 224);
}

.index-catalog-block .list .item .photos .preview {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 0 24px;
    /*padding: 0;*/
}

.index-catalog-block .list .item .photos .preview:has(.slick-prev) {
    /*padding: 0 24px;*/
}

.index-catalog-block .list .item .photos .preview .photo {
    padding: 4px;
    /*border: 2px solid transparent;*/
    cursor: pointer;
}

.index-catalog-block .list .item .photos .preview .photo.slick-current {
    /*border: 2px solid rgba(0, 0, 0, 0.4);*/
}

.index-catalog-block .list .item .photos .preview .slick-prev,
.index-catalog-block .list .item .photos .preview .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    font-size: 0;
    padding: 0;
    z-index: 3;
}

.index-catalog-block .list .item .photos .preview .slick-prev {
    left: 0;
    background: url("/img/prev2.svg");
}

.index-catalog-block .list .item .photos .preview .slick-next {
    right: 0;
    background: url("/img/next2.svg");
}

.index-catalog-block .list .item .photos .preview .slick-prev.slick-disabled,
.index-catalog-block .list .item .photos .preview .slick-next.slick-disabled {
    opacity: 0.3;
}

.index-catalog-block .list .item .photos .preview .slick-dots {
    position: absolute;
    display: table;
    width: 100%;
    bottom: -15px;
    left: 0;
    padding: 0 14px;
}

.index-catalog-block .list .item .photos .preview .slick-dots li {
    display: table-cell;
    padding: 0 5px;
}

.index-catalog-block .list .item .photos .preview .slick-dots li.slick-active button {
    background: #000;
}

.index-catalog-block .list .item .photos .preview .slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0;
    font-size: 0;
    background: rgb(224, 224, 224);
}

.index-catalog-block .list .item .info {
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.index-catalog-block .list .item .info h3 {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    flex: 1;
}

.index-catalog-block .list .item .info p {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 19px;
    text-transform: uppercase;
    flex: 2;
}

.index-catalog-block .list .item .info a {
    text-decoration: none;
}

.index-catalog-block.black .list .item .info a {
    color: #fff;
}

.index-catalog-block .list .item .info .rating {
    margin-bottom: 12px;
}

.index-catalog-block.black .list .item .info .rating {
    display: none;
}

.index-catalog-block .list .item .info .rating .star {
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url("/img/star.svg");
}

.index-catalog-block .list .item .info .rating .star.bad {
    background: url("/img/star2.svg");
}

.index-catalog-block .list .item .info .price {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.index-catalog-block .list .item .info button {
    width: 100%;
    height: 45px;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.index-catalog-block .list > .slick-prev {
    /*display: none !important;*/
}

.index-catalog-block .list .slick-next {
    padding: 0;
    font-size: 0;
    z-index: 3;
    width: 45px;
    height: 45px;
    background: url("/img/next.svg");
    position: absolute;
    top: 235px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4px;
}

.index-catalog-block .list .slick-prev {
    padding: 0;
    font-size: 0;
    z-index: 3;
    width: 45px;
    height: 45px;
    background: url("/img/next3.svg");
    position: absolute;
    top: 235px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4px;
}

.index-catalog-block .list .slick-next.slick-disabled,
.index-catalog-block .list .slick-prev.slick-disabled {
    opacity: 0;
}

.popup .window .cart .list .cart-add-more .slick-next {
    padding: 0;
    font-size: 0;
    z-index: 3;
    width: 25px;
    height: 25px;
    background: url("/img/next.svg");
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0
}

.popup .window .cart .list .cart-add-more .slick-prev {
    padding: 0;
    font-size: 0;
    z-index: 3;
    width: 25px;
    height: 25px;
    background: url("/img/next3.svg");
    background-size: contain;
    position: absolute;
    top: 0;
    right: 39px;
}

.index-catalog-block .list2 {
    margin: 0 -4px;
}

.index-catalog-block .list2 .item {
    margin: 0 4px;
    position: relative;
}

.index-catalog-block .list2 .item .fav-link {
    position: absolute;
    z-index: 3;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    background: url("/img/fav-link.svg");
}

.index-catalog-block .list2 .item .fav-link:hover {
    background: url("/img/fav-linka.svg");
}

.index-catalog-block .list2 .item .tags {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 0;
    z-index: 3;
}

.index-catalog-block .list2 .item .tags a {
    display: inline-block;
    background: #fff;
    margin: 0 5px 5px 0;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 7px 10px 3px 10px;
    text-decoration: none;
}

.index-catalog-block .list2 .item .photos {
    position: relative;
}

.index-catalog-block .list2 .item .photos .main .photo img {
    width: 100%;
}

.index-catalog-block .list2 .item .photos .main .slick-dots {
    position: absolute;
    display: table;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 14px;
}

.index-catalog-block .list2 .item .photos .main .slick-dots li {
    display: table-cell;
    padding: 0 5px;
}

.index-catalog-block .list2 .item .photos .main .slick-dots li.slick-active button {
    background: #000;
}

.index-catalog-block .list2 .item .photos .main .slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0;
    font-size: 0;
    background: rgb(224, 224, 224);
}

.index-catalog-block .list2 .item .photos .preview {
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 100%;
    padding: 0 24px;
}

.index-catalog-block .list2 .item .photos .preview .photo {
    padding: 4px;
    /*border: 2px solid transparent;*/
    cursor: pointer;
}

.index-catalog-block .list2 .item .photos .preview .photo.slick-current {
    border: 2px solid rgba(0, 0, 0, 0.4);
}

.index-catalog-block .list2 .item .photos .preview .slick-prev,
.index-catalog-block .list2 .item .photos .preview .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    font-size: 0;
    padding: 0;
    z-index: 2;
}

.index-catalog-block .list2 .item .photos .preview .slick-prev {
    left: 0;
    background: url("/img/prev2.svg");
}

.index-catalog-block .list2 .item .photos .preview .slick-next {
    right: 0;
    background: url("/img/next2.svg");
}

.index-catalog-block .list2 .item .info {
    padding: 20px 12px;
}

.index-catalog-block .list2 .item .info h3 {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

.index-catalog-block .list2 .item .info p {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 19px;
    text-transform: uppercase;
}

.index-catalog-block .list2 .item .info .colors {
    margin: 0 0 12px -3px;
}

.index-catalog-block .list2 .item .info .colors a {
    display: inline-block;
    padding: 3px;
    font-size: 0;
    border: 1px solid transparent;
}

.index-catalog-block .list2 .item .info .colors a:hover {
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.index-catalog-block .list2 .item .info .colors a img {
    width: 20px;
}

.index-catalog-block .list2 .item .info .rating {
    margin-bottom: 12px;
}

.index-catalog-block .list2 .item .info .rating .star {
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url("/img/star.svg");
}

.index-catalog-block .list2 .item .info .rating .star.bad {
    background: url("/img/star2.svg");
}

.index-catalog-block .list2 .item .info .price {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

.index-catalog-block .list2 .item .info button {
    width: 100%;
    height: 45px;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.index-catalog-block .list2 .slick-prev {
    display: none !important;
}

.index-catalog-block .list2 .slick-next {
    padding: 0;
    font-size: 0;
    z-index: 3;
    width: 45px;
    height: 45px;
    background: url("/img/next.svg");
    position: absolute;
    top: 178px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6px;
}

.index-categories-block {
    /*padding-bottom: 24px;*/
}

.index-categories-block h2 {
    margin-bottom: 56px;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.index-categories-block .tabNavigation {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 0;
}

.index-categories-block .tabNavigation li {
    display: inline-block;
    margin-right: 20px;
}

.index-categories-block .tabNavigation li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.3;
    line-height: 21px;
    text-transform: uppercase;
}

.index-categories-block .tabNavigation li a.selected {
    opacity: 1;
    font-weight: 700;
}

.index-categories-block .tab-content {
    /*background: rgb(10, 10, 10);*/
    /*color: #fff;*/
}

.index-categories-block .tab-content > .flex {
    /* background: rgb(10, 10, 10); */
    color: #fff;
    margin-bottom: 24px;
}

.index-categories-block .tab-content .content {
    background: rgb(10, 10, 10);
    width: 50%;
    position: relative;
}

.index-categories-block .tab-content .content .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 24px;
}

.index-categories-block .tab-content .content .text h3 {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.index-categories-block .tab-content .content .text p {
    margin-bottom: 70px;
    line-height: 16px;
    text-transform: lowercase;
}

.index-categories-block .tab-content .content .text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    background: none;
    width: 137px;
    height: 40px;
    border: 1px solid rgb(255, 255, 255);
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.index-categories-block .tab-content .content .text a .hover-text {
    position: absolute;
    top: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.index-categories-block .tab-content .content .text a .default-text {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.index-categories-block .tab-content .image {
    width: 50%;
    font-size: 0;
}

.special-banner-block {
    padding-bottom: 122px;
    position: relative;
}

.special-banner-block.subscribing {
    padding: 40px 0 50px;
}

.special-banner-block.pb {
    padding-bottom: 40px;
}

.special-banner-block.pb .lines {
    bottom: 10px;
}

.special-banner-block .lines {
    position: absolute;
    bottom: 90px;
    left: 50%;
    margin-left: -333px;
    width: 666px;
}

.special-banner-block .lines span {
    width: 49%;
    height: 2px;
    background: #E0E0E0;
}

.special-banner-block h2 {
    margin-bottom: 24px;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.special-banner-block .banner {
    height: 600px;
    background: url("/img/special-banner.jpg") center/cover;
    text-align: center;
}

.special-banner-block .banner.inner {
    background: url("/img/banner2.png") center/cover;
    position: relative;
}

.special-banner-block .banner.inner h3 {
    padding: 260px 0;
}

.special-banner-block .banner.inner form {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 504px;
}

.special-banner-block .banner.inner form button {
    color: #fff !important;
    background: #000;
}

.special-banner-block .banner.other {
    background: url("/img/special-banner3.jpg") center/cover;
    position: relative;
}

.special-banner-block .banner.other.other2 {
    background: url("/img/special-banner4.jpg") center/cover;
}

.special-banner-block .banner.other .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 196px;
}

.special-banner-block .banner.other .text h3 {
    padding: 0 0 48px 0;
}

.special-banner-block .banner.other .text p {
    font-size: 18px;
    line-height: 19px;
    margin: 0 auto;
}

.special-banner-block .banner.other .text .back {
    background: none;
    width: 137px;
    height: 40px;
    border: 1px solid rgb(10, 10, 10);
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin: 48px auto 0 auto;
}

.special-banner-block .banner h3 {
    padding: 196px 0 160px;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    text-transform: uppercase;
}

.special-banner-block .banner p {
    max-width: 833px;
    margin: 0 auto 55px auto;
    line-height: 16px;
    text-transform: lowercase;
}

.special-banner-block .banner p.other {
    position: absolute;
    top: 32px;
    left: 32px;
    text-align: left;
    margin: 0;
}

.special-banner-block .banner form {
    max-width: 448px;
    margin: 0 auto;
    position: relative;
}

.special-banner-block .banner form input[type=email],
.special-banner-block .banner form input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(10, 10, 10);
    padding: 0 12px;
    background: none;
    text-transform: lowercase;
    border-radius: 0 !important;
}

.special-banner-block .banner form input[type=text]::-webkit-input-placeholder {
    color: #0A0A0A;
}

.special-banner-block .banner form input[type=text]::-moz-placeholder {
    color: #0A0A0A;
}

.special-banner-block .banner form input[type=text]:-ms-input-placeholder {
    color: #0A0A0A;
}

.special-banner-block .banner form input[type=text]::-ms-input-placeholder {
    color: #0A0A0A;
}

.special-banner-block .banner form input[type=text]::placeholder {
    color: #0A0A0A;
}

.special-banner-block .banner form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 131px;
    height: 100%;
    background: none;
    border-left: 1px solid rgb(0, 0, 0);
    font-weight: 700;
    background: none;
    text-transform: uppercase;
    color: #000 !important;
}

.courses-block {
    padding-bottom: 80px;
}

.courses-block h2 {
    margin-bottom: 48px;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.courses-block .top-link {
    text-align: right;
}

.courses-block .top-link a {
    text-decoration: none;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.courses-block .tabNavigation {
    margin: -20px 0 24px;
    font-size: 0;
}

.courses-block .tabNavigation li {
    display: inline-block;
    margin-right: 20px;
}

.courses-block .tabNavigation li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.3;
    line-height: 21px;
    text-transform: uppercase;
}

.courses-block .tabNavigation li a.selected {
    opacity: 1;
    font-weight: 700;
}

.courses-block .list {
    margin: 0 -4px;
}

.courses-block .list .item {
    margin: 0 4px;
    cursor: pointer;
}

.courses-block .list .item .image {
    position: relative;
    font-size: 0;
    margin-bottom: 6px;
}

.courses-block .list .item .image img {
    width: 100%;
}

.courses-block .list .item .image .play {
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: 17px;
    height: 20px;
    background: url("/img/play2.svg");
    opacity: 0;
}

.courses-block .list .item h4 {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: lowercase;
}

.courses-block .list .item .time {
    line-height: 16px;
    text-transform: lowercase;
}

.courses-block .list .slick-prev {
    padding: 0;
    font-size: 0;
    z-index: 3;
    width: 45px;
    height: 45px;
    background: url("/img/next3.svg");
    position: absolute;
    top: calc(50% + 45px / 2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4px;
    margin-top: -20px;
}

.courses-block .list .slick-next {
    padding: 0;
    font-size: 0;
    z-index: 3;
    width: 45px;
    height: 45px;
    background: url("/img/next.svg");
    position: absolute;
    top: calc(50% + 45px / 2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4px;
    margin-top: -20px;
}

.courses-block .list .slick-next.slick-disabled,
.courses-block .list .slick-prev.slick-disabled {
    opacity: 0;
}

.index-bottom-banner {
    margin-bottom: 90px;
}

.index-bottom-banner .content {
    width: 50%;
    background: rgb(246, 246, 246);
    position: relative;
}

.index-bottom-banner .content .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0 18px;
}

.index-bottom-banner .content .text h2 {
    margin-bottom: 48px;
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
}

.index-bottom-banner .content .text p {
    margin-bottom: 48px;
    font-size: 18px;
    line-height: 19px;
    text-transform: lowercase;
}

.index-bottom-banner .content .text button {
    background: none;
    width: 193px;
    height: 40px;
    border: 1px solid rgb(10, 10, 10);
    font-weight: 700;
    text-transform: uppercase;
    color: #000 !important;
}

.index-bottom-banner .image {
    width: 50%;
    font-size: 0;
}

.bottom-menu {
    text-align: center;
}

.bottom-menu ul {
    padding-bottom: 48px;
}

.bottom-menu ul li {
    margin-bottom: 40px;
}

.bottom-menu ul li a {
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    height: 56px;
    width: 100%;
    overflow: hidden;
}

.bottom-menu ul li a .hover-text {
    position: absolute;
    top: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.bottom-menu ul li a .default-text {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.mob-menu form {
    position: relative;
    height: 52px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 52px;
}

.mob-menu form .back-link {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 12px;
    width: 24px;
    height: 24px;
    background: url("/img/back-link.svg");
}

.mob-menu form input[type=text] {
    width: 100%;
    height: 100%;
    padding: 0 48px;
    border-radius: 0 !important;
}

.mob-menu form button {
    right: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("/img/search.svg");
}

.mob-menu h3 {
    cursor: pointer;
    padding-right: 30px;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    background: url("/img/arrow3.svg") no-repeat right;
}

.mob-menu > .wrap > a {
    margin-bottom: 35px;
}

.mob-menu h3.active {
    background: url("/img/arrow3a.svg") no-repeat right;
}

.mob-menu h3.no-arrow {
    background: none;
}

.mob-menu .content {
    display: none;
}

.mob-menu .content {
    display: none;
}

.mob-menu .content .item {
    width: 48%;
}

.mob-menu .content .item.no-children:last-child {
    margin-bottom: 40px;
}

.mob-menu .content .item h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mob-menu a {
    text-decoration: none;
}

.mob-menu .wrap > a:has(h3) {
    width: 100%;
}

.mob-menu .content ul {
    padding-bottom: 30px;
}

.mob-menu .content ul li {
    margin-bottom: 10px;
    line-height: 16px;
}

.mob-menu .content ul li a {
    display: inline-block;
    text-decoration: none;
    text-transform: lowercase;
}

.mob-menu .content ul li a.active {
    font-weight: 600;
}

.search-block {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 50;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    display: none;
}

.search-block .close {
    width: 40px;
    height: 40px;
    background: url("/img/close2.svg");
    right: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-block form {
    height: 70px;
    margin-bottom: 48px;
    position: relative;
}

.search-block form .field {
    position: absolute;
    width: 600px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -300px;
}

.search-block form .field input[type=text] {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgb(10, 10, 10);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 !important;
    padding-right: 70px;
}

.search-block form .field input[type=text]::-webkit-input-placeholder {
    color: rgba(10, 10, 10, 0.3);
}

.search-block form .field input[type=text]::-moz-placeholder {
    color: rgba(10, 10, 10, 0.3);
}

.search-block form .field input[type=text]:-ms-input-placeholder {
    color: rgba(10, 10, 10, 0.3);
}

.search-block form .field input[type=text]::-ms-input-placeholder {
    color: rgba(10, 10, 10, 0.3);
}

.search-block form .field input[type=text]::placeholder {
    color: rgba(10, 10, 10, 0.3);
}

.search-block form .field button {
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("/img/search.svg");
}

.search-block form .field .clear {
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-block .not-found {
    text-align: center;
    padding-top: 50px;
    width: 100%;
    max-width: 1000px;
}

.search-block .not-found h2 {
    margin-bottom: 32px;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.search-block .not-found h4 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
}

.search-block .not-found h4 span {
    font-weight: bold;
    overflow-wrap: break-word;
}

.search-block .not-found p {
    line-height: 16px;
    text-transform: lowercase;
}

.search-block .list1 {
    width: 32%;
}

.search-block .list1 .item {
    width: 48.5%;
}

.search-block .list1 .item h3 {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.search-block .list1 .item ul {
    margin-bottom: 6px;
}

.search-block .list1 .item ul a {
    display: block;
    text-decoration: none;
    line-height: 21px;
    text-transform: lowercase;
}

.search-block .list3 {
    width: 32%;
}

.search-block .list3 h3 {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.search-block .list3 .list {
    font-size: 0;
}

.search-block .list3 .list .item {
    padding: 4px;
    margin-bottom: 4px;
}

.search-block .list3 .list .item div {
    display: table-cell;
    vertical-align: middle;
}

.search-block .list3 .list .item div img {
    width: 70px;
    max-width: 70px;
    margin-right: 8px;
}

.search-block .list3 .list .item div a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.search-block .list2 {
    width: 64%;
}

.search-block .list2 h3 {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.search-block .list2 .list .item {
    width: 24%;
    margin-bottom: 24px;
    margin-right: 1.3333334%;
    display: flex;
    flex-direction: column;
}

.search-block .list2 .list .item .photo {
    overflow: hidden;
}

.search-block .list2 .list .item:nth-child(4n) {
    margin-right: 0;
}

.search-block .list2 .list .item .image {
    width: 100%;
    /*aspect-ratio: 1 / 1;*/
    object-fit: contain;
    aspect-ratio: 0.8;
}

.search-block .list2 .list .item.gift .image {
    background: #F7EDE2;
}

.search-block .list2 .list .item .info {
    padding: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.search-block .list2 .list .item .info h3 {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    flex: 1;
}

.search-block .list2 .list .item .info h3 a {
    display: block;
    text-decoration: none;
    line-height: 1.3;
    font-size: 16px;
}

.search-block .list2 .list .item .info p {
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 19px;
    text-transform: uppercase;
    flex: 2;
}

.search-block .list2 .list .item .info p a {
    display: block;
    text-decoration: none;
}

.search-block .list2 .list .item .info .colors {
    margin-bottom: 12px;
    font-size: 0;
}

.search-block .list2 .list .item .info .colors img {
    width: 18px;
    margin-right: 12px;
}

.search-block .list2 .list .item .info .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.search-block .list2 .list .item .info .price .old {
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 5px;
}

.search-block .list2 .bottom-button {
    width: 100%;
    height: 40px;
    margin-bottom: 64px;
    border: 1px solid #0A0A0A;
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    display: none;
    color: #000 !important;
}

.videos-page {
    padding: 48px 0 60px;
}

.videos-page h1 {
    margin-bottom: 24px;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.videos-page nav {
    text-align: center;
    padding: 10px 0;
    background: #000;
    margin-bottom: 10px;
}

.videos-page nav a {
    display: inline-block;
    text-decoration: none;
    margin: 4px 12px;
    color: #fff;
    opacity: 0.7;
    line-height: 21px;
    text-transform: uppercase;
}

.videos-page nav a.active {
    opacity: 1;
    font-weight: 700;
}

.videos-page form {
    margin-bottom: 24px;
    position: relative;
    width: 600px;
    height: 45px;
}

.videos-page form input[type=text] {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgb(10, 10, 10);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.videos-page form input[type=text]::-webkit-input-placeholder {
    color: rgba(10, 10, 10, 0.3);
}

.videos-page form input[type=text]::-moz-placeholder {
    color: rgba(10, 10, 10, 0.3);
}

.videos-page form input[type=text]:-ms-input-placeholder {
    color: rgba(10, 10, 10, 0.3);
}

.videos-page form input[type=text]::-ms-input-placeholder {
    color: rgba(10, 10, 10, 0.3);
}

.videos-page form input[type=text]::placeholder {
    color: rgba(10, 10, 10, 0.3);
}

.videos-page form .clear {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url("/img/clear.svg") no-repeat center;
    opacity: 0;
}

.videos-page form input[type=text]:valid + .clear {
    opacity: 1;
}

.videos-page button {
    /*margin-bottom: 24px;*/
    margin-top: 7px;
    background: none;
    width: 270px;
    height: 45px;
    border: 1px solid rgb(10, 10, 10);
    font-weight: 700;
    text-transform: uppercase;
    color: #000 !important;
}

.videos-page .list .item {
    width: 24%;
    margin-bottom: 48px;
    cursor: pointer;

    margin-left: 7.3px;
    margin-right: 7.3px;
}

.videos-page .list .item .image {
    position: relative;
    font-size: 0;
    margin-bottom: 6px;
}

.videos-page .list .item .image img {
    width: 100%;
}

.videos-page .list .item .image img[src="/img/product/no_photo.png"] {
    padding: 100px;
}

.videos-page .list .item .image .play {
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: 17px;
    height: 20px;
    background: url("/img/play2.svg");
    opacity: 0;
}

.videos-page .list .item h4 {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: lowercase;
}

.videos-page .list .item .time {
    line-height: 16px;
    text-transform: lowercase;
}

.videos-page .not-found {
    text-align: center;
    padding: 50px 0 32px;
}

.videos-page .not-found h2 {
    margin-bottom: 32px;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.videos-page .not-found h4 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
}

.videos-page .not-found h4 span {
    font-weight: bold;
}

.videos-page .not-found p {
    line-height: 16px;
    text-transform: lowercase;
}

.videos-page .bottom-button {
    text-align: center;
}

.videos-page .bottom-button button {
    width: 180px;
    margin-top: 32px;
}

.tutorial-block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 50;
}

.tutorial-block .close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 40px;
    height: 40px;
    background: url("/img/close3.svg");
}

.tutorial-block .window {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 968px;
    background: #fff;
    /*height: 700px;*/
}

.tutorial-block .window .video {
    width: 50%;
    height: 100%;
    position: relative;
    color: #fff;
}

.tutorial-block .window .video .menu {
    position: absolute;
    bottom: -1px;
    width: 100%;
    padding: 24px;
    background: linear-gradient(to top,
    rgba(0, 0, 0, 0.6),
    transparent);
}

.tutorial-block .window .video .menu .pause {
    width: 32px;
    height: 32px;
    background: url("/img/play3.svg") center/contain no-repeat;
}

.tutorial-block .window .video .menu .pause.playing {
    background: url("/img/pause.svg");
}

.tutorial-block .window .video .menu .share {
    width: 32px;
    height: 32px;
    background: url("/img/share.svg");
}

.tutorial-block .window .video .menu .timer {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

.tutorial-block .timer,
.tutorial-block .timer span {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
}

.tutorial-block .window > .info {
    width: 50%;
    overflow-y: hidden;
    padding: 24px 24px 0 24px;
}

.tutorial-block .window > .info .list2 .item .rating {
    display: none;
}

.tutorial-block .window > .info .list2.products-list:has(.list .item:only-child) {
    overflow: hidden;
}

.tutorial-block .window > .info .list2.products-list {
    overflow: hidden;
    overflow-y: scroll;
    height: 100%;
    max-height: 720px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tutorial-block .window > .info .list2.products-list::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.tutorial-block .window > .info::-webkit-scrollbar {
    width: 0;
}

.tutorial-block .window > .info h2 {
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
    text-transform: lowercase;
}

.tutorial-block .window > .info h3 {
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.tutorial-block .window > .info .list2 .item {
    margin-bottom: 22px;
    position: relative;
}

.tutorial-block .window > .info .list2 .item .fav-link {
    position: absolute;
    z-index: 3;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    background: url("/img/fav-link.svg");
}

.tutorial-block .window > .info .list2 .item .tags {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 0;
    z-index: 3;
}

.tutorial-block .window > .info .list2 .item .tags a {
    display: inline-block;
    background: #fff;
    margin: 0 5px 5px 0;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 7px 10px 3px 10px;
    text-decoration: none;
}

.tutorial-block .window > .info .list2 .item .photos {
    position: relative;
}

.tutorial-block .window > .info .list2 .item .photos .main .photo img {
    width: 100%;
}

.tutorial-block .window > .info .list2 .item .photos .preview {
    position: absolute;
    left: 0;
    bottom: 26px;
    width: 100%;
    padding: 0 24px;
}

.tutorial-block .window > .info .list2 .item .photos .preview .photo {
    padding: 4px;
    /*border: 2px solid transparent;*/
    cursor: pointer;
}

.tutorial-block .window > .info .list2 .item .photos .preview .photo.slick-current {
    /*border: 2px solid rgba(0, 0, 0, 0.4);*/
}

.tutorial-block .window > .info .list2 .item .photos .preview .slick-prev,
.tutorial-block .window > .info .list2 .item .photos .preview .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    font-size: 0;
    padding: 0;
    z-index: 2;
}

.tutorial-block .window > .info .list2 .item .photos .preview .slick-prev {
    left: 0;
    background: url("/img/prev2.svg");
}

.tutorial-block .window > .info .list2 .item .photos .preview .slick-next {
    right: 0;
    background: url("/img/next2.svg");
}

.tutorial-block .window > .info .list2 .item .photos .preview .slick-dots {
    position: absolute;
    display: table;
    width: 100%;
    bottom: -15px;
    left: 0;
    padding: 0 14px;
}

.tutorial-block .window > .info .list2 .item .photos .preview .slick-dots li {
    display: table-cell;
    padding: 0 5px;
}

.tutorial-block .window > .info .list2 .item .photos .preview .slick-dots li.slick-active button {
    background: #000;
}

.tutorial-block .window > .info .list2 .item .photos .preview .slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0;
    font-size: 0;
    background: rgb(224, 224, 224);
}

.tutorial-block .window > .info .list2 .item .content {
    padding: 20px 12px;
}

.tutorial-block .window > .info .list2 .item .content h3 {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

.tutorial-block .window > .info .list2 .item .content p {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 19px;
    text-transform: uppercase;
}

.tutorial-block .window > .info .list2 .item .content .price {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

.tutorial-block .window > .info .list2 .item .content button {
    width: 100%;
    height: 45px;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    text-transform: uppercase;
    color: #000 !important;
}

.tutorial-block .window > .info .list .item {
    /*text-align: center;*/
    margin-bottom: 22px;
    position: relative;
    max-width: 380px;
}

.tutorial-block .window > .info .index-catalog-block .list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tutorial-block .window > .info .list .item .fav-link {
    position: absolute;
    z-index: 3;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    background: url("/img/fav-linka.svg");
}

.tutorial-block .window > .info .list .item .fav-link.noactive {
    background: url("/img/fav-link.svg");
}

.tutorial-block .window > .info .list .item .image {
    position: relative;
}

.tutorial-block .window > .info .list .item .image img {
    width: 100%;
}

.tutorial-block .window > .info .list .item .image button {
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: calc(100% - 16px);
    height: 45px;
    background: #fff;
    font-weight: 700;
    text-transform: uppercase;
    color: #000 !important;
}

.tutorial-block .window > .info .list .item .content {
    padding: 12px;
}

.tutorial-block .window > .info .list .item .content h4 {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.tutorial-block .window > .info .list .item .content p {
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
}

.tutorial-block .window > .info .list .item .content .colors {
    padding-top: 10px;
    margin-bottom: 12px;
    font-size: 0;
}

.tutorial-block .window > .info .list .item .content .colors img {
    width: 12px;
    margin-right: 7px;
}

.tutorial-block .window > .info .list .item .content .price {
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.tutorial-block .tutorial-video {
    display: block;
    width: 100%;
}

.fav-page {
    padding: 48px 0 60px;
}

.fav-page.other {
    padding-bottom: 20px;
    overflow-x: hidden;
}

.fav-page h1 {
    margin-bottom: 24px;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.fav-page h1.tac {
    text-align: center;
}

.fav-page .save {
    margin: 94px auto 0 auto;
    padding-top: 90px;
    background: url("/img/heart.svg") no-repeat 50% 0;
    text-align: center;
    max-width: 525px;
    line-height: 16px;
    text-transform: lowercase;
}

.fav-page .menu {
    background: rgb(10, 10, 10);
    padding: 12px 0;
    margin-bottom: 12px;
    text-align: center;
}

.fav-page .menu ul li {
    display: inline-block;
}

.fav-page .menu ul li:not(:last-child) {
    margin-right: 24px;
}

.fav-page .menu ul li a {
    line-height: 21px;
    text-transform: uppercase;
    opacity: 0.7;
    color: #fff;
    text-decoration: none;
}

.fav-page .menu ul li a.active {
    opacity: 1;
    font-weight: bold;
}

.fav-page .sort {
    padding-bottom: 12px;
}

.fav-page .sort .filter-link {
    display: block;
    line-height: 24px;
    height: 24px;
    text-decoration: none;
    padding-left: 28px;
    background: url("/img/filter.svg") no-repeat left;
    margin-top: 8px;
    text-transform: lowercase;
}

.fav-page .sort .select {
    text-transform: lowercase;
}

.fav-page .sort .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 210px;
    height: 40px;
    border: 1px solid rgb(10, 10, 10);
    padding: 0 12px;
    text-transform: lowercase;
    background: url("/img/select.svg") no-repeat right 10px top 50%;
    margin-left: 10px;
    color: #000;
}

.fav-page .sort .links {
    display: none;
}

.fav-page .sort .links a {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.fav-page .sort .links a:nth-child(1) {
    background: url("/img/mob-sort1.svg");
    margin-right: 16px;
}

.fav-page .sort .links a:nth-child(2) {
    background: url("/img/mob-sort2.svg");
}

.fav-page .sort .links a:nth-child(2).active {
    background: url("/img/mob-sort2a.svg") no-repeat center;
}

.fav-page .list .item {
    width: 24%;
    margin-bottom: 24px;
    position: relative;
    margin-right: 1.333334%;
    display: flex;
    flex-direction: column;
}

.fav-page .list .item:nth-child(4n of .item) {
    margin-right: 0;
}

.fav-page .list .item .fav-link {
    position: absolute;
    z-index: 3;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    background: url("/img/fav-linka.svg");
}

.fav-page .list .item .fav-link.noactive {
    background: url("/img/fav-link.svg");
}

.fav-page .list .item .tags {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 0;
    z-index: 3;
    max-width: calc(100% - 45px);
}

.fav-page .list .item .tags span {
    display: inline-block;
    background: #fff;
    margin: 0 5px 5px 0;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 5px 10px 4px;
    text-decoration: none;
}

.list .item.gift .tags span {
    background: #000;
    color: #fff;
}

.fav-page .list .item .photos {
    position: relative;
}

.fav-page .list .item .photos .main .photo {
    position: relative;
    background: #f4f4f4;
    width: 100%;
    aspect-ratio: 0.8;
    overflow: hidden;
    /*padding: 40px 0;*/
}

.fav-page .list .item .photos .main {
}

.list .item.gift .photos .main .photo {
    background: #F7EDE2;
}

.fav-page .list .item .photos .main .photo img {
    max-width: 100%;
    vertical-align: top;
}

.fav-page .list .item .photos .main .slick-dots {
    position: absolute;
    display: table;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 14px;
}

.fav-page .list .item .photos .main .slick-dots li {
    display: table-cell;
    padding: 0 5px;
}

.fav-page .list .item .photos .main .slick-dots li.slick-active button {
    background: #000;
}

.fav-page .list .item .photos .main .slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0;
    font-size: 0;
    background: rgb(224, 224, 224);
}

.fav-page .list .item .photos .preview {
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%;
    padding: 0 24px;
}

.fav-page .list .item .photos .preview .photo {
    padding: 4px;
    /*border: 2px solid transparent;*/
    cursor: pointer;
}

.fav-page .list .item .photos .preview .photo.slick-current {
    /*border: 2px solid rgba(0, 0, 0, 0.4);*/
}

.preview.slider-nav-catalog span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview.slider-nav-catalog a {
    text-decoration: none;
}

.fav-page .list .item .photos .preview .slick-prev,
.fav-page .list .item .photos .preview .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    font-size: 0;
    padding: 0;
    z-index: 2;
}

.fav-page .list .item .photos .preview .slick-prev.slick-disabled,
.fav-page .list .item .photos .preview .slick-next.slick-disabled {
    opacity: 0.3;
}

.fav-page .list .item .photos .preview .slick-prev {
    left: 0;
    background: url("/img/prev2.svg");
}

.fav-page .list .item .photos .preview .slick-next {
    right: 0;
    background: url("/img/next2.svg");
}

.fav-page .list .item .photos .preview .slick-dots {
    position: absolute;
    display: table;
    width: 100%;
    bottom: -15px;
    left: 0;
    padding: 0 14px;
}

.fav-page .list .item .photos .preview .slick-dots li {
    display: table-cell;
    padding: 0 5px;
}

.fav-page .list .item .photos .preview .slick-dots li.slick-active button {
    background: #000;
}

.fav-page .list .item .photos .preview .slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0;
    font-size: 0;
    background: rgb(224, 224, 224);
}

.fav-page .list .item .info {
    padding: 20px 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.list .item.gift .info {
    text-align: center;
}

.fav-page .list .item .info h3 {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    flex: 1;
}

.list .item.gift .info h3 {
    flex: none;
}

.fav-page .list .item .info h3 a {
    text-decoration: none;
    line-height: 1.4;
}

.fav-page .list .item .info p {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 19px;
    text-transform: uppercase;
    flex: 2;
}

.list .item.gift .info p {
    flex: none;
    margin-bottom: 20px;
    flex: 1;
}

.fav-page .list .item .info p a {
    text-decoration: none;
}

.fav-page .list .item .info .rating {
    margin-bottom: 12px;
}

.fav-page .list .item .info .rating .star {
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url("/img/star.svg");
}

.fav-page .list .item .info .rating .star.bad {
    background: url("/img/star2.svg");
}

.fav-page .list .item .info .price {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.list .item.gift .info .price {
    /*margin-top: 8px;*/
    flex: 2;
}

.list .item .info .price .old {
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 5px;
}

.cabinet-page .list .item .info .price .old {
    opacity: 0.5;
}

.order-page .list .item .info .price .old {
    opacity: 0.5;
}

.fav-page .list .item .info button {
    width: 100%;
    height: 45px;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.fav-page .list .item .info button:disabled {
    cursor: not-allowed;
}

.fav-page .list .item .present {
    text-align: center;
    position: relative;
}

.fav-page .list .item .present .badge {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 5px 12px;
    text-transform: uppercase;
}

.fav-page .list .item .present img {
    width: 100%;
    margin-bottom: 12px;
}

.fav-page .list .item .present h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

.fav-page .list .item .present p {
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
}

.fav-page .list .item .present .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-top: 20px;
}

.list .item.gift .price .inf {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url("/img/info.svg");
    margin: -2px 0 0 4px;
    cursor: pointer;
    position: relative;
}

.list .item.gift .price .tooltip-content {
    display: none;
}

[data-tippy-root] .tippy-box {
    background: #FFF;
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0;
}

[data-tippy-root] .tippy-box .tippy-arrow {
    color: #FFF;
}

[data-tippy-root] .tippy-box .tippy-content {
    padding: 12px;
}

[data-tippy-root] .tippy-box .tooltip-content {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

[data-tippy-root] .tippy-box .tooltip-content.tooltip-personal {
    color: #000;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    padding: 2px 6px;
}

.item-banner {
    padding-bottom: 24px;
}

.item-banner .banner {
    height: 600px;
    background: url("/img/item-banner.png") center/cover;
    position: relative;
}

.item-banner .banner .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 392px;
    left: 64px;
    color: #fff;
}

.item-banner .banner .text .top-text {
    margin-bottom: 30px;
    line-height: 21px;
    text-transform: uppercase;
}

.item-banner .banner .text h3 {
    margin-bottom: 30px;
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
    text-transform: uppercase;
}

.item-banner .banner .text .price {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 800;
    line-height: 29px;
    text-transform: uppercase;
}

.item-banner .banner .text a {
    background: none;
    width: 137px;
    height: 40px;
    border: 1px solid rgb(255, 255, 255);
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.item-banner .banner .text .hover-text {
    position: absolute;
    top: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.item-banner .banner .text .default-text {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.catalog-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    background: rgba(0, 0, 0, 0.17);

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.catalog-filter.active {
    opacity: 1;
    pointer-events: auto;
}

.catalog-filter .window {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 64px 130px 64px;
    overflow-y: scroll;

    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.catalog-filter.active .window {
    transform: translateX(0);
}

.catalog-filter .window::-webkit-scrollbar {
    width: 0;
}

.catalog-filter .window .close {
    position: absolute;
    top: 24px;
    right: 64px;
    width: 40px;
    height: 40px;
    background: url("/img/close4.svg");
}

.catalog-filter .window h3 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}

.catalog-filter .window ul li {
    margin-bottom: 24px;
}

.catalog-filter .window ul li a {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    padding-right: 28px;
    background: url("/img/arrow4.svg") no-repeat right;
}

.catalog-filter .window ul li a.active {
    background: url("/img/arrow4a.svg") no-repeat right;
}

.catalog-filter .window ul li a.no-children {
    background: none;
}

.catalog-filter .window ul li ul {
    padding: 12px 0 0 0;
    display: none;
}

.catalog-filter .window ul li ul li {
    margin: 0 0 4px 0;
}

.catalog-filter .window ul li ul li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: lowercase;
    padding: 0;
    background: none !important;
    background: none !important;
}

.catalog-filter .window ul li ul li a.active {
    font-weight: 600;
}

.catalog-filter .window .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 500px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
    padding: 20px 64px;
}

.catalog-filter .window .buttons button {
    width: 100%;
    height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000 !important;
}

.catalog-filter .window .buttons button:nth-child(1) {
    background: none;
    border: 1px solid #000;
    margin-bottom: 6px;
}

.catalog-filter .window .buttons button:nth-child(2) {
    background: #F6F6F6;
}

.catalog-sort {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 30;
    background: rgba(1, 1, 1, 0.8);
    display: none;
}

.catalog-sort .window {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 64px 130px 64px;
    overflow-y: scroll;
}

.catalog-sort .window::-webkit-scrollbar {
    width: 0;
}

.catalog-sort .window .close {
    position: absolute;
    top: 24px;
    right: 64px;
    width: 40px;
    height: 40px;
    background: url("/img/close4.svg");
}

.catalog-sort .window h3 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}

.catalog-sort .window .radio {
    display: none;
}

.catalog-sort .window .radio + label {
    display: block;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.catalog-sort .window .radio:checked + label {
    background: url("/img/radio.svg") no-repeat right;
}

.catalog-sort .window .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 500px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
    padding: 20px 64px;
}

.catalog-sort .window .buttons button {
    width: 100%;
    height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    background: none;
    border: 1px solid #000;
    color: #000 !important;
}

.catalog-include {
    margin-bottom: 24px;
}

.catalog-include.bottom-include {
    margin-top: 24px;
    margin-bottom: 0;
}

.catalog-include .catalog_medium_banner {
    display: none;
}

.catalog-include .catalog_small_banner {
    display: none;
}

.item-page {
    padding: 24px 0 36px;
}

.item-page .mob-top-links {
    margin: 0 -10px;
    padding: 24px 20px;
    background: #F6F6F6;
    display: none;
}

.item-page .mob-top-links a {
    width: 24px;
    height: 24px;
    transition: none;
}

.item-page .mob-top-links a:nth-child(1) {
    background: url("/img/back-link.svg");
}

.item-page .mob-top-links .fav-link {
    background: url("/img/fav-link4.svg") center/cover;
}

.item-page .mob-top-links .fav-link.noactive {
    background: url("/img/fav-link2.svg") center/cover;
}

.item-page .photos {
    font-size: 0;
    padding-bottom: 16px;
    width: 54.4%;
    position: relative;
}

.item-page .photos .colors {
    bottom: 32px;
    left: 16px;
    position: absolute;
    z-index: 3;
    display: none;
}

.item-page .photos .colors a {
    display: inline-block;
    padding: 3px;
    font-size: 0;
    border: 1px solid transparent;
}

.item-page .photos .colors a img {
    width: 27px;
}

.item-page .photos .colors a.active {
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.item-page .photos .list {
    position: relative;
}

.item-page .photos .list .slick-dots {
    position: absolute;
    display: table;
    width: 60%;
    bottom: 20px;
    left: 20%;
}

.item-page .photos .list .slick-dots li {
    display: table-cell;
    padding: 0 5px;
}

.item-page .photos .list .slick-dots li.slick-active button {
    background: #000;
}

.item-page .photos .list .slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0;
    font-size: 0;
    background: rgb(224, 224, 224);
}

.item-page .photos .photo {
    margin-bottom: 8px;
    position: relative;
    background: #F6F6F6;
    width: 100%;
    /*aspect-ratio: 1.1628;*/
    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;
}

.item-page .photos .photo img {
    max-width: 100%;
}

.item-page .photos .swiper-scrollbar {
    display: none;
}

.item-page .photos .list .swiper-wrapper {
    display: block;
}

.item-page .photos .photo > video {
    max-width: 100%;
    max-height: 900px;
}

.item-page .photos .photo .play {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url("/img/play.svg");
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
}

.item-page .info {
    width: 38.5%;
    padding-top: 24px;
    padding-bottom: 24px;
}

.item-page .info .navi {
    font-size: 14px;
    opacity: 0.5;
    overflow-x: scroll;
    white-space: nowrap;
    text-transform: uppercase;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.item-page .info .navi::-webkit-scrollbar {
    display: none;
}

.item-page .info .navi span {
    width: 14px;
    height: 22px;
    background-position: top 2px center;
    background-size: 12px auto;
    background-repeat: no-repeat;
}

.item-page .info .content {
    position: sticky;
    top: calc(24px + 69px);
}

.item-page .info .name {
    margin-bottom: 20px;
}

.item-page .info .name h1 {
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.item-page .info .name p {
    text-transform: uppercase;
}

.item-page .info .rating {
    text-align: right;
    margin-bottom: 20px;
}

.item-page .info .rating .reviews {
    cursor: pointer;
    white-space: nowrap;
}

.item-page .info .rating .fav-link {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("/img/fav-link4.svg");
    margin-bottom: 5px;
}

.item-page .info .rating .fav-link.noactive {
    background: url("/img/fav-link2.svg");
}

.item-page .info .rating .reviews a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 4px;
    font-size: 12px;
}

.item-page .info .rating .reviews .star {
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url("/img/star.svg");
    vertical-align: middle;
    margin-top: -4px;
}

.item-page .info .rating .reviews .star.bad {
    background: url("/img/star2.svg");
}

.item-page .info .price {
    margin-bottom: 20px;
}

.item-page .info .price .old {
    position: relative;
    opacity: 0.5;
    text-decoration-line: line-through;
    top: 1px;
    letter-spacing: -0.03em;
}

.item-page .info .price .discount {
    margin-left: 5px;
    font-size: 12px;
    padding: 2px 3px;
    background: #F6F6F6;
    letter-spacing: -0.03em;
}

.item-page .info .price .new {
    font-size: 28.57px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.item-page .info .colors {
    margin-bottom: 14px;
}

.item-page .info .colors span {
    display: inline-block;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-page .info .colors a {
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 3px;
    font-size: 14px;
    border: 1px solid transparent;
    text-decoration: none;

}

.item-page .info .colors a img {
    width: 27px;
}

.item-page .info .colors a.active {
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.item-page .info .size {
    margin-bottom: 17px;
}

.item-page .info .size a {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 17px;
    margin: 0 4px 4px 0;
    border: 0.87px solid rgb(224, 224, 224);
}

.item-page .info .size a.active {
    border: 1px solid #000;
}

.item-page .info .size .radio {
    display: none;
}

.item-page .info .size .radio + label {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 12px;
    margin: 0 4px 4px 0;
    border: 0.87px solid rgb(224, 224, 224);
}

.item-page .info .size .radio:checked + label {
    border: 1px solid #000;
}

.item-page .info button {
    width: 288px;
    height: 40px;
    background: none;
    border: 1px solid rgb(10, 10, 10);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #000;
}

.item-page .info button.w100 {
    width: 100%;
    /*margin-top: 70px;*/
    margin-bottom: 30px;
}

.item-page .info input[type=text] {
    width: 100%;
    height: 40px;
    background: none;
    border: 1px solid rgb(10, 10, 10);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 70px;
    text-align: center;
    border-radius: 0 !important;
}

.item-page .info ul {
    padding-bottom: 12px;
}

.item-page .info ul li {
    padding: 0 0 0 30px;
    text-transform: lowercase;
    margin-bottom: 5px;
}

.item-page .info ul li:nth-child(1) {
    background: url("/img/item-li1.svg") no-repeat 0 -1px;
}

.item-page .info ul li:nth-child(2) {
    background: url("/img/item-li2.svg") no-repeat 0 -2px;
}

.item-page .info .blocks {
    border-top: 1px solid rgb(224, 224, 224);
}

.item-page .info .blocks .block {
    border-bottom: 1px solid rgb(224, 224, 224);
    padding: 15px 0;
}

.item-page .info .blocks .block .link {
    display: block;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    background: url("/img/plus.svg") no-repeat right;
}

.item-page .info .blocks .block .link.active {
    background: url("/img/minus.svg") no-repeat right;
}

.item-page .info .blocks .block .text {
    margin-top: 10px;
    line-height: 16px;
    text-transform: lowercase;
    display: none;
}

.item-page .lesson {
    display: table;
    width: 100%;
}

.item-page .lesson .text {
    display: table-cell;
    padding-right: 490px;
    vertical-align: middle;
}

.item-page .lesson .text.small {
    padding-right: 130px;
}

.item-page .lesson .text h3 {
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.item-page .lesson .text p {
    line-height: 16px;
    text-transform: lowercase;
}

.item-page .lesson .list {
    display: table-cell;
    width: 360px;
    vertical-align: middle;
}

.item-page .lesson .list.big {
    width: 728px;
}

.item-page .lesson .list.big .item {
    width: 49.5%;
}

.item-page .lesson .list .videos-page.lst {
    /*white-space: nowrap;*/
    /*overflow-x: scroll;*/
    width: 728px;
    padding: 0 0 10px 0;
}

.item-page .lesson .list .videos-page.lst .slick-next {
    padding: 0;
    font-size: 0;
    z-index: 3;
    width: 45px;
    height: 45px;
    background: url(/img/next.svg);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    margin: 0;
    border: none;
}

.item-page .lesson .list .videos-page.lst .slick-prev {
    padding: 0;
    font-size: 0;
    z-index: 3;
    width: 45px;
    height: 45px;
    background: url(/img/next3.svg);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin: 0;
    border: none;
}

.item-page .lesson .list .videos-page.lst .slick-prev.slick-disabled,
.item-page .lesson .list .videos-page.lst .slick-next.slick-disabled {
    opacity: 0;
}

.item-page .lesson .list .lst .item h4 {
    margin-top: 5px;
    line-height: 16px;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 14px;
}

.item-page .lesson .list .lst::-webkit-scrollbar {
    height: 2px;
}

.item-page .lesson .list .lst::-webkit-scrollbar-track {
    background: #E0E0E0;
}

.item-page .lesson .list .lst::-webkit-scrollbar-thumb {
    background: #0A0A0A;
}

.item-page .lesson .list .lst .item {
    white-space: normal;
    width: 360px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    cursor: pointer;
}

.item-page .lesson .list .item p {
    margin-top: 5px;
    line-height: 16px;
    text-transform: lowercase;
}

.item-reviews-block {
    padding: 48px 0;
    background: rgb(246, 246, 246);
    margin-bottom: 40px;
}

.item-reviews-block h2 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
}

.item-reviews-block .item {
    width: 483px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.item-reviews-block .item .item-border {
    padding: 15px 20px;
    border: 1px solid #000;
}

.item-reviews-block .item h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

.item-reviews-block .item p {
    line-height: 21px;
    text-transform: uppercase;
}

.item-reviews-block .item .reviews {
    margin: 20px 0;
    cursor: default;
}

.item-reviews-block .item .reviews a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 4px;
    cursor: default;
}

.item-reviews-block .item .reviews .star {
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url("/img/star.svg");
    vertical-align: middle;
    margin-top: -4px;
}

.item-reviews-block .item .reviews .star.bad {
    background: url("/img/star2.svg");
}

.item-reviews-block .item button {
    width: 236px;
    height: 40px;
    background: none;
    border: 1px solid rgb(10, 10, 10);
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.item-reviews-block .list {
    width: 60%;
}

.item-reviews-block .list .review {
    margin-bottom: 40px;
}

.item-reviews-block .list .review .text {
    width: calc(100% - 245px);
}

.item-reviews-block .list .review .text .name {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.item-reviews-block .list .review .text .name .date {
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: lowercase;
}

.item-reviews-block .list .review .text .rating .star {
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url("/img/star.svg");
    vertical-align: middle;
    margin-top: -4px;
}

.item-reviews-block .list .review .text .rating .star.bad {
    background: url("/img/star2.svg");
}

.item-reviews-block .list .review .text p {
    line-height: 16px;
    text-transform: lowercase;
}

.item-reviews-block .list .review .image {
    width: 160px;
}

.item-reviews-block .list .bottom-link {
    display: inline-block;
    text-decoration: none;
    line-height: 21px;
    text-transform: uppercase;
    padding: 0;
    background: none;
    border: none;
    color: #000;
}

.popup2 {
    padding: 32px 24px !important;
}

.popup2 .new-review .thanks {
    padding-top: 72px;
    background: url("/img/thanks.svg") no-repeat 0 0;
}

.popup2 .new-review .thanks h2 {
    text-align: left;
    margin-bottom: 32px;
}

.popup2 .new-review .thanks p {
    line-height: 16px;
    text-transform: lowercase;
}

.popup2 .new-review h2 {
    text-align: center;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

.popup2 .new-review .site-item {
    padding-bottom: 16px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.popup2 .new-review .site-item .image {
    width: 110px;
}

.popup2 .new-review .site-item .image img {
    width: 100%;
}

.popup2 .new-review .site-item .info {
    width: calc(100% - 110px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 12px;
    position: relative;
}

.popup2 .new-review .site-item .info h3 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.popup2 .new-review .site-item .info p {
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
}

.popup2 .new-review .site-item .info .price {
    position: absolute;
    left: 12px;
    bottom: 10px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.popup2 .new-review form .field {
    width: 49%;
    margin-bottom: 32px;
}

.popup2 .new-review form .field p {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.popup2 .new-review form .field input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(111, 111, 111);
    padding: 0 12px;
    text-transform: lowercase;
    border-radius: 0 !important;
}

.popup2 .new-review form .rating {
    margin-bottom: 32px;
}

.popup2 .new-review form .rating p {
    margin-bottom: 5px;
    line-height: 16px;
    text-transform: lowercase;
}

.popup2 .new-review form .rating .rating-area {
    overflow: hidden;
    width: 160px;
}

.popup2 .new-review form .rating .rating-area:not(:checked) > input {
    display: none;
}

.popup2 .new-review form .rating .rating-area:not(:checked) > label {
    float: right;
    width: 32px;
    padding: 0;
    cursor: pointer;
    font-size: 36px;
    line-height: 36px;
    color: rgba(10, 10, 10, 0.2);
}

.popup2 .new-review form .rating .rating-area:not(:checked) > label:before {
    content: "★";
}

.popup2 .new-review form .rating .rating-area > input:checked ~ label {
    color: #000;
}

.popup2 .new-review form .rating .rating-area:not(:checked) > label:hover,
.popup2 .new-review form .rating .rating-area:not(:checked) > label:hover ~ label {
    color: #000;
}

.popup2 .new-review form .rating .rating-area > input:checked + label:hover,
.popup2 .new-review form .rating .rating-area > input:checked + label:hover ~ label,
.popup2 .new-review form .rating .rating-area > input:checked ~ label:hover,
.popup2 .new-review form .rating .rating-area > input:checked ~ label:hover ~ label,
.popup2 .new-review form .rating .rating-area > label:hover ~ input:checked ~ label {
    color: #000;
}

.popup2 .new-review form .rating .rate-area > label:active {
    position: relative;
}

.popup2 .new-review form .uploads {
    margin-bottom: 32px;
}

.popup2 .new-review form .uploads p {
    margin-bottom: 5px;
    line-height: 16px;
    text-transform: lowercase;
}

.popup2 .new-review form .uploads .item {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: relative;
    margin-right: 4px;
}

.popup2 .new-review form .uploads .item .delete {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url("/img/delete.svg");
}

.popup2 .new-review form .uploads .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.popup2 .new-review form .uploads .link {
    background: url("/img/upload.svg");
    display: inline-block;
    width: 64px;
    height: 64px;
}

.popup2 .new-review form .uploads .link.other {
    background: url("/img/upload2.svg");
}

.popup2 .new-review form .textarea {
    margin-bottom: 32px;
}

.popup2 .new-review form .textarea p {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.popup2 .new-review form .textarea .count {
    opacity: 0.4;
    line-height: 16px;
    text-transform: lowercase;
}

.popup2 .new-review form .textarea textarea {
    width: 100%;
    height: 108px;
    border: 1px solid rgb(111, 111, 111);
    padding: 16px 12px;
    text-transform: lowercase;
}

.popup2 .new-review form button {
    width: 226px;
    height: 40px;
    background: none;
    border: 1px solid rgb(10, 10, 10);
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.popup2 .date-select {
    text-align: center;
}

.popup2 .date-select h2 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

.popup2 .date-select .select {
    margin-bottom: 48px;
    padding: 0 50px;
}

.popup2 .date-select .select .radio {
    display: none;
}

.popup2 .date-select .select .radio + label {
    width: 33.333334%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 0 5px 12px 5px;
    line-height: 16px;
    text-transform: lowercase;
    cursor: pointer;
}

.popup2 .date-select .select .radio:checked + label {
    border-bottom: 1px solid #000;
}

.popup2 .date-select .time {
    padding-bottom: 40px;
}

.popup2 .date-select .time .item {
    margin: 0 12px 8px 12px;
    display: inline-block;
    line-height: 16px;
    text-transform: lowercase;
    cursor: pointer;
}

.popup2 .date-select .time .item .checkbox {
    display: none;
}

.popup2 .date-select .time .item .checkbox + label {
    cursor: pointer;
    line-height: 16px;
    text-transform: lowercase;
    padding-left: 25px;
    display: inline-block;
    background: url("/img/checkbox.svg") no-repeat 0 -1px;
}

.popup2 .date-select .time .item .checkbox + label a {
    font-weight: bold;
    text-decoration: none;
}

.popup2 .date-select .time .item .checkbox:checked + label {
    background: url("/img/checkbox2.svg") no-repeat 0 -1px;
}

.popup2 .date-select button {
    width: 137px;
    height: 40px;
    border: 1px solid #0A0A0A;
    font-weight: 700;
    background: none;
    text-transform: uppercase;
    color: #000;
}

.fancybox-slide--html .fancybox-close-small {
    padding: 0 !important;
}

.order-page2 {
    padding: 48px 0 132px;
}

.order-page2:has(.success-page) {
    padding: 48px 0 5px;
}

.order-page2 .back-link {
    width: 21px;
    height: 20px;
    background: url("/img/back.svg");
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 15px;
    display: none;
}

.order-page2 h1 {
    margin-bottom: 36px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.order-page2 .fields {
    width: 50%;
    padding: 0 126px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid rgb(224, 224, 224);
}

.order-page2 .fields h2 {
    margin-bottom: 24px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    /*background: url('/img/check.svg') no-repeat right*/
}

.order-page2 .fields .account {
    margin-bottom: 10px;
    line-height: 21px;
    text-transform: uppercase;
}

.order-page2 .fields .account a {
    text-decoration: none;
}

.order-page2 .fields .inputs {
    padding-bottom: 8px;
}

.order-page2 .fields .inputs input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid rgb(111, 111, 111);
    text-transform: lowercase;
    margin-bottom: 12px;
    border-radius: 0 !important;
}

.order-page2 .fields .inputs input[type=text]::-webkit-input-placeholder {
    color: #0A0A0A;
}

.order-page2 .fields .inputs input[type=text]::-moz-placeholder {
    color: #0A0A0A;
}

.order-page2 .fields .inputs input[type=text]:-ms-input-placeholder {
    color: #0A0A0A;
}

.order-page2 .fields .inputs input[type=text]::-ms-input-placeholder {
    color: #0A0A0A;
}

.order-page2 .fields .inputs input[type=text]::placeholder {
    color: #0A0A0A;
}

.order-page2 .fields .agree {
    margin-bottom: 16px;
}

.order-page2 .fields .agree .checkbox {
    display: none;
}

.order-page2 .fields .agree .checkbox + label {
    cursor: pointer;
    line-height: 16px;
    text-transform: lowercase;
    padding-left: 25px;
    display: inline-block;
    background: url("/img/checkbox.svg") no-repeat 0 0;
}

.order-page2 .fields .agree .checkbox + label a {
    font-weight: bold;
    text-decoration: none;
}

.order-page2 .fields .agree .checkbox:checked + label {
    background: url("/img/checkbox2.svg") no-repeat 0 0;
}

.order-page2 .fields .bottom-text {
    margin-bottom: 30px;
}

.order-page2 .fields .line {
    height: 1px;
    background: rgba(1, 1, 1, 0.1);
    margin-bottom: 36px;
}

.order-page2 .fields .adress {
    margin-bottom: 30px;
}

.order-page2 .fields .adress input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid rgb(111, 111, 111);
    text-transform: lowercase;
    margin-bottom: 12px;
    border-radius: 0 !important;
}

.order-page2 .fields .adress input[type=text]::-webkit-input-placeholder {
    color: #0A0A0A;
}

.order-page2 .fields .adress input[type=text]::-moz-placeholder {
    color: #0A0A0A;
}

.order-page2 .fields .adress input[type=text]:-ms-input-placeholder {
    color: #0A0A0A;
}

.order-page2 .fields .adress input[type=text]::-ms-input-placeholder {
    color: #0A0A0A;
}

.order-page2 .fields .adress input[type=text]::placeholder {
    color: #0A0A0A;
}

.order-page2 .fields .adress p {
    line-height: 16px;
    text-transform: lowercase;
}

.order-page2 .fields .adress p:not(:last-child) {
    margin-bottom: 12px;
}

.order-page2 .fields .shops {
    margin-bottom: 20px;
}

#bx-soa-delivery .shops {
    padding-bottom: 20px;
}

.order-page2 .fields .shops h3 {
    padding-right: 30px;
    background: url("/img/arrow5.svg") no-repeat right;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
}

#bx-soa-delivery .shops h3 {
    padding-right: 30px;
    background: url("/img/arrow5.svg") no-repeat right;
    cursor: pointer;
    text-transform: uppercase !important;
    font-weight: 500;
    padding-bottom: 10px;
}

.order-page2 .fields .shops h3.active {
    background: url("/img/arrow5a.svg") no-repeat right;
}

#bx-soa-delivery .shops h3.active {
    background: url("/img/arrow5a.svg") no-repeat right;
}

.order-page2 .fields .shops .list {
    display: none;
}

#bx-soa-delivery .shops .list {
    padding-top: 5px;
}

.order-page2 .fields .shops .list .item {
    margin: 12px 0;
}

.#bx-soa-delivery .shops .list .item {
    margin: 12px 0;
}

.order-page2 .fields .shops .list .item .checkbox {
    display: none;
}

#bx-soa-delivery .shops .list .item .checkbox {
    display: none;
}

.order-page2 .fields .shops .list .item .checkbox + label {
    padding-left: 30px;
    background: url("/img/checkbox.svg") no-repeat 0 0;
    cursor: pointer;
}

#bx-soa-delivery .shops .list .item .checkbox + label {
    padding-left: 30px;
    background: url("/img/checkbox.svg") no-repeat 0 0;
    cursor: pointer;
}

.order-page2 .fields .shops .list .item .checkbox + label .name {
    margin-bottom: 5px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 700;
}

#bx-soa-delivery .shops .list .item .checkbox + label .name {
    margin-bottom: 5px;
    line-height: 21px;
    text-transform: uppercase !important;
    font-weight: 700;
    font-size: 14px;
}

.order-page2 .fields .shops .list .item .checkbox + label .price {
    margin-bottom: 5px;
    line-height: 21px;
    text-transform: uppercase;
}

#bx-soa-delivery .shops .list .item .checkbox + label .price {
    margin-bottom: 5px;
    line-height: 21px;
    text-transform: uppercase !important;
}

.order-page2 .fields .shops .list .item .checkbox + label .time {
    width: 100%;
    text-align: right;
}

#bx-soa-delivery .shops .list .item .checkbox + label .time {
    width: 100%;
    text-align: right;
}

.order-page2 .fields .shops .list .item .checkbox + label .time i {
    display: inline-block;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 16px;
    text-transform: lowercase;
    padding: 4px;
    background: rgb(10, 10, 10);
}

#bx-soa-delivery .shops .list .item .checkbox + label .time i {
    display: inline-block;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 16px;
    text-transform: lowercase;
    padding: 4px;
    background: rgb(10, 10, 10);
}

.order-page2 .fields .shops .list .item .checkbox:checked + label {
    background: url("/img/checkbox2.svg") no-repeat 0 0;
}

#bx-soa-delivery .shops .list .item .checkbox:checked + label {
    background: url("/img/checkbox2.svg") no-repeat 0 0;
}

.order-page2 .fields .payment {
    padding-bottom: 40px;
}

.order-page2 .fields .payment .checkbox {
    display: none;
}

.order-page2 .fields .payment .checkbox + label {
    display: block;
    cursor: pointer;
    line-height: 16px;
    text-transform: lowercase;
    padding-right: 25px;
    background: url("/img/checkbox.svg") no-repeat right;
    margin-bottom: 15px;
}

.order-page2 .fields .payment .checkbox:checked + label {
    background: url("/img/checkbox2.svg") no-repeat right;
}

.order-page2 .fields button {
    width: 100%;
    height: 40px;
    border: 1px solid #0A0A0A;
    font-weight: 700;
    background: none;
    text-transform: uppercase;
    color: #000;
}

.order-page2 .results {
    width: 50%;
    padding: 0 126px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.order-page2 .results button {
    width: 100%;
    height: 56px;
    color: #fff !important;
    background: #000;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
}

.order-page2 .results table {
    width: 100%;
    border-bottom: 1px solid rgb(224, 224, 224);
    margin-bottom: 20px;
}

.order-page2 .results table tr.big td {
    font-weight: 800;
}

.order-page2 .results table tr td {
    padding: 0 0 12px 0;
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
}

.order-page2 .results table tr td:last-child {
    padding-left: 10px;
    text-align: right;
}

.order-page2 .results .present {
    background: rgb(246, 246, 246);
    margin-bottom: 24px;
}

.order-page2 .results .present .image {
    width: 144px;
    height: 144px;
    font-size: 0;
    display: table-cell;
    vertical-align: middle;
}

.order-page2 .results .present .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.order-page2 .results .present .info {
    display: table-cell;
    vertical-align: top;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    padding: 12px;
    position: relative;
}

.order-page2 .results .present .info h4 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.order-page2 .results .present .info p {
    position: absolute;
    left: 12px;
    bottom: 12px;
    font-weight: bold;
}

.order-page2 .results .list h3 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.order-page2 .results .list .item {
    margin-bottom: 16px;
}

.order-page2 .results .list .item .image {
    width: 110px;
    height: 110px;
    font-size: 0;
}

.order-page2 .results .list .item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.order-page2 .results .list .item .info {
    width: calc(100% - 110px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 12px;
    position: relative;
}

.order-page2 .results .list .item .info h3 {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.order-page2 .results .list .item .info p {
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
}

.order-page2 .results .list .item .info button {
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 169px;
    height: 44px;
    border: 1px solid rgb(0, 0, 0);
    background: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #000 !important;
}

.order-page2 .results .list .item .info .bottom {
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
}

.order-page2 .results .list .item .info .bottom .items {
    line-height: 21px;
}

.order-page2 .results .list .item .info .bottom .price {
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.order-page2 .results .list .item .info .bottom .price .old {
    font-weight: 400;
    text-decoration-line: line-through;
}

.success-page {
    padding: 48px 0 110px;
}

.success-page .back-link {
    width: 21px;
    height: 20px;
    background: url("/img/back.svg");
    display: inline-block;
    margin-bottom: 20px;
    display: none;
}

.success-page h1 {
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.success-page .content {
    text-align: center;
}

.success-page .content .content2 {
    display: inline-block;
    text-align: left;
    padding-top: 65px;
    background: url("/img/success.svg") no-repeat 0 0;
}

.success-page .content .content2 h2 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.success-page .content .content2 p {
    line-height: 16px;
    text-transform: lowercase;
    width: 100%;
    margin: auto;
    max-width: 700px;
    margin-bottom: 20px;
}

.popup3 {
    padding: 0 !important;
}

.popup3 .banner {
    text-align: center;
    padding: 140px 25px 40px 46%;
}

.popup3 .banner h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.popup3 .banner .price {
    margin-bottom: 120px;
    font-size: 32px;
    line-height: 1;
    text-transform: lowercase;
}

.popup3 .banner .image {
    margin-bottom: 12px;
    display: none;
}

.popup3 .banner .image img {
    max-width: 170px;
}

.popup3 .banner button {
    width: 142px;
    height: 40px;
    border: 1px solid #0A0A0A;
    font-weight: 700;
    background: none;
    text-transform: uppercase;
    color: #000;
}

.popup3 .banner button.w100 {
    width: 100%;
}

.subscribe-fixed-block {
    position: fixed;
    left: 0;
    bottom: 105px;
    z-index: 6;
    color: #fff;
    background: rgb(10, 10, 10);
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    width: 30px;
    height: 152px;
    cursor: pointer;
    display: none;
}

.subscribe-fixed-block.active {
    display: block;
}

.subscribe-fixed-block .close {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 18px;
    height: 18px;
    background: url("/img/close5.svg");
}

.subscribe-fixed-block p {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: -38px;
    bottom: 55px;
}

.special-subscribe-button button {
    height: 36px;
    width: 131px;
    color: #0A0A0A;
    text-align: center;
    font-family: Circe;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #000;
}

.discount-banner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 25;
    display: none;
}

.discount-banner.active {
    display: block;
}

.discount-banner .wrap {
    max-width: 100% !important;
}

.discount-banner .window {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 800px;
    background: #fff;
    padding: 32px 20px 20px;
}

.discount-banner .window .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url("/img/close6.svg");
}

.discount-banner .window h3 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
    text-transform: lowercase;
}

.discount-banner .window p {
    margin-bottom: 40px;
    line-height: 16px;
    text-transform: lowercase;
}

.discount-banner .window input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(10, 10, 10);
    padding: 0 12px;
    text-transform: lowercase;
    background: none;
    margin-bottom: 8px;
    border-radius: 0 !important;
}

.discount-banner .window button {
    width: 100%;
    height: 40px;
    border: 1px solid #0A0A0A;
    font-weight: 700;
    background: none;
    text-transform: uppercase;
    color: #000;
}

.fixed-cookies-block {
    position: fixed;
    right: 16px;
    bottom: 16px;
    background: #fff;
    z-index: 40;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 600px;
    padding: 24px;
    display: none;
}

.fixed-cookies-block div {
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
    text-transform: lowercase;
}

.fixed-cookies-block div button {
    margin-left: 24px;
    width: 105px;
    height: 40px;
    border: 1px solid #0A0A0A;
    font-weight: 700;
    background: none;
    text-transform: uppercase;
    color: #000;
}

.cart-bottom-fixed-block {
    position: fixed;
    left: 0;
    bottom: 52px;
    width: 100%;
    padding: 10px 0 0 0;
    background: #fff;
    z-index: 10;
    display: none;
}

.cart-bottom-fixed-block .wrap {
    /*display: table;*/
    width: 100%;
    padding: 0 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-bottom-fixed-block .wrap div {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
}

.cart-bottom-fixed-block .wrap div:last-child {
    width: 100%;
}

.cart-bottom-fixed-block .wrap div .price {
    display: block;
    white-space: nowrap;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: -0.03em;
    text-align: center;
}

.cart-bottom-fixed-block .wrap div button {
    width: 100%;
    height: 40px;
    background: none;
    border: 1px solid #0A0A0A;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.cart-bottom-fixed-block2 {
    position: fixed;
    left: 0;
    bottom: -100px;
    width: 100%;
    padding: 8px 0;
    background: #fff;
    z-index: 10;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.cart-bottom-fixed-block2 .item div {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.cart-bottom-fixed-block2 .item div.cart-bottom-fixed__price {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cart-bottom-fixed-block2 .item div span {
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    color: #0A0A0A;
    white-space: nowrap;
}

.cart-bottom-fixed-block2 .item div img {
    width: 63px;
    max-width: 63px;
    margin-right: 12px;
}

.cart-bottom-fixed-block2 .item div.cart-bottom-fixed__name-price {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
}

.cart-bottom-fixed-block2 .item {
    display: flex;
    align-items: center;
    flex: 1;
}

.cart-bottom-fixed__price .old {
    color: #0A0A0A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
    text-transform: uppercase;
    opacity: 0.5;
}

.cart-bottom-fixed__price .discount {
    color: #0A0A0A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 8px;
    text-transform: uppercase;
    padding: 2px 3px;
    background: #F6F6F6;
}


.cart-bottom-fixed-block2 .button {
    /*padding-top: 13px;*/
    display: flex;
    align-items: center;
}

.cart-bottom-fixed-block2 .button button {
    background: none;
    width: 366px;
    height: 40px;
    border: 1px solid #0A0A0A;
    text-transform: uppercase;
    font-weight: 700;
    /*margin-right: 5px;*/
    vertical-align: middle;
}

.cart-bottom-fixed-block2 .button .fav-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("/img/fav-link5.svg");
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 18px;
}

.cart-bottom-fixed-block2 .button .fav-link.noactive {
    background: url("/img/fav-link3.svg");
}

.cart-bottom-fixed-block2.active {
    bottom: 0;
}

.blackBlock {
    background: #000;
    color: #fff;
}

.blackBlock button {
    background: #fff !important;
}

.footer.active {
    padding-bottom: 115px;
}

.seeAlso {
    text-transform: uppercase;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.about-block_1 {
    position: relative;
    margin-bottom: 100px;
}

.about-block_1 .about-block_1__image {
    width: 100%;
    aspect-ratio: 2.2164;
    background: url("/img/088899.png") center no-repeat #d2d2d2;
    z-index: 10;
    position: relative;
}

.about-block_1 .about-block_1__text {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
    margin-top: -140px;
    z-index: 18;
    position: relative;
    letter-spacing: -3%;
}

.about-block_2 {
    max-width: 900px;
    margin: 70px auto;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
}

.about-block_2 span {
    display: block;
}

.about-block_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-block_3 .about-block_3__image {
    width: 49%;
}

.about-block_3 .about-block_3__image .about-block_3__picture {
    width: 100%;
    aspect-ratio: 1/1;
    background: url("/img/olga.png") center;
    background-size: cover;
}

.about-block_3 .about-block_3__text {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px 0 60px;
    text-align: left;
}

.about-block_3 .about-block_3__text span {
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.about-block_3 .about-block_3__text p {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.about-block_4 {
    max-width: 870px;
    margin: 70px auto;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
}

.about-block_5 {
    width: 100%;
    aspect-ratio: 2.44;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 70px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    background: url("/img/about_bg.png") center left;
    background-size: contain;
    margin-bottom: 70px;
}

.about-block_5 span {
    max-width: 790px;
    text-align: center;
}

.about-block_6 {
    display: none;
}

.about-block_6 .about-block_6__image {
    width: calc(100% + 40px);
    aspect-ratio: 1.15;
    background: url("/img/df50d76075edcb311f5c0689fe1fa2f4.png") top right;
    background-size: cover;
    margin: 0 -20px;
}

.about-block_6 .about-block_6__text {
    padding: 40px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.promo-banner h2 {
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    margin-top: 40px;
    line-height: 1.2;
}

.promo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.promo-item .promo-item__image {
    width: 50%;
}

.promo-item .promo-item__image .promo-item__image-desktop {
    width: 100%;
    aspect-ratio: 2.4846;
    background-size: cover;
}

.promo-item .promo-item__image .promo-item__image-mob {
    position: relative;
    width: 100%;
    aspect-ratio: 0.8091;
    background-size: cover;
    display: none;
}

.promo-item .promo-item__image .promo-item__image-mob span {
    position: absolute;
    padding: 10px 12px 6px;
    top: 8px;
    right: 8px;
    background: #FFFFFF;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
}

.promo-item .promo-item__content {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
}

.promo-item .promo-item__content .promo-item__content_title {
    font-size: 28px;
    font-weight: 700;
}

.promo-item .promo-item__content .promo-item__content_text {
    margin: 40px 0;
    line-height: 1.2;
    text-transform: lowercase;
}

.promo-item .promo-item__content .promo-item__content_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #0A0A0A;
    text-decoration: none;
    width: 100%;
    max-width: 232px;
    height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.promo-item-detail {
    margin: 48px 0;
}

.promo-item-detail .wrap {
    max-width: 728px;
}

.promo-item-detail h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 48px;
}

.promo-item-detail .promo-item-detail__image {
    margin: 0 0 48px;
}

.promo-item-detail .promo-item-detail__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    text-transform: lowercase;
    color: #0A0A0A;
}

.promo-item-detail .promo-item-detail__image .promo-item-detail__image-desktop {
    width: 100%;
    aspect-ratio: 2.4846;
    background-size: cover;
}

.promo-item-detail .promo-item-detail__image .promo-item-detail__image-mob {
    position: relative;
    width: 100%;
    aspect-ratio: 0.8091;
    background-size: cover;
    display: none
}

.exclusive-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px 80px;
}

.exclusive-items .exclusive-item {
    margin: 0 4px;
    width: calc(33.33% - 8px);
}

.exclusive-items .exclusive-item__bg {
    width: 100%;
    aspect-ratio: 1.377;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    padding: 0 10px 24px;
    line-height: 1;
}

.exclusive-items .exclusive-item__bg .exclusive-item__text {
    width: 100%;
}

.exclusive-items .exclusive-item__bg .exclusive-item__text div {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -5%;
    margin-bottom: 5px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    overflow: auto;
    max-height: 500px;
}

.navi .bx-breadcrumb-item {
    display: inline-block;
}

.load-more-items {
    position: relative;
    background: none;
    height: 40px;
    border: 1px solid rgb(10, 10, 10);
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    margin-top: 30px;
    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;
}

.load-more-items.loading {
    pointer-events: none;
    opacity: 0.6;
}

.no-products-text {
    font-size: 16px;
    text-transform: lowercase;
    height: 200px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.index-catalog-block .list .slick-track {
    display: flex;
}

.item-page .content .content-header {
    flex-wrap: nowrap;
}

.present-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.basket-coupon-alert .close-link {
    cursor: pointer;
    display: inline-block;
    min-width: 20px;
    height: 20px;
    background: url(/img/clear2.svg) no-repeat center / 20px;
}

.basket-coupon-alert-section {
    margin-top: 10px;
    margin-bottom: 15px;
}

.basket-coupon-alert-section .basket-coupon-alert {
    padding: 5px 12px;
    color: #E0E0E0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    background: #FBFBFB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
    min-height: 40px;
}

.basket-coupon-alert .basket-coupon-text {
}

.basket-coupon-alert-section .basket-coupon-alert strong {
    color: #0A0A0A;
    font-weight: 700;
    text-transform: uppercase;
    word-break: break-word;
}

.basket-coupon-alert-section .basket-coupon-dash {
    color: #0A0A0A;
    font-weight: 300;
    margin: 0 6px;
}

.basket-coupon-alert-section .basket-coupon-status {
}

.choose-present {
    background: #000;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    margin-top: 10px;
}

.cart-bottom-fixed-block2 .item div.price-wrapper {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.cart-bottom-fixed-block2 .item div.price-wrapper .old {
    color: #0A0A0A;
    text-decoration-line: line-through;
    text-transform: uppercase;
    opacity: 0.5;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.cart-bottom-fixed-block2 .item div.price-wrapper .discount {
    color: #0A0A0A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.cart-bottom-fixed__name div {
    display: block !important;
    line-height: 1 !important;
}

.cart-bottom-fixed-block2 .item .cart-bottom-fixed__name-main {
    font-size: 25px;
    margin-bottom: 4px;
}

.cart-bottom-fixed-block2 .item .cart-bottom-fixed__name-sub {
    font-size: 14px;
    font-weight: 350;
}

.loader {
    background: rgba(0, 0, 0, 0.05);
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}

.loader .loader_inner {
    animation: animate 0.9s linear infinite;
    clip: rect(0, 80px, 80px, 40px);
    height: 80px;
    width: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}

@keyframes animate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(220deg)
    }
}

.loader .loader_inner:after {
    animation: animate2 0.9s ease-in-out infinite;
    clip: rect(0, 80px, 80px, 40px);
    content: '';
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute;
}

@keyframes animate2 {
    0% {
        box-shadow: inset #000 0 0 0 17px;
        transform: rotate(-140deg);
    }

    50% {
        box-shadow: inset #000 0 0 0 2px;
    }

    100% {
        box-shadow: inset #000 0 0 0 17px;
        transform: rotate(140deg);
    }
}

#air-datepicker-global-container .air-datepicker-body--day-name {
    color: #000;
    font-weight: 600;
}

#air-datepicker-global-container .air-datepicker-cell,
#air-datepicker-global-container .air-datepicker-nav--title,
#air-datepicker-global-container .air-datepicker-nav--action,
#air-datepicker-global-container .air-datepicker {
    border-radius: 0 !important;
}

#air-datepicker-global-container .air-datepicker-cell.-selected- {
    background: #000;
}

.not-authorized-message {
    text-align: center;
    padding: 100px 0;
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
}

.not-authorized-text {
    color: #0A0A0A;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: lowercase;
    margin-top: 24px;
    margin-bottom: 40px;
}

.not-authorized-link {
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #0A0A0A;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #000;
    transition: background 0.3s ease, color 0.3s ease;
    height: 40px;
    width: 100%;
    max-width: 200px;
}

.not-authorized-title {
    color: #0A0A0A;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.14px;
    text-transform: lowercase;
}

.order-page2 .not-authorized-link {
    max-width: 400px;
    white-space: nowrap;
    padding: 9px 0 11px;

    border: 1px solid #0A0A0A;
    background: #0A0A0A;
    color: #fff;
}

.not-authorized-link:hover {
    /*background: #000;*/
    /*color: #fff;*/
}

.order-empty-message {
    text-align: center;
    padding: 100px 30px;
}

.order-empty-text {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: lowercase;
}

.order-empty-link {
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #0A0A0A;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #000;
    transition: background 0.3s ease, color 0.3s ease;
    height: 40px;
    width: 100%;
    max-width: 300px;
}

.order-empty-link:hover {
    background: #000;
    color: #fff;
}

.video .ya-share2 .ya-share2__popup .ya-share2__list .ya-share2__item {
    margin-bottom: 4px;
}

.video .ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) {
    border-radius: 0;
}

.video .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    opacity: 0;
}

.tutorial-block .progress-wrapper {
    margin-top: 20px;
}

.tutorial-block .progress {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 17px;
    cursor: pointer;

    background-color: transparent;
    background-image: linear-gradient(to right,
    #fff 0%,
    #fff var(--val, 0%),
    rgba(255, 255, 255, 0.4) var(--val, 0%),
    rgba(255, 255, 255, 0.4) 100%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: center;
}

.tutorial-block .progress::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0;
    height: 0;
}

.tutorial-block .progress::-moz-range-thumb {
    appearance: none;
    width: 0;
    height: 0;
}

.tutorial-block .progress::-moz-range-track {
    background: transparent;
}

.contacts-page .map .ymaps-2-1-79-balloon__layout {
    border: 3px solid #000000;
}

.contacts-page .map .ymaps-2-1-79-balloon__tail {
    border: 3px solid #000000;
}

.contacts-page .map .ymaps-2-1-79-balloon {
    padding: 0;
    box-shadow: none;
}

.contacts-page .map .ymaps-2-1-79-balloon__close {
    right: 4px;
}

.base-balloon-content h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.base-balloon-content p {
    margin-bottom: 10px;
    text-transform: lowercase;
    line-height: 16px;
}

.base-balloon-content ul li:nth-child(1) {
    background: url("/img/contacts1.svg") no-repeat 0 2px;
}

.base-balloon-content ul li:nth-child(2) {
    background: url("/img/contacts2.svg") no-repeat 0 2px;
}

.base-balloon-content ul li:nth-child(3) {
    background: url("/img/contacts3.svg") no-repeat 0 2px;
    margin-bottom: 0;
}

.base-balloon-content ul li {
    margin-bottom: 2px;
    padding-left: 22px;
}

.shop-balloon {
    display: flex;
    gap: 18px;
}

.shop-balloon img {
    max-width: 100%;
    max-height: 50px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.shop-balloon .shop-balloon__title {
    font-size: 14px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.shop-balloon .shop-balloon__content {
    line-height: 16px;
    text-transform: lowercase;
}

.tutorial-block .products-list .list .item {
    width: 100%;
}

.tutorial-block .index-catalog-block {
    padding-bottom: 0;
}

#tutorial-list.flex {
    justify-content: flex-start;
    margin-left: -7.3px;
    margin-right: -7.3px;
}

#searchWrap.single-col .list2,
#searchWrap.single-col .list3 {
    flex: 1 1 100%;
}

#searchWrap.single-col .hidden {
    display: none !important;
}

.search-block .field {
    position: relative;
}

.search-block .field .clear {
    display: none;
}

.search-block .field .btn-search.hidden,
.search-block .field .clear.hidden {
    opacity: 0;
    pointer-events: none;
}

.wrap-flex-center {
    display: flex;
    justify-content: center;
}

#searchLoader {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

#searchLoader .loading-search {
    animation: animate 0.9s linear infinite;
    clip: rect(0, 80px, 80px, 40px);
    height: 80px;
    width: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}

#searchLoader .loading-search:after {
    animation: animate2 0.9s ease-in-out infinite;
    clip: rect(0, 80px, 80px, 40px);
    content: '';
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute;
}

.video-items__btn {
    display: none;
    height: 40px;
    width: 100%;
    border: 1px solid #FFF;
    margin-top: 20px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

.video-items__btn svg {
    margin-left: 4px;
}

.news-page-title {
    font-size: 48px;
    text-transform: uppercase;
    padding: 24px 0;
    margin-top: 24px;
    line-height: 50px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    justify-content: center;
    column-gap: 8px;
    row-gap: 64px;
    margin-bottom: 64px;
}

.news-grid .news-item {
    width: 100%;
    text-align: start;
    display: flex;
    flex-direction: column;
}

.news-item .news-image {
    width: 100%;
    height: 350px;
    display: flex;
    overflow: hidden;
    margin-bottom: 8px;
}

.news-item .news-image img {
    object-fit: cover;
    width: 100%;
}

.news-item .news-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.news-item .news-text .news-date {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 20px;
}

.news-item .news-text .news-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 24px;
}

.news-item .news-text .news-detail-btn {
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: auto;
}

.load-more-wrap {
    width: 100%;
    align-items: center;
}

.news-load-more {
    display: flex;
    border: 1px solid black;
    background: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 auto 64px;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 45px;
    color: #000;
}

.news-detail {
    padding: 48px 0;
}

.news-detail .wrap {
    max-width: 728px;
}

.news-detail .detail-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -3%;
    text-transform: uppercase;
}

.news-detail .detail-image {
    width: 100%;
    max-height: 450px;
    display: flex;
    margin: 64px 0;
}

.news-detail .detail-image img {
    width: 100%;
    object-fit: cover;
}

.news-detail .detail-date {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 48px;
}

.news-detail .detail-content {
    margin-bottom: 64px;
}

.news-detail .detail-content h1,
.news-detail .detail-content h2,
.news-detail .detail-content h3,
.news-detail .detail-content h4,
.news-detail .detail-content h5 {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    line-height: 100% !important;
    font-family: "Circe" !important;
    color: #0A0A0A !important;
    margin-bottom: 24px !important;
    margin-top: 10px !important;
}

.news-detail .detail-content h1 + br,
.news-detail .detail-content h2 + br,
.news-detail .detail-content h3 + br,
.news-detail .detail-content h4 + br,
.news-detail .detail-content div + br {
    display: none;
}

.news-detail hr {
    margin: 20px 0 !important;
    width: 100% !important;
    opacity: 0.3 !important;
}

.news-detail .detail-content div {
    padding-bottom: 16px;
}

.news-detail .detail-content figure {
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
}

.news-detail .detail-content img {
    object-fit: contain;
    max-width: 100%;
    height: auto;
}

.news-detail .detail-content p,
.news-detail .detail-content span,
.news-detail .detail-content big {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    margin-bottom: 16px !important;
    text-transform: lowercase !important;
    font-family: "Circe" !important;
    color: #0A0A0A !important;
}

.news-detail .detail-content p:empty,
.news-detail .detail-content p:has(br:only-child) {
    display: none;
}

.news-detail .news-next-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.news-next-container .news-next-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 480px;
    text-align: right;
}

.news-detail .news-next-container .news-next-text {
    font-size: 14px;
    line-height: 16px;
    text-transform: lowercase;
    padding-bottom: 14px;
    text-decoration: none;
}

.news-detail .news-next-container .news-next-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 32px;
}

.news-detail .news-next-container .news-next-btn {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    text-decoration: none;
}

.news-detail .more-btn {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    text-decoration: none;
}

.title-link {
    text-decoration: none;
}

.js-resend-block {
    text-transform: lowercase;
    margin-top: 15px;
}

.js-resend-block a {
    text-decoration: none;
}

.js-input-code.is-locked,
.js-input-reg-code.is-locked {
    background: #f4f4f4;
    color: #999;
    cursor: not-allowed;
}

.code-input-wrap {
    position: relative;
}

.js-input-code.is-loading,
.js-input-reg-code.is-loading {
    background: #f4f4f4;
    color: #999;
    cursor: progress;
}

.input-spinner {
    position: absolute;
    right: 12px;
    top: 20px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    animation: spin .6s linear infinite;
    pointer-events: none;
}

@keyframes spin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1px;
    width: 160px;
    height: 100px;
    background: #fff;
}

.gallery a {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery--1 a:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}

.gallery--2 a:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / -1;
}

.gallery--2 a:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / -1;
}

.gallery--3 a:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
}

.gallery--3 a:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.gallery--3 a:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.gallery a:nth-child(n+5) {
    display: none;
}

.gallery a.more::after {
    content: attr(data-more);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Circe;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    background: rgba(0, 0, 0, .50);
}

#mobile-open-cart {
    background: url(/img/header-link4.svg) no-repeat center / 25px;
}

#mobile-open-cart.active {
    background: url(/img/header-link4a.svg) no-repeat center / 25px;
}

#mobile-favorites-link {
    background: url(/img/header-link2.svg) no-repeat center / 25px;
}

#mobile-favorites-link.active {
    background: url(/img/header-link2a.svg) no-repeat center / 25px;
}

.mob-menu {
    display: none;
}

.SmartCaptcha-Shield {
    display: none !important;
}

.item-page .videos-page {
    /*display: flex;*/
}

.f-button[data-fullscreen-action],
.f-button[data-autoplay-action],
.f-button[data-panzoom-action] {
    display: none !important;
}


.discount-banner .window input[type=email] {
    width: 100%;
    height: 40px;
    border: 1px solid #0A0A0A;
    padding: 0 12px;
    text-transform: lowercase;
    background: none;
    margin-bottom: 8px;
    border-radius: 0 !important;
}

.f-button.is-arrow {
    border-radius: 0 !important;
}

.settings-error {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.settings-error-alert {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.2;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #f2dede;
    color: #a94442;
    font-weight: 700;
}

#basket-root {
    position: relative;
}

.order-page .content .bottom-data .certificates {
    text-align: left;
    padding-top: 32px;
    margin-top: 10px;
    border-top: 1px solid rgb(224, 224, 224);
}

.order-page .content .bottom-data .certificates-title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.order-page .content .bottom-data .certificates-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.order-page .content .bottom-data .certificates-list li .certificate-link {
    font-size: 16px;
    font-weight: 800;
    width: 100%;
    max-width: 230px;
}

.order-page .content .bottom-data .certificates-list button.download-certificate {
    width: 120px;
    height: 33px;
    font-size: 13px;
}

#bx-panel {
    z-index: 1 !important;
}

.lesson-mob-title {
    display: none;
}

.current-balance {
    padding: 19px 0;
    background: #F6F6F6;
    text-align: center;
    margin-bottom: 50px;
}

.current-balance .balance-title {
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.current-balance .balance-amount {
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
}

.cabinet-page.balance .page-content h2 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}

.certificate-activation {
    display: flex;
    gap: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.balance .certificate-input {
    padding: 15px 12px;
    border-radius: 0;
    border: 1px solid #6F6F6F;
    text-transform: uppercase;
    color: #0A0A0A;
    height: 40px;
    width: 70%;
}

.balance .certificate-input::placeholder {
    text-transform: lowercase;
}

.balance .activate-button {
    border-radius: 0;
    border: 1px solid #0A0A0A;
    text-transform: uppercase;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0A0A0A;
    height: 40px;
    width: 30%;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 0;
}

.balance .activation-desc {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: lowercase;
}

.balance .activation-result {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: lowercase;
    margin-bottom: 20px;
    margin-top: -5px;
}

.balance .activation-result.error {
    color: rgb(230, 70, 70);
}

.balance .activation-result.success {
    color: rgb(32, 160, 32);
}

jdiv .button__Qkvay {
    margin: 0 !important;
    box-shadow: none !important;
}

jdiv ._orientationRight__Sgm5R.wrap__IcdsC {
    bottom: 68px;
    right: 15px;
}

html.jivo-hidden jdiv {
    z-index: -1 !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

