@font-face {
    font-family: "HelveticaNeue";
    src: url(/resource/site/admin/fonts/HelveticaNeue-l.woff2);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HelveticaNeue";
    src: url(/resource/site/admin/fonts/HelveticaNeue-r.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HelveticaNeue";
    src: url(/resource/site/admin/fonts/HelveticaNeue-m.woff2);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HelveticaNeue";
    src: url(/resource/site/admin/fonts/HelveticaNeue-b.woff2);
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "OpenSans";
    src: url(/resource/site/admin/fonts/OpenSans-r.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "OpenSans";
    src: url(/resource/site/admin/fonts/OpenSans-sb.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "OpenSans";
    src: url(/resource/site/admin/fonts/OpenSans-b.woff2);
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url(/resource/site/admin/fonts/Montserrat-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "icon";
    src: url(/resource/site/admin/fonts/icons/icon.woff2);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: 'OpenSans', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.4px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
}
body.fixed {
    overflow: hidden;
    padding-right: 17px;
}
.wrapper {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
}
a {
    text-decoration: none;
    transition: 0.2s;
}
a:hover {
    color: #808080;
}
img {
    display: block;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="date"],
textarea,
input[type="tel"],
select,
input[type="submit"] {
    appearance: none;
    border: 1px solid #ccc;
    padding: 13px 15px;
}
input[type="submit"] {
    border: none;
    cursor: pointer;
}
textarea {
    appearance: none;
    resize: vertical;
    min-height: 95px;
    max-height: 300px;
    overflow: auto;
}
input[type="submit"],
button,
.btn {
    -webkit-appearance: none;
    padding: 15px;
    text-transform: uppercase;
    background: #2e2b34;
    border: 1px solid #2e2b34;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.6px;
    transition: 0.2s;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0;
}
input[type="submit"]:hover,
button:hover,
.btn:hover {
    color: #2e2b34;;
    background: #fff;
}
.btn-black {
    width: 200px;
    position: relative;
    align-self: center;
    background: #2e2b34;
    border: 1px solid #2e2b34;
    z-index: 1;
    overflow: hidden;
}
.btn-black::after {
    content: "";
    background: #fff;
    position: absolute;
    z-index: -1;
    padding: 0.85em 0.75em;
    display: block;
    transition: all 0.35s;
    border-radius: 50%;
    left: -50%;
    right: -50%;
    top: -150%;
    bottom: -150%;
    transform: scale(0, 0);
}
.btn-black:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(1,2);
}
.btn-black:hover {
    color: #2e2b34;
}
input[placeholder] {
    text-overflow: ellipsis;
}
::-webkit-input-placeholder {
    color: #a0a0a0;
    font-family: 'HelveticaNeue', sans-serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
    transition: 0.3s;
}
:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    box-shadow: inset 0 0 0 50px #fff !important;
}
:focus::-webkit-input-placeholder {
    color: transparent;
    transition: 0.3s;
}
::selection {
    background-color: rgba(35, 33, 22, 0.7);
    color: #fff;
}
.input {
    position: relative;
}
.input input,
.input textarea,
.input select {
    width: 100%;
    border-radius: 8px;
}
.input label {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 11px);
    left: 10px;
    color: #afb4bb;
    padding: 0 7px 0 9px;
    background: #fff;
    transform: translateY(0);
    transition: all 0.2s ease;
}
.input textarea + label {
    top: 13px;
}
.input input:focus + label,
.input textarea:focus + label,
.fixed > label,
.input select + label {
    font-size: 12px;
    transform: translateY(-22px);
    background: linear-gradient(to top, rgba(255, 255, 255, 0.1) 5%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}
.radio-box,
.check-box {
    position: relative;
}
.radio-box input,
.check-box input {
    display: none;
}
.radio-box label,
.check-box label {
    display: flex;
    cursor: pointer;
}
.radio-box label::before,
.check-box label::before {
    content: '';
    margin-right: 8px;
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
    border-radius: 3px;
    border: 1px solid #2e2b34;
    margin-top: 1px;
}
.radio-box label::before {
    border-radius: 50%;
}
.radio-box label::after {
    content: '';
    position: absolute;
    width: 11px;
    min-width: 11px;
    height: 11px;
    min-height: 11px;
    border-radius: 50%;
    background: #2e2b34;
    top: 4px;
    left: 3px;
    transition: 0.3s;
    transform: scale(0);
}
.radio-box input[type=radio]:checked + label::after {
    transform: scale(1);
}
.check-box input[type=checkbox]:checked + label::after {
    content: '\e938';
    font-family: 'icon';
    font-size: 17px;
    font-weight: bold;
    color: #2e2b34;
    position: absolute;
    top: -1px;
    left: 3px;
}
.radio-box input[type=radio]:disabled + label {
    cursor: no-drop;
    color: #afb4bb;
    text-decoration: line-through dotted #ce2d2b;
    text-decoration-thickness: 1px;
}
.radio-box input[type=radio]:disabled + label::before {
    border: 1px solid #afb4bb;
}
.main {
  position: relative;
  width: 100%;
  height: 0;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  order: -1;
  transition: all .3s;
}
.main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
}
.main > img {
  height: 100vh;
  object-fit: cover;
}
.main .content {
  position: absolute;
  top: calc(100% / 11);
  left: 8%;
  max-width: 570px;
  display: flex;
  flex-direction: column;
  z-index: 99;
}
.main .content::before {
  position: absolute;
  left: -35px;
  top: -65px;
  content: "\e907";
  font-size: 107px;
  font-family: 'icon';
  color: rgba(65, 61, 70, 0.08);
  z-index: 98;
}
.main .content .text {
  font-family: 'HelveticaNeue', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0.6px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.main .content span {
  font-family: 'HelveticaNeue', sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
}
.main .content img {
  width: 100%;
  max-width: 335px;
  margin: 0 auto 0 0;
}
.main .click {
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 0.15px;
  left: calc(50% - 60px);
  bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
}
.main .click::before {
  content: "";
  width: 10px;
  min-width: 10px;
  height: 10px;
  border: 1px solid #2e2b34;
  border-radius: 50%;
  margin-bottom: 7px;
}
header .top {
    background: #2e2b34;
    position: relative;
    height: 70px;
}
header .top .wrapper {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 12px;
    height: 100%;
}
header .top .wrapper a,
header .top .wrapper .login,
header .top .wrapper .search,
header .top .wrapper .search span,
header .top .wrapper .lang div,
header .top .wrapper .lang span {
    font-family: 'HelveticaNeue', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.2px;
    margin-right: 48px;
}
header .top .wrapper .lang {
    margin-right: 48px;
}
header .top .wrapper .account,
header .top .wrapper .login,
header .top .wrapper .lang {
    letter-spacing: 0.5px;
    display: none;
}
header .top .wrapper .login {
    padding: 0;
    background: unset;
    text-transform: none;
    display: flex;
}
header .top .wrapper .login:hover {
    background: unset;
    color: #fff;
}
header .top .wrapper .account {
  display: flex;
}
header .top .wrapper .mail {
    margin-right: auto;
    letter-spacing: 0.5px;
    line-height: 18px;
}
header .top .wrapper .search {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 0;
}
header .top .wrapper .search::before {
    content: "\e903";
    font-size: 12px;
    font-family: 'icon';
    margin-right: 6px;
}
header .top .wrapper form {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background: #f7f7f7;
    overflow: hidden;
    max-height: 0;
    transition: 0.35s;
}
header .top .wrapper form.show {
    max-height: 125px;
}
header .top .wrapper form .cont {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: flex-end;
    position: relative;
}
header .top .wrapper form .cont .close {
    position: absolute;
    top: 15px;
    right: 0;
    cursor: pointer;
}
header .top .wrapper form .cont .close::after {
    content: "\e908";
    font-size: 12px;
    font-family: 'icon';
    color: #707070;
}
header .top .wrapper form .cont input[type="search"] {
    background: #f7f7f7;
    border: none;
    border-bottom: 1px solid #c7c3cc;
    width: 100%;
    padding: 13px 20px 13px 8px;
}
header .top .wrapper form .cont input[type="submit"] {
    display: none;
}
header .top .wrapper form .cont input[type="submit"] + label {
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
    cursor: pointer;
}
header .top .wrapper form .cont input[type="submit"] + label::after {
    content: "\e903";
    font-size: 12px;
    font-family: 'icon';
    color: #707070;
}
header .top .wrapper .cart {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    margin-right: 35px;
    /* display: none; */
}
header .top .wrapper .cart::before {
    content: "\e904";
    font-size: 14px;
    font-weight: normal;
    font-family: 'icon';
    margin-right: 6px;
}
header .top .wrapper .cart:hover {
    background: unset;
}
.cart-success {
  max-width: 276px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(46, 43, 52, 0.8);
  border-radius: 10px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  max-height: 50px;
  padding: 15px 15px 15px 20px;
  overflow: hidden;
  transition: all .3s;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.cart-success.show {
    opacity: 1;
    z-index: 100;
}
.cart-success .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: #27ae60;
  border-radius: 100%;
  margin-right: 10px;
}
.cart-success .icon::before {
  content: '\e938';
  font-family: 'icon';
  font-size: 12px;
  color: #fff;
}
.cart-success .text {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.window-cart {
    display: flex;
    left: 100%;
    z-index: 99;
    background: unset;
    padding: 0;
    justify-content: flex-end;
    overflow: unset;
    transition: left 1s, background 0s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
}
.window-cart.show {
    background: rgba(50, 50, 50, 0.5);
    left: 0;
    z-index: 100;
    transition: left 0.1s, background 0.2s 0.1s;
}
.window-cart .cart-body {
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    animation: not-show 0.8s forwards;
    width: 100%;
}
.window-cart.show .cart-body {
    animation: show-basket 0.8s forwards;
}
@keyframes not-show {
    0% {
        transform: translateX(0);
        opacity: 1;
        max-width: 375px;
    }
    20% {
        transform: translateX(0);
        opacity: 1;
        max-width: 390px;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(326px);
        max-width: 375px;
        opacity: 0;
    }
}
@keyframes show-basket {
    0% {
        transform: translateX(316px);
        max-width: 375px;
        opacity: 0;
    }
    50% {
        transform: translateX(0);
        opacity: 1;
        max-width: 390px;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
        max-width: 375px;
    }
}
.window-cart .cart-title {
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #eee;
    width: 100%;
    margin-bottom: 0;
    height: 70px;
    min-height: 70px;
}
.window-cart .cart-title h2 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}
.window-cart .cart-body .close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.window-cart .cart-body .close::after {
    content: '\e92a';
    font-family: 'icon';
    transform: rotate(45deg);
    display: block;
    font-size: 24px;
    font-weight: 400;
}
.window-cart .cart-body .content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.window-cart .cart-body .content .empty {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    min-width: 308px;
}
.window-cart .cart-body .content .empty .empty-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #121212;
    margin-bottom: 15px;
    text-align: center;
}
.window-cart .cart-body .content .empty .empty-text {
    font-weight: 600;
    line-height: 24px;
    color: #a5a5a5;
    margin-bottom: 50px;
    text-align: center;
    max-width: 225px;
}
.window-cart .cart-body .content .goods {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: auto;
    padding-bottom: 75px;
}
.window-cart .cart-body .content .goods::-webkit-scrollbar {
    width: 2px;
}
.window-cart .cart-body .content .goods::-webkit-scrollbar-thumb {
    width: 2px;
    border-radius: 2px;
    background: #2e2b34;
}
.window-cart .cart-body .content .goods .item {
    padding: 15px 10px 15px 20px;
    display: grid;
    grid-template-columns: 100px 1fr 20px;
    grid-gap: 10px;
    position: relative;
    width: 100%;
    min-width: 355px;
}
.window-cart .cart-body .content .goods .item:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.window-cart .cart-body .content .goods .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.window-cart .cart-body .content .goods .item .parameters {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.window-cart .cart-body .content .goods .item .parameters h2 {
    width: 100%;
    margin-bottom: 10px;
}
.window-cart .cart-body .content .goods .item .parameters h2 a {
    font-size: 15px;
    font-weight: 600;
}
.window-cart .cart-body .content .goods .item .parameters .size {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.window-cart .cart-body .content .goods .item .parameters .size span:first-child {
    margin-right: 8px;
}
.window-cart .cart-body .content .goods .item .parameters .size span:last-child {
    color: #a5a5a5;
}
.window-cart .cart-body .content .goods .item .parameters .price * {
    line-height: 20px;
}
.window-cart .cart-body .content .goods .item .parameters .price {
    margin-bottom: 15px;
}
.window-cart .cart-body .content .goods .item .parameters .col {
    display: flex;
    width: 100%;
    max-width: 100px;
    height: 30px;
    border: 1px solid #2e2b34;
    border-radius: 50px;
}
.window-cart .cart-body .content .goods .item .parameters .col div {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e2b34;
    font-size: 16px;
    font-weight: 400;
}
.window-cart .cart-body .content .goods .item .parameters .col .sum {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    border-left: 1px solid #2e2b34;
    border-right: 1px solid #2e2b34;
    user-select: none;
}
.window-cart .cart-body .content .goods .item .parameters .col .minus,
.window-cart .cart-body .content .goods .item .parameters .col .plus {
    width: 32px;
    min-width: 32px;
    cursor: pointer;
}
.window-cart .cart-body .content .goods .item .parameters .col .minus {
    border-radius: 16px 0 0 16px;
}
.window-cart .cart-body .content .goods .item .parameters .col .minus::before,
.window-cart .cart-body .content .goods .item .parameters .col .plus::before {
    font-family: 'icon';
}
.window-cart .cart-body .content .goods .item .parameters .col .minus::before {
    content: '\e92b';
    margin-top: 1px;
}
.window-cart .cart-body .content .goods .item .parameters .col .plus::before {
    content: '\e92a';
}
.window-cart .cart-body .content .goods .item .del {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.window-cart .cart-body .content .goods .item .del::before {
    content: '\e92a';
    font-family: 'icon';
    font-size: 20px;
    line-height: 22px;
    color: #6f6f6f;
    transform: rotate(45deg);
}
.window-cart .cart-body .content .bottom {
    position: sticky;
    background: #fff;
    bottom: 0;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.window-cart .cart-body .content .bottom .total {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px;
    width: 100%;
}
.window-cart .cart-body .content .bottom .total .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.window-cart .cart-body .content .bottom .total .item:not(:last-child) {
    margin-bottom: 10px;
}
.window-cart .cart-body .content .bottom .total .item span {
    font-weight: 600;
}
.window-cart .cart-body .content .bottom .total .item span:first-child {
    padding-right: 15px;
    font-size: 18px;
}
.window-cart .cart-body .content .bottom .total .item span:last-child {
    color: #a5a5a5;
    padding-left: 15px;
    font-size: 24px;
}
.window-cart .cart-body .content .order {
    max-width: 220px;
    align-self: center;
    margin: 15px auto 15px;
}
.window-cart .cart-body .content .delete-cont {
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.window-cart .cart-body .content .delete-cont h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 65px;
    text-align: center;
    margin-bottom: 40px;
    height: 72px;
    border-bottom: 1px solid #eee;
    width: 100%;
}
.window-cart .cart-body .content .delete-cont .content {
    padding: 0 20px;
}
.window-cart .cart-body .content .delete-cont .text {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.window-cart .cart-body .content .delete-cont .btn {
    width: 100%;
}
.window-cart .cart-body .content .delete-cont .btn:nth-last-child(2) {
    background: #fff;
    color: #2e2b34;
}
.window-cart .cart-body .content .delete-cont .btn:nth-last-child(2):hover {
    background: #2e2b34;
    color: #fff;
}
.window-cart .cart-body .content .delete-cont .btn:last-child {
    margin-top: 20px;
}
header .top .wrapper .lang {
    display: none;
    align-items: center;
}
header .top .wrapper .lang div {
    cursor: pointer;
    color: #736f79;
}
header .top .wrapper .lang div,
header .top .wrapper .lang span {
    letter-spacing: 0.5px;
    margin-right: 0;
}
header .top .wrapper .lang span {
    margin: 0 5px;
}
header .top .wrapper .lang div.selected {
    color: #fff;
}
header .currency {
    position: relative;
}
header .currency .change {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 19px;
    cursor: pointer;
    color: #fff;
    line-height: 19px;
    font-size: 12px;
}
header .currency .change::before {
    content: '\e935';
    font-family: 'icon';
    font-size: 19px;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
header .currency .sub  {
    position: absolute;
    top: calc(100% + 13px);
    width: 40px;
    left: calc(50% - 20px);
    max-height: 0;
    transition: 0.2s;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    overflow: hidden;
}
header .currency .sub.show {
    max-height: 140px;
}
header .currency .sub span {
    padding: 5px 10px;
    background: #fff;
    color: #707070;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    transition: 0.2s;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
header .currency .sub span:first-child {
    border-top: 1px solid #e5e5e5;
}
header .currency .sub span:last-child {
    border-bottom: 1px solid #e5e5e5;
}
header .currency .sub span:hover {
    background: #2e2b34;
    color: #fff;
    border-left: 1px solid #2e2b34;
    border-right: 1px solid #2e2b34;
}
header .currency .sub span:first-child:hover {
    border-top: 1px solid #2e2b34;
}
header .currency .sub span:last-child:hover {
    border-bottom: 1px solid #2e2b34;
}
header .bottom {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding: 20px calc((100% - 1270px) / 2) 15px;
    display: flex;
    align-items: center;
}
header .bottom .logo {
    font-family: 'HelveticaNeue', sans-serif;
    font-size: 41px;
    line-height: 45px;
    font-weight: 400;
    text-transform: uppercase;
    color: #404040;
    margin-right: auto;
}
header .bottom .main-menu .hamburger {
    display: none;
    align-items: center;
    position: relative;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}
header .bottom .main-menu .hamburger span,
header .bottom .main-menu .hamburger span::before,
header .bottom .main-menu .hamburger span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background:#2e2b34;
    transition: 0.25s;
}
header .bottom .main-menu .hamburger span::before {
    content: '';
    top: -8px;
}
header .bottom .main-menu .hamburger span::after {
    content: '';
    top: 8px;
}
header .bottom .main-menu.show .hamburger span {
    transform: rotate(45deg);
}
header .bottom .main-menu.show .hamburger span::before {
    top: 0;
    transform: rotate(0);
}
header .bottom .main-menu.show .hamburger span::after {
    top: 0;
    transform: rotate(90deg);
}
header .bottom .menu > .ws-menu {
    display: flex;
    align-items: center;
}
header .bottom .menu > .ws-menu .item {
    margin-left: 48px;
    height: 23px;
}
header .bottom .menu > .ws-menu .item:hover,
header .bottom .menu > .ws-menu .item.selected {
    border-bottom: 1px solid #2e2b34;
}
header .bottom .menu > .ws-menu .item a,
header .bottom .menu > .ws-menu .item p {
    text-transform: uppercase;
    font-family: 'HelveticaNeue', sans-serif;
    font-size: 17px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 0.6px;
    cursor: pointer;
    display: block;
}
header .bottom .menu > .ws-menu .item.selected a,
header .bottom .menu > .ws-menu .item.selected p {
    font-weight: 500;
}
header .bottom .sub-catalog {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    padding-left: calc((100% - 1270px) / 2);
    overflow: hidden;
    max-height: 0;
    transition: 0.35s;
    z-index: 99;
    background: #fff;
}
header .bottom .sub-catalog.show {
    max-height: 1000px;
    border-bottom: 1px solid #e5e5e5;
}
header .bottom .sub-catalog .ws-menu {
    width: 60%;
    margin-right: 80px;
    display: grid;
    grid-template-columns: repeat(4, 120px);
    grid-template-rows: repeat(8, 30px);
    justify-content: space-between;
    grid-column-gap: 20px;
    padding-top: 38px;
}
header .bottom .sub-catalog .ws-menu .item {
    display: flex;
    flex-direction: column;
}
header .bottom .sub-catalog .ws-menu .item:first-child {
    order: 1;
    grid-area: 1/1/2/2;
}
header .bottom .sub-catalog .ws-menu .item:nth-child(2) {
    order: 5;
    grid-area: 2/1/3/2;
}
header .bottom .sub-catalog .ws-menu .item:nth-child(3) {
    order: 6;
    grid-area: 3/1/4/2;
}
header .bottom .sub-catalog .ws-menu .item:nth-child(4) {
    order: 2;
}
header .bottom .sub-catalog .ws-menu .item:nth-child(5) {
    order: 3;
}
header .bottom .sub-catalog .ws-menu .item:last-child {
    order: 4;
}
header .bottom .sub-catalog .ws-menu > .item > a {
    text-transform: uppercase;
    font-family: 'HelveticaNeue', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.6px;
}
header .bottom .sub-catalog .ws-menu > .item:nth-child(4) > a,
header .bottom .sub-catalog .ws-menu > .item:nth-child(5) > a,
header .bottom .sub-catalog .ws-menu > .item:last-child > a {
    margin-bottom: 13px;
}
header .bottom .sub-catalog .ws-menu .item .sub-menu {
    display: flex;
    flex-direction: column;
}
header .bottom .sub-catalog .ws-menu .item .sub-menu a {
    color: #a5a5a5;
    line-height: 24px;
    margin-bottom: 5px;
}
header .bottom .sub-catalog .ws-menu .item .sub-menu a:hover {
    color:#2e2b34;
}
.product-slider .slider::-webkit-scrollbar-thumb {
    background: url(/resource/site/images/line.png) no-repeat left;
    /* background-position-x: 105px; */
    height: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
.product-slider .slider::-webkit-scrollbar {
    width: 2px;
    height: 6px;
    border-radius: 6px;
}
.product-slider .slider::-ms-clear {
    display: none;
}
.product-slider .slider::-webkit-scrollbar-track {
    margin-right: calc((100% - 1187px) / 2);
    border-radius: 6px;
    /* background: linear-gradient(to top, rgba(255, 255, 255, 0.001) 25%, #e9e7e7ea 30%, rgba(255, 255, 255, 0.001) 65%, rgba(255, 255, 255, 0.001) 100%); */
}
.product-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.img-slider {
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.product-slider .slider,
.img-slider .items {
    display: flex;
    overflow: hidden;
    width: 100%;
    scroll-behavior: smooth;
}
.img-slider .items {
    position: relative;
    margin-bottom: 16px;
}
.product-slider .slider .items {
    width: 100%;
    position: relative;
    display: flex;
    transition: 0.7s;
    left: 0;
}
.product-slider .slider .items::before {
    content: '';
}
.product-slider .slider .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 296px;
    min-width: 296px;
    margin: 0 8px;
}
.product-slider > .slider > .items > .item:first-child {
    margin-left: 0;
}
.img-slider .items .item {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    max-width: 296px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    opacity: 0;
    transition: 0.5s;
    margin: 0 !important;
}
.img-slider .items .item:first-child {
	position: relative;
	opacity: 1;
}
.img-slider .items .item::before {
    content: '';
    display: block;
    margin-top: 132%;
}
.img-slider .items .item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.img-slider .content,
header .bottom .sub-catalog .product-slider .slider .items .item .img .content {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    height: 100%;
    transition: 0.5s;
}
.img-slider .items:hover .content,
header .bottom .sub-catalog .product-slider .slider .items .item .img:hover .content {
    top: 0;
    transition: 0.5s;
}
.product-slider .slider .content .add,
.img-slider .items .content .add {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    margin: 0 auto 17px;
}
.product-slider .slider .content .add::before,
.img-slider .items .content .add::before {
    content: '\e904';
    font-family: 'icon';
    font-size: 20px;
    margin-bottom: 5px;
}
.product-slider .slider .content .add:hover::before,
header .top .wrapper .cart:hover::before,
.img-slider .items .content .add:hover::before {
    animation: swing 0.8s;
    will-change: transform;
}
.product-slider .slider .content .size,
.img-slider .items .content .size {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    margin: 0 8% 11%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    min-height: 30px;
}
.product-slider .slider .content .size input[type=radio],
.img-slider .items .content .size input[type=radio] {
	display: none;
}
.product-slider .slider .content .size label,
.img-slider .items .content .size label {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 8px;
	position: relative;
    text-align: center;
    white-space: nowrap;
}
.product-slider .slider .content .size input[type=radio]:checked + label,
.img-slider .items .content .size input[type=radio]:checked + label  {
	color: #a5a5a5;
	font-weight: bold;
	border-right: 1px;
}
.product-slider .slider .content .size label:not(:only-of-type, :last-of-type):after,
.img-slider .items .content .size label:not(:only-of-type, :last-of-type)::after {
	content: '';
	height: 12px;
	border-right: 1px solid #a5a5a5;
	position: absolute;
	right: -8px;
}
.product-slider .slider .content .size input[type=radio]:checked + label::before,
.img-slider .items .content .size input[type=radio]:checked + label::before {
    position: absolute;
    content: '';
    width: 4px;
    min-width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #a5a5a5;
    top: 100%;
    right: calc(50% - 2px);
}
.product-slider .slider .content .size span,
.img-slider .items .content .size span {
    margin: 0 8px 2px;
    font-size: 16px;
}
.product-slider .slider .items .item h2,
.product-slider .slider .items .item h2 a,
.product-slider .slider .items .item h3,
.product-slider .slider .items .item h3 a,
.last-view .items .item h3,
.last-view .items .item h3 a,
.product .items .item h3,
.product .items .item h3 a {
    color: #121212;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: center;
}
.product-slider .slider .items .item .info,
.last-view .items .item .info,
.product .items .item .info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.product-slider .slider .items .item .info div,
.last-view .items .item .info div,
.product .items .item .info div {
    color: #a5a5a5;
    margin-bottom: 15px;
}
.price {
    display: flex;
    align-items: center;
    justify-content: center;
}
.price span {
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    color: #a5a5a5;
    display: block;
    position: relative;
    font-weight: normal;
}
.price span:first-child + span {
    margin-right: 15px;
}
.price span + span::after {
    position: absolute;
    top: 50%;
    left: -3px;
    right: -3px;
    content: "";
    height: 1px;
    background: #a5a5a5;
}
.price span:first-child {
    font-weight: bold;
    color: #ce2d2b;
    order: 2;
}
.price span:last-child {
    font-weight: 500;
    color: #a5a5a5;
    order: 1;
}
.product-slider .bubles,
.img-slider .bubles {
    display: flex;
    justify-content: center;
}
.product-slider .bubles div,
.img-slider .bubles div {
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid #2e2b34;
    cursor: pointer;
}
.product-slider .bubles div:last-child,
.img-slider .bubles div:last-child {
    margin-right: 0;
}
.product-slider .bubles .selected,
.product-slider .bubles div:hover,
.img-slider .bubles .selected,
.img-slider .bubles div:hover {
    background: #2e2b34;
}
header .bottom .sub-catalog .product-slider {
    width: 35%;
    background: #f7f7f7;
    padding: 23px;
    justify-content: center;
}
header .bottom .sub-catalog .product-slider .slider {
    max-width: 232px;
    flex-direction: column;
    align-items: center;
}
header .bottom .sub-catalog .product-slider .slider .items {
    margin-bottom: 45px;
    position: relative;
}
header .bottom .sub-catalog .product-slider .slider .items .item {
    width: 100%;
    min-width: 100%;
    max-width: 232px;
}
header .bottom .sub-catalog .product-slider .slider .items .item .img {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    width: 100%;
}
header .bottom .sub-catalog .product-slider .slider .items .item .img img {
    width: 100%;
    height: 312px;
    object-fit: cover;
}
header .bottom .sub-catalog .product-slider .slider .items .item .img + span {
    color: #a5a5a5;
    font-family: "HelveticaNeue", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 16px;
    margin-bottom: 15px;
}
.product-slider .arrow-l,
.product-slider .arrow-r {
    position: absolute;
    bottom: -20px;
    right: calc(((100% - 1235px)/2) + 105px);
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    transition: 0.5s;
    z-index: 98;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    /* box-shadow: 0 0px 8px 0px #00000047; */
}
.product-slider .arrow-l:active,
.product-slider .arrow-r:active {
    transform: scale(1.15);
}
.product-slider .arrow-l.selected,
.product-slider .arrow-r.selected {
    border: 1px solid #000;
}
.product-slider .arrow-l {
    right: calc(((100% - 1235px)/2) + 165px);
}
.product-slider .arrow-l span,
.product-slider .arrow-r span {
    z-index: 5;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 7px);
}
.product-slider .arrow-l span::before,
.product-slider .arrow-r span::before {
    content: "\e906";
    font-size: 13px;
    font-family: 'icon';
    color: #000;
    display: block;
}
.product-slider .arrow-l span::before {
    transform: rotate(180deg);
}
.product-slider .arrow-l .line,
.product-slider .arrow-r .line {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: 0;
    z-index: 1;
}
.product-slider .arrow-l:hover .line,
.product-slider .arrow-r:hover .line {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: 0.2s 0.2s;
}
.product-slider .arrow-l.selected .line,
.product-slider .arrow-r.selected .line {
    display: none;
}
.product-slider .arrow-l .line::before,
.product-slider .arrow-l .line::after,
.product-slider .arrow-r .line::before,
.product-slider .arrow-r .line::after {
    content: "";
    width: 50%;
    height: 100%;
    transform-origin: 100% 50%;
    position: absolute;
    border: 1px solid #000;
    border-right: 0;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    top: -1px;
    left: -1px;
    transform: rotate(-45deg);
    opacity: 0;
}
.product-slider .arrow-l .line::before,
.product-slider .arrow-r .line::before {
    z-index: 2;
}
.product-slider .arrow-l:hover .line::before,
.product-slider .arrow-r:hover .line::before {
    animation: move-1 0.2s forwards linear;
    opacity: 1;
}
.product-slider .arrow-l .line::after,
.product-slider .arrow-r .line::after {
    z-index: 3;
    border: 1px solid #fff;
    border-right: 0;
}
.product-slider .arrow-l:hover .line::after,
.product-slider .arrow-r:hover .line::after {
    animation: move-2 0.2s forwards 0.2s linear;
    opacity: 1;
}
.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
}
.breadcrumbs a {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
}
.breadcrumbs a:hover {
    color: #a5a5a5;
}
.breadcrumbs span {
    margin: 0 5px 2px;
}
.breadcrumbs p {
    color: #a5a5a5;
    font-size: 13px;
    line-height: 20px;
}
.seo {
    padding-top: 80px;
    padding-bottom: 105px;
}
.seo h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}
.seo div,
.seo div * {
    color: #121212;
    line-height: 22px;
}
footer {
    margin-top: auto;
    border-top: 1px solid #e5e5e5;
}
footer .top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    align-items: flex-start;
    grid-column-gap: 140px;
    padding: 50px 10px 25px;
    width: 100%;
}
footer .top > .ws-menu {
    display: grid;
    grid-template-columns: 100px 1fr 100px;
    justify-content: space-between;
    grid-column-gap: 88px;
}
footer .top .ws-menu a {
    color: #a5a5a5;
    font-size: 13px;
    line-height: 24px;
}
footer .top .ws-menu a:hover {
    color:#2e2b34;
}
footer .top .ws-menu p,
footer .top .ws-menu h2,
footer .top .ws-menu > :where(.item:nth-child(3), .item:nth-child(4), .item:nth-child(5), .item:nth-child(6)) a {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}
footer .top .ws-menu > :where(.item:nth-child(3), .item:nth-child(4), .item:nth-child(5), .item:nth-child(6)) a:hover {
    color: #808080;
}
footer .top .ws-menu p {
    margin-bottom: 13px;
}
footer .top > .ws-menu > .item:first-child {
    grid-area: 1/1/5/2;
}
footer .top > .ws-menu > .item:nth-child(2) {
    grid-area: 1/2/5/3;
}
footer .top > .ws-menu > .item:nth-child(3) {
    grid-area: 1/3/2/4;
}
footer .top > .ws-menu > .item:nth-child(4) {
    grid-area: 2/3/3/4;
}
footer .top > .ws-menu > .item:nth-child(5) {
    grid-area: 3/3/4/4;
}
footer .top > .ws-menu > .item:nth-child(6) {
    grid-area: 4/3/5/4;
}
footer .top .payment .box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    grid-gap: 20px;
    margin-bottom: 30px;
}
footer .top .payment .box .item img {
    width: 100%;
}
footer .top .payment .info {
    position: relative;
}
footer .top .payment .info::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: calc(100% - 20px);
    background: linear-gradient(to top, #fff 25%,  rgba(255, 255, 255, 0.001));
    transition: 0.2s;
}
footer .top .payment .info.show::before {
    height: 0;
}
footer .top .payment .info button {
    color: #000;
    background: none;
    padding: 0;
    border: none;
    text-transform: none;
    display: flex;
    align-items: center;
    margin-top: 20px;
    z-index: 10;
}
footer .top .payment .info button::after {
    content: '\e906';
    font-family: 'icon';
    display: block;
    margin-left: 10px;
    transform: rotate(90deg);
    transition: 0.2s;
}
footer .top .payment .info.show button::after {
    transform: rotate(-90deg);
}
footer .top .soc {
    position: relative;
}
footer .top .soc h2 {
    margin-bottom: 25px;
}
footer .top .soc a {
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(/resource/site/images/circle.jpg) no-repeat;
    background-size: cover;
    background-clip: content-box;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
}
footer .top .soc a:hover {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
    border: 1px solid rgba(0, 0, 0, 0.0);
}
footer .top .soc a::after {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    opacity: 1;
    z-index: -1;
    transition: 0.3s;
}
footer .top .soc a:hover::after {
    opacity: 0;
}
footer .top .soc .insta {
    width: 192px;
    min-width: 192px;
    height: 192px;
    z-index: 1;
    position: relative;
}
footer .top .soc .insta2 {
    width: 112px;
    min-width: 112px;
    height: 112px;
    position: absolute;
    top: 130px;
    left: 95px;
    animation: vk 15s linear infinite;
    z-index: 0;
}
footer .top .soc .tiktok {
    width: 80px;
    min-width: 80px;
    height: 80px;
    position: absolute;
    top: 100px;
    left: 95px;
    animation: fb 12s linear infinite;
    z-index: 0;
}
footer .top .soc a::before {
    font-size: 24px;
    font-family: 'icon';
    color: #a5a5a5;
}
footer .top .soc .insta::before, footer .top .soc .insta2::before {
    content: "\e901";
}
footer .top .soc .vk::before {
    content: "\e905";
}
footer .top .soc .tiktok::before {
    content: "\e934";
}
footer .up {
    grid-area: 2/2/3/3;
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: up-down 1.2s infinite;
    margin-left: auto;
    background: #fff;
    align-self: flex-end;
}
footer .up::before {
    content: '\e902';
    font-family: 'icon';
    font-size: 27px;
    color: #ccc;
}
footer .up::after {
    content: '';
    width: 56px;
    height: 56px;
    border-radius: 100%;
    border: 1px solid #ccc;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.2s infinite;
}
footer .bottom {
    background: #2e2b34;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
}
footer .bottom .wrapper,
footer .bottom .wrapper div  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
footer .bottom .wrapper span,
footer .bottom .wrapper a {
    font-family: 'HelveticaNeue', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.5px;
}
footer .bottom .wrapper span {
    margin-right: 10px;
    line-height: 26px;
}
footer .bottom .wrapper a {
    display: flex;
    align-items: center;
}
footer .bottom a:hover {
    color: #9b9b9b;
}
footer .bottom a svg {
    width: 100%;
    max-width: 50px;
    margin-left: 15px;
}
footer .bottom a:hover svg .cls-1 {
    fill:#9b9b9b;
}
.err-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
}
.err-page h1 {
    font-size: 120px;
    margin-bottom: 20px;
}
.err-page p {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 32px;
    max-width: 450px;
    text-align: center;
}
.window-background {
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(36, 36, 36, 0.32);
    display: none;
    align-items: center;
    justify-content: center;
}
.window-background .window-body {
    background: #fff;
    width: 100%;
    max-width: 600px;
    padding: 30px 20px 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    animation: window-show 0.5s forwards;
}
@keyframes window-show {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
.window-background .window-body .window-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px 30px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    margin-bottom: 40px;
}
.window-background:where(.entry, .restore) .window-body .window-title {
    margin-bottom: 25px;
}
.window-background .window-body .window-title h2 {
    line-height: 32px;
    font-size: 20px;
    color: #121212;
}
.window-background .window-body .window-title .window-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.window-background .window-body .window-title .window-close::after {
    content: '\e92a';
    font-family: 'icon';
    transform: rotate(45deg);
    display: block;
    font-size: 24px;
    font-weight: 400;
}
.window-background .window-body .window-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.window-background.thank .window-body .window-content p {
    text-align: center;
}
.window-background .window-body .window-content .btn {
    width: 215px;
}
.window-background:where(.restore, .restore) .window-body .window-content .btn {
    margin-top: 20px;
}
.window-background .window-body .window-content form {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.window-background .window-body .window-content form .input {
    margin-bottom: 40px;
    width: 100%;
    max-width: 400px;
}
.window-background .window-body .window-content form a {
    margin-bottom: 20px;
}
/* Register popup forms */

.window-background:where(.entry, .restore, .restore-ok, .new-pass, .registration-ok) .window-body {
    padding: 40px 50px;
    max-width: 472px;
    height: 100vh;
    max-height: 675px;
    overflow-y: auto;
}
.window-background:where(.restore, .restore-ok, .new-pass, .registration-ok) .window-body {
    height: unset;
}
.window-background:where(.restore-ok, .registration-ok) .window-body {
    padding: 30px 15px 45px;
}
.window-background:where(.entry, .restore, .restore-ok, .new-pass, .registration-ok) form {
    width: 100%;
}
.window-background:where(.entry, .restore, .restore-ok, .new-pass, .registration-ok) .window-title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
}
.window-background:where(.restore-ok, .registration-ok, .seccess, .error) .window-body .window-title {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.window-background:where(.restore-ok, .registration-ok, .seccess) .window-title::before {
    content: '\e93a';
    font-family: 'icon';
    font-size: 24px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-weight: 600;
}
.window-background.error .window-title::before {
    content: '\e908';
    font-family: 'icon';
    font-size: 18px;
    font-weight: 600;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.window-background .window-body::-webkit-scrollbar {
    width: 0;
}
.window-background:where(.entry, .restore, .restore-ok, .new-pass, .registration-ok) .window-content  {
    justify-content: center;
    width: 100%;
}
.window-background:where(.entry, .restore, .restore-ok, .new-pass, .registration-ok) .input {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    width: 100%;
}
.window-background:where(.restore, .new-pass, .entry) .input label,
.window-background:where(.restore, .new-pass, .entry) .input textarea label,
.window-background:where(.restore, .new-pass, .entry) .input input:focus ~ label,
.window-background:where(.restore, .new-pass, .entry) .input textarea:focus ~ label,
.window-background:where(.restore, .new-pass, .entry) .fixed ~ label {
    background: #fff;
}
.window-background:where(.entry, .restore, .restore-ok, .new-pass, .registration-ok) .input input {
    border: 1px solid #9c9c9c;
    background: #fff;
}
.window-background:where(.entry, .restore, .restore-ok, .new-pass, .registration-ok) .input.invalid input {
    border-color: #eb5757;
}
.window-background:where(.entry, .restore, .restore-ok, .new-pass, .registration-ok) .input.invalid .error-body {
    opacity: 1;
    transform: translateY(5px);
}
.window-background:where(.entry, .restore, .restore-ok, .new-pass, .registration-ok) .input .error-body {
    opacity: 0;
    transform: translateY(0);
    transition: all .3s;
    position: absolute;
    bottom: -15px;
}
.window-background:where(.entry, .restore, .restore-ok, .new-pass, .registration-ok) .error-body :is(p, a) {
    font-size: 12px;
    line-height: 16px;
    color: #eb5757;
}
.window-background:where(.entry, .restore, .restore-ok, .new-pass, .registration-ok) form .window-content > .error-body {
    margin-bottom: 25px;
    opacity: 0;
    transition: 0.3s;
}
.window-background:where(.entry, .restore, .restore-ok, .new-pass, .registration-ok) form.error .window-content > .error-body {
    opacity: 1;
}
.window-background:where(.restore, .new-pass) .input .error-body .link-reg {
    font-size: 13px;
    cursor: pointer;
    transition: 0.2s;
}
.window-background:where(.restore, .new-pass) .input .error-body .link-reg:hover {
    color: #6f6f6f;
}
.window-background:where(.entry, .restore, .restore-ok, .new-pass, .registration-ok) :is(input[type="submit"], button):disabled,
.window-background:where(.entry, .restore, .restore-ok, .new-pass, .registration-ok) :is(input[type="submit"], button):disabled:hover {
    cursor: no-drop;
    color: #fff;
    background: #ddd;
    border: 1px solid #ddd;
}
.window-background:where(.restore-ok, .registration-ok) .window-content .text {
    text-align: center;
}
.entry .window-body {
    padding: 0;
    flex-direction: row;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: unset;
    max-height: unset;
    border-radius: 0;
    overflow: hidden;
}
.entry .window-body .close {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 70px;
    border-bottom-left-radius: 80px;
    padding: 10px 10px 20px 23px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.entry .window-body .close::after {
    content: '\e908';
    font-family: 'icon';
    font-size: 25px;
    color: #fff;
}
.entry .window-body form {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s;
    padding: 0 50px;
    overflow-x: auto;
}
.entry .window-body form::-webkit-scrollbar {
    width: 0;
}
.entry .window-body form:hover {
    width: 60%;
}
.entry .window-body form.show {
    width: 100%;
}
.entry .window-body.show form:not(.show) {
    width: 210px;
    padding: 0 15px;
}
.entry .window-body form.login {
    background: #fff;
}
.entry .window-body form.login:hover:after {
    width: 40px;
    z-index: 2;
}
.entry .window-body form.registration {
    background: #2e2b34;
}
.entry .window-body form .window-title {
    cursor: pointer;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: calc(50% - 90px);
    align-self: center;
    width: 100%;
    max-width: 400px;
    will-change: transform;
    transition: 0.5s;
}
.entry .window-body form.show .window-title {
    animation: show-title 1s forwards;
}
@keyframes show-title {
    0% {
        position: absolute;
        top: calc(50% - 90px);
        transform: scale(1);
        opacity: 1;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }
    55% {
        top: 0;
        opacity: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
        transform: scale(0);
    }
    70% {
        top: 0;
        opacity: 0;
        position: static;
        transform: scale(0);
        border-bottom: 1px solid #e5e5e5;
    }
    100% {
        opacity: 1;
        transform: scale(1);
        position: static;
        border-bottom: 1px solid #e5e5e5;
    }
}
.entry .window-body form .window-title h2 {
    text-transform: unset;
    font-weight: 600;
    font-size: 23px;
}
.entry .window-body form.registration .window-title h2 {
    color: #fff;
}
.entry .window-body form .window-title span::before {
    font-family: 'icon';
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 85px;
    font-weight: normal;
    transform: scale(1);
    transition: 1s;
    max-height: 90px;
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    border: 2px solid;
}
.entry .window-body form.show .window-title span::before {
    transform: scale(0);
}
.entry .window-body form.login .window-title span::before {
    content: '\e936';
    color: #2e2b34;
}
.entry .window-body form.registration .window-title span::before {
    content: '\e937';
    color: #fff;
}
.entry .window-body form .window-content {
    transition: 0s ease;
    transform: translate(0, 30px);
    opacity: 0;
    max-width: 400px;
    visibility: hidden;
}
.entry .window-body form.show .window-content {
    transition: 1s ease 0.65s;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}
.entry .window-body form.registration .input label {
    background: none;
}
.entry .window-body form.registration .input input:focus + label,
.entry .window-body form.registration .input.fixed > label {
    color: #fff;
    transform: translateY(-33px);
}
.entry :is(input[type="submit"], button)  {
    max-width: 220px;
    margin: 0 auto;
    width: 100%;
    padding: 10px 60px;
    border: 1px solid #2e2b34;
    background: #2e2b34;
    color: #fff;
    transition: 0.2s;
    margin-bottom: 30px;
}
.entry :is(input[type="submit"], button):hover {
    color: #2e2b34;
    background: #fff;
}
.entry .window-body form.registration .btn,
.entry .window-body form.registration .btn:hover {
    border-color: #fff;
    max-width: 300px;
    padding: 10px;
    width: 100%;
    text-align: center;
}
.entry .window-content .recovery {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px dashed #434343;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 40px;
    transition: .2s;
    cursor: pointer;
}
.entry .window-content .recovery:hover {
    color: #808080;
    border-bottom: 1px dashed #808080;
}
.entry .window-content > span {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    padding-top: 30px;
    border-top: 1px solid #eee;
    text-align: center;
    margin-bottom: 25px;
    width: 100%;
}
.entry .window-content .continue-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}
.entry .registration .window-content .text,
.entry .registration .window-content .text a {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #808080;
    margin-bottom: 30px;
}
.entry .registration .window-content .text a {
    text-decoration: underline;
}
@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes move-1 {
    0% {
        transform: rotate(-45deg);
    }
    99.999% {
        transform: rotate(135deg);
    }
    100% {
        transform: rotate(135deg);
        z-index: 3;
    }
}
@keyframes move-2 {
    0% {
        transform: rotate(-45deg);
        z-index: 2;
    }
    100% {
        transform: rotate(135deg);
        z-index: 2;
    }
}
@keyframes vk {
    0% {
        transform: scale(0.5);
    }
    24% {
        z-index: 0;
    }
    25% {
        left: 200px;
        top: 10px;
        z-index: 2;
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    74% {
        z-index: 2;
    }
    75% {
        top: 155px;
        left: -70px;
        z-index: 0;
        transform: scale(0.8);
    }
    100% {
        transform: scale(0.5);
    }
}
@keyframes fb {
    0% {
        transform: scale(0.5);
    }
    24% {
        z-index: 0;
    }
    25% {
        left: -20px;
        top: 25px;
        z-index: 2;
    }
    50% {
        transform: scale(1);
    }
    74% {
        z-index: 2;
    }
    75% {
        top: 190px;
        left: 200px;
        z-index: 0;
    }
    100% {
        transform: scale(0.5);
    }
}
@keyframes up-down {
    0% {
        transform: translateY(6px) scale(0.98);
    }
    50% {
        transform: translateY(0px) scale(1);
    }
    100% {
        transform: translateY(6px) scale(0.98);
    }
}
@keyframes ring {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}
@media screen and (max-width: 1280px) {
    .main::before {
        background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0.1) 77%, rgba(255, 255, 255, 0) 100%);
    }
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    header .top .wrapper form .cont .close,
    header .top .wrapper form .cont input[type="submit"] + label {
        right: 20px;
    }
    header .bottom {
        padding: 20px 20px 15px;
    }
    header .bottom .sub-catalog .ws-menu {
        padding-left: 20px;
    }
    .catalog .product-slider .slider::-webkit-scrollbar-track {
        background-color: #fff;
    }
    .product-slider .arrow-l,
    .product-slider .arrow-r {
        right: 60px;
    }
    .product-slider .arrow-l {
        right: 120px;
    }
    .img-slider .content,
    header .bottom .sub-catalog .product-slider .slider .items .item .img .content {
        top: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.01));
    }
    footer .top {
        grid-template-columns: 0.7fr minmax(305px, 500px);
        grid-column-gap: 50px;
    }
    footer .top > .ws-menu {
        grid-template-columns: 100px minmax(125px, 172px) 100px;
        grid-column-gap: 27px;
    }
    footer .up {
        width: 36px;
        min-width: 36px;
        height: 36px;
    }
    footer .up::before {
        font-size: 18px;
    }
    footer .up::after {
        width: 36px;
        height: 36px;
    }
}
@media screen and (max-width: 1170px) {
    header .bottom {
        position: relative;
        z-index: 99;
    }
    header .bottom .main-menu .hamburger {
        display: flex;
    }
    .main-menu .menu {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        max-height: 0;
        overflow: hidden;
        background: #fff;
        display: grid;
        grid-template-columns: repeat(3, 1fr) minmax(250px, 1.7fr);
        grid-gap: 20px 30px;
        transition: 0.35s;
    }
    .main-menu.show .menu {
        border-bottom: 1px solid #e5e5e5;
        max-height: 1000px;
    }
    header .bottom .menu > .ws-menu {
        display: contents;
    }
    header .bottom .menu > .ws-menu .item {
        margin-left: 0;
        height: unset;
    }
    header .bottom .menu > .ws-menu .item:first-child {
        display: none;
    }
    header .bottom .menu > .ws-menu .item:nth-child(2) {
        grid-area: 2/3/4/4;
    }
    header .bottom .menu > .ws-menu .item:nth-child(3) {
        grid-area: 1/2/2/3;
        padding-top: 20px;
    }
    header .bottom .menu > .ws-menu .item:nth-child(4) {
        grid-area: 2/2/3/3;
    }
    header .bottom .menu > .ws-menu .item:nth-child(5) {
        grid-area: 3/2/4/3;
    }
    header .bottom .menu > .ws-menu .item:nth-child(6) {
        grid-area: 1/3/2/4;
        padding-top: 20px;
    }
    header .bottom .menu > .ws-menu .item a {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
    }
    header .bottom .menu > .ws-menu .item:hover {
        border-bottom: none;
    }
    header .bottom .sub-catalog {
        position: static;
        max-height: 1000px;
        display: contents;
    }
    header .bottom .sub-catalog .ws-menu {
        display: contents;
    }
    header .bottom .sub-catalog .ws-menu .item {
        order: unset;
    }
    header .bottom .sub-catalog > .ws-menu > .item:first-child,
    header .bottom .sub-catalog > .ws-menu > .item:nth-child(2),
    header .bottom .sub-catalog > .ws-menu > .item:nth-child(3) {
        padding-left: 20px;
    }
    header .bottom .sub-catalog > .ws-menu > .item:first-child {
        padding-top: 20px;
    }
    header .bottom .sub-catalog .ws-menu > .item:nth-child(4) {
        grid-area: 4/1/5/2;
        padding-left: 20px;
    }
    header .bottom .sub-catalog .ws-menu .item:nth-child(5) {
        grid-area: 4/2/5/3;
    }
    header .bottom .sub-catalog .ws-menu .item:last-child {
        grid-area: 4/3/5/4;
    }
    header .bottom .sub-catalog .ws-menu > .item:nth-child(4),
    header .bottom .sub-catalog .ws-menu > .item:nth-child(5),
    header .bottom .sub-catalog .ws-menu > .item:last-child {
        margin-top: 20px;
    }
    header .bottom .sub-catalog .product-slider {
        grid-area: 1/4/6/5;
        width: 100%;
    }
    .img-slider .slider .content,
    header .bottom .sub-catalog .product-slider .slider .items .item .img .content {
        top: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    }
}
@media screen and (max-width: 1020px) {
    .main > img {
        height: 100%;
        width: 100%;
    }
    .main .content {
        top: 40px;
        max-width: 405px;
    }
    .main .content::before {
        top: -35px;
        font-size: 77px;
    }
    .main .content .text {
        font-size: 16px;
    }
    .main .content img {
        max-width: 295px;
    }
}
@media screen and (max-width: 768px) {
    header .top .wrapper a,
    header .top .wrapper .search,
    header .top .wrapper .search span,
    header .top .wrapper .lang div,
    header .top .wrapper .lang span {
        font-size: 15px;
        margin-right: 35px;
    }
    header .top .wrapper .lang div,
    header .top .wrapper .search span {
        margin-right: 0;
    }
    header .top .wrapper .lang span {
        margin: 0 5px;
    }
    .main-menu .menu {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px 40px;
    }
    header .bottom .sub-catalog .ws-menu .item:nth-child(5) {
        grid-area: 4/2/5/3;
    }
    header .bottom .sub-catalog .ws-menu .item:last-child {
        grid-area: 4/3/5/4;
    }
    header .bottom .sub-catalog .ws-menu .item .sub-menu a {
        line-height: 22px;
    }
    header .bottom .sub-catalog .ws-menu > .item:nth-child(4),
    header .bottom .sub-catalog .ws-menu > .item:nth-child(5),
    header .bottom .sub-catalog .ws-menu > .item:last-child {
        margin-top: 0;
        padding-bottom: 20px;
    }
    header .bottom .sub-catalog .product-slider {
        display: none;
    }
    footer .top {
        grid-template-columns: repeat(1, 100%);
        grid-gap: 30px;
    }
    footer .up {
        grid-area: 4/1/5/2;
    }
    @keyframes vk {
        0% {
            transform: scale(0.5);
        }
        24% {
            z-index: 0;
        }
        25% {
            left: 160px;
            top: 10px;
            z-index: 2;
            transform: scale(0.8);
        }
        50% {
            transform: scale(1);
        }
        74% {
            z-index: 2;
        }
        75% {
            top: 175px;
            left: -20px;
            z-index: 0;
            transform: scale(0.8);
        }
        100% {
            transform: scale(0.5);
        }
    }
    .window-background.restore,
    .window-background.restore-ok,
    .window-background.registration,
    .window-background.registration-ok {
        padding-left: 15px;
        padding-right: 15px;
    }
    .window-background:where(.restore, .restore-ok, .new-pass, .registration-ok) .window-body {
        padding: 40px 15px;
    }
    .entry .window-body form .window-title span::before {
        font-size: 40px;
        line-height: 67px;
        max-height: 70px;
        width: 70px;
        height: 70px;
        min-width: 70px;
        min-height: 70px;
    }
    .entry .window-body form .window-title h2 {
        font-size: 19px;
    }
    .entry .window-body .close {
        width: 50px;
        height: 50px;
    }
    .entry .window-body .close::after {
        font-size: 20px;
    }
}
@media screen and (max-width: 578px) {
    body.fixed {
        padding-right: 0;
    }
    .main::before,
    .main .content::before,
    .main .content .text {
        font-size: 12px;
        line-height: 14px;
    }
    .main .content {
        top: 15px;
        left: 10px;
    }
    .main .content img {
        max-width: 160px;
    }
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="search"],
    input[type="date"],
    textarea,
    input[type="tel"],
    select,
    input[type="submit"] {
        padding: 9px 10px;
        font-size: 16px;
    }
    textarea {
        min-height: 70px;
    }
    input[type="submit"], button, .btn {
        font-size: 14px;
        padding: 15px;
    }
    .input input {
        border-radius: 6px;
    }
    .input label {
        font-size: 12px;
        top: calc(50% - 14px);
        left: 3px;
    }
    .input input:focus + label,
    .input textarea:focus + label,
    .fixed > label {
        transform: translateY(-21px);
    }
    header .top {
        height: 52px;
    }
    header .top .wrapper {
        padding-top: 7px;
        padding-bottom: 8px;
    }
    header .top .wrapper form .cont .close,
    header .top .wrapper form .cont input[type="submit"] + label {
        right: 10px;
    }
    header .top .wrapper .mail {
        display: none;
    }
    header .top .wrapper a,
    header .top .wrapper .search,
    header .top .wrapper .search span,
    header .top .wrapper .lang div,
    header .top .wrapper .lang span {
        font-size: 13px;
        margin-right: 20px;
    }
    header .top .wrapper .account {
        order: 1;
    }
    header .top .wrapper .account,
    header .top .wrapper .login {
        margin-right: auto;
        font-size: 15px;
    }
    header .top .wrapper .search {
        order: 2;
    }
    header .top .wrapper .search span {
        display: none;
    }
    header .top .wrapper .cart {
        order: 3;
        margin-right: 20px;
    }
    .window-cart .cart-title {
        min-height: 52px;
    }
    @keyframes not-show {
        0% {
            transform: translateX(0);
            opacity: 1;
            max-width: 326px;
        }
        20% {
            transform: translateX(0);
            opacity: 1;
            max-width: 350px;
        }
        50% {
            opacity: 1;
        }
        100% {
            transform: translateX(326px);
            max-width: 326px;
            opacity: 0;
        }
    }
    @keyframes show-basket {
        0% {
            transform: translateX(316px);
            max-width: 326px;
            opacity: 0;
        }
        50% {
            transform: translateX(0);
            opacity: 1;
            max-width: 350px;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
            max-width: 326px;
        }
    }
    .window-cart .cart-body .content .goods .item {
        min-width: 308px;
        padding: 10px 5px 10px 10px;
        grid-template-columns: 84px 1fr 20px;
    }
    .window-cart .cart-body .content .goods .item .parameters h2 {
        max-width: 140px;
    }
    .window-cart .cart-body .content .goods .item .parameters .size span:last-child {
        font-size: 13px;
    }
    header .top .wrapper .lang {
        order: 4;
    }
    header .top .wrapper .lang div {
        margin-right: 0;
    }
    header .top .wrapper .lang span {
        margin-right: 5px;
    }
    header .currency {
        order: 5;
    }
    header .bottom {
        padding: 10px;
    }
    header .bottom .logo {
        font-size: 24px;
        line-height: 27px;
    }
    header .bottom .main-menu .hamburger {
        width: 20px;
        height: 11px;
    }
    header .bottom .main-menu .hamburger span::before {
        top: -5px;
    }
    header .bottom .main-menu .hamburger span::after {
        top: 5px;
    }
    .main-menu .menu {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }
    .main-menu.show .menu {
        max-height: 1500px;
    }
    header .bottom .menu > .ws-menu .item:nth-child(2) {
        grid-area: 10/1/11/2;
        padding-top: 0;
    }
    header .bottom .menu > .ws-menu .item:nth-child(3) {
        grid-area: 7/1/8/2;
    }
    header .bottom .menu > .ws-menu .item:nth-child(4) {
        grid-area: 8/1/9/2;
    }
    header .bottom .menu > .ws-menu .item:nth-child(5) {
        grid-area: 9/1/10/2;
    }
    header .bottom .menu > .ws-menu .item:nth-child(6) {
        grid-area: 11/1/12/2;
    }
    header .bottom .sub-catalog > .ws-menu > .item:first-child {
        grid-area: 1/1/2/2;
    }
    header .bottom .sub-catalog .ws-menu .item:nth-child(2) {
        grid-area: 2/1/3/2;
    }
    header .bottom .sub-catalog .ws-menu .item:nth-child(3) {
        grid-area: 3/1/4/2;
    }
    header .bottom .sub-catalog .ws-menu > .item:nth-child(4) {
        grid-area: 4/1/5/2;
    }
    header .bottom .sub-catalog .ws-menu .item:nth-child(5) {
        grid-area: 5/1/6/2;
    }
    header .bottom .sub-catalog .ws-menu .item:last-child {
        grid-area: 6/1/7/2;
    }
    header .bottom .menu > .ws-menu .item:nth-child(3),
    header .bottom .menu > .ws-menu .item:nth-child(4),
    header .bottom .menu > .ws-menu .item:nth-child(5),
    header .bottom .sub-catalog > .ws-menu > .item:first-child,
    header .bottom .sub-catalog .ws-menu .item:nth-child(2),
    header .bottom .sub-catalog .ws-menu .item:nth-child(3),
    header .bottom .sub-catalog .ws-menu > .item:nth-child(4),
    header .bottom .sub-catalog .ws-menu .item:nth-child(5),
    header .bottom .menu > .ws-menu .item:nth-child(6),
    header .bottom .sub-catalog .ws-menu .item:last-child {
        margin-top: 0;
        padding: 0;
    }
    header .bottom .sub-catalog > .ws-menu > .item:first-child {
        padding-top: 0;
    }
    header .bottom .sub-catalog .ws-menu > .item:nth-child(4) .sub-menu .item,
    header .bottom .sub-catalog .ws-menu .item:nth-child(5) .sub-menu .item,
    header .bottom .sub-catalog .ws-menu .item:last-child .sub-menu .item {
        padding: 0;
    }
    header .bottom .menu > .ws-menu .item a,
    header .bottom .menu > .ws-menu .item p,
    header .bottom .sub-catalog .ws-menu > .item > a {
        font-size: 14px;
        line-height: 16px;
        max-width: max-content;
    }
    header .bottom .menu .ws-menu > .item > a {
        padding: 10px;
        display: block;
    }
    header .bottom .menu .ws-menu > .item:first-child > a {
        padding-top: 20px;
    }
    header .bottom .menu #ws-menu-1 > .item:last-child > a {
        padding-bottom: 20px;
    }
    header .bottom .sub-catalog .ws-menu .item .sub-menu {
        padding-left: 10px;
        margin-top: 0;
    }
    header .bottom .sub-catalog .ws-menu .item .sub-menu a {
        line-height: 15px;
        max-width: max-content;
        padding: 8px;
        margin-bottom: 0;
    }
    header .bottom .sub-catalog .ws-menu > .item:nth-child(4),
    header .bottom .sub-catalog .ws-menu > .item:nth-child(5),
    header .bottom .sub-catalog .ws-menu > .item:last-child {
        position: relative;
    }
    header .bottom .sub-catalog .ws-menu > .item:nth-child(4) > a,
    header .bottom .sub-catalog .ws-menu > .item:nth-child(5) > a,
    header .bottom .sub-catalog .ws-menu > .item:last-child > a {
        margin-bottom: 0;
    }
    header .bottom .sub-catalog .ws-menu > .item:nth-child(4)::after,
    header .bottom .sub-catalog .ws-menu > .item:nth-child(5)::after,
    header .bottom .sub-catalog .ws-menu > .item:last-child::after {
        content: '\e906';
        font-family: 'icon';
        font-size: 12px;
        transform: rotate(90deg);
        position: absolute;
        top: 12px;
        left: calc(100% - 30px);
        transition: 0.35s;
    }
    header .bottom .sub-catalog .ws-menu > .item:nth-child(4).show::after,
    header .bottom .sub-catalog .ws-menu > .item:nth-child(5).show::after,
    header .bottom .sub-catalog .ws-menu > .item:last-child.show::after {
        transform: rotate(-90deg);
    }
    header .bottom .sub-catalog .ws-menu > .item:nth-child(4) .sub-menu,
    header .bottom .sub-catalog .ws-menu > .item:nth-child(5) .sub-menu,
    header .bottom .sub-catalog .ws-menu > .item:last-child .sub-menu {
        overflow: hidden;
        max-height: 0;
        transition: 0.35s;
    }
    header .bottom .sub-catalog .ws-menu > .item:nth-child(4).show .sub-menu,
    header .bottom .sub-catalog .ws-menu > .item:nth-child(5).show .sub-menu,
    header .bottom .sub-catalog .ws-menu > .item:last-child.show .sub-menu {
        max-height: 500px;
    }
    header .bottom .sub-catalog .product-slider {
        grid-area: 12/1/13/2;
        margin-top: 13px;
    }
    header .bottom .sub-catalog .product-slider .slider {
        max-width: 128px;
    }
    header .bottom .sub-catalog .product-slider .slider .items {
        margin-bottom: 15px;
    }
    header .bottom .sub-catalog .product-slider .slider .items .item {
        max-width: 128px;
    }
    header .bottom .sub-catalog .product-slider .slider .items .item .img img {
        height: 168px;
    }
    .product-slider .slider .content .add {
        margin-bottom: 10px;
    }
    .product-slider .slider .content .size {
        margin: 0 10px 9px;
    }
    header .bottom .sub-catalog .product-slider .slider .items .item .img + span {
        margin-bottom: 5px;
        font-size: 13px;
    }
    .product-slider .slider .items .item {
        width: 128px;
        min-width: 128px;
    }
    .product-slider .slider .items .item h2,
    .product-slider .slider .items .item h2 a,
    .product-slider .slider .items .item h3,
    .product-slider .slider .items .item h3 a,
    .last-view .items .item h3,
    .last-view .items .item h3 a,
    .product .items .item h3,
    .product .items .item h3 a {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 5px;
        text-align: center;
    }
    .img-slider {
        margin-bottom: 5px;
    }
    .img-slider .slider {
        margin-bottom: 8px;
    }
    .img-slider .slider .items .item {
        width: 100%;
        min-width: 100%;
    }
    .product-slider .slider .content .size, .img-slider .items .content .size {
        margin: 0 10px 15px;
    }
    .product-slider .slider .items .item .info,
    .last-view .items .item .info {
        display: none;
    }
    .product-slider .slider .items .item .info div,
    .last-view .items .item .info div,
    .product .items .item .info div {
        margin-bottom: 5px;
    }
    .product-slider .bubles div {
        width: 6px;
        min-width: 6px;
        height: 6px;
        margin-right: 5px;
    }
    .product-slider .arrow-l, .product-slider .arrow-r {
        width: 32px;
        min-width: 32px;
        height: 32px;
        bottom: -8px;
        right: 0;
    }
    .product-slider .arrow-l {
        right: 42px;
    }
    .product-slider .arrow-l span,
    .product-slider .arrow-r span {
        left: calc(50% - 6px);
    }
    .product-slider .arrow-l span::before,
    .product-slider .arrow-r span::before {
        font-size: 12px;
    }
    .price span {
        font-size: 15px;
    }
    .seo {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .seo h2 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .seo div, .seo div * {
        font-size: 12px;
        line-height: 18px;
    }
    .price span:first-child + span {
        margin-right: 8px;
    }
    footer .top {
        padding: 20px 10px 30px;
        grid-gap: 0;
    }
    footer .top > .ws-menu {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 10px;
    }
    footer .top > .ws-menu > .item:first-child {
        grid-area: 1/1/7/2;
    }footer .top > .ws-menu > .item:nth-child(2) {
        grid-area: 1/2/7/3;
    }
    footer .top > .ws-menu > .item:nth-child(3),
    footer .top > .ws-menu > .item:nth-child(4),
    footer .top > .ws-menu > .item:nth-child(5) {
        padding-bottom: 5px;
    }
    footer .top .ws-menu p,
    footer .top .ws-menu h2,
    footer .top .ws-menu > .item:nth-child(3) a,
    footer .top .ws-menu > .item:nth-child(4) a,
    footer .top .ws-menu > .item:nth-child(5) a,
    footer .top .ws-menu > .item:nth-child(6) a {
        font-size: 14px;
        line-height: 18px;
    }
    footer .top .ws-menu p {
        margin-bottom: 5px;
    }
    footer .top .ws-menu a {
        font-size: 12px;
        line-height: 18px;
    }
    footer .top .soc {
        padding-top: 50px;
        margin-bottom: 50px;
    }
    footer .top .soc .insta {
        width: 125px;
        min-width: 125px;
        height: 125px;
    }
    footer .top .soc .vk {
        width: 73px;
        min-width: 73px;
        height: 73px;
        left: 40px;
    }
    footer .top .soc .fb {
        width: 52px;
        min-width: 52px;
        height: 52px;
        left: 30px;
    }
    footer .top .soc a::before {
        font-size: 16px;
    }
    footer .bottom .wrapper {
        flex-direction: column;
    }
    footer .bottom .wrapper span,
    footer .bottom .wrapper a {
        font-size: 12px;
        line-height: 15px;
    }
    footer .bottom .wrapper span {
        margin-bottom: 5px;
    }
  @keyframes vk {
    0% {
        transform: scale(0.6);
    }
    24% {
        z-index: 0;
    }
    25% {
        left: 120px;
        top: 50px;
        z-index: 2;
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    74% {
        z-index: 2;
    }
    75% {
        top: 185px;
        left: -30px;
        z-index: 0;
        transform: scale(0.8);
    }
    100% {
        transform: scale(0.6);
    }
  }
  @keyframes fb {
    0% {
      transform: scale(0.6);
    }
    24% {
      z-index: 0;
    }
    25% {
      left: -10px;
      top: 45px;
      z-index: 2;
    }
    50% {
      transform: scale(1);
    }
    74% {
      z-index: 2;
    }
    75% {
      top: 190px;
      left: 129px;
      z-index: 0;
    }
    100% {
      transform: scale(0.6);
    }
  }
    .entry .window-body .close {
        padding: 5px 7px 13px 14px;
        width: 40px;
        height: 40px;
        background: #2e2b34;
    }
    .entry .window-body .close::after {
        font-size: 15px;
    }
    .entry .window-body form {
        overflow: unset;
        justify-content: flex-start;
    }
    .entry .window-body form.show {
        overflow-x: auto;
    }
    .entry .window-body:not(.show) form:hover {
        width: 50%;
    }
    .entry .window-body.show form:not(.show) {
        width: 30px;
    }
    .entry .window-body form.registration {
        padding: 0 10px 80px 25px;
    }
    .entry .window-body form.login {
        padding: 0 25px 50px 10px;
    }
    .entry .window-body.show form:not(.show) .window-title {
        top: 65px;
        left: -30px;
    }
    .entry .window-body.show form.registration:not(.show) .window-title {
        animation: push 1.2s infinite;
    }
    .entry .window-body.show form.login:not(.show) .window-title {
        animation: push-2 1.2s infinite;
    }
    @keyframes push {
        0% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(-5px);
        }
        100% {
            transform: translateX(0);
        }
    }
    @keyframes push-2 {
        0% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(5px);
        }
        100% {
            transform: translateX(0);
        }
    }
    .entry .window-body.show form.show .window-title {
        animation: show-title-mob 1s forwards;
    }
    @keyframes show-title-mob {
        0% {
            position: absolute;
            top: 65px;
            transform: scale(1);
            opacity: 1;
            border-bottom: 1px solid rgba(255, 255, 255, 0);
        }
        45% {
            top: 0;
            opacity: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0);
            transform: scale(0);
        }
        60% {
            top: 0;
            opacity: 0;
            position: static;
            transform: scale(0);
            border-bottom: 1px solid #e5e5e5;
        }
        100% {
            opacity: 1;
            transform: scale(1);
            position: static;
            border-bottom: 1px solid #e5e5e5;
        }
    }
    .entry .window-body.show form.login:not(.show) .window-title {
        left: 0;
    }
    .entry .window-body.show form:not(.show) .window-title span::before {
        font-size: 30px;
        line-height: 46px;
        max-height: 50px;
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
    }
    .entry .window-body form.login .window-title span::before {
        background: #fff;
    }
    .entry .window-body form.registration .window-title span::before {
        background: #2e2b34;
    }
    .entry .window-body.show form:not(.show) .window-title h2 {
        opacity: 0;
        visibility: hidden;
    }
    .window-background:where(.entry, .restore, .restore-ok, .new-pass, .registration-ok) .input {
        margin-bottom: 35px;
    }
    .entry .window-body form.registration .input input:focus + label,
    .entry .window-body form.registration .input.fixed > label {
        transform: translateY(-29px);
    }
}