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

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

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

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

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

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  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;
}

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

input,
button,
textarea {
  font-family: "Inter";
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}
input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
span.terms {
  cursor: pointer;
  text-decoration: underline;
}
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;
}
.form__error{

  border:1px solid red;
}
._error{
  color:red;
  font-size:12px;
}
body {
  color: #272727;
  font-size: 16px;
  line-height: 1.2;
}

body._menu-opened {
  overflow: hidden;
}

body._no-p {
  padding: 0px;
}

body._no-p .page {
  padding: 0px !important;
}
.d_none{
  display:none !important;
}
body._lock {
  overflow: hidden;
}

body._lock .header::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.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;
}

._container._mini {
  max-width: 1020px;
}

.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: #272727;
  border: 1px solid #DADADA;
  background-color: #fff;
  cursor: pointer;
  border-radius: 0px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 46px;
  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;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.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__button {
  min-width: 210px;
}
.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;
}

.login__info {
  margin-bottom: 20px;
}

.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;
}

.info-login__icon {
  width: 100px;
  height: 100px;
}

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

.info-login__name {
  color: #242424;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.info-login__description {
  text-align: center;
  color: #242424;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.register-success__icon img,
.register-success__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.clear-cart-success__text{
    color: #242424;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
    margin-bottom:20px;
}
.register-success__text {
  color: #242424;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.register-success__description {
  color: #242424;
  text-align: center;
  font-family: "Inter";
  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__description a span {
  font-weight: 400;
}

.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: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}

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

.select__options {
  color: #272727;
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #DADADA;
  font-size: 16px;
}

.select__option {
  cursor: pointer;
  padding: 14px 20px;
  min-height: 42px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.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: 0 !important;
  border: 1px solid #DEDEDE;
  width: 100%;
  display: block;
  padding: 0px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  min-height: 48px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.input::-webkit-input-placeholder {
  color: #777;
}

.input::-moz-placeholder {
  color: #777;
}

.input:-ms-input-placeholder {
  color: #777;
}

.input::-ms-input-placeholder {
  color: #777;
}

.input::placeholder {
  color: #777;
}

.input:focus {
  border-color: #92278F;
}

.input:focus::-webkit-input-placeholder {
  font-size: 0;
}

.input:focus::-moz-placeholder {
  font-size: 0;
}

.input:focus:-ms-input-placeholder {
  font-size: 0;
}

.input:focus::-ms-input-placeholder {
  font-size: 0;
}

.input:focus::placeholder {
  font-size: 0;
}

.input._focus {
  color: #272727;
}

.input._error {
  border-color: #EE1111;
}

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

.form__error {
  color: #EE1111;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}

 .viewpass {
  position: absolute;
  top: 25px;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.viewpass._active .viewpass__hide {
  display: none;
}

.viewpass._active .viewpass__view {
  display: block;
}

.viewpass__view {
  width: 24px;
  height: 24px;
  display: none;
}

.viewpass__hide {
  width: 24px;
  height: 24px;
}

.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/20px no-repeat, #92278F;
  border-color: #92278F;
}

.checkbox__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 14px;
  color: #777;
  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: 1px solid #DBDBDB;
  background: #F1F1F1;
}

.checkbox a {
  color: inherit;
  text-decoration: underline;
}

.checkbox._error .checkbox__text: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;
  -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:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: 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;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
}

.options__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.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: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.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;
  border: 1px solid #DEDEDE;
  padding: 0px 10px;
  border-radius: 4px;
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  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: #272727;
  font-size: 16px;
  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;
  max-height: 100%;
  max-width: 100%;
}

._btn {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 30px;
  min-height: 48px;
  background: #92278F;
  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;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

._btn._stroke {
  border: 1px solid #92278F;
  color: #92278F;
  font-weight: 500;
  background: #fff;
}

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

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;
}

.page-text__text {
  margin-top: 1.25rem;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
  hyphens: auto;
}

.page-text__text p img {
  width: auto;
  max-width:100%;
 
}

.page-text__text p{
  font-size: 16px;
  font-weight: 400;
  color: #262A2D;
  line-height: 1.5;
}
.page-text__text ul li::before{
    content: "- ";
}
.page-text__text ul li:not(:last-child){
    margin-bottom: 5px;
}
.page-text__text>*:not(:last-child){
     margin-bottom: 10px;
}
.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%;
}
 .check_on._error .checkbox__content:before{
border:1px solid #ee1212;
}
.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block {
  display: none;
}

._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;
}

.cluster {
  background: #92278F;
  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;
  border-radius: 50%;
  outline: 4px solid rgba(146, 39, 143, 0.2);
}

.gm-control-active {
  display: none;
}

.gmnoprint {
  display: none;
}

._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%;
}

.paggination {
  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: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6px;
          flex: 0 0 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #92278F;
}

.paggination .swiper-pagination-bullet-active {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  height: 10px;
}

._liked ._like svg path._fill,
._like._liked svg path._fill {
  display: block;
}

._like svg path._fill {
  display: none;
}

.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;
}

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

.pagging__link {
  border: 1px solid #DEDEDE;
  color: #777;
  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-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 47px;
  height: 47px;
}

.pagging__link._active {
  background: #92278F;
  color: #fff;
  font-weight: 700;
  border-color: #92278F;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 20px;
  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(39, 39, 39, 0.35);
  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: 30px;
  width: 100%;
  max-width: 1010px;
}

.popup__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
  background: url("../img/icons/close-gray.svg") center/cover no-repeat;
}

.card-popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.card-popup__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 530px;
          flex: 0 0 530px;
  position: relative;
  aspect-ratio: 50/64;
}

.card-popup__image::after {
  content: "";
  width: 28px;
  aspect-ratio: 16/37;
  background: url(../img/mini-logo.svg) center/cover no-repeat;
  position: absolute;
  top: 35px;
  left: 45px;
  display: inline-block;
  pointer-events: none;
}

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

.card-popup__like {
  position: absolute;
  top: 20px;
  right: 20px;
}

.card-popup__body {
  -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: 20px;
  padding: 30px;
}

.card-popup__main {
  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;
}

.card-popup__title {
  color: #272727;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.card-popup__description {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.card-popup__other {
  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: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.card-popup__price {
  color: #92278F;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.card-popup__quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}

.card-popup__button {
  padding: 10px 30px;
}

.info-card {
  background: #FAF4F9;
  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: 15px;
}

.info-card__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;
}

.info-card__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
}

.info-card__body {
  -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;
}

.info-card__name {
  color: #555;
  font-size: 14px;
  font-weight: 400;
}

.info-card__value {
  color: #272727;
  font-size: 14px;
  font-weight: 500;
}
.action-main-header__icon._liked svg,
.action-main-header__icon._liked path,
.action-main-header__icon._liked svg path{
  fill: #92278F !important;
  filter: #92278F !important;
  color:#92278F!important ;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  max-width: 100%;
  z-index: 5;
}

.header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  background: rgba(39, 39, 39, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.header__main {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

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

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

.main-header__menu {
  -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: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.main-header__site-options {
  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;
}

.main-header__country .country__head,
.main-header__country .country__item {
  padding: 8px 12px;
}

.menu__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.list-menu__link {
  color: #272727;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.action-main-header__btn._active .action-main-header__icon svg path[fill] {
  fill: #92278F;
}

.action-main-header__btn._active .action-main-header__icon svg path[stroke] {
  stroke: #92278F;
}

.action-main-header__icon {
  width: 24px;
  height: 24px;
}

.action-main-header__count {
  position: absolute;
  top: -9px;
  right: -9px;
  background: #92278F;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  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;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.site-options__name {
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

.country {
  position: relative;
}

.country__head {
  padding: 5px 20px;
  min-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D8D8D8;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  text-transform: uppercase;
  cursor: pointer;
}

.country__head._active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.country__head::after {
  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: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../img/icons/select.svg") center/100% no-repeat;
}

.country__value {
  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;
  width: 100%;
}

.country__flag {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.country__body {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  background: #fff;
  z-index: 1;
  min-width: 100%;
  border: 1px solid #D8D8D8;
  text-transform: uppercase;
}

.country__item {
  cursor: pointer;
  padding: 8px 20px;
  min-height: 42px;
  margin: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #272727;
  font-size: 16px;
}

.nav-header {
  background: #2F2F2F;
  padding: 10px 0px;
}

.nav-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 0px -20px -5px;
  max-width: calc(100vw + 40px);
  padding: 0px 20px 10px;
  overflow-x: auto;
}

.nav-header__link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  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;
  padding: 11px 30px;
  white-space: nowrap;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.header-cart {
  width: 100vw;
  max-width: 400px;
  border: 1px solid #DEDEDE;
  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;
  position: absolute;
  top: 60px;
  right: 20px;
  z-index: 5;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  max-height: calc(100svh - 120px);
  overflow-y: auto;
}

.header-cart__head {
  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;
  padding-bottom: 15px;
  border-bottom: 1px solid #DEDEDE;
}

.header-cart__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #272727;
  font-size: 18px;
  font-weight: 700;
}

.header-cart__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.header-cart__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-cart__product {
  padding: 10px 0px;
  border-bottom: 1px solid #DEDEDE;
}

.header-cart__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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
}

.header-cart__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #272727;
}

.header-cart__clear svg path {
  stroke: #949494;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.header-cart__info {
  color: #272727;
  font-size: 16px;
  font-weight: 500;
  display:flex;
  flex-direction:column;
  row-gap: 5px;
  margin-left:auto;
}

.header-cart__info li {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-grid-columns: 80px 80px;
  grid-template-columns: 80px 80px;
  text-align: right;
}

.header-cart__info li span:last-child {
  color: #92278F;
}

.product-header-cart {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 75px 1fr 30px 18px;
  grid-template-columns: 75px 1fr 30px 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.product-header-cart__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  aspect-ratio: 0.8/1;
  position: relative;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}

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

.product-header-cart__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: 10px;
}

.product-header-cart__name {
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product-header-cart__price {
  color: #92278F;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-header-cart__count {
  color: #272727;
  font-size: 16px;
  font-weight: 400;
}

.product-header-cart__delete {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  aspect-ratio: 1;
}

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

.product-added {
  position: fixed;
  top: 60px;
  right: 20px;
  width: calc(100vw - 40px);
  max-width: 450px;
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.1);
          box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.1);
  background: #FFF;
  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;
  z-index: 1000;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.product-added__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-added__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.product-added__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: 10px;
}

.product-added__to-cart {
  color: #92278F;
  font-size: 16px;
  font-weight: 500;
  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-added__to-cart img,
.product-added__to-cart svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
}

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

.product-product-added__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  aspect-ratio: 0.8/1;
  position: relative;
  overflow: hidden;
  border: 1px solid #DEDEDE;
}

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

.product-product-added__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: 10px;
}
.product-product-added__price{
    gap:5px;
}
.product-product-added__name {
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product-product-added__price {
  color: #92278F;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-menu {
  display: none;
}

.footer__main {
  padding: 80px 0px;
  background: #2F2F2F;
}

.footer__bottom {
  background: #2A2A2A;
  padding: 10px 0px;
}

.main-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.main-footer__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
          flex: 0 0 calc((100% - 20px * 3) / 4);
}

.main-footer__logo {
  width: 100%;
  max-width: 160px;
  display: block;
}

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

.main-footer__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  max-width: 260px;
  margin-top: 10px;
}

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

.main-footer__name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.main-footer__name._spoller._active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

.main-footer__list {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  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__list a {
  color: inherit;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

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

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

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

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

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

.bottom-footer__copy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.bottom-footer__dev {
  color: #fff;
  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;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 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;
}

.bottom-footer__dev svg path {
  fill: #fff;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.banner {
  margin: 40px 0px 25px;
}

.banner__wrapper {
  position: relative;
}

.banner__slider {
  margin: 0px -20px;
  padding: 0px 20px;
}

.banner__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
  min-width: 445px;
  aspect-ratio: 445/220;
  position: relative;
  display: block;
  overflow: hidden;
}

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

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

.banner__arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  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);
  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;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.banner__arrow.banner-arrow-prev {
  left: -24px;
}

.banner__arrow.banner-arrow-next {
  right: -24px;
}

.banner__paggination {
  margin-top: 20px;
}

.head-section {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  position: relative;
  z-index: 1;
}

.head-section__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #272727;
  font-size: 32px;
  font-weight: 700;
}

.head-section__more {
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.head-section__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.head-section__arrow {
  background: #F0F0F0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  width: 42px;
  height: 42px;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.head-section__arrow svg path {
  fill: #8F8F8F;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product-section {
  padding: 25px 0px;
}

.product-section__content {
  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;
  margin-top: 30px;
}
.proposal_items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: -50px -20px;
  padding: 50px 20px;
  column-gap:30px;
}
.proposal_items .product-section__item{
  width: 340px;
  flex: 0 0 340px;
}
.product-section__slider {
  margin: -50px -20px;
  padding: 50px 20px;
}

.product-section__slider .product-section__item {
  display: block !important;
}

.product-section__slider .product-section__item:not(:last-child) {
  margin-right: 30px;
}

.product-section__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 4) / 5);
          flex: 0 0 calc((100% - 30px * 4) / 5);
}

.product {
  padding: 12px;
  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: 12px;
  border: 1px solid #DEDEDE;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product__head {
  position: relative;
}

.product__image {
  display: block;
  min-height: 280px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.product__image::after {
  content: "";
  width: 16px;
  aspect-ratio: 16/37;
  background: url(../img/mini-logo.svg) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  pointer-events: none;
}

.product__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_favorite_delete,
.product__like {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}

.product__view {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 190px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100px;
  border: 1px solid rgba(231, 231, 231, 0.5);
  background: #FFF;
  padding: 10px 12px;
  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: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #A6A6A6;
  font-size: 12px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  font-weight: 400;
  opacity: 0;
  pointer-events: none;
}

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

.product__view svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product__view svg path[fill] {
  fill: #A2A2A2;
}

.product__view svg path[stroke] {
  stroke: #A2A2A2;
}

.product__body {
  -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: 12px;
}

.product__name {
  color: #272727;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product__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;
  row-gap: 10px;
}
.card-popup__price span,
.card-popup__price span._now,

.product__price{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #92278F;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  flex-direction:column;
}
.card-popup__price span._old,
.product-product-added__price span._old,
.product__price span._old{
  color: #858859;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
}
.card-popup__price span._old,

.product__price span._old {
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.product-product-added__price span._old{
    font-size: 14px;
  text-decoration: none;
  position: relative;
}
.product-product-added__price span._old::before{
    content: "";
  width: 100%;
  height: 2px;
  background: #92278F;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-10deg);
  -ms-transform: translate(-50%, -50%) rotate(-10deg);
  transform: translate(-50%, -50%) rotate(-10deg);
}
.card-popup__price span._old::before,

.product__price span._old::before {
  content: "";
  width: 50%;
  height: 2px;
  background: #92278F;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(-10deg);
  -ms-transform: translate(-50%, -50%) rotate(-10deg);
  transform: translate(-50%, -50%) rotate(-10deg);
}

.product__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 5px 15px;
  min-height: 38px;
  font-size: 14px;
}

.stock-section {
  padding: 25px 0px;
}

.stock-section__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

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

.stock {
  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: 24px;
}

.stock__image {
  aspect-ratio: 44/26;
  position: relative;
  overflow: hidden;
}

.stock__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.stock__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: 5px;
}

.stock__name {
  color: #272727;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.stock__date {
  padding: 5px 10px;
  background: rgba(216, 164, 164, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #92278F;
}

.blog-section {
  margin: 25px 0px;
  padding: 50px 0px;
  background: #F8F7F7;
}

.blog-section:last-child {
  margin-bottom: 0 !important;
}

.blog-section__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

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

.blog {
  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: 24px;
}

.blog__head {
  position: relative;
  width: 100%;
}

.blog__image {
  width: 100%;
  display: block;
  aspect-ratio: 44/26;
  position: relative;
  overflow: hidden;
}

.blog__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.blog__date {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.blog__name {
  color: #272727;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.stores {
  min-height: 550px;
  position: relative;
}

.stores__content {
  position: absolute;
  top: 50px;
  left: 20px;
  bottom: 50px;
  background: #fff;
  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;
  z-index: 1;
  width: 100%;
  max-width: 340px;
  pointer-events: none;
}

.stores__head {
  display: none;
  pointer-events: all;
}

.stores__head._active .stores__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

.stores__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.stores__list {
  background: #fff;
  overflow-y: auto;
  pointer-events: all;
}

.stores__list::-webkit-scrollbar {
  width: 6px;
  background: #F3F2F2;
}

.stores__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #8B8B8B;
}

.stores__item {
  padding: 10px 20px;
}

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

.stores__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;
}

.stores__top._active .stores__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.stores__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #272727;
  font-size: 16px;
  font-weight: 700;
}

.stores__body {
  display: none;
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 5px;
}

.stores__body h5 {
  color: #272727;
  font-weight: 600;
}

.stores__store:not(:last-child) {
  margin-bottom: 5px;
}

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

.stores__map #map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.breadcrums {
  padding: 30px 0px;
}

.breadcrums + section {
  padding-top: 0 !important;
}

.breadcrums__list {
  color: #272727;
  font-size: 14px;
  font-weight: 400;
}

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

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

.breadcrums__item:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin-left: 10px;
  color: #969696;
}

.catalog {
  padding: 50px 0px;
}

.catalog__content {
  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;
  margin-top: 30px;
}

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

.card {
  padding: 50px 0px;
}

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

.card__gallery {
  outline: 1px solid #DEDEDE;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 530px;
          flex: 0 0 530px;
  position: relative;
}

.card__image {
  width: 100%;
  aspect-ratio: 50/64;
  position: relative;
  display: block;
}

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

.card__image::after {
  content: "";
  width: 28px;
  aspect-ratio: 16/37;
  background: url(../img/mini-logo.svg) center/cover no-repeat;
  position: absolute;
  top: 30px;
  left: 30px;
  display: inline-block;
  pointer-events: none;
}

.card__like {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
}

.card__body {
  outline: 1px solid #DEDEDE;
  -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: 20px;
  padding: 30px 50px;
}

.card__title {
  color: #272727;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.card__text {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 5px;
}

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

.card__price {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #92278F;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  white-space: nowrap;
}

.card__quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}

.cart {
  padding: 50px 0px;
}
.info-order-cabinet__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: 20px;
    align-items:end;
    padding-right:43px;
}
.info-order-cabinet__item{
  display: -ms-grid;
    display: grid
;
    -ms-grid-columns: 130px 1fr;
    grid-template-columns: 130px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 500;
}
.info-order-cabinet__value{
  font-weight: 700;
  text-align: right;
}
.cart__content {
  margin-top: 20px;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 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: 20px;
}

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

.cart__footer {
  background: #FAF4F9;
  padding: 30px 20px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 20px;
}

.cart__footer > * {
  max-width: 320px;
  width: 100%;
}

.cart__button {
  font-weight: 500;
  font-size: 16px;
  text-transform: unset;
}

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

.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -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: #A6A6A6;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.head-cart__back svg path[fill] {
  fill: #A6A6A6;
}

.head-cart__back svg path[stroke] {
  stroke: #A6A6A6;
}

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

.head-cart__clear {
  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: #272727;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.head-cart__clear svg path[fill] {
  fill: #949494;
}

.head-cart__clear svg path[stroke] {
  stroke: #949494;
}

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

.product-cart {
  padding: 20px;
  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-cart__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 590px;
  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;
}

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

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

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

.product-cart__name {
  color: #272727;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product-cart__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  font-size: 16px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}

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

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

.info-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: 12px;
}

.info-cart__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;
  color: #272727;
  font-size: 16px;
  font-weight: 500;
}

.info-cart__item._total .info-cart__value {
  font-size: 20px;
  color: #92278F;
}
.list-cart-header__name{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display:flex;
}
.info-cart__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.info-cart__value {
  font-weight: 700;
}

.order {
  padding: 50px 0px;
}

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

.order__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: #A6A6A6;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.order__back svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.order__back svg path[fill] {
  fill: #A6A6A6;
}

.order__back svg path[stroke] {
  stroke: #A6A6A6;
}

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

.order__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.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 310px;
          flex: 0 0 310px;
}

.main-order {
  border: 1px solid #DEDEDE;
  padding: 30px;
}

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

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

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

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

.main-order__title {
  color: #272727;
  font-size: 26px;
  font-weight: 600;
}

.main-order__body:not(:first-child) {
  margin-top: 30px;
}

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

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

.data-order__label {
  color: #272727;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 10px;
}

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

.delivery-order__nav {
  -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-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D7D7D7;
  color: #777;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 48px;
  padding: 5px 20px;
  cursor: pointer;
}

.delivery-order__nav._active {
  background: #92278F;
  color: #fff;
}

.delivery-order__nav._active::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  background: url(../img/icons/check-b.svg) center/cover no-repeat;
  display: inline-block;
  margin-left: auto;
}

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

.address-delivery-order {
  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;
}

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

.address-delivery-order__label {
  color: #272727;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 10px;
}

.store-delivery-order {
  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;
}

.store-delivery-order__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
          flex: 0 0 calc((100% - 20px * 1) / 2);
}

.store-delivery-order__title {
  font-size: 16px;
  color: #272727;
  font-weight: 700;
  line-height: 1.4;
}

.store-delivery-order__info {
  margin-top: 10px;
  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;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.store-delivery-order__row._timework {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.store-delivery-order__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
          flex: 0 0 calc((100% - 20px * 1) / 2);
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.store-delivery-order__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.payment-order__radio {
  display: none;
}

.payment-order__radio:checked + .payment-order__content {
  background: #92278F;
  color: #fff;
}

.payment-order__radio:checked + .payment-order__content::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  background: url(../img/icons/check-b.svg) center/cover no-repeat;
  display: inline-block;
  margin-left: auto;
}

.payment-order__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D7D7D7;
  color: #777;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 48px;
  padding: 5px 20px;
  cursor: pointer;
}

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

.comment-order__label {
  color: #272727;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 10px;
}

.sidebar-order__content {
  border: 1px solid #DEDEDE;
  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;
  padding: 20px;
}

.sidebar-order__title {
  color: #272727;
  font-size: 20px;
  font-weight: 600;
}

.sidebar-order__footer {
  padding-top: 20px;
  border-top: 1px solid #DCDCDC;
  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__button {
  font-weight: 500;
  text-transform: unset;
}

.info-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;
}

.info-sidebar-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #272727;
  font-size: 16px;
  font-weight: 400;
}

.info-sidebar-order__item._total {
  font-size: 20px;
}

.info-sidebar-order__item._total .info-sidebar-order__name {
  color: #272727;
  font-weight: 700;
}

.info-sidebar-order__name {
  color: #777;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

.order-success {
  padding: 60px 0px;
  -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;
}

.order-success__wrapper {
  width: 100%;
  max-width: 475px;
  border: 1px solid #DEDEDE;
  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;
  text-align: center;
  row-gap: 30px;
  margin: 0px auto;
  padding: 40px;
}

.order-success__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67px;
          flex: 0 0 67px;
  width: 67px;
  height: 67px;
  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;
  border-radius: 50%;
  background: #92278F;
}

.order-success__icon img,
.order-success__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47px;
          flex: 0 0 47px;
  width: 37px;
  height: 37px;
}

.order-success__title {
  color: #272727;
  font-size: 22px;
  font-weight: 700;
}

.order-success__text {
  color: #272727;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.order-success__button {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-transform: unset;
}

.login {
  padding: 60px 0px;
  -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;
}

.login__wrapper {
  width: 100%;
  max-width: 475px;
  border: 1px solid #DEDEDE;
  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: 0px auto;
  padding: 40px;
}

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

.login__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2);
  color: #949494;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  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;
  padding: 10px 0px 8px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  cursor: pointer;
}

.login__nav._active {
  border-color: #92278F;
  color: #272727;
  font-weight: 700;
}

.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__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: 10px;
}

.form-login__label {
  display: inline-block;
  font-size: 16px;
  color: #272727;
  font-weight: 400;
}

.form-login__input {
  position: relative;
}

.form-login__forgot {
  color: #9A9A9A;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.form-login__button {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  text-transform: unset;
}

.head-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;
}

.head-login__icon {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 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: #92278F;
}

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

.head-login__main {
  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;
  text-align: center;
}

.head-login__title {
  color: #272727;
  font-size: 22px;
  font-weight: 700;
}

.head-login__text {
  color: #272727;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-login__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: #949494;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.footer-login__back svg path {
  fill: #949494;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.footer-login__button {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  text-transform: unset;
}

.cabinet {
  padding: 50px 0px;
}

.cabinet__wrapper {
  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;
}

.cabinet__exit {
  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: #272727;
  font-size: 20px;
  font-weight: 400;
  padding: 20px;
  background: #ECECEC;
}

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

.sidebar-cabinet {
  background: #fff;
  border: 1px solid #DEDEDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar-cabinet__item {
  padding: 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;
  background: #fff;
}

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

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

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

.sidebar-cabinet__item._active .sidebar-cabinet__name {
  font-weight: 600;
}

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

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

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

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

.sidebar-cabinet__name {
  color: #272727;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.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;
  background: #ECECEC;
  padding: 20px;
}

.top-cabinet._active {
  background: #fff;
}

.top-cabinet._active .top-cabinet__icon svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-cabinet._active .top-cabinet__icon svg path[fill] {
  fill: #92278F;
}

.top-cabinet._active .top-cabinet__icon svg path[stroke] {
  stroke: #92278F;
}

.top-cabinet._active .top-cabinet__name {
  color: #272727;
  font-weight: 700;
}

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

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

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

.top-cabinet__icon svg path[fill] {
  fill: #949494;
}

.top-cabinet__icon svg path[stroke] {
  stroke: #949494;
}

.top-cabinet__name {
  color: #272727;
  font-size: 20px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.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 svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-cabinet__arrow svg path[fill] {
  fill: #272727;
}

.top-cabinet__arrow svg path[stroke] {
  stroke: #272727;
}

.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__section {
  padding: 30px 0px;
}

.data-cabinet__section._password .data-cabinet__body {
  width: 100%;
}

.data-cabinet__section._password .data-cabinet__row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

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

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

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

.data-cabinet__title {
  color: #272727;
  font-size: 26px;
  font-weight: 600;
}

.data-cabinet__form {
  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;
}

.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__row {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((100% - 20px * 1) / 2);
          flex: 1 0 calc((100% - 20px * 1) / 2);
}

.data-cabinet__label {
  color: #272727;
  font-size: 16px;
  font-weight: 400;
}

.data-cabinet__inp {
  margin-top: 10px;
  position: relative;
}

.data-cabinet__button {
  width: 100%;
  font-weight: 500;
  text-transform: unset;
  font-size: 16px;
}

.data-cabinet__showpass {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

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

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

.order-cabinet__top {
  padding-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 90px 135px 110px 110px 20px;
  grid-template-columns: 90px 135px 110px 110px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DEDEDE;
  color: #949494;
  font-size: 16px;
  font-weight: 400;
}

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

.order-cabinet__item:last-child {
  padding-bottom: 0;
}

.item-order-cabinet {
  padding: 20px 0px;
}

.item-order-cabinet__main {
  color: #272727;
  font-size: 16px;
  font-weight: 400;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 90px 135px 110px 110px 20px;
  grid-template-columns: 90px 135px 110px 110px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.item-order-cabinet__main._active {
  font-weight: 500;
}

.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-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  width: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-order-cabinet__arrow img,
.item-order-cabinet__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.item-order-cabinet__products {
  margin-top: 20px;
  display: none;
  border-radius: 8px;
  background: #F5F5F5;
  padding: 20px;
}

.item-order-cabinet__product:not(:last-child) {
  margin-bottom: 20px;
}

.product-order-cabinet {
  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: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.product-order-cabinet__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 580px;
  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;
}

.product-order-cabinet__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  aspect-ratio: 0.8/1;
  position: relative;
  overflow: hidden;
}

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

.product-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;
  row-gap: 5px;
}

.product-order-cabinet__name {
  color: #272727;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

.product-order-cabinet__price {
  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;
  font-size: 16px;
  color: #272727;
  font-weight: 400;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.product-order-cabinet__count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  color: #272727;
  font-size: 16px;
  font-weight: 400;
}

.product-order-cabinet__total {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-size: 16px;
  font-weight: 700;
  color: #272727;
}

.fav-cabinet {
  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: 20px;
}

.fav-cabinet__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
          flex: 0 0 calc((100% - 20px * 3) / 4);
}

.contacts {
  padding: 50px 0px;
}

.contacts__wrapper {
  margin-top: 30px;
  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;
}

.contacts__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
}

.contacts__address {
  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: #272727;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.contacts__address img,
.contacts__address svg,
.contacts__address picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
  width: 17px;
}

.contacts__info {
  margin-top: 30px;
}

.contacts__list {
  margin-top: 30px;
}

.contacts__list .stores__item {
  padding: 0px;
}

.contacts__list .stores__title {
  color: #272727;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.contacts__list .stores__body {
  font-size: 16px;
  margin-top: 15px;
}

.contacts__list .stores__store:not(:last-child) {
  margin-bottom: 10px;
}

.contacts__map {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 740px;
  min-height: 480px;
  position: relative;
}

.contacts__map #map-contacts {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-contacts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.info-contacts__item {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
          flex: 0 0 calc((100% - 20px * 1) / 2);
}

.info-contacts__name {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.info-contacts__value {
  color: #272727;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.info-contacts__value a {
  color: inherit;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  word-break: break-all;
}

.history {
  padding: 50px 0px;
}

.history__wrapper {
  margin-top: 30px;
  padding: 50px;
  background: #FAF4F9;
  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: 50px;
}

.history__row {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
}

.history__name {
  color: #272727;
  font-size: 24px;
  font-weight: 700;
}

.history__body {
  color: #272727;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.person-history {
  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;
}

.person-history__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

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

.person-history__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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.person-history__name {
  color: #272727;
  font-size: 24px;
  font-weight: 700;
}

.person-history__work {
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 400;
}

.blogs {
  padding: 50px 0px;
}

.blogs__content {
  margin-top: 30px;
}

.blogs__body {
  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: 40px;
}

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

.blogs__footer {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-page {
  padding: 50px 0px;
}

.blog-page__wrapper {
  padding: 30px;
  background: #F4F4F4;
}

.blog-page__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.blog-page__date {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  background: #92278F;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.blog-page__body {
  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;
  color: #272727;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.blog-page__body img {
  width: 100%;
  max-width: 100%;
}

.not-found {
  padding: 60px 0px;
  -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;
}

.not-found__wrapper {
  width: 100%;
  max-width: 465px;
  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: 0px auto;
}

.not-found__image {
  width: 100%;
  max-width: 100%;
}

.not-found__image img {
  width: 100%;
  max-width: 100%;
}

.not-found__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;
  text-align: center;
}

.not-found__text {
  color: #272727;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.not-found__button {
  min-width: 180px;
  font-size: 16px;
  font-weight: 500;
  text-transform: unset;
}

.welcome {
  padding: 40px 0px;
  -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;
}

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

.welcome__about {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
}

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

.about-welcome {
  padding: 30px;
  border: 1px solid #DEDEDE;
  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;
}

.about-welcome__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;
}

.about-welcome__logo {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  max-width: 120px;
}

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

.about-welcome__text {
  color: #272727;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.about-welcome__image {
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 270px;
}

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

.details-welcome {
  padding: 30px;
  border: 1px solid #DEDEDE;
  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;
}

.details-welcome__top {
  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;
}

.details-welcome__country {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 240px;
}

.details-welcome__country .country__head {
  padding: 5px 10px;
}

.details-welcome__country .country__value {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 14px;
  font-weight: 500;
}

.details-welcome__language .select__value {
  height: 40px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
}

.details-welcome__map {
  position: relative;
  width: 100%;
  height: 490px;
  overflow: hidden;
}

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

.details-welcome__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.details-welcome__button {
  min-width: 220px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 25px;
  font-weight: 500;
  text-transform: unset;
}

.page {
  -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;
  padding-top: 120px;
}

.page section:last-child:not(.stores) {
  padding-bottom: 80px;
}

@media (min-width: 721.98px) {
  .site-options__item._country {
    margin-left: 20px;
  }

  .site-options__name {
    display: none;
  }

  .site-options__body .select__title {
    border: none;
  }

  .site-options__body .select__value {
    padding: 0px;
  }

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

@media (min-width: 991.98px) {
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }

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

  .header-cart__head {
    display: none;
  }

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

  .cabinet__block {
    background: #fff;
    border: 1px solid #DEDEDE;
    padding: 40px;
  }

  .cabinet__block._fav {
    border: none;
    padding: 0px;
  }

  .cabinet__body {
    display: block !important;
  }

  .cabinet__exit {
    display: none;
  }

  .top-cabinet {
    display: none;
  }

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

  .blog-page__title {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #fafafa;
    color: #92278F;
  }

  .checkbox a:hover {
    text-decoration: none;
  }

  .country__item:hover {
    background: #fafafa;
    color: #92278F;
  }
}

@media (min-width: 1452px) {
  .header-cart {
    right: calc((100vw - 1310px) / 2);
  }

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

  .banner__paggination {
    display: none;
  }

  .stores__content {
    left: calc((100% - 1400px) / 2);
  }

  .catalog__item .product__image {
    min-height: 365px;
  }
}

@media (max-width: 1452px) {
  ._title {
    font-size: 28px;
  }

  .card-popup__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
  }

  .card-popup__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
  }

  .main-header__logo {
    margin-right: auto;
  }

  .main-header__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .menu__body {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: calc(100% - 60px);
    overflow-y: auto;
    z-index: 2;
    padding: 20px;
    row-gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    border-top: 1px solid #DADADA;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

  .menu__body:not(._active) {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    visibility: hidden;
  }

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

  .icon-menu {
    display: block;
    position: relative;
    width: 22px;
    height: 17px;
    cursor: pointer;
    z-index: 5;
  }

  .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% - 1.5px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #272727;
  }

  .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% - 1.5px);
  }

  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1.5px);
  }

  .footer__main {
    padding: 40px 0px;
  }

  .main-footer__text {
    max-width: 160px;
  }

  .banner {
    margin-bottom: 20px;
  }

  .banner__arrow {
    display: none;
  }

  .head-section__title {
    font-size: 28px;
  }

  .product-section {
    padding: 20px 0px;
  }

  .product-section__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .product-section__slider .product-section__item:not(:last-child) {
    margin-right: 20px;
  }

  .product-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
            flex: 0 0 calc((100% - 20px * 3) / 4);
  }

  .product-section__item:not(:nth-child(-n+8)) {
    display: none;
  }

  .product-section__item:nth-child(8) {
    margin-right: 0 !important;
  }

  .product__price {
    font-size: 16px;
  }

  .stock-section {
    padding: 20px 0px;
  }

  .stock-section__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .stock-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .stock__name {
    font-size: 18px;
  }

  .blog-section {
    margin: 20px 0px;
    padding: 40px 0px;
  }

  .blog-section__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .blog-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .blog__name {
    font-size: 18px;
  }

  .catalog {
    padding: 40px 0px;
  }

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

  .catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
            flex: 0 0 calc((100% - 20px * 3) / 4);
  }

  .card {
    padding: 40px 0px;
  }

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

  .card__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 1px) / 2);
            flex: 0 0 calc((100% - 1px) / 2);
    padding: 30px;
  }

  .cart {
    padding: 40px 0px;
  }

  .order {
    padding: 40px 0px;
  }

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

  .login {
    padding: 50px 0px;
  }

  .cabinet {
    padding: 40px 0px;
  }

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

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

  .fav-cabinet__item {
    background: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .contacts {
    padding: 40px 0px;
  }

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

  .contacts__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
    min-height: 370px;
    max-width: 100%;
  }

  .history {
    padding: 40px 0px;
  }

  .history__wrapper {
    padding: 30px;
    row-gap: 30px;
  }

  .history__row {
    -ms-grid-columns: 250px 1fr;
    grid-template-columns: 250px 1fr;
  }

  .history__name {
    font-size: 20px;
  }

  .blogs {
    padding: 40px 0px;
  }

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

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

  .blog-page {
    padding: 40px 0px;
  }

  .not-found {
    padding: 50px 0px;
  }

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

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

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

  .about-welcome {
    padding: 20px;
  }

  .details-welcome {
    padding: 20px;
  }

  .page section:last-child:not(.stores) {
    padding-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
    
  .header-cart__info {
    width: 50%;
  }
  .header-cart__info li{
    -ms-grid-columns: 70px 90px;
    grid-template-columns: 70px 90px;
  }
  .wrapper._card-space {
    padding-bottom: 90px;
  }

  ._title {
    font-size: 24px;
  }

  .card-popup__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
            flex: 0 0 290px;
  }

  .card-popup__image::after {
    width: 16px;
    left: 25px;
    top: 20px;
  }

  .card-popup__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 20px;
  }

  .card-popup__title {
    font-size: 16px;
  }

  .card-popup__price {
    font-size: 18px;
  }

  .nav-header__list::-webkit-scrollbar {
    height: 4px;
    background: #D9D9D9;
  }

  .nav-header__list::-webkit-scrollbar-thumb {
    background: #92278F;
  }

  .header-cart {
    max-height: 100dvh;
  }

  .header-cart:not(._active) {
    -webkit-transform: translateY(100dvh);
        -ms-transform: translateY(100dvh);
            transform: translateY(100dvh);
    visibility: hidden;
    pointer-events: none;
  }

  .header-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    right: 0;
    max-width: 100%;
  }

  .product-added {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .main-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-footer__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .main-footer__column:not(._main) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .main-footer__column._main {
    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;
    text-align: center;
    padding-top: 0;
  }

  .main-footer__text {
    max-width: 100%;
  }

  .main-footer__social {
    margin-top: 12px;
  }

  .main-footer__name._spoller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .main-footer__name._spoller::after {
    content: "";
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    margin-left: auto;
    display: inline-block;
    background: url(../img/icons/spoller-w.svg) center/cover no-repeat;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

  .main-footer__body {
    display: none;
  }

  .head-section__title {
    font-size: 24px;
  }

  .product-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .product-section__item:not(:nth-child(-n+6)) {
    display: none;
  }

  .product-section__item:nth-child(6) {
    margin-right: 0 !important;
  }

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

  .stock-section__item:not(:nth-child(-n+2)) {
    display: none;
  }

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

  .blog-section__item:not(:nth-child(-n+2)) {
    display: none;
  }

  .stores {
    min-height: 400px;
  }

  .stores__content {
    top: 20px;
    bottom: 20px;
    max-width: 260px;
  }

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

  .card__gallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
            flex: 0 0 290px;
    outline: none;
  }

  .card__image::after {
    width: 16px;
    left: 25px;
    top: 20px;
  }

  .card__like {
    top: 20px;
    right: 20px;
  }

  .card__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    outline: none;
    padding: 0px;
  }

  .card__title {
    font-size: 16px;
  }

  .card__text {
    font-size: 14px;
  }

  .card__other {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 10px 20px;
    border-top: 1px solid #C4C4C4;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    width: 100%;
    max-width: 100%;
    z-index: 2;
  }

  .card__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 18px;
  }

  .card__button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 5px 10px;
  }

  .order__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .order__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .order__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-top: -1px;
  }

  .main-order {
    padding: 20px;
  }

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

  .sidebar-order__content {
    position: static !important;
  }

  .order-success {
    padding: 40px 0px;
  }

  .login {
    padding: 40px 0px;
  }

  .cabinet__wrapper {
    margin-top: 20px;
  }

  .cabinet__sidebar {
    display: none;
  }

  .cabinet__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #DEDEDE;
  }

  .cabinet__block {
    padding: 0px;
  }

  .cabinet__block {
    display: block !important;
  }

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

  .cabinet__body {
    display: none;
    padding: 10px 20px 20px;
  }

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

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

  .data-cabinet__section:first-child .data-cabinet__title {
    display: none;
  }

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

  .data-cabinet__title {
    font-size: 20px;
  }

  .data-cabinet__form {
    margin-top: 20px;
    row-gap: 20px;
  }

  .data-cabinet__body {
    row-gap: 20px;
  }

  .order-cabinet__title {
    display: none;
  }

  .order-cabinet__content {
    margin-top: 0;
  }

  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    margin-top: 20px;
  }

  .contacts__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .history__wrapper {
    padding: 20px;
    row-gap: 20px;
  }

  .history__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;
  }

  .person-history {
    -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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

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

  .blogs__content {
    margin-top: 20px;
  }

  .blogs__body {
    row-gap: 30px;
  }

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

  .blog-page__wrapper {
    padding: 20px;
    margin: 0px -20px;
  }

  .blog-page__body {
    row-gap: 20px;
  }

  .not-found {
    padding: 40px 0px;
  }

  .welcome {
    padding: 20px 0px;
  }

  .welcome__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .details-welcome__map {
    height: 325px;
  }

  .page section:last-child:not(.stores) {
    padding-bottom: 50px;
  }
}

@media (max-width: 721.98px) {
  .card-popup__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .card-popup__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 440px;
  }

  .site-options {
    -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: 12px;
  }

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

  .product-section__item:not(:nth-child(-n+4)) {
    display: none;
  }

  .product-section__item:nth-child(4) {
    margin-right: 0 !important;
  }

  .stores__content {
    bottom: 10px;
    background: none;
    top: 10px;
    left: 20px;
    right: 20px;
    max-width: 100%;
    width: auto;
  }

  .stores__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    padding: 10px 12px;
  }

  .stores__list {
    display: none;
  }

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

  .card__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .card__gallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 440px;
  }

  .product-cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }

  .product-cart__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 38px);
            flex: 0 0 calc(100% - 38px);
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }

  .product-cart__remove {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .main-order__body:not(:first-child) {
    margin-top: 20px;
  }

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

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

  .store-delivery-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .store-delivery-order__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .store-delivery-order__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

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

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

  .order-cabinet__top {
    -ms-grid-columns: 80px 80px 80px 20px;
    grid-template-columns: 80px 80px 80px 20px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .order-cabinet__top span:nth-child(3) {
    display: none;
  }

  .item-order-cabinet__main {
    -ms-grid-columns: 80px 80px 80px 20px;
    grid-template-columns: 80px 80px 80px 20px;
    font-size: 14px;
    font-weight: 500;
  }

  .item-order-cabinet__main span:nth-child(3) {
    display: none;
  }

  .product-order-cabinet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 12px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .product-order-cabinet__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .product-order-cabinet__total {
    text-align: right;
  }

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

  .welcome__wrapper {
    margin: 0px -20px;
  }
}

@media (max-width: 550px) {
  .blogs__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 479.98px) {
  ._title {
    font-size: 20px;
  }

  .card-popup__like {
    right: 60px;
    top: 15px;
  }

  .card-popup__other {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 12px;
  }

  .card-popup__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

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

  .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;
  }

  .product-header-cart {
    -ms-grid-columns: 75px 1fr 30px 18px;
    grid-template-columns: 75px 1fr 30px 18px;
  }

  .product-header-cart__body {
    row-gap: 5px;
  }

  .product-added__title {
    font-size: 14px;
  }

  .product-product-added__name {
    font-size: 14px;
  }

  .footer__main {
    padding: 30px 0px 40px;
  }

  .banner {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .banner__slider {
    padding: 0px;
  }

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

  .banner__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 0px;
  }

  .banner__paggination {
    margin-top: 12px;
  }

  .head-section__title {
    font-size: 20px;
  }

  .head-section__more {
    font-size: 14px;
  }

  .product-section {
    padding: 15px 0px;
  }

  .product-section__content {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 20px;
    margin-top: 20px;
  }

  .product-section__slider {
    margin: 0px;
    padding: 0px;
  }

  .product-section__slider .product-section__item:not(:last-child) {
    margin-right: 10px;
  }

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

  .product {
    padding: 10px;
    row-gap: 10px;
  }

  .product__image {
    min-height: 210px;
  }

  .product__image::after {
    width: 9px;
  }

  .product__body {
    row-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .product__name {
    font-size: 14px;
  }

  .product__other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product__price {
    font-size: 14px;
  }

  .product__button {
    font-size: 12px;
    padding: 5px 20px;
  }

  .stock-section {
    padding: 15px 0px;
  }

  .stock-section__content {
    margin-top: 20px;
  }

  .stock-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .stock-section__item:not(:nth-child(-n+1)) {
    display: none;
  }

  .stock {
    row-gap: 15px;
  }

  .blog-section {
    margin: 15px 0px;
    padding: 30px 0px;
  }

  .blog-section__content {
    margin-top: 20px;
  }

  .blog-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .blog-section__item:not(:nth-child(-n+1)) {
    display: none;
  }

  .blog {
    row-gap: 15px;
  }

  .breadcrums {
    padding: 20px 0px;
  }

  .catalog {
    padding: 30px 0px;
  }

  .catalog__content {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 20px;
    margin-top: 20px;
  }

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

  .card {
    padding: 30px 0px;
  }

  .card__other {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .cart {
    padding: 30px 0px;
  }

  .cart__footer {
    padding: 12px;
  }

  .head-cart__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .head-cart__back {
    font-size: 14px;
  }

  .product-cart {
    padding: 12px;
  }

  .product-cart__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .product-cart__quantity {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95px;
            flex: 0 0 95px;
    padding: 0px 5px;
  }

  .order {
    padding: 30px 0px;
  }

  .order__back {
    font-size: 14px;
  }

  .order__content {
    margin-top: 20px;
  }

  .main-order__title {
    font-size: 22px;
  }

  .data-order {
    row-gap: 20px;
  }

  .delivery-order__blocks {
    margin-top: 20px;
  }

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

  .order-success {
    padding: 30px 0px;
  }

  .order-success__wrapper {
    padding: 20px;
  }

  .login {
    padding: 30px 0px;
  }

  .login__wrapper {
    padding: 20px;
    row-gap: 20px;
  }

  .form-login {
    row-gap: 20px;
  }

  .head-login {
    row-gap: 20px;
  }

  .cabinet {
    padding: 30px 0px;
  }

  .top-cabinet__name {
    font-size: 20px;
  }

  .item-order-cabinet {
    padding: 12px 0px;
  }

  .product-order-cabinet__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }

  .product-order-cabinet__name {
    font-size: 14px;
  }

  .product-order-cabinet__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }

  .product-order-cabinet__total {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }

  .fav-cabinet {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }

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

  .contacts {
    padding: 30px 0px;
  }

  .info-contacts {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }

  .info-contacts__item:not(._timework) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .history {
    padding: 30px 0px;
  }

  .history__wrapper {
    margin: 20px -20px 0px;
  }

  .history__name {
    font-size: 18px;
  }

  .history__body {
    font-size: 14px;
  }

  .person-history__name {
    font-size: 18px;
  }

  .blogs {
    padding: 30px 0px;
  }

  .blog-page {
    padding: 30px 0px;
  }

  .blog-page__title {
    font-size: 18px;
  }

  .not-found {
    padding: 30px 0px;
  }

  .not-found__title {
    font-size: 24px;
  }

  .welcome {
    padding: 0px 0px !important;
  }

  .welcome__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .about-welcome__image {
    height: 210px;
  }

  .page {
    padding-top: 130px;
  }

  .page section:last-child:not(.stores) {
    padding-bottom: 40px;
  }
}

@media (max-width: 991.98px) and (min-width: 479.98px) {
  .card__quantity {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}

@media (max-width: 991.98px) and (min-width: 721.98px) {
  .about-welcome {
    -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;
  }

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

  .about-welcome__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }
}
@media (max-width: 768px) {
    .page-text__text img,
    .page-text__text p img {
        width:100%;
    }
}
@media (any-hover: hover) {
  ._btn._stroke:hover {
    color: #fff;
    background: #92278F;
  }

  ._btn:hover {
    background: #771974;
  }

  .pagging__link:not(._active):hover {
    border-color: #92278F;
    color: #92278F;
  }

  .list-menu__link:hover {
    color: #92278F;
  }

  .nav-header__link:hover {
    color: #92278F;
    background: #fff;
  }

  .header-cart__clear:hover svg path {
    stroke: #272727;
  }

  .product-header-cart__name:hover {
    color: #92278F;
  }

  .product-header-cart__delete:hover svg path {
    stroke: red;
  }

  .product-product-added__name:hover {
    color: #92278F;
  }

  .main-footer__list a:hover {
    color: #92278F;
  }

  .social-main-footer__item:hover svg path[fill] {
    fill: #92278F;
  }

  .social-main-footer__item:hover svg path[stroke] {
    stroke: #92278F;
  }

  .bottom-footer__dev:hover {
    color: #92278F;
  }

  .bottom-footer__dev:hover svg path {
    fill: #92278F;
  }

  .banner__arrow:hover {
    background: #92278F;
  }

  .banner__arrow:hover svg path {
    fill: #fff;
  }

  .head-section__more:hover {
    color: #272727;
  }

  .head-section__arrow:hover {
    background: #e2e2e2;
  }

  .head-section__arrow:hover svg path {
    fill: #272727;
  }

  .product:hover {
    -webkit-box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4);
            box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4);
    border-color: #fff;
  }

  .product__head:hover .product__view {
    opacity: 1;
    pointer-events: all;
  }

  .product__view:hover {
    color: #272727;
    border-color: #272727;
  }

  .product__view:hover svg path[fill] {
    fill: #272727;
  }

  .product__view:hover svg path[stroke] {
    stroke: #272727;
  }

  .product__name:hover {
    color: #92278F;
  }

  .stock__image:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .stock__name:hover {
    color: #92278F;
  }

  .blog__image:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .blog__name:hover {
    color: #92278F;
  }

  .breadcrums__list a:hover {
    color: #92278F;
  }

  .head-cart__back:hover {
    color: #272727;
  }

  .head-cart__back:hover svg path[fill] {
    fill: #272727;
  }

  .head-cart__back:hover svg path[stroke] {
    stroke: #272727;
  }

  .head-cart__clear:hover {
    color: #272727;
  }

  .head-cart__clear:hover svg path[fill] {
    fill: #272727;
  }

  .head-cart__clear:hover svg path[stroke] {
    stroke: #272727;
  }

  .product-cart__name:hover {
    color: #92278F;
  }

  .order__back:hover {
    color: #272727;
  }

  .order__back:hover svg path[fill] {
    fill: #272727;
  }

  .order__back:hover svg path[stroke] {
    stroke: #272727;
  }

  .login__nav:not(._active):hover {
    color: #272727;
  }

  .form-login__forgot:hover {
    color: #272727;
  }

  .footer-login__back:hover {
    color: #272727;
  }

  .footer-login__back:hover svg path {
    fill: #272727;
  }

  .sidebar-cabinet__item:not(._active):hover .sidebar-cabinet__icon svg path[fill] {
    fill: #92278F;
  }

  .sidebar-cabinet__item:not(._active):hover .sidebar-cabinet__icon svg path[stroke] {
    stroke: #92278F;
  }

  .sidebar-cabinet__item:not(._active):hover .sidebar-cabinet__name {
    color: #92278F;
  }

  .product-order-cabinet__name:hover {
    color: #92278F;
  }

  .info-contacts__value a:hover {
    color: #92278F;
  }
}