@charset "UTF-8";

* {
   padding: 0;
   margin: 0;
   border: 0;
   -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
   -webkit-tap-highlight-color: transparent;
   scrollbar-color: #dcdcdc #fff;
   scrollbar-width: thin
}

::-webkit-scrollbar-thumb {
   background-color: #dcdcdc
}

::-webkit-scrollbar-track {
   background-color: #fff
}

::-webkit-scrollbar-button {
   display: none;
   background-color: #dcdcdc
}

::-webkit-scrollbar {
   width: 8px
}

*,
:after,
:before {
   box-sizing: border-box
}

:active,
:focus {
   outline: 0
}

a:active,
a:focus {
   outline: 0
}

aside,
footer,
header,
nav {
   display: block
}

body,
html {
   height: 100%;
   width: 100%;
   font-size: 100%;
   -ms-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%
}

input::-ms-clear {
   display: none
}

button {
   cursor: pointer
}

button::-moz-focus-inner {
   padding: 0;
   border: 0
}

a,
a:visited {
   text-decoration: none
}

a:hover {
   text-decoration: none
}

a,
button {
   -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
   -webkit-tap-highlight-color: transparent;
   background: 0 0;
   font-family: inherit
}

ul li {
   list-style: none
}

img {
   vertical-align: top;
   max-width: 100%
}

@font-face {
   font-family: Mulish;
   font-display: swap;
   src: url(/css/sea/fonts/Mulish-Bold.woff2) format("woff2"), url(/css/sea/fonts/Mulish-Bold.woff) format("woff");
   font-weight: 700;
   font-style: normal
}

@font-face {
   font-family: Mulish;
   font-display: swap;
   src: url(/css/sea/fonts/Mulish-Medium.woff2) format("woff2"), url(/css/sea/fonts/Mulish-Medium.woff) format("woff");
   font-weight: 500;
   font-style: normal
}

@font-face {
   font-family: Mulish;
   font-display: swap;
   src: url(/css/sea/fonts/Mulish-Regular.woff2) format("woff2"), url(/css/sea/fonts/Mulish-Regular.woff) format("woff");
   font-weight: 400;
   font-style: normal
}

@font-face {
   font-family: Mulish;
   font-display: swap;
   src: url(/css/sea/fonts/Mulish-SemiBold.woff2) format("woff2"), url(/css/sea/fonts/Mulish-SemiBold.woff) format("woff");
   font-weight: 600;
   font-style: normal
}

@font-face {
   font-family: Prata;
   font-display: swap;
   src: url(/css/sea/fonts/Prata-Regular.woff2) format("woff2"), url(/css/sea/fonts/Prata-Regular.woff) format("woff");
   font-weight: 400;
   font-style: normal
}


.header {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 99
}

.header::after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: #fff;
   z-index: -1;
   opacity: 0;
   transition: all .3s linear 0s
}

.header__body {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 20px;
   padding: 20px 0
}

.header__nav {
   flex: 0 1 40%;
   display: flex;
   align-items: center;
   gap: 32px
}

.header__menu-icon {
   width: 24px;
   height: 24px;
   flex: 0 0 24px
}

.header__menu-icon svg {
   width: 24px;
   height: 24px;
   color: #000
}

.header__menu ul {
   display: flex;
   align-items: center;
   gap: 32px
}

.header__menu ul a {
   color: #000;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 600;
   line-height: 1;
   letter-spacing: -.6px;
   text-transform: uppercase;
   position: relative
}

.header__menu ul a::after {
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   height: 1px;
   background: #000;
   transform-origin: right;
   transform: scaleX(0);
   transition: transform .3s cubic-bezier(.8, 0, 0, .8) 0s;
   will-change: transform
}

.header__logo {
   flex: 1;
   text-align: center
}

.header__buttons {
   flex: 0 1 40%;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   gap: 24px
}

.header__button {
   width: 24px;
   height: 24px;
   position: relative
}

.header__button::after {
   content: "";
   position: absolute;
   top: 100%;
   left: calc(50% - 2px);
   width: 4px;
   height: 4px;
   border-radius: 50%;
   background: #000;
   opacity: 0;
   transition: all .3s cubic-bezier(.8, 0, 0, .8) 0s
}

.header__button svg {
   width: 24px;
   height: 24px;
   color: #000;
   will-change: transform;
   transition: all .3s cubic-bezier(.8, 0, 0, .8) 0s
}

.menu {
   position: fixed;
   width: 100%;
   height: 560px;
   top: 60px;
   left: 0;
   background: #fff;
   z-index: 90;
   border-top: 1px solid #eaeaea;
   transform-origin: center top;
   transform: scaleY(.5);
   opacity: 0;
   transition: all .3s cubic-bezier(.8, 0, 0, .8) 0s;
   will-change: transform;
   pointer-events: none
}

.menu.active {
   opacity: 1;
   transform: scaleY(1);
   pointer-events: all
}

.menu__body {
   padding: 20px 0;
   display: flex;
   justify-content: space-between
}

.menu__grid {
   -moz-column-count: 2;
   column-count: 2;
   height: 472px;
   margin-left: 56px
}

.menu__group:not(:first-child) {
   margin-top: 24px;
   -moz-column-break-inside: avoid;
   break-inside: avoid
}

.menu__group a {
   position: relative
}

.menu__group a::after {
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   height: .8px;
   background: #000;
   transform-origin: right;
   transform: scaleX(0);
   transition: transform .3s cubic-bezier(.8, 0, 0, .8) 0s;
   will-change: transform
}

.menu__group-name {
   display: inline-block;
   color: #000;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 700;
   line-height: 135%;
   letter-spacing: -.6px;
   margin-bottom: 12px
}

.menu__group-list li {
   width: 190px;
   margin-right: 15px;
   line-height: 1
}

.menu__group-list li:not(:last-child) {
   margin-bottom: 12px
}

.menu__group-list a {
   color: #000;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 500;
   line-height: 135%;
   text-transform: capitalize
}

.menu__group-list a span {
   color: #8cac65;
   font-size: 14px;
   font-weight: 600;
   line-height: 1;
   letter-spacing: -.6px;
   text-transform: uppercase
}

.menu__image {
   width: 453px;
   height: 520px;
   position: relative;
   overflow: hidden
}

.menu__image img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   -o-object-position: 0 100%;
   object-position: 0 100%;
   transform-origin: left bottom;
   transition: transform .3s linear 0s;
   will-change: transform
}

.menu__icon {
   position: relative
}

.menu__icon svg:nth-child(1) {
   transition: transform .3s ease .3s
}

.menu__icon svg:nth-child(2) {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%) scaleY(0);
   transition: transform .3s ease 0s
}

.menu__icon.active svg:nth-child(1) {
   transform: scaleY(0);
   transition: transform .3s ease 0s
}

.menu__icon.active svg:nth-child(2) {
   transform: translate(-50%, -50%) scaleY(1);
   transition: transform .3s ease .3s
}

.footer {
   background: #cbcab6
}

.footer__body {
   padding: 20px 0 78px;
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   gap: 30px
}

.footer__logo {
   margin-bottom: 40px
}

.footer__contact {
   display: block;
   width: -moz-max-content;
   width: max-content;
   color: #000;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 700;
   line-height: 1;
   letter-spacing: -.6px;
   text-transform: uppercase;
   margin-bottom: 12px;
   position: relative
}

.footer__contact::after {
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   height: 1px;
   background: #000;
   transform-origin: right;
   transform: scaleX(0);
   transition: transform .3s cubic-bezier(.8, 0, 0, .8) 0s;
   will-change: transform
}

.footer__menu {
   display: flex;
   align-items: flex-start;
   gap: 50px
}

.footer__menu-col {
   flex: 0 1 190px;
   min-width: 190px
}

.footer__menu-title {
   color: #000;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 700;
   line-height: 1;
   letter-spacing: -.6px;
   text-align: left;
   margin-bottom: 12px
}

.footer__menu-list li:not(:last-child) {
   margin-bottom: 12px
}

.footer__menu-list a {
   display: block;
   color: rgba(0, 0, 0, .8);
   font-family: Mulish;
   font-size: 14px;
   font-weight: 500;
   line-height: 135%;
   letter-spacing: 0;
   text-transform: capitalize;
   position: relative
}

.footer__menu-list a::after {
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   height: 1px;
   background: #000;
   transform-origin: right;
   transform: scaleX(0);
   transition: transform .3s cubic-bezier(.8, 0, 0, .8) 0s;
   will-change: transform
}

.footer__policy {
   padding: 18px 0 19px;
   border-top: 1px solid #b5b49d
}

.footer__policy-body {
   display: flex;
   align-items: center;
   justify-content: center
}


.popup {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 999;
   background: rgba(0, 0, 0, .65);
   display: grid;
   grid-template-columns: 1fr;
   visibility: hidden;
   opacity: 0;
   pointer-events: none;
   overflow: hidden;
   transition: all .2s ease .2s
}

.popup.show {
   opacity: 1;
   visibility: visible;
   pointer-events: all;
   transition: all .2s ease 0s
}


.popup.show .popup__body_right {
   transform: translateX(0);
   transition: all .3s ease .2s
}

.popup__body_right {
   width: 475px;
   margin-left: auto;
   background: #fff;
   color: #000;
   font-family: Mulish;
   transform: translateX(100%);
   transition: all .3s ease 0s
}

.popup__head {
   padding: 20px;
   border-bottom: 1px solid #eaeaea;
   display: flex;
   align-items: center;
   justify-content: space-between
}

.popup__title {
   font-size: 14px;
   font-weight: 600;
   line-height: 100%;
   letter-spacing: -.6px;
   text-align: left;
   text-transform: uppercase
}

.popup__subtitle {
   font-size: 14px;
   font-weight: 700;
   line-height: 100%;
   letter-spacing: -.6px;
   text-transform: uppercase;
   margin: 12px 0
}

.popup__close {
   position: absolute;
   width: 24px;
   height: 24px;
   cursor: pointer;
   right: 10px;
   top: 12px;
}

.popup__close svg {
   width: 100%;
   height: 100%;
   transition: all .3s cubic-bezier(.8, 0, 0, .8) 0s
}

.popup__main {
   padding: 20px;
   max-height: calc(100vh - 61px);
   overflow-y: auto;
   position: relative
}

.search-popup__area {
   position: relative;
   display: flex;
   align-items: center;
   height: 44px;
   border: 1px solid #000;
   border-radius: 8px;
   overflow: hidden;
   padding: 10px 16px
}

.search-popup__area input {
   padding-left: 12px;
   width: 100%;
   height: 100%;
   flex: 1;
   border-radius: 8px;
   font-family: Mulish;
   color: #000;
   font-size: 14px;
   font-weight: 700;
   line-height: 100%;
   letter-spacing: -.6px;
   text-transform: uppercase
}

.search-popup__area input::-moz-placeholder {
   color: #ababab
}

.search-popup__area input::placeholder {
   color: #ababab
}

.search-popup__area button {
   width: 24px;
   height: 24px
}

.search-popup__area button svg {
   width: 100%;
   height: 100%;
   transition: all .3s ease 0s;
   will-change: transform
}

.search-popup__popular {
   margin-top: 20px
}

.search-popup__popular .popup__subtitle {
   margin-bottom: 20px
}

.search-popup__popular li:not(:last-child) {
   margin-bottom: 12px
}

.search-popup__popular a {
   color: #000;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 500;
   line-height: 1;
   text-transform: capitalize;
   position: relative
}

.search-popup__popular a span {
   color: #8cac65;
   font-size: 14px;
   font-weight: 600;
   line-height: 1;
   letter-spacing: -.6px;
   text-transform: uppercase
}

.search-popup__popular a::after {
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   height: .8px;
   background: #000;
   transform-origin: right;
   transform: scaleX(0);
   transition: transform .3s cubic-bezier(.8, 0, 0, .8) 0s;
   will-change: transform
}

.filter-popup__form {
   padding-bottom: 68px
}

.filter-popup__inputs {
   display: flex;
   align-items: center;
   gap: 8px
}

.filter-popup__inputs .input {
   flex: 0 1 auto;
   display: inline;
   width: 137px
}

.filter-popup__buttons {
   position: fixed;
   bottom: 0;
   right: 0;
   width: 100%;
   padding: 12px;
   border-top: 1px solid #eaeaea;
   display: flex;
   align-items: center;
   gap: 8px;
   background: #fff
}

.filter-popup__buttons button {
   flex: 1;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
   padding: 15px 30px;
   width: 100%;
   border: 2px solid #000;
   border-radius: 12px;
   color: #000;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 700;
   line-height: 1;
   letter-spacing: -.6px;
   text-transform: uppercase;
   transition: all .3s ease 0s
}

.filter-popup__buttons button svg {
   width: 16px;
   height: 16px;
   max-width: 0;
   transition: all .3s ease 0s
}

.filter-popup__buttons button[type=submit] {
   background: #000;
   color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
   color: #2d2c1b;
   font-family: Prata;
   text-transform: uppercase;
   font-weight: 400
}

h1 {
   font-size: 44px;
   line-height: 136.363636%;
   letter-spacing: -.36px;
   -webkit-text-stroke: .36px #2d2c1b
}

.h1_mainpage {
	letter-spacing: 0px;
    -webkit-text-stroke: 0px #2d2c1b;
}


h2 {
   font-size: 32px;
   line-height: 125%;
   letter-spacing: -.36px;
   -webkit-text-stroke: .36px #2d2c1b
}

h3 {
   font-size: 24px;
   line-height: 137.5%;
   -webkit-text-stroke: .36px #2d2c1b
}

h4 {
   font-size: 18px;
   line-height: 133.333333%;
   -webkit-text-stroke: .36px #2d2c1b
}

h5 {
   font-size: 16px;
   line-height: 137.5%;
   -webkit-text-stroke: .3px #2d2c1b
}

h6 {
   font-size: 14px;
   line-height: 135.714286%;
   -webkit-text-stroke: .3px #2d2c1b
}

.button-black {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   padding: 8px 12px;
   color: #fff;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 700;
   line-height: 142.857143%;
   letter-spacing: -.6px;
   text-align: center;
   background: #000;
   transition: all .3s ease 0s;
   border-radius: 8px;
   gap: 5px
}

.button-black svg {
   width: 16px;
   height: 16px;
   transition: all .3s ease 0s
}

.button-line {
   color: #000;
   padding: 8px 0;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 4px;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 700;
   line-height: 1;
   letter-spacing: -.6px;
   text-align: left;
   text-transform: uppercase;
   position: relative;
   border-radius: 2px;
   overflow: hidden
}

.button-line svg {
   width: 14px;
   height: 14px;
   color: #000;
   max-width: 0;
   overflow: hidden;
   transition: all .3s cubic-bezier(.8, 0, 0, .8) 0s
}

.button-line::after {
   content: "";
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 1px;
   background: #000
}

.product-preview {
   position: relative;
   overflow: hidden;
   background: #fff
}

.product-preview__image {
   width: 100%;
   margin-bottom: 12px;
   overflow: hidden;
   background: #f4f3f3;
   text-align: center;
   height: 490px;
   position: relative;
}

.product-preview__image img {
   /*width: 100%;
   height: 100%;*/
   -o-object-fit: cover;
   object-fit: cover;
   transition: all .5s ease 0s;
   will-change: transform;
   position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
   
}

.product-preview__info {
   color: #000;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 700;
   line-height: 1.2;
   letter-spacing: -.6px;
   text-transform: uppercase
}

.product-preview__price {
	text-transform: none;
}

.product-preview__group {
   text-transform: none;
   color: #686464;
   font-weight: 400;
   margin-bottom: 5px;
}

.product-preview__name {
   margin-bottom: 8px
}

.product-preview__wishlist {
   position: absolute;
   top: 0;
   right: 0;
   width: 56px;
   height: 56px;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 2
}

.product-preview__wishlist::after {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(255, 255, 255, .4);
   transform: translateX(100%);
   transition: all .3s ease 0s
}

.product-preview__wishlist svg {
   color: #fff;
   width: 24px;
   height: 24px;
   transition: all .3s ease 0s;
   will-change: transform;
   z-index: 2
}

.gallery-carousel {
   width: 100%;
   margin: 40px 0;
   min-width: 0
}

.gallery-carousel__slider {
   width: 100%;
   min-width: 0
}

.gallery-carousel__slide {
   display: inline-block;
   width: auto;
   position: relative
}

.gallery-carousel__image {
   display: block;
   width: 395px;
   height: auto;
   margin-bottom: 12px;
   height: 580px;
   overflow: hidden
}

.gallery-carousel__image img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover
}

.gallery-carousel__name {
   color: rgba(0, 0, 0, .4);
   font-size: 14px;
   font-weight: 600;
   line-height: 142.857143%;
   letter-spacing: -.6px
}

.gallery-carousel__next,
.gallery-carousel__prev {
   width: 32px;
   height: 32px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(0, 0, 0, .2);
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
   position: absolute;
   transition: all .3s ease 0s;
   top: calc(50% - 16px);
   z-index: 5
}

.gallery-carousel__next svg,
.gallery-carousel__prev svg {
   width: 6px;
   transition: all .3s ease 0s
}

.gallery-carousel__next.swiper-button-disabled,
.gallery-carousel__prev.swiper-button-disabled {
   opacity: 0;
   pointer-events: none
}

.gallery-carousel__prev {
   left: 12px
}

.gallery-carousel__next {
   right: 12px
}

.breadcrumbs__body {
   display: flex;
   gap: 10px;
   align-items: center;
   margin-bottom: 24px
}

.breadcrumbs a,
.breadcrumbs span {
   display: block;
   color: rgba(0, 0, 0, .4);
   font-family: Mulish;
   font-size: 14px;
   font-weight: 400;
   line-height: 1;
   letter-spacing: -.6px;
   text-align: center;
   transition: all .3s ease 0s
}

.breadcrumbs_gots {
	padding: 30px 0 3px 0;
}


.sorting {
   position: relative
}

.sorting__items {
   position: absolute;
   top: 100%;
   left: 0;
   width: -moz-max-content;
   width: max-content;
   height: auto;
   display: flex;
   flex-direction: column;
   gap: 8px;
   padding: 20px;
   background: #fff;
   border-radius: 12px;
   box-shadow: 0 5px 9.1000003815px 0 rgba(0, 0, 0, .2);
   visibility: hidden;
   opacity: 0;
   transform: translateY(-10px);
   transition: all .3s ease 0s;
   z-index: 10
}

.sorting__items.show {
   visibility: visible;
   opacity: 1;
   transform: translateY(0)
}

.sorting__item {
   color: #000;
   padding: 8px 12px;
   border: 1px solid #d3d3d3;
   border-radius: 8px;
   background: #fff;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 700;
   line-height: 142.857143%;
   letter-spacing: -.6px;
   text-align: center
}

.input {
   padding: 6px 12px;
   border: 1px solid #d3d3d3;
   border-radius: 8px;
   background: #fff;
   color: #000;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 700;
   line-height: 142.857143%;
   letter-spacing: -.6px;
   width: auto;
   transition: all .3s ease 0s
}

.input::-moz-placeholder {
   color: #999
}

.input::placeholder {
   color: #999
}

.input:focus {
   border-color: #000
}

.custom-menu {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 9px;
   padding: 8px 12px;
   border: 1px solid #d3d3d3;
   border-radius: 8px;
   background: #fff;
   color: #000;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 700;
   line-height: 142.857143%;
   letter-spacing: -.6px;
   margin-right: 15px;
   margin-bottom: 15px;
   cursor: pointer;
   position: relative
}

.custom-menu:hover {
	 border-color: #000;
}


.unactice .custom-select-m {
	background: #d3d3d3;
	color: #979393;
	border: 1px solid #d3d3d3!important;
}

.custom-select-m {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 9px;
   padding: 8px 12px;
   border: 1px solid #d3d3d3;
   border-radius: 8px;
   background: #fff;
   color: #000;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 600;
   line-height: 142.857143%;
   letter-spacing: -.6px;
   margin-right: 9px;
   margin-bottom: 8px;
   cursor: pointer;
   position: relative;
}
/*
.custom-select-m::after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 2px solid transparent;
   border-radius: 8px;
}
*/

.custom-select-m:hover {
   border: 1px solid #000;
}

.active-sm {
   border: 2px solid #000!important;
   padding: 6px 10px;
}


.custom-checkbox {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 9px;
   padding: 8px 12px;
   border: 1px solid #d3d3d3;
   border-radius: 8px;
   background: #fff;
   color: #000;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 700;
   line-height: 142.857143%;
   letter-spacing: -.6px;
   margin-right: 4px;
   margin-bottom: 8px;
   cursor: pointer;
   position: relative
}

.custom-checkbox::after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 2px solid transparent;
   border-radius: 8px
}

.custom-checkbox input {
   display: none
}

.custom-checkbox .color {
   display: inline-block;
   width: 14px;
   height: 14px;
   border-radius: 50%
}

.custom-checkbox:has(input:checked) {
   border-color: transparent
}

.custom-checkbox:has(input:checked)::after {
   border-color: #000
}







.-olive {
   background: #f8f2dc
}

.-brown {
   background: #9c7a55
}

.-pink {
   background: #f2e9e7
}

.-peach {
   background: #ffd19f
}

.-blue {
   background: #95c3e4
}

.-green {
   background: #758a00
}

.-yellow {
   background: #ffcd63
}

.-white {
   background: #fff;
   border: 1px solid rgba(211, 211, 211, .3)
}

html {
   scroll-behavior: smooth;
   scrollbar-gutter: stable
}

body {
   height: 100%;
   position: relative;
   color: #000;
   font-family: Mulish;
   font-size: 16px;
   font-weight: 500;
   min-width: 1260px;
}

body::after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   background: rgba(0, 0, 0, .24);
   transition: all .2s ease 0s;
   opacity: 0;
   pointer-events: none
}

body.no-scroll::after {
   opacity: 1
}

body.no-scroll .header::after {
   opacity: 1
}

.wrapper {
   min-height: 100%;
   display: flex;
   flex-direction: column
}

main {
   flex: 1 1 auto
}

.container {
   width: min(100% - 2rem, 1440px);
   margin-inline: auto
}

.hero {
   position: relative;
   margin: 0 0 60px 0;
}

.hero .breadcrumbs__body {
   justify-content: center
}

.hero__body {
   /* height: 437px; */
   position: relative;
   z-index: 2;
   padding-top: 100px
}

.hero__title {
   text-align: center;
   color: #424141;
   font-family: Prata;
   font-size: 30px;
   font-weight: 400;
   line-height: 110%;
   letter-spacing: -.36px;
   text-align: center;
   text-transform: uppercase;
   max-width: 1100px;
   max-width: 1100px;
   margin-inline: auto;
   padding-bottom: 30px;
}
  /*
.hero__image {
	display: flex; justify-content: center; align-items: center;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
 height: 100%;
   bottom: 0px;
}
*/
/*
.hero__image img {
   width: 100%;
   height: 100%;
   max-width: none;
   -o-object-fit: cover;
   object-fit: cover;
   object-fit: cover;
}
*/
.hero__image {
	position: absolute;
	width:100%;
	bottom: 0px;
	height: 437px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.categories__body {
   padding: 40px 0 28px;
   max-width: 1000px;
   display: flex;
   align-items: center;
   gap: 20px;
}

.categories__body-menu {
   padding: 0px 0 28px;
   max-width: 990px;
   text-align: center;
   gap: 20px;
}

.categories__slider {
   width: 100%;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none
}

.categories__slide {
   display: inline-block;
   width: 100px
}

.categories__slide-image {
   width: 100px;
   height: 100px;
   border-radius: 50%;
   overflow: hidden;
   background: url(../img/categories/empty-image.svg) center/28px 28px no-repeat, #f5f5f5
}

.categories__slide-image img {
   width: 100%;
   height: 100%;
   transition: all .3s linear 0s;
   -o-object-fit: cover;
   object-fit: cover
}

.categories__slide-name {
   color: #000;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 700;
   line-height: 135%;
   letter-spacing: -.6px;
   text-align: center;
   text-transform: capitalize;
   -webkit-text-stroke: unset
}

.categories__slider-pagination {
   position: static;
   bottom: 0
}

.categories__slider-pagination .swiper-pagination-bullet {
   width: 6px;
   height: 6px;
   background: #000
}



.categories__slider-next,
.categories__slider-prev {
   width: 24px;
   height: 24px;
   transform: translateY(-100%);
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
}

.categories__slider-next svg,
.categories__slider-prev svg {
   width: 100%;
   height: 100%;
   transition: all .3s ease 0s
}

.categories__slider-next.swiper-button-disabled,
.categories__slider-prev.swiper-button-disabled {
   opacity: .5
}


.catalog__marg {
	margin-bottom: 60px;
    text-align: center;
}

.catalog__panel {
   display: flex;
   align-items: center;
   gap: 20px;
   padding: 23px 0 27px;
   border-top: 1px solid #f5f5f5
}

.catalog__panel-btn {
   display: flex;
   align-items: center;
   gap: 9px;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 700;
   line-height: 1;
   letter-spacing: -.6px;
   text-transform: uppercase;
   position: relative
}

.catalog__panel-btn svg {
   width: 24px;
   height: 24px
}

.catalog__panel-btn::after {
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   height: 1px;
   background: #000;
   transform-origin: right;
   transform: scaleX(0);
   transition: transform .3s cubic-bezier(.8, 0, 0, .8) 0s;
   will-change: transform
}

.catalog__products {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   gap: 16px;
   /*grid-auto-rows: minmax(100px, auto);*/
   grid-auto-rows: 585px;
}

.catalog__products-more {
   margin-top: 16px;
   margin-bottom: 80px;
   text-align: center
}

.seo-text {
   margin: 80px 0 95px
}

.seo-text__body {
   max-width: 800px;
   margin-inline: auto
}

.seo-text__title {
   margin-bottom: 16px;
   color: #000;
   font-family: Prata;
   font-size: 24px;
   font-weight: 400;
   line-height: 137.5%;
   letter-spacing: 0;
   text-align: center;
   text-transform: uppercase
}

.seo-text__text {
   text-align: center;
   color: #000;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 500;
   line-height: 1;
   letter-spacing: 0;
   text-align: center
}

.seo-text__text h3,
.seo-text__text h4 {
   margin: 30px 0 20px;
   font-weight: 500;
   color: #000;
   -webkit-text-stroke: .36px #000
}

.seo-text__text p {
   margin: 20px 0
}

.seo-text__text ol,
.seo-text__text ul {
   margin: 20px 0
}

.seo-text__text ol li:not(:last-child),
.seo-text__text ul li:not(:last-child) {
   margin-bottom: 10px
}

.seo-text__wrapper {
   max-height: 132px;
   overflow: hidden;
   transition: all 1s linear 0s;
   position: relative
}

.seo-text__wrapper::after {
   content: "";
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 2;
   background: linear-gradient(360deg, #fff 16%, rgba(255, 255, 255, 0) 100%)
}

.seo-text__wrapper.opened {
   max-height: 1000px
}

.seo-text__wrapper.opened::after {
   display: none
}

.product {
   margin-top: 64px
}

.product__body {
   display: flex;
   gap: 60px;
   margin-bottom: 80px
}

.product__images {
   flex: 0 1 700px
}

.product__images-ots {
	margin-top: 20px;
}



.product__main {
   flex: 1;
   color: #000;
   font-family: Mulish
}

.product__type {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 20px;
   color: rgba(0, 0, 0, .4);
   font-family: Mulish;
   font-size: 14px;
   font-weight: 400;
   line-height: 142.857143%;
   letter-spacing: -.6px;
   margin-bottom: 12px
}

.product__name {
   color: #2d2c1b;
   font-family: Prata;
   font-size: 28px;
   font-weight: 400;
   line-height: 125%;
   letter-spacing: -.36px;
   text-transform: uppercase;
   margin-bottom: 24px;
   max-width: 675px;
   -webkit-text-stroke: .36px #2d2c1b
}

.product__options {
   display: flex;
   flex-direction: column;
   gap: 24px
}

.product__color-items .custom-checkbox {
   border-radius: 50%;
   width: 28px;
   height: 28px;
   padding: 0
}

.product__color-items .custom-checkbox::after {
   border-radius: 50%
}

.product__equipment-text {
   color: #1a1a1a;
   font-size: 14px;
   font-weight: 400;
   line-height: 142.857143%;
   letter-spacing: -.6px
}

.product__buttons {
   display: flex;
   align-items: center;
   gap: 20px;
   margin-bottom: 24px
}


.universal-tooltip {
    position: absolute;
    padding: 15px 20px;
    background: #FFFEEC;
    border: 1px solid #e1e1e1;
    left: 0px;
    bottom: 64px;
    display: none;
    font-size: 12px;
    z-index: 10;
    color: #262626;
    line-height: 20px;
    text-align: left;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    height: max-content;
    font-family: Mulish;
    text-shadow: none;
    font-weight: normal;
}

.universal-tooltip-treug {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #FFFEEC;
    transform: rotate(45deg);
    bottom: -6px;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}


.product__cart {
	 position: relative;
}

.product__cart:hover .universal-tooltip{
	animation: fadeIn 0.4s;
	display: block;
}

div.universal-tooltip{
    padding: 20px 20px 20px 20px;
    font-size: 12px;
    line-height: 16px;
    color: #646464;
}



.unactive-btn {
    background: #828282 !important;
    color: #fff !important;
    border-color: #828282 !important;
    cursor: default !important;
}

.product__cart-button {
   background: #000;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 30px;
   padding: 14px 24px;
   border-radius: 12px;
   color: #fff;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 700;
   line-height: 1;
   letter-spacing: -.6px;
   text-transform: uppercase;
   transition: all .3s ease 0s
}

.product__cart-button span {
   display: flex;
   align-items: center;
   gap: 8px;
   white-space: nowrap
}

.product__cart-button svg {
   width: 24px;
   height: 24px
}

.product__cart-button del {
   opacity: .4
}

.product__cart-button edi {
  text-transform: none;
}

.product__wishlist-button {
   width: 24px;
   height: 24px
}

.product__wishlist-button svg {
   width: 100%;
   height: 100%;
   transition: all .3s ease 0s;
   will-change: transform
}

.product__complete-product {
   display: flex;
   align-items: center;
   justify-content: space-between;
   max-width: 401px
}

.product__complete-product:not(:last-child) {
   margin-bottom: 12px
}

.product__complete-product-name {
   display: inline-flex;
   align-items: center;
   gap: 9px;
   font-size: 14px;
   font-weight: 700;
   line-height: 1;
   letter-spacing: -.6px;
   text-transform: uppercase;
   margin-bottom: 5px
}

.product__complete-product-name .color {
   display: inline-block;
   border-radius: 50%;
   width: 14px;
   height: 14px
}

.product__complete-product-size {
   color: rgba(0, 0, 0, .4);
   font-size: 14px;
   font-weight: 600;
   line-height: 142.857143%;
   letter-spacing: -.6px
}

.product__description {
   /* margin-top: 30px; */
   margin-bottom: 24px;
   color: #000;
   font-family: Mulish;
   font-size: 14px !important;
   font-weight: 600 !important;
   line-height: 142.857143%;
   letter-spacing: -.6px;
   max-width: 594px
}

.product__about {
   display: flex;
   flex-direction: column;
   gap: 24px;
   color: #000;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 600;
   line-height: 142.857143%;
   letter-spacing: -.6px
}

.product__colors {
	display: flex; gap: 20px;
}


.circlemy {
	position: relative ;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.circlemy::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 50%;
	width: 9px;
	height: 18px;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	border-left: none;
}

.active-m {
	position: absolute;
	border-radius: 50%;
	border: 2px solid #000;
	width: 32px;
	height: 32px;
	z-index: 1;
	left: -6px;
	top: -6px;
}
						
.active-n {
	cursor: pointer;
	position: absolute;
	border-radius: 50%;
	border: 1px solid #d3d3d3;
	width: 32px;
	height: 32px;
	z-index: 1;
	top: -6px;
	left: -6px;
}
.active-n:hover {
	border: 1px solid #000;
} 


.product__about p:not(:last-child) {
   margin-bottom: 12px
}

.product__about p {
   max-width: 594px
}

.product__about ul {
   padding-left: 20px;
   margin-bottom: 12px
}

.product__about ul li {
   list-style-type: disc;
   max-width: 594px
}

.product__about ul li:not(:last-child) {
   margin-bottom: 10px
}

.product__about ol {
   padding-left: 20px
}

.product__about ol li {
   max-width: 594px
}

.product__about ol li:not(:last-child) {
   margin-bottom: 10px
}

.product__about table {
   width: 100%
}

.product__about table thead th {
   color: #999;
   border-bottom: 1px solid #e6e6e6
}

.product__about table tbody tr:not(:last-child) td {
   border-bottom: 1px solid #e6e6e6
}

.product__about table td,
.product__about table th {
   color: #090909;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 600;
   line-height: 142.857143%;
   letter-spacing: -.6px;
   text-align: left;
   padding: 10px 0;
   width: 33.333%
}

.product__group-title {
   display: flex;
   align-items: center;
   gap: 4px;
   font-family: Prata;
   font-size: 18px;
   font-weight: 400;
   line-height: 110%;
   text-transform: uppercase;
   margin-bottom: 8px;
   -webkit-text-stroke: .36px #000;
   cursor: pointer
}

.product__group-title.active .-plus {
   opacity: 0;
   transform: translate(-50%, -50%) rotate(90deg)
}

.product__group-title.active .-minus {
   opacity: 1;
   transform: translate(-50%, -50%) rotate(180deg)
}

.product__group-icon {
   transform: translateY(-2px);
   width: 16px;
   height: 16px;
   position: relative
}

.product__group-icon svg {
   width: 16px;
   height: 16px;
   display: inline-block;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   transition: all .3s ease 0s
}

.product__group-icon .-plus {
   opacity: 1
}

.product__group-icon .-minus {
   opacity: 0
}

.product__group-text {
   max-height: 0;
   overflow: hidden;
   transition: all .3s linear 0s
}

.product__symbols {
   padding: 24px 0
}

.product__symbols img {
   display: inline-block;
   margin-right: 12px;
   width: 24px;
   height: 24px
}

.product-subtitle-sm {
   font-size: 14px;
   font-weight: 700;
   line-height: 142.857143%;
   letter-spacing: -.6px;
   margin-bottom: 12px
}

.product-subtitle-sm span {
   opacity: .4
}

.related {
   margin: 80px 0
}

.related__title {
   font-family: Prata;
   font-size: 18px;
   font-weight: 400;
   line-height: 133.333333%;
   text-transform: uppercase;
   margin-bottom: 24px
}

.related__products {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   gap: 16px
}

.article {
   /* margin-top: 64px; */
}

.article__body {
   max-width: 1100px;
   padding: 0px 0 40px;
}

.article__image {
   margin-bottom: 40px
}

.article__subtitle {
   max-width: 532px;
   margin-bottom: 40px
}

.article__text {
  /* border-top: 1px solid #e8e8e8; */
   color: #090909;
   font-family: Mulish;
   font-size: 16px;
   font-weight: 400;
   line-height: 150%;
   letter-spacing: -.6px
}

.article__text h2,
.article__text h3,
.article__text h4,
.article__text h5,
.article__text h6 {
   text-wrap: balance;
   margin: 40px 0 16px
}

.article__text ol,
.article__text ul {
   margin: 24px 0;
   padding-left: 20px
}

.article__text ol li:not(:last-child),
.article__text ul li:not(:last-child) {
   margin-bottom: 16px
}

.article__text ul li {
   list-style-type: disc
}

.article__text p {
   margin: 16px 0
}

.article__text a {
   color: #07f;
   text-decoration: underline;
   text-decoration-thickness: from-font;
   transition: all .2s ease 0s
}

.article__text img,
.article__text video {
   max-width: 100%;
   margin: 20px 0
}

.article__text img+span,
.article__text video+span {
   opacity: .4;
   display: block;
   text-align: center;
   margin-top: -12px;
   margin-bottom: 20px
}

.article-images__wrapper {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   gap: 12px
}

.article-images__image {
   width: 100%
}

.article-images__image img {
   width: 100%;
   -o-object-fit: contain;
   object-fit: contain
}

.article-images__toggle {
   margin-top: 12px;
   text-align: center
}

.grid-3-col {
   margin: 24px 0;
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   gap: 20px 80px
}

/* Краткая корзина */
.header-bsk-list {
    width: 100%;
}

.header-bsk-item-img {
    width: 100px;
    height: 100px;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
    margin-right: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}

.header-bsk-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.header-bsk-list tr td {
    vertical-align: top;
    position: relative;
}

.header-bsk-name2 {
    color: #000;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
}

.header-bsk-name2:hover::before {

  /* color: #000;
   text-decoration: underline;
   text-underline-offset: 4px;
  
  transform-origin: right;
   transform: scaleX(0);
   transition: transform .3s cubic-bezier(.8, 0, 0, .8) 0s;
   will-change: transform*/
}

.header-bsk-name-ob {
	width: 290px;
	margin-bottom: 10px;
}

.header-bsk-name {
  font-family: Mulish;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  background-image: linear-gradient(rgb(255 255 255), rgb(255 255 255)), linear-gradient(#000, #feb2b2);
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size .3s linear;
}

.header-bsk-name:hover {
  background-size: 0 1px, 100% 1px;
}


.bsk-item-cont{
    display: inline-block;
    width: 90px;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bsk-item-count{
    border: none;
    background: none;
    outline: none;
    display: inline-block;
   font-family: Mulish;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    width: 43px;
    vertical-align: middle;
    text-align: center;
    height: 20px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    top: 0px;
	font-weight: 600;
}

.bsk-item-m, .bsk-item-p {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    cursor: pointer;
    
}

.bsk-item-m{
    background: url(/images/sea/svg/bsk-item-minus.svg);
    background-repeat: no-repeat;
    background-position: center;
}


.bsk-item-m:hover{
    background: url(/images/sea/svg/bsk-item-minus-a.svg);
    background-repeat: no-repeat;
    background-position: center;
}


.bsk-item-p{
    background: url(/images/sea/svg/bsk-item-plus.svg);
    background-repeat: no-repeat;
    background-position: center;
}


.mods-single-total .bsk-item-p{
    position: relative;
    top: 0px;
}

.bsk-item-p:hover{
    background: url(/images/sea/svg/bsk-item-plus-a.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.header-bsk-price{
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    font-family: Mulish;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
	font-weight: 700;
	padding-top: 2px;
}


.header-bsk-del{
    position: absolute;
    top: -50px;
    right: 6px;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 19px;
	cursor: pointer;
}

.header-bsk-del:hover svg{
    fill: #b50000;
}

.header-bsk-del svg{
    width: 40px;
    height: 40px;
    fill: #0a0a0a;
}

.header-bsk-itog {
    background: #F3F3F3;
    border-radius: 10px;
    padding: 17px 16px 8px 20px;
    margin-bottom: 20px;
}
/*
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
*/
.header-bsk-itog div:nth-child(1) {
   float: left;
   font-size: 14px;
   line-height: 18px;
   font-family: Mulish;
   font-weight: 600;
}
.header-bsk-itog div:nth-child(2) {
    font-family: Mulish;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    float: right;
    position: relative;
    top: -4px;
	font-weight: 700;
}


.header-bsk-to-bsk {
    float: left; width: 205px;
}

.header-bsk-order-oform
{
    float: right; width: 205px;
}

.btn__empty {
   
	text-align: center;
    cursor: pointer;
    text-decoration: none;
    padding: 13px 24px 14px 24px;
    outline: none;
    border: none;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    cursor: pointer;
    border-radius: 12px;
    transition: 0.1s;
    box-sizing: border-box;
    font-family: Mulish;
	font-weight: 700;
	
	background-color: #fff;
	border: 1px solid #d3d3d3;
	color: #000000;
}

.btn__black {
	background-color: #000000!important;
	border: 1px solid #000000!important;
	color: #fff!important;
}

.btn__black:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .4156862745);
}

.btn__white {
	background-color: transparent!important;
	border: 1px solid #b5aeac!important;
	color: #000!important;
}

.btn__white:hover {
	background-color: #e9e9e9!important;
}

.btn__tran {
	background-color: transparent!important;
	border: 1px solid #b5aeac!important;
	color: #000!important;
}

.btn__tran:hover {
	background-color: #f9efed!important;
}

.unactive-btn {
    background: #828282!important;
    color: #fff!important;
    border-color: #828282!important;
    cursor: default!important;
}





/* form  */

.form__oformlzak {
    width: 800px;
}

.submit-cont {
    width: 280px;
    float: left;
    margin-bottom: 0px;
}


.privacy-and-check {
    width: 415px;
    float: right;
}
.privacy-checkbox-cont .privacy-checkbox {
    display: none;
}
.privacy-checkbox-cont .privacy-checkbox-init {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    background: 0 0;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
}
.privacy-checkbox-cont input:checked + .privacy-checkbox-init {
    background: #fff url(/images/sea/system/priv-pol-check.svg) no-repeat center;
}
.privacy-text{
   font-size: 14px;
   line-height: 18px;
   color: #686767;
   font-family: Mulish;
}
.privacy-text a {
	color: #686767!important;
}
.privacy-text a:hover {
	color: #000000!important;
}





.form__my input {
	font-family: Mulish;
    background: #fff;
    box-shadow: none;
    color: #000;
    height: auto;
    font-size: 16px;
    padding: 8px 13px 9px 13px;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    height: 50px;
}

.form__my .error_input input {
	border: 1px solid #ff0000;
}

.error_input .input-errors-cont{
	display: block!important;
}

.form__my .input_po {
	position: relative;
}

.form__my .input-errors-cont
 {
    background: url(/images/aplex/system/warn.png);
    background-repeat: no-repeat;
    background-position: top 39px right 14px;
	position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 55px;
    height: 100%;
    bottom: 0;
    margin: auto;
}

.form__my .nerr {
	width: 300px;
	right: 0px; 
    left: unset;
}

.input-errors-cont:hover .universal-tooltip{
	animation: fadeIn 0.4s;
	display: block;
}



.form__my textarea {
    background: #fff;
    box-shadow: none;
    color: #000;
    height: 90px;
    padding: 8px 13px 7px;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    resize: none;
    font-size: 16px;
    font-family: Mulish;
    border-radius: 10px;
}

.input-field-n{
	font-family: Mulish;
	font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    margin: 17px 9px 9px 0px;
}

.zve {     
color: #ff0000;
    font-size: 18px;
}

.block__sys	{
	background: #F3F3F3;
    border-radius: 10px;
    padding: 20px 33px 39px 33px;
    margin-bottom: 20px;
}




.clear{clear: both;}

.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}



@media (hover:hover) {
   .header:hover::after {
      opacity: 1
   }

   .header__menu ul a:hover::after {
      transform: scaleX(1);
      transform-origin: left
   }

   .header__button:hover::after {
      opacity: 1
   }

   .header__button:hover svg {
      transform: translateY(-2px)
   }

   .menu__group a:hover::after {
      transform: scaleX(1);
      transform-origin: left
   }

   .menu__image a:hover img {
      transform: scale(1.01)
   }

   .footer__contact:hover::after {
      transform: scaleX(1);
      transform-origin: left
   }

   .footer__menu-list a:hover::after {
      transform: scaleX(1);
      transform-origin: left
   }

   .footer__policy-body a:hover {
      color: #000
   }

   .popup__close:hover svg {
      transform: rotate(-90deg)
   }

   .search-popup__area button:hover svg {
      transform: scale(1.1)
   }

   .search-popup__popular a:hover::after {
      transform: scaleX(1);
      transform-origin: left
   }

   .filter-popup__buttons button:hover svg {
      max-width: 16px
   }

   .button-black:hover {
      box-shadow: 0 0 20px rgba(0, 0, 0, .4156862745)
   }

   .button-black:hover svg {
      transform: scale(1.1)
   }

   .button-line:hover svg {
      max-width: 14px
   }

   .product-preview:hover .product-preview__image img {
      transform: scale(1.05)
   }

   .product-preview__wishlist:hover::after {
      transform: translateX(0)
   }

   .product-preview__wishlist:hover svg {
      color: #000
   }

   .gallery-carousel__next:hover,
   .gallery-carousel__prev:hover {
      background: rgba(0, 0, 0, .5)
   }

   .gallery-carousel__next:hover svg,
   .gallery-carousel__prev:hover svg {
      color: #fff
   }

   .breadcrumbs a:hover {
      color: #000
   }

   .sorting__item:hover {
      background-color: #f7f7f7
   }

   .input:hover {
      border-color: #000
   }

   .custom-checkbox:hover {
      border-color: #000
   }

   .categories__slide:hover .categories__slide-image img {
      transform: scale(1.05)
   }

   .categories__slider-next:not(.swiper-button-disabled):hover svg,
   .categories__slider-prev:not(.swiper-button-disabled):hover svg {
      transform: translateX(2px)
   }

   .categories__slider-prev:not(.swiper-button-disabled):hover svg {
      transform: translateX(-2px)
   }

   .catalog__panel-btn:hover::after {
      transform: scaleX(1);
      transform-origin: left
   }

   .product__cart-button:hover {
      box-shadow: 0 0 20px rgba(0, 0, 0, .4156862745)
   }
   
   .unactive-btn:hover {
      box-shadow: none!important;
   }

   .product__wishlist-button:hover svg {
      transform: scale(1.1)
   }

   .article__text a:hover {
      color: #000
   }
}