@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Prompt:family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:regular,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Istok+Web:700);
@import url(https://fonts.googleapis.com/css?family=Lato:300,regular);
@import url(https://fonts.googleapis.com/css?family=Inter:400,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:regular,italic,);
@import url(https://fonts.googleapis.com/css?family=Poppins:300);
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
.cmswidget {display:none;}
body {
  color: #000;
  line-height: 1;
  font-family: Comfortaa,sans-serif;
  font-size: 1.25rem;
  -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: Comfortaa,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
}
.menu__list ul {padding: 0 !important;}

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: 93.75rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
.button {
  display: flex;
  width: -webkit-max-content;
  width: max-content;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  background: #ff6900;
  color: #fff;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  font-weight: 600
}
.button--fw {
  width: 100%
}
.button--center {
  margin-left: auto;
  margin-right: auto
}
.button--white {
  background: #fff;
  color: #ff6900
}
.button--border {
  border: 1px solid #ff6900;
  color: #000;
  background: #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: 12px 16px;
  border-bottom: 1px solid #cbd5e0;
  caret-color: inherit;
  transition: all .3s ease;
  outline: 0
}
.input:active {
  border-color: #000
}
.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
}
.checkbox {
  position: relative
}
.checkbox:not(:last-child) {
  margin-bottom: em(5)
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0
}
.checkbox__input:focus-visible + .checkbox__label:before {
  box-shadow: 0 0 5px #000
}
.checkbox__input:checked + .checkbox__label:before {
  background: #000
}
.checkbox__label {
  cursor: pointer;
  display: inline-flex;
  position: relative;
  gap: 10px
}
.checkbox__label:before {
  content: "";
  align-self: flex-start;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #a7a9ac
}
.checkbox__text {
  align-self: center
}
.select {
  min-width: 0;
  position: relative
}
.select__body {
  position: relative
}
.select__title {
  color: inherit;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
  width: 100%
}
.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  gap: .3125rem
}
.select__value:after {
  content: url(../img/icon/chevron-select.svg);
  align-self: stretch;
  flex: 0 0 24px;
  transition: all .3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center
}
._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 {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%
}
.select__options {
  color: #000;
  position: absolute;
  top: calc(100% + 5px);
  min-width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 15;
  box-shadow: 0 8px 32px 0 rgba(0,0,0,.15)
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
/*  max-height: 12.5rem*/
   max-height: 14.5rem;
}
.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 7px 10px;
  color: inherit
}
.select__option._select-selected {
  color: #ff6900
}
._select-tag {
  cursor: pointer
}
._select-multiple .select__body .select__option {
  white-space: nowrap
}
._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__option {
  display: flex;
  gap: 8px;
  align-items: center
}
._select-multiple .select__option._select-selected::before {
  background: #ff6900!important;
  content: url(../img/icon/tick.svg)!important
}
.select-tags {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  align-items: flex-start;
  width: 100%
}
.select-tags span {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  background: 0 0;
  border: 1px solid #ff6900;
  padding: 7px 42px 7px 10px;
  color: #ff6900;
  display: flex;
  gap: 15px;
  align-items: center
}
.select-tags ._select-tag::after,
.select-tags ._select-tag::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #000;
  transition: all .3s ease-in;
  position: absolute;
  right: 18px;
  top: calc(50% - 6px)
}
.select-tags ._select-tag::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.select-tags ._select-tag::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.quantity {
  width: 122px;
  height: 36px;
  background: #e7e3e3;
  display: flex;
  border-radius: 90px
}
.quantity__button {
  flex: 0 0 40px;
  position: relative;
  cursor: pointer;
  color: #918a8a;
  font-size: 20px;
  line-height: 1;
  font-family: Comfortaa, sans-serif;
  font-weight: 500;
  transition: all .3s ease
}
.quantity__button:hover {
  color: #000
}
.quantity__input {
  flex: 1 1 auto
}
.quantity__input input {
  height: 100%;
  color: #918a8a;
  font-size: 20px;
  line-height: 1;
  font-family: Comfortaa, sans-serif;
  width: 100%;
  text-align: center
}
.menu {
  display: none
}
.menu__body {
  display: none
}
.icon-menu {
  display: none
}
.menu-open .wrapper::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  z-index: 120
}
.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-open .header__close::after,
.menu-open .header__close::before {
  background: #000
}
body::after {
  content: "";
  background-color: rgba(0,0,0,.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}
.popup-show body::after {
  opacity: 1
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}
.popup__close {
  position: absolute;
  top: 42px;
  right: 56px;
  outline: 0;
  border: none;
  cursor: pointer
}
.popup__close:hover {
  stroke: #ff6900
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}
.popup_show .popup__content {
  visibility: visible;
  opacity: 1
}


body.modal-open {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.modal-open:before{
  opacity: 1;
}
body:before{
  content: "";
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149;
}
.modal-open .popup_custom {
  visibility: visible;
  opacity: 1;
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}
.modal-open  .popup_custom .popup__content {
    visibility: visible;
    opacity: 1;
}
.popup_custom 
.one-click__form{
  margin-bottom: 16px;
}
.modal-title{
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (max-width: 47.99875em) {
  .modal-title{
    font-size: 13px;
  }
}
.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;
  opacity: 0;
  transition: all .5s ease 0s;
  background-color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 1470px;
  position: relative;
  min-height: 120px
}
.lock .popup__content {
  visibility: visible
}
#table-size .popup__content {
  padding: 68px 58px 50px;
  display: flex;
  justify-content: space-between;
  gap: 8px
}
#table-size .popup__content .popup__text-block {
  display: flex;
  flex-direction: column;
  width: 78%;
  position: relative
}
#table-size .popup__content .popup__text-block .h1:not(:last-child) {
  margin-bottom: 55px
}
.popup__baner {
  background: #ff6900;
  padding: 14px 10px 20px;
  width: 241px;
  height: -webkit-min-content;
  height: min-content;
  align-self: flex-end;
  font-family: Comfortaa, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center
}
.popup__baner img {
  border-radius: 50%;
  overflow-y: hidden;
  width: 168px;
  height: 168px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.popup__baner button {
  font-family: Comfortaa, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  background: #fff;
  padding: 8px;
  color: #ff6900;
  text-transform: uppercase;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto
}
#add-in-cart .popup__content,
#success-order .popup__content {
  padding: 48px 0 0;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 48px
}
#add-in-cart .popup__content .popup__main-block,
#success-order .popup__content .popup__main-block {
  max-width: 558px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center
}
#add-in-cart .popup__content .popup__main-block svg,
#success-order .popup__content .popup__main-block svg {
  margin-bottom: 65px
}
#add-in-cart .popup__content .popup__main-block p,
#success-order .popup__content .popup__main-block p {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase
}
#add-in-cart .popup__content .popup__title,
#success-order .popup__content .popup__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase
}
#add-in-cart .popup__content .popup__title:not(:last-child),
#success-order .popup__content .popup__title:not(:last-child) {
  margin-bottom: 65px
}
#one-click .popup__content {
  padding: 48px 0 0;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 74px
}
#one-click .popup__content .popup__main-block {
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column
}
#one-click .popup__content .popup__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase
}
#one-click .popup__content .popup__title:not(:last-child) {
  margin-bottom: 65px
}





.popup_custom .popup__content {
  padding: 48px 0 0;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 74px
}
.popup_custom .popup__content .popup__main-block {
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column
}
.popup_custom .popup__content .popup__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase
}
.popup_custom .popup__content .popup__title:not(:last-child) {
  margin-bottom: 65px
}




.one-click__product {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 14px
}
.one-click__product:not(:last-child) {
  margin-bottom: 65px
}
.popup__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100px
}
.popup__btns > * {
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  justify-content: center
}
.popup__btns .popup__close {
  justify-content: center;
  gap: 10px;
  position: relative;
  background: #d9d9d9;
  top: unset;
  right: unset;
  z-index: 5
}
.popup__btns .to-order {
  background: #ff6900;
  color: #fff
}
.one-click__product-prev {
  display: block;
  width: 147px;
  height: 207px
}
.one-click__product-prev img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.one-click__product-info {
  display: flex;
  flex-direction: column;
  height: 100%
}
.one-click__product-info a,
.one-click__product-info span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1
}
.one-click__product-info a:not(:last-child),
.one-click__product-info span:not(:last-child) {
  margin-bottom: 14px
}
.one-click__product-bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 48px
}
.one-click__product-price {
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 20px
}
.one-click__promo label {
  margin-bottom: 65px
}
.one-click__promo form {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.one-click__promo form input::-webkit-input-placeholder {
  color: #000;
  text-align: center
}
.one-click__promo form input:-ms-input-placeholder {
  color: #000;
  text-align: center
}
.one-click__promo form input::-ms-input-placeholder {
  color: #000;
  text-align: center
}
.one-click__promo form input::placeholder {
  color: #000;
  text-align: center
}
.one-click__promo form button {
  border-radius: 0;
  margin-bottom: 15px
}
.promo__selection-box {
  position: relative
}
.promo__selection-box #promo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: -webkit-max-content;
  width: max-content
}
.promo__selection-box label {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-align: center
}
.promo__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: 2px solid #000;
  border-radius: 4px;
  cursor: pointer
}
.promo__selection-box input:checked + label::before {
  background: #797980;
  border-color: transparent
}
.one-click__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px
}
.popup__label {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative
}
.popup__label span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #797980
}
.popup__label input {
  z-index: 2;
  color: #000
}
.promo__selection-box {
  position: relative
}
.promo__selection-box form {
  display: none
}
.promo__selection-box.open form {
  display: flex
}
.success-page {
  max-width: 888px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 48px;
  margin-bottom: 76px
}
.success-page .h1 {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 24px;
  align-items: center;
  text-align: center
}
.success-page .h1 svg {
  flex-shrink: 0
}
.success-page .h1:not(:last-child) {
  margin-bottom: 48px
}
.success-page span {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  display: block
}
.success-page span:not(:last-child) {
  margin-bottom: 48px
}
.success-page p {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px
}
.success-page p:not(:last-child) {
  margin-bottom: 48px
}
.success-page .button--border {
  color: #ff6900;
  margin-left: auto;
  margin-right: auto
}
.order__details {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px
}
.order__details:not(:last-child) {
  margin-bottom: 24px
}
.pagging {
  display: flex;
  align-items: center;
  justify-content: center
}
.pagging:not(:last-child) {
  margin-bottom: 40px
}
.pagging__list {
  display: flex;
  gap: 4px;
  align-items: center
}
.pagging__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid transparent;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px
}
.pagging__item:hover:not(._active) {
  color: #ff6900
}
.pagging__item._active {
  border-color: #000
}
.spollers {
  display: grid;
  gap: 15px
}
.spollers__item {
  font-size: 1.25rem;
  position: relative;
  z-index: 3;
}
.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  position: relative;
  list-style: none;
  cursor: pointer
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none
}
.spollers__title::before {
  content: url(../img/icon/chevron-down.svg);
  position: absolute;
  right: 24px;
  top: 50%;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s,-webkit-transform .5s ease 0s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 24px
}
.spollers__body {
  padding: 8px 48px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px
}
.spollers__body a:hover {
  color: #ff6900
}
.left-panel .spollers__title {
  width: 100%;
  background: #ff6900;
  padding: 8px 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px
}
.footer-block__title.spollers__title::before {
  content: url(../img/icon/chevron-down-black.svg)
}
.footer__shedule-block {
  padding: 0!important
}
.table-tabs > .tabs__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(255,123,30,.68);
  margin-bottom: -1px
}
.table-tabs > .tabs__navigation .tabs__title {
  border-bottom: 2px solid transparent;
  padding: 8px 48px;
  cursor: pointer;
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  transition: border-color .3s ease
}
.table-tabs > .tabs__navigation .tabs__title._tab-active {
  font-weight: 800;
  border-color: #ff6900
}
.table-tabs > .tabs__content {
  margin-top: 42px
}
.table-tabs > .tabs__content .tabs__body--measurements {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 56px
}
.table-tabs > .tabs__content .tabs__body-content .tabs {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 110px
}
.size-images {
  width: 378px;
  flex-shrink: 0
}
.size-images img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}
.tabs-size .tabs__navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%
}
.tabs-size .tabs__title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  width: 54px;
  height: 54px;
  border: 1px solid #ff6900;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  transition: all .3s ease;
  cursor: pointer;
  text-transform: uppercase
}
.tabs-size .tabs__title._tab-active {
  background: #ff6900;
  color: #fff
}
.tabs__body-text ul {
  display: flex;
  flex-direction: column;
  gap: 24px
}
.tabs__body-text ul li {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px
}
.tabs__body-text ul li span {
  margin-left: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px
}
.popup__alert {
  background: #ededed;
  padding: 8px 24px;
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2
}
.popup__alert svg {
  flex-shrink: 0
}
[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: block
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
::-webkit-scrollbar-thumb {
  background: #c8c5c5;
  width: 8px;
  height: 4px
}
::-webkit-scrollbar {
  width: 8px;
  background-color: #f2f2f2;
  height: 4px
}
.cookies {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
  position: fixed;
  z-index: 50;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  background: #f2f2f2;
  border-radius: 16px;
  padding: 34px 48px;
  display: flex;
  gap: 48px;
  align-items: center;
  z-index: 10;
  width: 100%;
  max-width: 95vw;
  margin: 0 auto;
  box-shadow: 0 8px 32px 0 rgba(0,0,0,.15)
}
.cookies.close {
  display: none!important
}
.loaded .cookies {
  opacity: 1;
  visibility: visible
}
.cookies__block {
  display: flex
}
.cookies__btns {
  display: flex;
  flex-wrap: nowrap;
  align-items: center
}
.cookies__btns .button {
  width: 100%
}
.cookies__text {
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px
}
a,
button {
  transition: all .3s ease
}
.page__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  font-family: Comfortaa, sans-serif;
}
.page__title:not(:last-child) {
  margin-bottom: 20px
}
.h1 {
  font-family: Comfortaa, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 24px
}
.h1:not(:last-child) {
  margin-bottom: 48px
}
.page__mini-container {
  max-width: 904px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px
}
.search__result {
  font-size: 24px;
  font-weight: 700;
  line-height: 14px
}
.search__text {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px
}
.search__text p:not(:last-child) {
  padding-bottom: 12px
}
.seo {
  max-width: 985px;
  margin-left: auto;
  margin-right: auto
}
.seo__name {
  font-family: Comfortaa, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  text-align: center
}
.seo__name:not(:last-child) {
  margin-bottom: 24px
}
.seo ul:not(:first-child) {
  margin-top: 24px
}
.seo ul li:not(:last-child) {
  margin-bottom: 24px
}
.seo ul li {
  list-style: disc;
  margin-left: 18px
}
.seo li,
.seo p,
.seo ul {
  font-family: Comfortaa,sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px
}
.delivery__content {
  display: flex;
  flex-direction: column;
  gap: 48px
}
.delivery__block {
  display: flex;
  gap: 25px;
  align-items: flex-start
}
.delivery__block svg {
  flex-shrink: 0
}
.delivery__block-content {
  display: flex;
  flex-direction: column;
  gap: 16px
}
.delivery__block-content .h1 {
  margin-bottom: 0
}
.delivery__block-content li,
.delivery__block-content p {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px
}
.delivery__block-content span {
  font-family: Comfortaa, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 14px
}
.delivery__block-content ul li {
  list-style: disc;
  list-style-position: inside;
  margin-left: 8px
}
.privacy__conteiner {
  max-width: 870px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px
}
.privacy__conteiner .h1 {
  text-align: center
}
.privacy__conteiner li,
.privacy__conteiner p {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px
}
.privacy__content {
  display: flex;
  flex-direction: column;
  gap: 24px
}
.privacy__content:not(:first-child) {
  margin-top: 14px
}
.sticker {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #ff6900;
  color: #fff;
  padding: 4px 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  z-index: 2
}
.search__block--no {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto
}
.not-found {
  margin-bottom: 26px;
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 85px
}
.not-found__main {
  position: relative
}
.not-found__main::before {
  content: "";
  width: 119px;
  height: 74px;
  background: url(../img/404-1.png) no-repeat center;
  position: absolute;
  bottom: calc(100% - 4px);
  left: 45px;
  display: block;
  z-index: 2;
  background-size: contain
}
.not-found__main::after {
  background: url(../img/404-2.png) no-repeat center;
  display: block;
  width: 119px;
  height: 74px;
  content: "";
  position: absolute;
  bottom: 100%;
  right: 45px;
  z-index: 2;
  background-size: contain
}
.not-found__main > img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}
.not-found span {
  z-index: 3;
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 37px;
  position: absolute;
  top: 50px;
  left: 44%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #666
}
.not-found span:last-child {
  top: unset;
  bottom: 40px;
  left: 50%
}
.not-found__content {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center
}
.not-found__content p {
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 37px;
  text-align: center
}
.not-found__content .button {
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  text-transform: inherit;
  border-radius: 0;
  padding: 10px 30px
}
.not-found__text {
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: center
}
.not-found__subtext {
  font-family: Comfortaa, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  text-align: center
}
.privacy__content .block-title {
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1
}
.privacy__content .block-title ol li {
  font-family: Comfortaa,sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 24px
}
.privacy__content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0
}
.privacy__content ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: .6em
}
.privacy__content ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  display: none
}
.privacy__content ol > li li {
  margin: 0;
  display: flex;
  gap: 32px
}
.privacy__content ol > li li:before {
  content: counters(item, ".") ".";
  display: block;
  color: #777;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px
}
.privacy__content ol ul {
  margin-left: 60px
}
.privacy__content ol ul li {
  gap: 8px
}
.privacy__content ul li::before {
  content: "•"!important;
  color: #000!important
}
.privacy__conteiner--offer {
  max-width: 1038px!important
}
.checkout__delivery-block input[type=radio],
.checkout__payment-block input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-max-content;
  width: max-content;
  opacity: 0
}
.checkout__delivery-block input[type=radio] + .order__label::before,
.checkout__payment-block input[type=radio] + .order__label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #8496ae;
  border-radius: 100%;
  background: #fff;
  flex-shrink: 0;
  margin-right: 22px
}
.checkout__delivery-block input[type=radio]:checked + .order__label::before,
.checkout__payment-block input[type=radio]:checked + .order__label::before {
  border: 5px solid #ff6900
}
.checkout__delivery-block,
.checkout__payment-block {
  position: relative
}
.order__label span {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center
}
.checkout__payment-block .order__label {
  display: flex;
  align-items: center
}
.label__checkbox span {
  font-family: Comfortaa,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: .5px
}
.label__checkbox span a {
  text-decoration: underline
}
.form__viewpass {
  position: absolute;
  right: 14px;
  top: 30px;
  z-index: 2
}
.form__viewpass::after {
  content: url(../img/icon/eye_icon.svg)
}
.form__viewpass._viewpass-active::after {
  content: url(../img/icon/eye_slash_icon.svg)
}
.popup__label {
  position: relative
}
.product-img .swiper-button-next,
.product-img .swiper-button-prev {
  display: none
}
.breadcrumb::-webkit-scrollbar {
  display: none
}
.catalog__content + .pagging {
  margin-top: 38px
}
.seo__more {
  font-family: Comfortaa, sans-serif;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: underline
}
.seo > div {
  position: relative
}
.seo > div::after {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background: url(../img/catalog-block_decor.png);
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2
}
._showmore-active > div::after {
  display: none
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
.promo {
  background: #ff8a39;
  padding: 23px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px
}
.promo__text {
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  text-align: center
}
.promo__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center
}
.header {
  display: flex;
  flex-direction: column
}
.header__top {
  padding: 14px 84px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  align-items: center;
  background: #fff
}
.header__nav {
  background: #f2f2f2;
  width: 100%
}
.header__nav > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
}
.header__nav > ul > li {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  padding-top: 26px;
  padding-bottom: 26px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer
}
.header__nav > ul > li > div {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 200px;
  width: 100%;
  width: auto;
  max-width: 360px;
  background: #fff;
  border-top: 15px solid #ff6900;
  padding: 35px 22px;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
  transition: all .3s ease;
  box-shadow: 0 8px 32px 0 rgba(0,0,0,.15)
}
.header__nav > ul > li > div > ul {
  display: flex;
  flex-direction: column;
  gap: 6px
}
.header__nav > ul > li > div > ul > li {
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize!important
}
.header__actions {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-end
}
.header__toPage {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #4c4c4c;
  position: relative;
}
.header__toPage a:first-child span{
  white-space: nowrap;
}
.header__toPage a,
.header__toPage button,
.header__toPage div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center
}
.header__top-ico {
  display: block;
  width: 24px;
  height: 24px;
  fill: transparent;
  stroke: #4c4c4c;
  transition: all .3s ease
}
.header__toPage:hover {
  color: #ff6900
}
.header__toPage:hover .header__top-ico {
  stroke: #ff6900
}
.header__toPage-in {
  position: absolute;
  z-index: 2;
  top: -3px;
  right: 6px;
  background: #ff6900;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  min-width: 13px;
  height: 13px;
}
.header__logo-link img {
  margin: 0 auto;
  display: block
}
.header__nav-category ul a:hover,
.header__nav-category:hover > a {
  color: #ff6900
}
.header__nav-category:hover div {
  visibility: visible;
  opacity: 1
}
.top__selection-lang {
  transition: all .3s ease;
  height: -webkit-max-content;
  height: max-content;
  position: relative
}
.top__selection-body {
  display: none
}
.top__selection-lang.open .top__selection-body {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 6px);
  left: -11px;
  right: -11px;
  width: calc(100% + 22px);
  background: #fff;
  gap: 11px;
  padding: 9px 11px
}
.top__selection-lang.open .top__selection-body a:hover {
  color: #ff6900
}
.top__selection-lang > * {
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1
}
.top__selection-lang a,
.top__selection-lang button {
  display: flex;
  align-items: center;
  gap: 8px
}
.top__selection-lang a img,
.top__selection-lang button img {
  width: 24px;
  height: 24px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0
}
.select-arrow {
  display: block;
  width: 12px;
  height: 6px;
  fill: transparent;
  stroke: #000;
  margin-left: 8px
}
.header__selects {
  width: -webkit-max-content;
  width: max-content
}
.search__label {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #c9bfbf;
  margin-right: 4px
}
.search__label svg {
  margin-bottom: 12px
}
.search__input {
  outline: 0!important
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  background: url(../img/icon/close.svg) no-repeat center;
  cursor: pointer;
  opacity: .7
}
.search__result-block {
  position: absolute;
  top: calc(100% + 6px);
  background: #fff;
  max-width: 479px;
  height: -webkit-max-content;
  height: max-content;
  left: -22px;
  z-index: 3;
  padding: 22px;
  transition: all .5s ease;
  box-shadow: 0 8px 32px 0 rgba(0,0,0,.15);
  visibility: hidden;
  opacity: 0
}
.search__result-block.active {
  opacity: 1;
  visibility: visible
}
.search__result-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 24px
}
.search-product {
  display: flex;
  gap: 24px;
  align-items: center
}
.search-product img {
  display: block;
  width: 60px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.search-product .search-product__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1
}
.search-product .search-product__name:hover {
  color: #ff6900
}
.search-product .search-product__price {
  margin-left: auto;
  display: flex;
  flex-direction: column-reverse;
  font-family: Comfortaa, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5
}
.search-product .search-product__old-price {
  color: #8a8585;
  text-decoration: line-through;
  font-size: 14px;
  white-space: nowrap
}
.search-product .search-product__active-price {
  white-space: nowrap
}
.header__cart.active .header__top-ico {
  stroke: #ff6900
}
.header__logo--mob {
  display: none!important
}
.search__mob {
  display: none
}
.search__mob .search__result-block {
  left: 16px;
  z-index: 10;
  right: 16px
}
.search__mob-label {
  display: flex;
  gap: 6px;
  padding: 12px 24px;
  border: 1px solid #c8c5c5;
  border-radius: 50px;
  width: 100%
}
.menu__list {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px
}
.menu__list .header__nav > ul > li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 16px;
  padding-bottom: 16px;
  text-transform: uppercase
}
.menu__list .header__nav > ul > li > div {
  position: relative;
  top: unset;
  left: unset;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  border-top: none;
  padding: 16px 16px 0;
  opacity: 1;
  z-index: unset;
  visibility: visible;
  box-shadow: none
}
.menu__list .header__nav > ul > li > div > ul > li {
  font-size: 18px;
  line-height: 1.4;
  padding: 4px 0
}
.footer {
  background: #f2f2f2
}
.footer__container {
  padding-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 24px
}
.footer__top {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 34px
}
.footer__top span {
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase
}
.footer__social-block {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px
}
.footer__bottom {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 26px;
  border-top: 1px solid #a19b9b
}
.footer__main {
  display: flex;
  justify-content: space-between;
  gap: 106px
}
.footer__left {
  display: flex;
  flex-direction: column;
  max-width: 158px;
  width: 100%;
  gap: 40px
}
.footer__menu {
  display: flex;
  width: 100%;
  justify-content: space-between
}
.footer__menu a:hover {
  color: #ff6900
}
.footer-block {
  flex-direction: column;
  gap: 8px
}
.footer-block__title {
  font-family: Comfortaa, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase
}
.footer-block__title:not(:last-child) {
  margin-bottom: 8px
}
.footer-block__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0!important
}
.footer-block__content a.tel {
  color: #ff6900
}
.footer__menu *:not(.footer-block__title),
.footer__text {
  font-family: Comfortaa, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px
}
.footer-block__content ul ul li a{
  font-weight: 400;
}
.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff6900
}
.social-link:hover {
  box-shadow: 0 4px 20px 0 rgba(0,0,0,.25)
}
.footer__shedule {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 8px;
  padding-top: 8px;
  padding-bottom: 8px
}
.footer__shedule div:first-child{
  white-space: nowrap;
}
.footer__shedule span:nth-child(2){
  font-family: Comfortaa, sans-serif;
  font-weight: 200;
}
.footer-block__content--category ul li {
  list-style: disc;
  list-style-position: inside;
  margin-left: 12px
}
.footer__payment-systems {
  display: flex;
  gap: 13px;
  align-items: center
}
.footer__payment-systems img {
  display: block;
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
  object-fit: contain
}
.footer__brend-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase
}
.footer-block__content--category {
  gap: 4px
}
.footer__telegram-order svg path {
  transition: all .3s ease
}
.footer__telegram-order:hover svg path {
  stroke: #ff6900
}
.header__nav._dynamic_adapt_ {
  background: 0 0
}
.header__nav._dynamic_adapt_ ul {
  flex-direction: column;
  gap: 0;
  align-items: flex-start
}
.page__section {
  border-bottom: 1px solid #c8c5c5;
  padding-bottom: 24px
}
.page__section .h1 {
  text-align: center
}
.page__section .h1:not(:last-child) {
  margin-bottom: 24px
}
.page__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto
}
.page__catalog:not(:last-child) {
  margin-bottom: 28px
}
.product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  transition: all .5s ease;
  height: 100%
}
.product-card:hover {
  box-shadow: 0 8px 32px 0 rgba(47,31,54,.25)
}
.product-card__prev {
  display: block;
  width: 100%;
  height: 315px;
  height: 19.6875rem;
  background: #c4c4c4;
  overflow: hidden;
  flex-shrink: 0
}
.product-card__prev img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.product-card__info {
  border: 1px solid #c8c5c5;
  border-top: unset;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 8px 24px 14px;
  height: 100%;
}
.product-card__to-favorite {
  position: absolute;
  top: 10px;
  right: 10px
}
.product-card__title {
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
/*  height: 72px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-width: 100%;
    /* overflow-wrap: break-word;
    word-break: break-all; */
}
.product-card__price {
  display: flex;
  flex-direction: column-reverse;
  gap: 0;
  align-items: flex-start;
}
.product-card__price > * {
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2
}
.product-card__active-price {
  color: #000
}
.product-card__old-price {
  color: #8a8585;
  text-decoration: line-through
}
.product-card__icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: transparent;
  stroke: #000
}
.to-favorite {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  transition: all .3s ease;
  background: #fff;
  z-index: 2;
  opacity: 0;
  visibility: hidden
}
.to-favorite.in {
  opacity: 1!important;
  visibility: visible!important
}
.to-favorite.in .product-card__icon {
  fill: #ff6900;
  stroke: #ff6900
}
.product-card:hover .to-favorite {
  opacity: 1;
  visibility: visible
}
.home__seo {
  margin-top: 62px
}
.home-page {
/*  margin-bottom: 126px*/
  margin-bottom: 2rem;
}
.search__content .product-card__prev {
  height: 488px;
  height: 30.5rem;
}
.search__content .to-favorite {
  width: 60px;
  height: 60px
}
.search__content .to-favorite .product-card__icon {
  width: 33px;
  height: 33px
}
.search__seo {
  margin-top: 62px;
  margin-bottom: 62px;
}
.search__seo h2{
  font-weight: 700;
  margin: 0.75rem 0 1rem 0;
  font-size: 1.25rem;
}
.search__seo h2:first-child{
  margin-top:  0;
}
 @media screen and (min-width: 768px) {
  .search__seo h2{
    font-size: 1.8rem;
    margin: 1rem 0 1.4rem 0;
  }
 }
.about__banner {
  height: 622px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}
.about__banner::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.5);
  position: absolute;
  z-index: 2
}
.about__banner img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.about__banner-content {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  justify-content: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #c8c5c5;
  z-index: 3
}
.about__banner-content h1 {
  margin-bottom: 0
}
.about__banner-content > * {
  color: #fff
}
.about__banner-content p {
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center
}
.about__content {
  max-width: 1234px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 48px;
  margin-bottom: 96px
}
.about__content:not(:first-child) {
  margin-top: 96px
}
.about__content p {
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center
}
.about__grid-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1226px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
.about__grid-content:not(:last-child) {
  margin-bottom: 144px
}
.about__grid-content div {
  display: flex;
  flex-direction: column;
  gap: 48px
}
.about__grid-content div p {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px
}
.about__block-title {
  font-family: Comfortaa, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px
}
.about__our-values {
  background: #f5f5f5;
  padding-top: 177px;
  padding-bottom: 120px
}
.about__value-title {
  position: relative;
  font-family: Comfortaa, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 97px;
  text-align: center;
  max-width: 1420px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto
}
.about__value-title:not(:last-child) {
  margin-bottom: 164px
}
.about__value-title img {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0
}
.about__value-title span {
  z-index: 2
}
.about__value-block {
  display: flex;
  flex-direction: column;
  max-width: 607px;
  margin-left: auto;
  margin-right: auto;
  gap: 48px
}
.about__value-block span {
  font-family: Comfortaa, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  text-align: center
}
.about__value-block .about__value {
  display: flex;
  gap: 24px
}
.about__value-block .about__value svg {
  flex-shrink: 0
}
.about__value-block .about__value > div {
  display: flex;
  flex-direction: column;
  gap: 18px
}
.about__banner2 {
  height: 488px;
  width: 100%;
  margin-bottom: 20px
}
.about__banner2 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.contacts {
  margin-bottom: 4px;
}
@media screen and (min-width: 1200px) {
  .contacts {
    margin-top: 6px;
  }
}
.contacts__banner {
  height: 525px;
  width: 100%;
  position: relative
}
.contacts__banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.contacts__banner-content {
  padding-top: 130px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
  z-index: 2;
  position: relative;
  align-items: center
}
@media screen and (min-width: 1200px) {
  .contacts__banner-content {
    padding-top: 5%;
  }
}
.contacts__banner-content p {
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px
}
.contacts__banner-text {
  font-family: Comfortaa, sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center
}
.contacts__content {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  min-height: 576px;
  height: -webkit-max-content;
  height: max-content
}
.contacts__content > div:not(:first-child) {
  padding: 50px 74px
}
.contacts__content > div iframe {
  display: block;
  width: 100%;
  height: 100%
}
.contacts__block-title {
  font-family: Comfortaa, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
  display: block
}
.contacts__block--shedule {
  background: #faf5f5
}
.contacts__block--shedule .contacts__block-title {
  margin-bottom: 30px
}
.contacts__block--shedule .contacts__block-title.last {
  margin-top:50px
}
.contacts__block--shedule div {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 8px
}
.contacts__block--shedule div span {
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}
.contacts__block--shedule div span:first-child{
  white-space: nowrap;
}
.contacts__block--shedule div span:lang(en):first-child{
  letter-spacing: -0.5px;
}
.contacts__links .contacts__block-title {
  margin-bottom: 42px
}
.contacts__links .footer__top {
  margin-top: auto;
  flex-wrap: wrap;
  row-gap: 12px;
}
@media screen and (min-width: 1620px) {
  .contacts__links .footer__top {
    padding-top: 17%;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1400px) {
  .contacts__links .footer__top {
    flex-wrap: nowrap;
  }
}
.contacts__links .footer__top span {
  white-space: nowrap
}
.contacts__contact-block {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-bottom: 62px
}
.contacts__contact-block div {
  display: flex;
  gap: 32px
}
.contacts__contact-block div svg {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0
}
.contacts__contact-block div a {
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px
}
.contacts__contact-block div a:hover {
  color: #ff6900
}
.product__code--tooltip span {
  opacity: 1!important;
  display: block!important
}
.sitemap .page__container {
  max-width: 1038px;
  margin-bottom: 60px
}
.sitemap__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-left: 20px;
  font-weight: 600
}
.sitemap__list a:hover {
  color: #ff6900
}
.sitemap__li {
  font-size: 18px;
  line-height: 1.2;
  list-style: unset
}
.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
}
.page__catalog .product-card__price {
  flex-direction: column-reverse;
  gap: 0;
  align-items: flex-start;
}
.catalog__content {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 24px;
}
.catalog
.catalog__content{
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .catalog__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .catalog__content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px
  }
}
@media screen and (min-width: 1300px) {
  .catalog__content {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px
  }
}
.catalog__conteiner {
  max-width: 1568px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  margin-bottom: 62px;
  padding-left: 80px;
  padding-right: 80px
}
.catalog__header,
.catalog__info {
  display: grid;
/*  grid-template-columns: 374px 1fr;*/
  gap: 24px
}
.catalog__actions {
  display: flex;
  flex-direction: column;
  align-items: center
}
.catalog__breadcrumb {
  display: flex;
  gap: 8px;
  list-style: none;
  margin-bottom: 22px
}
.catalog__breadcrumb .breadcrumb-item {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  display: flex;
  gap: 8px;
  align-items: center
}
.catalog__breadcrumb .breadcrumb-item.active {
  color: #ff6900
}
.catalog__breadcrumb .breadcrumb-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 37px;
  height: 1px;
  background: #c8c5c5
}
.catalog__filter {
  display: flex;
  width: 100%;
  gap: 16px;
  align-items: center;
  justify-content: center
}
.catalog__filter:not(:last-child) {
  margin-bottom: 18px
}
.catalog .pagging {
  margin-bottom: 32px
}
.catalog__left-panel {
  display: flex;
  width: 100%;
  gap: 24px;
  flex-direction: column
}
.search__conteiner {
  margin-top: 38px;
  margin-bottom: 62px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto
}
.search__result {
  text-align: center
}
.search__result:not(:first-child) {
  margin-top: 10px
}
.search__result:not(:last-child) {
  margin-bottom: 38px
}
.catalog__header-right .page__title:not(:last-child) {
  margin-bottom: 24px
}
.breadcrumb {
  display: flex;
  gap: 8px;
  list-style: none;
  padding-bottom: 3px
}
.breadcrumb:not(:last-child) {
  margin-bottom: 22px
}
.breadcrumb .breadcrumb-item {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap
}
.breadcrumb .breadcrumb-item a:hover {
  opacity: .7
}
.breadcrumb .breadcrumb-item.active {
  color: #ff6900
}
.breadcrumb .breadcrumb-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 37px;
  height: 1px;
  background: #c8c5c5
}
.catalog__content .product-card__prev {
  max-height: 488px;
  max-height: 30.5rem;
/*  height: auto!important;*/
  min-height: 300px;
  min-height: 18.75rem;
  height: 196px;
  height: 12.25rem;
}

 html { font-size: 16px; }
@media screen and (min-width: 768px) {
  html { font-size: 0.833vw; }
}
@media screen and (min-width: 600px) {
  .catalog__content .product-card__prev {
    height: 280px;
    height: 17.5rem;
  }
}
@media screen and (min-width: 768px) {
  .catalog__content .product-card__prev {
    height: 340px;
    height: 25.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .catalog__content .product-card__prev {
    height: 488px;
    height: 30.5rem;
  }
}

.catalog__slider .swiper-slide{
  height: auto;
}
.product-card__price {
  margin-top: auto;
  margin-top: 10px;
}
.product {
  margin-top: 16px;
  margin-bottom: 62px
}
.product__page-content {
  padding: 0 84px
}
.product__block {
/*  max-width: 1436px;*/
  padding-left: 0;
  margin-left: auto;
  padding-right: 30px;
  border-top: 1px solid #eae6e6;
  border-bottom: 1px solid #eae6e6;
  padding-top: 28px;
  padding-bottom: 52px;
  display: grid;
  grid-template-columns: 1fr 402px 244px;
  gap: 48px;
}
@media screen and (min-width: 1800px) { 
  .product__block {
    grid-template-columns: 1fr 30% 20%;
    padding-left: 0!important;
  }
}
.product .breadcrumb {
  padding-left: 90px;
  padding-right: 90px
}
.product__media {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  height: 752px
}
.product__content {
  display: flex;
  flex-direction: column
}
.product__content h1 {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.product__content h1:not(:last-child) {
  margin-bottom: 24px;
  line-height: inherit;
}
.product__content h1::before {
  content: url(../img/icon/box.svg);
  position: absolute;
  left: -36px;
  display: block;
  width: 24px;
  height: 24px
}
.product__code-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #c8c5c5
}
.product__code-label:not(:last-child) {
  margin-bottom: 24px
}
.product__code-label span {
  margin-left: 10px;
  color: #ff6900;
  display: none;
  opacity: 0;
  transition: all .3s ease
}
.product__availability {
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2
}
.product__availability.in {
  color: #027c00
}
.product__availability.discontinued {
  color: #606160
}
.product__availability.not {
  color: #636363
}
.product__advantages {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.product__advantage {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
}
.product__advantage svg {
  flex-shrink: 0
}
.product-img-btns {
  display: flex;
  flex-direction: column;
  overflow: hidden
}
.product-img-btns .img {
  width: 100%;
  height: 130px!important;
  cursor: pointer
}
.product-img-btns .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.product-img {
  display: block;
  height: auto;
  width: 100%;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  max-height: 752px;

}
 @media screen and (min-width: 1380px) {
  .product-img {
    max-height: 746px;
  }
}
.product-img a {
  display: block;
  width: 100%;
  height: 100%
}
.product-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.product-img-btns-wrapper {
  overflow: hidden
}
.product-card__availability:not(:last-child) {
  margin-bottom: 24px
}
.product__params {
  display: flex;
  flex-direction: column
}
.product__params:not(:last-child) {
  margin-bottom: 8px
}
.product__param {
  display: flex;
  flex-direction: column;
  gap: 8px
}
.product__param + .product__param {
  margin-top: 24px
}
.product__param div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 12px;
  position: relative
}
.product__param div input {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2px
}
.product__title-block {
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2
}
.radio-color {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all .3s ease
}
.radio-color:hover {
  border-color: #ff6900
}
.radio-color.not {
  border: 2px dashed #828282;
  cursor: auto
}
.radio-color.checked {
  border-color: #ff6900
}
.radio-size {
  border: 1px solid #ff6900;
  background: #fff;
  border-radius: 15px;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s ease;
  text-transform: uppercase;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}
.radio-size.checked,
.radio-size:hover {
  background-color: #ff6900;
  color: #fff
}
.radio-size.not {
  background: #c8c5c5;
  color: #fff;
  border-color: transparent;
  cursor: auto
}
.product__size-table {
  display: flex;
  padding: 9px 0;
  gap: 8px;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px
}
.product__size-table:not(:last-child) {
  margin-bottom: 24px
}
.product__price-block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 24px;
  align-items: flex-end
}
.product__price-block:not(:last-child) {
  margin-bottom: 24px
}
.product__active-price {
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1
}
.product__old-price {
  color: #8a8585;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: line-through
}
.product-card__actions {
  display: flex;
  align-items: center;
  gap: 24px
}
.product-card__actions:not(:last-child) {
  margin-bottom: 24px
}
.product-card__actions span {
  display: block;
  color: #928c8c;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding-right: 20px
}
.product__in-favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #f2f2f2;
  border-radius: 50%
}
.product__in-favorite .product__ico {
  display: block;
  width: 20px;
  height: 20px;
  fill: #4c4c4c
}
.product__buttons {
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px
}
.product__buttons:not(:last-child) {
  margin-bottom: 24px
}
.product__to-delivery {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px
}
.product__char {
  padding-top: 40px;
  padding-bottom: 40px
}
.product__char .tabs {
  display: flex;
  flex-direction: column;
  gap: 24px
}
.product__char .tabs__navigation {
  display: flex;
  gap: 40px
}
.product__char .tabs__title {
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #989494
}
.product__char .tabs__title._tab-active {
  color: #000
}
.tabs-char__content {
  display: flex;
  flex-direction: column
}
.tabs-char__content .h1:not(:last-child) {
  margin-bottom: 24px
}
.tabs-char__content li,
.tabs-char__content p {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  color: #8a8585
}
.tabs-char__content ul li {
  list-style: disc;
  list-style-position: inside
}
.tabs-char__grid-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 118px;
  -moz-column-gap: 118px;
  column-gap: 118px;
  row-gap: 24px
}
.tabs-char__grid-content div {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  overflow: hidden
}
.tabs-char__grid-content div:not(span) {
  color: #8a8585
}
.tabs-char__grid-content div span {
  display: flex;
  width: 100%;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis
}
.tabs-char__grid-content div span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px dashed #000;
  min-width: 16px
}
.product__char:not(:last-child) {
  margin-bottom: 184px
}
.product__similar-products {
  display: grid;
  grid-template-columns: 5fr 1fr;
  gap: 24px
}
.product__similar-products .popup__baner {
  width: 100%;
  height: 100%
}
.product__similar-products .product-card__prev {
  height: 315px;
  height: 19.6875rem;
}
.product__similar-products:not(:last-child) {
  margin-bottom: 102px
}
.similar-products__slider {
  width: 100%
}
.product__seo {
  margin-top: 62px
}
.product__in-favorite.in .product__ico {
  stroke: #ff6900;
  fill: #ff6900
}
.swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #ff6900
}
.size-images .tabs__body {
  height: 444px
}
.tabs-size .tabs__navigation {
  margin-top: 50px;
  position: relative;
  height: -webkit-max-content;
  height: max-content
}
.tabs-size .tabs__navigation p {
  position: absolute;
  top: -50px;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  line-height: 24px
}
.product__similars-block .h1:not(:last-child) {
  margin-bottom: 24px
}
.product-img .product-card__to-favorite {
  position: absolute;
  top: 11px;
  right: 28px;
  opacity: 1;
  visibility: visible
}
.breadcrumb-mob,
.product__price-block--mob {
  justify-content: center
}
.tabs-char__photos {
  display: flex;
  gap: 48px;
  margin-top: 10px;
  flex-wrap: wrap
}
.tabs-char__photos img {
  display: block;
  width: 241px;
  height: 315px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.care-icons {
  display: flex;
  gap: 6px;
  margin-top: 24px
}
.column {
  display: flex;
  flex-direction: column;
  gap: 9px
}
.account {
  display: grid;
  grid-template-columns: 282px 1fr;
  margin-top: 30px;
  padding-bottom: 130px;
  border-bottom: 1px solid #e2e1e1;
  margin-bottom: 240px
}
.account__menu {
  display: flex;
  flex-direction: column;
  gap: 24px
}
.account__content-block {
  display: flex;
  flex-direction: column
}
.account__content-block .h1 {
  margin-bottom: 24px
}
.autorization__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 78px;
  padding-right: 78px;
  border-bottom: 1px solid #e2e1e1;
  margin-top: 3px
}
.autorization__right {
  background: #f2f2f2;
  padding-top: 50px;
  min-height: 620px
}
.advantages__title {
  font-family: Comfortaa, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: .7px;
  color: #777;
  text-transform: uppercase
}
.advantages__title:not(:last-child) {
  margin-bottom: 32px
}
.advantages__block {
  display: flex;
  flex-direction: column;
  gap: 24px
}
.advantages__block div {
  display: flex;
  gap: 24px;
  align-items: center;
  font-family: Comfortaa, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #231f20
}
.advantages__block div img {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0
}
.autorization__block-content {
  padding-top: 48px
}
.autorization-block__title {
  font-family: Comfortaa, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 24px;
  text-align: center
}
.autorization-block__title:not(:last-child) {
  margin-bottom: 24px
}
.autorization-block__subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  font-family: Comfortaa, sans-serif;
}
.autorization-block__subtitle:not(:last-child) {
  margin-bottom: 24px
}
.autorization__right-content {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto
}
.autorization-block__register {
  border: 2px solid #ff6900;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  padding: 0 48px
}
.autorization-block__register:hover {
  color: #fff;
  background: #ff6900
}
.autorization-block__register:not(:first-child) {
  margin-top: 24px
}
.autorization-block__register:not(:last-child) {
  margin-bottom: 48px
}
.autorization__advantages {
  max-width: 315px;
  margin-left: auto;
  margin-right: auto
}
.autorization-block .popup__label {
  gap: 0
}
.autorization-block .popup__label .input {
  font-family: Comfortaa, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.autorization-block .popup__label .input::-webkit-input-placeholder {
  color: #8496ae
}
.autorization-block .popup__label .input:-ms-input-placeholder {
  color: #8496ae
}
.autorization-block .popup__label .input::-ms-input-placeholder {
  color: #8496ae
}
.autorization-block .popup__label .input::placeholder {
  color: #8496ae
}
.autorization-block .popup__label div {
  font-size: 16px;
  font-weight: 700;
  padding-left: 12px
}
.autorization-block .popup__label:not(:last-child) {
  margin-bottom: 8px
}
.autorization-block form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 48px;
  border-bottom: 1px solid #c8c5c5
}
.autorization-block form .autorization__link {
  font-family: Comfortaa, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-decoration: underline;
  width: 100%
}
.autorization-block form .autorization__link:not(:first-child) {
  margin-top: 15px
}
.autorization-block form .autorization__link:not(:last-child) {
  margin-bottom: 10px
}
.autorization__sign-with {
  display: flex;
  flex-direction: column;
  align-items: center
}
.autorization__sign-with:not(:first-child) {
  margin-top: 12px
}
.autorization__sign-with span {
  font-family: Comfortaa, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-align: center
}
.autorization__sign-with span:not(:last-child) {
  margin-bottom: 14px
}
.autorization__sign-with div {
  display: flex;
  gap: 26px;
  align-items: center
}
.autorization__sign-with div .sign-with__btn:hover svg path {
  stroke: #ff6900
}
.autorization__sign-with div svg {
  display: block;
  width: 50px;
  height: 50px
}
.autorization__sign-with div svg path {
  transition: all .3s ease
}
.autorization-block--password {
  padding-top: 48px;
  padding-bottom: 122px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px
}
.autorization-block--password form {
  max-width: 496px;
  padding: 0 48px 48px
}
.autorization-block--password .popup__label {
  gap: 14px
}
.autorization-block--password .popup__label span {
  font-family: Comfortaa, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  color: #777
}
.autorization-block--password .autorization__login-btn {
  margin-top: 16px
}
.autorization-block__name {
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center
}
.autorization-block__name:not(:last-child) {
  margin-bottom: 24px
}
.autorization-block--password .autorization__reset-password .popup__label span {
  text-align: left;
  padding-left: 16px;
  font-weight: 700;
  line-height: 1;
  font-family: Comfortaa,sans-serif;
  color: #000
}
.autorization__reset-password .popup__label:not(:last-child) {
  margin-bottom: 24px!important
}
.autorization__reset-password .popup__label {
  gap: 0
}
.autorization-block--success {
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 496px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 222px;
  border-bottom: 1px solid #c8c5c5
}
.autorization__right .autorization-block--password {
  padding-top: 0
}
.registration .autorization-block .popup__label:not(:last-child) {
  margin-bottom: 14px
}
.label__checkbox {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  cursor: pointer;
}
.label__checkbox::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #c8c7c7
}
.label__checkbox::after {
  content: "";
  display: block;
  width: 15px; 
  height: 7px; 
  position: absolute;
  left: 3px;
  top: 4px;
  border-radius: 1px; 
  border-left: 2px solid #fff; 
  border-bottom: 2px solid #fff; 
  -ms-transform: rotate(-45deg); 
  transform: rotate(-45deg); 
  opacity: 0;
}

.account-menu__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 14px
}
.account-menu__menu {
  margin-left: 26px;
  display: flex;
  flex-direction: column;
  gap: 24px
}
.account-menu__menu li a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 14px
}
.account-menu__menu li a svg path {
  transition: all .3s ease
}
.account-menu__menu li a.active,
.account-menu__menu li a:hover {
  color: #ff6900
}
.account-menu__menu li a.active svg path,
.account-menu__menu li a:hover svg path {
  stroke: #ff6900
}
.account__orders {
  display: flex;
  flex-direction: column;
  gap: 16px
}
.account__orders .row {
  display: grid;
  grid-template-columns: 1fr 230px 100px 182px;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px
}
.account__orders .row + .row {
  border-top: 1px solid #c8c5c5;
  padding-top: 12px
}
.account__orders .row .sum {
  font-family: Comfortaa, sans-serif;
  white-space: nowrap;
}
.account__orders .row button {
  display: flex;
  gap: 12px;
  align-items: center;
  height: -webkit-min-content;
  height: min-content
}
.account__orders .row button svg {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0
}
.account__orders .row button svg path {
  transition: all .3s ease
}
.account__orders .row button:hover {
  color: #ff6900
}
.account__orders .row button:hover svg path {
  stroke: #ff6900
}
.account__orders.account__orders--wish .row {
  grid-template-columns: 1fr 100px 150px
}
.account__orders-top {
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px
}
.account__form {
  max-width: 374px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px
}
.account__form .popup__label {
  gap: 0
}
.account__form .popup__label span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: #000
}
.account__form .popup__label span:not(:last-child) {
  margin-bottom: 8px
}
.account__form .popup__label input {
  border: 1px solid #d5cfcf;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px
}
.account__form .change-password {
  border: 1px solid #e7e7e7;
  font-family: Comfortaa, sans-serif;
  font-size: 13px;
  line-height: 24px;
  width: -webkit-max-content;
  width: max-content;
  padding: 4px 24px
}
.account__form .change-password:hover {
  border-color: #ff6900
}
.account__form .button {
  margin-top: 8px
}
.account__orders.not {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 28px
}
.account__orders.not img {
  display: block;
  width: 70px;
  height: 70px
}
.account__orders.not img:not(:last-child) {
  margin-bottom: 20px
}
.account__orders.not p {
  text-align: center;
  font-size: 14px;
  line-height: 1
}
.account__orders.not a {
  font-size: 14px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: underline
}
.account__orders.not a:hover {
  color: #ff6900
}
.empty__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center
}
.empty__title:not(:last-child) {
  margin-bottom: 12px
}
.checkbox__block {
  position: relative
}
.checkbox__block input {
  opacity: 0;
  position: absolute;
  width: -webkit-min-content;
  width: min-content;
}
.checkbox__block:not(:last-child) {
  margin-bottom: 16px;
}
.checkbox__block input:checked + .label__checkbox::before {
  background: #797980;
}
.checkbox__block input:checked + .label__checkbox::after {
  opacity: 1;
}
.registration .autorization-block form {
  padding-bottom: 0;
  border: none
}
.registration .autorization__sign-with span {
  width: 600;
  font-family: Comfortaa, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .5px;
  text-align: center
}
.edit-password {
  display: none
}
.edit-password.open {
  display: flex;
  flex-direction: column;
  gap: 16px
}
.autorization__login-btn {
  font-weight: 500
}
.account-menu .select__title {
  border: 1px solid #ff6900;
  padding: 10px 15px
}
.account-menu .select__value {
  justify-content: space-between
}
.account-menu .select__options {
  position: relative;
  top: unset;
  box-shadow: none
}
.account-menu .select__option {
  padding: 7px 14px;
  line-height: 24px;
  font-size: 20px
}
.account-menu .select__content {
  max-width: -webkit-max-content;
  max-width: max-content
}
.select_account-menu {
  display: none
}
.account__orders .button {
  min-width: 250px;
  margin-left: auto
}
.clear-cart {
  display: none
}
.checkout__block {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 27px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto
}
.checkout__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1
}
.checkout__title:not(:last-child) {
  margin-bottom: 24px
}
.checkout__row:not(:last-child) {
  margin-bottom: 24px
}
.checkout__delivery-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 4px
}
.checkout__delivery-block label {
  padding-top: 24px;
  padding-bottom: 24px;
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid #c8c5c5
}
.checkout__delivery-block label img {
  display: block;
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain
}
.cart__products {
  display: flex;
  flex-direction: column;
  gap: 24px
}
.cart__product {
  display: flex;
  gap: 24px
}
.cart__product:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #c8c5c5
}
.cart__product .quantity {
  background: 0 0;
  width: 88px;
  height: 28px;
  margin-bottom: 20px;
  margin-top: auto
}
.cart__product .quantity__button {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000
}
.cart__product .quantity__input input {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000
}
.cart__product .quantity__button_minus {
  flex: 0 0 6px
}
.cart__product .quantity__button_plus {
  flex: 0 0 28px;
  border-radius: 50%;
  height: 28px;
  background: #e3dede;
}
.cart__product-prev {
  display: block;
  width: 108px;
  height: 135px;
  background: #d9d9d9;
  flex-shrink: 0
}
.cart__product-prev img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.cart__product-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1
}
.cart__product-title:hover {
  color: #ff6900
}
.cart__product-option {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px
}
.cart__product-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1px
}
.cart__price-block {
  margin-left: auto;
  display: flex;
  flex-direction: column-reverse;
  gap: 14px
}
.cart__price-block > * {
  white-space: nowrap;
  font-size: 24px;
  font-weight: 400;
  line-height: 1
}
.cart__price-block .cart__old-price {
  color: #6a6a6a;
  text-decoration: line-through
}
.checkout__form {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px
}
.checkout__form .popup__label {
  gap: 8px
}
.checkout__form .popup__label span {
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  color: #000
}
.checkout__form .input,
.checkout__form .select_input {
  border: 1px solid #d5cfcf;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  outline: 0
}
.checkout__selects select  {
  font-family: Comfortaa, sans-serif;
  border: 1px solid #d5cfcf;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 20px;
  outline: 0;
  max-width: 100%;
  height: 44px;
  background-image:  url(../img/icon/chevron-select.svg);
  background-position: calc( 100% - 20px ) center;
  background-repeat: no-repeat;
  appearance: none;
  /* safari */
  -webkit-appearance: none;
  /* other styles for aesthetics */
}
.checkout__content-block{
  max-width: 540px;
}
.checkout__form .checkout__title {
  margin-bottom: 0
}
.select_input .select__value {
  font-family: Comfortaa,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  padding: 0
}
.select_input::-webkit-input-placeholder {
  color: #000
}
.select_input:-ms-input-placeholder {
  color: #000
}
.select_input::-ms-input-placeholder {
  color: #000
}
.select_input::placeholder {
  color: #000
}
.select_input input {
  outline: 0!important
}
.select_input .select__options {
  margin-left: -25px;
  margin-right: -25px;
  top: calc(100% + 8px);
  box-shadow: none;
  border: 1px solid #d5cfcf;
  border-top: none;
  width: calc(100% + 50px)
}

.select__option:disabled{
  cursor: default;
  opacity: 0.2;
} 
.select__option:disabled:hover{
  color: #000;
}
.checkout__payment-block {
  display: flex;
  flex-direction: column;
  gap: 8px
}
.checkout__title:not(:first-child) {
  margin-top: 8px
}
.checkout__button {
  min-width: 242px;
  margin-top: 8px
}
.checkout__selects {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 8px
}
.checkout__payments {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px
}
.checkout__payments:not(:first-child) {
  margin-top: 8px
}
.checkout__payment-block .order__label {
  cursor: pointer
}
.input._form-error {
  border-color: #ff6900!important
}
.form__error {
  color: #dd6b20;
  font-family: Comfortaa, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px
}
.cart__link {
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: underline
}
.cart__link:not(:first-child) {
  margin-top: 24px
}
.cart__link:hover {
  color: #ff6900
}
.cart__main-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%
}
.cart__main-info:not(:first-child) {
  margin-top: 24px
}
.cart__main-info .row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center
}
.cart__main-info .row.total {
  margin-top: 24px;
  margin-bottom: 8px
}
.cart__main-info .row span {
  font-size: 20px;
  font-weight: 700;
  line-height: 14px
}
.cart__main-info .row div {
  font-size: 24px;
  font-weight: 400;
  line-height: 1
}
.cart__main-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.cart__promo-input {
  display: block;
  max-width: 110px;
  height: 24px;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1;
  padding: 4px;
  outline: 0
}
.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
}
@media (min-width:47.99875em) {
  .footer-block__title.spollers__title::before {
    display: none!important
  }
  .product-img .product-card__to-favorite {
    display: none
  }
  .breadcrumb-mob,
  .product__price-block--mob {
    display: none
  }
  .account__menu-select {
    display: none
  }
}
@media (min-width:93.75em) {
  .cookies__block {
    gap: 2.625rem
  }
  .cookies__btns {
    gap: 2.625rem
  }
  .delivery__content {
    margin-bottom: 9.875rem
  }
  .privacy__conteiner {
  /*    margin-bottom: 25.75rem;*/
    margin-bottom: 8rem;
  }
  .search__block .page__section {
    margin-top: 11.25rem
  }
  .search__block .page__section {
    margin-bottom: 19.6875rem
  }
  .footer__menu {
    gap: 6.125rem
  }
  .home__seo {
    margin-bottom: 8.5rem
  }
  .contacts__banner-text {
    font-size: 6rem
  }
  .account {
    gap: 7.375rem
  }
  .autorization__content {
    margin-bottom: 12.625rem
  }
  .account__orders .row {
    gap: 5rem
  }
  .registration .autorization__left {
    padding-bottom: 14.375rem
  }
  .checkout__block {
    margin-bottom: 19.25rem
  }
}
@media (max-width:1480px) {
  .product__block {
    gap: 30px;
    grid-template-columns: 1fr 380px 240px;
    padding-right: 0;
  }
  .product__content h1::before {
    display: none
  }
}
@media (max-width:1400px) {
  .about__content {
    padding-left: 30px;
    padding-right: 30px
  }
  .about__grid-content {
    padding-left: 30px;
    padding-right: 30px
  }
  .catalog__header,
  .catalog__info {
/*    grid-template-columns: 320px 1fr*/
  }
}

.product__block {
  padding-left: 0;
}
@media screen and (min-width: 1600px) {
   .product__block {
/*    max-width: 1536px;*/
/*    max-width: 1436px;*/
/*    padding-left: 17%!important;*/
    padding-left: 12%!important;
  }
}

@media (max-width:1380px) {
  .product-img .swiper-button-next,
  .product-img .swiper-button-prev {
    display: flex;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px
  }
  .product-img .swiper-button-next::before,
  .product-img .swiper-button-prev::before {
    content: url(../img/icon/chevron-left.svg)
  }
  .product-img .swiper-button-prev {
    left: 25px
  }
  .product-img .swiper-button-next {
    right: 25px
  }
  .product-img .swiper-button-next::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  .product__block {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }
  .product__media {
    grid-template-columns: 1fr
  }
  .product__advantages {
    display: none
  }
  .product-img {
    position: relative
  }
  .product-img-btns-wrapper {
    display: none
  }
  .tabs-char__grid-content {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
  }
  .product__similar-products {
    grid-template-columns: 4fr 1fr
  }
}
@media (max-width:1340px) {
  .tabs__body-text ul li span {
    font-size: 18px;
    line-height: 32px
  }
  .contacts__content > div:not(:first-child) {
    padding: 24px
  }
  .contacts__contact-block {
    gap: 24px
  }
  .contacts__contact-block div a {
    font-size: 20px;
    line-height: 1.2
  }
  .tabs-size .tabs__navigation p {
    font-size: 16px
  }
}
@media (max-width:1300px) {
  .column .column__info {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: Comfortaa, sans-serif;
  }
  .account__orders .row {
    grid-template-columns: 1fr 180px 100px 40px
  }
  .account__orders .row button {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: Comfortaa, sans-serif;
  }
  .account__orders .row button span {
    display: none
  }
}
@media (max-width:1200px) {
  #table-size .popup__content {
    padding: 24px;
    flex-direction: column
  }
  #table-size .popup__content .popup__text-block {
    width: 100%
  }
  #table-size .popup__baner {
    margin-top: 24px;
    align-self: center
  }
  .popup__alert {
    position: relative;
    margin-top: 24px
  }
  .cookies__block {
    flex-direction: column
  }
  .header__top {
    grid-template-columns: 1fr 180px 1fr;
    padding: 14px 30px
  }
  .header__nav > ul {
    gap: 36px
  }
  .footer__main {
    flex-direction: column
  }
  .page__content {
    padding-left: 30px;
    padding-right: 30px
  }
  .about__banner-content {
    margin-left: 46px;
    margin-right: 46px;
    width: -webkit-max-content;
    width: max-content
  }
  .about__grid-content:not(:last-child) {
    margin-bottom: 100px
  }
  .about__value-title:not(:last-child) {
    margin-bottom: 100px
  }
  .contacts__banner {
    height: 400px
  }
  .contacts__banner-content {
    padding-top: 80px
  }
  .contacts__block-title {
    text-align: center;
    font-size: 32px
  }
  .catalog__header,
  .catalog__info {
/*    grid-template-columns: 300px 1fr*/
  }
  .catalog__filter {
    display: grid;
    grid-template-columns: repeat(3,1fr)
  }
  .search__conteiner {
    padding-left: 30px;
    padding-right: 30px
  }
  .product__char:not(:last-child) {
    margin-bottom: 80px
  }
  .product__similar-products {
    grid-template-columns: 3fr 1fr
  }
  .autorization__content {
    padding-left: 30px;
    padding-right: 30px
  }
  .autorization__right {
    padding-left: 36px;
    padding-right: 36px
  }
  .autorization__block-content {
    padding-left: 36px;
    padding-right: 36px
  }
}
@media (max-width:1000px) {
  .seo {
    padding-left: 76px;
    padding-right: 76px
  }
}
@media (max-width:900px) {
  .autorization__content {
    grid-template-columns: 1fr;
    padding: 0
  }
  .autorization__sign-with {
    margin-bottom: 24px
  }
}
@media (max-width:600px) {
  .catalog__content {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
  }
}
@media (max-width:500px) {
  .product__char .tabs__navigation {
    flex-direction: column;
    gap: 18px;
    justify-content: flex-start
  }
  .product__price-block--mob {
    flex-direction: column-reverse;
    gap: 12px;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #c8c5c5
  }
}
@media (max-width:400px) {
  .success-page .button--border {
    font-size: 22px
  }
  .search__result-btn {
    font-size: 20px
  }
  .account__orders .button {
    min-width: 100%;
    margin-left: 0
  }
}
@media (max-width:390px) {
  .catalog__filter {
    grid-template-columns: repeat(2,1fr)
  }
}
@media (max-width:340px) {
  .button {
    font-size: 20px
  }
  .quantity {
    width: 116px
  }
  .popup__btns > * {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px
  }
}
@media (max-width:20em) {
  .cookies__block {
    gap: 1.125rem
  }
  .cookies__btns {
    gap: .8125rem
  }
  .delivery__content {
    margin-bottom: 1rem
  }
  .privacy__conteiner {
    margin-bottom: 10rem
  }
  .search__block .page__section {
    margin-top: 1.875rem
  }
  .search__block .page__section {
    margin-bottom: 1.875rem
  }
  .footer__menu {
    gap: 3.75rem
  }
  .home__seo {
    margin-bottom: 1.875rem
  }
  .contacts__banner-text {
    font-size: 1.5rem
  }
  .account {
    gap: .625rem
  }
  .autorization__content {
    margin-bottom: 1.875rem
  }
  .account__orders .row {
    gap: .625rem
  }
  .registration .autorization__left {
    padding-bottom: 1.25rem
  }
  .checkout__block {
    margin-bottom: 4rem
  }
}
@media (max-width:61.99875em) {
  .popup__close {
    top: 16px;
    right: 16px
  }
  #table-size .popup__content {
    max-width: 336px
  }
  #table-size .popup__content .popup__text-block .h1:not(:last-child) {
    margin-bottom: 24px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto
  }
  .popup__baner {
    font-size: 16px
  }
  #add-in-cart .popup__content .popup__main-block svg,
  #success-order .popup__content .popup__main-block svg {
    margin-bottom: 32px
  }
  #add-in-cart .popup__content .popup__title,
  #success-order .popup__content .popup__title {
    font-size: 32px
  }
  #one-click .popup__content {
    padding: 24px 0 0;
    gap: 48px
  }
  #one-click .popup__content .popup__title:not(:last-child) {
    margin-bottom: 40px
  }



  .popup_custom .popup__content {
    padding: 24px 0 0;
    gap: 48px
  }
  .popup_custom .popup__content .popup__title:not(:last-child) {
    margin-bottom: 40px
  }




  .success-page {
    padding-left: 30px;
    padding-right: 30px
  }
  .table-tabs > .tabs__navigation {
    flex-direction: column;
    gap: 16px
  }
  .table-tabs > .tabs__navigation .tabs__title {
    font-size: 20px;
    padding: 8px 24px
  }
  .table-tabs > .tabs__navigation .tabs__title._tab-active {
    font-weight: 400
  }
  .table-tabs > .tabs__content .tabs__body--measurements {
    flex-direction: column;
    gap: 24px
  }
  .table-tabs > .tabs__content .tabs__body--measurements img {
    width: 100%;
    height: auto
  }
  .table-tabs > .tabs__content .tabs__body--measurements li,
  .table-tabs > .tabs__content .tabs__body--measurements p,
  .table-tabs > .tabs__content .tabs__body--measurements span {
    font-family: Comfortaa, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px
  }
  .table-tabs > .tabs__content .tabs__body-content .tabs {
    flex-direction: column-reverse;
    gap: 26px
  }
  .size-images {
    width: 100%
  }
  .popup__alert {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    align-items: flex-start
  }
  .cookies {
    padding: 25px 38px;
    flex-direction: column;
    gap: 24px
  }
  .h1:not(:last-child) {
    margin-bottom: 32px
  }
  .h1 {
    font-size: 32px
  }
  .privacy__content {
    padding-left: 30px;
    padding-right: 30px
  }
  .sticker {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    top: 8px;
    left: 8px
  }
  .not-found {
    padding-left: 30px;
    padding-right: 30px
  }
  .privacy__conteiner > p {
    padding-left: 30px;
    padding-right: 30px
  }
  .header__nav > ul {
    gap: 30px
  }
  .header__nav > ul > li {
    font-size: 20px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px
  }
  .search__label {
    display: none
  }
  .search__mob {
    display: flex;
    position: relative;
    padding: 14px 30px;
    background: #fff;
    transition: opacity .5s ease
  }
  .search__mob a svg {
    display: block;
    width: 24px;
    height: 24px
  }
  .search__mob a svg path {
    stroke: #636161
  }
  .page__content {
    margin-top: 24px
  }
  .product-card__title {
    font-size: 18px
  }
  .search__content .to-favorite .product-card__icon {
    width: 22px;
    height: 22px
  }
  .search__content .to-favorite {
    width: 48px;
    height: 48px
  }
  .about__banner {
    margin-top: 12px
  }
  .about__content:not(:first-child) {
    margin-top: 48px
  }
  .about__content {
    margin-bottom: 30px;
    padding-bottom: 0
  }
  .about__grid-content {
    grid-template-columns: 1fr
  }
  .about__grid-content:not(:last-child) {
    margin-bottom: 40px
  }
  .about__grid-content div {
    gap: 16px
  }
  .about__value-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px
  }
  .about__value-title:not(:last-child) {
    margin-bottom: 80px
  }
  .about__value-title img {
    width: 75px;
    display: block;
    height: auto
  }
  .contacts__banner-content {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px
  }
  .contacts__content {
    grid-template-columns: 1fr;
    min-height: -webkit-max-content;
    min-height: max-content
  }
  .contacts__content .contacts__links {
    order: 0;
    padding: 24px 60px!important
  }
  .contacts__content > div:first-child {
    order: 1
  }
  .contacts__block--shedule {
    order: 3;
    padding: 24px;
  }
 
  .contacts__map {
    height: 290px
  }
  .catalog__conteiner {
    padding-left: 30px;
    padding-right: 30px
  }
  .catalog__header,
  .catalog__info {
    grid-template-columns: 1fr
  }
  /*.catalog .pagging {*/
  /*  display: none*/
  /*}*/
  .catalog__left-panel {
    display: none
  }
  .product__content h1 {
    justify-content: center
  }
  .product__code-label {
    justify-content: center;
    font-family: Comfortaa, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px
  }
  .product__availability {
    font-size: 14px;
    line-height: 1;
    width: 100%;
    display: block;
    text-align: center
  }
  .product-img {
    max-height: 488px
  }
  .product-card__availability:not(:last-child) {
    margin-bottom: 10px
  }
  .radio-size {
    font-size: 14px;
    line-height: 1;
    width: 40px;
    height: 40px
  }
  .product__char:not(:last-child) {
    margin-bottom: 30px
  }
  .product__similar-products {
    grid-template-columns: 2fr 1fr
  }
  .size-images .tabs__body {
    height: auto;
    max-height: 444px
  }
  .tabs-size .tabs__navigation p {
    font-size: 13px
  }
  .tabs-char__photos {
    gap: 24px
  }
  .tabs-char__photos img {
    width: 126px;
    height: 153px
  }
  .account {
    grid-template-columns: 160px 1fr;
    margin-bottom: 200px
  }
  .autorization__right {
    min-height: -webkit-max-content;
    min-height: max-content
  }
  .account-menu__menu {
    margin-left: 0
  }
  .account-menu__menu li a {
    font-size: 18px
  }
  .account__orders.account__orders--wish .row {
    grid-template-columns: 1fr 100px 50px
  }
  .checkout__delivery-block {
    grid-template-columns: 1fr
  }
}
@media (max-width:47.99875em) {
  .input {
    font-size: 16px;
    line-height: 24px
  }
  .one-click .input {
    padding: 0
  }
  .menu {
    display: block
  }
  .menu__body {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 80%;
    height: 100%;
    left: -100%;
    top: 0;
    background: #fff;
    overflow: auto;
    padding: 24px 16px 48px;
    transition: left .3s;
    z-index: 150
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left .3s;
    z-index: 2
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 24px;
    height: 20px;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #fff
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  #add-in-cart .popup__content .popup__main-block svg,
  #success-order .popup__content .popup__main-block svg {
    margin-bottom: 24px;
    display: block;
    width: 24px;
    height: 24px
  }
  #add-in-cart .popup__content .popup__main-block p,
  #success-order .popup__content .popup__main-block p {
    font-size: 16px;
    line-height: 1
  }
  #add-in-cart .popup__content .popup__title,
  #success-order .popup__content .popup__title {
    font-size: 24px
  }
  #add-in-cart .popup__content .popup__title:not(:last-child),
  #success-order .popup__content .popup__title:not(:last-child) {
    margin-bottom: 24px
  }
  #one-click .popup__content {
    gap: 24px
  }
  #one-click .popup__content .popup__main-block {
    padding-left: 25px;
    padding-right: 25px
  }
  #one-click .popup__content .popup__title {
    font-size: 24px;
    line-height: 40px
  }
  #one-click .popup__content .popup__title:not(:last-child) {
    margin-bottom: 24px
  }




  .popup_custom .popup__content {
    gap: 24px
  }
  .popup_custom .popup__content .popup__main-block {
    padding-left: 25px;
    padding-right: 25px
  }
  .popup_custom .popup__content .popup__title {
    font-size: 24px;
    line-height: 40px
  }
  .popup_custom .popup__content .popup__title:not(:last-child) {
    margin-bottom: 24px
  }

  .one-click__product:not(:last-child) {
    margin-bottom: 24px
  }
  .popup__btns > * {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px
  }
  .popup__btns .popup__close {
    gap: 4px
  }
  .one-click__product-info a,
  .one-click__product-info span {
    font-family: Comfortaa, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px
  }
  .one-click__product-bottom {
    flex-direction: column;
    gap: 16px
  }
  .one-click__product-price {
    font-family: Comfortaa, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px
  }
  .one-click__promo label {
    margin-bottom: 24px
  }
  .promo__selection-box label {
    font-family: Comfortaa, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px
  }
  .popup__label {
    gap: 8px
  }
  .one-click__form .popup__label span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
  }
  .promo__selection-box.open form {
    margin-bottom: 24px
  }
  .success-page .h1 {
    display: flex;
    flex-direction: column;
    justify-content: center
  }
  .success-page .h1:not(:last-child) {
    margin-bottom: 24px
  }
  .success-page span {
    font-family: Comfortaa, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px
  }
  .success-page span:not(:last-child) {
    margin-bottom: 24px
  }
  .success-page p {
    font-family: Comfortaa, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px
  }
  .success-page p:not(:last-child) {
    margin-bottom: 24px
  }
  .order__details {
    font-family: Comfortaa, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px
  }
  .cookies__btns {
    flex-direction: column
  }
  .cookies__text {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px
  }
  .page__title:not(:last-child) {
    margin-bottom: 6px
  }
  .page__title {
    font-size: 24px
  }
  .h1:not(:last-child) {
    margin-bottom: 24px
  }
  .h1 {
    font-size: 24px
  }
  .page__mini-container {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 24px
  }
  .search__result {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px
  }
  .search__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center
  }
  .seo {
    padding-left: 30px;
    padding-right: 30px
  }
  .seo__name {
    font-size: 20px
  }
  .seo li,
  .seo p,
  .seo ul {
    font-size: 16px;
    font-weight: 500;
    line-height: 1
  }
  .delivery__content {
    gap: 21px
  }
  .delivery__block {
    gap: 16px
  }
  .delivery__block-content {
    gap: 12px
  }
  .delivery__block-content .h1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
  }
  .delivery__block-content li,
  .delivery__block-content p {
    font-family: Comfortaa, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px
  }
  .privacy__conteiner {
    margin-bottom: 58px!important
  }
  .privacy__conteiner li,
  .privacy__conteiner p {
    font-family: Comfortaa, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px
  }
  .not-found__main::after {
    right: 15px;
    width: 55px;
    height: 25px
  }
  .not-found span {
    top: 20px;
    font-size: 14px;
    line-height: 21px
  }
  .not-found span:last-child {
    position: relative;
    bottom: unset;
    left: unset;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  .not-found__content {
    margin-top: 12px;
    gap: 24px
  }
  .not-found__content p {
    font-size: 16px;
    line-height: 24px
  }
  .not-found__content .button {
    min-width: 200px
  }
  .not-found__text {
    font-size: 16px;
    line-height: 24px
  }
  .privacy__content .block-title {
    font-size: 20px;
    font-weight: 400
  }
  .privacy__content .block-title ol li {
    font-family: Comfortaa, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px
  }
  .privacy__content ol > li li {
    gap: 24px
  }
  .privacy__content ol > li li:before {
    font-family: Comfortaa, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px
  }
  .privacy__content ol ul {
    margin-left: 42px
  }
  .catalog__header-left {
    display: none
  }
  .product-img {
    position: relative
  }
  .search__conteiner .seo {
    padding-left: 0;
    padding-right: 0
  }
  .promo {
    display: none
  }
  .header._header-scroll {
    box-shadow: 0 0 10px rgba(0,0,0,.2)
  }
  .header._header-scroll .search__mob {
    opacity: 0;
    position: absolute;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  .header {
    position: sticky;
    top: -1px;
    z-index: 100;
    transition: all .5s ease
  }
  .header__top {
    background: #ff6900;
    padding: 14px 24px;
    display: flex;
    justify-content: space-between
  }
  .header__toPage-in {
    right: -3px
  }
  .header__logo-link {
    display: block;
    width: 44px;
    height: auto;
    margin-right: auto
  }
  .header__logo--mob {
    display: block!important
  }
  .header__logo {
    display: none!important
  }
  .header__top-ico {
    stroke: #fff!important
  }
  .header__toPage span {
    display: none;
  }
  .footer {
    background: 0 0
  }
  .footer__container {
    padding-left: 30px;
    padding-right: 30px
  }
  .footer__top {
    flex-wrap: wrap;
    gap: 24px
  }
  .footer__top span {
    font-size: 16px;
    line-height: 24px;
    text-align: center
  }
  .footer__bottom {
    margin-left: -30px;
    margin-right: -30px;
    background: #f2f2f2;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    border-top: unset;
    padding-bottom: 18px
  }
  .footer__main {
    flex-direction: column-reverse;
    gap: 24px
  }
  .footer__left {
    max-width: 100%;
    gap: 12px
  }
  .footer__menu {
    flex-direction: column;
    gap: 24px!important
  }
  .footer__left a > img {
    width: 85px;
    height: 75px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
  }
  .page__section {
    padding-bottom: 12px
  }
  .page__section .button {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px
  }
  .page__content {
    margin-top: 14px
  }
  .page__catalog:not(:last-child) {
    margin-bottom: 24px
  }
  .product-card__prev {
    height: 196px!important;
    height: 12.25rem!important;
  }
  .product-card__info {
    padding: 8px 12px
  }
  .product-card__title {
    font-size: 14px;
/*    height: 40px;*/
    -webkit-line-clamp: 2
  }
  .product-card__price > * {
    font-size: 14px
  }
  .to-favorite {
    opacity: 1!important;
    visibility: visible!important
  }
  .about__banner {
    height: 270px
  }
  .about__banner-content p {
    font-size: 14px;
    font-weight: 600
  }
  .about__content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
  }
  .about__grid-content:not(:last-child) {
    margin-bottom: 24px
  }
  .about__grid-content div {
    gap: 0
  }
  .about__grid-content div p {
    font-family: Comfortaa, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px
  }
  .about__block-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px
  }
  .about__our-values {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 92px;
    padding-bottom: 18px
  }
  .about__value-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px
  }
  .about__value-title:not(:last-child) {
    margin-bottom: 42px
  }
  .about__value-block {
    gap: 16px
  }
  .about__value-block span {
    font-size: 24px
  }
  .about__value-block .about__value > div {
    font-family: Comfortaa, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px
  }
  .about__banner2 {
    height: 248px
  }
  .contacts__banner {
    height: 180px;
    margin-top: 10px
  }
  .contacts__banner-content {
    padding-top: 28px;
    gap: 14px
  }
  .contacts__banner-content p {
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    text-align: center
  }
  .contacts__banner-text {
    font-size: 24px!important
  }
  .contacts__block-title {
    font-size: 24px;
    line-height: 1;
    text-transform: none
  }
  .contacts__block--shedule div span {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    row-gap: 24px
  }

  .contacts__links .contacts__block-title {
    margin-bottom: 24px
  }
  .contacts__links .footer__top span {
    text-transform: none
  }
  .contacts__contact-block {
    padding-bottom: 24px
  }
  .contacts__contact-block div {
    gap: 24px
  }
  .contacts__contact-block div a {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px
  }
  .about__banner-text {
    margin-bottom: 0!important
  }
  .catalog__content .product-card__prev {
    min-height: 196px!important;
    min-height: 12.25rem!important;
  }
  .catalog__breadcrumb {
    margin-bottom: 18px
  }
  .catalog__breadcrumb .breadcrumb-item {
    font-family: Comfortaa, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px
  }
  .catalog .page__title {
    text-transform: uppercase
  }
  .catalog__filter .select__option,
  .catalog__filter .select__value {
    font-size: 14px;
    font-weight: 700;
    line-height: 1
  }
  .product__page-content {
    padding: 0
  }
  .product__block {
    display: flex;
    flex-direction: column;
    padding-right: 0!important;
    gap: 18px;
    padding-top: 0;
    border-top: none;
    padding-bottom: 13px;
    align-items: center;
  }
  .product .breadcrumb {
    padding-left: 0;
    padding-right: 0;
    overflow-x: auto;
    gap: 2px
  }
  .product .breadcrumb .breadcrumb-item {
    font-size: 14px;
    line-height: 32px;
    gap: 2px;
    font-family: Comfortaa, sans-serif;
    font-weight: 400
  }
  .product__media {
    height: 488px
  }
  .product__content {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    align-items: center
  }
  .product__content h1:not(:last-child) {
    margin-bottom: 10px;
  }
  .product-img {
    max-width: 440px
  }
  .product__params {
    background: #eee;
    padding: 9px;
    width: 100%
  }
  .product__params > * {
    max-width: 202px;
    margin-left: auto;
    margin-right: auto
  }
  .product__param div {
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    row-gap: 8px
  }
  .product__title-block {
    justify-content: center
  }
  .product__size-table:not(:last-child) {
    margin-bottom: 0
  }
  .product__size-table {
    font-family: Comfortaa, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 0;
    border-top: 1px solid #c8c5c5;
    margin-top: 26px;
    width: 100%;
    display: flex;
    justify-content: center
  }
  .product-card__actions {
    justify-content: center
  }
  .product-card__actions:not(:last-child) {
    margin-bottom: 14px
  }
  .product__in-favorite {
    display: none
  }
  .product__buttons {
    gap: 14px
  }
  .product__buttons:not(:last-child) {
    margin-bottom: 14px
  }
  .product__to-delivery {
    justify-content: center;
    font-family: Comfortaa, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px
  }
  .product__char {
    padding-top: 14px
  }
  .product__char .tabs__navigation {
    justify-content: center;
    gap: 32px
  }
  .tabs-char__content {
    padding-left: 30px;
    padding-right: 30px
  }
  .tabs-char__content .h1 {
    text-align: center
  }
  .tabs-char__content p {
    text-align: center
  }
  .tabs-char__grid-content {
    grid-template-columns: 1fr;
    gap: 24px
  }
  .product__char:not(:last-child) {
    margin-bottom: 0
  }
  .product__similar-products {
    grid-template-columns: 1fr;
    margin-left: 30px;
    margin-right: 30px
  }
  .product__similar-products .popup__baner {
    background: #f5f5f5;
    font-family: Comfortaa, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    color: #4f4e4e;
    padding: 18px 30px 40px;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px)
  }
  .product__similar-products .popup__baner img {
    display: none
  }
  .product__similar-products .popup__baner button {
    font-family: Comfortaa, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    background: #ff6900;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 340px
  }
  .product__similars-block .h1 {
    text-align: center
  }
  .breadcrumb-pc,
  .product__price-block--pc {
    display: none
  }
  .care-icons {
    justify-content: space-between
  }
  .care-icons img {
    width: 44px;
    height: 37px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
  }
  /*.search .pagging {*/
  /*  display: none*/
  /*}*/
  .column {
    gap: 8px
  }
  .column:not(:first-child) {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
  }
  .column:last-child {
    display: none
  }
  .column .column__info {
    font-size: 13px
  }
  .account {
    padding-bottom: 0;
    border-bottom: none;
    grid-template-columns: 1fr;
    gap: 24px
  }
  .account__content-block .h1 {
    text-align: center
  }
  .autorization__right {
    padding-top: 24px;
    padding-bottom: 48px
  }
  .autorization__block-content {
    padding-top: 24px
  }
  .autorization-block__title {
    font-size: 24px
  }
  .autorization-block__title:not(:last-child) {
    margin-bottom: 14px
  }
  .autorization-block__subtitle {
    font-size: 20px
  }
  .autorization-block form {
    padding-bottom: 0;
    border-bottom: none
  }
  .autorization-block form .autorization__link:not(:first-child) {
    margin-top: 8px
  }
  .autorization-block--password {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 48px;
    border-bottom: 1px solid #c8c5c5
  }
  .autorization-block--password form {
    padding: 0
  }
  .autorization-block--success {
    margin-bottom: 212px
  }
  .account-menu__title {
    display: none
  }
  .account__orders .row {
    grid-template-columns: 1fr;
    gap: 16px
  }
  .account__orders.account__orders--wish .row {
    grid-template-columns: 1fr
  }
  .account__orders-top {
    font-size: 16px
  }
  .account__form {
    margin-left: auto;
    margin-right: auto
  }
  .account .catalog__breadcrumb {
    display: none
  }
  .account-menu__menu {
    display: none
  }
  .select_account-menu {
    display: block
  }
  .clear-cart {
    display: flex;
    font-family: Comfortaa, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline
  }
  .checkout__card-info {
    align-items: center;
    display: flex;
    flex-direction: column
  }
  .checkout__block {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 16px;
    gap: 114px
  }
  @media screen and (max-width: 767px){
   .checkout__block {
       margin-top: 36px;
      flex-direction: column;
    }
  }
  .checkout__title {
    font-family: Comfortaa, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    width: 100%
  }
  .checkout__delivery-block label {
    padding-top: 6px;
    padding-bottom: 6px
  }
  .cart__products {
    width: 100%
  }
  .cart__product {
    gap: 8px
  }
  .cart__product-prev {
    width: 86px;
    height: 114px
  }
  .cart__price-block {
    gap: 8px;
    font-size: 16px;
    line-height: 24px
  }
  .checkout__form .checkout__title {
    font-family: Comfortaa,sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 700
  }
  .checkout__title:not(:first-child) {
    margin-top: 16px
  }
  .checkout__button {
    margin-left: auto;
    margin-right: auto
  }
  .cart__link:not(:first-child) {
    margin-top: 16px
  }
  .cart__link {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    width: 100%
  }
  .cart__main-info .row span {
    font-size: 16px;
    line-height: 14px
  }
  .cart__main-info .row div {
    font-size: 16px
  }
  .cart__main-info .row--main div {
    font-size: 24px!important
  }
  .cart__main-info p {
    font-size: 12px;
    line-height: 14px
  }
  .card-info .checkout__row.h1 {
    margin-bottom: 8px!important
  }
}
@media (max-width:47.99875em) and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:29.99875em) {
  .not-found__main::before {
    left: 15px;
    width: 55px;
    height: 25px
  }
}
@media (max-width:1340px) and (min-width:1200px) {
  .tabs__body-text {
    padding-bottom: 50px
  }
}
@media (min-width:20em) and (max-width:93.75em) {
  @supports (gap:clamp(1.125rem ,0.718220339rem + 2.0338983051vw ,2.625rem)) {
    .cookies__block {
      gap: clamp(1.125rem ,.718220339rem + 2.0338983051vw ,2.625rem)
    }
  }
  @supports not (gap:clamp(1.125rem ,0.718220339rem + 2.0338983051vw ,2.625rem)) {
    .cookies__block {
      gap: calc(1.125rem + 1.5 * (100vw - 20rem)/ 73.75)
    }
  }
  @supports (gap:clamp(0.8125rem ,0.3209745763rem + 2.4576271186vw ,2.625rem)) {
    .cookies__btns {
      gap: clamp(.8125rem ,.3209745763rem + 2.4576271186vw ,2.625rem)
    }
  }
  @supports not (gap:clamp(0.8125rem ,0.3209745763rem + 2.4576271186vw ,2.625rem)) {
    .cookies__btns {
      gap: calc(.8125rem + 1.8125 * (100vw - 20rem)/ 73.75)
    }
  }
  @supports (margin-bottom:clamp(1rem ,-1.406779661rem + 12.0338983051vw ,9.875rem)) {
    .delivery__content {
      margin-bottom: clamp(1rem ,-1.406779661rem + 12.0338983051vw ,9.875rem)
    }
  }
  @supports not (margin-bottom:clamp(1rem ,-1.406779661rem + 12.0338983051vw ,9.875rem)) {
    .delivery__content {
      margin-bottom: calc(1rem + 8.875 * (100vw - 20rem)/ 73.75)
    }
  }
  @supports (margin-bottom:clamp(10rem ,5.7288135593rem + 21.3559322034vw ,25.75rem)) {
    .privacy__conteiner {
      margin-bottom: clamp(10rem ,5.7288135593rem + 21.3559322034vw ,25.75rem);
/*      margin-bottom: 12rem;*/
      margin-bottom: 8rem;
    }
  }
  @supports not (margin-bottom:clamp(10rem ,5.7288135593rem + 21.3559322034vw ,25.75rem)) {
    .privacy__conteiner {
      margin-bottom: calc(10rem + 15.75 * (100vw - 20rem)/ 73.75)
    }
  }
  @supports (margin-top:clamp(1.875rem ,-0.6673728814rem + 12.7118644068vw ,11.25rem)) {
    .search__block .page__section {
      margin-top: clamp(1.875rem ,-.6673728814rem + 12.7118644068vw ,11.25rem)
    }
  }
  @supports not (margin-top:clamp(1.875rem ,-0.6673728814rem + 12.7118644068vw ,11.25rem)) {
    .search__block .page__section {
      margin-top: calc(1.875rem + 9.375 * (100vw - 20rem)/ 73.75)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,-2.9555084746rem + 24.1525423729vw ,19.6875rem)) {
    .search__block .page__section {
      margin-bottom: clamp(1.875rem ,-2.9555084746rem + 24.1525423729vw ,19.6875rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,-2.9555084746rem + 24.1525423729vw ,19.6875rem)) {
    .search__block .page__section {
      margin-bottom: calc(1.875rem + 17.8125 * (100vw - 20rem)/ 73.75)
    }
  }
  @supports (gap:clamp(3.75rem ,3.1059322034rem + 3.2203389831vw ,6.125rem)) {
    .footer__menu {
      gap: clamp(3.75rem ,3.1059322034rem + 3.2203389831vw ,6.125rem)
    }
  }
  @supports not (gap:clamp(3.75rem ,3.1059322034rem + 3.2203389831vw ,6.125rem)) {
    .footer__menu {
      gap: calc(3.75rem + 2.375 * (100vw - 20rem)/ 73.75)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,0.0783898305rem + 8.9830508475vw ,8.5rem)) {
    .home__seo {
      margin-bottom: clamp(1.875rem ,.0783898305rem + 8.9830508475vw ,8.5rem);
      margin-bottom: 6rem;
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,0.0783898305rem + 8.9830508475vw ,8.5rem)) {
    .home__seo {
      margin-bottom: calc(1.875rem + 6.625 * (100vw - 20rem)/ 73.75)
    }
  }
  @supports (font-size:clamp(1.5rem ,0.2796610169rem + 6.1016949153vw ,6rem)) {
    .contacts__banner-text {
      font-size: clamp(1.5rem ,.2796610169rem + 6.1016949153vw ,6rem)
    }
  }
  @supports not (font-size:clamp(1.5rem ,0.2796610169rem + 6.1016949153vw ,6rem)) {
    .contacts__banner-text {
      font-size: calc(1.5rem + 4.5 * (100vw - 20rem)/ 73.75)
    }
  }
  @supports (gap:clamp(0.625rem ,-1.2055084746rem + 9.1525423729vw ,7.375rem)) {
    .account {
      gap: clamp(.625rem ,-1.2055084746rem + 9.1525423729vw ,7.375rem)
    }
  }
  @supports not (gap:clamp(0.625rem ,-1.2055084746rem + 9.1525423729vw ,7.375rem)) {
    .account {
      gap: calc(.625rem + 6.75 * (100vw - 20rem)/ 73.75)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,-1.0402542373rem + 14.5762711864vw ,12.625rem)) {
    .autorization__content {
      margin-bottom: clamp(1.875rem ,-1.0402542373rem + 14.5762711864vw ,12.625rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,-1.0402542373rem + 14.5762711864vw ,12.625rem)) {
    .autorization__content {
      margin-bottom: calc(1.875rem + 10.75 * (100vw - 20rem)/ 73.75)
    }
  }
  @supports (gap:clamp(0.625rem ,-0.561440678rem + 5.9322033898vw ,5rem)) {
    .account__orders .row {
      gap: clamp(.625rem ,-.561440678rem + 5.9322033898vw ,5rem)
    }
  }
  @supports not (gap:clamp(0.625rem ,-0.561440678rem + 5.9322033898vw ,5rem)) {
    .account__orders .row {
      gap: calc(.625rem + 4.375 * (100vw - 20rem)/ 73.75)
    }
  }
  @supports (padding-bottom:clamp(1.25rem ,-2.3093220339rem + 17.7966101695vw ,14.375rem)) {
    .registration .autorization__left {
      padding-bottom: clamp(1.25rem ,-2.3093220339rem + 17.7966101695vw ,14.375rem)
    }
  }
  @supports not (padding-bottom:clamp(1.25rem ,-2.3093220339rem + 17.7966101695vw ,14.375rem)) {
    .registration .autorization__left {
      padding-bottom: calc(1.25rem + 13.125 * (100vw - 20rem)/ 73.75)
    }
  }
  @supports (margin-bottom:clamp(4rem ,-0.1355932203rem + 20.6779661017vw ,19.25rem)) {
    .checkout__block {
      margin-bottom: clamp(4rem ,-.1355932203rem + 20.6779661017vw ,19.25rem)
    }
  }
  @supports not (margin-bottom:clamp(4rem ,-0.1355932203rem + 20.6779661017vw ,19.25rem)) {
    .checkout__block {
      margin-bottom: calc(4rem + 15.25 * (100vw - 20rem)/ 73.75)
    }
  }
}
@media (max-width:1200px) and (min-width:767.9px) {
  .footer__left {
    flex-direction: row;
    max-width: 100%;
    align-items: center;
    justify-content: space-between
  }
}
@media (max-width:990px) and (min-width:767.9px) {
  .footer__menu {
    display: grid;
    grid-template-columns: 1fr 1fr
  }
}
@media (max-width:1180px) and (min-width:992.2px) {
/*  .catalog__content {
    grid-template-columns: 1fr 1fr
  }*/
  .search__content .catalog__content {
    grid-template-columns: 1fr 1fr 1fr!important
  }
}
@media (any-hover:hover) {
  .button:active,
  .button:hover {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.25)
  }
  .button:disabled {
    background: #545454
  }
  .select__option:hover {
    color: #ff6900
  }
}

.account__form .popup__label div {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: #000;
}
.account__form .popup__label div:not(:last-child) {
  margin-bottom: 8px;
}
.text-danger{
  color: red;
  font-weight: bold;
}

input#shipping_address_comment {
  height: 100px;
}

.param_color-wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 4px;
}
.param_color-wrap
.radio-color{
    width: 20px;
    height: 20px;
    margin-right: 2px;
    margin-top: 2px;
}










/*SGK Styles START*/
header .header__nav > ul > li:last-child {
	background: #FF6900;
	padding-left: 15px;
	padding-right: 16px;
	color: #fff;
}
header .header__nav > ul > li:last-child:hover {
	background: #fff;
	color: #FF6900;
}
.footer__top {
	flex-direction: column;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
}
/*SGK Styles END*/