@charset "UTF-8";
/* @import 'libs/font'; */

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

:focus, :active {
  outline: none;
}

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



body, html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

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

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

dl, ol, ul {
  margin: 0;
}

label {
  margin: 0;
}

p {
  margin: 0;
}

img {
  vertical-align: top;
}

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

/* Ion.Calendar
// Version 2.0.1, build: 91
// © 2013 Denis Ineshin | IonDen.com
//
// Project page:    http://ionden.com/a/plugins/ion.calendar/
// GitHub page:     https://github.com/IonDen/ion.calendar
//
// Released under MIT licence:
// http://ionden.com/a/plugins/licence-en.html
// ===================================================================================================================*/

/* ic = ion.calendar prefix */

.ic__container, .ic__week-head, .ic__week-head td, .ic__days, .ic__days td, .ic__header, .ic__prev, .ic__next, .ic__datepicker {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 13px;
  cursor: default;
  text-shadow: none !important;
}

.ic__container {
  position: relative;
  background: #fff;
}

.ic__container table {
  width: 100%;
  border: 0;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.ic__header {
  position: relative;
  background: #555;
  height: 35px;
}

.ic__prev, .ic__next {
  position: absolute;
  top: 0;
  width: 7%;
  height: 35px;
  background-color: #555;
  cursor: pointer;
}

.ic__prev:hover, .ic__next:hover {
  background-color: #666;
}

.ic__prev div, .ic__next div {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 5px solid transparent;
}

.ic__prev {
  left: 0;
}

.ic__prev div {
  top: 13px;
  left: 50%;
  margin-left: -7px;
  border-right-color: #fff;
}

.ic__next {
  right: 0;
}

.ic__next div {
  top: 13px;
  right: 50%;
  margin-right: -7px;
  border-left-color: #fff;
}

.ic__month {
  position: absolute;
  top: 6px;
  left: 9%;
  width: 50%;
}

.ic__year {
  position: absolute;
  top: 6px;
  right: 9%;
  width: 30%;
}

.ic__header select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #000;
  padding: 2px;
  font-size: 14px;
  font-weight: bold;
}

.ic__header select:focus {
  outline: none;
}

.ic__week-head td {
  width: 14%;
  vertical-align: top;
  text-align: center;
  padding: 10px 0 8px;
  border: 1px solid #ebebeb;
  color: #b5b5b5;
  font-size: 9px;
  line-height: 1.333;
  text-transform: uppercase;
}

.ic__days {
  margin-top: -1px;
}

.ic__days td {
  width: 14%;
  vertical-align: top;
  text-align: center;
  padding: 10px 0 8px;
  border: 1px solid #ebebeb;
  color: #757575;
  font-size: 9px;
  line-height: 1.333;
  text-transform: uppercase;
}

.ic__days .ic__day {
  background: #fff;
  cursor: pointer;
}

.ic__days .ic__day:hover {
  background: #d35746;
  color: #fff;
}

.ic__days .ic__day-empty {
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7u7u////KNOqmgAAABlJREFUeNpiYGRkZABCCGIA8UAEI4QACDAAAUoAFV5+ydgAAAAASUVORK5CYII=");
}

.ic__days .ic__day_state_current {
  background: #f4f4f4;
  color: #000;
}

.ic__days .ic__day_state_selected {
  background: #f4f4f4;
  color: #000;
}

.ic__datepicker {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 250px;
  padding: 10px;
  border-radius: 10px;
  background: #333;
  z-index: 9999;
}

/* Ion.Calendar
// Version 2.0.1, build: 91
// © 2013 Denis Ineshin | IonDen.com
//
// Project page:    http://ionden.com/a/plugins/ion.calendar/
// GitHub page:     https://github.com/IonDen/ion.calendar
//
// Released under MIT licence:
// http://ionden.com/a/plugins/licence-en.html
// ===================================================================================================================*/

/* ic = ion.calendar prefix */

.ic__container, .ic__week-head, .ic__week-head td, .ic__days, .ic__days td, .ic__header, .ic__prev, .ic__next, .ic__datepicker {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 13px;
  cursor: default;
  text-shadow: none !important;
}

.ic__container {
  position: relative;
  background: #fff;
}

.ic__container table {
  width: 100%;
  border: 0;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.ic__header {
  position: relative;
  background: #555;
  height: 35px;
}

.ic__prev, .ic__next {
  position: absolute;
  top: 0;
  width: 7%;
  height: 35px;
  background-color: #555;
  cursor: pointer;
}

.ic__prev:hover, .ic__next:hover {
  background-color: #666;
}

.ic__prev div, .ic__next div {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 5px solid transparent;
}

.ic__prev {
  left: 0;
}

.ic__prev div {
  top: 13px;
  left: 50%;
  margin-left: -7px;
  border-right-color: #fff;
}

.ic__next {
  right: 0;
}

.ic__next div {
  top: 13px;
  right: 50%;
  margin-right: -7px;
  border-left-color: #fff;
}

.ic__month {
  position: absolute;
  top: 6px;
  left: 9%;
  width: 50%;
}

.ic__year {
  position: absolute;
  top: 6px;
  right: 9%;
  width: 30%;
}

.ic__header select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #000;
  padding: 2px;
  font-size: 14px;
  font-weight: bold;
}

.ic__header select:focus {
  outline: none;
}

.ic__week-head td {
  width: 14%;
  vertical-align: top;
  text-align: center;
  padding: 10px 0 8px;
  border: 1px solid #ebebeb;
  color: #b5b5b5;
  font-size: 9px;
  line-height: 1.333;
  text-transform: uppercase;
}

.ic__days {
  margin-top: -1px;
}

.ic__days td {
  width: 14%;
  vertical-align: top;
  text-align: center;
  padding: 10px 0 8px;
  border: 1px solid #ebebeb;
  color: #757575;
  font-size: 9px;
  line-height: 1.333;
  text-transform: uppercase;
}

.ic__days .ic__day {
  background: #fff;
  cursor: pointer;
}

.ic__days .ic__day:hover {
  background: #d35746;
  color: #fff;
}

.ic__days .ic__day-empty {
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7u7u////KNOqmgAAABlJREFUeNpiYGRkZABCCGIA8UAEI4QACDAAAUoAFV5+ydgAAAAASUVORK5CYII=");
}

.ic__days .ic__day_state_current {
  background: #f4f4f4;
  color: #000;
}

.ic__days .ic__day_state_selected {
  background: #f4f4f4;
  color: #000;
}

.ic__datepicker {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 250px;
  padding: 10px;
  border-radius: 10px;
  background: #333;
  z-index: 9999;
}

* {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  color: #000000;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

input[type='submit'] {
  cursor: pointer;
}

.button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 215px;
  height: 64px;
  -webkit-box-shadow: 0 5px 10px rgba(223, 59, 59, 0.25);
  box-shadow: 0 5px 10px rgba(223, 59, 59, 0.25);
  border-radius: 32px;
  background-color: #fe4443;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.button.no-active {
  pointer-events: none;
  opacity: .5;
  cursor: inherit;
}

.button:hover {
  background-color: #d81515;
}

.button-two {
  cursor: pointer;
  max-width: 370px;
  width: 100%;
  height: 65px;
  border-radius: 32px;
  background-color: #f8f0e4;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.button-two:hover {
  background-color: #fdf9f4;
}

.title {
  color: #1d1d1d;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  position: relative;
}

.title::before, .title::after {
  position: absolute;
  content: '';
  max-width: 340px;
  width: 100%;
  height: 2px;
  background-color: #f8f0e4;
  top: 50%;
}

.title::before {
  left: 0;
}

.title::after {
  right: 0;
}

.breadcrumbs {
  padding: 23px 0;
}

.breadcrumbs__list-item {
  display: inline-block;
  padding-right: 16px;
  position: relative;
}

.breadcrumbs__list-item a {
  color: #a28baa;
  font-size: 12px;
  font-weight: 400;
}

.breadcrumbs__list-item span {
  color: #a28baa;
  font-size: 12px;
  font-weight: 400;
}

.breadcrumbs__list-item:last-child::after {
  display: none;
}

.breadcrumbs__list-item::after {
  position: absolute;
  content: '-';
  right: -3px;
  bottom: 4px;
  width: 14px;
  height: 14px;
  color: #fd4443;
}

.deliver {
  padding: 46px 0 104px 0;
  position: relative;
}

.deliver__title {
  text-align: left;
}

.deliver__title::before {
  display: none;
}

.deliver__title::after {
  display: none;
}

.deliver__text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  max-width: 633px;
  margin-top: 34px;
}

.deliver__text a {
  text-decoration: underline;
}

.deliver__img {
  position: absolute;
  right: 11px;
  bottom: 0;
  width: 563px;
  height: 465px;
}

.deliver__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.error {
  padding: 84px 0 159px 0;
  position: relative;
}

.error__title {
  text-align: left;
}

.error__title::before {
  display: none;
}

.error__title::after {
  display: none;
}

.error__text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  max-width: 633px;
  margin-top: 34px;
}

.error__text a {
  text-decoration: underline;
}

.error__img {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 509px;
  height: 370px;
}

.error__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quantity__input {
  width: 39px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  text-align: center;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 500;
}

.quantity .minus {
  width: 12px;
  height: 2px;
  margin-right: 10px;
}

.quantity .minus img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.quantity .plus {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}

.quantity .plus img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.quantity__btn {
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}

.header {
  padding: 20px 0;
}

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

.header__logo {
  width: 100px;
  height: 71px;
}

.header__logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__text {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  max-width: 356px;
  margin-right: auto;
  margin-left: 70px;
  line-height: normal;
}

.header__phone {
  display: none;
}

.header__phone a {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 700;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-right: 114px; */
  margin-right: 20px;
}

.header__social_icon {
  display: block;
  margin-right: 20px;
}

.header__social_icon:last-child {
  margin-right: 0;
}

.header__social_icon:hover img:last-child {
  display: block;
}

.header__social_icon:hover img:first-child {
  display: none;
}

.header__social_icon img {
  width: 36px;
  height: 36px;
}

.header__social_icon img:last-child {
  display: none;
}

.header .header__burger {
  top: 15px;
  position: absolute;
  right: 15px;
  display: none;
  width: 30px;
  height: 24px;
}

.header .header__burger span {
  background-color: #4d4d4d;
  position: absolute;
  width: 25px;
  height: 2px;
  right: 0;
  top: 8px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.header .header__burger::before {
  content: "";
  background-color: #4d4d4d;
  position: absolute;
  width: 25px;
  height: 2px;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.header .header__burger::after {
  content: "";
  background-color: #4d4d4d;
  position: absolute;
  width: 25px;
  height: 2px;
  right: 0;
  bottom: 5px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.header .header__burger.active {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  height: 24px;
}

.header .header__burger.active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  width: 25px;
}

.header .header__burger.active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 13px;
  width: 25px;
}

.header .header__burger.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  -webkit-box-shadow: 0 20px 40px rgba(232, 232, 232, 0.5);
  box-shadow: 0 20px 40px rgba(232, 232, 232, 0.5);
  background-color: #ffffff;
  width: 100%;
  padding: 10px 0;
}

.header-fixed .header__logo {
  width: 71px;
  height: 44px;
}

.header-fixed .header__text {
  display: none;
}

.header-fixed .header__social {
  margin-left: 0 !important;
}

.header-fixed .main_icon {
  background-color: #f8f0e4;
}

.header-fixed .header__phone {
  display: block;
  margin-right: 70px;
  margin-left: auto;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
}

.main_icon {
  width: 37px;
  height: 37px;
  background-color: #ffffff;
  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%;
  margin-right: 20px;
  position: relative;
}

.main_icon:nth-child(2) img {
  width: 16px;
  height: 21px;
}

.main_icon:last-child {
  margin-right: 0;
}

.main_icon:last-child img {
  width: 16px;
  height: 21px;
}

.main_icon img {
  width: 21px;
  height: 20px;
}

.main_icon span {
  position: absolute;
  width: 15px;
  height: 14px;
  background-color: #fe4443;
  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%;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  right: -4px;
  top: -1px;
}

.page {
  max-width: 1360px;
  margin: 0 auto;
}

.page__top {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page__top_left {
  color: #1d1d1d;
  font-size: 12px;
  font-weight: 400;
}

.page__top_left span {
  font-weight: 600;
}

.page__top_center {
  margin-left: auto;
  margin-right: 79px;
}

.page__top_center a {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 700;
}

.page__top_right {
  color: #1d1d1d;
  font-size: 12px;
  font-weight: 400;
}

.page__top_right span {
  font-weight: 600;
}

.page__center {
  border-radius: 20px;
  background-color: #f8f0e4;
}

.page .p-b {
  padding-bottom: 60px;
}

.page__bottom {
  padding: 32px 0;
}

.page__bottom_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page__bottom_text {
  color: #1d1d1d;
  font-size: 12px;
  font-weight: 400;
}

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

.page__bottom_icon {
  margin-right: 30px;
  display: block;
}

.page__bottom_polic {
  color: #1d1d1d;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nav {
  height: 61px;
  background-color: #513e58;
}

.nav .container {
  height: 100%;
}

.nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

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

.nav__menu_list {
  margin-right: 27px;
}

.nav__menu_list:last-child {
  margin-right: 0;
}

.nav__menu_link {
  font-size: 14px;
  font-weight: 500;
  color: #fff0d9;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nav__menu_list.selected .nav__menu_link {
  color: #ffffff;

}

.nav__menu_link:hover {
  color: #ffffff;
}

.nav__search {
  height: 100%;
}

.nav__search form {
  height: 100%;
}

.nav__search_input {
  height: 100%;
  width: 281px;
  position: relative;
}

.nav__search_input input {
  background-image: -o-linear-gradient(3deg, #3f2c46 0%, #3c2544 100%);
  background-image: linear-gradient(87deg, #3f2c46 0%, #3c2544 100%);
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 15px;
  color: #bda4c6;
  font-size: 12px;
  font-weight: 500;
}

.nav__search_input input::-webkit-input-placeholder {
  color: #bda4c6;
  font-size: 12px;
  font-weight: 400;
}

.nav__search_input input::-moz-placeholder {
  color: #bda4c6;
  font-size: 12px;
  font-weight: 400;
}

.nav__search_input input:-ms-input-placeholder {
  color: #bda4c6;
  font-size: 12px;
  font-weight: 400;
}

.nav__search_input input::-ms-input-placeholder {
  color: #bda4c6;
  font-size: 12px;
  font-weight: 400;
}

.nav__search_input input::placeholder {
  color: #bda4c6;
  font-size: 12px;
  font-weight: 400;
}

.nav__search_input-icon {
  position: absolute;
  right: 15px;
  top: 19px;
  border: none;
  background-color: transparent;
}

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

.nav__right_text {
  margin-right: 23px;
}

.nav__right_text:last-child {
  margin-right: 0;
}

.nav__right_text a {
  color: #fff0d9;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nav__right_text a:hover {
  color: #ffffff;
}

.nav-margin {
  margin-top: 111px;
}

.promo .swiper-container {
  padding: 66px 95px 74px 95px;
  position: relative;
}

.promo .swiper-slide {
  opacity: 0 !important;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.promo .swiper-slide-active {
  opacity: 1 !important;
}

.promo .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background-color: #3e2b46;
  opacity: 1;
  border-radius: 2px;
  margin: 0 15px !important;
}

.promo .swiper-pagination-bullet-active {
  height: 4px;
}

.promo .swiper-pagination {
  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;
  bottom: 40px;
}

.promo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 339px;
}

.promo__item_title {
  color: #1d1d1d;
  font-size: 36px;
  font-weight: 900;
  max-width: 520px;
}

.promo__item_price {
  color: #000000;
  font-size: 36px;
  font-weight: 400;
  margin-top: 19px;
}

.promo__item_price span {
  font-size: 24px;
  font-weight: 400;
}

.promo__item_text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  max-width: 350px;
  margin-top: 28px;
}

.promo__item_text span {
  font-weight: 600;
}

.promo__item_btn {
  margin-top: auto;
}

.promo__item_img {
  position: absolute;
  right: -95px;
  bottom: -73px;
  max-width: 631px;
  height: 445px;
}

.promo__item_img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.advantage {
  margin-top: 60px;
}
.advantage.mobile{
  display: none;
}
.advantage__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.advantage__item_icon {
  min-width: 62px;
  min-height: 64px;
  max-width: 62px;
  max-height: 64px;
  width: 62px;
  height: 64px;
  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;
  margin-right: 37px;
}

.advantage__item_icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.advantage__item_text {
  max-width: 265px;
}

.advantage__item_title {
  font-size: 16px;
  font-weight: 600;
}

.advantage__item_descr {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  line-height: 24px;
}

.padding-bottom {
  padding-bottom: 98px;
  border-bottom: 1px solid #f8f0e4;
}

.catalog-mini {
  margin-top: 78px;
}

.catalog-mini.search {
  margin-top: 20px;
}

.catalog-mini__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 55px;
}

/* .card-item { */

.card-item-wrap {
  width: 270px;
  display: block;
}

.card-item {
  width: 270px;
  border-radius: 10px;
  -webkit-transition: hover .3s;
  -o-transition: hover .3s;
  transition: hover .3s;
  display: block;
  /* margin-bottom: 24px; */
}

.card-item:hover {
  -webkit-box-shadow: 0 0 20px #e8e8e8;
  box-shadow: 0 0 20px #e8e8e8;
  background-color: #ffffff;
}

.card-item:hover .card-item__buy-click {
  opacity: 1;
}

.card-item__img {
  display: block;
  width: 270px;
  height: 361px;
  position: relative;
}

.card-item__img img {
  max-width: 100%;
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-item__img>img {
  height: 100%;
  border-radius: 10px 10px 0 0;
}

.card-item__heart {
  position: absolute;
  width: 37px;
  height: 37px;
  background-color: #ffffff83;
  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;
  right: 10px;
  top: 10px;
  border: none;
  z-index: 110;
}

.card-item__heart svg {
  width: 23px;
  height: 21px;
  fill: #000;
}

.card-item__heart.active {
  background-color: #ffffff;
}

.card-item__heart.active svg {
  fill: #fe4443;
}

.card-item__name {
  color: #513e58;
  font-size: 16px;
  font-weight: 500;
  min-height: 31px;
  max-height: 31px;
  display: block;
}

.card-item__bottom {
  padding: 16px 20px 20px 20px;
}

.card-item__buy-block {
  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;
  margin-top: 31px;
  height: 37px;
}

.card-item__price_old {
  text-decoration: line-through;
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.card-item__price_new {
  color: #1d1d1d;
  font-size: 20px;
  font-weight: 700;
}

.card-item__price.old-price .card-item__price_old {
  display: block;
}

.card-item__buy {
  width: 133px;
  height: 37px;
  border-radius: 18px;
  background-color: #fe4443;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding-left: 35px;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-item__buy:hover {
  background-color: #d81515;
}

.card-item__buy::before {
  position: absolute;
  content: url("../img/icons/bag-white.png");
  left: 18px;
  top: 7px;
}

.card-item__buy::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 22px;
  background-color: #ffffff;
  opacity: 0.5;
  left: 44px;
  top: 8px;
}

.card-item__not {
  width: 133px;
  height: 37px;
  border-radius: 18px;
  background-color: #fe4443;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;

}

.card-item__not:hover {
  background-color: #d81515;
}

.card-item__buy-click {
  width: 100%;
  display: block;
  height: 37px;
  border-radius: 18px;
  background-color: #a28baa;
  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;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.card-item__buy-click:hover {
  background-color: #513e58;
}

.catalog__right .card-item-wrap.active {
  width: 48%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 642px;
}

.catalog__right .card-item-wrap.active .card-item {
  width: 100%;
  height: 100%;
}

.catalog__right .card-item-wrap.active .card-item__img {
  min-width: 100%;
  max-height: 561px;
  height: 100%;
}

.catalog__right .card-item-wrap.active .card-item__img>img {
  width: 100%;
  height: 100%;
}

.banner {
  padding: 67px 0;
  margin-top: 69px;
  border-radius: 20px;
  background-color: #e4eef8;
  position: relative;
}

.banner__img {
  position: absolute;
}

.banner__img.one {
  left: 0;
  bottom: 0;
}

.banner__img.two {
  right: 0;
  bottom: 0;
}

.banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 222px;
  position: relative;
}

.banner__title {
  color: #1d1d1d;
  font-size: 36px;
  font-weight: 900;
}

.banner__descr {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 613px;
  margin-top: 23px;
}

.banner__btn {
  margin-top: auto;
  width: 230px;
}

.reviews {
  padding: 60px 0 57px 0;
  background: url("../img/reviews-bg.jpg") center center/cover no-repeat;
  margin-top: 84px;
  overflow-x: hidden;
}

.reviews__title {
  color: #1d1d1d;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.reviews__wrapper {
  margin-top: 120px;
  /* position: relative; */
}

.reviews__item {
  width: 370px;
  min-height: 231px;
  -webkit-box-shadow: 0 0 20px #e8e8e8;
  box-shadow: 0 0 20px #e8e8e8;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  text-align: center;
  padding: 78px 35px 0 35px;
  margin: 0 auto;
}

.reviews__item_img {
  width: 120px;
  height: 121px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -67px;
  overflow: hidden;
}

.reviews__item_img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

.reviews__item_text {
  color: #1d1d1d;
  font-size: 14px;
}

.reviews__item_name {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 900;
  margin-top: 15px;
}

.reviews .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background-color: #3e2b46;
  opacity: 1;
  border-radius: 2px;
  margin: 0 15px !important;
}

.reviews .swiper-pagination-bullet-active {
  height: 4px;
}

.reviews .swiper-pagination {
  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;
  bottom: 5px;
}

.reviews .swiper-container {
  padding-bottom: 55px;
}

.info {
  margin-top: 62px;
}

.info__title::before, .info__title::after {
  display: none;
}

.info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 44px;
  padding-left: 40px;
}

.info__left {
  max-width: 474px;
  margin-right: 20px;
}

.info__left span {
  display: block;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
  position: relative;
}

.info__left span::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #a28baa;
  left: -39px;
  top: 11px;
}

.info__wrapper {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.info__right {
  max-width: 568px;
}

.footer {
  margin-top: 66px;
  padding: 60px 0 40px 0;
  border-radius: 20px;
  background-color: #f4f8fb;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__column:last-child {
  width: 200px;
}

.footer__list-title {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
}

.footer__list {
  color: #5f5e5e;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

.footer__list:hover {
  color: #1d1d1d;
}

.footer__link {
  color: #5f5e5e;
  font-size: 14px;
  font-weight: 500;
}

.footer__link:hover {
  color: #1d1d1d;
}

.footer__link.tel {
  font-size: 18px;
  font-weight: 700;
  color: #1d1d1d;
}

.footer__link.mail {
  text-decoration: underline;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
}

.footer__social_icon {
  display: block;
  margin-right: 20px;
}

.footer__social_icon:last-child {
  margin-right: 0;
}

.footer__social_icon:hover img:last-child {
  display: block;
}

.footer__social_icon:hover img:first-child {
  display: none;
}

.footer__social_icon img {
  width: 36px;
  height: 36px;
}

.footer__social_icon img:last-child {
  display: none;
}

.catalog__title {
  color: #1d1d1d;
  font-size: 36px;
  font-weight: 900;
}

.catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
}

.catalog__filter {
  min-width: 270px;
  border-radius: 10px;
  border: 1px solid #f8f0e4;
  background-color: #ffffff;
  padding: 24px 20px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.catalog__filter_item {
  overflow: hidden;
  margin-bottom: 26px;
  max-height: 100%;
}

.catalog__filter_item.slide {
  max-height: 36px;
}

.catalog__filter_item-title {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 2px solid #f8f0e4;
  cursor: pointer;
  position: relative;
}

.catalog__filter_item-title.custom-margin {
  margin-bottom: 20px;
}

.catalog__filter_item-title::before {
  position: absolute;
  content: '';
  background-image: url("../img/icons/filter-arrow.png");
  background-repeat: no-repeat;
  right: 0;
  top: 5px;
  width: 8px;
  height: 6px;
}

.catalog__filter_item-title.slide-arrow::before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.catalog__filter_item-check {
  margin-top: 17px;
}

.catalog__filter_item-check-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.catalog__filter_item-check-input:last-child {
  margin-bottom: 0;
}

.catalog__filter_item-check-input .checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 19px;
  height: 19px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}

.catalog__filter_item-check-input .checkbox::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 49%;
  -webkit-transform: translate(-50%, -44%);
  -ms-transform: translate(-50%, -44%);
  transform: translate(-50%, -44%);
  width: 0;
  height: 0;
  background-color: #fd4443;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  opacity: 0;
}

.catalog__filter_item-check-input .checkbox:checked::before {
  width: 9px;
  height: 10px;
  opacity: 1;
}

.catalog__filter_item-check-input label, .catalog__filter_item-check-input span {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400;
  margin-left: 9px;
}

.catalog__filter_slider_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 17px;
}

.catalog__filter_slider_num-item {
  width: 101px;
  height: 41px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
}

.catalog__filter_slider-range {
  margin-top: 14px;
}

.catalog__filter .irs--flat {
  height: 40px !important;
}

.catalog__filter .irs--flat .irs-line {
  width: 100% !important;
  height: 5px;
  border-radius: 2px;
  background: #d3d3d3;
}

.catalog__filter .irs--flat .irs-bar {
  height: 5px;
  background: #513e58;
  border-radius: 2px;
}

.catalog__filter .irs-with-grid .irs-grid {
  width: 100% !important;
}

.catalog__filter .irs--flat.irs-with-grid {
  width: 100% !important;
  margin-top: -19px;
}

.catalog__filter .irs--flat .irs-grid-text {
  display: none;
}

.catalog__filter .irs--flat .irs-grid-pol {
  display: none;
}

.catalog__filter .irs--flat .irs-from, .catalog__filter .irs--flat .irs-single, .catalog__filter .irs--flat .irs-to {
  display: none;
}

.catalog__filter .irs--flat .irs-max, .catalog__filter .irs--flat .irs-min {
  display: none;
}

.catalog__filter .irs--flat .irs-handle {
  width: 18px;
  height: 19px;
  -webkit-box-shadow: 0 0 4px #d3d3d3;
  box-shadow: 0 0 4px #d3d3d3;
  background-color: #ffffff;
  border-radius: 50%;
  top: 18px;
  cursor: pointer;
}

.catalog__filter .irs--flat .irs-handle::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  background-color: #fd4443;
  left: 50%;
  top: 49%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.catalog__filter .irs--flat .irs-handle>i {
  display: none;
}

.catalog__filter .irs-from {
  display: block !important;
  position: absolute;
  left: 38px !important;
  top: -25px !important;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  visibility: visible !important;
}

.catalog__filter .irs-from::before {
  display: none;
}

.catalog__filter .irs-to {
  display: block !important;
  position: absolute;
  right: 33px !important;
  left: inherit !important;
  top: -25px !important;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  visibility: visible !important;
}

.catalog__filter .irs-to::before {
  display: none;
}

.catalog__filter .irs-hidden-input {
  border: none !important;
}

.catalog__filter_btn {
  width: 100%;
  height: 50px;
}

.catalog__filter_btn-clean {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  margin: 18px auto 0 auto;
  display: block;
}

.catalog__right {
  margin-left: 30px;
  width: 100%;
}

.catalog__right_filter label {
  padding: 6px 10px;
  border-radius: 13px;
  background-color: #ffffff;
  display: inline-block;
  color: #1d1d1d;
  font-size: 12px;
  font-weight: 400;
  margin-right: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  border: none;
}

.catalog__right_filter input.tag {
  width: 0;
  height: 0;
  appearance: none;
}

.catalog__right_filter input.tag:checked+label {
  color: #fd4443;
}

.catalog__right_filter .red {
  color: #fd4443;
}

.catalog__right_sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 7px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
}

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

.catalog__right_sort-left span {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400;
}

.catalog__right_sort-select {
  position: relative;
}

.catalog__right_sort-select-title {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-left: 21px;
  position: relative;
  max-width: 150px;
}

.catalog__right_sort-select-title::before {
  position: absolute;
  content: '';
  background-image: url("../img/icons/filter-arrow.png");
  background-repeat: no-repeat;
  right: -17px;
  top: 7px;
  width: 8px;
  height: 6px;
}

.catalog__right_sort-select-title.slide-arrow::before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.catalog__right_sort-select-items {
  border-radius: 13px;
  background-color: #ffffff;
  padding: 10px;
  position: absolute;
  left: 11px;
  top: 20px;
  opacity: 0;
  min-width: 163px;
  z-index: 100;
}

.catalog__right_sort-select-items.show {
  opacity: 1;
  z-index: 111;
}

.catalog__right_sort-select-item {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 5px;
}

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

.catalog__right_sort-right-icon img {
  padding-right: 15px;
  cursor: pointer;
  opacity: 0.2;
}

.catalog__right_sort-right-icon img:last-child {
  padding-right: 0;
}

.catalog__right_sort-right-icon .show {
  opacity: 1;
}

.catalog__right_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: justify; */
  /* -ms-flex-pack: justify; */
  /* justify-content: space-between; */
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
.catalog__right_wrapper.catalog__right_wrapper--center {
  justify-content: center;
}

.catalog__right_wrapper-btn {
  background-color: #ffffff;
}

.catalog__right_pagin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 370px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 34px auto 60px auto;
}

.catalog__right_pagin-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog__right_pagin-center .pagin {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  padding: 0 15px;
}

.catalog__right_pagin-center .pagin-active {
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  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;
}
.catalog__wrapper .bx_filter.bx_blue{
  max-width: 270px;
}

.seo-content {
  padding: 15px 30px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
  box-shadow: 0 0 20px #e8e8e8;
  color: #513e58;
  font-size: 16px;
}

.seo-content.filter-seo {
  margin-top: 30px;
}

.product__wrapper {
  margin-top: 30px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__gallery {
  width: 571px;
  height: 566px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.product__gallery .mySwip2 {
  height: 100%;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: 472px;
}

.product__gallery .mySwip2 .swiper-button-next, .product__gallery .mySwip2 .swiper-button-prev {
  top: 50%;
}

.product__gallery .mySwip2 .swiper-button-next:after, .product__gallery .mySwip2 .swiper-button-prev:after {
  font-size: 34px;
}

.product__gallery .mySwip {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 37px 10px 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.product__gallery .mySwip .swiper-slide {
  width: 70px !important;
  height: 85px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
  opacity: 0.5;
}

.product__gallery .mySwip .swiper-slide img {
  width: inherit;
  height: inherit;
  max-width: 100%;
  max-height: 100%;
}

.product__gallery .mySwip .swiper-slide-thumb-active {
  opacity: 1;
}

.product__gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  cursor: pointer;
}

.product__gallery .swiper-button-next.swiper-button-disabled, .product__gallery .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.product__gallery .swiper-button-next, .product__gallery .swiper-button-prev {
  color: #E2CFBE;
}

.product__gallery .swiper-button-prev {
  left: 22px;
  top: 9px;
}

.product__gallery .swiper-button-next {
  left: 22px;
  bottom: -9px;
  top: inherit;
}

.product__gallery .swiper-button-next:after, .product__gallery .swiper-button-prev:after {
  font-size: 0;
}

.product__gallery .swiper-button-prev:after {
  content: url("../img/icons/gallery-arrow1.png");
}

.product__gallery .swiper-button-next:after {
  content: url("../img/icons/gallery-arrow2.png");
}

.product__left {
  max-width: 570px;
  margin-left: 30px;
}

.product__title {
  color: #1d1d1d;
  font-size: 30px;
  font-weight: 900;
  margin-top: -5px;
}

.product__subtitle {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
}

.product__subtitle a {
  font-size: 12px;
  text-decoration: underline;
}

.product__buy-block {
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 27px;
  padding: 20px;
}

.product__buy-block_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__buy-block_top-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product__buy-block_top-price .new-price {
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 700;
}

.product__buy-block_top-price .old-price {
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 500;
  text-decoration: line-through;
  display: none;
}

.product__buy-block_top-price.price-old .old-price {
  display: block;
}

.product__buy-block_top .button {
  max-width: 251px;
  width: 100%;
  height: 49px;
  border-radius: 24px;
  background-color: #fe4443;
  position: relative;
  padding-left: 37px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.product__buy-block_top .button.not-aviable {
  padding-left: 0;
}

.product__buy-block_top .button:hover {
  background-color: #ca0808;
}

.product__buy-block_top .button::before {
  position: absolute;
  content: url("../img/icons/bag-white.png");
  left: 76px;
  top: 13px;
}

.product__buy-block_top .button::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 22px;
  background-color: #ffffff;
  opacity: 0.5;
  left: 103px;
  top: 13px;
}

.product__buy-block_top .button.not-aviable {
  padding-left: 0;
}

.product__buy-block_top .button.not-aviable:before, .product__buy-block_top .button.not-aviable:after {
  display: none;
}

.product__buy-block_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.product__buy-block_bottom-heart {
  /* width: 21px; */
  height: 20px;
  cursor: pointer;
  display: flex;
  max-width: 220px;
  width: 100%;
  justify-content: space-between;
  margin-left: 12px;
}

.product__buy-block_bottom-heart svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product__buy-block_bottom-heart.active svg {
  fill: #fe4443;
}

.product__buy-block_bottom-add {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 600;
  border: none;
  background-color: transparent;
}

.product__buy-block_bottom-add.active {
  opacity: .6;
}

.product__buy-block_bottom .button {
  max-width: 251px;
  width: 100%;
  height: 49px;
  border-radius: 24px;
  background-color: #a28baa;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.product__buy-block_bottom .button:hover {
  background-color: #9259a5;
}

.product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
}

.product__info_icon {
  margin: 0 21px;
}

.product__info_text-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.product__info_text-center {
  color: #1d1d1d;
  font-size: 12px;
  font-weight: 400;
  margin-top: 11px;
}

.product__info_text-center span {
  font-weight: 500;
}

.product__info_text-bottom {
  color: #1d1d1d;
  font-size: 12px;
  font-weight: 400;
  margin-top: 14px;
}

.product__info_text-bottom a {
  text-decoration: underline;
}

.present {
  margin-top: 71px;
  position: relative;
  padding-bottom: 22px;
  border-bottom: 1px solid #f8f0e4;
}

.present .container {
  position: relative;
}

.present__title::before {
  width: 201px;
}

.present__title::after {
  width: 201px;
}

.present__wrapper {
  margin-top: 55px;
}

.present .swiper-container {
  padding: 0 10px;
}

.present .swiper-button-nex, .present .swiper-button-pre {
  position: absolute;
  background: #727271;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 14px 18px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  top: 39%;
  z-index: 2;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 20px #e8e8e8;
  box-shadow: 0 0 20px #e8e8e8;
}

.present .myPresent {
  overflow: hidden;
}

.present .swiper-button-nex {
  right: 0%;
  background-image: url("../img/icons/present-right.png");
}

.present .swiper-button-pre {
  left: 0%;
  background-image: url("../img/icons/present-left.png");
}

.prod-info {
  padding: 47px 0;
}

.prod-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prod-info__left {
  max-width: 541px;
}

.prod-info__left_title {
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 900;
}

.prod-info__left_hash {
  margin-top: 56px;
}

.prod-info__left_hash button {
  padding: 6px 10px;
  border-radius: 13px;
  background-color: #f8f0e4;
  display: inline-block;
  color: #1d1d1d;
  font-size: 12px;
  font-weight: 400;
  margin-right: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  border: none;
}

.header__text {
  font-size: 18px;
}
.prod-info__left_hash .red, .header__text .red{
  color: #fd4443;
}

.prod-info__right {
  max-width: 571px;
}

.prod-info__right_title {
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 900;
}

.prod-info__right_descr {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 46px;
}

.deliver-blocks {
  margin: 60px 0;
}

.deliver-blocks__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.deliver-blocks__block {
  width: 48%;
  margin-bottom: 54px;
}

.deliver-blocks__block_title {
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 35px;
}

.deliver-blocks__block_img {
  width: 100%;
  min-height: 321px;
}

.deliver-blocks__block_img .ymaps-2-1-79-map+.ymaps-2-1-79-map {
  display: none !important;
}

.deliver-blocks__block_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.deliver-blocks__block_adress {
  padding: 35px 30px;
  width: 100%;
  height: 321px;
  border-radius: 10px;
  background-color: #f8f4ed;
  position: relative;
}

.deliver-blocks__block_adress-title {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  padding: 0 16px;
}

.deliver-blocks__block_adress-input {
  margin-top: 11px;
  position: relative;
}

.deliver-blocks__block_adress-input .arrow-search {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  font-weight: 500;
  color: #000;
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 11;
}

.deliver-blocks__block_adress-input input {
  width: 100%;
  height: 41px;
  background-color: #ffffff;
  border: none;
  padding: 0 16px;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
}

.deliver-blocks__block_adress-price {
  margin-top: 25px;
  padding: 0 16px;
}

.deliver-blocks__block_adress-price-title {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
}

.deliver-blocks__block_adress-price-num {
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 700;
  margin-top: 11px;
  max-width: 200px;
}

.deliver-blocks__block_adress-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.deliver-blocks__block_text {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400;
  line-height: 24.01px;
}

.deliver-blocks__block_text-center {
  margin: 23px 0;
}

.basket {
  width: 100%;
  min-height: 181px;
  border-radius: 10px;
  background-color: #ffffff;
}

.basket__top {
  padding: 20px 20px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f8f0e4;
}

.basket__top_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket__top_left span {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}

.basket__top_left-icon {
  width: 14px;
  height: 14px;
  margin-left: 26px;
  padding-top: 1px;
  cursor: pointer;
}

.basket__top_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 571px;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.basket__top_center.hide {
  opacity: 0;
  visibility: hidden;
}

.basket__top_center-icon {
  width: 71px;
  height: 71px;
  border-radius: 10px;
  position: relative;
  display: block;
  margin-right: 28px;
  margin-bottom: 10px;
  /* display: none; */
}

.basket__top_center-icon:nth-child(1) {
  display: block;
}

.basket__top_center-icon:nth-child(2) {
  display: block;
}

.basket__top_center-icon:nth-child(3) {
  display: block;
}

.basket__top_center-icon:nth-child(4) {
  display: block;
}

.basket__top_center-icon:nth-child(5) {
  display: block;
}

.basket__top_center-icon.quantity-show .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket__top_center-icon .quantity {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fe4443;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: -8px;
  top: -8px;
  display: none;
}

.basket__top_center-icon .bonus {
  width: 48px;
  height: 15px;
  border-radius: 7px;
  background-color: #fe4443;
  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;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: -7px;
  right: -5px;
}

.basket__top_center-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

.basket__top_center-icon-quantity {
  width: 71px;
  height: 71px;
  border-radius: 10px;
  border: 2px solid #fe4443;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  min-height: 100%;
}

.basket__top_center-icon-quantity span {
  color: #fe4443;
}

.basket__top_center-icon-quantity span:first-child {
  font-size: 24px;
  font-weight: 900;
}

.basket__top_center-icon-quantity span:last-child {
  font-size: 10px;
  font-weight: 700;
  line-height: 17.01px;
}

.basket__top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 77px;
}

.basket__top_right span:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

.basket__top_right span:last-child {
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 700;
}

.basket__center {
  padding: 11px 50px 15px 30px;
  border-bottom: 1px solid #f8f0e4;
  /* display: none; */
}

.basket__center_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px;
  padding-right: 27px;
}

.basket__center_top span {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
}

.basket__center_top span:nth-child(1) {
  max-width: 373px;
  width: 100%;
}

.basket__center_top span:nth-child(2) {
  max-width: 199px;
  width: 100%;
}

.basket__center_top span:nth-child(3) {
  max-width: 230px;
  width: 100%;
}

.basket__center_top span:nth-child(4) {
  max-width: 170px;
  width: 100%;
}

.basket__center_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

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

.basket__center_item-img {
  min-width: 71px;
  min-height: 71px;
  border-radius: 10px;
  margin-right: 30px;
}

.basket__center_item-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.basket__center_item-name {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  max-width: 373px;
  width: 100%;
}

.basket__center_item-price {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  max-width: 199px;
  width: 100%;
}

.basket__center_item-quantity {
  max-width: 230px;
  width: 100%;
}

.basket__center_item-suma {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  max-width: 174px;
  width: 100%;
}

.basket__center_item-clean {
  border: none;
  background-color: transparent;
}

.basket__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 41px 15px 97px;
}

.basket__bottom_left {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

.basket__bottom_center {
  margin-left: 30px;
}

.basket__bottom_center input {
  width: 249px;
  height: 41px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  padding: 0 17px;
}

.basket__bottom_btn {
  max-width: 229px;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: #a28baa;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  margin-left: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.basket__bottom_btn:hover {
  background-color: #9259a5;
}

.registration {
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px 0;
  margin-top: 30px;
  margin-bottom: 60px;
}

.registration__title {
  padding: 0 30px 23px 30px;
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #f8f0e4;
}

.registration__subtitle {
  padding: 10px 30px;
  color: #1d1d1d;
  font-size: 20px;
  font-weight: 700;
  /* border-bottom: 1px solid #f8f0e4; */
}

.registration__wrapper {
  padding: 30px 30px 60px 30px;
  border-bottom: 1px solid #f8f0e4;
}

.registration__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 36px;
}

.registration__row:last-child {
  margin-bottom: 0;
}

.registration__row_title {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  min-width: 240px;
  text-align: right;
  margin-right: 30px;
  padding-top: 10px;
}
.registration__row_title.min-order-error{
  font-size: 18px;
  color: #fe4443;
}
.registration__row_check {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.registration__row_check .checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 19px;
  min-width: 19px;

  height: 19px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}

.registration__row_check .checkbox::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 49%;
  -webkit-transform: translate(-50%, -44%);
  -ms-transform: translate(-50%, -44%);
  transform: translate(-50%, -44%);
  width: 0;
  height: 0;
  background-color: #fd4443;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  opacity: 0;
}

.registration__row_check .checkbox:checked::before {
  width: 9px;
  height: 10px;
  opacity: 1;
}

.registration__row_check label {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  margin-left: 9px;
}

.registration__row_right {
  width: 100%;
}

.registration__row_textarea {
  width: 100%;
}

.registration__row_textarea textarea {
  width: 100%;
  height: 81px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
  resize: none;
}

.registration__row_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.registration__row_input {
  margin-bottom: 30px;
}

.registration__row_input input {
  width: 100%;
  height: 41px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400;
  padding: 0 17px;
}

.registration__row_input p {
  color: #929191;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}

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

.registration__row_select.hide::after {
  /* z-index: 2;
                right: 33px; */
  display: none;
}

.registration__row_select.hide::before {
  /* content: url('../img/icons/select-arrow.png');
                z-index: 2;
                left: 133px; */
  display: none;
}

.registration__row_select {
  margin-right: 30px;
  position: relative;
}

.registration__row_select::after {
  position: absolute;
  content: url("../img/icons/select-arrow.png");
  right: 10px;
  top: 7px;
}

.registration__row_select::before {
  position: absolute;
  content: url("../img/icons/select-icon1.png");
  left: 12px;
  top: 8px;
}

.registration__row_select:last-child {
  margin-right: 0;
}

.registration__row_select:last-child::before {
  content: url("../img/icons/select-icon2.png");
}

.registration__row_select .select {
  width: 100%;
  height: 41px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px 0 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.registration__row_select .select option:disabled{
  background-color: #bebebe;
  pointer-events: none;
}

.registration__row_select .myCalendar {
  opacity: 0;
  z-index: -1;
  height: 0;
  overflow: hidden;
  z-index: 5;
}

.registration__row_select .myCalendar.show {
  opacity: 1;
  height: auto;
  z-index: 2;
}

.registration__row_select .ic__header {
  height: 41px;
  background-color: white;
}

.registration__row_select .ic__month {
  top: 0;
}

.registration__row_select .ic__year {
  top: 0;
}

.registration__row_select .ic__next, .registration__row_select .ic__prev {
  height: 41px;
  background-color: white;
}

.registration__row_select .ic__next div {
  top: 16px;
  border-left-color: #000;
}

.registration__row_select .ic__prev div {
  top: 16px;
  border-right-color: #000;
}

.registration__row_select .ic__header select {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #d3d3d3;
  height: 41px;
  padding: 0 0 0 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.registration__row_select .ic__days .ic__day_state_selected {
  background: #d35746;
  color: #ffffff;
}

.registration__row_select .ic__days .ic__day:hover {
  background: #f3a094;
}

.registration__row_select .ic__container .ic__week-head {
  margin-top: 10px;
}

.registration__row_select .ic__day.last {
  pointer-events: none;
  opacity: 0.5;
}

.os-order .registration__row_select .ic__day.last {
  opacity: 1;
  pointer-events: initial;
}

.registration__bottom {
  padding: 30px;
}

.registration__bottom p {
  color: #000000;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}

.registration .width260 {
  width: 260px;
}

.registration .width100 {
  width: 100%;
}

.registration .width188 {
  width: 188px;
}

.registration .mt-15 {
  margin-top: -15px;
}

.registration .flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.registration .m-r {
  margin-right: 30px;
}

.registration .flex-beet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.registration .registration__row_right-column span {
  display: block;
}

.registration .registration__row_right-column span:first-child {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400;
}

.registration .registration__row_right-column span:last-child {
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 700;
}

.registration .registration__row_right_btn {
  max-width: 338px;
  width: 100%;
  height: 50px;
}


/* Личный кабинет */

.personal {
  margin-bottom: 75px;
  padding-bottom: 70px;
}
.personal form{
  position: relative;
}
.personal__head {
  margin-bottom: 30px;
}
.personal__head .personal__title{
  color: #1d1d1d;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 25px;
}
.personal__head .personal__head-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.personal__head .personal__nav{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 600px;
  width: 100%;
}
.personal__nav-item {
  margin-right: 30px;
  height: 44px;
  max-width: 170px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #523f59;
  cursor: pointer;
  transition: all 0.3s linear;	
}
.personal__nav-item:hover{
  background-color: #523f59;
  opacity: .8;
}
.personal__nav-item:hover a {
  color: #fff;

}
.personal__nav-item a{
  color: #523f59;
  font-size: 14px;
  padding: 12px 0;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.personal__nav-item.active  {
  background-color: #523f59;
}
.personal__nav-item.active a{
  color: #fff;
}

.personal__logout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 250px;
  width: 100%;
}
.personal__logout a{
  font-weight: 500;
  transition: all 0.3s linear;	
  
}
.personal__logout a:hover{
  opacity: .8;
}
.personal__logout img{
  max-width: 18px;
  display: block;
  object-fit: contain;
  margin-right: 5px;
}
.profile__box{
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.profile__left{
  max-width: 670px;
  width: 100%;
  /* padding: 30px; */
  background: #fff;
  border-radius: 10px;
  margin-right: 30px;
}
.profile__right{
  max-width: 470px;
  width: 100%;
}
.profile__left-title{
  padding: 30px;
  border-bottom: 1px solid #f8f0e4;
}
.personal-title{
  font-size: 30px;
  font-weight: 700;
}

.profile__left-form {
  padding: 30px;

}
.form-group{
  margin-bottom: 25px;
  max-width: 100%;
  width: 100%;
}
.form-group .form-group__label{
  font-size: 14px;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
.form-group .form-group__input{
  width: 100%;
  height: 41px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400;
  padding: 0 17px;
}

.profile__buttons .save-button {
  height: 47px;
}

.profile__bonus{
  position: relative;
  height: 140px;
  margin-bottom: 35px;
  padding: 30px;
}
.profile__bonus .profile__bonus-image{
  position: absolute;
  /* z-index: -1; */
  left: 0;
  top: 0;
  display: block;
  max-width: 100%;
  width: 100%;
}

.profile__bonus .profile__bonus-title{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  z-index: 10;
  position: relative;
}
.profile__bonus .profile__bonus-count{
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  z-index: 10;
  position: relative;


}
.profile__loyality-title{
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 35px;
}
.profile__loyality-list{
  padding-left: 15px;
}
.item-loyality{
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 22px;
}
.item-loyality__img{
  height: 35px;
  width: 35px;
  display: block;
  margin-right: 20px;
}
.item-loyality__text{
  font-size: 14px;
  font-weight: 500;
}

.profile__loyality-detail-link{
  text-decoration: underline;
  font-size: 12px;
}

.personal .success-block{
  max-width: 270px;
  width: 100%;
  height: 64px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #3fc380;
  border-radius: 15px;
  color: #fff;
  position: absolute;
  right: 100px;
  bottom: -105px;
}

.personal .success-block__text{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.personal .success-block__close{
  color: #fff;
  font-size: 64px;
  font-weight: 100;
  cursor: pointer;
  /* transition: all 0.3s linear;	 */
  
  transform: rotate(45deg);
}
/* .personal .success-block__close:hover{
  opacity: .8;
} */

.order-box{
  max-width: 870px;
  width: 100%;
  /* padding: 30px; */
  background: #fff;
  border-radius: 10px;
}

.order-box__title{
  padding: 30px;
  border-bottom: 1px solid #f8f0e4;
}

.order-box__list{
  padding: 30px;
}
.order-item {
  border-radius: 10px;
  margin-bottom: 10px;
  background: #f8f8f8;
}

.order-item__preview{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;

}

.order-item .order-item__title{
  /* font-size: 12px; */
  max-width: 250px;
  width: 100%;
  
}
.order-item .order-item__total, .order-item .order-item__status{
  max-width: 200px;
  width: 100%;
}
.order-item .order-item__total .price{
  font-weight: 700;
}
.order-item .order-item__spoiler{
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s linear;	
}

.order-item.open .order-item__preview .order-item__spoiler::after{
  transform:translate(-50%,-30%) rotate(225deg);
}

.order-item .order-item__spoiler::after{
  content: '';
  position: absolute;
  height: 50%;
  width: 50%;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%) rotate(45deg);
  
}

.order-item .order-item__status{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.order-item .order-item__status .status-icon{
  display: block;
  margin-right: 10px;
  max-width: 20px;
  width: 100%;
}

.order-item__detail {
  border-top: 1px solid #d4d4d4;
  padding: 0px 15px 15px 15px;
  display: none;
}
.order-item.open .order-item__detail {
  display: block;
}
.order-item__product-list{

}
.product-item, .order-item__delivery  {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #d4d4d4;
}
.order-item__delivery {
  border-bottom: none;
}
.product-item .product-item__title{
  max-width: 285px;
  width: 100%;
}
.product-item .product-item__count{
  max-width: 235px;
  width: 100%;
}
.product-item .product-item__price, .order-item__delivery-price{
  max-width: 180px;
  width: 100%;
  font-weight: 700;
}


.order-item__delivery-title {
  max-width: 520px;
  width: 100%;
}

.order-more-info{
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  
}
.order-more-info__title{
  flex-basis: 100%;
  text-transform: uppercase;
  color: #8f8f8f;
  margin-bottom: 15px;
}
.order-more-info__left{
  margin-right: 65px;
  max-width: 430px;
  width: 100%;
}
.order-more-info__item{
  margin-bottom: 10px;
  min-height: 20px;
}

.order-more-info__right{
  padding-right: 50px;
}
.order-more-info__sum {

}
.order-more-info__sum-title {
  margin-bottom: 20px;
}
.order-more-info__sum-price {
  font-weight: 700;
  margin-bottom: 20px;
}

.order-more-info__right .button{
  max-width: 190px;
  width: 100%;
  height: 37px;
  font-size: 12px;
}




/* форма регистрации */
#foxdev-form-register{
  /* padding: 150px 135px 40px 135px; */
}

#foxdev-form-register .modal__close{
  font-size: 100px;
  font-weight: 100;
  color: #000;
  opacity: 1;
  right: 180px;
  top: 30px;
}
#foxdev-form-register .modal__wrapper{
  padding: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
#foxdev-form-register .modal__flex-box{
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

#foxdev-form-register .modal__box-left{
  padding: 55px 115px 40px 135px;
  max-width: 50%;
  width: 100%;
  position: relative;

}
.bonus-info{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}

.bonus-info .bonus-info__logo {
  max-width: 120px;
  width: 100%;
  display: block;
  object-fit: contain;
  margin-bottom: 35px;
}
.bonus-info .bonus-info__bg{
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: 0;

}

.bonus-info .bonus-info__info, .bonus-info .bonus-info__bottom{
  position: relative;
  z-index: 1;
}

.bonus-info .bonus-info__info{
  padding-bottom: 200px;
}

.bonus-info .bonus-info__info-title{
  max-width: 370px;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;

}
.bonus-info .item-loyality__text{
  color: #fff;
}
.bonus-info .bonus-info__bottom{
  justify-self: end;
}

.bonus-info .bonus-info__link{
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s linear;	
  opacity: .7;

  font-size: 12px;
  
}
.bonus-info .bonus-info__link:hover{
  opacity: 1;
}

#foxdev-form-register .foxdev-form__title {
  font-size: 30px;
  margin-bottom: 10px;
}

#foxdev-form-register .form-label .error{
  margin-bottom: 5px;
}

#foxdev-form-register .form-label span{
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}
#foxdev-form-register .modal__box-right{
  padding: 150px 135px 40px 115px;
  max-width: 50%;
  width: 100%;
  background: #f8f0e4;
}
#foxdev-form-register .registration__row_check{
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 30px;
}
#foxdev-form-register .registration__row_check label{
  font-size: 12px;
}

#foxdev-form-register .registration__row_check .checkbox::before{
  transform: translate(-51%, -43%);
}

#foxdev-form-register .registration__row_check label a{
  text-decoration: underline;
  transition: all 0.3s linear;	
  font-size: 12px;
  
}
#foxdev-form-register .registration__row_check label a:hover{
  opacity: .7;
}
#foxdev-form-register .form-register-confirm .foxdev-form__link{
  text-align: center;
  margin-top: 5px;
}

.confirm-code{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  max-width: 200px;
  margin: 0 auto;
}

.confirm-code .form-input.confirm-code__input{
  max-width: 40px;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  padding: 7px;
  font-weight: 600;
}

.confirm-code .form-input.confirm-code__input::-webkit-outer-spin-button,
.confirm-code .form-input.confirm-code__input::-webkit-inner-spin-button,
.confirm-code .form-input.confirm-code__input[type='number'],
.confirm-code .form-input.confirm-code__input[type="number"]:hover,
.confirm-code .form-input.confirm-code__input[type="number"]:focus {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.foxdev-form.form-register-confirm{
  display: none;
}

.registration__row_bonus-sum{
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.bonus-set-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 420px;
  width: 100%;
  margin-top: 15px;
}

.bonus-set-box__input{
  max-width: 240px;
}

.bonus-set-box__button, .bonus-auth-box__button{
  max-width: 180px;
  width: 100%;
  height: 40px;
  border-radius: 25px;
  background-color: #9259a5;

  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-left: 20px;
}

.bonus-auth-box__button{
  margin-left: 0;
}

.bonus-set-box__button:hover, .bonus-auth-box__button:hover{
  background-color: #a28baa;
}

.bonus-set-box__button:disabled{
  background-color: #a28baa;
  opacity: .7;
  pointer-events: none;
}

.k-header-mobile-phone {
  position: absolute;
  right: 62px;
}

.catalog-mini {
  display: none;
}
@media (min-width: 1024px) {
  .k-header-mobile-phone {
    display: none;
  }
}


@media (max-width: 1224px) {
  .nav__menu_list {
    margin-right: 17px;
  }

  .nav__search_input {
    width: 236px;
  }

  .deliver__img {
    width: 405px;
    height: 329px;
  }

  .deliver {
    padding: 25px 0 60px 0;
  }

  #foxdev-form-register .modal__box-left,#foxdev-form-register .modal__box-right{
    padding: 55px 55px 40px 55px;
  }
  #foxdev-form-register .modal__box-right{
    padding-top: 150px;
  }
  #foxdev-form-register .modal__close{
    right: 50px;
  }
  .bonus-info .bonus-info__info{
    padding-bottom: 50px;
  }
}

@media (max-width: 1170px) {
  .catalog__right_wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .catalog__right_wrapper .card-item {
    margin: 0 10px 24px 10px;
  }

  .catalog__right_wrapper .card-item.active {
    margin: 0 0 24px 0;
  }

  .error__img {
    opacity: 0.2;
  }

  .error {
    padding: 40px 0 80px 0;
  }
}

@media (max-width: 1150px) {
  .advantage__item_icon {
    margin-right: 25px;
  }

  .catalog-mini .card-item {
    margin: 0 10px 24px 10px;
  }

  .catalog-mini__wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .title::after, .title::before {
    display: none;
  }

  .present .card-item {
    margin: 0 auto 24px auto;
  }

  .deliver-blocks__block_title {
    font-size: 18px;
  }

  .basket__top_center {
    max-width: 480px;
  }

  .basket__top {
    padding: 20px 20px 15px 20px;
  }

  .registration__row_input {
    width: 47% !important;
  }

  .basket__top_center-icon {
    margin-right: 9px;
  }
}

@media (max-width: 1100px) {
  .page__top {
    display: none;
  }

  .header__text {
    display: none;
  }

  .header__social {
    margin-left: auto;
  }

  .nav__menu_link {
    font-size: 13px;
  }

  .nav__right_text a {
    font-size: 13px;
  }

  .nav__search_input-icon {
    width: 14px;
    height: 14px;
    right: 13px;
    top: 17px;
  }

  .nav__search_input-icon img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .nav__search_input {
    width: 219px;
  }

  .nav {
    height: 45px;
  }

  .header__logo {
    width: 78px;
    height: 55px;
  }

  .header {
    padding: 10px 0;
  }

  .header__social {
    margin-right: 23px;
  }

  .page__center {
    border-radius: 0;
  }

  .promo__item_img {
    max-width: 447px;
    max-height: 445px;
  }

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

  .advantage {
    margin-top: 30px;
  }

  .advantage__item {
    margin-bottom: 25px;
  }

  .advantage__item_text {
    max-width: inherit;
    width: 100%;
  }

  .advantage__item_descr br {
    display: none;
  }

  .banner__img.two {
    display: none;
  }

  .banner__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .product__left {
    max-width: 520px;
    margin-left: 20px;
  }

  .product__buy-block_bottom-heart {
    margin-left: 0;
  }

  .product__buy-block_top .button {
    max-width: 240px;
  }

  .product__buy-block_bottom .button {
    max-width: 240px;
  }

  .product__buy-block_top .button::before {
    left: 65px;
  }

  .product__buy-block_top .button::after {
    left: 94px;
  }

  .prod-info__right {
    max-width: 469px;
  }

  .basket__center_top span:nth-child(1) {
    max-width: 190px;
  }

  .basket__center_item-name {
    max-width: 190px;
  }

  .registration .flex-beet {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .registration .registration__row_right_btn {
    width: 100%;
    /* margin-left: auto; */
    max-width: inherit;
    margin-top: 20px;
  }

  .nav-margin {
    margin-top: 75px;
  }
}

@media (max-width: 1020px) {
  .header__social {
    margin-right: 17px;
    margin-left: 18px;
  }

  .header__logo {
    width: 50px;
    height: 35px;
  }

  .header__social_icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .header__social_icon img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .header {
    border-bottom: 2px solid #fff;
    position: fixed;
    width: 100%;
    z-index: 200;
    background-color: #f8f0e4;
    top: 0;
  }

  .page {
    padding-top: 57px;
  }

  .main {
    margin-right: auto;
  }

  .main_icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: transparent;
  }

  .main_icon img {
    width: 20px;
    height: 20px;
  }

  .main_icon span {
    width: 10px;
    height: 10px;
    font-size: 8px;
    right: -5px;
    top: -2px;
  }

  .header__burger {
    display: block !important;
    top: 18px !important;
  }

  .nav {
    position: fixed;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 200;
    top: 58px;
  }

  .nav.active {
    height: 360px;
    padding: 15px 0;
  }

  .nav__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav__search {
    margin-top: 15px;
    height: 30px;
    order: 1;
  }

  .nav__search_input-icon {
    top: 9px;
  }

  .nav__right {
    margin-top: 0px;
  }

  .nav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .nav__menu_list {
    margin: 0 0 10px 0;
  }

  .nav__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .nav__right_text {
    margin-right: 0;
  }

  .nav__right_text:last-child {
    margin-top: 10px;
  }

  .catalog-mini {
    margin-top: 30px;
  }

  .info__right {
    max-width: 397px;
  }

  .footer__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__column {
    width: 48%;
    margin-bottom: 20px;
  }

  .footer__column:last-child {
    width: 48%;
  }

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

  .page__bottom_text {
    margin-bottom: 20px;
  }

  .page__bottom_icons {
    margin-bottom: 20px;
  }

  .breadcrumbs {
    padding-top: 23px;
    margin-top: 0;
  }

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

  .product__gallery {
    margin-bottom: 30px;
  }

  .product__left {
    margin-left: 0;
    max-width: 100%;
  }

  .product__buy-block {
    max-width: 600px;
  }

  .deliver__img {
    opacity: 0.2;
  }

  .deliver-blocks__block_adress-img {
    opacity: 0.2;
  }

  .basket__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .basket__top_right {
    width: 100%;
    margin-top: 10px;
  }

  .basket__center {
    padding: 11px 50px 15px 20px;
  }

  .basket__bottom {
    padding: 15px 30px 15px 20px;
  }
  #foxdev-form-register .modal__box-left{
    display: none;
  }
  #foxdev-form-register .modal__box-right{
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 920px) {
  .promo__item_img {
    opacity: 0.2;
    z-index: -1;
  }

  .promo .promo__item_img {
    height: 200px;
    top: 10px;
  }

  .promo__item {
    height: 200px;
    /*height: 312px;*/
  }


  .promo__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .promo .swiper-container {
    padding: 25px 15px 74px 15px !important;
  }

  .advantage__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .advantage__item_icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

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

  .info__right {
    margin-left: -40px;
  }

  .catalog__right_wrapper .card-item.active {
    width: 100%;
  }

  .catalog__right_wrapper .card-item.active .card-item__img {
    max-height: inherit;
  }

  .deliver-blocks__block {
    width: 100%;
  }

  .deliver-blocks__block_img {
    min-height: inherit;
  }

  .deliver-blocks__block_title {
    margin-bottom: 20px;
  }

  .deliver-blocks__block {
    margin-bottom: 35px;
  }

  .basket__center_top span:nth-child(2) {
    max-width: 140px;
  }

  .basket__center_item-price {
    max-width: 140px;
  }

  .basket__center_top span:nth-child(3) {
    max-width: 120px;
  }

  .basket__center_item-quantity {
    max-width: 120px;
  }

  .basket__center_top span:nth-child(4) {
    max-width: 100px;
  }

  .basket__center_item-suma {
    max-width: 100px;
  }

  .basket__bottom_btn {
    max-width: 200px;
  }

  .registration__row_selects {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .registration__row_select {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .registration__row_title {
    min-width: 145px;
  }

  .basket-checkout-container {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 15px;
  }

  .basket-coupon-block-field {
    margin-bottom: 15px;
  }

  .basket__bottom_btn {
    margin-left: 0;
  }

  .profile__box{
    flex-direction: column;
  }
  .profile__left,.profile__right{
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .profile__left{
    margin-bottom: 30px;
  }
  .profile__bonus .profile__bonus-image{
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 801px) {
  .basket__top_center {
    width: 100%;
    max-width: inherit;
    margin-top: 20px;
  }

  .basket__top_right {
    margin-top: 20px;
  }

  .basket__top_center.hide {
    height: 0px;
  }
}

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


  .title {
    font-size: 23px;
  }

  .button-two {
    height: 48px;
  }

  .banner {
    padding: 40px 0;
  }

  .banner__title {
    font-size: 28px;
  }

  .banner__descr {
    font-size: 16px;
  }

  .banner__btn {
    height: 45px;
    margin-top: 20px;
  }

  .banner__img.one {
    display: none;
  }

  .banner__wrapper {
    height: inherit;
  }

  .footer__column {
    width: 100%;
  }

  .footer__wrapper {
    text-align: center;
  }

  .footer__column:last-child {
    width: 100%;
  }

  .footer__social {
    margin: 30px auto 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page__bottom_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .catalog__filter {
    margin-bottom: 30px;
  }

  .catalog__right {
    margin-left: 0;
  }

  .prod-info__right {
    max-width: 370px;
  }

  .basket__center_item-img {
    margin-right: 15px;
  }

  .basket__center_top {
    padding-left: 84px;
  }

  .basket__center_top span:nth-child(1) {
    max-width: 130px;
  }

  .basket__center_item-name {
    max-width: 130px;
    font-size: 12px;
  }

  .basket__center_top span:nth-child(2) {
    max-width: 120px;
  }

  .basket__center_item-price {
    max-width: 120px;
  }

  .basket__center_top span:nth-child(3) {
    max-width: 114px;
  }

  .basket__center_item-suma {
    max-width: 70px;
  }

  .basket__center_top span:nth-child(4) {
    max-width: 70px;
  }

  .basket__bottom_btn {
    max-width: 160px;
    font-size: 10px;
    height: 35px;
  }

  .basket__bottom_center input {
    height: 35px;
    width: 160px;
    font-size: 12px;
  }

  .registration__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .registration__row_title {
    min-width: inherit;
    text-align: center;
    margin-bottom: 15px;
  }

  .registration__row_input {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .registration .mt-15 {
    margin-top: 0px;
  }

  .registration__title {
    padding: 0 20px 23px 20px;
    text-align: center;
  }

  .registration__wrapper {
    padding: 20px 20px 40px 20px;
  }

  .registration__bottom {
    padding: 20px;
  }

  .m-r {
    margin-right: 0 !important;
  }

  .basket-headers th:first-child {
    width: 220px;
    margin-left: 70px;
  }

  .basket__center {
    padding-right: 15px;
  }

  .basket-headers th {
    /* white-space: nowrap; */
  }

  .basket-items-list {
    padding: 0;
  }

  .personal__head .personal__head-box{
    flex-direction: column-reverse;
    align-items: flex-start;
    
  }
  .personal__logout{
    margin-bottom: 30px;
  }

  .order-item .order-item__spoiler{
    min-width: 30px;
  }

}

@media (max-width: 645px) {
  .basket__center_item-img {
    width: 43px;
    height: 46px;
    min-width: 43px;
    min-height: 46px;
  }

  .basket__center_top {
    padding-left: 58px;
    padding-right: 10px;
  }

  .basket__center_top span {
    font-size: 10px;
  }

  .basket__center_item-name {
    font-size: 10px;
    max-width: 91px;
  }

  .basket__top {
    padding: 20px 10px 15px 10px;
  }

  .basket__center {
    padding: 11px 10px 15px 10px;
  }

  .basket__center_item-price {
    font-size: 12px;
    max-width: 85px;
  }

  .basket__center_item .quantity__input {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .basket__center_item-suma {
    font-size: 12px;
  }

  .basket__center_top span:nth-child(1) {
    max-width: 91px;
  }

  .basket__center_top span:nth-child(2) {
    max-width: 85px;
  }

  .basket__center_top span:nth-child(3) {
    max-width: 90px;
  }

  .basket__center_item-quantity {
    max-width: 90px;
  }

  .basket__bottom {
    padding: 15px 10px 15px 10px;
  }

  .basket-headers th:first-child {
    margin-left: 0px;
  }
}

@media (max-width: 620px) {
  .product__gallery {
    width: 430px;
    height: 450px;
  }

  .product__title {
    font-size: 26px;
  }

  .product__buy-block_top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .product__buy-block_top .button {
    width: 100%;
    max-width: inherit;
    margin-top: 20px;
  }

  .product__buy-block_bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    flex-direction: column-reverse;
    justify-content: space-around;
  }

  .product__buy-block_bottom .button {
    width: 100%;
    max-width: inherit;
    /* margin-top: 20px; */
  }

  .product__buy-block_bottom-heart {
    margin-top: 15px;
  }

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

  .prod-info__left {
    margin-bottom: 20px;
  }

  .prod-info__right {
    max-width: 100%;
  }

  .present {
    padding-bottom: 0;
  }

  .prod-info {
    padding: 20px 0;
  }

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

  .basket__bottom_left {
    margin-right: auto;
  }

  .basket__bottom_center {
    margin-right: auto;
    margin-left: 0;
    margin-top: 10px;
  }

  .basket__bottom_btn {
    margin-top: 10px;
    margin-right: auto;
    margin-left: 0;
  }

  .catalog__right .card-item-wrap.active {
    width: 270px;
  }
}

@media (max-width: 560px) {
  .basket__top_center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .basket__top_center.hide {
    height: 0px;
  }

  .basket__top_center-icon {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .basket-headers th:first-child {
    max-width: 200px;
  }

  .basket-headers {
    display: none;
  }

  .basket-item-block-amount {
    margin-bottom: 0;
  }

  .basket-items-list-item-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f8f0e4;
    padding-bottom: 20px;
  }

  .basket-items-list-item-container>td {
    margin-right: 0;
  }

  .basket-items-list-item-descriptions, .basket-items-list-item-descriptions-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .basket-item-image-link {
    margin-right: 0;
  }

  .basket-item-info-name, .basket-item-info-name-link {
    padding-right: 0;
    padding-top: 10px;
  }

  .basket-items-list-item-container>td.basket-items-list-item-price.basket-items-list-item-price-for-one {
    display: none;
  }
  .basket-item-block-price {
    padding-top: 20px;
  }
  .basket-item-price-old {
    top: 10px;
  }
  .basket-item-block-image, .basket-item-image-link {
    max-width: 200px;
    min-width: 200px;
  }

  .order-item__preview{
    flex-direction: column; 
  }
  .order-item__title, .order-item .order-item__status , .order-item__total{
    text-align: center;
    justify-content: center;
    margin-bottom: 5px;
  }

  .order-more-info__left{
    margin-right: 0;
  }
  
}

@media (max-width: 490px) {
  .advantage {
    display: none;
  }
  .advantage.mobile{
    display: flex;
  }
  .catalog__right_wrapper.mobile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: center;
  }
  .catalog__right_wrapper.mobile-grid  .card-item-wrap, .catalog__right_wrapper.mobile-grid  .card-item, .catalog__right_wrapper.mobile-grid  .card-item__img{
    width: 100%;
    height: auto;
  }

  .catalog__right_wrapper.mobile-grid .card-item__img > img{
    min-height: 240px;
    max-height: 240px;
    object-fit: cover;
    display: block;
  }
  .catalog__right_wrapper.mobile-grid .card-item__name {
    font-size: 14px;
    max-height: 100%;
    min-height: none;
    height: auto;
  }
  .catalog__right_wrapper.mobile-grid .card-item__buy-block {
    margin-top: 0;
    flex-direction: column;
    height: auto;
    
  }
  .catalog__right_wrapper.mobile-grid .card-item__bottom{
    padding: 15px 10px;
  }
  .catalog__right_wrapper .card-item {
    margin: 0;
  }

  .catalog__right_wrapper.mobile-grid  .card-item__buy-click {
    font-size: 9px;
    white-space: nowrap;
  }
  .catalog__right_wrapper.mobile-grid  .card-item__price{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .catalog__right_wrapper.mobile-grid .card-item__price_old {
    margin-right: 10px;
  }
  .catalog__right_wrapper.mobile-grid .card-item__buy{
    font-size: 12px;
  }
  .banner__title {
    font-size: 24px;
  }

  .reviews__item {
    width: 290px;
  }

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

  .reviews__wrapper {
    margin-top: 80px;
  }

  .catalog__title {
    font-size: 28px;
  }

  .product__gallery {
    width: 380px;
    height: 420px;
  }

  .basket__center_item-img {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
  }

  .basket__center_top {
    padding-left: 45px;
  }

  .basket__center_top span {
    font-size: 8px;
  }

  .basket__center_item-name {
    font-size: 9px;
    padding-right: 5px;
    max-width: 75px;
  }

  .basket__center_item-price {
    font-size: 10px;
  }

  .basket__center_top span:nth-child(1) {
    max-width: 75px;
  }

  .basket__center_top span:nth-child(2) {
    max-width: 70px;
  }

  .basket__center_top span:nth-child(3) {
    max-width: 63px;
  }

  .basket__center_item-price {
    max-width: 73px;
  }

  .basket .quantity .plus {
    width: 7px;
    height: 7px;
    margin-left: 5px;
  }

  .basket .quantity .minus {
    width: 7px;
    height: 1px;
    margin-right: 5px;
  }

  .basket__center_item .quantity__input {
    width: 20px;
    height: 20px;
    font-size: 8px;
  }

  .basket__center_item-quantity {
    max-width: 59px;
  }

  .basket__center_item-suma {
    font-size: 10px;
  }

  .basket__center_item-clean img {
    width: 12px;
    height: 15px;
  }

  .basket-coupon-block-field {
    flex-direction: column;
    align-items: start;
  }

  .basket-coupon-block-field .form {
    margin-left: 0;
    margin-top: 10px;
  }

  .card-item-wrap:not(.active) .card-item-2025 .card-item__name {

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    -webkit-line-clamp: 3;
    height: 46px;
    max-height: none;
  }
  .card-item__buy-click {
    display: none;
  }
}

@media (max-width: 440px) {

  .promo__item_title {
    font-size: 18px;
  }

  .promo__item_price {
    font-size: 16px;
  }

  .promo__item_price span {
    font-size: 14px;
  }

  .mySwiper .swiper-pagination {
    display: none;
  }
  .button {
    height: 38px;
    font-size: 12px;
  }

  .promo__item {
    height: 100px;
  }
  .promo__item_price {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .promo .swiper-container{
    padding: 15px 15px 60px 15px !important;
  }
  .promo .swiper-pagination {
    bottom: 15px;
  }
  .button.promo__item_btn{
    height: 35px;
    padding: 10px 15px;
    display: flex;
  }
  .promo__item_img{
    bottom: -35px;
    right: -20px;
    max-height: 150px;
  }
  .page {
    /* padding-top: 0; */
  }


  .promo__item_img img{
    max-width: 100%;
    width: 100%;
    max-height: 150px;
    height: auto;
    object-fit: cover;
  }
  .reviews__item {
    width: 260px;
  }

  .page__bottom_icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page__bottom_icon {
    margin: 0;
    margin-bottom: 10px;
    width: 50%;
  }

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

  .catalog__right_sort-select-title {
    margin-left: 0;
    margin-top: 10px;
  }

  .catalog__right_sort-select-items {
    left: -9px;
    top: 31px;
  }

  .catalog__title {
    font-size: 24px;
  }

  .basket__top_left span {
    font-size: 22px;
  }

  .registration__row_right-column {
    width: 100%;
    margin-bottom: 10px;
  }

  #foxdev-form-register .modal__box-right{
    padding: 100px 30px;
  }
  #foxdev-form-register .modal__close{
    right: 10px;
    top: 20px;
  }

  .profile__bonus .profile__bonus-image{
    height: 100%;
  }
}

@media (max-width: 420px) {
  .product__gallery {
    width: 290px;
    height: 320px;
  }
}

@media (max-width: 390px) {
  .basket__center_item {
    position: relative;
    padding-bottom: 30px;
  }

  .basket__center_item-name {
    position: absolute;
    bottom: 0;
    max-width: 121px;
  }

  .basket__center_top {
    padding-left: 0;
  }

  .basket__center_item-img {
    margin-right: 32px;
  }

  .basket__center_item-price {
    max-width: 78px;
  }

  .basket__center_item-suma {
    max-width: 50px;
  }

  .basket__center_top span:nth-child(4) {
    max-width: 60px;
  }
}

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

  .promo__item {
    height: 150px;
  }

  .promo .promo__item_img {
    top: 30px;
  }


  .banner__title {
    font-size: 23px;
  }

  .reviews__item {
    width: 250px;
  }

  .catalog__right_pagin-center .pagin {
    padding: 0 8px;
    font-size: 12px;
  }

  .catalog__right_pagin-center .pagin-active {
    width: 20px;
    height: 20px;
  }

  .product__title {
    font-size: 22px;
  }

  .catalog__right_wrapper.mobile-grid {
    grid-template-columns: 1fr;
  }
}

/* Content pages */

.content-page {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000000;
  /* padding: 30px 20px; */
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
}

.content-page h1, .content-page h2, .content-page h3, .content-page h4, .content-page h6, .content-page h5 {
  font-weight: 700;
  margin-bottom: 20px;
}

.content-page h1 {
  font-size: 36px;
}

.content-page h2 {
  font-size: 30px;
}

.content-page h3 {
  font-size: 24px;
}

.content-page h4 {
  font-size: 20px;
}

.content-page h5 {
  font-size: 18px;
}

.content-page h6 {
  font-size: 14px;
}

.content-page p {
  display: block;
  margin-bottom: 15px;
}

.content-page a {
  color: #513e58;
  transition: all 0.3s linear;
}

.content-page a:hover {
  opacity: .7;
}

.content-page span {
  display: inline-block;
}

.content-page ul {
  padding-left: 10px;
  padding-bottom: 20px;
}

.content-page ul li {
  padding-left: 30px;
  font-style: italic;
  position: relative;
  margin-bottom: 10px;
}

.content-page ul li:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #a28baa;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.content-page img {
  max-width: 100%;
  display: block;
}

/* .content-page ul{} */

.popup-window-content img {
  display: block;
  margin: 0 auto 20px;
}

.popup-window-buttons {
  padding-top: 0;
}

.popup-window-buttons .btn.btn-buy {
  border-radius: 18px;
  background-color: #fe4443;
  border: none;
  color: #ffffff;
  /* text-transform: uppercase; */
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* Новости */

.news-title.title {
  text-align: left;
  margin-bottom: 30px;
}

.news-title.title:after, .news-title.title:before {
  display: none;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  align-items: stretch;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 30px;
}

.news-list__item {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  /* padding: 10px; */
  border-radius: 10px;
  padding-bottom: 15px;
  box-shadow: 0 0 20px #e8e8e8;
}

.news-card__date, .news-detail__date {
  font-weight: 700;
  font-size: 12px;
  text-align: right;
  color: #a28baa;
  padding: 0 10px;
}

.news-card__date {
  margin-bottom: 10px;
}

.news-detail__date {
  font-size: 16px;
}

.news-card__img {
  display: block;
  margin-bottom: 20px;
  max-width: 370px;
  width: 100%;
  border-radius: 15px;
}

.news-card__img img, .news-detail__img img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.news-card__title-block {
  padding: 0 10px;
}

.news-card__title {
  font-weight: 700;
  color: #a28baa;
  margin-bottom: 10px;
  font-size: 18px;
}

.news-card__preview {
  font-weight: 500;
}

.news-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.news-detail__title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.news-detail__title-block .news-title.title {
  margin-bottom: 0;
  padding-right: 30px;
}

.news-detail__col:first-child {
  margin-right: 40px;
}

.news-detail__col {
  /* padding: 20px; */
  max-width: 50%;
  width: 100%;
}

/* доп стили Наши магазины */

.news-card__adress, .news-card__phone {
  font-weight: 500;
  margin-bottom: 5px;
}

.news-card__phone {
  color: #a28baa;
  transition: all 0.3s linear;
}

.news-card__phone:hover {
  color: #1d1d1d;
}

.news-card__phone span {
  color: #1d1d1d;
  display: inline-block;
  margin-left: 5px;
}

.news-list__title {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 24px;
}

/* Страница контакты */

.map-form {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 30px;
}

.map-form__col {
  max-width: 50%;
  width: 100%;
  /* height: 100%; */
}

.map-form__map, .map-form__map iframe {
  height: 100%;
}

.map-form__col:first-child {
  margin-right: 30px;
}

.search-title {
  font-weight: 700;
  text-align: left;
  margin-bottom: 50px;
  font-size: 36px;
}

.search-title b {
  color: #a28baa;
}

.empty-box {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.empty-box h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.empty-box .catalog-mini__btn.button-two {
  background: #fff;
}

.k-hide-filter,
.k-open-filter {
  display: none;
}

@media screen and (min-width: 768px){
  .hide-desktop{
    display: none;
  }

}

@media screen and (max-width: 768px) {

  .catalog__wrapper .bx_filter.bx_blue{
    max-width: 100%;
    width: 100%;
  }
  .hide-mobile{
    display: none;
  }
  .show-mobile{
    display: block;
  }
  .news-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .news-detail {
    flex-direction: column-reverse;
  }

  .news-detail__col {
    max-width: 100%;
  }

  .news-detail__col:first-child {
    margin-right: 0;
    margin-top: 30px;
  }

  .news-detail__title-block {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-bottom: 15px;
  }

  .catalog__right {
    display: flex;
    flex-direction: column;
  }
  .catalog__right .k-reason-form-filter {
    order: 10
  }

  .k-open-filter {
    width: max-content;
    /*border: none;*/
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    margin: 0;
    gap: 16px;
  }

  .k-main-filter{
    display: none;
  }
  .k-main-filter.opened{
    position: fixed;
    inset: 0;
    display: block;
    z-index: 100000;
    padding-top: 50px;
  }
  .k-main-filter.opened:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff;
  }

  .k-hide-filter {
    display: block;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 26px;
    height: 26px;
  }

  .k-hide-filter:before,
  .k-hide-filter:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: red;
    position: absolute;
    top: 12px;
    left: 0;
    rotate: 45deg;
  }
  .k-hide-filter:after {
    rotate: -45deg;
  }


}

@media screen and (max-width: 768px){
/*@media screen and (max-width: 768px) and (min-width: 450px) {*/
  .catalog__right_wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px,1fr));
    grid-gap: 30px;
  }

  .card-item-wrap {
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
  }
  .catalog__right_wrapper .card-item {
    margin: 0;
    width: 100%;
  }
  .card-item__img {
    width: 100%;
  }
  .card-item__buy-block {
    flex-wrap: wrap;
    gap: 24px;
    height: auto;
  }

  .card-item__buy-click {
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .news-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .news-card__img {
    max-width: 480px;
  }
  .popup-window-buttons{
    display: flex;
    align-items: center;
    flex-direction: column;
    
  }
  .popup-window-buttons .btn.btn-buy{
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
    margin-right: 0 !important;
  }
}

.catalog__right {
  padding-bottom: 40px;
  position: relative;
}

.k1-filter {
  position: absolute;
  bottom: 0;
  left: 0;
}