@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
:root {
  --black: #323232;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  font-family: Roboto;
  line-height: 150%;
  min-height: 100%;
}
body.openmodal {
  overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}

a:hover {
  opacity: 0.7;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  box-sizing: border-box;
  transition: 0.3s;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  background-color: inherit;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.wrapper.disable {
  overflow-y: hidden;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 7px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 7px;
  }
}

.header__top {
  background-color: var(--black);
  color: #fff;
}
.header__top-inner {
  padding: 12.5px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.header__city {
  font-size: 14px;
  line-height: 150%;
  font-size: 14px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  transition: 0.4s;
}
.header__city button {
  margin-left: 14px;
  background-color: inherit;
  border: none;
}
.header__city:hover {
  opacity: 0.7;
  cursor: pointer;
}
.header__city--mob {
  display: none;
}
.header__phone {
  font-size: 22px;
}
.header__bottom {
  position: relative;
}
.header__bottom-inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 32px 0 17px;
}
.header__bottom-left {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.header__logo {
  margin-right: 48px;
  width: 200px;
}
.header__logo img {
  width: 100%;
  transition: all ease .7s;
}

.header__logo img:hover {
  opacity: .7;
}

.header .nav  {
  position: relative;
}

.header .nav ul {
  background-color: #fff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.header .nav__item {
  /*margin-right: 28px;*/
  margin: 0 12px;
  font-size: 18px;
  padding-bottom: 6px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.4s;
}
.header .nav__item:hover {
  border-bottom: 2px solid #000;
}
.header .nav__item--active {
  border-bottom: 2px solid #000;
}
.header__bottom-right {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.header__btn {
  margin-left: 20px;
  background-color: inherit;
}
.header__btn.cart-btn {
  position: relative;
}
.header__btn.cart-btn span {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #000;
  color: #fff;
  border-radius: 100%;
  font-size: 12px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  top: 4px;
  right: 0;
  transform: translate(50%, -50%);
}
.header__content {
  padding: 120px 0 330px;
  background-image: url(../images/header-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.header__title {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 99px;
}
.header__desc {
  font-family: Rubik;
  font-weight: normal;
  font-size: 24px;
}
.header__desc br {
  display: none;
}
.header__content-btn {
  padding: 0 72px;
  height: 58px;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 0.0375em;
  color: #FFFFFF;
  background-color: #000;
  margin-top: 45px;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 270px center;
}
.header__content-btn:hover {
  opacity: 0.8;
}

.nav__item-catalog:hover .catalog-menu {
  display: block;
}

.nav__item-catalog:hover .modal-bg {
  display: block;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
  top: 0;
  left: 0;
}

.catalog-menu {
  display: none;
  padding-top: 20px;
  padding-bottom: 50px;
  position: absolute;
  z-index: 5;
  width: 310px;
  background-color: #fff;
  bottom: 12px;
  left: 144px;
  transform: translate(-50%, 100%);
}
.catalog-menu__back {
  display: none;
}
.catalog-menu::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
  top: 20px;
}
.catalog-menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(60%);
  /*background: rgba(0, 0, 0, 0.4);
  width: 100%;*/
  height: 1000px;
  z-index: 4;
  pointer-events: none;
  top: 0;
  left: 0;
}
.catalog-menu__inner {
  padding-top: 25px;
}
.catalog-menu__main {
  flex-direction: column;
  width: 290px;
  position: relative;
}
.catalog-menu__item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 200%;
  color: #373737;
}
.catalog-menu__item:hover {
  color: #000;
}
.catalog-menu__item:hover > .catalog-submenu {
  display: block;
}
.catalog-menu .catalog-submenu {
  width: 320px;
  height: 315px;
  position: absolute;
  padding-left: 42px;
  top: 0;
  right: 0;
  transform: translateX(100%);
  display: none;
  background-color:#fff;
}
.catalog-menu .catalog-submenu__list {
  flex-direction: column;
}
.catalog-menu .catalog-submenu__item {
  width: 100%;
  font-size: 18px;
  line-height: 200%;
  color: #373737;
}
.catalog-menu .catalog-submenu__item:hover {
  color: #000;
}
.catalog-menu .catalog-product {
  position: absolute;
  right: 260px;
  top: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.catalog-menu .catalog-product__item {
  width: 203px;
  margin-left: 33px;
}
.catalog-menu .catalog-product__top {
  width: 100%;
  height: 345px;
  padding: 35px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background: #F3F3F3;
}
.catalog-menu .catalog-product__title {
  font-family: "Bebas Neue";
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.0375em;
  margin-top: -10px;
}
.catalog-menu .catalog-product__desc {
  line-height: 130%;
  margin-top: 8px;
  font-size: 16px;
}

.catalog-open button {
  display: none;
}

.city {
  display: none;
  width: 861px;
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 80px 104px;
  z-index: 99999999;
  overflow-y: scroll;
}
.city::-webkit-scrollbar {
  width: 12px;
  background: #ECECEC;
}
.city::-webkit-scrollbar-track {
  background: #ECECEC;
  width: 8px;
  height: 118px;
}
.city::-webkit-scrollbar-thumb {
  background: #5C5C66;
  border-radius: 4px;
}
.city__close {
  position: absolute;
  width: 19px;
  height: 19px;
  background-color: inherit;
  top: 40px;
  right: 40px;
}
.city__title {
  font-weight: bold;
  font-size: 80px;
  line-height: 150%;
  color: #F3F3F3;
}
.city__desc {
  color: #828282;
  margin-top: 3px;
  width: 444px;
}
.city__desc span {
  color: #000;
}
.city__list {
  line-height: 200%;
  margin-top: 12px;
}
.city__item {
  transition: .3s;
}
.city__item:hover {
  color: #D785A1;
  cursor: pointer;
}
.city__item--active {
  color: #D785A1;
  pointer-events: none;
}
.city .country {
  position: relative;
}
.city .country__hidden {
  display: none;
  position: absolute;
  bottom: 2px;
  transform: translateY(100%);
  box-shadow: 0 5px 15px #333;
  width: 100%;
  padding: 5px 10px;
  background-color: #fff;
}
.city .country__hidden p:hover {
  cursor: pointer;
  color: #D785A1;
}
.city .country .selected {
  display: none;
}
.city .country .selected--active {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.city .country__select {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 5px;
  transition: 0.4s;
}
.city .country__select span {
  display: block;
  margin-left: 10px;
  pointer-events: none;
}
.city .country__show {
  position: relative;
  padding: 8px 0;
  border-bottom: 1px solid #CACACA;
  cursor: pointer;
}
.city .country__open-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: inherit;
  transition: 0.4s;
}
.city .country__open-btn--active {
  transform: rotate(180deg);
}

.address {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #fff;
  width: 668px;
  height: 100vh;
  z-index: 6;
  width: 668px;
  padding: 152px 80px;
  display: none;
}
.address__close {
  position: absolute;
  width: 19px;
  height: 19px;
  background-color: inherit;
  top: 40px;
  right: 40px;
}
.address__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 150%;
  margin-bottom: 16px;
}
.address form {
  margin-top: 30px;
}
.address form input {
  width: 371px;
  margin-bottom: 20px;
  padding: 8px 0;
  border: none;
  font-size: 16px;
  line-height: 150%;
  border-bottom: 1px solid #CACACA;
}
.address form input::placeholder {
  color: #828282;
  font-size: 16px;
  line-height: 150%;
}
.address__btn {
  margin-top: 30px;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  width: 100%;
  height: 53px;
  background: #000;
  letter-spacing: 0.0375em;
  color: #FFFFFF;
}
.address__btn:hover {
  opacity: 0.8;
}

.cart {
  display: none;
  width: 861px;
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 67px 104px;
  z-index: 99999999;
  overflow-y: scroll;
}
.korzina .cart {
    display: block;
}
.cart::-webkit-scrollbar {
  width: 12px;
  background: #ECECEC;
}
.cart::-webkit-scrollbar-track {
  background: #ECECEC;
  width: 8px;
  height: 118px;
}
.cart::-webkit-scrollbar-thumb {
  background: #5C5C66;
  border-radius: 4px;
}
.cart__close {
  position: absolute;
  width: 19px;
  height: 19px;
  background-color: inherit;
  top: 40px;
  right: 40px;
}
.cart__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 150%;
}
.cart__title span {
  font-size: 35px;
}
.cart__desc {
  margin-top: 33px;
  font-size: 30px;
  line-height: 150%;
}
.cart__items {
  margin-top: 32px;
}
.cart__item {
  margin-bottom: 43px;
  position: relative;
}
.cart__content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.cart__img {
  width: 126px;
  height: 126px;
  margin-right: 20px;
}
.cart__img img {
  width: 100%;

}
.cart__info {
  width: 386px;
  padding-top: 19px;
}
.cart__item-desc {
  font-size: 14px;
  line-height: 110%;
  color: #434343;
}
.cart__item-title {
  font-family: "Bebas Neue";
  font-weight: bold;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.0375em;
  color: #050505;
  margin-top: 10px;
}
.cart__item-ml {
  margin-top: 13px;
  font-size: 14px;
  line-height: 110%;
  color: #434343;
}
.cart__sale {
  font-size: 12px;
  line-height: 200%;
  color: #915167;
  text-align: right;
  margin-top: -45px;
}
.cart__prices-bottom {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  font-size: 18px;
  line-height: 200%;
  margin-top: -10px;
}
.cart__price-big {
  color: #B9B9B9;
  margin-right: 24px;
}
.cart__item-nav {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  position: absolute;
  top: 0;
  right: 0;
}
.cart__item-nav button {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: block;
}
.cart__item-minus {
  background: #F7F7F7;
  margin-right: 14px;
  position: relative;
}
.cart__item-minus::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cart__item-minus.cart__item-minus--disable::after {
  background: #D1D1D1;
}
.cart__item-plus {
  background: #F6F6F6;
  margin-left: 14px;
  position: relative;
}
.cart__item-plus::after, .cart__item-plus::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cart__item-plus::before {
  width: 2px;
  height: 10px;
}
.cart__item-close {
  background-color: inherit;
  margin-left: 10px;
}
.cart__bonus {
  width: 190px;
}
.cart__bonus-top {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-size: 12px;
  line-height: 200%;
  color: #AEAEAE;
}
.cart__bonus-val {
  color: #1F1F1F;
}
.cart form p {
  margin-top: 8px;
  position: relative;
}
.cart form p img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.cart input {
  border: 1px dashed #B9B9B9;
  padding: 10px 17px;
  outline: none;
  width: 100%;
}
.cart input::placeholder {
  font-size: 14px;
  line-height: 130%;
  /* or 18px */
  color: #838383;
}
.cart__pay {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  margin-top: -45px;
  text-align: right;
}
.cart__pay-item {
  font-size: 12px;
  line-height: 200%;
  margin-left: 40px;
  color: #545454;
}
.cart__pay-price {
  font-size: 18px;
  line-height: 200%;
  color: #000;
  margin-top: -10px;
}
.cart__pay-price--pink {
  color: #915167;
}
.cart__btn {
  width: 100%;
  height: 53px;
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.0375em;
  color: #FFFFFF;
  background: #000;
  margin-top: 20px;
  transition: .4s;
  text-transform: uppercase;
}
.cart__btn:hover {
  opacity: 0.8;
}
.cart .cart-empty {
  padding-top: 280px;
  padding-left: 85px;
  padding-right: 85px;
  display: none;
}
.cart__subtitle {
  margin-top: 16px;
}
.cart__btn-empty {
  margin-top: 32px;
  font-size: 16px;
}
.cart__link-empty {
  color: #3F3F3F;
  margin-top: 19px;
  width: 100%;
  text-align: center;
  display: block;
}
.cart .cart-reg__flag-btn {
  display: block;
}
.cart #reg-tel {
  border: none;
  border-bottom: 1px solid #CACACA;
  padding: 7px 0px 7px 66px;
  margin-top: 20px;
}
.cart .cart-reg {
  display: none;
  padding-top: 310px;
  padding-left: 70px;
  padding-right: 70px;
}
.cart .cart-reg__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 120%;
}
.cart .cart-reg__desc {
  margin-top: 12px;
}
.cart .cart-reg form {
  position: relative;
}
.cart .cart-reg__flag {
  position: absolute;
  left: 0px;
  top: 25px;
  z-index: 6;
  width: 28px;
  height: 20px;
  cursor: pointer;
}
.cart .cart-reg__flag-btn {
  position: absolute;
  left: 45px;
  top: 27px;
  cursor: pointer;
}
.cart .cart-reg__btn {
  margin-top: 30px;
}

.wrapper {
  overflow-y: hidden;
}

.order {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: scroll;
  background-color: #fff;
  padding-top: 30px;
  z-index: 4;
}
.order__inner {
  width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
.order__top {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.order__back, .order__close {
  background-color: inherit;
}
.order__close img {
  width: 28px;
  height: 28px;
}
.order__logo img {
  width: 242px;
}
.order__sides {
  padding: 80px 100px 80px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.order__btn {
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.0375em;
  color: #FFFFFF;
  background: #000;
  width: 371px;
  height: 53px;
  text-transform: uppercase;
  display: block;
  margin-left: auto;
  margin-top: 40px;
}

.step {
  margin-bottom: 56px;
}
.step:nth-child(3) {
  margin-bottom: 0;
}
.step.step--active {
  margin-bottom: 20px;
}
.step__show {
  width: 490px;
  margin-left: 100px;
}
.step__show-top {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.step__num {
  font-size: 30px;
  line-height: 200%;
  margin-right: 80px;
}
.step__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 200%;
  color: #585858;
}
.step__title--active {
  color: #000;
}
.step__btn {
  background-color: inherit;
  margin-left: auto;
  margin-right: 0;
}
.step__btn img {
  transition: .6s;
}
.step__btn--active img {
  transform: rotate(180deg);
}
.step__hint {
  margin-left: auto;
  width: 371px;
  font-size: 14px;
  line-height: 130%;
  color: #7B7B7B;
  padding-bottom: 16px;
  border-bottom: 1px solid #C4C4C4;
}
.step__hidden {
  margin-top: 100px;
  display: none;
}
.step__item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 80px;
}
.step__item-left {
  font-weight: bold;
  font-size: 22px;
  line-height: 150%;
}
.step__item-right {
  width: 371px;
}
.step__item-right p {
  font-size: 18px;
}
.step__item-right .step__sms {
  font-size: 14px;
  margin-top: 16px;
}
.step__item-btn {
  margin-top: 20px;
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.0375em;
  background: #F3F3F3;
  width: 268px;
  height: 53px;
  text-transform: uppercase;
}
.step__item-radios {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.step__item-radio {
  width: 50%;
  padding: 11px 18px 15px 11px;
  border: 1px solid #CECECE;
  transition: 0.4s;
}
.step__item-radio p:first-child {
  font-weight: bold;
  font-size: 18px;
}
.step__item-radio p:nth-child(2) {
  font-family: "Open Sans";
  margin-top: 1px;
  font-size: 16px;
}
.step__item-radio p:nth-child(3) {
  font-family: "Open Sans";
  margin-top: 16px;
  color: #616161;
  font-size: 16px;
}
.step__item-radio:hover {
  border: 1px solid #000000;
  cursor: pointer;
}
.step__item-radio.sm {
  padding: 10px 16px;
  width: 20%;
}
.step__item-radio--active {
  border: 1px solid #000000;
  pointer-events: none;
}
.step__time {
  display: block;
  width: 160px;
  position: relative;
  margin-top: 20px;
}
.step__time .new-select {
  position: relative;
  border-bottom: 1px solid #000;
  padding: 5px 0;
  cursor: pointer;
  user-select: none;
  font-size: 18px;
  line-height: 150%;
}
.step__time .new-select__list {
  padding: 5px 8px;
  position: absolute;
  top: 45px;
  left: 0;
  border: 1px solid #F3F3F3;
  cursor: pointer;
  width: 100%;
  z-index: 2;
  background: #fff;
  user-select: none;
  font-size: 14px;
  line-height: 150%;
  color: #828282;
}
.step__time .new-select__list.on {
  display: block;
}
.step__time .new-select__item span {
  display: block;
}
.step__time .new-select__item {
  padding: 4px 8px;
  border-bottom: 1px solid #F3F3F3;
}
.step__time .new-select__item:last-child {
  border: none;
}
.step__time .new-select__item:hover {
  color: #D785A1;
}
.step__time .new-select:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0px;
  top: 9px;
  background: url(../images/order_down.svg) no-repeat right center/cover;
  -webkit-transition: all .27s ease-in-out;
  -o-transition: all .27s ease-in-out;
  transition: all .27s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.step__time .new-select.on:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.step__input-container {
  margin-bottom: 20px;
}
.step__input-container input {
  width: 100%;
  padding: 8px 0;
  border: none;
  border-bottom: 1px solid #CACACA;
  outline: none;
}
.step__input-container input::placeholder {
  font-size: 16px;
  line-height: 150%;
  color: #828282;
}
.step__input-container .input__error {
  color: #F10D48;
  font-size: 13px;
  line-height: 150%;
  display: none;
}
.step__input-container .input__error--active {
  display: block;
}
.step__input-container .input__hint {
  color: #CACACA;
  font-size: 13px;
  line-height: 150%;
  display: block;
  margin-top: 5px;
}
.step .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.step .checkbox + label {
  position: relative;
  padding: 0 0 0 38px;
  cursor: pointer;
}
.step .checkbox + label:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #CACACA;
  transition: .2s;
}
.step .checkbox:checked + label:after {
  background: #000;
}
.step__input--agree {
  font-size: 12px;
  line-height: 150%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.step__input--agree a {
  color: #D785A1;
}
.step__item--fend {
  justify-content: flex-end;
  margin-bottom: 0;
}
.step__item--fend .step__item-right {
  position: relative;
}
.step__item--fend .step__item-right p {
  font-size: 14px;
}
.step__item-pay {
  position: absolute;
  top: -60px;
}
.step__item-pay-methods {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.step__item-pay-method {
  width: calc( 100% / 3);
  border: 1px solid #CACACA;
  height: 59px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  font-size: 12px;
  line-height: 120%;
  transition: .4s;
}
.step__item-pay-method:hover {
  border: 1px solid #000000;
  cursor: pointer;
}
.step__item-pay-method--active {
  border: 1px solid #000000;
  pointer-events: none;
}
.step__item-pay-desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */
  color: #515151;
}

.buy {
  padding: 32px;
  background: #FAFAFA;
  width: 436px;
}
.buy__top {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.buy__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 130%;
}
.buy__title span {
  font-size: 18px;
  font-weight: 400;
}
.buy__change {
  font-size: 14px;
  line-height: 130%;
  color: #828282;
  background-color: inherit;
  transition: .4s;
}
.buy__change:hover {
  color: #000;
}
.buy__img {
  margin-top: 23px;
  width: 100px;
}
.buy__img img {
  width: 100%;
}
.buy__bottom {
  margin-top: 24px;
  padding-bottom: 6px;
  border-bottom: 1px solid #C4C4C4;
  font-size: 14px;
  line-height: 130%;
}
.buy__bottom p {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 12px;
}
.buy__bottom-title {
  color: #828282;
}
.buy__total {
  margin-top: 20px;
  text-align: right;
}
.buy__total p:first-child {
  font-size: 12px;
  line-height: 200%;
  color: #5E5E5E;
}
.buy__total p:last-child {
  font-size: 18px;
  line-height: 200%;
  margin-top: -10px;
}
.buy .bonus {
  margin-top: 30px;
  width: 190px;
}
.buy .bonus__top {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-size: 12px;
  line-height: 200%;
  color: #828282;
}
.buy .bonus__val {
  color: #000000;
}
.buy .bonus form {
  margin-top: 7px;
}
.buy .bonus form p {
  position: relative;
  margin-bottom: 16px;
}
.buy .bonus form p span {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.buy .bonus input {
  border: 1px dashed #CACACA;
  padding: 10px 17px;
  background-color: inherit;
  font-size: 14px;
  line-height: 130%;
  outline: none;
  width: 100%;
}
.buy .bonus input::placeholder {
  color: #828282;
}

.about {
  padding-top: 70px;
}
.about__top {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.about__img {
  width: calc( 50% - 36px);
}
.about__img img {
  width: 100%;
}
.about__info {
  width: calc( 50% - 36px);
}
.about__title {
  font-size: 32px;
  line-height: 130%;
}
.about__desc {
  margin-top: 12px;
}
.about__link {
  font-size: 16px;
  color: #CC4C6E;
  margin-top: 22px;
  display: block;
  transition: 0.3s;
}
.about__link:hover {
  color: grey;
}
.about__link:hover svg path {
  fill: grey;
}
.about__bottom {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 36px;
}
.about__items {
  padding: 20px 32px;
  border: 1px solid #f1f1f1;
  width: calc(25% - 18.75px);
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.0375em;
  color: #464646;
  text-transform: uppercase;
}

.card {
  border: none;
}
.card__sell {
  position: absolute;
  width: 56px;
  height: 56px;
  background: #FF3465;
  color: #fff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  top: 0;
  left: 0;
}
.card__top {
  /* padding: 75px 41px; */
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
}
.card__top img {
  width: 100%;
}
.card__title {
  /* font-weight: bold; */
  font-size: 17px;
  line-height: 20px;
  /* letter-spacing: 1.5px; */
  font-family: 'Open Sans';
  color: #1A1A1A;
  margin-top: 24px;
  margin-left: 24px;
}
.card__bottom {
  margin-left: 24px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 10px;
}
.card__desc {
  font-size: 16px;
  line-height: 18px;
  color: #5C5C66;
  display: block;
  margin-right: 30px;
}
.card__price {
  color: #1A1A1A;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  display: block;
}
.card__price--grey {
  font-size: 14px;
  line-height: 16px;
  color: #BCBCBC;
  margin-left: 8px;
  display: block;
}

.new {
  padding-top: 65px;
}
.new__title {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 32px;
}
.new .swiper-button-next::after, .new .swiper-button-prev::after {
  display: none;
}
.new .swiper-button-next.swiper-button-disabled, .new .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.new .swiper-button-next.swiper-button-disabled svg path, .new .swiper-button-prev.swiper-button-disabled svg path {
  fill: #B2B2B2;
}
.new .swiper-button-next {
  left: unset;
  top: 17px;
  right: 0;
}
.new .swiper-button-prev {
  left: unset;
  right: 48px;
  top: 17px;
}

.card2__top {
  padding: 25px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
}
.card2__top img {
  width: 100%;
}
.card2__title {
  font-family: "Bebas Neue";
  font-weight: bold;
  font-size: 48px;
  line-height: 130%;
  margin-top: 4px;
  letter-spacing: 0.0375em;
  color: #000000;
  position: relative;
  z-index: 2;
  margin-left: 32px;
}
.card2__desc {
  font-size: 18px;
  line-height: 130%;
  margin-top: 4px;
  color: #969696;
  margin-left: 32px;
}

.sale {
  padding-top: 50px;
}
.new .container {
  position: relative;
}
.sale .container {
  position: relative;
}
.interest .container {
  position: relative;
}
.recent .container {
  position: relative;
}
.sale__title {
  font-size: 28px;
  line-height: 130%;
  font-family: "Open Sans";
  margin-bottom: 30px;
}
.sale .swiper-button-next::after, .sale .swiper-button-prev::after {
  display: none;
}
.sale .swiper-button-next.swiper-button-disabled, .sale .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.sale .swiper-button-next.swiper-button-disabled svg path, .sale .swiper-button-prev.swiper-button-disabled svg path {
  fill: #B2B2B2;
}
.sale .swiper-button-next {
  left: unset;
  top: 17px;
  right: 0;
}
.sale .swiper-button-prev {
  left: unset;
  right: 48px;
  top: 17px;
}

.recomend {
  padding-top: 65px;
}
.recomend__title {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 32px;
}
.recomend .swiper-button-next::after, .recomend .swiper-button-prev::after {
  display: none;
}
.recomend .swiper-button-next.swiper-button-disabled, .recomend .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.recomend .swiper-button-next.swiper-button-disabled svg path, .recomend .swiper-button-prev.swiper-button-disabled svg path {
  fill: #B2B2B2;
}
.recomend .swiper-button-next {
  left: unset;
  top: 17px;
  right: 0;
}
.recomend .swiper-button-prev {
  left: unset;
  right: 48px;
  top: 17px;
}

.subscribe {
  padding-top: 80px;
}
.subscribe__form {
  width: 74%;
  margin-left: auto;
  margin-right: 0;
  padding: 107px 22% 120px 25%;
  background: #F3F3F3;
}
.subscribe__inner {
  position: relative;
}
.subscribe__bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48.7%;
}
.subscribe__title {
  font-size: 48px;
  line-height: 110%;
}
.subscribe__desc {
  font-size: 22px;
  line-height: 130%;
  margin-top: 15px;
  color: #5A5A5A;
}
.subscribe input {
  border: none;
  border-bottom: 1px solid #C4C4C4;
  width: 100%;
  background-color: inherit;
  margin-top: 10px;
  padding: 8px;
  outline: none;
}
.subscribe input::placeholder, .subscribe input::-moz-placeholder, .subscribe input::-webkit-input-placeholder {
  font-size: 22px;
  line-height: 130%;
  color: #9A9A9A;
}
.subscribe__btn {
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.0375em;
  color: #FFFFFF;
  width: 100%;
  height: 64px;
  text-transform: uppercase;
  background: #000000;
  border-radius: 4px;
  margin-top: 30px;
}
.subscribe__btn:hover {
  opacity: 0.8;
}

.footer {
  padding-top: 100px;
  padding-bottom: 25px;
  margin-bottom: 0;
  margin-top: auto;
}
.footer__top {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  position: relative;
}
.footer__item {
  display: block;
  font-size: 14px;
  line-height: 200%;
  color: #4E4E4E;
}
.footer__pay {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 604px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.footer__phone, .footer__mail {
  font-weight: bold;
  font-size: 21px;
  line-height: 200%;
  color: #828282;
  display: block;
}
.footer__logo {
  margin-bottom: 20px;
  display: block;
  width: 200px;
}
.footer__logo img {
  width: 100%;
  transition: all ease .7s;
}
.footer__logo img:hover {
  opacity: .7;
}
.footer__address {
  margin-top: 14px;
  font-size: 14px;
}
.footer__title {
  font-size: 22px;
  margin-bottom: 3px;
}
.footer__title--socials {
  font-size: 22px;
  line-height: 200%;
}
.footer__socials {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
}
.footer__socials > a {
  margin: 0 5px;
}
.footer__bottom {
  padding: 25px 0;
  color: #B7B7B7;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin-top: 30px;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.footer .torg-mark {
  font-size: 14px;
}

.breadcrumbs {
  margin-top: 50px;
  font-size: 14px;
  line-height: 200%;
  color: #757575;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.breadcrumbs__item {
  margin-left: 5px;
}

.product-detail {
  padding-top: 40px;
}
.product-detail__inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.product-detail__img {
  /* padding: 36px 206px; */
  width: 616px;
  /* background: #F3F3F3; */
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
}
.product-detail__img img {
  width: 100%;
}
.product-detail__info {
  width: calc(100% - 620px);
}
.product-detail__title {
  /* font-family: "Bebas Neue"; */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.0375em;
}
.product-detail__title span {
  color: #D785A1;
}
.product-detail__desc {
  font-size: 18px;
  line-height: 200%;
  margin-top: 28px;
  color: #1d1d1d;
}
.product-detail__volume {
  margin-top: 28px;
  font-size: 16px;
  line-height: 200%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.product-detail__amount {
  margin-right: 8px;
  border: 1px solid #000000;
  padding: 8px;
}
.product-detail__prices {
  margin-top: 28px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  line-height: 200%;
}
.product-detail__price {
  margin-right: 17px;
}
.product-detail__rub {
  font-weight: bold;
  font-size: 24px;
}
.product-detail__rub.no-discount {
  /* color: #B9B9B9;
  text-decoration: line-through; */
  color: #D785A1;
}
.product-detail__discount {
  font-size: 12px;
  color: #F287AB;
}
.product-detail__discount.no-discount {
  color: #B9B9B9;
}
.product-detail__buttons {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 22px;
  position: relative;
}
.product-detail__btn {
  background: #1A1A1A;
  height: 54px;
  width: 54px;
  color: #fff;
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.0375em;
  margin-right: 20px;
}
.product-detail__btn:hover {
  opacity: 0.8;
}
.product-detail__btn:hover .product-detail__hint {
  opacity: 1;
}
.product-detail__btn--big {
  width: 268px;
}
.product-detail__inshop {
  font-size: 12px;
  line-height: 200%;
  margin-top: 13px;
  color: #2E2E2E;
}
.product-detail__hint {
  position: absolute;
  background: #1A1A1A;
  color: #fff;
  width: 240px;
  height: 53px;
  text-align: left;
  padding: 5px 12px;
  top: -73px;
  left: 362px;
  display: none;
}
.product-detail__hint p {
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
}
.product-detail__hint a {
  font-size: 10px;
  color: #D785A1;
  line-height: 10px;
  display: block;
}
.product-detail__hint:hover {
  opacity: 1;
}
.product-detail__hint::after {
  content: '';
  position: absolute;
  left: 25px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #1A1A1A;
}
.product-detail__about {
  margin-top: 33px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.product-detail__about span {
  display: block;
}
.product-detail__about img {
  flex-shrink: 0;
  margin-right: 13px;
}
.product-detail__about-item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-right: 30px;
  font-size: 14px;
}

.interest,
.recent {
  padding-top: 65px;
}
.interest__title,
.recent__title {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 32px;
}
.interest .swiper-button-next::after, .interest .swiper-button-prev::after,
.recent .swiper-button-next::after, .recent .swiper-button-prev::after{
  display: none;
}
.interest .swiper-button-next.swiper-button-disabled, .interest .swiper-button-prev.swiper-button-disabled, 
.recent .swiper-button-next.swiper-button-disabled, .recent .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.interest .swiper-button-next.swiper-button-disabled svg path, .interest .swiper-button-prev.swiper-button-disabled svg path,
.recent .swiper-button-next.swiper-button-disabled svg path, .recent .swiper-button-prev.swiper-button-disabled svg path {
  fill: #B2B2B2;
}
.interest .swiper-button-next,
.recent .swiper-button-next{
  left: unset;
  top: 17px;
  right: 0;
}
.interest .swiper-button-prev,
.recent .swiper-button-prev {
  left: unset;
  right: 48px;
  top: 17px;
}

.same {
  padding-top: 65px;
}
.same__title {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 32px;
}
.same .swiper-button-next::after, .same .swiper-button-prev::after {
  display: none;
}
.same .swiper-button-next.swiper-button-disabled, .same .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.same .swiper-button-next.swiper-button-disabled svg path, .same .swiper-button-prev.swiper-button-disabled svg path {
  fill: #B2B2B2;
}
.same .swiper-button-next {
  left: unset;
  top: 17px;
  right: 0;
}
.same .swiper-button-prev {
  left: unset;
  right: 48px;
  top: 17px;
}

.product-info {
  padding-top: 45px;
}
.product-info__title {
  margin-top: 14px;
  font-size: 16px;
  line-height: 130%;
}
.product-info__desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 200%;
  color: #AFAFAF;
}
.product-info__text {
  margin-top: 18px;
  font-size: 14px;
  line-height: 200%;
  color: #3C3C3C;
}
.product-info__detail {
  margin-top: 43px;
  font-size: 14px;
  line-height: 200%;
}
.product-info__detail-item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-bottom: 18px;
  margin-top: 13px;
}
.product-info__detail-item span {
  display: block;
}
.product-info__detail-item .grey {
  color: #AFAFAF;
  width: 151px;
  margin-right: 56px;
  flex-shrink: 0;
}
.product-info .tabs__list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding-bottom: 7px;
  border-bottom: 1px solid #C4C4C4;
}
.product-info .tabs__item {
  cursor: pointer;
  margin-right: 40px;
  position: relative;
}
.product-info .tabs__item:hover::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.product-info .tabs__item--active {
  cursor: default;
}
.product-info .tabs__item--active:hover::after {
  bottom: -10px;
}
.product-info .tabs__item--active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.product-info .tabs__content {
  display: none;
}
.product-info .tabs__content--active {
  display: block;
}

.catalog {
  padding-top: 40px;
  padding-bottom: 40px;
}
.catalog__inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.catalog__group {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.catalog__single {
  width: calc(50% - 47px);
}
.catalog__single-top {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 59px 0;
  background: #F3F3F3;
}
.catalog__single-top img {
  width: 100%;
}
.catalog__card {
  width: calc(25% - 18px);
  margin-bottom: 88px;
  margin-right: 24px;
}
.catalog__card:nth-child(4), .catalog__card:nth-child(8), .catalog__card:nth-child(12), .catalog__card:nth-child(16) {
  margin-right: 0px;
}
.catalog__card-top {
  padding: 75px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.catalog__card-top img {
  width: auto;
  height: 230px;
}
.catalog__card-title {
  /* font-family: "Bebas Neue"; */
  font-family: 'Open Sans';
  font-style: normal;
  /* font-weight: bold; */
  font-size: 17px;
  line-height: 20px;
  margin-top: 24px;
  margin-left: 24px;
  /* letter-spacing: 1.5px; */
  color: #1A1A1A;
}
.catalog__card-bottom p {
  margin-top: 11px;
  margin-left: 24px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.catalog__card-desc {
  font-size: 12px;
  line-height: 18px;
  color: #5C5C66;
  margin-right: 30px;
}
.catalog__card-price {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #1A1A1A;
}
.catalog__single-desc {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #828282;
  margin-left: 69px;
  margin-top: -50px;
}
.catalog__single-title {
  font-family: "Bebas Neue";
  font-weight: bold;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: 0.0375em;
  margin-left: 69px;
}
.catalog__single-price {
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 22px;
  line-height: 130%;
  margin-top: 10px;
  margin-left: 69px;
}

.catalog-filter {
  margin-top: 42px;
}
.catalog-filter__inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;  
  margin: 0 -7.5px -15px;
}
.catalog-filter__item {
  margin-bottom: 15px;
  padding: 0 7.5px;
  width: 200px;
  position: relative;
}
.catalog-filter__item:hover .catalog-filter__hidden {
  display: block;
}
.catalog-filter__item:hover .catalog-filter__show {
  color: #D785A1;
}
.catalog-filter__field {
    width: 100%;
    border: none;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    outline: none;
    appearance: none;
    padding: 8px;
    transition: .2s;
    cursor: pointer;
}
.catalog-filter__field:hover {
    background-color: #eff1f3;
}
.catalog-filter__field:focus {
    box-shadow: 0 0 0 4px rgba(13,110,253,.25);
}
.catalog-filter__show {
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  cursor: pointer;
}
.catalog-filter__hidden {
  width: 100%;
  display: none;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  padding: 11px 13px 16px;
  height: 118px;
  overflow-y: scroll;
  bottom: -5px;
  transform: translateY(100%);
}
.catalog-filter__hidden input {
  width: 100%;
  border: none;
  padding: 5px 1px;
  border-bottom: 1px solid #F3F3F3;
  font-size: 12px;
  line-height: 14px;
  outline: none;
}
.catalog-filter__hidden input::placeholder {
  color: #CACACA;
  font-size: 12px;
  line-height: 14px;
}
.catalog-filter__hidden p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */
  /* Grey */
  color: #828282;
  cursor: pointer;
}
.catalog-filter__hidden::-webkit-scrollbar {
  width: 1px;
}
.catalog-filter__hidden::-webkit-scrollbar-track {
  background: #fff;
  width: 1px;
  height: 39px;
}
.catalog-filter__hidden::-webkit-scrollbar-thumb {
  background-color: #000;
}

.profile {
  margin-top: 107px;
}
.profile__inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.aside {
  width: 350px;
  margin-right: 240px;
}
.aside .user {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.aside .user__name {
  margin-right: 15px;
  font-size: 32px;
  line-height: 150%;
  display: block;
  height: 100%;
}
.aside .user__bonus {
  color: #CACACA;
  margin-top: 10px;
}
.aside__menu {
  margin-top: 42px;
  width: 240px;
  margin-right: 0;
  margin-left: auto;
  font-size: 18px;
  line-height: 200%;
  color: #828282;
}
.aside__menu-item--active {
  color: #000;
}
.aside__menu-item:hover {
  color: #000;
  cursor: pointer;
}


.profile__inner::after {
  background: #F3F3F3;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  top: 135px;
  left: 0;
}
.profile__title {
  font-weight: bold;
  font-size: 60px;
  margin-top: 20px;
}
.profile__desc {
  font-weight: 500;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 55px;
}
.profile form {
  width: 371px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.profile form > input {
  width: 100%;
  padding: 8px 0;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #CACACA;
  outline: none;
}
.profile form > input::placeholder {
  font-size: 16px;
  line-height: 150%;
  color: #828282;
}
.profile form button {
  width: 100%;
  background-color: #000;
  font-family: "Bebas Neue";
  font-weight: normal;
  line-height: 200%;
  letter-spacing: 0.0375em;
  color: #FFFFFF;
  height: 53px;
  width: 100%;
  margin-top: 38px;
}
.profile__phone {
  width: 100%;
}
.profile__phone > input {
  width: 100%;
  padding: 8px 0;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #CACACA;
  outline: none;
}
.profile .radio {
  position: relative;
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  padding-left: 20px;
}
.profile .radio-style {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #CACACA;
  border-radius: 50%;
  transition: 0.2s;
}
.profile .radio:checked + .radio-style {
  background-color: #000;
}
.profile .radio__item > span {
  margin-left: 20px;
}
.profile .radio__item {
  margin-right: 15px;
  margin-top: 12px;
  margin-bottom: 65px;
  width: calc(33.33% - 22px);
}
.profile .radio__item.last {
  margin-right: 0;
}
.profile .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.profile .checkbox + label {
  position: relative;
  padding: 0 0 0 38px;
  cursor: pointer;
}
.profile .checkbox + label:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #CACACA;
  transition: .2s;
}
.profile .checkbox:checked + label:after {
  background: #000;
}
.profile__agree {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.profile__agree label {
  font-size: 12px;
}
.profile__agree label a {
  color: #D785A1;
}

.favorite {
  margin-top: 70px;
}
.favorite__empty {
  font-size: 24px;
  display: none;
}
.favorite__item {
  width: 532px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 62px;
}
.favorite__img {
  width: 126px;
  height: 126px;
  background: #F3F3F3;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-shrink: 0;
  margin-right: 20px;
}
.favorite__img img {
  width: 100%;
}
.favorite__info {
  position: relative;
  height: 126px;
}
.favorite__desc {
  line-height: 110%;
  margin-top: 20px;
  color: #434343;
  font-weight: bold;
  font-size: 18px;
}
.favorite__title {
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.0375em;
  color: #050505;
  font-family: "Open Sans";
  margin-top: 8px;
}
.favorite__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.favorite__buttons {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.favorite__buttons button {
  margin-right: 10px;
}
.favorite__prices {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-size: 18px;
  line-height: 200%;
}
.favorite__prices .low {
  text-decoration-line: line-through;
  margin-right: 24px;
  color: #B9B9B9;
}

.club {
  padding-top: 70px;
}
.club__inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.club__img {
  background-image: url(../images/club.jpg);
  width: 657px;
  height: 693px;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 70px;
  position: relative;
}
.club__img-bottom {
  position: absolute;
  bottom: 13px;
  left: 60px;
}
.club__img-desc {
  line-height: 200%;
}
.club__img-title {
  font-family: "Bebas Neue";
  font-weight: bold;
  font-size: 79px;
  line-height: 130%;
  letter-spacing: 0.0375em;
}
.club__img-btn {
  margin-top: -13px;
  width: 268px;
  height: 58px;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 225px center;
  background-color: #000000;
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.0375em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.club__img-btn:hover {
  opacity: 0.8;
}
.club__info-title {
  font-weight: bold;
  font-size: 70px;
  line-height: 200%;
  margin-top: -40px;
}
.club__info-subtitle {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 22px;
}
.club__info-desc {
  margin-bottom: 20px;
}
.club__location {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 20px;
}
.club__location-address {
  color: #828282;
  margin-bottom: 35px;
}
.club__location-doc {
  color: #828282;
}
.club__step {
  margin-bottom: 35px;
  color: #828282;
}

.contacts {
  padding-top: 50px;
}
.contacts__title {
  font-weight: bold;
  font-size: 50px;
  line-height: 200%;
}
.contacts__inner {
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.contacts__list {
  width: 50%;
  padding-right: 15px;
  /* height: 1080px; */
  overflow-y: scroll;
}
.contacts__list::-webkit-scrollbar {
  width: 12px;
  background: #ECECEC;
}
#search-block {
  position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
}
#search-block > form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

#search-block > form > input {
  width: 100%;
  padding: 5px;
}

#search-block > form > button {
  padding: 20px;
}

.contacts__list::-webkit-scrollbar-track {
  background: #ECECEC;
  width: 8px;
  height: 118px;
}
.contacts__list::-webkit-scrollbar-thumb {
  background: #5C5C66;
  border-radius: 4px;
}
.contacts .map {
  width: 50%;
  height: 500px;
}
.contacts__item {
  padding: 30px 65px;
  background: #F3F3F3;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 200%;
}
.contacts__item a.pink {
  color: #D785A1;
}
.contacts__item a {
  display: block;
  font-weight: 500;
}
.contacts__item-sort {
  color: #828282;
}
.contacts__item-address {
  font-weight: bold;
}

.delivery {
  padding-top: 50px;
}
.delivery__title {
  font-weight: bold;
  font-size: 50px;
  line-height: 200%;
}
.delivery__steps {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 43px 0;
  background: #F3F3F3;
  margin-top: 25px;
}
.delivery__step {
  width: calc( 100% / 3);
  padding: 0 45px;
  position: relative;
}
.delivery__step:nth-child(2)::after, .delivery__step:nth-child(2)::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #E3E3E3;
  top: 0;
}
.delivery__step:nth-child(2)::before {
  left: 0;
}
.delivery__step:nth-child(2)::after {
  right: 0;
}
.delivery__step-title {
  font-family: "Bebas Neue";
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: 0.0375em;
}
.delivery__step-desc {
  line-height: 130%;
  color: #464646;
  margin-top: 12px;
}
.delivery__info {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin-top: 74px;
}
.delivery__info-img {
  width: 60%;
}
.delivery__info-img img {
  width: 100%;
}
.delivery__info-left {
  width: calc(40% - 40px);
  position: relative;
}
.delivery__info-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 150%;
  padding-bottom: 22px;
  border-bottom: 1px solid #CACACA;
}
.delivery__price {
  margin-top: 35px;
  font-size: 22px;
}
.delivery__price p:nth-child(2) {
  font-size: 16px;
  color: #828282;
}
.delivery__self {
  margin-top: 25px;
  font-weight: bold;
  font-size: 22px;
}
.delivery__self p:nth-child(2) {
  color: #D785A1;
}
.delivery__add {
  background: #F3F3F3;
  margin-top: 25px;
  padding: 38px 50px 38px 120px;
  background-image: url(../images/cart.png);
  background-repeat: no-repeat;
  background-position: 45px center;
  font-size: 18px;
  color: #828282;
}
.delivery__btn {
  margin-top: 75px;
  width: 100%;
  height: 53px;
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.0375em;
  background: #000;
  color: #FFFFFF;
}
.delivery__btn:hover {
  opacity: 0.7;
}

.delivery-rule {
  margin-top: 95px;
}
.delivery-rule__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 200%;
}
.delivery-rule .tabs__list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 35px;
}
.delivery-rule .tabs__item {
  cursor: pointer;
  margin-right: 23px;
  transition: .3s;
  color: #000;
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 18px;
  line-height: 200%;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.0375em;
  padding: 9px 102px;
  background: #F3F3F3;
}
.delivery-rule .tabs__item:hover {
  background-color: #000;
  color: #fff;
}
.delivery-rule .tabs__item--active {
  background-color: #000;
  color: #fff;
  cursor: default;
}
.delivery-rule .tabs__content {
  display: none;
  margin-top: 46px;
}
.delivery-rule .tabs__content--active {
  display: block;
}
.delivery-rule__list {
  padding-left: 28px;
  margin: 0;
  padding-inline-start: 20px;
}
.delivery-rule__list-item {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 16px;
}
.delivery-rule__list-item > p {
  margin-bottom: 16px;
}
.delivery-rule__list-item::marker {
  font-weight: bold;
}
.delivery-rule__list-steps {
  margin-bottom: 16px;
  line-height: 200%;
  padding-left: 30px;
}
.delivery-rule__list-title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 35px;
}
.delivery-rule__take {
  margin-bottom: 35px;
}
.delivery-rule__take strong {
  font-weight: bold;
}

.blog {
  padding-top: 50px;
}
.blog__title {
  font-weight: bold;
  font-size: 80px;
  line-height: 200%;
}
.blog__items {
  margin-top: 16px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.blog__item {
  width: calc(33.33% - 42px);
  margin-bottom: 60px;
}
.blog__item:nth-child(3n-2), .blog__item:nth-child(3n-1) {
  margin-right: 63px;
}

.blog-card {
  cursor: pointer;
}
.blog-card__top {
  width: 100%;
  position: relative;
}
.blog-card__top img {
  width: 100%;
}
.blog-card__date {
  background: rgba(0, 0, 0, 0.9);
  font-family: "Bebas Neue";
  font-weight: bold;
  color: #fff;
  position: absolute;
  width: 97px;
  height: 77px;
  top: 16px;
  right: 20px;
  text-align: center;
  letter-spacing: 0.0375em;
}
.blog-card__day {
  font-size: 35px;
  line-height: 200%;
}
.blog-card__month {
  font-size: 12px;
  margin-top: -25px;
}
.blog-card__title {
  font-size: 22px;
  margin-top: 8px;
  height: 66px;
  line-height: 150%;
  -webkit-line-clamp: 2;
  /* Число отображаемых строк */
  display: -webkit-box;
  /* Включаем флексбоксы */
  -webkit-box-orient: vertical;
  /* Вертикальная ориентация */
  overflow: hidden;
  /* Обрезаем всё за пределами блока */
}
.blog-card__desc {
  margin-top: 4px;
  color: #636363;
  line-height: 150%;
  -webkit-line-clamp: 3;
  /* Число отображаемых строк */
  display: -webkit-box;
  /* Включаем флексбоксы */
  -webkit-box-orient: vertical;
  /* Вертикальная ориентация */
  overflow: hidden;
}

@media (max-width: 1700px) {
  .header__content {
    padding-bottom: 260px;
  }

  .catalog-menu .catalog-submenu {
    /*width: 1200px;*/
  }

  .delivery__info-img {
    width: 55%;
  }
  .delivery__info-left {
    width: calc(45% - 40px);
  }
}
@media (max-width: 1500px) {
  .catalog-menu .catalog-submenu {
    /*width: 1000px;*/
  }

  .catalog-menu .catalog-product {
    right: 100px;
  }

  .club__img {
    margin-right: 40px;
  }
  .club__info-title {
    font-size: 65px;
  }

  .delivery__info-title {
    font-size: 28px;
  }
  .delivery__price {
    margin-top: 15px;
  }
  .delivery__add {
    margin-top: 15px;
  }
  .delivery__btn {
    margin-top: 20px;
  }
  .delivery__step {
    padding: 0 25px;
  }

  .delivery-rule__title {
    font-size: 28px;
  }

  .delivery-rule {
    margin-top: 0px;
  }

  .contacts__item {
    padding: 20px;
    font-size: 15px;
  }

  .contacts .map {
    /* width: calc(100% - 523px); */
    width: 50%;
    height: 880px;
  }

  .contacts__list {
    /* width: 523px; */
    width: 50%;
    height: 880px;
  }

  .blog__title {
    font-size: 63px;
  }

  .blog__item:nth-child(3n-2),
  .blog__item:nth-child(3n-1) {
    margin-right: 16px;
  }

  .blog__item {
    width: calc(33.33% - 24px);
    margin-bottom: 60px;
  }

  .profile .favorite {
    padding-top: 20px;
    margin-top: 40px;
  }

  .catalog__card-top {
    padding: 20px;
  }

  .product-detail__img {
    /* padding: 36px 100px; */
  }
  .product-detail__info {
    width: calc(100% - 570px);
  }
.header .nav__item {
    /*margin-right: 24px;*/
}
}
@media (max-width: 1400px) {
  .header__content {
    padding-bottom: 200px;
    padding-top: 100px;
  }
  .header .nav__item:nth-child(3) {
    /*margin-right: 20px;*/
    margin-right: 0px;
  }

  .catalog-menu .catalog-submenu {
    /*width: 900px;*/
  }

  .catalog-menu .catalog-product {
    right: 100px;
  }
  
  .catalog-filter__item {
      flex: 0 0 auto;
      width: 16.66666667%;
  }

  .about__img {
    width: calc(50% - 10px);
  }
  .about__info {
    width: calc(50% - 10px);
  }
  .about__title {
    font-size: 28px;
  }
  .about__desc {
    margin-top: 5px;
  }
  .about__link {
    margin-top: 12px;
  }
  .about__items {
    padding: 15px 19px;
    font-size: 17px;
  }

  .sale .swiper-slide {
    width: 650px;
  }

  .subscribe__form {
    padding-top: 60px;
    padding-bottom: 75px;
    padding-right: 10%;
  }
  .subscribe__title {
    font-size: 35px;
  }
  .subscribe__desc {
    font-size: 20px;
  }

  .card2__title {
    font-size: 38px;
  }

  .footer__pay {
    width: 560px;
  }

  .club__img {
    width: 550px;
    height: 580px;
  }
  .club__info-title {
    font-size: 55px;
    line-height: 150%;
  }
  .club__info-subtitle {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .club__info-desc {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .club__location-address {
    margin-bottom: 15px;
  }
  .club__location-address, .club__location-doc {
    font-size: 15px;
  }
  .club__step {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .delivery__info-img {
    width: 50%;
  }
  .delivery__info-left {
    width: calc(50% - 20px);
  }
  .delivery__info-title {
    font-size: 27px;
  }
  .delivery__step {
    padding: 0 10px;
  }
  .delivery__step-title {
    font-size: 16px;
  }
  .delivery__step-desc {
    font-size: 14px;
  }

  .delivery-rule__title {
    font-size: 27px;
  }

  .delivery-rule {
    margin-top: 0px;
  }

  .contacts .map {
    /* width: calc(100% - 523px); */
    width: 50%;
    height: 680px;
  }

  .contacts__list {
    /* width: 523px; */
    width: 50%;
    height: 680px;
  }

  .blog-card__date {
    width: 80px;
    height: 60px;
    top: 10px;
    right: 13px;
  }

  .blog-card__day {
    font-size: 30px;
  }

  .blog-card__month {
    font-size: 12px;
    margin-top: -22px;
  }

  .blog__title {
    font-size: 55px;
  }

  .profile__title {
    font-size: 45px;
    margin-top: 30px;
  }
  .profile .favorite {
    padding-top: 30px;
  }
  .profile .aside {
    margin-right: 100px;
  }

  .product-detail__title {
    font-size: 32px;
  }
  .product-detail__img {
    /* padding: 36px 100px; */
    width: 400px;
    height: 400px;
  }
  .product-detail__info {
    width: calc(100% - 430px);
  }

  .order {
    overflow-x: hidden;
  }
  .order__inner {
    width: 100%;
  }
  .order__sides {
    padding-right: 0;
  }

  .catalog__card {
    width: calc(33.33% - 10px);
    margin-bottom: 88px;
    margin-right: 15px;
  }
  .catalog__card:nth-child(4), .catalog__card:nth-child(8), .catalog__card:nth-child(16) {
    margin-right: 15px;
  }
  .catalog__card:nth-child(3), .catalog__card:nth-child(6), .catalog__card:nth-child(9), .catalog__card:nth-child(12), .catalog__card:nth-child(15) {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .header__content {
    padding-bottom: 180px;
    padding-top: 80px;
  }
  .header .nav__item {
    margin-right: 15px;
    font-size: 16px;
  }
  .header__logo {
    margin-right: 15px;
  }
  .header__btn {
    margin-left: 10px;
  }
  .header__title {
    font-size: 75px;
  }
  .header__desc {
    font-size: 18px;
  }
  .header__content-btn {
    padding: 0px 50px;
    background-position: 248px center;
    margin-top: 25px;
  }

  .catalog-menu .catalog-submenu {
    /*width: 690px;*/
    padding-left: 20px;
  }

  .catalog-menu__main {
    width: 255px;
  }

  .catalog-menu .catalog-product__item {
    margin-left: 15px;
  }

  .catalog-menu .catalog-product {
    right: 0px;
  }

  .about__title {
    font-size: 24px;
  }
  .about__desc {
    font-size: 14px;
  }
  .about__link {
    font-size: 14px;
  }
  .about__img img {
    height: 100%;
  }
  .about__items {
    width: calc(25% - 10px);
    font-size: 15px;
    padding: 13px;
  }

  .card__title {
    margin-left: 0;
  }
  .card__bottom {
    margin-left: 0;
  }
  .card__price {
    font-size: 14px;
  }
  .card__desc {
    font-size: 10px;
  }

  .footer {
    font-size: 14px;
  }
  .footer__bottom {
    font-size: 13px;
  }
  .footer__address {
    font-size: 14px;
  }
  .footer__pay {
    bottom: -40px;
  }
  .footer__phone, .footer__mail {
    font-size: 20px;
  }

  .club__img {
    width: 440px;
    height: 465px;
  }
  .club__info-title {
    font-size: 48px;
  }
  .club__info-subtitle {
    margin-bottom: 0px;
    font-size: 19px;
  }
  .club__info-desc {
    font-size: 14px;
  }
  .club__step {
    margin-bottom: 20px;
  }
  .club__location-address {
    margin-bottom: 14px;
  }
  .club__location-address, .club__location-doc {
    font-size: 14px;
  }

  .delivery__info-img {
    width: 50%;
  }
  .delivery__info-left {
    width: calc(50% - 20px);
  }
  .delivery__info-title {
    font-size: 23px;
  }
  .delivery__title {
    font-size: 40px;
  }
  .delivery__step-title {
    font-size: 14px;
  }
  .delivery__step-desc {
    font-size: 12px;
  }
  .delivery__price, .delivery__self {
    font-size: 18px;
  }
  .delivery__add {
    padding-left: 90px;
    background-position: 10px center;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .delivery-rule__title {
    font-size: 22px;
  }

  .delivery-rule {
    margin-top: 40px;
  }

  .contacts__item {
    padding: 20px 5px;
  }

  .contacts .map {
    /* width: calc(100% - 470px); */
    width: 50%;
    height: 580px;
  }

  .contacts__list {
    /* width: 470px; */
    width: 50%;
    height: 580px;
  }

  .contacts__title {
    font-size: 40px;
  }

  .blog__item:nth-child(3n-2), .blog__item:nth-child(3n-1) {
    margin-right: unset;
  }
  .blog__item:nth-child(odd) {
    margin-right: 40px;
  }
  .blog__item {
    width: calc(50% - 20px);
  }
  .blog__title {
    font-size: 48px;
  }

  .profile__title {
    font-size: 48px;
  }

  .catalog__card-desc {
    margin-right: 10px;
  }
  .catalog__card-price {
    white-space: nowrap;
  }

  .product-detail__btn {
    margin-right: 10px;
  }
  .product-detail__btn--big {
    width: 200px;
  }
  .product-detail__hint {
    left: 260px;
  }

  .order__sides {
    flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }
  .order__side-left {
    width: 610px;
  }
  .order__side-right {
    order: -1;
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .header__logo {
    margin-right: 0;
  }
  .header__burger {
    width: 30px;
    height: 20px;
    position: relative;
  }
  .header__burger::after, .header__burger::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    transition: .4s;
  }
  .header__burger::after {
    top: 0;
  }
  .header__burger::before {
    bottom: 0;
  }
  .header__burger span {
    background: #000;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__city--mob {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    font-weight: bold;
    margin-top: 30px;
  }
  .header__burger--active::after {
    top: 9px;
    transform: rotate(45deg);
  }
  .header__burger--active::before {
    bottom: 8px;
    transform: rotate(-45deg);
  }
  .header__burger--active span {
    display: none;
  }
  .header__top {
    display: none;
  }
  .header__bottom-inner {
    padding: 20px 0;
  }
  .header__content {
    padding-bottom: 150px;
    padding-top: 50px;
  }
  .header__title {
    font-size: 60px;
  }
  .header__desc {
    font-size: 16px;
  }
  .header__content-btn {
    padding: 0 30px;
    height: 45px;
    font-size: 13px;
  }
  .header .nav {
    z-index: 2;
    height: 100vh;
    position: absolute;
    background-color: #fff;
    top: 78px;
    left: 0;
    width: 320px;
    padding: 30px;
    border-top: 1px solid #F3F3F3;
    display: none;
  }
  .header .nav ul {
    display: block;
    width: 100%;
  }
  .header .nav__item--active {
    border-bottom: none;
  }
  .header .nav__item:hover {
    border-bottom: none;
  }

  .catalog-menu {
    display: block;
    top: 0;
    left: 0;
    transform: translate(0);
    padding: 0;
    height: 100%;
  }
  .catalog-menu::after, .catalog-menu::before {
    display: none;
  }
  .catalog-menu__inner {
    padding: 30px;
    background-color: #fff;
  }
  .catalog-menu__back {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
  }
  .catalog-menu__back img {
    margin-right: 30px;
  }
  .catalog-menu__item {
    font-size: 16px;
  }
  .catalog-menu .catalog-submenu {
    width: 320px;
    background-color: #fff;
    height: 99vh;
    top: -76px;
    right: -40px;
    padding: 75px 30px;
    border-top: 1px solid #F3F3F3;
    border-left: 1px solid #F3F3F3;
  }
  .catalog-menu ul.catalog-menu__main {
    height: 99vh;
    overflow-y: scroll;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .catalog-menu ul.catalog-menu__main::-webkit-scrollbar {
    width: 12px;
    background: #ECECEC;
  }
  .catalog-menu ul.catalog-menu__main::-webkit-scrollbar-track {
    background: #ECECEC;
    width: 8px;
    height: 118px;
  }
  .catalog-menu ul.catalog-menu__main::-webkit-scrollbar-thumb {
    background: #5C5C66;
    border-radius: 4px;
  }
  .catalog-menu .catalog-submenu__item {
    font-size: 16px;
  }
  .catalog-menu .catalog-product {
    width: 100%;
    flex-direction: column;
    position: relative;
    margin-top: 30px;
  }
  .catalog-menu .catalog-menu__item:hover > .catalog-submenu {
    display: none;
  }
  .catalog-menu .catalog-product__top {
    height: 100px;
    padding: 0;
  }
  .catalog-menu .catalog-product__top img {
    height: 100%;
  }
  .catalog-menu .catalog-product__item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .catalog-menu .catalog-product__desc {
    font-size: 14px;
  }
  
  .catalog-filter__item {
      width: 33.33333%;
  }

  .catalog-open {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .catalog-open button {
    display: block;
    background-color: inherit;
  }

  .about__top {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .about__img {
    width: 100%;
  }
  .about__info {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }
  .about__title br {
    display: none;
  }
  .about__desc {
    margin-top: 15px;
  }
  .about__bottom {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .about__items {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 20px 30px;
  }

  .sale .swiper-slide {
    width: 550px;
  }

  .subscribe__form {
    width: 100%;
    padding: 50px;
  }
  .subscribe__bg {
    display: none;
  }

  .footer {
    padding-top: 50px;
  }
  .footer__item, .footer__title, .footer__title--socials {
    display: none;
  }
  .footer__top {
    flex-direction: column;
  }
  .footer__socials {
    width: 250px;
    margin-top: 15px;
    justify-content: flex-start;
  }
  .footer__socials > a {
    margin-left: 0;
    margin-right: 10px;
  }
  .footer__pay {
    width: 350px;
    right: unset;
    left: 0;
    bottom: -55px;
  }
  .footer__bottom {
    padding-top: 40px;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
  }
  .footer__bottom p {
    margin-bottom: 10px;
  }

  .city {
    width: 100%;
  }
  .city__title {
    font-size: 60px;
  }

  .address {
    width: 100%;
    padding-top: 80px;
  }
  .address__title {
    font-size: 45px;
  }
  .address form input {
    width: 100%;
  }

  .cart {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .cart .cart-empty {
    padding-top: 100px;
  }
  .cart .cart-reg {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .club {
    padding-top: 30px;
  }
  .club__inner {
    flex-direction: column;
  }
  .club__img {
    width: 657px;
    height: 693px;
    margin-right: 0;
    align-self: center;
  }
  .club__info {
    margin-top: 50px;
  }

  .delivery {
    padding-top: 30px;
  }
  .delivery__info {
    flex-direction: column;
    margin-top: 40px;
  }
  .delivery__info-img {
    width: unset;
    margin-top: 20px;
  }
  .delivery__info-left {
    width: unset;
  }
  .delivery__steps {
    flex-direction: column;
    padding: 0;
  }
  .delivery__step {
    width: 100%;
    padding: 20px 40px;
  }
  .delivery__step:nth-child(2) {
    margin: 20px 0;
  }
  .delivery__step:nth-child(2)::before {
    width: 100%;
    height: 1px;
    top: -10px;
    left: 0;
  }
  .delivery__step:nth-child(2)::after {
    width: 100%;
    height: 1px;
    bottom: -10px;
    right: 0;
    top: unset;
  }

  .delivery-rule__take {
    margin-bottom: 15px;
  }
  .delivery-rule .tabs__list {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .delivery-rule .tabs__item {
    margin-right: 0;
    width: calc(50% - 10px);
    padding: 9px 0;
    text-align: center;
    font-size: 16px;
  }
  .delivery-rule__list-item {
    padding-left: 5px;
  }

  .contacts {
    padding-top: 30px;
  }
  .contacts__inner {
    flex-direction: column;
  }
  .contacts__list {
    width: 100%;
    height: unset;
    overflow-y: auto;
    padding-right: 0;
  }
  .contacts .map {
    width: 100%;
  }

  .blog {
    padding-top: 30px;
  }
  .blog__item:nth-child(odd) {
    margin-right: 10px;
  }
  .blog__item {
    width: calc(50% - 5px);
  }

  .profile {
    margin-top: 30px;
  }
  .profile__inner {
    flex-direction: column;
  }
  .profile__inner:after{
      top:85px;
  }
  .profile .favorite {
    margin-top: 0;
  }
  .profile__title {
    margin-top: 0;
    font-size: 35px;
  }
  .profile .aside {
    width: 100%;
  }
  .profile .aside__menu {
    margin-left: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
  }
  .profile .aside__menu-item {
    margin-right: 10px;
  }
  .profile .main {
    margin-top: 20px;
  }
  .profile form {
    align-self: center;
  }
  .profile__desc {
    margin-top: 10px;
    font-size: 18px;
  }

  .favorite__item {
    width: unset;
    justify-content: flex-start;
  }

  .catalog__inner {
    flex-direction: column;
  }
  .catalog__group {
    width: 100%;
  }
  .catalog__card {
    width: calc(50% - 15px);
    margin-bottom: 88px;
    margin-right: 15px;
  }
  .catalog__card:nth-child(3), .catalog__card:nth-child(9), .catalog__card:nth-child(15) {
    margin-right: 15px;
  }
  .catalog__card:nth-child(2), .catalog__card:nth-child(4), .catalog__card:nth-child(6), .catalog__card:nth-child(8), .catalog__card:nth-child(10), .catalog__card:nth-child(12), .catalog__card:nth-child(14), .catalog__card:nth-child(16) {
    margin-right: 0;
  }

  .product-detail__inner {
    flex-direction: column;
  }
  .product-detail__info {
    width: 100%;
    margin-top: 20px;
  }
  .product-detail__img {
    width: 500px;
    height: 500px;
  }

  .card__price {
    margin-left: auto;
  }
  .card__price--grey {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .header .nav {
    width: 100%;
    z-index: 999;
    top: 64px;
  }
  .header__logo {
    display: none;
  }
  .header__bottom-right button {
    margin-left: 20px;
  }
  .header__title {
    font-size: 30px;
  }
  .header__desc {
    font-size: 13px;
  }
  .header__content-btn {
    margin-top: 10px;
    padding: 0;
    width: 150px;
    height: 35px;
    font-size: 10px;
  }
  .header__content {
    padding-bottom: 125px;
  }

  .catalog-menu .catalog-submenu {
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding: 0;
    border: none;
  }

  .about {
    padding-top: 30px;
  }
  .about__title {
    font-size: 16px;
  }
  .about__desc {
    margin-top: 5px;
    font-size: 12px;
  }
  .about__link {
    font-size: 12px;
    margin-top: 5px;
  }
  .about__bottom {
    margin-top: 20px;
  }
  .about__items {
    width: 100%;
    margin-bottom: 10px;
  }

  .new {
    padding-top: 30px;
  }
  .new__title {
    font-size: 22px;
  }

  .sale {
    padding-top: 30px;
  }
  .sale__title {
    font-size: 22px;
  }
  .sale .swiper-slide {
    width: 450px;
  }

  .card2__title {
    font-size: 25px;
    margin-top: -15px;
  }
  .card2__desc {
    font-size: 14px;
  }
  .card2__top {
    padding: 30px 40px;
  }

  .recomend {
    padding-top: 30px;
  }
  .recomend__title {
    font-size: 22px;
  }

  .subscribe {
    padding-top: 30px;
  }
  .subscribe__title {
    font-size: 22px;
  }
  .subscribe__title br {
    display: none;
  }
  .subscribe__desc {
    margin-top: 5px;
    font-size: 13px;
  }
  .subscribe__btn {
    font-size: 17px;
    width: 320px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .footer {
    padding-top: 30px;
  }

  .city {
    padding: 40px 20px;
    font-size: 14px;
  }
  .city__close {
    top: 20px;
    right: 20px;
  }
  .city__desc {
    width: unset;
  }
  .city__title {
    font-size: 50px;
  }

  .address {
    padding: 40px 20px;
    font-size: 14px;
  }
  .address__title {
    font-size: 24px;
  }
  .address__close {
    top: 20px;
    right: 20px;
  }

  .cart {
    padding: 30px 20px;
  }
  .cart__close {
    top: 20px;
    right: 20px;
  }
  .cart__item-nav {
    top: -10px;
  }
  .cart__title {
    font-size: 25px;
  }
  .cart__desc {
    margin-top: 10px;
    font-size: 18px;
  }
  .cart__sale {
    margin-top: -20px;
  }
  .cart__btn {
    height: 50px;
    font-size: 16px;
  }
  .cart .cart-empty {
    padding: 30px;
  }
  .cart .cart-empty__title {
    font-size: 25px;
  }
  .cart .cart-reg {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .cart .cart-reg__title {
    font-size: 25px;
  }
  .cart .cart-reg__desc {
    font-size: 14px;
  }

  .club {
    padding-top: 30px;
  }
  .club__inner {
    flex-direction: column;
  }
  .club__img {
    width: 100%;
    height: 544px;
  }
  .club__info-title {
    font-size: 40px;
  }
  .club__location-title {
    font-size: 14px;
  }
  .club__location-address, .club__info-desc, .club__step {
    font-size: 12px;
  }

  .delivery-rule__list-item > p {
    font-size: 14px;
  }

  .delivery-rule__list-item br {
    display: none;
  }

  .delivery-rule__list-steps {
    font-size: 14px;
    padding-left: 10px;
  }

  .delivery-rule__take {
    font-size: 14px;
  }

  .delivery__title {
    font-size: 30px;
  }

  .delivery-rule .tabs__list,
  .delivery-rule {
    margin-top: 20px;
  }

  .contacts__title {
    font-size: 30px;
  }

  .blog__item:nth-child(odd) {
    margin-right: 0px;
  }
  .blog__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .blog__title {
    font-size: 40px;
  }
    .profile__inner:after{
      top:70px;
  }
  .profile .aside__menu {
    font-size: 16px;
  }
  .profile__title {
    font-size: 40px;
    text-align: center;
  }
  .profile__desc {
    text-align: center;
  }
  .profile form {
    font-size: 14px;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }
  .profile form input::placeholder {
    font-size: 14px;
  }

  .favorite__item {
    margin-bottom: 20px;
  }

  .breadcrumbs {
    margin-top: 30px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .product-detail__about {
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
  }
  .product-detail__about-item {
    margin-bottom: 15px;
  }
  .product-detail__rub {
    font-size: 20px;
  }
  .product-detail__prices, .product-detail__buttons, .product-detail__desc, .product-detail__volume {
    margin-top: 10px;
  }

  .product-info__detail, .product-info__text {
    font-size: 12px;
  }

  .order__side-left {
    width: 100%;
  }
  .order__btn {
    margin-left: 0;
    width: 100%;
  }

  .step {
    text-align: center;
  }
  .step__input--agree {
    text-align: left;
    font-size: 9px;
  }
  .step__num {
    margin-right: 25px;
    font-size: 20px;
  }
  .step__title {
    font-size: 20px;
  }
  .step__hint {
    width: 100%;
  }
  .step__show {
    margin-left: 0;
    width: 100%;
  }
  .step__item {
    flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }
  .step__item-left br {
    display: none;
  }
  .step__item-btn {
    width: 100%;
  }
  .step__time {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .header__desc br {
    display: block;
  }
  .header__content {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .sale .swiper-slide {
    width: 85%;
  }

  .card2__top {
    padding: 10px 15px;
  }
  .card2__title {
    margin-top: 0;
  }

  .cart__item-desc {
    font-size: 11px;
  }
  .cart__item-title {
    font-size: 16px;
  }
  .cart__content {
    flex-direction: column;
  }
  .cart__info {
    width: 100%;
  }
  .cart__pay {
    margin-top: 0;
  }
  .cart .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }

  .city {
    font-size: 12px;
  }
  .city__title {
    font-size: 42px;
  }
  .city .city .country__open-btn {
    right: 40px;
  }
  
  .catalog-filter__item {
      width: 50%;
  }

  .subscribe__form {
    padding: 30px 10px;
  }

  .subscribe__btn {
    width: 100%;
  }

  .subscribe__title {
    font-size: 21px;
  }

  .subscribe__desc {
    margin-top: 5px;
    font-size: 12px;
  }

  .footer__pay {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    bottom: -90px;
  }

  .footer__bottom {
    padding-top: 70px;
  }

  .club {
    padding-top: 30px;
  }
  .club__inner {
    flex-direction: column;
  }
  .club__img {
    width: 296px;
    height: 313px;
  }
  .club__img-bottom {
    left: 50%;
    transform: translateX(-50%);
  }
  .club__info-title {
    font-size: 35px;
  }
  .club__info-subtitle {
    font-size: 16px;
  }
  .club__location {
    flex-direction: column;
    margin-bottom: 0;
  }
  .club__location-item {
    margin-bottom: 20px;
  }

  .delivery-rule .tabs__item {
    margin-right: 0;
    width: calc(50% - 5px);
    padding: 9px 0;
    text-align: center;
    font-size: 14px;
  }

  .delivery__title {
    font-size: 25px;
  }

  .delivery__info-title,
  .delivery-rule__title {
    font-size: 20px;
  }

  .contacts__title {
    font-size: 25px;
  }
  .contacts .map {
    height: 400px;
  }

  .blog__title {
    font-size: 35px;
  }

  .profile__desc {
    font-size: 15px;
  }
  .profile form {
    width: 100%;
  }
  .profile .aside__menu {
    font-size: 11px;
  }
  .profile .radio__item {
    margin-right: 2px;
    width: calc(33.33% - 4px);
  }

  .favorite__item {
    justify-content: flex-start;
  }
  .favorite__info {
    height: unset;
  }
  .favorite__img {
    margin-right: 10px;
    width: 90px;
    height: 90px;
  }
  .favorite__desc {
    font-size: 10px;
    margin-top: 0;
  }
  .favorite__title {
    font-size: 13px;
  }
  .favorite__prices {
    font-size: 13px;
  }
  .favorite__prices .low {
    margin-right: 10px;
  }
  .favorite__buttons button {
    width: 18px;
    height: 18px;
  }

  .catalog__card {
    width: 230px;
  }
  .catalog__card:nth-child(odd) {
    margin-right: 0;
  }
  .catalog__group {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: column;
  }
  .catalog__single-desc {
    margin-left: 0;
    font-size: 16px;
  }
  .catalog__single-title {
    margin-left: 0;
    font-size: 40px;
  }
  .catalog__single-price {
    font-size: 20px;
    margin-left: 0;
  }

  .catalog-filter__item {
    margin-bottom: 10px;
  }
  .catalog-filter__hidden {
    z-index: 2;
  }

  .product-detail__img {
    width: 300px;
    height: 300px;
  }
  .product-detail__hint {
    display: none;
  }
  .product-detail__title {
    font-size: 23px;
  }

  .buy {
    padding: 10px;
    width: 100%;
  }
  .buy__title {
    font-size: 20px;
  }
  .buy__change {
    font-size: 12px;
  }

  .order__side-right {
    width: 100%;
  }
  .order__logo {
    display: none;
  }

  .step__item-right {
    width: 100%;
  }

  .step__item--fend .step__item-right p {
    font-size: 12px;
  }
}

.msFavoriterToggle .active_favorite {
    display: none;
}
.msFavoriterToggle._active_ .active_favorite {
    display: block;
}

.msFavoriterToggle._active_ .unactive_favorite {
    display: none;
}

/*# sourceMappingURL=style.css.map */

.order--page {
        display: block;
        position: relative;
    }

.order.order--page {
        display: block;
        position: relative;
    }

.cart.cart--page {
        display: block;
        position: relative;
        overflow-y: auto;
    }
    
.cart.cart--page {
        display: block;
        position: relative;
        overflow-y: auto;
        height: unset;
        width: unset;
}

.cart .cart—page .cart__btn {
            width: 250px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .card__top > a,
        .catalog__card-top > a,
        .product-detail__img{
            position: relative;
        }
        
        

.sticker {
    position: absolute;
    top: 0;
    left: 0;
    
    
}

.sticker > .sale{
    background-color:#ff3a3a;
    color: #fff;
    padding: 2px 15px;
    border-radius: 20px;
    margin-bottom: 2px;
}

.sticker > .new{
    background-color: #25bc8b;
    color: #fff;
    padding: 2px 15px;
    border-radius: 20px;
    margin-bottom: 2px;
}

.pagination {
    margin: 0 auto;
    width: fit-content;
}

.page-item.active .page-link {
    background-color: #000000;
    border-color: #000000;
}

.page-link {
    color: #000;
}

.sertificates-block {
    display: inline-block;
}

.sertificates-image {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 40px;
}

.sertificates-image img {
  width: 180px;
}

.sertificates-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sertificates-item {
  margin: 10px;
  width: 208px;
  height: 282px;
  position: relative;
  border: 1px solid #574D69;
  border-radius: 15px;
  overflow: hidden;
}

.sertificates-item .sertificates-desc {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  background-color: rgba(6, 0, 158, 0.7) ;
  color: #fff;
}

.sertificates-item img {
  width: 100%;
}

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

.swiper-container {
    overflow: hidden;
}

.city_menu_mob {
    padding: 0;
    margin: 0;
}

.post img {
    max-width: 500px;
    height: auto;
    border: 1px solid #eee;
}

@media (max-width: 968px) {
.post img {
    max-width: 100%;
}
}

.post h1 {
    margin: 20px 0;
}

.catalog-menu__item a {
    line-height: 24px;
}