@import url(https://fonts.googleapis.com/css?family=Montserrat:300,regular,500,600,700,900);
@import url(https://fonts.googleapis.com/css?family=Lato:300,regular,700);
@import url(https://fonts.googleapis.com/css?family=Inter:regular,500);

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

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

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

*::after,
*::before {
  display: inline-block
}

body,
html {
  height: 100%;
}

body {
  color: #000;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
  font-family: Montserrat, sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent
}

input,
textarea {
  width: 100%
}

button,
option,
select {
  cursor: pointer
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

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

.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}

@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}

.wrapper>main {
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

[class*=__container] {
  max-width: 99.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.875rem
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  transition: all .5s ease;
  width: -webkit-max-content;
  width: max-content;
  text-wrap: nowrap
}

.button--l {
  padding: 12px 74px
}

.button--s {
  padding: 12px 47px
}

.button--fw {
  width: 100%
}

.button--main {
  background: #c21111
}

.button--border {
  background: 0 0;
  border: 1px solid #000
}

.button--black {
  background: #000;
  color: #fff
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  appearance: none
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0 20px;
  border: 1px solid #eee;
  caret-color: inherit;
  outline: 0 !important;
  border: none !important
}

.input:hover {
  outline: 0
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0
}

textarea.input {
  resize: none;
  padding: 0 0
}

.select {
  min-width: 0;
  position: relative
}

.select__body {
  position: relative
}

.select__title {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%
}

.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px
}

.select__value>* {
  flex: 1 1 auto
}

.select__value:after {
  content: "";
  background: url(../img/icons/arrow_down.svg) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
  align-self: stretch;
  flex: 0 0 10px;
  transition: all .3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #000
}

._select-open .select__value:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: .5
}

.select__content {
  flex: 1 1 auto;
  white-space: nowrap;
  gap: 7px;
  width: 100%
}

.select__text {
  flex: 1 1 auto;
  gap: 7px;
  white-space: nowrap
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%
}

.select__options {
  color: #000;
  position: absolute;
  top: calc(100% + 6px);
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border-top: 0
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem
}

.select__option {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  color: inherit
}

.select__option._select-selected {
  color: #c21111
}

.select__row {
  display: inline-flex;
  align-items: center
}

.select--show-top .select__options {
  top: auto;
  bottom: calc(100% - .0625rem);
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 5px 0 10px 0
}

._select-tag {
  cursor: pointer
}

.rating {
  display: inline-block
}

.rating__items {
  display: inline-flex;
  align-items: flex-start;
  gap: 0
}

.rating__item {
  flex: 0 0 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  position: relative;
  background: url(../img/icons/star.svg) 0 0/1.75rem no-repeat;
  transition: all .3s
}

.rating__item--active {
  background: url(../img/icons/star-active.svg) 0 0/1.75rem no-repeat
}

.rating__item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1.75rem;
  background: url(../img/icons/star-active.svg) 0 0/1.75rem no-repeat
}

.bestseller-block__slider {
  display: none;
}

.rating__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

[data-rating=set] .rating__item:not(:last-child)::after {
  cursor: pointer
}

.rating__input {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block
}

[data-rating=set] .rating__input {
  cursor: pointer
}

.product__rating {
  display: flex;
  gap: 10px;
  align-items: center
}

.product__rating .rating__item {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  background: url(../img/icons/star.svg) 0 0/22px no-repeat
}

.product__rating .rating__item--active {
  background: url(../img/icons/star-active.svg) 0 0/22px no-repeat
}

.product__rating .rating__item span {
  height: 22px;
  background: url(../img/icons/star-active.svg) 0 0/22px no-repeat
}

.product__rating span {
  font-size: 15px;
  line-height: 18px
}

.quantity {
  width: 165px;
  height: 48px;
  display: flex;
  background: #f1f5f7;
  padding: 12px 24px;
  align-items: center;
  flex-shrink: 0
}

.quantity__button {
  flex: 0 0 18px;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  padding: 5px
}

.quantity__button:hover {
  color: #c21111
}

.quantity__input {
  flex: 1 1 auto
}

.quantity__input input {
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: .01em;
  width: 100%;
  text-align: center;
  outline: 0 !important;
  border: none !important;
  color: #000 !important;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box
}

.noUi-target {
  position: relative
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-connects {
  overflow: hidden;
  z-index: 0
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute
}

.noUi-touch-area {
  height: 100%;
  width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
  cursor: inherit !important
}

.noUi-horizontal {
  height: 2px !important;
}

.noUi-horizontal .noUi-handle {
  width: 14px !important;
  height: 14px !important;
  left: unset !important;
  top: -6px !important;
  border-radius: 50% !important;
  background-color: #fff !important;
  border: 2px solid #000 !important;
  cursor: pointer !important;
  box-shadow: none;
}

.ocfilter-option .ocf-option-values {
  overflow-x: hidden !important;
}

.noUi-background {
  background: #8e8e8e !important;
  box-shadow: none !important;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto
}

.noUi-target {
  background: #8e8e8e !important;
  border-radius: 0 !important;
}

.noUi-connect {
  background: #000 !important;
}

.noUi-draggable {
  cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize
}

.noUi-handle {
  border-radius: 3px;
  background: #fff;
  cursor: pointer
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

[disabled] .noUi-connect {
  background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}

.noUi-marker {
  position: absolute;
  background: #ccc
}

.noUi-marker-sub {
  background: #aaa
}

.noUi-marker-large {
  background: #aaa
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}

.noUi-tooltip {
  display: none
}

.price-filter__range {
  margin-top: 32px
}

.icon-menu {
  display: none
}

.lock.menu-open body::after {
  opacity: 1
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, .2);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 99
}

.popup-show body::after {
  opacity: 1
}
#ocfilterback {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    display: none; 
    z-index: 101;
}
#ocfilterback.open {
 
    display: block;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .5s ease 0s;
  visibility: hidden;
  pointer-events: none
}

.popup__top {
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}

.popup_show .popup__content {
  visibility: visible;
  opacity: 1
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.popup__content {
  visibility: hidden;
  background-color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  position: relative;
  opacity: 0;
  transition: all .5s ease
}

.lock .popup__content {
  visibility: visible
}

#size .popup__content {
  max-width: 1020px;
  padding: 44px 40px 50px
}

.close {
  position: absolute;
  height: 28px;
  width: 28px;
  outline: 0
}

.popup__close {
  top: 40px;
  right: 44px
}

.close::after,
.close::before {
  content: "";
  display: block;
  width: 1.5px;
  background: #000;
  transition: background .3s ease-in;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 10px)
}

.popup__close::after,
.popup__close::before {
  height: 20px
}

.popup__close:hover::after,
.popup__close:hover::before {
  background: #c21111
}

.close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.popup__bottom {
  display: flex;
  align-items: center;
  gap: 8px
}

.popup__bottom p {
  font-size: 16px;
  line-height: 20px
}

.popup__bottom p a {
  text-decoration: underline
}

#cart .popup__content {
  max-width: 448px;
  right: -100%;
  top: 0;
  height: 100%;
  position: fixed;
  border-radius: 0;
  opacity: 1;
  transition: all .5s ease
}

#cart .popup__content .popup__content-block {
  height: 100%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 6px
}

.popup_show#cart .popup__content {
  right: 0
}

.popup_show#cart .popup__content .popup__close {
  top: 23px;
  right: 26px
}

.product-card__actions .quantity {
  width: 102px;
  height: 36px;
  display: flex;
  background: #f1f5f7;
  padding: 8px 14px
}

.product-card__actions .quantity__input input {
  font-size: 14px;
  line-height: 1
}

.product-card__delete {
  font-size: 13px;
  line-height: 13px;
  text-decoration: underline;
  transition: all .3s ease
}

.product-card__delete:hover {
  color: #c21111
}

.reviewPopup .popup__content-block {
  display: flex;
  gap: 20px;
}

.reviewPopup .popup__content-block img {
  display: block;
  height: 400px;
  width: 400px;
  flex-shrink: 0;
}

.reviewPopup .popup__content-block .popup__close {
  top: 20px;
  right: 20px
}

.reviewPopup .popup__content-block .date {
  text-align: right;
  color: #8e8e8e
}

.complete .popup__content-block {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 20px
}

.completeWithSelected__alert {
  display: none;
  opacity: 0;
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  background: rgb(241, 245, 246);
  padding: 10px 20px;
  text-align: center;
  transition: all 0.5s ease;
  z-index: 2;
}

.completeWithSelected__alert.add {
  display: block;
  opacity: 1;
}

.completeWithSelected__alert.add span:last-child {
  display: none;
}

.completeWithSelected__alert.remove {
  display: block;
  opacity: 1;
}

.completeWithSelected__alert.remove span:first-child {
  display: none;
}

.complete .popup__content-block img {
  display: block;
  height: 360px;
  width: 360px
}

.complete .popup__content-block .popup__close {
  top: 20px;
  right: 20px
}

.complete .popup__content-block>div {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.popup.complete .product__title {
  padding-right: 30px;
}

.complete .popup__content-block .product__top-info>div:first-child {
  align-items: flex-start;
  flex-direction: column;
  gap: 8px
}

.complete .popup__content-block .product__spollers {
  margin-top: 24px;
  margin-bottom: 24px
}

.complete .popup__content-block .product__spollers+a {
  margin: 0 auto;
  text-wrap: wrap !important;
  max-width: 100%;
  text-align: center;
}

#removeFavorite .product__title {
  text-align: center;
  max-width: 90%;
  margin: 24px auto
}

#removeFavorite .popup__bottom {
  justify-content: center;
  margin-bottom: 36px
}

#removeFavorite .popup__bottom .button--main {
  color: #fff
}

#removeFavorite .popup__close {
  top: 30px;
  right: 30px
}

#instagram .popup__content {
  max-width: 1100px;
  padding: 72px 42px
}

.instagram__content {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.instagram__left {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.instagram__nick {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.instagram__nick a {
  font-size: 16px;
  line-height: 1
}

.instagram__nick a:hover {
  opacity: .7
}

.instagram__likes {
  display: flex;
  gap: 6px;
  align-items: center
}

.instagram__right {
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 16px;
  flex-wrap: wrap;
  width: 100%
}

.instagram__right .search-product__img {
  max-width: 190px !important;
  width: 100% !important;
  height: 236px !important
}

.instagram__right .search-product {
  width: 190px !important;
  position: relative
}

.instagram__right .sticker--mini {
  top: 9px;
  left: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px
}

.instagram__right .product-card__in-favorite {
  top: 9px;
  right: 8px;
  width: 26px;
  height: 26px
}

.search-product__img img,
.search-product__name {
  transition: all .5s ease
}

.instagram__right .search-product:hover .search-product__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.search-product__name:hover {
  opacity: .7
}

.wishlist .product-card .product-card__options {
  margin-bottom: auto
}

.spollers {
  display: grid;
  gap: 15px
}

.spollers__item {
  font-size: 1.25rem
}

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  padding: .625rem .9375rem;
  border-radius: .3125rem;
  position: relative;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: 10px
}

.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none
}

._spoller-init .spollers__title {
  cursor: pointer
}

._spoller-init .spollers__title::after {
  content: url(../img/icons/spollers-arrow.svg);
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.spollers__body li,
.spollers__body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px
}

.spollers__body li:not(:last-child),
.spollers__body p:not(:last-child) {
  margin-bottom: 8px
}

.spollers__body ul li {
  list-style: disc;
  list-style-position: inside
}

.pagging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px
}

.pagging:not(:first-child) {
  margin-top: 26px
}

.pagging:last-child {
  margin-bottom: 90px
}

.pagging__arrow {
  padding: 16px 24px;
  height: 48px;
  border: 1px solid #dfdfdf;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  gap: 10px;
  align-items: center
}

.pagging__arrow:hover {
  background: #f1f5f7
}

.pagging__arrow--next img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.pagging__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px
}

.pagging__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #dfdfdf;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center
}

.pagging__item:not(div):hover {
  background: #f1f5f7
}

.pagging__item._active {
  background: #c21111 !important;
  color: #fff;
  border-color: #c21111
}

.tabs__navigation {
  display: flex;
  gap: 24px;
  justify-content: center
}

.tabs__title {
  border-bottom: 1px solid transparent;
  padding: .75rem 0;
  width: 126px
}

.tabs__title._tab-active {
  border-color: #000
}

.tabs__title div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center
}

.tabs__title div img {
  display: block;
  width: 70px;
  height: 70px;
  flex-shrink: 0
}

.tabs__title div span {
  font-size: 13px;
  line-height: 15px;
  text-align: center
}

.tabs__content {
  margin-top: 38px
}

.tabs__body>div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%
}

.tabs__block-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px
}

.tabs__body .spollers {
  gap: 0
}

.tabs__body .spollers__title {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  padding: 0
}

.tabs__body .spollers__title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.tabs__body .spollers__body {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px
}

.tabs__body .spollers__item {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d8d8d8
}

[data-showmore-button] span:last-child {
  display: none
}

._showmore-active [data-showmore-button] span {
  display: none
}

._showmore-active [data-showmore-button] span:last-child {
  display: flex
}

.carret-down {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  fill: transparent;
  stroke: #000
}

a {
  transition: all .3s ease
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #f1f5f7;
  height: 4px
}

::-webkit-scrollbar-thumb {
  background: #8e8e8e;
  width: 8px;
  height: 4px
}

.swiper {
  cursor: -webkit-grab;
  cursor: grab
}

.product-card {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
}
.account__content
.product-card,
.wishlist__page
.product-card  {
  position: relative;
  padding-bottom: 54px;
}
.account__content
.product-card 
.product-cart__link-product,
.wishlist__page
.product-card 
.product-cart__link-product{
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .account__content
  .product-card,
  .wishlist__page
  .product-card {
    position: relative;
    padding-bottom: 60px;
  }
}
.product-card__prev {
  background: #f1f5f7;
  /*padding: 29px 22px;*/
  overflow: hidden;
  position: relative
}

.product-card__prev a {
  display: block;
  width: 100%;
  height: auto;
  max-height: 390px
}

.product-card__prev a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .8s ease
}
.category
.product-card__prev:hover a img,
.product__recently
.product-card__prev:hover a img,
.account__content
.product-card__prev:hover a img,
.bestseller-block
.product-card__prev:hover a img{
  transform: scale(1.1);
}
.product-card__title {
  font-size: 16px;
  line-height: 20px
}

.product-card__title:not(:first-child) {
  margin-top: 10px
}

.product-card__price-block:not(:first-child) {
  margin-top: 5px;
  display: flex;
  gap: 8px;
  align-items: flex-end
}

.product-card__price-block .product-card__active-price {
  color: #c21111;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px
}

.product-card__price-block .product-card__old-price {
  color: #8e8e8e;
  font-size: 16px;
  line-height: 20px;
  position: relative
}

.product-card__price-block .product-card__old-price::after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 50%;
  color: #8e8e8e;
  width: calc(100% + 2px);
  height: 0;
  border-bottom: 1px solid #8e8e8e;
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg)
}

.product-card__price-block .product-card__active-price:last-child {
  color: #000
}

.product-card__options {
  display: flex;
  gap: 5px;
  align-items: center
}

.product-card__options:not(:first-child) {
  margin-top: 10px
}

.product-card__option {
  border: 1px solid #8e8e8e;
  width: 15px;
  height: 15px;
  border-radius: 50%
}

.product-card__in-favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 13px;
  right: 8px;
  z-index: 2;
  border-radius: 50%;
  background: 0 0;
  transition: all .3s ease;
  cursor: pointer
}

.product-card.not-available .product-card__prev {
  opacity: .4
}

.product-card.not-available .product-card__title {
  color: #8e8e8e
}

.product-card:hover .product-card__in-favorite {
  background: #fff
}

.product-card__in-favorite.in .header__top-ico {
  fill: #c21111;
  stroke: #c21111
}

.product-card .product-card__prev img:not(:first-child) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

.product-card:hover .product-card__prev img:first-child:not(:only-child) {
  opacity: 0;
  transition: all .3s ease
}

.product-card:hover .product-card__prev img:not(:first-child) {
  opacity: 1;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18)
}

.product-card:hover .product-card__prev>img+video {
  opacity: 1
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin-bottom: 40px
}

.breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #8e8e8e;
  text-wrap: nowrap;
  flex-shrink: 0;
}

.breadcrumb li:hover {
  color: #c21111
}

.breadcrumb li.active {
  color: #000
}

.breadcrumb li:not(:first-child)::before {
  content: url(../img/icons/breadcrumb-arrow.svg);
  padding-right: 12px;
  height: 9px;
  line-height: 9px
}

.page__banner img {
  width: 100%;
  max-height: 200px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

.page__banner+.page__container .breadcrumb {
  margin-top: 16px
}

.toTop {
  position: fixed;
  bottom: 10px;
  right: 8px;
  width: 45px;
  height: 45px;
  opacity: 1;
  transition: all .3s ease;
  z-index: 5;
  background: rgba(142, 142, 142, .2);
  border: 1px solid #8e8e8e
}

.toTop.disabled {
  opacity: 0
}

.item-filter-catalog--color .filter__checkbox-color {
    flex-direction: row-reverse;
    gap: 8px;
    width: 116px;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.item-filter-catalog--color .filter__checkbox-color::before {
  display: none !important
}

.item-filter-catalog--color .filter__checkbox-color div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: all .3s ease;
  border: 1px solid #202126;
  border-radius: 50%
}

._select-selected.filter__checkbox-color div::before {
  content: url(../img/icons/tick.svg);
  position: absolute
}

._select-selected.filter__checkbox-color {
  color: #000 !important
}

.item-filter-catalog--color .filter__body .select__scroll {
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap
}

.lg-backdrop {
  background-color: #f1f5f7 !important
}

.lg-sub-html {
  color: #000 !important
}

.lg-outer .lg-thumb-outer {
  background-color: #fff !important
}

.lg-next,
.lg-prev {
  background-color: transparent !important;
  color: #000 !important
}

.lg-next:hover,
.lg-prev:hover {
  color: #c21111 !important
}

.lg-outer .lg-thumb-item {
  border-radius: 0 !important
}

.lg-counter {
  color: #000 !important
}

.lg-toolbar .lg-icon {
  color: #000 !important
}

.lg-toolbar .lg-icon:hover {
  color: #c21111 !important
}

.sticker {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center
}

.sticker--sale {
  background: #c21111;
  padding: 4px 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px
}

.sticker--new {
  color: #fff;
  background: #000;
  text-transform: uppercase
}


.sticker--mini:nth-child(2) {
   top: 46px;

}
.sticker--mini:nth-child(3) {
   top: 74px;

}
.product__sticker:nth-child(2) {
   top: 54px;

}
.product__sticker:nth-child(3) {
   top: 88px;

}
.sticker--mini {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  padding: 4px 8px;
  top: 18px;
  left: 15px;
  z-index: 5
}

.product__sticker {
  top: 20px;
  left: 14px;
  z-index: 2
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, .2) !important
}





.fancybox__content>.f-button.is-close-btn {
  top: 20px !important;
  right: 20px !important;
  background: rgba(255, 255, 255, .8);
  border-radius: 0 !important
}

.fancybox__content>.f-button.is-close-btn path {
  stroke: #000 !important
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 0 !important
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: 20%
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: 20%
}

.cart__top {
  padding: 30px 30px 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  border-bottom: 1px solid #d8d8d8
}

.cart__products {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  
}
.popup__content-block .cart__products {
    height: calc(100% - 230px);
    overflow-y: auto;
}

.cart__products:not(:last-child) {
  margin-bottom: 36px
}

.cart__product {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 16px
}

.cart__product-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .cart__product-content {
    height: 100%;
  }
}
.cart__product-title {
  font-size: 14px;
  line-height: 16px
}

.cart__product-title:hover {
  opacity: .7
}

#cart .product__price-block,
.checkout .product__price-block {
  gap: 22px
}

#cart .product__price-block .product__active-price,
.checkout .product__price-block .product__active-price {
  font-size: 20px;
  font-weight: 500;
  line-height: 1
}

#cart .product__price-block .product__old-price,
.checkout .product__price-block .product__old-price {
  font-size: 14px;
  line-height: 17px
}

.product-card__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: auto
}
.cart__products
.product-card__actions{
  flex-wrap: wrap;
}
.cart__product-color {
  font-size: 13px;
  font-weight: 300;
  line-height: 13px
}

.cart__bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.cart__bottom p {
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e
}

.cart__bottom p:not(:last-child) {
  margin-bottom: 16px
}

.cart__bottom .button--main {
  width: 100%;
  color: #fff
}

.checkout__promo-form {
  display: flex;
  gap: 16px;
  align-items: flex-end
}

.checkout__promo-form:not(:last-child) {
  margin-bottom: 32px
}

.checkout__promo-form button {
  width: 100%;
  padding: 9px 16px
}

.promo-input {
  width: 208px;
  border-bottom: 1px solid #d8d8d8 !important;
  padding: 0;
  padding-bottom: 6px;
  flex-shrink: 0
}
.checkout__promo-form
.promo-input {
  width: 100%;
  flex-shrink: 1;
}

.promo-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #8e8e8e
}

.promo-input:-ms-input-placeholder {
  font-size: 14px;
  color: #8e8e8e
}

.promo-input::-ms-input-placeholder {
  font-size: 14px;
  color: #8e8e8e
}

.promo-input::placeholder {
  font-size: 14px;
  color: #8e8e8e
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px !important;
  height: 50px !important;
  background: #f1f5f7 !important;
  transition: all .5s ease
}

.swiper-button-next:hover:not(:disabled),
.swiper-button-prev:hover:not(:disabled) {
  background: #c21111 !important;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  display: block;
  content: "" !important;
  background: url(../img/icons/arrow_down.svg) !important;
  width: 16px !important;
  height: 16px !important;
  background-size: cover !important;
}

.swiper__buttons button {
  position: relative !important;
  left: unset !important;
  right: unset !important;
}

.swiper-button-next:disabled,
.swiper-button-prev:disabled {
  opacity: .3 !important;
  cursor: unset !important;
}

.swiper-button-prev::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.swiper-button-next::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.not-found__main {
  display: flex;
  align-items: center;
  gap: 66px;
  font-size: 200px;
  font-weight: 900;
  line-height: 1.2;
}

.not-found__main::after,
.not-found__main::before {
  content: "";
  height: 60px;
  width: 100%;
  display: block;
  background: #c21111;
  -webkit-animation: decor404 1.5s ease;
  animation: decor404 1.5s ease
}

@-webkit-keyframes decor404 {
  from {
    height: 0
  }

  to {
    height: 100
  }
}

@keyframes decor404 {
  from {
    height: 0
  }

  to {
    height: 100
  }
}

.not-found__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase
}

.not-found p {
  font-size: 16px;
  line-height: 20px;
  text-align: center
}

.not-found p:not(:last-child) {
  margin-bottom: 10px
}

.not-found p a {
  font-weight: 500;
  text-decoration: underline
}

.not-found p a:hover {
  color: #c21111
}

.not-found {
  margin-bottom: 70px;
  background: #f1f5f7;
  padding-top: 110px;
  padding-bottom: 68px
}

.info-page__title {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.4
}

.info-page__text {
  font-size: 15px;
  line-height: 1.2
}

.info-page__text:not(:last-child) {
  margin-bottom: 12px
}

.info-page__text a {
  text-decoration: underline
}

.info-page__text a:hover {
  opacity: .7
}

.whyChoose-block__video:hover .vjs-big-play-button {
  -webkit-transform: translate(-50%, -50%) scale(1.05) !important;
  transform: translate(-50%, -50%) scale(1.05) !important
}

.search-page {
  padding-top: 16px
}

.search-page .search__top {
  position: relative;
  margin-left: 73px;
  margin-right: 73px
}

.search-page .search__top>a {
  position: absolute;
  bottom: 12px
}

.search-page .search__top:not(:last-child) {
  margin-bottom: 54px
}

.search__label {
  position: relative
}

.search__label .search__input {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 7px
}

.search__label span {
  display: none;
  transition: all .3s ease;
  position: absolute;
  bottom: calc(100% + 8px);
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  padding-left: 50px
}

.search__label.with-value span {
  display: block
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: url(../img/icons/close_icon.svg) no-repeat center;
  cursor: pointer
}

.page__content--not {
  margin-bottom: 70px;
  margin-left: 73px;
  margin-right: 73px
}

.search-page__text {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 20px
}

.search-page__text ul {
  margin-top: 12px
}

.search-page__text ul li {
  list-style: disc;
  list-style-position: inside
}

.favorite-alert {
  position: fixed;
  display: none;
  align-items: center;
  gap: 6px;
  top: 52px;
  right: 30px;
  background: #f1f5f7;
  padding: 10px 20px;
  min-width: 304px;
  transition: opacity .5s ease;
  opacity: 0
}

.favorite-alert.active {
  display: flex;
  opacity: 1
}

@media screen and (max-width: 550px) {
  .favorite-alert.active {
    display: block;
    line-height: 20px;
  }
}
.wishlist__title {
  display: flex;
  gap: 4px;
  font-size: 34px;
  line-height: 1.2;
  align-items: center;
  text-align: center;
  flex-direction: column
}

.wishlist__title+.button {
  margin: 24px auto 0
}

.wishlist__title svg {
  -webkit-animation: decorLike 3s ease infinite;
  animation: decorLike 3s ease infinite
}

@media screen and (max-width: 768px) {
     
    
    .hasmob .mainbannerpc {
        display: none !important ;
        
    }
    .hasmob .mainbannermob {
        display: block !important ;
        
    }
    
    
  .wishlist__title svg {
    display: inline;
  }
  .wishlist__title{
    display: block;
    text-align: left;
  }
}
@-webkit-keyframes decorLike {
  from {
    fill: transparent
  }

  to {
    fill: #c21111
  }
}

@keyframes decorLike {
  from {
    fill: transparent
  }

  to {
    fill: #c21111
  }
}

.wishlist__top {
  display: flex;
  flex-direction: column;
  gap: 2px
}

.wishlist__top h1 {
  font-size: 28px;
  line-height: 39px
}

.wishlist__top button {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
  font-size: 18px;
  line-height: 18px
}

.wishlist__top button:hover {
  color: #c21111
}

.wishlist__top button:hover svg {
  stroke: #c21111
}

.wishlist__top:not(:last-child) {
  margin-bottom: 18px
}

.product-card__remove-favorite {
  position: absolute;
  top: 19px;
  right: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: 0 0;
  transition: all .3s ease;
  cursor: pointer
}

.product-card__remove-favorite:hover svg {
  stroke: #c21111
}

.product-card:hover .product-card__remove-favorite {
  background: #fff
}

.product-cart__link-product {
  margin-top: auto
}

.product-card__options+.product-cart__link-product,
.product-card__price-block+.product-cart__link-product {
  margin-top: 16px
}

@media screen and (max-width: 390px) {
  .product-cart__link-product {
    text-wrap: unset;
    text-align: center;
  }
}

.search__result {
  display: none;
  flex-direction: column;
  gap: 36px;
  width: 100%
}

.search__result.active {
  display: flex
}

.search__result-block {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%
}

.search-product {
  display: flex;
  flex-direction: column;
  width: 140px
}

.search-product__img {
  display: block;
  width: 140px;
  height: 170px;
  background: #f1f5f7;
  padding: 11px 9px
}

.search-product__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.search-product__img:not(:last-child) {
  margin-bottom: 4px
}

.search-product__name {
  font-size: 13px;
  line-height: 15px
}

.search-product__name:not(:last-child) {
  margin-bottom: 4px
}

.search-product__price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-direction: row-reverse;
  justify-content: flex-end
}

.search-product__active-price {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #000
}

.search-product__old-price {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #8e8e8e;
  position: relative
}

.search-product__old-price::after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 50%;
  color: #8e8e8e;
  width: calc(100% + 2px);
  height: 0;
  border-bottom: 1px solid #8e8e8e;
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg)
}

.search-product__old-price+.search-product__active-price {
  color: #c21111
}

.search__result-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline
}

.instagram__left img {
  display: block;
  height: 400px;
  width: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  flex-shrink: 0
}

.contact__form {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 28px
}

.contact__form:not(:first-child) {
  margin-top: 24px
}

.contact-form__title {
  font-size: 24px;
  line-height: 1.08
}

.contact-form__content {
  display: flex;
  gap: 60px
}

.contact-form__content .button {
  margin-top: 6px;
}

.autorization-block,
.contact__content {
  margin-bottom: 70px
}

.autorization-block form,
.contact__content form {
  max-width: 582px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.autorization-block form .popup__label,
.contact__content form .popup__label {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.autorization-block form .popup__label .input,
.contact__content form .popup__label .input {
  border: 1px solid #000 !important;
  padding: 11px 18px
}

.autorization-block form .popup__label .input::-webkit-input-placeholder,
.contact__content form .popup__label .input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 17px
}

.autorization-block form .popup__label .input:-ms-input-placeholder,
.contact__content form .popup__label .input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px
}

.autorization-block form .popup__label .input::-ms-input-placeholder,
.contact__content form .popup__label .input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px
}

.autorization-block form .popup__label .input::placeholder,
.contact__content form .popup__label .input::placeholder {
  font-size: 14px;
  line-height: 17px
}

.autorization-block form .popup__label textarea,
.contact__content form .popup__label textarea {
  min-height: 150px;
  resize: horizontal
}

.autorization-block form .popup__label div,
.contact__content form .popup__label div {
  font-size: 14px;
  line-height: 17px
}

.autorization-block form .popup__label div span,
.contact__content form .popup__label div span {
  color: #c21111
}

.autorization-block {
  margin-bottom: 0 !important
}

.autorization-block .input {
  background: #fff
}

.autorization-block form .popup__label ._form-error.input,
.contact__content .popup__label ._form-error.input {
  border-color: #c21111 !important
}

.popup__label {
  position: relative
}

.popup__label._form-error .input {
  border-color: #c21111 !important
}

.contact-form__info-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px
}

.contact-form__shedule {
  display: flex;
  gap: 20px;
  padding: 32px 40px;
  background: #f1f5f7;
  height: -webkit-max-content;
  height: max-content;
  flex-direction: column;
  flex-shrink: 0;
}

.contact-form__shedule span {
  white-space: nowrap;
}

.contact-form__shedule * {
  opacity: 1 !important
}

.contact-form__shedule>div {
  display: flex;
  gap: 15px
}

.contact-form__shedule>div:last-child {
  align-items: center
}

.contact-form__shedule>div svg {
  flex-shrink: 0
}

.contact-form__shedule a:hover {
  opacity: .7 !important
}

.contact-form__contacts {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-direction: column
}

.contact-form__contacts>button,
.contact-form__contacts>div {
  display: flex;
  align-items: center;
  height: 46px;
  width: 100%;
  gap: 15px;
  padding: 0 12px;
}

.contact-form__contacts>button {
  justify-content: center;
}

.contact-form__contacts>button a:hover,
.contact-form__contacts>div a:hover {
  opacity: .7
}

.contact-form__contacts>div {
  background: #f1f5f7
}

.contact-form__contacts>button:last-child {
  border: 1px solid #000
}

.faq__tabs {
  width: 90%;
  margin: 30px auto
}

.faq {
  margin-bottom: 70px
}

.faq__help {
  display: flex;
  gap: 26px;
  flex-direction: column
}

.faq__help:not(:first-child) {
  margin-top: 52px
}

.faq__help p {
  font-size: 20px;
  line-height: 18px
}

.faq__help span {
  font-size: 15px;
  line-height: 18px
}

.faq__help-buttons {
  display: flex;
  align-items: center;
  gap: 18px
}

.faq__help-buttons>button {
  text-transform: capitalize;
  display: flex;
  gap: 8px;
  align-items: center
}

.faq__help-buttons>button svg circle,
.faq__help-buttons>button svg path {
  transition: all .3s ease
}

.faq__help-buttons>button:hover svg circle,
.faq__help-buttons>button:hover svg path {
  fill: #fff
}

.faq__help-buttons .button--black {
  max-width: 300px;
  width: 100%
}

.faq__help-buttons .button--border {
  max-width: 200px;
  width: 100%
}

.mobile-filter__top {
  display: none
}

.product__code--tooltip {
  color: #30a150
}

svg {
  flex-shrink: 0
}

.sitemap {
  margin-bottom: 70px
}

.sitemap__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-left: 20px;
  font-weight: 600
}

.sitemap__li {
  font-size: 18px;
  line-height: 1.2;
  list-style: unset
}

.sitemap__li a:hover {
  color: #c21111
}

.sitemap__li ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style-type: circle;
  font-size: 16px;
  padding-top: 18px;
  font-weight: 400
}

.sitemap__li ul li {
  list-style-type: square;
  margin-left: 20px
}

.sitemap__li ul li ul li {
  list-style: none;
  position: relative;
  display: flex;
  gap: 8px
}

.sitemap__li ul li ul li::before {
  content: "";
  position: relative;
  top: 8px;
  width: 6px;
  height: 6px;
  display: flex;
  border-radius: 50%;
  border: 1px solid #000;
  flex-shrink: 0
}

.cart-empty__text {
  font-size: 18px;
  line-height: 1.1px;
  margin-top: 24px;
  /*  padding: 20px;*/
  padding: 20px 30px;
}

#sentApplication {
  display: flex;
  flex-direction: column;
  justify-content: center
}

#sentApplication .succesful-order__text {
  text-align: center
}

#sentApplication .h1,
#sentReview .h1 {
  position: relative;
  display: flex;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-max-content;
  width: max-content;
  padding-bottom: 8px;
  margin-bottom: 24px
}

#sentApplication .h1::after,
#sentReview .h1::after {
  content: "";
  display: block;
  width: 112px;
  height: 2px;
  background-color: #c21111;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: h-decor 1.5s ease;
  animation: h-decor 1.5s ease
}

#sentReview .popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 40rem;
}


#sentReview .popup__content .h1 {
  margin-top: 30px !important
}

.tabs__body .spollers__body ol li {
  list-style-position: inside;
  margin-left: 10px
}

.info-page {
  margin-bottom: 70px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.info-page h1 {
  font-size: 28px;
  line-height: 39px
}

.info-page h1:not(:last-child) {
  margin-bottom: 18px
}

.info-page li,
.info-page p {
  font-size: 15px;
  line-height: 18px
}

.info-page li a,
.info-page p a {
  text-decoration: underline
}

.info-page li a:hover,
.info-page p a:hover {
  color: #c21111
}

.info-page li:not(:last-child),
.info-page p:not(:last-child) {
  margin-bottom: 12px
}

.info-page ol {
  list-style: decimal;
  list-style-position: inside
}

.info-page ol ol,
.info-page ol ul {
  margin-left: 20px
}

.info-page ul {
  list-style: disc;
  list-style-position: inside
}

.info-page ul li {
  list-style: unset !important
}

.info-page ul ol,
.info-page ul ul {
  margin-left: 20px
}

.info-page ol,
.info-page ul {
  margin-top: 6px
}

.info-page ol:not(:last-child),
.info-page ul:not(:last-child) {
  margin-bottom: 18px
}

.info-page li p {
  padding-top: 8px
}

.account__info .product-card__options {
  margin-bottom: auto
}

.fancybox__content {
  margin: auto 0 !important
}

.footer {
  background: #202126
}

.footer__container {
  padding-top: 58px;
  padding-bottom: 58px;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  color: #fff
}

.footer__info {
  display: flex
}

.footer__info div {
  display: flex;
  flex-direction: column;
  width: -webkit-max-content;
  width: max-content
}

@media screen and (min-width: 768px) {
  .footer__info div {
    max-width: 230px;
  }
}

.footer__info div a {
  font-size: 15px;
  line-height: 1;
  opacity: .7;
  transition: all .3s ease
}

.footer__info div a:hover {
  opacity: .5
}

.footer__info div a:not(:last-child) {
  margin-bottom: 15px
}

.footer__block-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px
}

.footer__block {
  gap: 15px;
  flex-direction: row !important;
  align-items: center
}

.footer__block:first-child {
  align-items: flex-start
}

.footer__block:not(:last-child) {
  margin-bottom: 25px
}

.footer__info div.country_site {
max-width: 100%;
    width: 100%;
}
.country_site a {
    cursor: pointer;
    gap: 10px;
    flex-direction: row !important;
    align-items: center;
    display: flex;
    border: 1px solid #fff;
    padding: 7px 15px 7px 8px;
    width: 100%;
}
.country_site svg {
    
}
.country_site a span {
    
}
#country_select .popup__content {
    max-width: 600px;
   
}
#country_select .popup__close {
    top: 20px;
    right: 20px;
}

.countrycolumn_title {
margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;  
}
#country_select .popup__top {
  
    border-bottom: 0;
}
.countrycolumn {
    display: flex;
    gap: 25px;
}
.countrycolumn_item {
    width: 50%; min-height: 280px;

}.countrycolumn_item:first-child {
    border-right: 1px solid #d8d8d8;

}
.countrycolumn_item a{
    display: block;    margin-left: 5px;

    line-height: 25px;
}
.countrycolumn_item a:hover{
    color: #c21111;
}
.countrycolumn_item img{
        vertical-align: middle;

}
.worldbutton:hover {
        color: #c21111;

}
.worldbutton:hover svg path,.worldbutton:hover svg stroke {
        
        stroke: #c21111;

}
.worldbutton {
font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-wrap: nowrap;
    cursor: pointer;    display: flex;
    align-items: center;
    gap: 6px;
}
.worldbutton svg {
    
}
.footer__block--shedule {
  align-items: flex-start
}

.footer__shedule {
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: .7
}

.footer__subscribe {
  display: flex;
  flex-direction: column
}

.footer__right {
  display: flex;
  flex-direction: column;
  gap: 42px;
  max-width: 512px;
  width: 100%;
  min-width: 400px
}

.footer__social-links {
  display: flex;
  gap: 7px
}

.footer__social-links a {
  width: 56px;
  height: 56px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  position: relative
}

.footer__social-links a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all .3s ease;
  -webkit-transform: scale(.5);
  transform: scale(.5)
}

.footer__social-links a:hover::after {
  border-color: rgba(255, 255, 255, .5);
  -webkit-transform: scale(1);
  transform: scale(1)
}

.footer__payment-links {
  display: flex;
  gap: 10px;
  align-items: center
}

.footer__payment-links div {
  border: 1px solid rgba(255, 255, 255, .5);
  box-shadow: 0 2px 20px 0 rgba(183, 183, 183, .08);
  box-shadow: 0 20px 40px 0 rgba(183, 183, 183, .08);
  border-radius: 2px;
  width: 40px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center
}

.footer-subscribe__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px
}

.footer-subscribe__title:not(:last-child) {
  margin-bottom: 12px
}

.footer-subscribe__text {
  font-size: 16px;
  line-height: 20px;
  opacity: .7
}

.footer-subscribe__text:not(:last-child) {
  margin-bottom: 20px
}

.footer-subscribe__form {
  display: flex
}

.footer-subscribe__form button {
  max-width: 190px;
}

.footer-subscribe__form input {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 15px 20px;
  outline: 0;
  border: none;
  color: #000;
  font-size: 15px;
  line-height: 18px
}

.footer-subscribe__form input::-webkit-input-placeholder {
  color: #4b3e3a
}

.footer-subscribe__form input:-ms-input-placeholder {
  color: #4b3e3a
}

.footer-subscribe__form input::-ms-input-placeholder {
  color: #4b3e3a
}

.footer-subscribe__form input::placeholder {
  color: #4b3e3a
}

.footer .spollers__title {
  padding: 0;
  width: 100%;
  justify-content: space-between
}

.footer ._spoller-init .spollers__title::after {
  content: url(../img/icons/uiw_down.svg);
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

.footer ._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.main-page {
  background: #202126
}

.main-page__container {
  padding: 0;
}

.main-page__info {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.main-page__info span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1
}

.main-page__info span::before {
  content: "";
  display: block;
  height: 2px;
  background: #fff
}

.main-page__title {
  display: flex;
  align-items: center;
  position: relative
}

.main-page__title p {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #fff
}

.main-page__title:not(:last-child) {
  margin-bottom: 26px
}

.main__slide img {
  display: block;
  width: 100%;
  height: auto;
  /* -o-object-fit: cover;
  object-fit: cover; */
  -o-object-position: center;
  object-position: center;
  
}

.explore-more {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #e3b201;
  gap: 10px;
  position: relative;
  transition: all .5s ease
}

.explore-more:hover {
  padding-left: 32px
}

.explore-more:not(:first-child) {
  margin-top: 54px
}

.explore-more::after {
  content: "";
  display: block;
  position: absolute;
  left: 25px
}

.bestseller-block {
  margin-top: 34px
}

.bestseller-block:not(:last-child) {
  margin-bottom: 128px
}

.bestseller-block__container {
  display: flex;
  flex-direction: column
}

.bestseller-block .block__title:not(:last-child) {
  margin-bottom: 25px
}

.bestseller-block__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px
}

.bestseller-block__view-all:not(:first-child) {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto
}

.block__title {
  font-size: 28px;
  line-height: 34px
}

.whyChoose-block {
  background: #202126;
  position: relative
}

.whyChoose-block:not(:last-child) {
  margin-bottom: 70px
}

.whyChoose-block__container {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  display: flex;
  gap: 62px
}

.whyChoose-block__content {
  display: flex;
  flex-direction: column;
  padding-left: 15px
}

.whyChoose-block__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase
}

.whyChoose-block__title:not(:last-child) {
  margin-bottom: 56px
}

.whyChoose-block__video {
  max-width: 622px;
  display: block;
  width: 100%;
  position: relative;
  right: 22px;
  margin-top: -128px;
  height: 450px
}

.whyChoose-block__video .hls-video-dimensions {
  width: 100% !important;
  height: 100% !important
}

.whyChoose-block__video a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative
}

.whyChoose-block__video a::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, .2);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.whyChoose-block__video img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.whyChoose-block__advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

.whyChoose-block__advantage {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 225px
}

.whyChoose-block__advantage img {
  margin: 0 auto
}

.whyChoose-block__advantage img:not(:last-child) {
  margin-bottom: 22px
}

.whyChoose-block__advantage span {
  font-size: 15px;
  line-height: 19px
}

.advantage-block__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px
}

.advantage-block__title:not(:last-child) {
  margin-bottom: 12px
}

.reviews-block {
  display: flex;
  flex-direction: column
}

.reviews-block:not(:last-child) {
  margin-bottom: 70px
}

.reviews-block__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 22px;
  border-bottom: 1px solid #dbdbdb
}

.reviews-block__rating {
  display: flex;
  gap: 15px;
  align-items: center;
  position: relative;
}

.reviews-block__rating>div:first-child {
  display: flex;
  align-items: center;
  gap: 15px
}

.reviews-block__rating span {
  font-size: 17px;
  line-height: 1.2
}

.reviews-block__slider {
  margin-top: 10px
}

.review-block {
  background: #f1f5f7;
  display: flex;
  flex-direction: column;
  padding: 26px 32px 30px 26px;
  height: auto !important;
}

.review-block__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left
}

.review-block__title:not(:last-child) {
  margin-bottom: 15px
}

.review-block .rating__item {
  width: 20px !important;
  height: 20px !important;
  background: url(../../../theme/default/img/icons/star.svg) 0 0/20px no-repeat !important;
  flex: 0 0 20px !important
}

.review-block .rating__item--active {
  background: url(../../../theme/default/img/icons/star-active.svg) 0 0/20px no-repeat !important
}

.review-block__text {
  font-size: 15px;
  line-height: 23px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.review-block__text:not(:first-child) {
  margin-top: 15px
}

.review-block__data {
  display: flex;
  gap: 15px;
  align-items: center
}

.review-block__data:not(:first-child) {
  margin-top: 15px
}

.review-block__data span {
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e
}

.review-block__autor {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px
}

.review-block__fotos {
  display: flex;
  flex-wrap: wrap;
  gap: 7px
}

.review-block__fotos:not(:first-child) {
  margin-top: 18px
}

.review-block__fotos a {
  position: relative
}

.review-block__fotos a img {
  display: block;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.review-block__fotos a.video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.review-block__fotos a.video::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/icons/play_icon.png) no-repeat center;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain
}

.review-block__product {
  font-size: 13px;
  line-height: 16px;
  color: #8e8e8e
}

.review-block__product:not(:first-child) {
  margin-top: 15px
}

.review-block__product+a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: #202126;
  margin-top: 5px
}

.vjs-big-play-button {
  height: 50px !important;
  width: 50px !important;
  border-radius: 50% !important;
  background: url('../img/icons/play_video.svg') no-repeat center !important;
  border: none !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  background-color: unset !important;
  transition: all 0.5s ease;
  background-size: contain !important;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none !important;
}
body .vjs-youtube-mobile .vjs-big-play-button {
      display: block !important;

}
.community-block:not(:last-child) {
  margin-bottom: 65px
}

.community-block__container {
  display: flex;
  flex-direction: column
}

.community-block__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center
}

.community-block__top:not(:last-child) {
  margin-bottom: 18px
}

.community-block__button {
  background: #f1f5f7;
  padding: 11px 16px;
  gap: 10px;
  align-items: center
}

.community-block__button span {
  color: #c21111
}

.community-block__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 8px
}

.community-block__content>div {
  display: block;
  width: 100%;
  height: 288px;
  position: relative;
  overflow: hidden;
  cursor: pointer
}

.community-block__content>div:hover .community-block__prev {
  opacity: 1
}

.community-block__content>div>img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.community-block__content>div:hover>img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 1.5s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 1.5s cubic-bezier(0, 0, .44, 1.18)
}

.community-block__content:not(:last-child) {
  margin-bottom: 40px
}

.community-block__prev {
  opacity: 0;
  transition: all .5s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .2)
}

.community-block__prev span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase
}

.seo-block:last-child {
  margin-bottom: 70px
}
 
.seo-block .h1category {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
  display: block;
      margin-bottom: 20px;
}
.seo-block h2{
  font-size: 26px;line-height: 1.5;
    margin-top: 6px;
}
.seo-block h3{
  font-size: 22px;line-height: 1.5;
    margin-top: 6px;
}
.seo-block h4{
  font-size: 18px;line-height: 1.5;
    margin-top: 6px;
}.seo-block h5{
  font-size: 16px;line-height: 1.5;
    margin-top: 6px;
}
.seo-block ul li {
    list-style: disc;
}
.seo-block ul{
        padding-left: 18px;
    margin: 5px 0;
}
.seo-block h1 {
  margin-bottom: 20px;
}
.block__content_category h2{
  margin-bottom: 6px;
}
.seo-block p,
.seo-block li {
  line-height: 26px;
}

.seo-block li {
  list-style-position: inside;
}

.seo-block p a {
  font-weight: 500
}

.seo-block p a:hover {
  color: #c21111;
  text-decoration: underline
}
.main__slide img.mainbannermob {
    display: none;
}



.main__slider .swiper-pagination {
    margin: 15px 0;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: flex-end;
    position: absolute;
    bottom: 15px;
    width: 100%;        padding-right: 15px;


}

.main__slider .swiper-pagination .swiper-pagination-total {
  color: rgba(255, 255, 255, .5)
}

 

.swiper__buttons {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: 27px
}

.main__slider {
  opacity: 0;    position: relative;

}

.main__slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.loaded .main__slider {
  opacity: 1
}

.c-product-option__tile__wrapper svg {
  transition: all .3s ease
}

.c-product-option__tile__wrapper:hover svg {
  width: 30px;
  height: 30px
}

.has-html5video .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  background: 0 0 !important
}

.f-button {
  width: 34px !important;
  height: 34px !important;
  border-radius: 0 !important;
  color: #000 !important;
  background: rgba(255, 255, 255, .8) !important;
  box-shadow: none !important
}

.f-button svg {
  width: 20px !important;
  height: 20px !important
}

.product__slide img {
  display: block;
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.fancybox__slide::after,
.fancybox__slide::before {
  display: none !important
}

.vjs-poster {
  background-size: cover !important;
  background-position: center !important
}

.catalog__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center
}

.catalog__header:not(:last-child) {
  margin-bottom: 20px
}

.catalog__filter {
  display: flex;
  align-items: center;
  gap: 8px
}

.catalog__filter img {
  margin-left: 2px
}

.catalog__filter span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase
}

.catalog__filter .carret-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.catalog__header-right {
  display: flex;
  gap: 30px;
  align-items: center
}

.catalog__models {
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e
}

.catalog__content {
  display: grid;
  grid-template-columns: 0 1fr;
  transition: all .5s ease;
  gap: 0
}

.catalog__content.open {
  grid-template-columns: 260px 1fr;
  gap: 50px
}

.ocf-content {
display: none; 
width: 260px;
}
.open.ocf-content {
    display: block;
  }
  .ocf-mobile-active .ocf-content {
      display: block;
  }
.btn-clear-filter {
  display: none !important
}

 

.catalog__content.open .btn-clear-filter {
  display: flex !important
}

.category__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 26px;
  margin-bottom: 75px
}

.category__load-more {
  margin: 0 auto;
  padding: 12px 62px
}

.block__more {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase
}

.block__more span {
  display: flex;
  gap: 5px;
  align-items: center
}

.block__more span:last-child svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.catalog__sort .select__options {
  background: #fff;
  border: 1px solid #d8d8d8;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.catalog__sort .select__scroll {
  padding: 18px 25px;
  width: -webkit-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.btn-clear-filter {
  display: flex;
  gap: 6px;
  align-items: center
}

.btn-clear-filter {
  min-width: -webkit-max-content;
  min-width: max-content;
  padding: 12px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  width: 100%
}

.btn-clear-filter:not(:first-child) {
  margin-top: 10px
}

.catalog__filter-btns {
  display: flex;
  flex-direction: column-reverse;
  gap: 5px
}

.catalog__filter-btns {
  margin-top: 18px;
}

.catalog__filter-btns ._select-tag:last-child {
  margin-bottom: 30px;
}

.catalog__filter-btn {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.filter-catalog__item .select__options {
  position: relative;
  top: unset;
  border: none;
  background: 0 0;
  border-radius: 0
}

.filter-catalog__item .select__title {
  display: none
}

._select-tag {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  background: #f1f5f7;
  padding: 7px 42px 7px 10px;
  color: #c21111;
  display: flex;
  gap: 15px;
  align-items: center
}

._select-tag::after,
._select-tag::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #c21111;
  transition: all .3s ease-in;
  position: absolute;
  right: 18px;
  top: calc(50% - 6px)
}

._select-tag::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

._select-tag::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.filter__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
  display: block;
}

.filter__body .select__scroll {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: -webkit-max-content;
  height: max-content;
  overflow-y: unset;
  max-height: -webkit-max-content;
  max-height: max-content
}

._select-multiple .select__body .select__options .select__option::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #fff;
  flex-shrink: 0;
  transition: all .3s ease;
  border: 1px solid #202126
}

._select-multiple .select__body .select__options ._select-selected::before {
  content: url(../img/icons/tick.svg);
  background: #c21111
}

.filter__checkbox-text {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  width: 100%
}

.filter__checkbox-text span {
  position: absolute;
  right: 0
}
.filter__checkbox-text p {
  margin-right: 25px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none
}

input[type=number],
input[type=number]:focus,
input[type=number]:hover {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield
}

.price-filter__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.price-filter__inputs label {
  border: 1px solid #000 !important;
  padding: 11px
}

.price-filter__inputs label input {
  padding: 0 !important
}

.price-filter__inputs:not(:first-child) {
  margin-top: 16px
}

.price-filter__label {
  position: relative;
  align-items: center;
  display: flex;
  gap: 4px;
  border: 1px solid #000 !important;
  padding: 11px !important;
}

.price-filter__label span {
  font-size: 15px;
  line-height: 18px
}

.page__title {
  font-size: 28px;
  line-height: 39px
}

.page__title:not(:last-child) {
  margin-bottom: 18px
}

.payment-info {
  margin-bottom: 70px
}

.payment-info p {
  font-size: 15px;
  line-height: 18px
}

.payment-info .page__title:not(:first-child) {
  margin-top: 50px
}

.payment-info__note {
  font-size: 15px;
  line-height: 18px
}

.payment-info__note:not(:first-child) {
  margin-top: 18px
}

.payment-info__note span {
  font-weight: 500
}

.payment-info__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.payment-info__images img {
  display: block;
  width: 100%;
  height: auto
}

.payment-info__images:not(:first-child) {
  margin-top: 26px
}

.payment-info__methods {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.payment-info__methods:not(:first-child) {
  margin-top: 22px
}

.payment-info__method {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: center
}

.payment-info__images+.payment-info__methods .payment-info__method {
  grid-template-columns: 1fr !important
}

.payment-info__method-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 15px;
  line-height: 18px
}

.payment-info__method-info div {
  font-weight: 500
}

.payment-info__btns {
  display: flex;
  gap: 18px;
  align-items: center
}

.payment-info__btns:not(:first-child) {
  margin-top: 26px
}

.payment-info__write-us {
  max-width: 300px;
  width: 100%;
  background: #000;
  gap: 8px;
  color: #fff;
  line-height: 18px;
  padding: 13px
}

.payment-info__write-us:hover {
  background: #c21111
}

.payment-info__chat {
  max-width: 200px;
  width: 100%;
  gap: 8px;
  line-height: 18px;
  padding: 13px
}

.payment-info__chat svg * {
  transition: all .5s ease
}

.payment-info__chat:hover svg * {
  fill: #fff
}

.blog__content {
  display: flex;
  flex-direction: column;
  width: 100%
}

.blog__content .pimg {
    width: auto;
    display: block;
    height: auto;
   
}

.blog__content img:not(:last-child) {
  margin-bottom: 20px
}

.blog-article__top {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.blog-article__top:not(:last-child) {
  margin-bottom: 20px
}

.blog-article__top span {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px
}

.blog-article {
  margin-bottom: 50px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.blog-article__share {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase
}

.blog-article__share a:first-child,
.blog-article__share button:first-child {
  margin-left: 9px
}

.blog-article__share a:not(:last-child),
.blog-article__share button:not(:last-child) {
  margin-right: 16px
}

.blog-article__share a svg path,
.blog-article__share button svg path {
  transition: all .3s ease;
  stroke: #000
}

.blog-article__share a:hover svg path,
.blog-article__share button:hover svg path {
  stroke: #c21111
}

.blog-article__name {
  color: #c21111;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px
}

.blog-article__name:not(:last-child) {
  margin-bottom: 20px
}

.blogdesc li,
.blogdesc p {
  font-size: 15px;
  line-height: 1.3
}

.blogdesc li:not(:last-child),
.blogdesc p:not(:last-child) {
  margin-bottom: 12px
}

.blogdesc a,
.blogdesc a {
  color: #c21111;
  text-decoration: underline
}

.blogdesc ol:not(:last-child) {
  margin-bottom: 20px
}

.blogdesc ol li {
  list-style: decimal;
  /*font-weight: 500;*/
  list-style-position: inside
}

.blogdesc ol li ul {
  margin-left: 4px;
  margin-top: 12px
}

.blogdesc ul li {
  list-style: disc;
  list-style-position: inside;
  font-weight: 400 !important
}

.copy-link {
  position: relative
}

.copy-link .tooltip {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  background: #e6e6e6;
  padding: 10px 14px;
  width: -webkit-max-content;
  width: max-content;
  white-space: nowrap
}

.copy-link .tooltip::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  right: 1px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #e6e6e6 transparent
}

.copy-link--tooltip .tooltip {
  display: block
}

.blog__pagination {
  padding-top: 36px;
  max-width: 1300px;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  margin: 0 auto 64px;
  display: flex;
  justify-content: space-between;
  gap: 40px
}

.blog-article__next,
.blog-article__prev {
  display: flex;
  gap: 25px;
  align-items: center
}

.blog-article__next a:first-child,
.blog-article__prev a:last-child {
  max-width: 312px;
  font-size: 16px;
  line-height: 18px
}

.blog-article__next a:first-child:hover,
.blog-article__prev a:last-child:hover {
  opacity: .7
}

.product {
  display: grid;
  /*grid-template-columns: 1.1fr .9fr;*/
  grid-template-columns: .9fr 1.1fr;
  gap: 60px
}

.product__prev {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.product__main-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative
}

.product__main-block button {
  padding: 12px 22px
}

.product__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 39px
}

.product__title:not(:last-child) {
  margin-bottom: 12px
}

.product__top-info {
  display: flex;
  justify-content: space-between
}

.product__top-info>div:first-child {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  opacity: .5
}

.product__video-block {
  margin-top: 30px
}

.gallery__image:not(:first-child) {
  display: block;
  width: calc(50% - 4px);
  height: 400px;
  overflow: hidden;
  background: #f1f5f7
}

.gallery__image:not(:first-child) img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.gallery__image:first-child {
  width: 100%;
  height: auto;
  /*padding: 65px 81px;*/
  background: #f1f5f7;
  /*padding: 65px 81px*/
}

.gallery__image:first-child img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.gallery__image:nth-child(n+4) {
  display: none
}

.gallery__image img {
  transition: transform .5s cubic-bezier(0, 0, .44, 1.18), -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18)
}

.gallery__image:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.product__prev .product-card__in-favorite {
  top: 16px;
  right: 28px
}

.product__main-block.open .gallery__image:nth-child(n+4) {
  display: block
}

.gallery__show-hide {
  display: none;
  min-width: 227px
}

.product__main-block.open .gallery__show-hide {
  display: flex
}

.product__main-block.open .gallery__show-more {
  display: none
}

.product__price-block {
  display: flex;
  flex-direction: row-reverse;
  gap: 25px;
  align-items: flex-end;
  justify-content: flex-end
}

.product__price-block .product__old-price {
  font-size: 16px;
  line-height: 20px;
  color: #8e8e8e;
  position: relative
}

.product__price-block .product__old-price::after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 50%;
  color: #8e8e8e;
  width: calc(100% + 2px);
  height: 0;
  border-bottom: 1px solid #8e8e8e;
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg)
}

.product__price-block .product__active-price {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #000
}

.product__price-block .product__old-price+.product__active-price {
  color: #c21111
}

.product__price-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px
}

.product__availability {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  display: flex;
  gap: 4px;
  align-items: center
}

.product__availability.in {
  color: #30a150
}

.product__availability.in path {
  stroke: #30a150
}

.product__availability.low {
  color: #ec6f29
}

.product__availability.low path {
  stroke: #ec6f29
}

.product__availability.not {
  color: #c21111
}

.product__availability.not path {
  stroke: #c21111
}

.product__video-block {
  display: flex;
  gap: 12px;
  width: 100%;
  flex-wrap: wrap;
  overflow-x: auto;
}

.product__video-block a,
.product__video-block button {
  position: relative;
  width: 79px;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center
}

.product__video-block a::after,
.product__video-block button::after {
  content: "";
  display: block;
  top: 0;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(150.17deg, #e8568d -9.01%, #ec6f29 102.37%);
  border-radius: 50%
}

.product__video-block a::before {
    content: "";
    display: block;
    top: 2px;
    position: absolute;
    z-index: 1;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background: #fff;
    border-radius: 50%;
    width: auto;
    height: auto;
    
    
}
/*.product__video-block a::after{
  opacity: 0;
}
.product__video-block .pl::after {
  opacity: 1;
}*/
.product__video-block img,
.product__video-block video {
  display: block;
  width: 75px;
  height: 75px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  position: relative;
  z-index: 2
}

.product__param {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.product__param:not(:first-child) {
  margin-top: 44px
}

.product__param>div:last-child {
  display: flex;
  gap: 18px
}

.product__title-block {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px
}

.product__option--label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  position: relative;
  cursor: pointer;
}

.product__option--label div {
  border: 1px solid #8e8e8e;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

.product__option--label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0
}

.product__option--label span {
  font-size: 14px;
  line-height: 17px;
  text-align: center
}

.radio-color.checked a::before {
  content: url(../img/icons/color-mark.svg);
  z-index: 2;
  position: relative
}

.product__size-block {
  display: flex;
  flex-direction: column
}

.product__size-block:not(:first-child) {
  margin-top: 30px
}

.size-block__top2 {
    margin-top: 15px;
}
.size-block__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid #d8d8d8
}

.size-block__top button {
  color: #8e8e8e;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 8px
}

.size-block__top button::after {
  content: url(../img/icons/breadcrumb-arrow.svg);
  padding-right: 12px;
  height: 9px;
  line-height: 9px
}

.c-table {
  width: 100%;
  margin-top: 10px;
  border-spacing: 0;
  margin-bottom: 60px
}

.c-table__cell {
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px
}

tbody .c-table__cell {
  border-bottom: 1px solid #d8d8d8
}

thead {
  background: #f1f5f7;
  text-transform: uppercase
}

.size-block__content {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 14px
}

.radio-size {
  position: relative;
  cursor: pointer
}

.radio-size input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

.radio-size__option {
    min-width: 48px;
    height: 48px;
    border: 1px solid #8e8e8e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.radio-size.not .radio-size__option {
  color: #8e8e8e;
  cursor: default
}

.radio-size.not .radio-size__option::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  height: 65px;
  width: 1px;
  background: #8e8e8e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2
}

.radio-size.checked .radio-size__option {
  border-color: #c21111;
  color: #c21111;
  position: relative
}

.size-block__in-cart {
  margin-top: 30px;
  display: flex;
  gap: 10px
}

.product__in-cart {
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 7px;
  max-width: 426px
}

.product__in-cart svg {
  display: block;
  width: 18px;
  height: 16px;
  fill: #fff
}

.product__in-cart span:last-child {
  display: none
}

.product__in-cart.in span {
  display: none
}

.product__in-cart.in span:last-child {
  display: flex;
  position: relative
}

.product__in-cart.in span:last-child::before {
  content: url(../img/icons/color-mark.svg);
  position: absolute;
  top: -2px;
  left: -22px;
  z-index: 3
}

.product__spollers {
  margin-top: 50px;
  gap: 0
}

.product__spollers .spollers__title {
  border: none;
  border-top: 1px solid #d8d8d8;
  padding: 29px 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase
}

.product__spollers .spollers__item:last-child {
  border-bottom: 1px solid #d8d8d8
}

.product__spollers .spollers__body {
  padding-bottom: 18px
}
.c-complete-with.incart {
  border: 1px solid #c21111;
}
.c-complete-with {
  width: 100%;
  border: 1px solid #d8d8d8;
  /* max-width: 600px */
}

.c-complete-with:not(:first-child) {
  margin-top: 20px
}

.c-complete-with__wrapper {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 14px;
  position: relative
}

.c-complete-with__wrapper svg {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10
}

.c-complete-with__wrapper .c-product-option__tile__wrapper {
  width: -webkit-max-content;
  width: max-content
}

.c-complete-with__wrapper button {
  height: 100%;
  background: #f1f5f7
}

.c-complete-with__wrapper button img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 100%
}

.c-product-option__card__selection-box {
  position: absolute;
  top: 12px;
  right: 10px
}

.c-product-option__card__content {
  display: flex;
  flex-direction: column;
  padding-top: 13px;
  padding-bottom: 27px;
  padding-right: 10px
}

.c-product-option__card__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 18px
}

.c-product-option__card__name {
  font-size: 14px;
  line-height: 17px
}

.c-product-option__card__name:not(:last-child) {
  margin-bottom: 8px
}

.c-product-price {
  display: flex
}

.c-product-price span {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px
}

.c-product-option__card__options {
  display: flex;
  gap: 12px;
  align-items: center
}

.c-product-option__card__options:not(:first-child) {
  margin-top: 8px
}

.c-product-option__card__options label {
  position: relative
}

.c-product-option__card__options label>div {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #8e8e8e
}

.c-product-option__card__options label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

.c-product-option__card__selection-box input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%
}

.c-product-option__card__selection-box label {
  cursor: pointer;
  z-index: 2;
  position: relative
}

.c-product-option__card__selection-box label::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #fff;
  flex-shrink: 0;
  transition: all .3s ease;
  border: 1px solid #202126
}

.c-product-option__card__selection-box input:checked+label::before {
  background: #c21111;
  content: url(../img/icons/tick.svg)
}

.product-hightlights {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.product-hightlights:not(:first-child) {
  margin-top: 70px
}

.product-hightlights__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px
}

.product-hightlights__block {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.product-hightlights__block img {
  display: block;
  width: 100%;
  height: 280px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.product-hightlights__info {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.product-hightlights__info div {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase
}

.product-hightlights__info span {
  font-size: 15px;
  line-height: 18px
}

.product__block-title {
  font-size: 24px;
  line-height: 29px
}

.product-reviews {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.product-reviews:not(:first-child) {
  margin-top: 50px
}

.product-reviews__content {
  display: flex;
  align-items: center;

  
}

.product-reviews__content>div {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.product-reviews__content>div span {
  font-size: 16px;
  line-height: 20px
}

.product-reviews__write-btn {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #c21111;
  transition: all .3s ease
}

.product-reviews__write-btn path {
  transition: all .3s ease
}

.product-reviews__write-btn:hover {
  color: #000
}

.product-reviews__write-btn:hover path {
  stroke: #000
}

.product-recently {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.product-recently:not(:first-child) {
  margin-top: 38px
}

.product-recently__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px
}

.product-recently:last-child {
  margin-bottom: 70px
}

.reviews-add {
  margin-top: 4px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .5s ease
}

.reviews-add form {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all .5s ease
}

.reviews-add form:not(:first-child) {
  margin-top: 16px
}

.product-reviews.add .reviews-add {
  display: flex;
  flex-direction: column;
  height: -webkit-max-content;
  height: max-content;
  opacity: 1;
  overflow: visible
}

.reviews-add__top {
  display: flex;
  align-items: center;
  gap: 10px
}

.reviews-add__top span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px
}

.review__addFile {
  position: relative;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  width: 100%;
  min-height: 50px;
  background: #f1f5f7;
  border: 1px solid #000;
  cursor: pointer;
  padding: 10px;
  /* flex-direction: column; */
  gap: 12px;
  flex-wrap: wrap;
}

.review__addFile .dz-preview {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  position: relative;
}

.review__addFile .dz-remove {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: #fff;
}

.product__reviews:last-child {
  margin-bottom: 70px;
}

.reviews-add__form-actions button {
  width: 100%;
  padding: 12px 24px;
}

.review__addFile .dz-remove svg {
  display: none;
}

.review__addFile .review__item {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 10%
}

.review__addFile .review__file-name {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.1;
  z-index: 0;
}

.reviews-add__form .popup__label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative
}

.reviews-add__form .popup__label span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px
}

.reviews-add__form .popup__label input,
.reviews-add__form .popup__label textarea {
  border: 1px solid #000 !important;
  padding: 12px 16px;
  border-radius: 0;
  transition: all .3s ease
}

.reviews-add__form .popup__label input:hover,
.reviews-add__form .popup__label textarea:hover {
  outline: 1px solid #000 !important
}

.reviews-add__form .popup__label input::-webkit-input-placeholder,
.reviews-add__form .popup__label textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e
}

.reviews-add__form .popup__label input:-ms-input-placeholder,
.reviews-add__form .popup__label textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e
}

.reviews-add__form .popup__label input::-ms-input-placeholder,
.reviews-add__form .popup__label textarea::-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e
}

.reviews-add__form .popup__label input::placeholder,
.reviews-add__form .popup__label textarea::placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e
}

.reviews-add__form .popup__label textarea {
  resize: vertical;
  min-height: 164px
}

.popup__label textarea{
  resize: none!important;
}

.review__addFile:hover {
  outline: 1px solid #000 !important
}

.form__error {
  color: #c21111;
  font-size: 12px !important;
  text-align: right;
  position: absolute;
  top: 100%;
  right: 0
}
.checkout__content-block
.form__error {
  position: relative;
}

.form__error_rating{
  position: relative;
  color: #c21111;
  font-size: 12px !important;
  text-align: right;
}
.reviews-add__form-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center
}

.reviews-add__form .popup__label._form-error input {
  border-color: #c21111 !important
}

.product-reviews__block {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.product-reviews__block:not(:first-child) {
  margin-top: 14px
}

.product-reviews__block+button {
  margin: 4px auto 0;
  min-width: 227px
}

.product-review {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8d8d8;
  gap: 12px
}

.product-review__autor {
  display: flex;
  align-items: center
}

.product-review__autor span {
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e
}

.product-review__autor span:not(:first-child) {
  margin-left: 26px
}

.product-review__foto {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f5f7;
  height: 40px;
  width: 40px;
  overflow: hidden
}

.product-review__foto img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.product-review__foto svg {
  margin-left: 2px
}

.product-review__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px
}

.product-review__name:not(:first-child) {
  margin-left: 20px
}

.product-review__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px
}

.product-review__text {
  font-size: 15px;
  line-height: 18px
}

.product-review .rating__item {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background: url(../img/icons/star.svg) 0 0/20px no-repeat
}

.product-review .rating__item--active {
  background: url(../img/icons/star-active.svg) 0 0/20px no-repeat
}

.product-review .rating__item span {
  height: 20px;
  background: url(../img/icons/star-active.svg) 0 0/20px no-repeat
}

.product__slider {
  width: 100%;
  position: relative
}

.product__slider .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #8e8e8e
}

.product__slider .swiper-pagination-bullet-active {
  background: #000;
  border-color: #000
}

.product__slider .swiper-pagination {
  display: flex;
  gap: 3px;
  justify-content: center;
  width: 100%;
  position: absolute;
  z-index: 5;
  bottom: 15px
}

.main-page__title span {
  -webkit-animation: .3s .5s 1 text normal both running linear;
  animation: .3s .5s 1 text normal both running linear;
  display: block;
  z-index: 2
}

.main-page__title span::before {
  display: none !important
}

@-webkit-keyframes text {
  0% {
    -webkit-transform: translateY(-40px) scaleX(.7);
    transform: translateY(-40px) scaleX(.7);
    opacity: .5
  }

  70% {
    -webkit-transform: scaleY(.7) translateY(2px);
    transform: scaleY(.7) translateY(2px)
  }
}

@keyframes text {
  0% {
    -webkit-transform: translateY(-40px) scaleX(.7);
    transform: translateY(-40px) scaleX(.7);
    opacity: .5
  }

  70% {
    -webkit-transform: scaleY(.7) translateY(2px);
    transform: scaleY(.7) translateY(2px)
  }
}

.about {
  margin-bottom: 70px
}

.about__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.about__banner img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}

.about__banner-text {
  position: absolute;
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  padding: 16px
}

.about__content {
  padding-top: 50px;
  padding-left: 88px;
  padding-right: 88px;
  display: flex;
  flex-direction: column;
  gap: 30px
}

.about .breadcrumb {
  margin-top: 14px
}

.about__block {
  background: #f1f5f7;
  display: flex
}

.about__block .blog__prev {
  width: 50%
}

.about .about__block img {
  width: 50% !important;
  height: auto;
  object-fit: cover;
  display: block;
  flex-shrink: 0
}

.about__block-content {
  width: 50% !important;
  padding-top: 35px;
  padding-bottom: 40px;
  padding-right: 44px;
  padding-left: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0
}

.about__block-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4
}

.about__block-content p:not(:last-child) {
  margin-bottom: 12px
}

.about__block-content span {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase
}

.about__block-content span:not(:last-child) {
  margin-bottom: 12px
}

.about__block-title {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center
}

.about__block-title:not(:last-child) {
  margin-bottom: 24px
}

.about__text-decor {
  font-family: Gistesy;
  font-weight: 400;
  line-height: 1.6;
  color: #c21111
}

.blog .about__content {
  padding: 0
}

.blog h1 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 60px
}

.blog .about__block {
  display: flex;
  height: 460px;
  background: #fff
}

.blog .about__block .blog__prev {
  width: 50%;
  flex-shrink: 0;
  height: 100%;
  overflow: hidden
}

.blog .about__block .blog__prev img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all .8s ease;
  width: 100% !important;
}

.blog .about__block .about__block-content {
  width: 50%;
  flex-shrink: 0;
  padding: 0;
  padding-left: 50px
}

.about__block:nth-child(even) {
  flex-direction: row-reverse
}

.about__block:nth-child(even) .about__block-content {
  padding-right: 50px
}

.blog__date {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-align: right
}

.blog__date:not(:last-child) {
  margin-bottom: 32px
}

.blog__title {
  color: #c21111;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px
}

.blog__title:not(:last-child) {
  margin-bottom: 24px
}

.blog__title:hover {
  opacity: .7
}

.blog p {
  font-size: 15px;
  line-height: 21px
}

.blog p a {
  text-decoration: underline
}

.blog p:not(:last-child) {
  margin-bottom: 12px
}

.more-details {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: underline
}

.more-details:hover {
  color: #c21111
}

.blog .about__block:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.checkout {
  margin-bottom: 70px
}

.checkout h1 {
  text-align: center;
  font-size: 28px;
  line-height: 39px
}

.checkout h1:not(:last-child) {
  margin-bottom: 60px
}

#simplecheckout_form_0 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 82px;
  padding-right: 82px
}

.checkout__content-block {
  padding-right: 72px;
  display: flex;
  flex-direction: column;
  gap: 28px
}

.checkout__card-info {
  padding-left: 66px;
  border-left: 1px solid #d8d8d8
}

.checkout__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 18px
}

.checkout__row {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.checkout__content-block 
.checkout__row {
  display: block;
}
.checkout__log-in{
    margin-bottom: 16px;
  }
 @media screen and (min-width: 768px) {
  .checkout__content-block 
  .checkout__row {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
  .checkout__log-in{
    margin-bottom: 0;
  }
 }
.checkout__log-in {
  font-size: 15px;
  line-height: 18px
}

.checkout__log-in a {
  font-weight: 500;
  text-decoration: underline
}

.checkout__form .c-product-option__card__selection-box {
  position: relative;
  top: unset;
  right: unset
}

.checkout__form .c-product-option__card__selection-box label {
  gap: 8px;
  align-items: center;
}

 @media screen and (min-width: 768px) {
  .checkout__form .c-product-option__card__selection-box label {
    gap: 8px;
    align-items: flex-end
  }
 }

.checkout__form label {
  display: flex
}
label.popup__label{
  display: block;
}
.checkout__form label:not(:last-child) {
  margin-bottom: 12px
}

.checkout__form .input {
  border: 1px solid #000 !important;
  padding: 11px 17px
}

.select_country {
  width: 100%;
  z-index: 5
}

.select_country .select__title {
  height: 50px;
  border: 1px solid #000;
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

.select_country .select__title .select__value {
  padding: 6px 17px;
  width: 100%;
  font-size: 15px;
  line-height: 18px
}

.select_country .select__title input {
  outline: 0 !important
}

.select_country .select__title input::-webkit-input-placeholder {
  color: #000
}

.select_country .select__title input:-ms-input-placeholder {
  color: #000
}

.select_country .select__title input::-ms-input-placeholder {
  color: #000
}

.select_country .select__title input::placeholder {
  color: #000
}

.select_country .select__scroll {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 6px 17px;
  border: 1px solid #d8d8d8
}

.select_country .select__scroll .select__option {
  text-transform: capitalize
}

.label-select {
  position: relative;
  width: 100%
}

.label-select>span {
  position: absolute;
  top: 4px;
  left: 17px;
  font-size: 12px;
  line-height: 15px;
  color: #8e8e8e
}

.checkout__form--2 {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 0
}
  .id-customer_telephone {
    display: none !important;
}
.popup__label--50 {
  width: calc(50% - 5px)
}

.popup__label--100 {
  width: 100%
}

.checkout__form--3>span {
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e;
  display: block
}

.checkout__form--3>span:not(:last-child) {
  margin-bottom: 12px
}

.checkout__form--3 p {
  font-size: 14px;
  font-weight: 300;
  line-height: 17px
}

.popup__label.input {
  display: flex;
  align-items: center;
  gap: 8px;
      cursor:pointer;    flex-wrap: wrap;

}
.buttons #button-confirm{
    background: #c21111;
    color: #fff;
    margin-top: 12px;
    width: 100%;
    padding: 12px 47px;
    
}
.form-descriptioni {
    margin-bottom: 15px;
}
.popup__label.input .footer__payment-links {
  margin-left: auto
}

.popup__label.input .footer__payment-links div {
  border: 1px solid #000;
  box-shadow: 0 2px 20px 0 rgba(183, 183, 183, .08)
}

.checkout__form--4 textarea.input {
  resize: vertical;
  min-height: 100px
}

.checkout__button {
  color: #fff;
  margin-top: 12px
}

.checkout .cart__product-prev {
  position: relative
}

.checkout .cart__product-prev span {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  background: #c21111;
  font-size: 14px;
  line-height: 1
}

.checkout .cart__product-content {
  justify-content: center
}

.checkout .checkout__promo-form {
  gap: 38px
}

.checkout .checkout__promo-form:not(:last-child) {
  margin-bottom: 18px
}

.checkout .promo-input {
  width: 274px
}

.checkout__info {
  display: flex;
  flex-direction: column
}

.checkout__info .product__char {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px
}

.checkout__info .product__char:not(:last-child) {
  padding-bottom: 12px
}

.checkout__info .product__char div {
  text-align: right;
  max-width: 60%;
  line-height: 1.2;
}

.checkout__info .product__char--sum {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #d8d8d8;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px
}

.succesful-order {
  display: grid;
  grid-template-columns: 472px 1fr;
  gap: 110px;
  margin-bottom: 35px;
  margin-left: 70px;
  margin-right: 70px
}

.succesful-order img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left
}

.succesful-order .h1 {
  font-size: 30px;
  line-height: 1;
  padding-bottom: 18px;
  position: relative
}

.succesful-order .h1::after {
  content: "";
  display: block;
  width: 156px;
  height: 2px;
  background-color: #c21111;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: h-decor 1.5s ease;
  animation: h-decor 1.5s ease
}

@-webkit-keyframes h-decor {
  from {
    width: 0
  }

  to {
    width: 100
  }
}

@keyframes h-decor {
  from {
    width: 0
  }

  to {
    width: 100
  }
}

.succesful-order__text {
  font-size: 15px;
  line-height: 19px
}

.succesful-order__text span {
  font-weight: 500
}

.succesful-order__text:not(:last-child) {
  margin-bottom: 12px
}

.succesful-order__text a {
  font-weight: 500;
  text-decoration: underline
}

.succesful-order__text a:hover {
  color: #c21111
}

.succesful-order .button:not(:first-child) {
  margin-top: 32px;
  display: flex
}

.succesful-order__content {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.search-page__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px
}

.search-page__title:not(:last-child) {
  margin-bottom: 48px
}

.account__title {
  font-size: 28px;
  line-height: 1;
  text-align: center
}

.account__title:not(:last-child) {
  margin-bottom: 36px
}

.autorization {
  margin-bottom: 70px
}

.autorization__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  max-width: 1374px;
  margin-left: auto;
  margin-right: auto
}

.autorization__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%
}

.autorization__link {
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline
}

.autorization__link:hover {
  color: #c21111
}

.autorization-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  background: #f1f5f7;
  padding: 34px 36px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: -webkit-max-content;
  height: max-content
}

.autorization-block__title {
  font-family: Lato;
  font-size: 24px;
  line-height: 26px;
  text-align: center
}

.autorization-block__text {
  font-size: 15px;
  line-height: 18px
}

.form__viewpass {
  position: absolute;
  bottom: 12px;
  right: 10px;
  z-index: 5;
  transition: all 0s ease
}

.form__viewpass::after {
  content: url(../img/icons/eye_icon.svg);
  display: block;
  width: 20px;
  height: 20px
}

.form__viewpass._viewpass-active::after {
  content: url(../img/icons/eye_slash_icon.svg)
}

.autorization__login-btn {
  margin-left: auto;
  margin-right: auto
}

.autorization__login-btn:not(:first-child) {
  margin-top: 16px
}

.autorization__sign-with {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center
}

.autorization__sign-with span {
  font-family: Lato;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: center
}

.autorization__sign-with div {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: 100%
}

.sign-with__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  max-width: 248px;
  width: 100%;
  flex-shrink: 0;
  gap: 16px;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 20px;
  transition: all .3s ease;
  font-family: Lato
}

.sign-with__btn:hover {
  color: rgba(0, 0, 0, .7)
}

.autorization-block__notification {
  background: #9afbb5;
  padding: 15px 40px;
  display: flex
}

.autorization-block__notification svg {
  display: block;
  width: 26px;
  height: 26px;
  flex-shrink: 0
}

.autorization-block__notification svg:not(:last-child) {
  margin-right: 16px
}

.autorization-block__notification span {
  font-weight: 500
}

.autorization__right.autorization-block {
  padding: 40px 60px
}

.autorization-block__instruction {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  line-height: 17px
}

.autorization-block__instruction span {
  font-weight: 500
}

.autorization-block__instruction ul li {
  list-style: disc;
  list-style-position: inside
}

.autorization-block__instruction ul li:not(:last-child) {
  padding-bottom: 8px
}

.autorization-block__instruction ul:not(:last-child) {
  margin-bottom: 4px
}

.register__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 816px;
  margin: 0 auto;
  width: 100%
}

.register__block {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 6px;
}

.register-block__title {
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
  line-height: 1
}

.autorization__login-btn {
  cursor: pointer;
}

.register-block__title:not(:last-child) {
  margin-bottom: 18px;
}

.register-block__title:not(:first-child) {
  margin-top: 40px;
}

.register-block form {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 6px
}

#simpleregister .popup__label--50 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(50% - 8px) !important
}

#simpleregister .popup__label .input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e
}

#simpleregister .input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e
}

.register-block form .popup__label .input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e
}

.register-block form .popup__label .input::placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e
}

#simpleregister .popup__label div {
  font-size: 14px;
  line-height: 17px
}

.register-block form .popup__label div span {
  color: #c21111
}

#simpleregister .button--black {
  margin: 10px auto 0;
  cursor: pointer;
}

.subsribe__radio-btns {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  min-height: 42px
}

.subsribe__radio-btns input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 0;
  height: 0
}

.subsribe__radio-btns .order__label {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin-bottom: 0 !important
}

.subsribe__radio-btns input[type=radio]+.order__label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
  transition: all .3s ease
}

.subsribe__radio-btns input[type=radio]:checked+.order__label::before {
  border: 4px solid #c21111
}

.sign__button {
  max-width: 400px;
  width: 100%
}

.account h1 {
  margin-left: 96px;
  margin-bottom: 58px !important
}

.account__content {
  display: grid;
  grid-template-columns: 230px 1fr;
  margin-left: 96px;
  margin-right: 96px;
  margin-bottom: 70px
}

.account__left-panel {
  border-right: 1px solid #d8d8d8;
  height: -webkit-max-content;
  height: max-content
}

.account__left-panel nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.account__list-link a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1;
  color: #000
}

.account__list-link.active a {
  color: #c21111
}

.account__list-link.active a .account__link-img {
  fill: #c21111
}

.account__list-link.active a .account__link-img-stroke {
  stroke: #c21111
}

.account__list-link:hover a {
  color: #c21111
}

.account__list-link:hover .account__link-img {
  fill: #c21111
}

.account__list-link:hover .account__link-img-stroke {
  stroke: #c21111
}

.account__link-img {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: #000;
  transition: all .3s ease
}

.account__link-img-stroke {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: transparent;
  stroke: #000;
  transition: all .3s ease
}

.account__h2 {
  font-family: Lato;
  font-size: 24px;
  line-height: 26px
}

.account__info {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative
}

.account__info form {
  display: flex;
  /*  flex-direction: column;*/
  flex-direction: row;
  gap: 28px;
  position: relative
}
.returns__info form {
  flex-direction: column;
}
.account__form {
  max-width: 816px;
  width: 100%;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 18px
}

.account__form--password {
  max-width: 400px
}

.account__form .popup__label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0 !important
}

.account__form .popup__label div {
  font-size: 14px;
  line-height: 17px
}

.account__form .popup__label div span {
  color: #c21111
}

.account__form .popup__label--50 {
  /*  width: calc(50% - 8px) !important*/
  width: calc(50% - 14px) !important;
}

.account__form .popup__label .input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e
}

.account__form .popup__label .input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e
}

.account__form .popup__label .input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e
}

.account__form .popup__label .input::placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e
}

.account__address-block {
  display: flex;
  gap: 18px;
  flex-wrap: wrap
}

.address-block {
  display: flex;
  flex-direction: column;
  padding: 38px;
  background-color: #f1f5f7;
  position: relative;
  min-width: 240px;
  line-height: 160%;
}

.address-block span {
  font-family: Lato, Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px
}

.address-block__remove {
  position: absolute;
  top: 15px;
  right: 11px;
  z-index: 2
}

.address-block__remove svg path {
  transition: all .3s ease
}

.address-block__remove:hover svg path {
  stroke: #c21111
}

.address-block__edit {
  position: absolute;
  top: 15px;
  right: 50px;
  z-index: 2
}

.address-block__edit svg path {
  transition: all .3s ease
}

.address-block__edit:hover svg path {
  stroke: #c21111
}

.account__info .account__warning {
  position: absolute;
  bottom: calc(100% + 32px);
  display: none;
  justify-content: space-between;
  align-items: center;
  background: #fbbc04;
  padding: 8px 15px;
  gap: 12px;
  transition: all .5s ease
}

.account__info .account__warning button {
  margin-left: 24px
}

.account__info.warning .account__warning {
  display: flex
}

.orders-info {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.orders-info:not(:first-child) {
  margin-top: 24px
}

.orders-info__block {
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8
}

.order {
  display: flex;
  flex-direction: column
}

.order__top {
  display: flex;
  align-items: center;
  gap: 30px
}

.order__date,
.order__id,
.order__status {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px
}

.order__date span,
.order__id span,
.order__status span {
  font-weight: 400
}

.order__main-info {
  display: flex;
  gap: 30px
}

.order__main-info:not(:first-child) {
  margin-top: 15px
}

.order__sum {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #c21111
}

.order__payment {
  display: flex;
  align-items: center;
  gap: 6px
}

.order__payment div {
  box-shadow: 0 2px 20px 0 rgba(183, 183, 183, .08);
  border: 1px solid #000;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 26px
}

.order__product-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px
}

.order__product-block:not(:first-child) {
  margin-top: 20px
}

.order__product {
  display: flex;
  gap: 23px;
  align-items: center
}

.order__prev {
  display: block;
  width: 110px;
  height: 110px;
  overflow: hidden
}

.order__prev img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all .5s ease
}

.order__product-info {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.order__product-info a {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2
}

.order__product-info a:hover {
  opacity: .7
}

.order__product-info>div {
  display: flex;
  gap: 40px
}

.order__product-info>div span {
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 18px
}

.order__actions {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.order__actions a,
.order__actions button {
  width: 162px
}

.order__actions .button--main {
  color: #fff
}

.order__product-block:hover .order__prev img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.order__status--progress span {
  color: #0345b5 !important
}

.order__status--delivered span {
  color: #30a150 !important
}

.product-card__title:hover {
  opacity: .7
}

.account__info .category__content {
  max-width: 760px !important;
  grid-template-columns: 1fr 1fr 1fr
}

.account__info p {
  font-size: 14px;
  line-height: 18px;
  max-width: 760px
}

.account__info p:not(:last-child) {
  margin-bottom: 2px
}

.returns-block {
  display: flex;
  flex-direction: column;
  gap: 18px
}

.returns-block__title {
  font-family: Lato, Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1
}

.popup__label--60 {
  width: calc(60% - 16px) !important
}

.popup__label--30 {
  width: calc(30% - 8px) !important
}

.popup__label--10 {
  width: calc(10% - 8px) !important
}

.input--center {
  text-align: center
}

.subsribe__radio-btns--min {
  min-height: 20px
}

.reasons__radio-btns {
  flex-direction: column !important;
  gap: 12px;
  align-items: flex-start
}

.returns-block textarea {
  max-width: 528px;
  resize: vertical;
  min-height: 150px
}

.swiper {
  overflow: hidden
}

.swiper-initialized {
  touch-action: pan-y
}

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

.swiper-vertical .swiper-wrapper {
  flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0
}

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

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

@font-face {
  font-family: lg;
  src: url(data:font/woff2;base64,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) format("woff2"), url(data:font/woff;base64,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) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, .45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: 0;
  border: none
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none
}

.lg-next {
  right: 20px
}

.lg-next:before {
  content: "\e095"
}

.lg-prev {
  left: 20px
}

.lg-prev:after {
  content: "\e094"
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0
  }

  50% {
    left: -30px
  }

  100% {
    left: 0
  }
}

@keyframes lg-right-end {
  0% {
    left: 0
  }

  50% {
    left: -30px
  }

  100% {
    left: 0
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0
  }

  50% {
    left: 30px
  }

  100% {
    left: 0
  }
}

@keyframes lg-left-end {
  0% {
    left: 0
  }

  50% {
    left: 30px
  }

  100% {
    left: 0
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4))
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color .2s linear;
  background: 0 0;
  border: none;
  box-shadow: none
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px
}

.lg-toolbar .lg-icon:hover {
  color: #fff
}

.lg-toolbar .lg-close:after {
  content: "\e070"
}

.lg-toolbar .lg-maximize {
  font-size: 22px
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a"
}

.lg-toolbar .lg-download:after {
  content: "\e0f2"
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity .2s ease-out 0s
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0
}

.lg-sub-html a {
  color: inherit
}

.lg-sub-html a:hover {
  text-decoration: underline
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6))
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0
}

.lg-error-msg {
  font-size: 14px;
  color: #999
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle
}

.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  transition: opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
  transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
  will-change: transform, opacity;
  transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}

.lg-group:after {
  content: "";
  display: table;
  clear: both
}

.lg-container {
  display: none;
  outline: 0
}

.lg-container.lg-show {
  display: block
}

.lg-on {
  scroll-behavior: unset
}

.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
  opacity: 1
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0)
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0)
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0)
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0)
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: .001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  transition: opacity .15s ease 0s
}

.lg-outer * {
  box-sizing: border-box
}

.lg-outer.lg-zoom-from-image {
  opacity: 1
}

.lg-outer.lg-visible {
  opacity: 1
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap
}

.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image/gif;base64,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) no-repeat scroll center center transparent
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0
}

.lg-outer .lg-item.lg-complete {
  background-image: none
}

.lg-outer .lg-item.lg-current {
  z-index: 1060
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative
}

.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
  display: none
}

.lg-outer.lg-hide-download .lg-download {
  opacity: .75;
  pointer-events: none
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity .2s ease-out .15s
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s
}

.lg-backdrop.in {
  opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
  opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
  transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
  transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s, -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-container {
  display: none
}

.lg-container.lg-show {
  display: block
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute
}

.lg-inline .lg-backdrop {
  z-index: 1
}

.lg-inline .lg-outer {
  z-index: 2
}

.lg-inline .lg-maximize:after {
  content: "\e909"
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: -webkit-transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s, -webkit-transform .35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff"
}

.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3
}

.lg-outer .lg-video-poster {
  z-index: 1
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  transition: opacity .3s ease-in
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
  opacity: 0 !important
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1
}

@-webkit-keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px
  }
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px
  }
}

@-webkit-keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  transition: opacity .1s, -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28);
  transition: transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
  transition: transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s, -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28)
}

.lg-video-play-button:hover .lg-video-play-icon,
.lg-video-play-button:hover .lg-video-play-icon-bg {
  opacity: 1
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: .6;
  will-change: opacity;
  transition: opacity .12s ease-in
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, .9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: .6;
  will-change: opacity;
  transition: opacity .12s ease-in
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc
}

.lg-video-loading .lg-video-play-icon-circle {
  -webkit-animation: lg-play-rotate 2s linear .25s infinite, lg-play-stroke 1.5s ease-in-out .25s infinite;
  animation: lg-play-rotate 2s linear .25s infinite, lg-play-stroke 1.5s ease-in-out .25s infinite
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(.7);
  transform: translate(-50%, -50%) scale(.7)
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1
}

.lg-autoplay-button:after {
  content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"
}

.lg-single-item .lg-autoplay-button {
  opacity: .75;
  pointer-events: none
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s !important
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
  transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
  transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
     transition: none !important;
     max-width: none !important;
    max-height: none !important;
 
 
    
}




.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: -webkit-transform .8s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .8s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .8s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .8s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.lg-zoom-in {
    display: none!important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  will-change: opacity, transform;
  transition: opacity .15s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s !important;
  transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
  transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s !important;
 /* -webkit-transform-origin: 0 0;
  transform-origin: 0 0;*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-icon.lg-zoom-in:after {
  content: "\e311"
}

.lg-icon.lg-actual-size {
  font-size: 20px
}

.lg-icon.lg-actual-size:after {
  content: "\e033"
}

.lg-icon.lg-zoom-out {
  opacity: .5;
  pointer-events: none
}

.lg-icon.lg-zoom-out:after {
  content: "\e312"
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto
}

.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-zoom-out,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out {
  opacity: .75;
  pointer-events: none
}

@media (min-width:99.75em) {
  .header__selects {
    gap: 1.75rem
  }

  .footer__info {
    gap: 5rem
  }

  .main-page__info span::before {
    width: 5rem
  }

  .about__text-decor {
    font-size: 3rem
  }

  .account__content {
    gap: 7.625rem
  }
}

@media (min-width:501px) {
  .product__slider {
    display: none
  }
}

@media (min-width:768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0
  }

  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color .25s ease
  }
}

@media (max-width:1600px) and (min-width: 1450px) {
  .footer__container {
    gap: 60px;
  }

  .footer__info {
    gap: 60px !important;
  }
}

@media (max-width:1450px) {
  .footer__container {
    flex-wrap: wrap
  }

  .footer__info {
    justify-content: space-between;
    width: 100%
  }

  .whyChoose-block__video {
    right: 0
  }
}

@media (max-width:1400px) {
  .main-page__container {
    
  }
}

.headerimitate {
    height: 79px;
}

@media (max-width:767px) {
.headerimitate {
    height: 59px;
}
}
    .header__selects .top__selection-lang {
        display: none;
    } 
 
.mobinsta {
        display: none;
} 
.pcinsta {
    display: flex;
    align-items: center;
    gap: 10px;
       
}
 

.pcinsta img {
    max-width: 24px;
    width: 100%;
    height: auto;
}
@media (max-width:1200px) {
    
.pcinsta {
        display: none;
} 
.mobinsta {
    display: flex;
    align-items: center;
    gap: 10px;
        margin-bottom: 10px;
}
 

.mobinsta img {
    max-width: 28px;
    width: 100%;
    height: auto;
}
    
    header .header__nav, header .header__selects{
        display: none;
    }
    
    .header__selects .worldbutton {
        display: none;
    } 
    .header__selects .top__selection-lang {
        display: block;
    }  
  .menu__body {
    display: block;
    position: fixed;
    max-width: 340px;
    width: 100%;
    min-height: calc(100vh + 8px);
    height: 100%;
    left: -100%;
    top: -10px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 10px;
    transition: left .7s ease;
    background: #fff;
    z-index: 149;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2)
  }

  .contact-form__info-block {
    grid-template-columns: 1fr;
  }

  .contact-form__content {
    gap: 30px;
    justify-content: space-between;
  }

  .about__content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }

  .about__block {
    justify-content: space-between;
  }

  .about .about__block img {
    width: 40% !important;
  }

  .about__block-title:not(:last-child) {
    margin-bottom: 16px;
  }

  .about__block-title {
    font-size: 22px;
  }

  .about__block-content {
    width: 60% !important;
    padding: 20px !important;
  }

  /*
  .about__block {
    align-items: flex-start;
  } */

  #simplecheckout_form_0 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .checkout__content-block {
    padding-right: 22px;
  }

  .checkout__card-info {
    padding-left: 22px;
  }

  .menu-open .menu__body {
    left: -1px
  }

  .icon-menu {
    display: block;
    position: relative;
    z-index: 5
  }

  .instagram__left img {
    height: 360px;
    width: 360px
  }

  .top__selection-currency.open .top__selection-body {
    position: relative;
    border: none
  }

  .top__selection-lang.open .top__selection-body {
    position: relative;
    border: none;
    top: inherit;
    padding: 25px 10px;
  }


  .top__selection-lang.open .top__selection-body a{
    margin: 0;
    display: block;
    text-transform: none;
    margin: 8px 0 0px 9px;
  }
  @media screen and (min-width: 768px) {

      
    .top__selection-lang.open .top__selection-body a{
      margin: 10px 0 6px 16px;
    }
  }
  .header__menu {
    display: block
  }

  .menu-open .header__close {
    position: absolute;
    right: 9px;
    top: 19px;
    background: #fff;
    width: 22x;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .menu__list {
    padding: 20px 10px;
    margin-top: 8px;
    margin-left: -10px;
    margin-right: -10px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb
  }

  .menu__list nav ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start
  }

  .header__selects {
    flex-direction: column;
    margin-top: 18px;
    align-items: flex-start;
    width: 100%;
        margin-bottom: 70px;
  }

  .top__selection-currency.open .top__selection-title svg {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg)
  }

  .top__selection-lang.open .top__selection-title svg {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg)
  }

  .main-page__container {
 
  }

  .explore-more:not(:first-child) {
    margin-top: 36px
  }

  .whyChoose-block__container {
    flex-direction: column-reverse
  }

  .whyChoose-block__video {
    margin: -128px auto 0
  }

  .whyChoose-block__advantages {
    gap: 20px
  }

  .whyChoose-block__advantage {
    max-width: 100%
  }

  .community-block__content {
    grid-template-columns: repeat(4, 1fr)
  }

  .succesful-order {
    gap: 60px;
    margin-left: 30px;
    margin-right: 30px
  }

  .autorization__content {
    gap: 40px
  }

  .sign-with__btn {
    max-width: 180px
  }

  .account h1 {
    margin-left: 70px;
    margin-bottom: 40px !important
  }

  .account__content {
    margin-left: 70px;
    margin-right: 70px;
    grid-template-columns: 180px 1fr
  }

  .orders-info:not(:first-child) {
    margin-top: 0
  }

  .not-found__main {
    gap: 40px;
    font-size: 120px;
    font-weight: 900;
  }

  .reviewPopup .popup__content-block img {
    height: 320px;
    width: 320px
  }

  .product {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .gallery__image:first-child {
    /*padding: 30px;*/
    padding: 0;
  }

  .gallery__image:not(:first-child) img {
    max-height: 300px;
  }

  .gallery__image:not(:first-child) {
    height: 300px;
  }

  .product-hightlights__content {
    gap: 12px;
  }

  .product__rating {
    margin-top: 18px;
  }

  .product__video-block {
    margin-top: 12px;
  }
}

@media (max-width:1200px) and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}

@media (max-width:1100px) and (min-width:768.1px) {
  .account__info .category__content {
    grid-template-columns: 1fr 1fr
  }
}
.tocatch {
    display: none;
       
        margin: 25px 0;
}
.tocatch .coupon{
    display: none; 
}
@media (max-width:1000px) {
.tocatch {
    display: block;
}  
    
    
  .whyChoose-block__video {
    max-width: 420px;
    height: 350px
  }

  .about .about__block {
    flex-direction: column !important;
    padding-top: 20px !important;
  }

  .about .about__block-content {
    width: 100% !important;
  }

  .about .about__block img {
    width: 50% !important;
    margin: 0 auto !important;
  }

  .pagging__item {
    width: 40px;
    height: 40px;
  }

  .pagging__arrow {
    padding: 10px 20px;
    height: 40px;
  }

  .more-details {
    font-size: 14px;
    line-height: 1.4;
  }
  /*
    .main__slide img {
      height: 320px
    } */

  .product-hightlights__content {
    grid-template-columns: repeat(2, 1fr);
  }
.checkout h1:not(:last-child) {
    margin-bottom: 0px;
}


  #simplecheckout_form_0 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    max-width: 80%;
    margin: 0 auto;
    
  }

  .checkout__content-block {
    padding-right: 0
  }

  .checkout__card-info {
    padding-left: 0;
    border: none;
    margin-bottom: 60px;
  }

  .product__top-info {
    flex-direction: column;
    gap: 12px;
  }

  .gallery__image:not(:first-child) {
    height: 200px;
  }

  .gallery__image:not(:first-child) img {
    max-height: 200px;
  }

  .blog .about__block .about__block-content {
    width: 80%;
  }

  .about__block:nth-child(even) .about__block-content {
    padding-right: 0;
  }

  .blog__title:not(:last-child) {
    margin-bottom: 16px;
  }

  .blog .about__block {
    height: max-content;
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .blog__date {
    font-size: 13px;
    line-height: 1.2;
  }

  .blog h1 {
    margin-bottom: 40px;
  }

  .blog__date:not(:last-child) {
    margin-bottom: 6px;
  }

  .blog .about__block .about__block-content {
    padding-left: 0;
  }

  .about__content {
    gap: 46px;
  }
}

@media (max-width:61.99875em) {
  .complete .popup__content-block img {
    height: 260px;
    width: 260px
  }

  .complete .popup__content-block {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 20px;
  }

  .instagram__left {
    align-items: center
  }

  .top__selection-currency {
    width: 100%
  }

  .top__selection-currency .carret-down {
    margin-left: auto
  }

  .top__selection-title {
    width: 100%;
    justify-content: space-between
  }

  .top__selection-lang {
    width: 100%
  }

  .main-page__container {
    
  }

  .bestseller-block__content {
    grid-template-columns: repeat(3, 1fr)
  }

  .community-block__content {
    grid-template-columns: repeat(3, 1fr)
  }

  .category__content {
    grid-template-columns: repeat(3, 1fr)
  }

  .payment-info__images {
    gap: 16px
  }

  .succesful-order {
    grid-template-columns: 372px 1fr;
    gap: 30px
  }

  .autorization__sign-with {
    gap: 14px
  }

  .account h1 {
    grid-template-columns: 180px 1fr;
    margin-left: 20px
  }

  .account__content {
    margin-left: 20px;
    margin-right: 20px
  }
}

@media (max-width:1000px) {
  .footer__info {
    flex-wrap: wrap
  }
}

@media (max-width:47.99875em) {
  .button {
    font-size: 14px;
    line-height: 17px
  }
 

  #cart .popup__content .popup__content-block {
    padding-right: 8px;
  }

  ::-webkit-scrollbar {
    width: 4px;
  }

  .about .about__block img {
    width: 70% !important;
  }

  .pagging__arrow {
    padding: 6px 12px;
    height: 32px;
  }

  .blog .about__block .blog__prev img {
    width: 80% !important;
    height: auto;
    object-fit: contain;
  }

  .blog-article {
    margin-bottom: 24px;
  }

  .blog__pagination {
    padding-top: 16px;
  }

  .contact-form__contacts>div {
    padding: 0 16px;
    justify-content: flex-start;
  }

  .contact-form__info-block {
    max-width: 582px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .contact__content form {
    margin-left: auto;
    margin-right: auto;
  }

  .autorization-block form .popup__label textarea,
  .contact__content form .popup__label textarea {
    min-height: 120px;
  }

  .checkout__button {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  #simplecheckout_form_0 {
    max-width: 100%;
  }

  .button--s {
    padding: 12px 30px
  }

  .rating__item {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background: url(../img/icons/star.svg) 0 0/20px no-repeat
  }

  .rating__item--active {
    background: url(../img/icons/star-active.svg) 0 0/20px no-repeat
  }

  .blog-article__prev a:last-child {
    display: none;
  }

  .blog-article__next a:first-child {
    display: none;
  }

  .rating__item span {
    height: 20px;
    background: url(../img/icons/star-active.svg) 0 0/20px no-repeat
  }

  .popup__top {
    padding-bottom: 16px
  }

  #size .popup__content {
    padding: 38px 20px 30px
  }

  .close {
    height: 22px;
    width: 22px
  }

  .popup__close {
    top: 10px;
    right: 10px
  }

  .reviewPopup .popup__content-block {
    justify-content: center;
    flex-wrap: wrap
  }

  .reviewPopup .popup__content-block img {
    height: 300px;
    width: 300px
  }

  #removeFavorite .product__title {
    padding: 6px
  }

  #instagram .popup__content {
    padding: 32px 32px 56px
  }

  #instagram .popup__content .product__title {
    font-size: 18px;
    line-height: 20px;
    text-align: center
  }

  .instagram__content {
    flex-direction: column
  }

  .instagram__right .search-product__img {
    height: 190px !important
  }

  .instagram__right .sticker--mini {
    font-size: 11px;
    line-height: 1;
    padding: 4px 6px
  }

  .pagging:last-child {
    margin-bottom: 40px
  }

  .pagging__arrow span {
    display: none
  }

  .blog-article__name {
    font-size: 22px;
    line-height: 1.2;
  }

  .blog-article li,
  .blog-article p {
    font-size: 14px !important;
  }

  .pagging__item {
    height: 32px;
    width: 32px
  }

  .tabs__navigation {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
  }

  .product-card__prev {
    /*padding: 14px 12px*/
    padding: 0;
  }

  .product-card__title:not(:first-child) {
    margin-top: 5px
  }

  .product-card__title {
    font-size: 15px;
    line-height: 18px
  }

  .product-card__price-block .product-card__active-price {
    font-size: 18px;
    line-height: 21px
  }

  .product-card__option {
    width: 12px;
    height: 12px
  }

  .product-card__in-favorite {
    width: 24px;
    top: 9px;
    height: 24px
  }

  .product-card__in-favorite svg {
    display: block;
    height: 17px;
    width: 17px
  }

  .breadcrumb {
    margin-bottom: 18px;
    width: 100%;
    overflow-x: auto
  }

  .breadcrumb::-webkit-scrollbar {
    display: none
  }

  .breadcrumb li {
    font-size: 12px;
    line-height: 17px
  }

  .sticker--mini {
    top: 10px;
    left: 7px
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px
  }

  .info-page__title {
    font-size: 24px;
    margin-bottom: 12px
  }

  .info-page__text {
    font-size: 13px
  }

  .search-page .search__top {
    margin-left: 20px;
    margin-right: 20px
  }

  .search__top .search__label .search__input {
    font-size: 16px;
    padding-bottom: 4px
  }

  .search__label span {
    padding-left: 32px;
    bottom: calc(100% + 4px);
    font-size: 13px;
    line-height: 1.2;
    width: 100%;
    white-space: nowrap;
  }

  .page__content--not {
    margin: 0;
    margin-bottom: 56px
  }

  .wishlist__title {
    font-size: 22px
  }

  .product-card__remove-favorite {
    top: 6px;
    right: 6px
  }

  .instagram__left img {
    max-height: 308px;
    max-width: 308px
  }

  .contact__form {
    width: 100%;
    gap: 16px
  }

  .contact-form__title {
    font-size: 18px
  }

  .contact-form__content {
    flex-direction: column;
    gap: 24px
  }

  .contact-form__info-block {
    display: flex;
    flex-direction: column-reverse
  }

  .contact-form__shedule {
    padding: 16px 20px;
    gap: 12px
  }

  .search-page .search__top svg {
    height: 22px;
    width: 22px;
    display: block
  }

  .column-left {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 340px;
    background: #fff;
    z-index: 150;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .5s ease;
    padding: 10px 10px 40px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
  }

  .catalog__content.open .column-left {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .mobile-filter__top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #dbdbdb;
        padding: 10px 10px;
        width: 100%;
  }

  .sitemap {
    margin-bottom: 56px
  }

  .sitemap__li ul li {
    margin-left: 10px
  }

  .info-page {
    margin-bottom: 56px;
    max-width: 100%
  }

  .search {
    margin: 24px auto 16px
  }

  .search__top .search__label .search__input {
    padding-left: 32px
  }

  .search__input::-webkit-input-placeholder {
    font-size: 16px
  }

  .search__input:-ms-input-placeholder {
    font-size: 16px
  }

  .search__input::-ms-input-placeholder {
    font-size: 16px
  }

  .search__input::placeholder {
    font-size: 16px
  }

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

  .footer__container {
    gap: 40px
  }

  .footer__info {
    flex-direction: column
  }

  .footer__block-title {
    margin-bottom: 0
  }

  .footer__block--shedule {
    margin-top: 20px
  }

  .footer__right {
    min-width: 100%;
    gap: 32px
  }

  .footer__social-links a {
    width: 30px;
    height: 30px
  }

  .footer__social-links a::after {
    display: none
  }

  .footer__payment-links {
    border-top: 1px solid #fff;
    padding-top: 25px;
    justify-content: center;
    margin-left: -16px;
    margin-right: -16px
  }

  .footer-subscribe__title {
    font-size: 18px;
    line-height: 22px
  }

  .footer-subscribe__title:not(:last-child) {
    margin-bottom: 14px
  }

  .footer-subscribe__text {
    font-size: 15px;
    line-height: 18px
  }

  .footer-subscribe__form input {
    padding: 13px 10px;
    font-size: 14px;
    line-height: 17px
  }

  .footer .spollers {
    width: 100%
  }

  .footer .spollers__body {
    margin-top: 20px
  }

  [class*=__container] {
    padding: 0 10px
  }

  .main-page__container {
  padding: 0  ;
  }

  .main-page__info span {
    font-size: 15px;
    justify-content: flex-end
  }

  .main-page__title span {
    font-size: 32px;
    line-height: 34px
  }
  /*
    .main__slide img {
      height: 190px
    } */

  .explore-more {
    position: absolute;
    bottom: 24px
  }

  .explore-more svg {
    display: block;
    width: 52px;
    height: 30px
  }

  .bestseller-block:not(:last-child) {
    margin-bottom: 32px
  }

  .bestseller-block .block__title:not(:last-child) {
    margin-bottom: 16px
  }

  .community-block .bestseller-block__view-all {
    display: none
  }

  .block__title {
    font-size: 20px;
    line-height: 24px
  }

  .whyChoose-block__container {
    gap: 32px;
    padding-top: 0;
    padding-bottom: 32px
  }

  .whyChoose-block__content {
    padding-left: 0
  }

  .whyChoose-block__title {
    font-size: 18px
  }

  .whyChoose-block__title:not(:last-child) {
    margin-bottom: 20px
  }

  .whyChoose-block__video {
    margin-top: 0
  }

  .whyChoose-block__advantages {
    display: flex;
    flex-direction: column
  }

  .whyChoose-block__advantage {
    flex-direction: row;
    max-width: 100%;
    gap: 14px
  }

  .whyChoose-block__advantage img {
    display: block;
    width: 40px;
    height: 40px
  }

  .whyChoose-block__advantage span {
    font-size: 14px;
    line-height: 17px
  }

  .advantage-block__title {
    font-size: 15px;
    line-height: 19px
  }

  .advantage-block__title:not(:last-child) {
    margin-bottom: 9px
  }

  .reviews-block:not(:last-child) {
    margin-bottom: 30px
  }

  .reviews-block__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .reviews-block__rating {
    justify-content: space-between;
    width: 100%
  }

  .reviews-block__rating>div:first-child {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start
  }

  .reviews-block__rating span {
    font-size: 15px
  }

  .review-block {
    padding: 20px 10px
  }

  .community-block:not(:last-child) {
    margin-bottom: 40px
  }

  .community-block__button {
    margin: 0 auto
  }

  .community-block__content>div {
    height: 180px
  }

  .community-block__content:not(:last-child) {
    margin-bottom: 20px
  }

  .community-block__prev span {
    font-size: 14px
  }

  .seo-block:last-child {
    margin-bottom: 56px
  } 
  .seo-block h1 {
    font-size: 28px;
  } 
  .seo-block h1  {
    margin-bottom: 14px;
  }

  .seo-block p,.seo-block ol,.seo-block ul {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300
  }

  .main__slider .swiper-pagination {
    font-size: 15px;    margin-right: 10px;
    bottom: 0px;

  }

  .main__slider .swiper-pagination::after {
    display: none
  }

  .catalog__filter .carret-down {
    display: none
  }

  .catalog__models {
    display: none
  }

  .catalog__content.open {
    grid-template-columns: 1fr
  }

  .catalog__content {
    grid-template-columns: 1fr;
  }

 

  .category__content {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px
  }

  .block__more {
    margin-top: 14px;
    font-size: 12px;
    line-height: 15px
  }

  .catalog__sort .select__options {
    left: unset;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .page__title {
    font-size: 20px;
    line-height: 24px
  }

  .page__title:not(:last-child) {
    margin-bottom: 15px
  }

  .blog-article__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .blog-article__share {
    align-self: flex-end;
  }

  .product__title {
    font-size: 20px;
    line-height: 1.2
  }

  .product__top-info {
    flex-direction: column;
    gap: 12px
  }
  .product__video-block a,
  .product__video-block button {
    width: 69px;
    height: 69px;
  }

  .product__video-block img,
  .product__video-block video {
    width: 65px;
    height: 65px;
    flex-shrink: 0
  }

  .product__param:not(:first-child) {
    margin-top: 18px
  }

  .product__param {
    gap: 8px
  }

  .c-table {
    margin-bottom: 30px
  }

  .size-block__in-cart {
    gap: 0;
    margin-top: 24px
  }

  .product__spollers {
    margin-top: 24px
  }

  .product__spollers .spollers__title {
    padding: 21px 0;
    font-size: 15px;
    line-height: 18px
  }

  .c-complete-with__wrapper svg {
    width: 18px !important;
    height: 18px !important
  }

  .c-product-option__card__content {
    padding-top: 9px;
    padding-bottom: 13px
  }

  .c-product-option__card__title {
    margin-bottom: 3px
  }

  .c-product-option__card__name:not(:last-child) {
    margin-bottom: 6px
  }

  .c-product-option__card__selection-box label::before {
    width: 18px;
    height: 18px
  }

  .product-hightlights:not(:first-child) {
    margin-top: 24px;
    gap: 12px
  }

  .product-hightlights__content {
    display: flex;
    overflow-y: auto;
    padding-bottom: 10px
  }

  .product-hightlights__block {
    width: 220px;
    flex-shrink: 0;
    gap: 12px
  }

  .product-hightlights__block img {
    height: 180px
  }

  .product__block-title {
    font-size: 18px;
    line-height: 22px
  }

  .product-reviews__content {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px
  }

  .product-recently__content {
    display: flex;
    overflow-y: auto
  }

  .product-recently__content .product-card {
    width: 180px;
    flex-shrink: 0;
    padding-bottom: 4px
  }

  .reviews-add__form-actions {
    gap: 12px
  }

  .reviews-add__form-actions button {
    padding: 11px;
    width: 100%
  }

  .about {
    margin-bottom: 56px
  }

  .about__banner-text {
    font-size: 24px
  }

  .about__content {
    padding: 0;
    gap: 40px
  }

  .about__block {
    flex-direction: column
  }

  .about__block .blog__prev {
    width: 100%
  }

  .about__block-content {
    width: 100%
  }

  .about__block-content p {
    font-size: 14px;
    line-height: 1.3
  }

  .about__block-title {
    font-size: 18px
  }

  .about__block-title:not(:last-child) {
    margin-bottom: 16px
  }

  .about__text-decor {
    text-align: center
  }

  .blog h1 {
    margin-bottom: 24px
  }

  .blog .about__block {
    flex-direction: column;
    height: -webkit-max-content;
    height: max-content;
    gap: 12px
  }

  .blog .about__block .blog__prev {
    width: 100%
  }

  .blog .about__block .about__block-content {
    width: 100%;
    padding-left: 0
  }

  .about__block:nth-child(even) {
    flex-direction: column !important
  }

  .about__block:nth-child(even) .about__block-content {
    padding-right: 0
  }

  .blog .about__block img {
    height: auto;
    width: 100%;
    object-fit: contain;
  }

  .blog__date:not(:last-child) {
    margin-bottom: 16px
  }

  .blog__title:not(:last-child) {
    margin-bottom: 10px
  }

  .blog p {
    font-size: 14px;
    line-height: 1.4;
  }

  .checkout h1:not(:last-child) {
    margin-bottom: 24px
  }

  .checkout .checkout__promo-form {
    gap: 16px
  }

  .checkout .footer__payment-links {
    margin: 0 !important;
    padding-top: 0
  }

  .succesful-order {
    display: flex;
    flex-direction: column-reverse;
    gap: 18px;
    margin-left: 0;
    margin-right: 0
  }

  .succesful-order .h1 {
    font-size: 20px;
    padding-bottom: 8px
  }

  .account__title {
    font-size: 24px
  }

  .account__title:not(:last-child) {
    margin-bottom: 24px
  }

  .autorization {
    margin-bottom: 56px
  }

  .autorization__content {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 36px
  }

  .autorization-block {
    padding: 16px
  }

  .sign-with__btn {
    padding: 12px;
    max-width: 120px;
    gap: 8px
  }

  .autorization__right.autorization-block {
    padding: 16px
  }

  .register__block {
    gap: 8px
  }

  #simpleregister .popup__label--50 {
    width: 100% !important
  }

  .account h1 {
    display: none
  }

  .account__content {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 56px;
    margin-left: 0;
    margin-right: 0
  }

  .account__left-panel {
    border-right: none;
    padding-top: 24px;
    border-top: 1px solid #d8d8d8
  }

  .account__list-link a {
    font-size: 16px
  }

  .account__list-link a::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-left: auto;
    background: url(../img/icons/arrow_down.svg) no-repeat center;
    background-size: cover;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  .account__link-img {
    width: 22px;
    height: 22px
  }

  .account__info {
    gap: 18px
  }

  .account__info .account__warning {
    position: relative;
    bottom: unset
  }

  .order__top {
    justify-content: space-between
  }

  .order__top .order__date,
  .order__top .order__id,
  .order__top .order__status {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .order__main-info {
    flex-direction: column;
    gap: 12px
  }

  .order__prev {
    width: 90px;
    height: 90px;
    flex-shrink: 0
  }

  .order__product-info a {
    font-size: 16px
  }

  .order__actions a,
  .order__actions button {
    width: 100%
  }

  .popup__label--60 {
    width: 100% !important
  }

  .popup__label--30 {
    width: calc(50% - 8px) !important
  }

  .popup__label--10 {
    width: calc(50% - 8px) !important
  }
}

@media (max-width:47.99875em) and (min-width:600.1px) {
  .account__info .category__content {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media (max-width:600px) {
  .bestseller-block__content {
    grid-template-columns: repeat(2, 1fr)
  }

  .product {
    display: flex;
    flex-direction: column;
    gap: 12px
  }

  .complete .popup__content-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .community-block__content {
    grid-template-columns: repeat(2, 1fr)
  }

  .payment-info__images {
    grid-template-columns: 1fr 1fr;
    gap: 12px
  }

  .account__info .category__content {
    grid-template-columns: 1fr 1fr
  }

  .not-found__main {
    gap: 36px;
    font-size: 90px;
  }

  .not-found__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .explore-more {
    gap: 6px;
    font-size: 15px;
  }

  .vjs-big-play-button {
    height: 30px !important;
    width: 30px !important;
  }

  .whyChoose-block:not(:last-child) {
    margin-bottom: 30px;
  }

  .review-block__data span {
    font-size: 13px;
    line-height: 15px;
  }

  .review-block__product+a {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width:500px) {
  .instagram__right {
    display: grid;
    grid-template-columns: 1fr 1fr
  }

  .bestseller-block__content {
    display: none;
  }

  .bestseller-block__slider {
    opacity: 0;
    transition: opacity 0.3s ease;
    display: block;
  }

  .loaded .bestseller-block__slider {
    opacity: 1;
  }

  .bestseller-block .bestseller-block__view-all:not(:first-child) {
    margin-top: 32px;
  }

  .about .about__block img {
    width: 100% !important;
  }

  .instagram__right .search-product {
    width: 100% !important
  }

  .fancybox__container {
    width: 100% !important
  }

  .product-cart__link-product {
    padding: 12px !important
  }

  .gallery__show-hide,
  .gallery__show-more {
    display: none !important
  }

  .contact-form__content button {
    width: 100%
  }

  .product__prev {
    display: none !important
  }

  .reviews-block__slider {
    margin-left: -10px;
    margin-right: -10px
  }

  .complete .popup__content-block .product__spollers {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .complete .popup__content-block .spollers__title {
    padding: 16px 0;
  }

  .complete .popup__content-block img {
    height: 240px;
    width: 240px
  }

  .c-complete-with__wrapper {
    grid-template-columns: 108px 1fr
  }

  .c-complete-with__wrapper button img {
    max-width: 108px
  }

  .account__form .popup__label--50 {
    width: 100% !important
  }

  .address-block {
    width: 100%
  }

  .order__product-block {
    flex-direction: column;
    align-items: flex-start
  }

  .order__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%
  }

  .product__slider {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }

  .product__price-block .product__active-price {
    font-size: 26px;
  }

  .product__top-info>div:first-child {
    font-size: 14px;
    line-height: 1;
  }

  .product__rating .rating__item {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    background: url(../img/icons/star.svg) 0 0 / 18px no-repeat;
  }

  .product__rating .rating__item--active {
    background: url(../img/icons/star-active.svg) 0 0 / 18px no-repeat;
  }

  .product__rating span {
    font-size: 13px;
    line-height: 16px;
  }

  .product__title-block {
    font-size: 16px;
    line-height: 20px;
  }

  .product__option--label span {
    font-size: 13px;
    line-height: 16px;
  }

  .size-block__top {
    padding-bottom: 12px;
  }

  .product-hightlights__block img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width:29.99875em) {
  .quantity {
    width: 102px;
    padding: 12px 8px
  }
}

@media (max-width:450px) {
  .whyChoose-block__video {
    max-width: 100vw;
    margin: 0 -10px;
    max-height: 274px;
    width: 100vw
  }
  .product-card__prev a img {
 
    -o-object-fit: contain;
    object-fit: contain; 
}


  .product-card__prev {
    /*height: 230px;*/
    padding: 0;
    height: auto;
  }

  .product-card__prev a {
    height: 100%;
  }
}

@media (max-width:400px) {
  .account__info .button {
    width: 100%
  }


  .blog .about__block .blog__prev img {
    width: 100% !important;
  }

  .blog .about__block .blog__prev {
    width: 100%;
  }

  #simplecheckout_form_0 .cart__products {
    padding-left: 0;
    padding-right: 0;
  }

  .checkout .promo-input {
    width: 160px
  }

  .tabs__title {
    width: 100%;
    padding: 0;
    padding-bottom: 8px
  }

  .tabs__title div {
    justify-content: center
  }

  .tabs__title div img {
    width: 50px;
    height: 50px
  }

  .payment-info__images {
    display: flex;
    flex-direction: column;
    gap: 8px
  }

  .payment-info__method {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px
  }

  .payment-info__btns {
    gap: 8px
  }

  

  .succesful-order .button {
    width: 100%
  }

  .not-found__main {
    gap: 18px;
    font-size: 60px;
  }

  .not-found {
    padding-top: 70px;
  }

  .not-found__main::after,
  .not-found__main::before {
    height: 32px;
  }

  .not-found__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .not-found p {
    font-size: 13px;
    line-height: 16px;
  }

  .reviewPopup .popup__content-block img {
    height: 260px;
    width: 260px
  }

  #sentApplication .h1,
  #sentReview .h1 {
    width: 100%;
    text-align: center;
  }

  #sentApplication .button {
    margin-top: 20px !important;
  }
}

@media (min-width:20em) and (max-width:99.75em) {
  @supports (gap:clamp(0.625rem, 0.3428683386rem + 1.4106583072vw, 1.75rem)) {
    .header__selects {
      gap: clamp(.625rem, .3428683386rem + 1.4106583072vw, 1.75rem)
    }
  }

  @supports not (gap:clamp(0.625rem, 0.3428683386rem + 1.4106583072vw, 1.75rem)) {
    .header__selects {
      gap: calc(.625rem + 1.125 * (100vw - 20rem)/ 79.75)
    }
  }

  @supports (gap:clamp(1.25rem, 0.3095611285rem + 4.7021943574vw, 5rem)) {
    .footer__info {
      gap: clamp(1.25rem, .3095611285rem + 4.7021943574vw, 5rem)
    }
  }

  @supports not (gap:clamp(1.25rem, 0.3095611285rem + 4.7021943574vw, 5rem)) {
    .footer__info {
      gap: calc(1.25rem + 3.75 * (100vw - 20rem)/ 79.75)
    }
  }

  @supports (width:clamp(2.5rem, 1.8730407524rem + 3.1347962382vw, 5rem)) {
    .main-page__info span::before {
      width: clamp(2.5rem, 1.8730407524rem + 3.1347962382vw, 5rem)
    }
  }

  @supports not (width:clamp(2.5rem, 1.8730407524rem + 3.1347962382vw, 5rem)) {
    .main-page__info span::before {
      width: calc(2.5rem + 2.5 * (100vw - 20rem)/ 79.75)
    }
  }

  @supports (font-size:clamp(2rem, 1.7492163009rem + 1.2539184953vw, 3rem)) {
    .about__text-decor {
      font-size: clamp(2rem, 1.7492163009rem + 1.2539184953vw, 3rem)
    }
  }

  @supports not (font-size:clamp(2rem, 1.7492163009rem + 1.2539184953vw, 3rem)) {
    .about__text-decor {
      font-size: calc(2rem + 1 * (100vw - 20rem)/ 79.75)
    }
  }

  @supports (gap:clamp(0.0000000625rem, -1.9122256272rem + 9.5611284483vw, 7.625rem)) {
    .account__content {
      gap: clamp(.0000000625rem, -1.9122256272rem + 9.5611284483vw, 7.625rem)
    }
  }

  @supports not (gap:clamp(0.0000000625rem, -1.9122256272rem + 9.5611284483vw, 7.625rem)) {
    .account__content {
      gap: calc(.0000000625rem + 7.6249999375 * (100vw - 20rem)/ 79.75)
    }
  }
}

@media (max-width:20em) {
  .header__selects {
    gap: .625rem
  }

  .footer__info {
    gap: 1.25rem
  }

  .main-page__info span::before {
    width: 2.5rem
  }

  .about__text-decor {
    font-size: 2rem
  }

  .account__content {
    gap: .0000000625rem
  }
}



@media (any-hover:hover) {
  .button--main:hover {
    background: #000
  }

  .button--border:hover {
    background: #000;
    color: #fff
  }

  .button--black:hover {
    background: #c21111
  }

  .select__option:hover {
    color: #c21111
  }

  [data-rating=set] .rating__items:hover .rating__item {
    background: url(../img/icons/star-active.svg) 0 0/1.75rem no-repeat
  }

  [data-rating=set] .rating__item:hover~.rating__item {
    background: url(../img/icons/star.svg) 0 0/1.75rem no-repeat
  }

  [data-rating=set] .rating__item:hover~.rating__item span {
    display: none
  }
}
 


.product__slide {
    width: 100%;
  background: #F1F5F7;
    flex-shrink: 0;

}
 
.qs-datepicker-container {
  margin: 5px;
  font-size: 1rem;
  font-family: sans-serif;
  color: #000;
  position: absolute;
  width: 15.625em;
  display: flex;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  background: #000;
  box-shadow: 0 1.25em 1.25em -.9375em rgba(0, 0, 0, .3);
  border-right: 1px solid #fff;
  border-left: 1px solid #f1ad70;
  padding: 5px
}

.qs-datepicker-container:after,
.qs-datepicker-container:before {
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  z-index: 2;
  position: absolute;
  background-image: linear-gradient(to right, #f1ad70 0, #fffdf2 100%)
}

.qs-datepicker-container:before {
  top: 0
}

.qs-datepicker-container:after {
  bottom: 0
}

.qs-datepicker-container * {
  box-sizing: border-box
}

.qs-datepicker-container.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.qs-datepicker-container.qs-hidden {
  display: none
}

.qs-datepicker .qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: .5em;
  z-index: 1;
  opacity: 1;
  transition: opacity .3s;
  display: flex;
  flex-direction: column
}

.qs-datepicker .qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1
}

.qs-datepicker .qs-overlay .qs-overlay-year {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: .875em;
  padding: .25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block
}

.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none
}

.qs-datepicker .qs-overlay .qs-close {
  padding: .5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0
}

.qs-datepicker .qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: .26392em;
  padding: .5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: hsla(0, 0%, 50.2%, .4)
}

.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
  color: grey;
  border-color: grey;
  cursor: not-allowed
}

.qs-datepicker .qs-overlay .qs-overlay-month-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1
}

.qs-datepicker .qs-overlay .qs-overlay-month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333%;
  cursor: pointer;
  opacity: .5;
  transition: opacity .15s
}

.qs-datepicker .qs-overlay .qs-overlay-month.active,
.qs-datepicker .qs-overlay .qs-overlay-month:hover {
  opacity: 1
}

.qs-datepicker .qs-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  background: #000;
  color: #fff;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s
}

.qs-datepicker .qs-controls.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px)
}

.qs-datepicker .qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: .26392em;
  transition: background .15s
}

.qs-datepicker .qs-arrow:hover {
  background: rgba(0, 0, 0, .1)
}

.qs-datepicker .qs-arrow:hover.qs-left:after {
  border-right-color: #000
}

.qs-datepicker .qs-arrow:hover.qs-right:after {
  border-left-color: #000
}

.qs-datepicker .qs-arrow:after {
  content: "";
  border: .39062em solid transparent;
  position: absolute;
  top: 50%;
  transition: border .2s
}

.qs-datepicker .qs-arrow.qs-left:after {
  border-right-color: grey;
  right: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%)
}

.qs-datepicker .qs-arrow.qs-right:after {
  border-left-color: grey;
  left: 50%;
  -webkit-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%)
}

.qs-datepicker .qs-month-year {
  font-weight: 700;
  transition: border .2s;
  border-bottom: 1px solid transparent;
  cursor: pointer
}

.qs-datepicker .qs-month-year:hover {
  border-bottom: 1px solid grey
}

.qs-datepicker .qs-month-year:active:focus,
.qs-datepicker .qs-month-year:focus {
  outline: 0
}

.qs-datepicker .qs-month {
  padding-right: .5ex
}

.qs-datepicker .qs-year {
  padding-left: .5ex
}

.qs-datepicker .qs-squares {
  display: flex;
  color: #fff;
  flex-wrap: wrap;
  padding: .3125em;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s
}

.qs-datepicker .qs-squares.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px)
}

.qs-datepicker .qs-square {
  width: 14.28571%;
  height: 1.5625em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .1s
}

.qs-datepicker .qs-square.qs-current {
  font-weight: 700
}

.qs-datepicker .qs-square.qs-current span {
  text-decoration: underline
}

.qs-datepicker .qs-square.qs-active {
  background: #fff;
  color: #000
}

.qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.qs-datepicker .qs-square.qs-range-date-middle {
  background: #d4ebf2
}

.qs-datepicker .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
  border-radius: 0
}

.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0),
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.qs-datepicker .qs-square.qs-disabled span {
  opacity: .2
}

.qs-datepicker .qs-square.qs-empty {
  cursor: default
}

.qs-datepicker .qs-square.qs-disabled {
  cursor: not-allowed
}

.qs-datepicker .qs-square.qs-day {
  cursor: default;
  font-weight: 700;
  color: grey
}

.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: #c21111;
  color: #fff
}

.qs-datepicker .qs-event {
  position: relative
}

.qs-datepicker .qs-event:after {
  content: "";
  position: absolute;
  width: .46875em;
  height: .46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0
}

.qs-datepicker .qs-event.qs-disabled:after,
.qs-datepicker .qs-event.qs-empty:after {
  background: #cce4ff
}

#cart .popup__content {
  padding: 0;
}

.footer-subscribe__form._form-error input {
  border: 1px solid #C21111 !important;
}

.footer-subscribe__form {
  position: relative;
}

.footer-subscribe__form .form__error {
  text-align: left;
  top: calc(100% + 4px);
  right: unset;
  font-size: 14px;
}

.subscribe-text {
  display: none;
  margin-top: 12px;
  color: #30A150;
  transition: all 0.5s ease;
  opacity: 0;
}

.subscribe-text.success {
  display: block;
  opacity: 1;
}

#sentReturn .popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
}

#sentReturn .popup__content .succesful-order__text {
  text-align: center;
}

#sentReturn .popup__content .popup__close {
  top: 20px;
  right: 20px;
}

.show-more-block .button--border {
  margin: 24px auto 0;
  min-width: 227px;
}

.button {
  cursor: pointer;
}

#ocfilter .list-group-item .noUi-horizontal .noUi-handle::before,
#ocfilter .list-group-item .noUi-horizontal .noUi-handle::after {
  display: none !important;
}

#ocfilter .list-group-item .noUi-pips.noUi-pips-horizontal {
  display: none !important;
}

#ocfilter .noUi-target.noUi-horizontal {
  margin-top: 32px !important;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

#ocfilter .ocfilter-option .ocf-option-name {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.popover {
  display: none !important;
}

.noUi-handle-upper {
  right: 14px;
}

.product__param {
  position: relative;
}

.product__radio {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.product__radio:checked+.radio-color div::before {
  content: url('../img/icons/color-mark.svg');
  z-index: 2;
  position: relative;
}

.product__spollers h2:not(:first-child),
.product__spollers h3:not(:first-child),
.product__spollers h4:not(:first-child) {
  margin-top: 16px;
}

.cookie__popup {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 18px rgba(0, 0, 0, .2);
  background: #fff;
}

.popup__row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

@media (min-width: 769px) {
  .popup__row {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}

.policy_text__block {
  /*    width: 100%;*/
  padding: 1em 1em 0 1em;
}

@media (min-width: 769px) {
  .policy_text__block {
    padding: 1.25em 3rem 0.625em 2em;
  }
}

.policy_text__block p {}

.policy_text__block a {
  font-weight: 700;
  text-decoration: underline;
  color: #c21111;
}

.policy_text__block a:hover {
  text-decoration: none;
}

.cookie_btn__block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  /*    width: 100%;*/
  padding: 0.5rem 1rem;
}

@media (min-width: 769px) {
  .cookie_btn__block {
    padding: 1rem;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.cookie-setting-link:hover,
.cookie-setting-link:focus {
  outline: none;
  border: none;
}

.dz-details,
.dz-progress,
.dz-error-message,
.dz-success-mark,
.dz-error-mark {
  display: none;
}

.review__addFile .dz-remove::after,
.review__addFile .dz-remove::before {
  content: "";
  display: block;
  width: 1.5px;
  background: #000;
  transition: background .3s ease-in;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 10px);
  z-index: 2;
  height: 20px;
}

.review__addFile .dz-remove::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.review__addFile .dz-remove::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

 

@media screen and (max-width: 390px) {
  .community-block__button {
    width: 100%;
    row-gap: 4px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 440px) {
  .community-block__button {
    flex-wrap: wrap;
    gap: 4px;
  }
  .community-block__button:lang(ru) {
    padding-left: 5px;
    padding-right: 5px;
    gap: 3px;
  }
}
.product-review__text {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.search-page .search__top>a {
  z-index: 2;
}

.footer__shedule span:last-child {
  white-space: nowrap;
}

body.lg-overlay-open {
    overflow: hidden;
}

@media(min-width: 992px) {
.checkout .card-info .sticky {
  position: fixed;
 
} 
 .card-info .stop {
  position: relative;
 
}  
    
    
} 


#fancybox-fidvideo .fancybox__html5video, #fancybox-fidvideo .fancybox__iframe {
    height: auto;
    outline: 0;    max-height: 100%;    object-fit: cover;


}
#fancybox-fidvideo .fancybox__content {
    justify-content: center;
}

#fancybox-fidvideo .fancybox__content {
  height: 90vh !important;
  max-width: 372px !important;     

  border-radius: 0 !important
}
#fancybox-fidvideo.fancybox__container {
  left: unset !important;
   
 width: 402px !important;
  
}#fancybox-fidvideo .fancybox__content .fancybox__caption {
    display: block;
}
#fancybox-fidvideo .fancybox__caption {
    display: none;
    color: #000;
    font-weight: 500;
    margin: 0px 0 15px 0;
    font-size: 16px;
    background: rgba(255, 255, 255, .8);
    padding: 5px;
    align-self: flex-end;
}
@media(max-width: 470px) {
#fancybox-fidvideo.fancybox__container {
    width: 100% !important;
 max-width: 402px !important;
  
}
 

}
@media screen and (max-width: 768px) {
    
.countrycolumn {
 
    gap: 0;
    flex-direction: column;
}
.countrycolumn_item:first-child {
    border-right: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
        border-bottom: 1px solid #d8d8d8;
}
.countrycolumn_item {
    width: 100%; min-height: auto;
}
}
@media(min-width: 1800px) {
#fancybox-fidvideo .fancybox__content {
  height: 90vh !important;
  max-width: 550px !important;
  border-radius: 0 !important
}
#fancybox-fidvideo.fancybox__container {
  left: unset !important;
  width: 580px !important
}
} 

[disabled].product__in-cart, [disabled].product__in-cart:hover {
        background: #f1f5f7;
        color: #000;
}


.product__iconsprod {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

.product__iconsproditem {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 25%;
    text-align: center;
}
.product__iconsproditem img {
    height: 30px;
}
.product__iconsproditem span {
    font-size: 14px;
    padding: 10px 5px;

}


@media (max-width:600px) { 
.product__iconsprod { 
flex-direction: column;
}
    .product__iconsproditem {
        width: 100%;
        text-align: left;
    flex-direction: row;
       
        margin-bottom: 10px;

    }
    .product__iconsproditem img {
        height: auto;
        width: 30px;
    } 
.product__iconsproditem span {
    
    padding: 10px 15px;
}

}

.id-shipping_address_phone .iti  {
    width: 100%;
}

.id-shipping_address_phone .iti--inline-dropdown .iti__dropdown-content {
    z-index: 10;
}
.id-shipping_address_phone .iti__search-input{
        outline: 0;
    padding: 5px;
}

.id-shipping_address_codtel,.id-shipping_address_codtel2 {
    display: none !important;
}

.ex-reviews-stack .show-more-block .button--border {
    margin-bottom: 24px;
}

#payment h1,
.seo-block h1,
.seo-block .h1category,
.ocf-description-bottom h2:first-child {
  font-size: 30px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 500;
}

#payment h2,
.seo-block h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 6px;
  margin-bottom: 0;
  font-weight: 500;
}

#payment h3,
.seo-block h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 6px;
  font-weight: 500;
}

.seo-block h4 {
  font-weight: 500;
}

#payment p,
.seo-block p {
  font-size: 15px;
  line-height: 21px;
}

.seo-block ul {
  margin-top: 0;
  margin-bottom: 12px;
}

#payment p a, #payment div:not(.payment-info__btns) a,
.seo-block p a {
  text-decoration: underline;
  font-weight: 500;
  color: #c21111;
  cursor: pointer;
}

#payment p:not(:last-child),
.seo-block p:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  #payment h1, .seo-block h1, .seo-block .h1category, .ocf-description-bottom h2:first-child {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 10px;
  }

  #payment h2, .seo-block h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .seo-block p, .seo-block li {
    line-height: 1.5;
    margin-bottom: 10px;
  }

  #payment h3, .seo-block h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .seo-block h4 {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .seo-block ul {
    margin-top: 0;
    margin-bottom: 6px;
  }
}