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

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

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

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

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

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}
.section-product{
    margin-top:20px;
}
.section-product__container .main-catalog__products {
    margin-top:20px;
}
.section-product__slider {
  margin: -10px;
  padding: 10px;
}
.section-product__slider .slick-slide:not(:last-child){
 margin-right:10px;
  height:100%;
}
.section-product__item {
  display:flex !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 234px;
  flex: 0 0 234px;
  width:234px;
  height:100% !important;
       /* -ms-flex: 0 0 calc((100% - 30px * 4) / 5);
          flex: 0 0 calc((100% - 30px * 4) / 5); */
          min-height:360px !important;     
}
.section-product__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index:2;
  background: #FFF;
  stroke-width: 1px;
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.filter-footer{
    background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 10px 20px;
  margin: 0px -20px;
  border-top: 1px solid #D7D7D7;
}
.section-product__arrow svg path {
  fill: #D3D3D3;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.card__actions a.contact{
  text-decoration:none;
  color:#FF1F1F;
}
.section-product__arrow.section-product-arrow-prev {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-product__arrow.section-product-arrow-next {
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: 10px;
  left: auto;
}

body {
  line-height: 1;
  font-family: "Onest";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Onest";
}

.buy-click__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.buy-click__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buy-click__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 71px;
          flex: 0 0 71px;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background: #0FA0FD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
span.terms {
    cursor: pointer;
    text-decoration: underline;
}
.item{
    cursor:pointer;
}
.buy-click__icon img,
.buy-click__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37px;
          flex: 0 0 37px;
  width: 37px;
  height: 37px;
}

.buy-click__title {
  color: #262A2D;
  font-size: 28px;
  font-weight: 700;
}

.buy-click__text {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
  margin-top: -5px;
}

.product-buy-click {
  padding: 12px;
  border: 1px solid #D7D7D7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.product-buy-click__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 92px;
          flex: 0 0 92px;
  aspect-ratio: 1/0.9;
  position: relative;
  overflow: hidden;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
}

.product-buy-click__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog-banner__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
}
.product-buy-click__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.form-buy-click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.payment-main-footer__item{
    display:flex;
    flex-wrap:wrap;
    
}
.payment-main-footer__item img{
    width:40px;
}
.form-buy-click__label {
  font-size: 16px;
  color: #262A2D;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

.form-buy-click__input {
  background: #F1F1F1;
}

.form-buy-click__button {
  width: 100%;
  max-width: 100%;
}
.product-buy-click__name {
  font-size: 14px;
  font-weight: 700;
  color: #262A2D;
}

.product-buy-click__text {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
}

.product-buy-click__price {
  font-size: 16px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body {
  color: #2D2233;
  font-size: 16px;
  background: #F6F6F6;
  line-height: 1.2;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._container {
  padding: 0px 20px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.btn._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #2D2233;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  background: #F1F1F1;
  cursor: pointer;
  border-radius: 4px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  min-height: 50px;
  padding: 0px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.select__value._placeholder {
  color: #8A8C8D;
}

.select__value span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
  height: 20px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}

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

.select__options {
  color: #2D2233;
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  border-radius: 2px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  font-size: 16px;
  max-height: 300px;
  overflow-y: auto;
}

.select__option {
  cursor: pointer;
  padding: 10px 20px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}
.d_none{
  display:none !important;
}
.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
._tabs-2 .catalog-header__sublist:not(._active){
    display:none;
} 
._tabs-2 .catalog-header__sublist._active {
  position: absolute;
  top: 0;
  display:flex;
  left: calc(100% - 8px);
  padding: 30px;
    width: 100%;
    height:100%;
  background: #fff;
  border-radius: 0px 8px 8px 0px;
  z-index: -1;
  -ms-flex:0 0 400px;
  flex:0 0 400px;
  width:400px;
}
.order-send__head{
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}

.order-send__text{
    color: #242424;
  text-align: center;
  font-family: "Onest";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.order-send__description{
    color: #242424;
  text-align: center;
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.catalog-header__sublist .catalog-header__block._active {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 400px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  padding: 30px;
  max-height: 100%;
  overflow-y: auto;
  border-left: 1px solid #D7D7D7;
}

.catalog-header__sublist .catalog-header__block._active::-webkit-scrollbar {
  width: 8px;
  background: #E4E4E4;
  border-radius: 20px;
}

.catalog-header__sublist .catalog-header__block._active::-webkit-scrollbar-thumb {
  background: #464646;
  border-radius: 20px;
}
.select._active .select__options {
  display: block;
}

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

.input {
  border-radius: 2px;
  background: #F1F1F1;
  width: 100%;
  display: block;
  padding: 0px 20px;
  min-height: 52px;
  color: #8A8C8D;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #F1F1F1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.input::-webkit-input-placeholder {
  color: #8A8C8D;
}

.input::-moz-placeholder {
  color: #8A8C8D;
}

.input:-ms-input-placeholder {
  color: #8A8C8D;
}

.input::-ms-input-placeholder {
  color: #8A8C8D;
}

.input::placeholder {
  color: #8A8C8D;
}
.register-success__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}
.register-success__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  height: 100px;
  width: 100px;
}
.register-success__icon img,
.register-success__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.register-success__text {
  color: #242424;
  text-align: center;
  font-family: "Onest";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.register-success__description {
  color: #242424;
  text-align: center;
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.register-success__description a {
  color: #7C0701;
  font-weight: 600;
  display: inline-block;
}
.register-success__button {
  min-width: 210px;
}
.register-success__description a span {
  font-weight: 400;
}
.register-success .popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 520px;
}
.register-success .popup__body {
    padding: 20px 20px;
  }

  .register-success .popup__body {
    padding: 20px 20px;
    row-gap: 20px;
  }
.register-success__text {
  color: #242424;
  text-align: center;
  font-family: "Onest";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.input:focus {
  border-color: #2D2233;
}

.input._focus {
  color: #2D2233;
}
.accept_error,
._error{
    
    color: red !important;
    font-size: 12px;

}
.select__title._error,
.input._error {
  border-color: #F00;
  color: #F00;
}

textarea.input {
  resize: none;
  padding: 15px 20px;
  height: 100px;
  overflow-y: auto;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__content:before {
  background: url("../img/icons/check.svg") center/24px no-repeat, #FF1F1F;
  border-color: #FF1F1F;
}

.checkbox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #2D2233;
  font-weight: 400;
  cursor: pointer;
}

.checkbox__content:before {
  content: "";
  margin: 0px 10px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #DBDBDB;
  background: #F1F1F1;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.check_on._error .checkbox__content:before {
  border: 1px solid #ee1212;
}
.checkbox__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.checkbox__text a {
  color: #FF1F1F;
  text-decoration: underline;
}

.checkbox__count {
  color: #A0A0A0;
}

.checkbox._error .checkbox__content:before {
  border: 1px solid #ee1212;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__text:before {
  border: 2px solid #FF1F1F;
}

.options__input:checked + .options__text:after {
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #2D2233;
  font-size: 18px;
  font-weight: 400;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.options__text:before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #D5D5D5;
}

.options__text:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FF1F1F;
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}

.rating-block {
  display: table;
  font-size: 0;
}

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%;
}

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%;
}

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}

.quantity {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D5D5D5;
  padding: 0px 10px;
  border-radius: 100px;
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  height: 16px;
  width: 16px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -6px;
  background-color: #949494;
  width: 12px;
  height: 1px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}

img,
svg {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

._btn {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 5px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 30px;
  background: #FF1F1F;
  min-height: 44px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._btn._stroke {
  background: #fff;
  border: 1px solid #FF1F1F;
  color: #FF1F1F;
}

.paggination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #D5D5D5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.paggination .swiper-pagination-bullet-active {
  background: #2D2233;
}

._like svg path {
  fill: #FF1F1F;
  stroke: #FF1F1F;
}

._like:not(._active) svg path {
  fill: none;
  stroke: #2D2233;
}

._title {
  font-size: 32px;
  font-weight: 700;
  color: #2D2233;
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}
.tab_2__item,
.tab__item {
  display: none;
}
.tab_2__item.active,
.tab__item.active {
  display: block;
}
._tabs_2-block,
._tabs-block {
  display: none;
}
._tabs_2-block._active,
._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

/*! nouislider - 14.6.0 - 6/27/2020 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

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

.noUi-target {
  position: relative;
}

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

/* Wrapper for all connect elements.
 */

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

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

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */

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

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

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

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

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

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

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 23px;
  height: 23px;
  right: -11.5px;
  top: -10px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

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

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
  height: 4px;
  background-color: #eaeaea;
  margin: 25px 11px 10px;
  position: relative;
}

.noUi-target::before,
.noUi-target::after {
  content: "";
  background-color: #eaeaea;
  width: 11px;
  height: 4px;
  position: absolute;
  top: 0;
}

.noUi-target::before {
  left: -10px;
}

.noUi-target::after {
  right: -10px;
}

.noUi-connect {
  background-color: #FF1F1F;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: ew-resize;
}

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

.noUi-handle {
  border: 5px solid #fff;
  background-color: #FF1F1F;
  border-radius: 50%;
  cursor: default;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(75, 75, 75, 0.25);
          box-shadow: 0px 2px 16px 0px rgba(75, 75, 75, 0.25);
}

/* Disabled state;
 */

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

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

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */

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

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

/* Markings;
 *
 */

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

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

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

/* Horizontal layout;
 *
 */

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

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

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

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

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

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

/* Vertical layout;
 *
 */

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

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

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

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

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

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

.noUi-tooltip {
  color: #999999;
  font-size: 12px;
  position: absolute;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: -22px;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.pagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.pagging__item._active .pagging__link {
  color: #fff;
  font-weight: 700;
  background: #FF1F1F;
}

.pagging__link {
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #A0A0A0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagging__link._more {
  width: auto;
  border: none;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}

.popup__close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close-search.svg") 0 0 no-repeat;
}

.header {
  background: #fff;
  -webkit-box-shadow: 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
          box-shadow: 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 3;
}

.header__top {
  padding: 8px 0px;
  background: #2D2233;
}

.header__main {
  padding: 16px 0px;
}

.top-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.top-header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.top-header__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.top-header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.top-header__phone img,
.top-header__phone svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.nav-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.nav-top-header__link {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.language-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.language-header__item {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.language-header__item._active {
  color: #fff;
}

.main-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.main-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  width: 200px;
}

.main-header__logo img,
.main-header__logo svg {
  width: 100%;
  max-width: 100%;
}

.main-header__search {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.main-header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  color: #2D2233;
  font-size: 14px;
  font-weight: 500;
}

.main-header__phone img,
.main-header__phone svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.main-header__language .language-header__item {
  color: rgba(45, 34, 51, 0.5);
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-header__language .language-header__item._active {
  color: #2D2233;
}

.category-header {
  position: relative;
}

.category-header__btn-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #FF1F1F;
  border-radius: 8px;
  padding: 5px 20px;
  min-height: 46px;
}

.category-header__btn-open img,
.category-header__btn-open svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.category-header__body {
  position: absolute;
  top: calc(100% + 10px);
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(14, 20, 40, 0.08);
  box-shadow: 0px 6px 12px 0px rgba(14, 20, 40, 0.08);
  padding: 20px;
 
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
 
  display: flex;
  max-height: calc(100svh - 150px);
}

.category-header__body:not(._active) {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.category-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 310px;
  flex: 0 0 310px;
    width: 310px;
    
    
}
#p20 {
  margin-left: 30px;
  height:100%;
  border-left:2px solid #f6f6f6;
  display:none;
}
#p20._active{
  display:block;
}
.catalog-header__blocks {
    
  min-height: 100%;
  overflow: hidden;
  
}
.catalog-header__block._active .catalog-header__blocks{
  border-left:2px solid #f6f6f6;
}
.catalog-header__block {
  height: 100%;
  max-height: 100%;
}
.head-catalog-header__back img, .head-catalog-header__back svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}
.catalog-header__body {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  
}
.catalog-header__name {
  padding: 15px 20px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #262A2D;
  font-size: 16px;
  align-items:center;
  font-weight: 400;
  cursor: pointer;
  justify-content:space-between;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}



.head-catalog-header__name {
  color: #262A2D;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.head-catalog-header__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.head-catalog-header__close img,
.head-catalog-header__close svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.catalog-header__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  width: 340px;
  padding: 30px;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto;
}
.head-catalog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.category-header__item {
  padding: 12px 20px;
  border-radius: 6px;
  background: #FDF3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
          
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-header__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.category-header__icon svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-header__icon svg path[fill] {
  fill: #FF1F1F;
}

.category-header__icon svg path[stroke] {
  stroke: #FF1F1F;
}

.category-header__icon img,
.category-header__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.category-header__name {
     display: -webkit-box;
  display: -ms-flexbox;
    display: flex;
  width:100%;
  color: #2D2233;
  font-size: 16px;
  font-weight: 500;
  align-items:center;
  justify-content:space-between;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.search-header {
  position: relative;
}

.search-header:not(._active) .search-header__result {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.search-header__close {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

.search-header__close img,
.search-header__close svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.search-header__result {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-search-header {
  border: 1px solid #2D2233;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-search-header._focus {
  border-color: #FF1F1F;
}

.form-search-header__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: rgba(123, 123, 123, 0.8);
  font-size: 14px;
  font-weight: 400;
  padding-left: 11px;
  min-width: 0px;
  width: 100%;
  max-width: 100%;
}

.form-search-header__input._focus {
  color: #2D2233;
}

.form-search-header__button {
  border-radius: 8px;
  background: #EDEEEF;
  padding: 10px 16px;
  color: #2D2233;
  font-size: 14px;
  font-weight: 400;
  min-height: 38px;
}

.result-search-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0px 0px 20px 20px;
  -webkit-box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
          box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  background: #fff;
  max-height: calc((100dvh - 110px) * 0.9);
  overflow: hidden;
}

.result-search-header__head {
  padding: 12px 15px;
  border-bottom: 1px solid #D5D5D5;
}

.result-search-header__title {
  color: #2D2233;
  font-size: 16px;
  font-weight: 700;
}

.result-search-header__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}

.result-search-header__list::-webkit-scrollbar {
  border-radius: 20px;
  width: 8px;
  background: #E4E4E4;
}

.result-search-header__list::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #464646;
}

.result-search-header__item {
  padding: 12px 15px;
}

.result-search-header__item:not(:last-child) {
  border-bottom: 1px solid #D5D5D5;
}

.item-result-search-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-result-search-header__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.item-result-search-header__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 92px;
          flex: 0 0 92px;
  aspect-ratio: 1/0.9;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #D5D5D5;
}

.item-result-search-header__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.item-result-search-header__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.item-result-search-header__name {
  color: #2D2233;
  font-size: 16px;
  font-weight: 500;
}

.item-result-search-header__text {
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 400;
}

.item-result-search-header__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  color: #2D2233;
  font-size: 16px;
  font-weight: 800;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.item-result-search-header__price span._now {
  color: #FF1F1F;
}

.item-result-search-header__price span._old {
  font-size: 16px;
  color: #A0A0A0;
  text-decoration: line-through;
  font-weight: 400;
}

.action-main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.action-main-header__icon {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  position: relative;
}

.action-main-header__icon img,
.action-main-header__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.action-main-header__icon svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.action-main-header__icon svg path[fill] {
  fill: #2D2233;
}

.action-main-header__icon svg path[stroke] {
  stroke: #2D2233;
}

.action-main-header__name {
  font-size: 14px;
  font-weight: 500;
  color: #2D2233;
}

.action-main-header__value {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FF1F1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
}

.cart-header {
  border-radius: 4px;
  border: 1px solid #D5D5D5;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
          box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  position: fixed;
  top: 140px;
  right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
      width: 100%;
    max-width: 560px;
}

.cart-header:not(._active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.cart-header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.cart-header__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 18px;
  font-weight: 700;
  color: #2D2233;
}

.cart-header__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  height: 18px;
  width: 18px;
  cursor: pointer;
}

.cart-header__close img,
.cart-header__close svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.cart-header__product {
  padding: 15px 0px;
}

.cart-header__product:first-child {
  padding-top: 0;
}

.cart-header__product:last-child {
  padding-bottom: 0;
}

.cart-header__product:not(:last-child) {
  border-bottom: 1px solid #D5D5D5;
}

.cart-header__footer {
  padding-top: 15px;
  border-top: 1px solid #D5D5D5;
}

.product-cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.product-cart-header__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  border: 1px solid #D5D5D5;
  aspect-ratio: 1/0.9;
  position: relative;
  overflow: hidden;
}

.product-cart-header__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-cart-header__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.product-cart-header__name {
  font-size: 16px;
  color: #2D2233;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-cart-header__text {
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 400;
}

.product-cart-header__price {
  color: #2D2233;
  font-size: 16px;
  font-weight: 800;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-cart-header__price span._now {
  color: #FF1F1F;
}

.product-cart-header__price span._old {
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

.product-cart-header__count {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  color: #2D2233;
}

.product-cart-header__delete {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.product-cart-header__delete svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-cart-header__delete svg path[fill] {
  fill: #A0A0A0;
}

.product-cart-header__delete svg path[stroke] {
  stroke: #A0A0A0;
}

.product-cart-header__delete img,
.product-cart-header__delete svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.footer-cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.footer-cart-header__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.footer-cart-header__clear {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #2D2233;
}

.footer-cart-header__clear img,
.footer-cart-header__clear svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.footer-cart-header__clear svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-cart-header__clear svg path[fill] {
  fill: #A0A0A0;
}

.footer-cart-header__clear svg path[stroke] {
  stroke: #A0A0A0;
}

.footer-cart-header__list {
  margin-left: auto;
}

.list-footer-cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.list-footer-cart-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #2D2233;
}

.list-footer-cart-header__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  text-align: right;
}

.list-footer-cart-header__value {
  font-weight: 800;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  text-align: right;
}

.menu__body {
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  max-width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 20px 60px;
  row-gap: 20px;
  height: 100%;
  max-height: calc(100dvh - 62px);
  -webkit-box-shadow: inset 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
          box-shadow: inset 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
  overflow-y: auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__body:not(._active) {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  pointer-events: none;
}

.menu__body > *:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #D7D7D7;
}

.list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.list-menu__link {
  color: #747474;
  font-size: 20px;
  font-weight: 400;
}

.contacts-menu__title {
  color: #2D2233;
  font-size: 22px;
  font-weight: 700;
}

.contacts-menu__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.contacts-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.contacts-menu__icon {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.contacts-menu__icon img,
.contacts-menu__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.contacts-menu__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.contacts-menu__name {
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.contacts-menu__value {
  color: #2D2233;
  font-size: 18px;
  font-weight: 500;
}

.contacts-menu__value a {
  color: inherit;
}

.contacts-menu__value span {
  font-weight: 400;
}

.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px -8px 16px -6px rgba(24, 39, 75, 0.08);
          box-shadow: 0px -8px 16px -6px rgba(24, 39, 75, 0.08);
  padding-bottom: env(safe-area-inset-bottom);
  width: 100%;
  z-index: 4;
}

.mobile-nav__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 5);
          flex: 0 0 calc(100% / 5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  min-height: 46px;
}

.mobile-nav__item._active {
  background: #FF1F1F;
}

.mobile-nav__item._active .mobile-nav__icon svg path[fill] {
  fill: #fff;
}

.mobile-nav__item._active .mobile-nav__icon svg path[stroke] {
  stroke: #fff;
}

.mobile-nav__item._active .mobile-nav__value {
  color: #FF1F1F;
  background: #fff;
}

.mobile-nav__item._active .mobile-nav__name {
  color: #fff;
}

.mobile-nav__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  position: relative;
}

.mobile-nav__icon svg path[fill] {
  fill: #2D2233;
}

.mobile-nav__icon svg path[stroke] {
  stroke: #2D2233;
}

.mobile-nav__icon img,
.mobile-nav__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.mobile-nav__name {
  color: #2D2233;
  font-size: 14px;
  font-weight: 500;
}

.mobile-nav__value {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FF1F1F;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.icon-menu {
  display: none;
}

.footer__main {
  background: #2D2233;
  padding: 50px 0px;
}

.footer__bottom {
  background: #1C1520;
  padding: 12px 0px;
}

.main-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.main-footer__name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.main-footer__body {
  margin-top: 20px;
}

.main-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.main-footer__link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.info-main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.info-main-footer__logo {
  max-width: 200px;
  width: 100%;
}

.info-main-footer__logo img,
.info-main-footer__logo svg {
  width: 100%;
  max-width: 100%;
}

.social-info-main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.social-info-main-footer__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.social-info-main-footer__item svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-info-main-footer__item svg path[fill] {
  fill: #fff;
}

.social-info-main-footer__item svg path[stroke] {
  stroke: #fff;
}

.social-info-main-footer__item img,
.social-info-main-footer__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.payment-main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.bottom-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.bottom-footer__copy {
  margin-right: auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.bottom-footer__dev {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bottom-footer__dev img,
.bottom-footer__dev svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.product-add {
  border-radius: 4px;
  border: 1px solid #D5D5D5;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
          box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  position: fixed;
  top: 140px;
  right: 20px;
  width: calc(100% - 40px);
  max-width: 450px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-add:not(._active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.product-add__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.product-add__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 20px;
  font-weight: 700;
  color: #2D2233;
}

.product-add__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  height: 18px;
  width: 18px;
  cursor: pointer;
}

.product-add__close img,
.product-add__close svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.product-add__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #FF1F1F;
}

.product-add__link img,
.product-add__link svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
  height: 12px;
}

.product-product-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.product-product-add__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  border: 1px solid #D5D5D5;
  aspect-ratio: 1/0.9;
  position: relative;
  overflow: hidden;
}

.product-product-add__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-product-add__info {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.product-product-add__name {
  color: #2D2233;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-product-add__text {
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 400;
}

.banner {
  padding: 30px 0px;
}

.banner__wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.banner__slider {
  border-radius: 16px;
}

.banner__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-height: 470px;
  border-radius: 16px;
  background: -o-linear-gradient(354deg, #00C6FF 0%, #0072FF 100%);
  background: linear-gradient(96deg, #00C6FF 0%, #0072FF 100%);
  overflow: hidden;
  position: relative;
  padding: 30px 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__item:not(:last-child) {
  margin-right: 20px;
}

.banner__info {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 515px;
}

.banner__title {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.banner__text {
  font-size: 22px;
  font-weight: 500;
  margin-top: 12px;
}

.banner__button {
  margin-top: 40px;
}

.banner__image {
  position: absolute;
  top: 60%;
  right: 55px;
  width: 100%;
  max-width: 663px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner__image img {
  width: 100%;
  max-width: 100%;
}

.banner__arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.banner__arrow.banner-arrow-prev {
  left: -20px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.banner__arrow.banner-arrow-next {
  right: -20px;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.banner__arrow img,
.banner__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.banner__arrow svg path {
  fill: #FF1F1F;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner__paggination {
  margin-top: 10px;
}

.mini-catalog {
  padding: 50px 0px;
  background: #fff;
}

.mini-catalog__slider {
  margin: 0px -20px;
  padding: 0px 20px;
}

.mini-catalog__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
          flex: 0 0 calc((100% - 20px * 3) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  min-height: 530px;
}

.mini-catalog__column:not(:last-child) {
  margin-right: 20px;
}

.mini-catalog__column._mult .mini-catalog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
          flex: 0 0 calc((100% - 20px * 1) / 2);
}

.mini-catalog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 30px 20px;
  text-align: center;
}

.mini-catalog__item._dark .mini-catalog__name {
  color: #fff;
}

.mini-catalog__name {
  color: #2D2233;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.mini-catalog__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mini-catalog__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.mini-catalog__paggination {
  margin-top: 10px;
}

.tab-products {
  padding: 50px 0px;
}

.tab-products__blocks {
  margin-top: 25px;
}

.tab-products__block {
  position: relative;
}
.proposals__items{
    display:flex;
    margin: -90px -20px -90px;
  padding: 90px 20px 90px;
}
.tab-products__slider {
  margin: -90px -20px -90px;
  padding: 90px 20px 90px;
}
.proposals__items .tab-products__item{
    width:327px;
}
.tab-products__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
          flex: 0 0 calc((100% - 30px * 3) / 4);
}
.proposals__items .tab-products__item:not(:last-child),
.tab-products__item:not(:last-child) {
  margin-right: 30px;
}

.tab-products__arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.tab-products__arrow.tab-products-arrow-prev {
  left: -20px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.tab-products__arrow.tab-products-arrow-next {
  right: -20px;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.tab-products__arrow img,
.tab-products__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.tab-products__arrow svg path {
  fill: #FF1F1F;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tab-products__paggination {
  margin-top: 15px;
}

.nav-tab-products {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
  z-index: 1;
  overflow-x: auto;
  margin: 0px -20px -20px;
  padding: 0px 20px 20px;
  max-width: calc(100% + 40px);
}

._no-webp .nav-tab-products__item {
  background-image: url(../img/icons/nav-tab-products/01.png); }

.nav-tab-products__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 275px;
          flex: 0 0 275px;
  width: 275px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  padding: 5px 45px 5px 15px;
  text-align: center;
  min-height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  background-color: #fff;
  background-size: auto;
  background-position: calc(100% + 20px) center;
  background-repeat: no-repeat;
}

.nav-tab-products__item._active {
  background-color: #2D2233;
}

.nav-tab-products__item._active .nav-tab-products__name {
  color: #fff;
}

.nav-tab-products__item._active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 11px solid #2D2233;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nav-tab-products__name {
  color: #2D2233;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}

.nav-tab-products__icon {
  display: none;
  width: 79px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(20%) translateY(-50%);
      -ms-transform: translateX(20%) translateY(-50%);
          transform: translateX(20%) translateY(-50%);
}

.nav-tab-products__icon img,
.nav-tab-products__icon svg {
  width: 100%;
  max-width: 100%;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  position: relative;
}

.product._liked .product__like {
  opacity: 1;
  visibility: visible;
}

.product._liked .product__like svg path {
  fill: #FF1F1F;
  stroke: #FF1F1F;
}

.product__head {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.product__image {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 328/256;
}

.product__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.product__like {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.product__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product__price {
  color: #2D2233;
  font-size: 18px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.product__price span {
  white-space: nowrap;
}

.product__price span._now {
  color: #FF1F1F;
}

.product__price span._old {
  color: #A0A0A0;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: line-through;
}

.product__name {
  color: #2D2233;
  font-size: 16px;
  font-weight: 500;
}

.product__chr {
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 2px;
}

.product__chr span:not(:last-child) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.product__chr span:not(:last-child)::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5px;
          flex: 0 0 5px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #A0A0A0;
}

.product__button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: none;
}

.benefits {
  padding: 50px 0px;
  background: #fff;
}

.benefits__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.benefits__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
          flex: 0 0 calc((100% - 20px * 3) / 4);
  border-radius: 16px;
  background: #2D2233;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.benefits__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.9);
}

.benefits__icon img,
.benefits__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  width: 38px;
  height: 38px;
}

.benefits__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.benefits__text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.about {
  padding: 50px 0px;
  background: #fff;
}

.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.about__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
          flex: 0 0 calc((100% - 30px * 1) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.about__title {
  color: #2D2233;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

.about__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 100%;
  width: 100%;
}

.about__description:not(._view-all) > *:not(:nth-child(-n+3)) {
  display: none;
}

.about__description:not(._view-all) > *:nth-child(3) {
  margin-bottom: 0;
}
.page-text__text ul,
.about__description ul {
  padding-left: 20px;
}
.page-text__text ul li,
.about__description ul li {
  list-style: disc;
}
.page-text__text  > *:not(:last-child),
.about__description > *:not(:last-child) {
  margin-bottom: 10px;
}

.about__toggle {
  color: #FF1F1F;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 16px;
  color: #FF1F1F;
}

.about__toggle img,
.about__toggle svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  height: 16px;
  width: 16px;
}

.about__toggle._active img,
.about__toggle._active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.about__toggle._active span._more {
  display: none;
}

.about__toggle._active span._less {
  display: block;
}

.about__toggle span._more {
  display: block;
}

.about__toggle span._less {
  display: none;
}

.about__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
          flex: 0 0 calc((100% - 30px * 1) / 2);
  position: relative;
  height: 425px;
}

.about__img {
  position: relative;
  width: 100%;
  min-height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.about__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__logo {
  width: 209px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about__logo img,
.about__logo svg {
  width: 100%;
  max-width: 100%;
}

.breadcrums {
  padding: 30px 0px;
}

.breadcrums__list {
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.breadcrums__list a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.breadcrums__item:not(:last-child) {
  margin-right: 8px;
}

.breadcrums__item:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
}

.catalog__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.catalog__filter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
}

.catalog__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.head-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.head-catalog__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}

.head-catalog__text {
  font-size: 16px;
  color: #A0A0A0;
  font-weight: 400;
}

.head-catalog__filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #2D2233;
}

.head-catalog__filter-btn img,
.head-catalog__filter-btn svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

.head-catalog__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.head-catalog__sort > span {
  color: #A0A0A0;
  font-size: 16px;
  font-weight: 400;
}

.head-catalog__sort_select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
}

.head-catalog__sort_select .select__title {
  background: none;
  border: none;
}

.head-catalog__sort_select .select__value {
  padding: 0px;
  min-height: 0px;
}

.filter-catalog__wrapper {
  border-radius: 16px;
  padding: 20px;
  background: #fff;
}

.filter-catalog__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.filter-catalog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  cursor: pointer;
}

.filter-catalog__top._active .filter-catalog__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter-catalog__name {
  color: #2D2233;
  font-size: 16px;
  font-weight: 700;
}

.filter-catalog__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.filter-catalog__arrow img,
.filter-catalog__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.filter-catalog__body {
  
  margin-top: 15px;
}

.filter-catalog__body:not(._view-all) .filter-catalog__list .list-filter-catalog__item:not(:nth-child(-n+8)) {
  display: none;
}

.filter-catalog__body:not(._view-all) .filter-catalog__more:not(.d_none) {
  display: inline-block;
}

.filter-catalog__more {
  color: #FF1F1F;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
  
}

.head-filter-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.head-filter-catalog__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.head-filter-catalog__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.head-filter-catalog__icon img,
.head-filter-catalog__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.head-filter-catalog__title {
  color: #2D2233;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.head-filter-catalog__reset {
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 400;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-filter-catalog__clear {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.head-filter-catalog__clear img,
.head-filter-catalog__clear svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.price-filter-catalog__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-filter-catalog__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2);
  border: 1px solid #DBDBDB;
}

.price-filter-catalog__input {
  width: 100%;
  max-width: 100%;
  min-height: 50px;
  padding: 0px 15px;
  color: #A0A0A0;
  font-size: 16px;
  font-weight: 400;
  background: #F1F1F1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.price-filter-catalog__input._focus {
  color: #2D2233;
}

.list-filter-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  /*min-height:60px;
 */

  overflow-y:hidden;
}
.content{
    position:relative;
    width:100%;
    height:100%;
}
.main-catalog__products_fav{
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  row-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction:row;
}
.main-catalog__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.similar__item{
    width:100%;
    max-width:326px;
    position:relative;
    margin-right:10px;
}
.main-catalog__item_fav{
     -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
}
.main-catalog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
}

.main-catalog__pagging {
  margin-top: 30px;
}

.card__wrapper {
  border-radius: 16px;
  background: #FFF;
  padding: 30px;
}

.card__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 20px;
}

.card__content > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  padding: 0px 30px;
}

.card__content > *:not(:last-child) {
  border-right: 1px solid #D5D5D5;
}

.card__content > *:first-child {
  padding-left: 0;
}

.card__content > *:last-child {
  padding-right: 0;
}

.gallery-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  overflow: hidden;
}

.gallery-card__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  max-height: 335px;
}

.gallery-card__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 70px);
          flex: 0 0 calc(100% - 70px);
}

.thumbs-gallery-card__item {
  border-radius: 8px;
  border: 1px solid #D5D5D5;
  width: 60px;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.thumbs-gallery-card__item.swiper-slide-thumb-active {
  border-color: #FF1F1F;
}

.thumbs-gallery-card__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-gallery-card {
  border: 1px solid #D5D5D5;
  border-radius: 16px;
  overflow: hidden;
}

.main-gallery-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-height: 345px;
  position: relative;
  overflow: hidden;
}

.main-gallery-card__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 30px;
}

.info-card__brand {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 120px;
}

.info-card__brand img {
  width: 100%;
  max-width: 100%;
}

.info-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.info-card__item {
  font-size: 16px;
  color: #2D2233;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.info-card__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #A0A0A0;
}

.info-card__value {
  font-weight: 500;
}

.info-card__value a {
  color: #FF1F1F;
}

.actions-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 20px;
}

.actions-card__like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 14px;
  color: #2D2233;
  font-weight: 500;
}

.actions-card__price {
  color: #2D2233;
  font-size: 24px;
  font-weight: 800;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.actions-card__price span._old {
  color: #A0A0A0;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
}

.details-card {
  border-radius: 16px;
  background: #FFF;
  padding: 30px;
  margin-top: 30px;
}

.details-card__nav {
  margin: -20px -20px;
  padding: 20px 20px;
  overflow-x: auto;
  max-width: calc(100% + 40px);
}

.details-card__blocks {
  margin-top: 42px;
}

.details-card__description {
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.page-text__text p:not(:first-child),
.about-page__body p:not(:first-child),
.details-card__description p:not(:first-child){
    margin-top:20px;
}
.nav-details-card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.nav-details-card__item {
  white-space: nowrap;
  color: #2D2233;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.nav-details-card__item::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FF1F1F;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-details-card__item._active {
  font-weight: 700;
}

.nav-details-card__item._active::after {
  opacity: 1;
}

.characteristic-details-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.characteristic-details-card__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  padding: 0px 30px;
}

.characteristic-details-card__column:not(:last-child) {
  border-right: 1px solid #D5D5D5;
}

.characteristic-details-card__column:first-child {
  padding-left: 0;
}

.characteristic-details-card__column:last-child {
  padding-right: 0;
}

.characteristic-details-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
}

.characteristic-details-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.characteristic-details-card__name {
  color: #A0A0A0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.characteristic-details-card__value {
  font-weight: 500;
  text-align: right;
}

.characteristic-details-card__value a {
  color: #FF1F1F;
}

.cart__wrapper {
  padding: 30px;
  border-radius: 16px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  margin-top: 30px;
}

.cart__products {
  padding-bottom: 30px;
  border-bottom: 1px solid #D5D5D5;
}

.cart__product {
  padding: 15px 0px;
}

.cart__product:first-child {
  padding-top: 0;
}

.cart__product:last-child {
  padding-bottom: 0;
}

.cart__product:not(:last-child) {
  border-bottom: 1px solid #D5D5D5;
}

.cart__footer {
  width: 100%;
  max-width: 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  margin-left: auto;
}

.head-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}

.head-cart__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.head-cart__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  color: #A0A0A0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-cart__back svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill: #A0A0A0;
}

.head-cart__clear {
  color: #2D2233;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-cart__clear svg path {
  stroke: #A0A0A0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.product-cart__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product-cart__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  border: 1px solid #D5D5D5;
  aspect-ratio: 1/0.9;
  position: relative;
  overflow: hidden;
}

.product-cart__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-cart__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.product-cart__name {
  color: #2D2233;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-cart__text {
  font-size: 14px;
  color: #A0A0A0;
  line-height: 1.2;
}

.product-cart__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-size: 16px;
  font-weight: 800;
  color: #2D2233;
}

.product-cart__quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}

.product-cart__total {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-size: 16px;
  font-weight: 800;
  color: #2D2233;
}

.product-cart__delete {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.product-cart__delete svg path {
  stroke: #A0A0A0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-cart__delete img,
.product-cart__delete svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.list-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.list-cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #2D2233;
  font-size: 18px;
  font-weight: 500;
}

.list-cart__item._total .list-cart__value {
  font-weight: 800;
}

.list-cart__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.order__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  max-width: 1150px;
  margin-top: 30px;
}

.order__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.order__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
}

.head-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 5px;
}

.head-order__back {
  color: #A6A6A6;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-order__back svg path {
  fill: #A6A6A6;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-order__back img,
.head-order__back svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
  height: 12px;
}

.main-order {
  padding: 30px;
  border-radius: 16px;
  background: #fff;
}

.main-order__section {
  padding: 50px 0px;
}

.main-order__section:first-child {
  padding-top: 0;
}

.main-order__section:last-child {
  padding-bottom: 0;
}

.main-order__section:not(:last-child) {
  border-bottom: 1px solid #D5D5D5;
}

.main-order__title {
  color: #2D2233;
  font-size: 22px;
  font-weight: 700;
}

.main-order__body {
  margin-top: 30px;
}

.data-main-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
}

.data-main-order__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
          flex: 0 0 calc((100% - 20px * 1) / 2);
}

.data-main-order__item._full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.data-main-order__label {
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

.data-main-order__input {
  background: #F1F1F1;
}

.pickup-order__nav {
  border-bottom: 1px solid #CACACA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding-bottom: 10px;
}

.pickup-order__item {
  color: #2D2233;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.pickup-order__item._active {
  color: #FF1F1F;
}

.pickup-order__item._active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #FF1F1F;
  bottom: -11px;
  left: 0;
}

.pickup-order__blocks {
  margin-top: 30px;
}

.pickup-order__label {
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

.pickup-order__select {
  width: 100%;
  max-width: 100%;
}

.pickup-order__store {
  margin-top: 30px;
}

.delivery-pickup-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.delivery-pickup-order__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
}

.delivery-pickup-order__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.delivery-pickup-order__label {
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

.delivery-pickup-order__select {
  width: 100%;
  max-width: 100%;
}

.delivery-pickup-order__input {
  background: #F1F1F1;
}

.info-delivery-pickup-order {
  background: #E7F6FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 8px 20px;
}

.info-delivery-pickup-order__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.info-delivery-pickup-order__icon img,
.info-delivery-pickup-order__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.info-delivery-pickup-order__body {
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.info-delivery-pickup-order__body strong {
  font-weight: 800;
}

.info-delivery-pickup-order__body > *:not(:last-child) {
  margin-bottom: 8px;
}

.store-pickup-order {
  padding: 20px;
  border-radius: 8px;
  background: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.store-pickup-order__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
}

.store-pickup-order__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px * 1) / 2);
          flex: 0 0 calc((100% - 40px * 1) / 2);
}

.store-pickup-order__label {
  color: #8A8C8D;
  font-size: 14px;
  font-weight: 400;
}

.store-pickup-order__value {
  margin-top: 10px;
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
}

.store-pickup-order__value a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.store-pickup-order__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 150/105;
  position: relative;
}

.store-pickup-order__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.comment-main-order__label {
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

.comment-main-order__textarea {
  width: 100%;
  max-width: 100%;
  background: #F1F1F1;
}

.sidebar-order__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.sidebar-order__content {
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.sidebar-order__title {
  color: #2D2233;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.list-sidebar-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.list-sidebar-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #2D2233;
  font-weight: 500;
}

.list-sidebar-order__item._count .list-sidebar-order__name {
  font-weight: 400;
}

.list-sidebar-order__item._total {
  padding-top: 20px;
  border-top: 1px solid #D5D5D5;
}

.list-sidebar-order__item._discount .list-sidebar-order__value {
  color: #0DAD60;
}

.list-sidebar-order__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.list-sidebar-order__value {
  font-weight: 700;
}

.list-sidebar-order__value.price {
  font-weight: 800;
}

.list-sidebar-order__value.price span::after {
  font-size: 14px;
}

.coupon-sidebar-order {
  border-radius: 8px;
  background: #E7F6FF;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.coupon-sidebar-order__text {
  color: #2D2233;
  font-size: 16px;
  font-weight: 500;
}

.coupon-sidebar-order__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.coupon-sidebar-order__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  min-width: 0px;
}

.order-send {
  padding: 50px 0px;
}

.order-send__wrapper {
  padding: 30px;
  border-radius: 16px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  max-width: 475px;
  margin: 0px auto;
}

.order-send__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68px;
          flex: 0 0 68px;
  height: 68px;
  width: 68px;
  background: #0DAD60;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order-send__icon img,
.order-send__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  width: 38px;
  height: 38px;
}

.order-send__title {
  color: #2D2233;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.order-send__text {
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.order-send__button {
  width: 100%;
  max-width: 100%;
}

.login {
  padding: 50px 0px;
}

.login__wrapper {
  width: 100%;
  max-width: 475px;
  border-radius: 8px;
  padding: 40px;
  background: #fff;
  margin: 0px auto;
}

.login__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login__nav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2);
  padding: 10px 0px;
  border-bottom: 2px solid transparent;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #A0A0A0;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.login__nav li._active {
  border-color: #FF1F1F;
  color: #2D2233;
}

.login__blocks {
  margin-top: 30px;
}

.form-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.form-login__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.form-login__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.form-login__inp {
  position: relative;
}

.form-login__input {
  border-radius: 2px;
  background: #F1F1F1;
}

.form-login__forget {
  color: #2D2233;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-login__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.form-login__button {
  width: 100%;
  max-width: 100%;
}

.form-login__checkbox .checkbox__content {
  font-size: 14px;
}

.show-pass {
  position: absolute;
  right: 20px;
  top: 26px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.show-pass._active .show-pass__view {
  display: block;
}

.show-pass._active .show-pass__hide {
  display: none;
}

.show-pass__view {
  display: none;
  width: 24px;
  height: 24px;
}

.show-pass__view img,
.show-pass__view svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.show-pass__hide {
  display: block;
  width: 24px;
  height: 24px;
}

.show-pass__hide img,
.show-pass__hide svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.connect-form-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.connect-form-login__item {
  border-radius: 100px;
  border: 1px solid #D5D5D5;
  background: #FFF;
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  color: #2D2233;
  font-size: 16px;
  font-weight: 500;
  min-height: 44px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.connect-form-login__item img,
.connect-form-login__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.recover-password {
  padding: 50px 0px;
}

.recover-password__wrapper {
  width: 100%;
  max-width: 475px;
  border-radius: 8px;
  padding: 30px;
  background: #fff;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.recover-password__icon {
  width: 67px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67px;
          flex: 0 0 67px;
  height: 67px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0DAD60;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.recover-password__icon img,
.recover-password__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.recover-password__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  text-align: center;
}

.recover-password__title {
  color: #2D2233;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.recover-password__text {
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.recover-password__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.recover-password__back svg path {
  fill: #A0A0A0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.recover-password__button {
  width: 100%;
  max-width: 100%;
}

.form-recover-password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.form-recover-password__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.form-recover-password__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.form-recover-password__inp {
  position: relative;
}

.form-recover-password__button {
  width: 100%;
  max-width: 100%;
}

.cabinet__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}

.cabinet__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #2D2233;
}

.cabinet__clear:not(._view) {
  display: none;
}

.cabinet__clear img,
.cabinet__clear svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.cabinet__clear svg path {
  stroke: #A0A0A0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cabinet__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.cabinet__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}

.cabinet__blocks {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.sidebar-cabinet {
  border-radius: 16px;
  background: #FFF;
  overflow: hidden;
}

.sidebar-cabinet__item {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
          cursor:pointer;
}

.sidebar-cabinet__item:not(:last-child) {
  border-bottom: 1px solid #D5D5D5;
}

.sidebar-cabinet__item._tabs-item {
  cursor: pointer;
}

.sidebar-cabinet__item._active {
  background: #FF1F1F;
}

.sidebar-cabinet__item._active .sidebar-cabinet__icon svg path[fill] {
  fill: #fff;
}

.sidebar-cabinet__item._active .sidebar-cabinet__icon svg path[stroke] {
  stroke: #fff;
}

.sidebar-cabinet__item._active .sidebar-cabinet__name {
  color: #fff;
}

.sidebar-cabinet__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.sidebar-cabinet__icon svg path[fill] {
  fill: #FF1F1F;
}

.sidebar-cabinet__icon svg path[stroke] {
  stroke: #FF1F1F;
}

.sidebar-cabinet__icon img,
.sidebar-cabinet__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.sidebar-cabinet__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-cabinet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.top-cabinet._active .top-cabinet__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.top-cabinet__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.top-cabinet__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.top-cabinet__icon img,
.top-cabinet__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.top-cabinet__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 22px;
  color: #2D2233;
  font-weight: 700;
}

.top-cabinet__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-cabinet__arrow img,
.top-cabinet__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.data-cabinet {
  padding: 30px;
  border-radius: 16px;
  background: #FFF;
  width: 100%;
  max-width: 760px;
}

.data-cabinet__section {
  padding: 30px 0px;
}

.data-cabinet__section:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}

.data-cabinet__section:first-child {
  padding-top: 0;
}

.data-cabinet__section:last-child {
  padding-bottom: 0;
}

.data-cabinet__title {
  color: #2D2233;
  font-size: 22px;
  font-weight: 700;
}

.data-cabinet__content:not(:first-child) {
  margin-top: 30px;
}

.data-cabinet__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.data-cabinet__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
}

.data-cabinet__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
          flex: 0 0 calc((100% - 20px * 1) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.data-cabinet__item._full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.data-cabinet__inp {
  position: relative;
}

.data-cabinet__footer {
  width: 100%;
  max-width: calc((100% - 20px) / 2);
}

.data-cabinet__button {
  width: 100%;
  max-width: 100%;
}

.order-cabinet {
  padding: 30px;
  border-radius: 16px;
  background: #FFF;
  width: 100%;
}

.order-cabinet__title {
  color: #2D2233;
  font-size: 22px;
  font-weight: 700;
}

.order-cabinet__content {
  margin-top: 30px;
}

.order-cabinet__top {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 90px 110px 95px 110px 14px;
  grid-template-columns: 90px 110px 95px 110px 14px;
  font-size: 16px;
  color: #A0A0A0;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #D5D5D5;
}

.order-cabinet__item {
  padding: 20px 0px;
}

.item-order-cabinet {
  border-bottom: 1px solid #D5D5D5;
}

.item-order-cabinet__main {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 90px 110px 95px 110px 14px;
  grid-template-columns: 90px 110px 95px 110px 14px;
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.item-order-cabinet__main._active .item-order-cabinet__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.item-order-cabinet__arrow {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-order-cabinet__body {
  display: none;
  margin-top: 20px;
}

.item-order-cabinet__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.item-order-cabinet__info {
  margin-top: 20px;
}

.product-item-order-cabinet {
  padding: 12px;
  border-radius: 8px;
  background: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.product-item-order-cabinet__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  overflow: hidden;
}

.product-item-order-cabinet__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 102px;
          flex: 0 0 102px;
  border-radius: 8px;
  background: #FFF;
  padding: 5px;
}

.product-item-order-cabinet__image img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 92/80;
}

.product-item-order-cabinet__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.3;
  row-gap: 8px;
}

.product-item-order-cabinet__name {
  color: #2D2233;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-item-order-cabinet__text {
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 400;
}

.product-item-order-cabinet__code {
  color: #2D2233;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 5px;
}

.product-item-order-cabinet__code span {
  color: #A0A0A0;
}

.product-item-order-cabinet__price {
  color: #2D2233;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}

.product-item-order-cabinet__price span._now {
  color: #FF1F1F;
}

.product-item-order-cabinet__price span._old {
  color: #BABABA;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

.product-item-order-cabinet__count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
}

.product-item-order-cabinet__total {
  color: #2D2233;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}

.info-item-order-cabinet {
  padding: 12px;
  border-radius: 8px;
  background: #F1F1F1;
}

.info-item-order-cabinet__title {
  color: #2D2233;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.info-item-order-cabinet__list {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.info-item-order-cabinet__item {
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-item-order-cabinet__item._discount span:last-child {
  color: #FF1F1F;
}

.info-item-order-cabinet__item._total span {
  font-weight: 700 !important;
}

.info-item-order-cabinet__item span:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 500;
}

.info-item-order-cabinet__item span:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.favorite-cabinet__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #2D2233;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.favorite-cabinet__clear svg path {
  stroke: #A0A0A0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.favorite-cabinet__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.favorite-cabinet__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
}

.about-page__wrapper {
  padding: 50px;
  background: #fff;
  border-radius: 16px;
}
.page-text__inner,
.about-page__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.page-text__text,
.about-page__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.about-page__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 685px;
          flex: 0 0 685px;
  position: relative;
}

.about-page__img {
  position: relative;
  width: 100%;
  min-height: 425px;
  border-radius: 16px;
  overflow: hidden;
}

.about-page__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-page__logo {
  width: 209px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-page__logo img,
.about-page__logo svg {
  width: 100%;
  max-width: 100%;
}

.contacts__wrapper {
  padding: 50px;
  background: #fff;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.contacts__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px * 1) / 2);
          flex: 0 0 calc((100% - 40px * 1) / 2);
}

.contacts__title {
  color: #2D2233;
  font-size: 32px;
  font-weight: 700;
}

.contacts__body {
  margin-top: 20px;
}

.contacts__list {
  padding-top: 20px;
}

.contacts__map {
  position: relative;
  width: 100%;
  min-height: 560px;
  border-radius: 16px;
  overflow: hidden;
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.list-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.list-contacts__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.list-contacts__icon img,
.list-contacts__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.list-contacts__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.list-contacts__name {
  color: #2D2233;
  font-size: 16px;
  font-weight: 400;
}

.list-contacts__value {
  font-size: 22px;
  color: #2D2233;
  font-weight: 500;
}

.list-contacts__value span {
  font-size: 18px;
  font-weight: 400;
}

.list-contacts__value a {
  color: inherit;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 119px;
}

.page section:last-child {
  padding-bottom: 50px;
}

@media (min-width: 479.98px) {
  .banner__text {
    font-size: 14px;
  }
}

@media (min-width: 721.98px) {
  .mini-catalog__paggination {
    display: none;
  }
    ._reset,
    .data-cabinet__form._password .data-cabinet__body._reset {
    
    max-width:100%;    
    }
  .data-cabinet__form._password .data-cabinet__body {
    width: 100%;
    max-width: calc((100% - 20px) / 2);
  }

  .info-item-order-cabinet {
    display: none;
  }
}

@media (min-width: 991.98px) {
  .head-catalog-header__close {
    display: none;
  }

  .head-catalog-header__back {
    display: none;
}
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: #2D2233;
  }

  .main-header__phone {
    display: none;
  }

  .main-header__language {
    display: none;
  }

  .main-header__menu {
    display: none;
  }

  .search-header__close {
    display: none;
  }

  .cart-header__head {
    display: none;
  }

  .mobile-nav {
    display: none;
  }

  .head-catalog__filter-btn {
    display: none;
  }

  .head-filter-catalog__clear {
    display: none;
  }

  .cabinet__top {
    display: none;
  }

  .cabinet__body {
    display: block !important;
  }

  
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #ececec;
  }
}

@media (min-width: 1452px) {
    .filter-footer{
        display:none;
    }
  .cart-header {
    right: calc((100% - 1400px) / 2);
  }

  .product-add {
    right: calc((100% - 1400px) / 2);
  }

  .tab-products__paggination {
    display: none;
  }
}

@media (max-width: 1452px) {
  ._title {
    font-size: 28px;
  }
  .catalog-header__sublist .catalog-header__block._active {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100vw - 40px) / 3);
            flex: 0 0 calc((100vw - 40px) / 3);
    width: calc((100vw - 40px) / 3);
  }

  .main-header__container {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .main-header__actions {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .search-header__result {
    position: fixed;
    top: 120px;
    max-width: calc(100% - 40px);
    left: 20px;
  }

  .banner {
    padding-top: 20px;
  }

  .banner__item {
    padding: 30px 60px;
    min-height: 400px;
  }

  .banner__title {
    font-size: 62px;
  }

  .banner__text {
    font-size: 20px;
    max-width: 360px;
  }

  .banner__image {
    right: -20px;
    max-width: 530px;
  }

  .banner__arrow {
    display: none;
  }

  .mini-catalog__column {
    min-height: 420px;
  }

  .mini-catalog__name {
    font-size: 20px;
  }

  .tab-products__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .tab-products__item:not(:last-child) {
    margin-right: 20px;
  }

  .tab-products__arrow {
    display: none;
  }

  .benefits {
    padding-bottom: 20px;
  }

  .benefits__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    row-gap: 20px;
  }

  .benefits__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    height: 45px;
    width: 45px;
  }

  .benefits__icon img,
  .benefits__icon svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
            flex: 0 0 26px;
    height: 26px;
    width: 26px;
  }

  .benefits__text {
    font-size: 16px;
  }

  .about {
    padding-top: 25px;
  }

  .about__image {
    height: 555px;
  }

  .breadcrums {
    padding: 20px 0px;
  }

  .catalog__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 20px;
  }
.main-catalog__products_fav,
  .main-catalog__products {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
.similar__item{
     -ms-flex:0 0 50%;
    flex:0 0 50%;
}
  .main-catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .main-catalog__pagging {
    margin-top: 20px;
  }

  .card__wrapper {
    padding: 20px;
  }

  .card__content {
    margin-top: 20px;
  }

  .card__content > * {
    padding: 0px 20px;
  }

  .gallery-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    row-gap: 10px;
  }

  .gallery-card__main {
    width: 100%;
    max-width: 100%;
  }

  .thumbs-gallery-card__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }

  .details-card {
    margin-top: 20px;
  }

  .cart__wrapper {
    padding: 20px;
    margin-top: 20px;
    row-gap: 20px;
  }

  .cart__products {
    padding-bottom: 20px;
  }

  .order__wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 20px;
  }

  .order__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }

  .main-order {
    padding: 20px;
  }

  .main-order__section {
    padding: 30px 0px;
  }

  .store-pickup-order {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .store-pickup-order__info {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .cabinet__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 20px;
  }

  .data-cabinet {
    padding: 20px;
  }

  .data-cabinet__section {
    padding: 20px 0px;
  }

  .order-cabinet {
    padding: 20px;
  }

  .order-cabinet__content {
    margin-top: 20px;
  }

  .product-item-order-cabinet__main {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .product-item-order-cabinet__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }

  .favorite-cabinet__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }

  .favorite-cabinet__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .about-page__wrapper {
    padding: 20px;
  }
  .page-text__inner,
  .about-page__content {
    margin-top: 20px;
  }
  
  .about-page__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px * 1) / 2);
            flex: 0 0 calc((100% - 40px * 1) / 2);
  }

  .about-page__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px * 1) / 2);
            flex: 0 0 calc((100% - 40px * 1) / 2);
  }

  .about-page__img {
    min-height: 400px;
  }

  .contacts__wrapper {
    padding: 20px;
  }

  .contacts__map {
    min-height: 460px;
  }
}

@media (max-width: 991.98px) {
    .gallery-card__main{
        flex: 0 0 100%;
    }
      .catalog-header__sublist .catalog-header__block._active {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0px 20px 59px;
  }
  .quantity__button{
          -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
  }
  .section-product__slider .slick-slide:not(:last-child),
.section-product__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
            width: 170px;
            margin-right:10px;
  }
    
    .category-header__list{
        -ms-flex:1 1 auto;
        flex:1 1 auto;
        width:100%;
    }
    .catalog-header__main{
        width:100%;
    }
        .catalog-header__blocks {
        position: absolute;
        top: 0;
        left: 0;
        min-height: 0px;
        z-index: 1;
        overflow: visible;
    }
    .catalog-header__block._active {
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        width: 100vw;
        max-width: 100vw;
        height: 100vh;
        max-height: 100vh;
        padding-bottom: 59px;
    }
  .wrapper {
    padding-bottom: 72px;
  }
  .catalog-header__sublist .catalog-header__block._active {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0px 20px 59px;
  }

  .select__title {
    font-size: 18px;
  }

  ._title {
    font-size: 24px;
  }

  .header__top {
    display: none;
  }

  .header__main {
    padding: 12px 0px;
  }

  .main-header__container {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }

  .main-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
    margin-right: auto;
  }

  .main-header__category {
    display: none;
  }

  .main-header__actions {
    display: none;
  }

  .category-header__body {
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    max-height: calc(100dvh - 63px);
    overflow-y: auto;
    padding: 20px 20px 60px;
    -webkit-box-shadow: inset 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
            box-shadow: inset 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
  }

  .category-header__body:not(._active) {
    -webkit-transform: translateY(100dvh);
        -ms-transform: translateY(100dvh);
            transform: translateY(100dvh);
    opacity: 1;
  }
    
  .search-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: #fff;
    z-index: 1;
    min-height: 100%;
    padding: 8px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .search-header:not(._view) {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    pointer-events: none;
  }

  .search-header__form {
    min-height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .search-header__result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
  }

  .cart-header {
    border-radius: 8px 8px 0px 0px;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px calc(70px + env(safe-area-inset-bottom));
    max-height: 100dvh;
    overflow-y: auto;
  }

  .cart-header:not(._active) {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 24px;
    height: 21px;
    cursor: pointer;
  }

  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #2D2233;
  }

  .icon-menu span:first-child {
    top: 0px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .icon-menu._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .footer__main {
    padding: 40px 0px;
  }

  .main-footer__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .main-footer__info {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }

  .main-footer__column:not(._payments) {
    padding: 15px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .main-footer__column:not(._payments):nth-child(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 30px;
  }

  .main-footer__column._payments {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .main-footer__column._payments .main-footer__body {
    display: block;
  }

  .main-footer__name._spoller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .main-footer__name._spoller._active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .main-footer__name._spoller::after {
    content: "";
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    margin-left: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url(../img/icons/spoller-w.svg) center/cover no-repeat;
  }

  .main-footer__body {
    display: none;
  }

  .product-add {
    top: 80px;
  }

  .banner {
    padding: 20px 0px;
  }

  .banner__item {
    min-height: 320px;
    padding: 25px 45px;
  }

  .banner__title {
    font-size: 46px;
  }

  .banner__text {
    font-size: 15px;
    max-width: 265px;
    margin-top: 8px;
  }

  .banner__button {
    font-size: 14px;
    padding: 5px 24px;
    margin-top: 30px;
  }

  .banner__image {
    max-width: 400px;
  }

  .mini-catalog {
    padding: 40px 0px;
  }

  .mini-catalog__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 3) / 4);
            flex: 0 0 calc((100% - 10px * 3) / 4);
    row-gap: 10px;
    min-height: 330px;
  }

  .mini-catalog__column:not(:last-child) {
    margin-right: 10px;
  }

  .mini-catalog__column._mult .mini-catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
  }

  .mini-catalog__item {
    padding: 20px 10px;
  }

  .mini-catalog__name {
    font-size: 18px;
  }

  .tab-products {
    padding: 40px 0px;
  }

  .tab-products__slider {
    margin: 0px -20px;
    padding: 0px 20px;
  }

  .nav-tab-products__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
    min-height: 50px;
    background-size: auto 100%;
  }

  .nav-tab-products__name {
    font-size: 16px;
  }

  .product__like {
    opacity: 1;
    visibility: visible;
  }

  .product__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
  }

  .benefits {
    padding: 40px 0px 20px;
  }

  .benefits__item {
    padding: 20px 25px;
  }

  .about {
    padding-top: 20px;
  }

  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }

  .about__title {
    font-size: 24px;
  }

  .about__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    height: 320px;
  }

  .filter-catalog {
    position: fixed;
    top: 0;
    left: 0;
   
    overflow: hidden;
    z-index: 5;
    width: 100%;
    max-width: 100%;
     height: 100dvh;
    max-height:100dvh;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .filter-catalog:not(._active) {
    pointer-events: none;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }

  .filter-catalog__wrapper {
    max-height: 100dvh;
    height:100dvh;
    overflow-y: auto;
    z-index: 3;
    width: 100%;
    max-width: 100%;
    padding-bottom: 70px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .head-filter-catalog {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .head-filter-catalog__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
.similar__item{
    width:190px !important;
    flex: 0 0 190px ;
}
  .main-catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .card__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .card__content > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 2);
            flex: 1 0 calc(100% / 2);
  }

  .card__content > *:nth-child(2) {
    padding-right: 0;
    border: none;
  }

  .card__content > *:nth-child(3) {
    padding-left: 0;
    padding-top: 20px;
    border-top: 1px solid #D5D5D5;
  }

  .actions-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .actions-card__like {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .actions-card__price {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .actions-card__quantity {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .actions-card__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .details-card {
    padding: 20px;
  }

  .details-card__blocks {
    margin-top: 32px;
  }

  .nav-details-card__item {
    font-size: 20px;
  }

  .characteristic-details-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }

  .characteristic-details-card__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 2);
            flex: 1 0 calc(100% / 2);
  }

  .characteristic-details-card__column:nth-child(2) {
    border: none;
    padding-right: 0;
  }

  .characteristic-details-card__column:nth-child(odd):last-child {
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-top: 1px solid #D5D5D5;
    padding-top: 20px;
  }

  .cart__footer {
    max-width: 100%;
  }

  .product-cart {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .product-cart__main {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .order__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .order__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .sidebar-order__wrapper {
    position: static !important;
  }

  .order-send {
    padding: 40px 0px;
  }

  .login {
    padding: 40px 0px;
  }

  .recover-password {
    padding: 40px 0px;
  }

  .cabinet__clear {
    display: none;
  }

  .cabinet__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .cabinet__sidebar {
    display: none;
  }

  .cabinet__blocks {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .cabinet__block {
    display: block !important;
    padding: 20px;
    border-radius: 16px;
    background: #FFF;
  }

  .cabinet__block._exit {
    background: none;
    padding: 0px;
    border-radius: 0px;
  }

  .cabinet__body {
    display: none;
    margin-top: 20px;
  }

  .data-cabinet {
    padding: 0px;
    background: none;
    border-radius: 0px;
    max-width: 100%;
  }

  .data-cabinet__section:first-child .data-cabinet__title {
    display: none;
  }

  .data-cabinet__section:first-child .data-cabinet__content {
    margin-top: 0;
  }

  .order-cabinet {
    padding: 0px;
    background: none;
    border-radius: 0px;
    max-width: 100%;
  }

  .favorite-cabinet__list {
    margin-top: 20px;
  }

  .favorite-cabinet__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .about-page__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    row-gap: 40px;
  }

  .about-page__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .contacts__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .contacts__list {
    padding-top: 0;
  }

  .contacts__map {
    min-height: 320px;
  }

  .list-contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 20px;
  }

  .list-contacts__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .list-contacts__value {
    font-size: 18px;
  }

  .page {
    padding-top: 62px;
  }

  .page section:last-child {
    padding-bottom: 40px;
  }
}

@media (max-width: 991.98px) and (max-width: 479.98px) {
  .main-footer__column._payments .main-footer__name {
    font-size: 16px;
  }
}

@media (max-width: 721.98px) {
      .popup__body {
        padding: 20px;
    }
    .main-catalog__item_fav{
         -ms-flex:0 0 48%;
        flex:0 0 48%;
    }
  .main-header__phone {
    font-size: 0;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #FF1F1F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .main-header__phone svg path {
    fill: #fff;
  }

  .mobile-nav__name {
    display: none;
  }

  .banner__item {
    padding: 25px 20px 200px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    min-height: 0px;
  }

  .banner__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .banner__image {
    max-width: 300px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 25%);
        -ms-transform: translate(-50%, 25%);
            transform: translate(-50%, 25%);
    right: auto;
    top: auto;
  }

  .banner__image img {
    width: 100%;
    max-width: 100%;
  }

  .mini-catalog__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175px;
            flex: 0 0 175px;
  }

  .tab-products__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
  }

  .benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .head-catalog {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .head-catalog__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .head-catalog__sort {
    display: none;
  }

  .main-catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .card__content > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-right: none !important;
    padding: 0px;
  }

  .characteristic-details-card {
    row-gap: 15px;
  }

  .characteristic-details-card__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0px !important;
    border: none !important;
  }

  .product-cart {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .product-cart__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 28px);
            flex: 0 0 calc(100% - 28px);
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }

  .product-cart__delete {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .store-pickup-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .store-pickup-order__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 150px;
  }

  .data-cabinet__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .data-cabinet__footer {
    max-width: 100%;
  }

  .order-cabinet__top {
    display: none;
    -ms-grid-columns: 90px 110px 14px;
    grid-template-columns: 90px 110px 14px;
  }

  .order-cabinet__top span:not(:nth-child(1),
  :nth-child(4),
  :nth-child(5)) {
    display: none;
  }

  .item-order-cabinet:first-child {
    border-top: 1px solid #D5D5D5;
  }

  .item-order-cabinet__main {
    -ms-grid-columns: 90px 110px 14px;
    grid-template-columns: 90px 110px 14px;
  }

  .item-order-cabinet__main span:not(:nth-child(1),
  :nth-child(4),
  :nth-child(5)) {
    display: none;
  }

  .product-item-order-cabinet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 15px;
  }

  .product-item-order-cabinet__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .favorite-cabinet__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .favorite-cabinet__item .product__body {
    padding: 12px;
  }

  .list-contacts__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 479.98px) {
       
        .popup__close {
        right: 10px;
        top: 10px;
        }
       
  .wrapper {
    padding-bottom: 63px;
  }

  .options__text {
    font-size: 16px;
  }

  ._title {
    font-size: 22px;
  }

  .pagging__list {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .pagging__item:not(:nth-child(-n+3),
  ._more,
  :nth-last-child(-n+2)) {
    display: none;
  }

  .main-header__container {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .main-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    width: 120px;
    margin-right: 0;
  }

  .category-header__body {
    top: 56px;
    max-height: calc(100dvh - 56px);
  }

  .search-header {
    padding: 5px 20px;
  }

  .item-result-search-header__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72px;
            flex: 0 0 72px;
  }

  .item-result-search-header__name {
    font-size: 14px;
  }

  .item-result-search-header__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    font-size: 14px;
  }

  .item-result-search-header__price span._old {
    font-size: 14px;
  }

  .product-cart-header__name {
    font-size: 14px;
  }

  .menu__body {
    top: 56px;
    max-height: calc(100dvh - 56px);
  }

  .info-main-footer__logo {
    max-width: 150px;
  }

  .bottom-footer__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .bottom-footer__copy {
    margin-right: 0;
  }

  .product-add__title {
    font-size: 18px;
  }

  .banner__item {
    padding: 25px 20px 165px;
  }

  .banner__title {
    font-size: 28px;
  }

  .banner__title br {
    display: none;
  }

  .banner__button {
    margin-top: 20px;
  }

  .banner__image {
    max-width: 230px;
  }

  .benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .about__body {
    row-gap: 20px;
  }

  .about__description:not(._view-all) > *:not(:nth-child(-n+2)) {
    display: none;
  }

  .about__description:not(._view-all) > *:nth-child(2) {
    margin-bottom: 0;
  }

  .about__image {
    height: 240px;
  }

  .about__logo {
    width: 130px;
  }

  .head-catalog__text {
    font-size: 14px;
  }
.main-catalog__products_fav,

  .main-catalog__products {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }

  .main-catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 8px * 1) / 2);
            flex: 0 0 calc((100% - 8px * 1) / 2);
  }

  .main-catalog__item .product__body {
    padding: 12px;
  }

  .main-catalog__item .product__price {
    font-size: 16px;
  }

  .main-catalog__item .product__name {
    font-size: 14px;
  }

  .main-catalog__item .product__chr {
    font-size: 12px;
  }

  .nav-details-card__item {
    font-size: 18px;
  }

  .head-cart__back {
    font-size: 14px;
  }

  .product-cart__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 14px;
  }

  .product-cart__quantity {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }

  .product-cart__total {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 14px;
  }

  .main-order__title {
    font-size: 18px;
  }

  .main-order__body {
    margin-top: 20px;
  }

  .data-main-order {
    row-gap: 20px;
  }

  .data-main-order__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .pickup-order__item {
    font-size: 16px;
  }

  .store-pickup-order__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .order-send__wrapper {
    row-gap: 20px;
    padding: 20px;
  }

  .order-send__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52px;
            flex: 0 0 52px;
    height: 52px;
    width: 52px;
  }

  .order-send__icon img,
  .order-send__icon svg {
    width: 28px;
    height: 28px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
  }

  .order-send__title {
    font-size: 18px;
  }

  .order-send__text {
    font-size: 14px;
  }

  .login__wrapper {
    padding: 20px;
  }
  .info-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.login__info {
  margin-bottom: 20px;
}

.info-login__icon {
  width: 100px;
  height: 100px;
}
.info-login__description {
  text-align: center;
  color: #242424;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.info-login__name {
  color: #242424;
  text-align: center;
  font-family: "Onest";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.info-login__icon img {
  width: 100%;
  max-width: 100%;
}

.info-login__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
  .login__nav li {
    font-size: 14px;
  }

  .login__blocks {
    margin-top: 20px;
  }

  .form-login {
    row-gap: 20px;
  }

  .recover-password__wrapper {
    padding: 20px;
    row-gap: 20px;
  }

  .recover-password__icon {
    width: 42px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px;
    height: 42px;
  }

  .recover-password__icon img,
  .recover-password__icon svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }

  .recover-password__title {
    font-size: 20px;
  }

  .recover-password__text {
    font-size: 14px;
  }

  .form-recover-password {
    row-gap: 20px;
  }

  .top-cabinet__title {
    font-size: 16px;
  }

  .data-cabinet__title {
    font-size: 16px;
  }

  .data-cabinet__form {
    row-gap: 20px;
  }

  .data-cabinet__body {
    row-gap: 20px;
  }

  .order-cabinet__title {
    font-size: 20px;
  }

  .order-cabinet__title {
    display: none;
  }

  .order-cabinet__content {
    margin-top: 0;
  }

  .product-item-order-cabinet__main {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .product-item-order-cabinet__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }

  .product-item-order-cabinet__info {
    row-gap: 3px;
  }

  .product-item-order-cabinet__price {
    font-size: 14px;
  }

  .product-item-order-cabinet__total {
    font-size: 14px;
    text-align: right;
  }

  .favorite-cabinet__list {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }

  .favorite-cabinet__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .about-page__img {
    min-height: 300px;
  }

  .about-page__logo {
    width: 120px;
  }

  .page {
    padding-top: 56px;
  }
}

@media (max-width: 991.98px) and (min-width: 479.98px) {
  .actions-card__price {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media (any-hover: hover) {
  .checkbox__text a:hover {
    text-decoration: none;
  }

  ._btn._stroke:hover {
    color: #fff;
    background: #FF1F1F !important;
  }

  ._btn:hover {
    background: #861919;
  }

  .paggination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background: #acabab;
  }

  .pagging__link:not(._active, ._more):hover {
    border-color: #FF1F1F;
    color: #FF1F1F;
  }

  .nav-top-header__link:hover {
    color: #fff;
  }

  .language-header__item:not(._active):hover {
    color: rgba(255, 255, 255, 0.8);
  }

  .main-header__language .language-header__item:not(._active):hover {
    color: rgba(45, 34, 51, 0.8);
  }

  .category-header__item:hover {
    background: #FF1F1F;
  }

  .category-header__item:hover .category-header__icon svg path[fill] {
    fill: #fff;
  }

  .category-header__item:hover .category-header__icon svg path[stroke] {
    stroke: #fff;
  }

  .category-header__item:hover .category-header__icon svg ._inverse {
    fill: #FF1F1F;
  }
.catalog-header__item:hover .catalog-header__name,
.catalog-header__item:hover .catalog-header__name svg path{
    color:#FF1F1F;
    fill: #FF1F1F;
}
  .category-header__item:hover .category-header__name,
  .category-header__item:hover .category-header__name svg path{
    color: #fff;
    fill: #fff;
  }

  .item-result-search-header:hover {
    background: rgba(255, 31, 31, 0.05);
  }

  .product-cart-header__name:hover {
    color: #FF1F1F;
  }

  .product-cart-header__delete:hover svg path[fill] {
    fill: #FF1F1F;
  }

  .product-cart-header__delete:hover svg path[stroke] {
    stroke: #FF1F1F;
  }

  .footer-cart-header__clear:hover {
    color: #FF1F1F;
  }

  .footer-cart-header__clear:hover svg path[fill] {
    fill: #FF1F1F;
  }

  .footer-cart-header__clear:hover svg path[stroke] {
    stroke: #FF1F1F;
  }

  .main-footer__link:hover {
    color: #FF1F1F;
  }

  .social-info-main-footer__item:hover svg path[fill] {
    fill: #FF1F1F;
  }

  .social-info-main-footer__item:hover svg path[stroke] {
    stroke: #FF1F1F;
  }

  .bottom-footer__dev:hover {
    opacity: 1;
  }

  .product-add__link:hover {
    text-decoration: underline;
  }

  .product-product-add__name:hover {
    color: #FF1F1F;
  }

  .banner__arrow:hover {
    background: #FF1F1F;
  }

  .banner__arrow:hover svg path {
    fill: #fff;
  }

  .mini-catalog__item:hover .mini-catalog__image {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .tab-products__arrow:hover {
    background: #FF1F1F;
  }

  .tab-products__arrow:hover svg path {
    fill: #fff;
  }

  .nav-tab-products__item:hover {
    -webkit-box-shadow: 0px 12px 32px 0px rgba(16, 22, 52, 0.12);
            box-shadow: 0px 12px 32px 0px rgba(16, 22, 52, 0.12);
  }

  .product:hover {
    -webkit-box-shadow: 0px 12px 32px 0px rgba(16, 22, 52, 0.12);
            box-shadow: 0px 12px 32px 0px rgba(16, 22, 52, 0.12);
    margin-bottom: -56px;
    z-index: 1;
  }

  .product:hover .product__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
  }

  .product:hover .product__like {
    opacity: 1;
    visibility: visible;
  }

  .breadcrums__list a:hover {
    color: #FF1F1F;
  }

  .filter-catalog__more:hover {
    text-decoration: underline;
  }

  .head-filter-catalog__reset:hover {
    color: #2D2233;
  }

  .info-card__value a:hover {
    text-decoration: underline;
  }

  .characteristic-details-card__value a:hover {
    text-decoration: underline;
  }

  .head-cart__back:hover {
    color: #2D2233;
  }

  .head-cart__back:hover svg path {
    fill: #2D2233;
  }

  .head-cart__clear:hover {
    color: #FF1F1F;
  }

  .head-cart__clear:hover svg path {
    stroke: #FF1F1F;
  }

  .product-cart__name:hover {
    color: #FF1F1F;
  }

  .product-cart__delete:hover svg path {
    stroke: #FF1F1F;
  }

  .head-order__back:hover {
    color: #2D2233;
  }

  .head-order__back:hover svg path {
    fill: #2D2233;
  }

  .store-pickup-order__value a:hover {
    color: #FF1F1F;
  }

  .login__nav li:not(._active):hover {
    color: #2D2233;
  }

  .form-login__forget:hover {
    color: #FF1F1F;
  }

  .connect-form-login__item:hover {
    color: #FF1F1F;
    border-color: #FF1F1F;
  }

  .recover-password__back:hover {
    color: #2D2233;
  }

  .recover-password__back:hover svg path {
    fill: #2D2233;
  }

  .cabinet__clear:hover {
    color: #FF1F1F;
  }

  .cabinet__clear:hover svg path {
    stroke: #FF1F1F;
  }

  .sidebar-cabinet__item:not(._active):hover .sidebar-cabinet__name {
    color: #FF1F1F;
  }

  .product-item-order-cabinet__name:hover {
    color: #FF1F1F;
  }

  .favorite-cabinet__clear:hover {
    color: #FF1F1F;
  }

  .favorite-cabinet__clear:hover svg path {
    stroke: #FF1F1F;
  }

  .list-contacts__value a:hover {
    color: #FF1F1F;
  }
}

._webp .nav-tab-products__item { background-image: url(../img/icons/nav-tab-products/01.webp); }