@charset "UTF-8";

:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-silver: #a6a6a6;
  --color-gray: #7f7f7f;
  --color-alibaster: #f7f7f7;
  --color-shaft: #262626;
  --color-red: #d01f2a;
  --color-blue: #0071e3;
  --font-family: 'HelveticaNeueCyr';
  --font-familyMinor: 'Georgia';
  --font-weight400: 400;
  --font-weight500: 500;
  --font-weight700: 700;
  --font-sizeMain: 16px;
  --font-sizeSmall: 13px;
  --font-sizeMedium: 15px;
  --font-sizeMediumSecondary: 14px;
  --font-sizeTitle: 30px;
  --font-sizeText: 24px;
}

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

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: var(--font-sizeMedium);
  line-height: 20px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: var(--color-dark);
  font-family: var(--font-family);
  font-weight: var(--font-weight400);
  scroll-behavior: smooth;
  background: #F7F7F7;
}

input,
button,
textarea {
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

button {
  cursor: pointer;
  display: block;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/* --------------- */

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

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.container {
  max-width: 1210px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

.logo {
  width: 66px;
  height: 70px;
}

.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

input.error {
  border: 2px solid red !important;
}

label.error {
  position: absolute !important;
  top: 18px;
  right: 0;
  font-size: 10px;
  color: var(--color-red);
  text-transform: unset !important;
  margin-right: 20px !important;
}

label.error:after {
  display: none;
}

.page {
  padding-top: 50px;
  padding-bottom: 50px;
}

.head {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.head-secondary {
  text-align: left;
  margin-bottom: 30px;
}

.head .section-link {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  color: #0071E3;
  text-transform: uppercase;
  font-weight: var(--font-weight700);
  font-size: 14px;
  line-height: 14px;
}

.section-title {
  font-family: var(--font-familyMinor);
  font-weight: 400;
  font-size: var(--font-sizeTitle);
  line-height: 34px;
}

.overflow-auto {
  overflow: auto !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.discount {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 12px;
  font-family: var(--font-familyMinor);
  background-color: var(--color-white);
  text-transform: uppercase;
  font-weight: var(--font-weight400);
  font-size: var(--font-sizeMediumSecondary);
  line-height: 16px;
  text-align: center;
  z-index: 100;
}

.discount span {
  display: inline-block;
  color: var(--color-red);
}

.product-buttons-secondary,
.product-add-to-favourite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 220px;
  padding: 0px 10px;
  height: 60px;
  border: 2px solid var(--color-black);
  color: var(--color-black);
  font-weight: var(--font-weight700);
  text-transform: uppercase;
  font-size: var(--font-sizeMediumSecondary);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}

.product__footer-row .product-add-to-favourite {
  margin-left: 30px;
  height: 60px;
}

.product__footer-row .product-add-to-favourite svg {
  margin-left: 30px;
}

.product-buttons-secondary:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.mainBtn {
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 230px;
  margin-top: 25px;
  padding: 21px 21px;
  background-color: var(--color-black);
  color: var(--color-white);
  text-transform: uppercase;
  border: 2px solid transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: var(--font-weight700);
  font-size: var(--font-sizeMediumSecondary);
  line-height: 16px;
}

.mainBtn:hover {
  border: 2px solid var(--color-black);
  background-color: var(--color-white);
  color: var(--color-black);
}

.btn-up {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  width: 50px;
  height: 50px;
  background-color: #262626;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.btn-up svg {
  fill: var(--color-white);
}

.btn-up:hover {
  background-color: var(--color-white);
}

.btn-up:hover svg {
  fill: var(--color-black);
}

.visually-hidden {
  opacity: 0;
  visibility: hidden;
}

.desc {
  color: var(--color-white);
  font-size: var(--font-sizeMedium);
  line-height: 21px;
}

.description {
  color: var(--color-black);
  line-height: 25px;
}

.main-overlay {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-overlay img {
  width: 50px;
  height: 50px;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.indentation {
  padding: 50px 0px;
}

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

.swiper-button-prev,
.slider-current-button-prev,
.swiper-button-next,
.slider-current-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: var(--color-white);
  top: 27%;
}

.swiper-button-prev svg,
.slider-current-button-prev svg,
.swiper-button-next svg,
.slider-current-button-next svg {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: var(--color-black);
}

.swiper-button-prev:hover,
.slider-current-button-prev:hover,
.swiper-button-next:hover,
.slider-current-button-next:hover {
  background-color: var(--color-black);
}

.swiper-button-prev:hover svg,
.slider-current-button-prev:hover svg,
.swiper-button-next:hover svg,
.slider-current-button-next:hover svg {
  fill: var(--color-white);
}

.swiper-button-prev.single-product-prev,
.swiper-button-next.single-product-next {
  top: 50%;
}

.swiper-button-prev {
  margin-left: 10px;
}

.swiper-button-next {
  margin-right: 10px;
}

.swiper-pagination {
  position: static;
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin: 45px auto 0 auto;
}

.swiper-pagination.promotions-pagination > .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: var(--color-silver);
  border-radius: 50%;
  margin: 0 5px;
}

.swiper-pagination.promotions-pagination > .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: black;
}

.swiper-pagination.hero-pagination > .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: var(--color-silver);
  border-radius: 50%;
  margin: 0 5px;
}

.swiper-pagination.hero-pagination > .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: black;
}

.swiper-pagination.slider-current-pagination > .current-bullet {
  width: 6px;
  height: 6px;
  background-color: var(--color-silver);
  border-radius: 50%;
  margin: 0 5px;
}

.swiper-pagination.slider-current-pagination > .current-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: black;
}

.swiper-pagination.blog-slider-pagination > .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: var(--color-silver);
  border-radius: 50%;
  margin: 0 5px;
}

.swiper-pagination.blog-slider-pagination > .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: black;
}

.bg-white {
  background-color: var(--color-white);
}

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

.pagination-list li {
  margin: 0 5px;
}

.pagination-list li a {
  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;
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: var(--color-black);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  background-color: var(--color-white);
  transition: all 0.4s ease;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.pagination-list li a:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.pagination-list li a.active {
  background-color: var(--color-black);
  color: var(--color-white);
}

.empty-all {
  color: var(--color-black);
}

.empty-all-title {
  font-size: 30px;
  font-family: var(--font-familyMinor);
  line-height: 30px;
  margin-bottom: 20px;
  color: #a1a1a1;
  font-weight: 700;
}

.empty-all-link {
  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;
  width: 100%;
  max-width: 270px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  font-weight: 700;
  font-size: 14px;
  color: var(--color-black);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 21px 21px;
  text-transform: uppercase;
}

.empty-all-link:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

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

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

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

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

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

@font-face {
  font-family: "icomoon";
  src: url("../libs/icomoon/fonts/icomoon.eot?hf9i12");
  src: url("../libs/icomoon/fonts/icomoon.eot?hf9i12#iefix") format("embedded-opentype"), url("../libs/icomoon/fonts/icomoon.ttf?hf9i12") format("truetype"), url("../libs/icomoon/fonts/icomoon.woff?hf9i12") format("woff"), url("../libs/icomoon/fonts/icomoon.svg?hf9i12#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-test-svg:before {
  content: "";
}

.choices__inner {
  background-color: var(--color-black);
  color: var(--color-white);
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  min-height: auto;
}

.choices__list--dropdown .choices__item--selectable {
  padding-right: 20px;
}

.choices__list--dropdown .choices__item {
  padding-left: 20px;
}

.choices[data-type*=select-one]:after {
  margin-top: 0px;
  top: 46%;
}

.choices[data-type*=select-one].is-open:after {
  margin-top: 0px;
}

.choices[data-type*=select-one]:after {
  border-style: solid;
  border-color: transparent transparent;
  border-width: 0px;
  background-image: url(../img/header/select-drop.svg);
  width: 15px;
  height: 5px;
  background-repeat: no-repeat;
  background-position: center;
}

.mobile-select-form .choices__inner {
  background-color: var(--color-white);
  color: var(--color-black);
}

.mobile-select-form .choices[data-type*=select-one]:after {
  background-image: url(../img/header/select-drop-mobile.svg);
}

.mobile-nav {
  display: none;
}

.favorite-mobile-link svg {
  fill: var(--color-black);
}

.mobile-select-form .select2-container {
  width: 240px !important;
}

.header {
  background-color: var(--color-black);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header__top {
  padding: 20px 0px;
}

.header__top-inner {
  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 {
  margin-left: 75px;
}

.header__currency-list {
  display: none;
  border-top: none;
  position: absolute;
  top: 105%;
  left: -2px;
  width: 200px;
  background-color: var(--color-black);
  padding: 15px 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-top: none;
  z-index: 1000;
}

.header__currency-list li:not(:last-child) {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

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

.header__menu-list-link {
  display: block;
  position: relative;
  font-size: var(--font-sizeSmall);
  color: var(--color-black);
  font-weight: var(--font-weight500);
  padding-bottom: 16px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  line-height: 13px;
}

.header__menu-list-link.current-link {
  color: var(--color-red);
}

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

.shop__wrap-link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 27px;
  height: 25px;
  cursor: pointer;
}

.shop__wrap-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.shop__wrap-link svg {
  width: 100%;
  height: 100%;
  fill: var(--color-white);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -o-object-fit: contain;
  object-fit: contain;
}

.shop__wrap-link:not(:last-child) {
  margin-right: 50px;
}

.users__wrap-link-user--join {
  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;
  width: 30px !important;
  height: 30px !important;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50%;
}

.shop__wrap-link--search:hover svg {
  fill: var(--color-red);
}

.shop__wrap-link--favorite:hover svg {
  fill: var(--color-white);
}

.shop__wrap-link--basket {
  position: relative;
}

.shop-total-count {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 10px;
  color: var(--color-white);
  transition: var(--transition);
}

.header__menu-list-item.active .js-arrow-down-collupse {
  /* border: solid var(--color-white); */
  border-width: 0 2px 2px 0;
}

.header__menu-list-item.active .header__menu-list-link {
  background-color: var(--color-black);
  color: var(--color-white);
}

.menu__show {
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 100;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.menu__columns {
  width: 25%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 15px;
}

.menu__columns-body {
  margin-bottom: 20px;
}

.menu__columns-title {
  color: #858585;
  font-weight: var(--font-weight500);
  font-size: var(--font-sizeMain);
  line-height: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu__nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 13px;
}

.menu__nav li {
  padding-bottom: 0px;
  border-bottom: 0px;
  line-height: 0px;
}

.menu__nav li a {
  font-size: var(--font-sizeMedium);
  line-height: 10px;
  text-transform: none;
  color: var(--color-black);
  padding: 10px 0px;
  display: block;
}
.burger {
  display: none;
}

.menu.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mobile-item {
  padding: 0 15px;
  margin-top: 50px;
}

.mobile-item li:not(:last-child) {
  margin-bottom: 18px;
}

.mobile-item a {
  font-size: var(--font-sizeMedium);
  line-height: 18px;
  color: var(--color-black);
}

.search__block {
  position: absolute;
  top: 100%;
  padding: 70px 0px 70px 0px;
  background-color: var(--color-black);
  width: 100%;
  z-index: 100;
  display: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search__block.active {
  display: block;
}

.form-group-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}

.form-group-search input {
  /* height: 85px; */
  background-color: transparent;
  color: var(--color-white);
  font-size: 30px;
  font-weight: var(--font-weight700);
  border: 2px solid transparent;
}

.form-group-search input::-webkit-input-placeholder {
  font-size: 30px;
  color: #616161;
  font-weight: var(--font-weight700);
}

.form-group-search input::-moz-placeholder {
  font-size: 30px;
  color: #616161;
  font-weight: var(--font-weight700);
}

.form-group-search input:-ms-input-placeholder {
  font-size: 30px;
  color: #616161;
  font-weight: var(--font-weight700);
}

.form-group-search input::-ms-input-placeholder {
  font-size: 30px;
  color: #616161;
  font-weight: var(--font-weight700);
}

.form-group-search input::placeholder {
  font-size: 30px;
  color: #616161;
  font-weight: var(--font-weight700);
}

.form-group-search button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px 60px;
  height: 100%;
  color: var(--color-black);
  background-color: var(--color-white);
  font-weight: var(--font-weight700);
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid var(--color-white);
}

.form-group-search button:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.form-list {
  margin-top: 22px;
}

.form-list li:not(:last-child) {
  margin-bottom: 5px;
}

.form-list li.hide {
  display: none;
}

.form-list li a {
  color: var(--color-white);
  font-weight: var(--font-weight700);
  width: 100%;
  display: inline-block;
  padding: 10px 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-list li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.mobile-search {
  padding: 0 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

.mobile-form-search input {
  padding: 18px 25px 18px 0px;
  font-size: 14px;
  color: var(--color-black);
  width: 100%;
  text-transform: uppercase;
}

.mobile-form-search button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.hero {
  background-color: var(--color-white);
}

.hero__container {
  padding-top: 60px;
}

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero__content-desc {
  max-width: 550px;
  margin: 0 auto;
}

.hero__content-desc p {
  color: var(--color-gray);
}
.hero__link {
  text-transform: capitalize;
  padding: 16px 21px;
}
.hero__title {
  font-family: var(--font-familyMinor);
  font-size: 50px;
  line-height: 56px;
  color: var(--color-black);
  font-weight: var(--font-weight700);
  margin-bottom: 10px;
}

.hero__image {
  text-align: center;
  max-width: 767px;
  margin: 35px auto 0px auto;
  height: 380px;
}

.hero__image img {
  max-width: 100%;
  height: 100%;
}

.swiper-pagination.hero-pagination {
  display: none;
}

.compilations {
  background-color: rgba(0, 0, 0, 0.03);
}

.compilations__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.compilations__item {
  width: 16.66667%;
  padding: 0 15px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 15px;
}

.compilations__body {
  background-color: var(--color-white);
  padding: 25px;
  color: var(--color-black);
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.compilations__image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px auto;
}

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

.promotions {
  background-color: rgba(0, 0, 0, 0.03);
}

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

.promotions__body {
  padding: 30px;
  display: block;
  position: relative;
  z-index: 2;
  color: var(--color--black);
}

.promotions__body:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

.promotions__desc {
  background-color: var(--color-white);
  padding: 22px 22px 22px 22px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.promotions__desc h4 {
  font-family: var(--font-familyMinor);
  font-weight: var(--font-weight700);
  line-height: 40px;
  text-transform: capitalize;
}

.category {
  background-color: var(--color-alibaster);
}

.category__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.category__item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.category__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  background-color: var(--color-white);
}

.category__body h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  flex-grow: 1;
}

.category__image {
  height: 160px;
  position: relative;
}

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

.category__item:hover .main-overlay {
  opacity: 1;
  overflow: visible;
}

.btn-see:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}

.btn-see {
  display: inline-block;
  background-color: transparent;
  padding: 16px 18px;
  border: 2px solid var(--color-white);
  color: var(--color-white);
  font-weight: var(--font-weight700);
  font-size: var(--font-sizeMediumSecondary);
  line-height: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-slider {
  position: relative;
}

.blog-slider .blog-slide {
  margin-bottom: 0px;
}

.blog-slide {
  display: block;
  color: var(--color-black);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 50px;
}

.blog-slide:hover h3 {
  text-decoration: underline;
}

.blog-slide h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: var(--font-weight700);
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-slide-image {
  position: relative;
  margin-bottom: 25px;
  height: 270px;
}

.blog-slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.date {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-white);
  color: var(--color-black);
  padding: 17px;
  text-transform: uppercase;
}

#blog-button-prev {
  left: 0;
  left: -35px;
}

#blog-button-prev,
#blog-button-next {
  top: 34%;
  right: -35px;
}

.blog-card--indentation {
  margin-top: 100px;
}

.blog-cards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blog-card-item {
  padding: 0 15px;
  width: 33.333%;
  margin-bottom: 20px;
}

.blog-card-item-body {
  text-align: center;
  height: 100%;
  display: block;
  border: 3px solid rgba(0, 0, 0, 0.1);
  padding: 30px 20px 30px 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-card-item-body:hover {
  border: 3px solid black;
}

.blog-card-item-image {
  width: 45px;
  height: 45px;
  margin: 0 auto 20px auto;
}

.blog-cards .description .blog-title {
  font-weight: var(--font-weight700);
  color: var(--color-black);
  text-transform: uppercase;
}

.blog-cards .description p {
  color: var(--color-silver);
  margin-top: 10px;
}

.blog-main {
  margin-bottom: 60px;
}

.blog-main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.blog-main-row.blog-main-row--column .blog-main-image {
  margin-bottom: 55px;
}

.blog-main-image {
  width: 45%;
  position: relative;
}

.blog-main-image img {
  width: 100%;
}

.main-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  color: var(--color-black);
  padding: 17px;
  text-transform: uppercase;
}

.blog-main-text {
  width: 45%;
}

.blog-main-text h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px;
}

.blog-main-text p {
  margin-bottom: 40px;
}

.blog-main-text p:last-child {
  margin-bottom: 0px;
}

.blog-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blog-item {
  width: 33.3%;
  padding: 0 15px;
  display: block;
  color: var(--color-black);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 50px;
}

.blog-item:hover h3 {
  text-decoration: underline;
}

.blog-item h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: var(--font-weight700);
  margin-bottom: 16px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-inner-wrapper {
  max-width: 800px;
}

.blog-inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-inner-date p {
  background-color: var(--color-white);
  color: var(--color-black);
  padding: 17px;
  text-transform: uppercase;
}

.blog-inner-content {
  width: 60%;
}

.blog-inner-image {
  margin-bottom: 55px;
  height: 500px;
}

.blog-inner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-inner-text p:not(:last-child) {
  margin-bottom: 30px;
}

.blog-back-link {
  display: block;
  color: #0071E3;
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 50px;
  font-weight: 700;
}

.breadcrumb__wrapper {
  background-color: var(--color-white);
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  list-style: none;
}

.breadcrumb .breadcrumb-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
}

.breadcrumb .breadcrumb-item a {
  color: #a6a6a6;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.breadcrumb .breadcrumb-item a:hover {
  color: var(--color-black);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background-image: url(../img/filter/breadcrumb-arrow.svg);
  -webkit-font-smoothing: antialiased;
  width: 20px;
  height: 5px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #a6a6a6;
}

.breadcrumb-item + .breadcrumb-item::before {
  margin-right: 20px;
}

.slider {
  background-color: var(--color-white);
}

.product-item {
  position: relative;
  padding: 220px 23px 28px;
  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;
  outline: 0;
  height: 100%;
  background-color: var(--color-white);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.product-item p {
  font-size: 16px;
  line-height: 18px;
}
.product-item:hover .product-add {
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.product-item .prodict__item-image {
  margin-bottom: 29px;
}

.prodict__item-image img {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 180px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.product-sale,
.product-newsRecom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.product-sale,
.product-newsRecom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  font-weight: var(--font-weight700);
  font-size: var(--font-sizeMediumSecondary);
  line-height: 14px;
  text-transform: uppercase;
  padding: 0 12px;
  font-size: 12px;
}

.product-sale {
  border: 2px solid var(--color-red);
  color: var(--color-red);
}

.product-newsRecom {
  border: 2px solid var(--color-black);
  color: var(--color-black);
}

.product-description {
  height: 70px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
  color: var(--color-black);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.product-description h3 {
  font-family: var(--font-familyMinor);
  font-weight: var(--font-weight700);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}

.color-silver {
  color: var(--color-silver);
  font-size: 16px;
}

.product-item .product-price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.product-price .product-price-new {
  font-weight: var(--font-weight700);
  color: var(--color-black);
  margin-right: 10px;
  font-size: 16px;
  line-height: 18px;
}

.product-price-new.color-red {
  color: var(--color-red);
}

.product-price .product-price-old {
  color: var(--color-silver);
  text-decoration: line-through;
}

.product-options {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  margin-bottom: 15px;
  color: #a6a6a6;
  font-size: 14px;
  line-height: 14px;
  background-color: var(--color-white);
  padding: 10px 12px;
}

.product-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  max-width: 250px;
  margin: 0 auto;
  margin-top: auto;
}

.product-add-to-cart {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  padding-left: 25px;
  padding-right: 25px;
  background-color: var(--color-black);
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: var(--font-weight700);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
}

.product-add-to-cart svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: 23px;
  height: 27px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: var(--color-black);
  stroke: var(--color-white);
}

.product-add-to-favourite {
  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;
  white-space: nowrap;
  height: 40px;
  margin-left: 10px;
  background-color: var(--color-white);
}

.product-add-to-favourite svg {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  stroke: var(--color-black);
  fill: var(--color-white);
}

.product-add .product-add-to-favourite {
  max-width: 50px;
}

.product-add-to-cart:hover {
  background-color: var(--color-white);
  color: var(--color-black);
  border: 2px solid var(--color-black);
}

.product-add-to-cart:hover svg {
  fill: var(--color-white);
  stroke: var(--color-black);
}

.product-add-to-favourite:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.product-add-to-favourite:hover svg {
  stroke: var(--color-white);
  fill: var(--color-black);
}

.product-add-to-favourite:active svg {
  stroke: var(--color-black);
  fill: var(--color-white);
}

.product-add-to-favourite.active {
  background-color: var(--color-white);
  color: var(--color-black);
}

.product-add-to-favourite.active svg {
  fill: var(--color-black);
  stroke: var(--color-black);
}

.product-add-to-cart:active svg {
  stroke: var(--color-black);
  fill: var(--color-black);
}

.product-add-to-cart.active {
  background-color: var(--color-black);
  color: var(--color-white);
}

.product-add-to-cart.active svg {
  fill: var(--color-white);
  stroke: var(--color-white);
}

.slider-current-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.slider-current {
  padding: 30px 30px;
  overflow: hidden;
}

.swiper-container.slider-current-container {
  overflow: unset !important;
  margin: 0 auto;
}

.placing-form-content {
  display: none;
}

.placing-form-content.active {
  display: block;
}

.placing-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.placing-registration-wrapper {
  width: 770px;
  margin-right: 30px;
}

.placing-switch-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.placing-switch-item {
  width: 50%;
  background-color: var(--color-white);
  padding: 16px 16px;
  text-align: center;
  border: 2px solid var(--color-black);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--color-black);
}

.placing-switch-item.active {
  background-color: var(--color-black);
  color: var(--color-white);
}

.placing-form-content {
  background-color: var(--color-white);
  padding: 0px 70px 0px 70px;
}

.placing {
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.placing-content {
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding-left: 90px;
  padding-top: 40px;
}

.placing-content:last-child {
  border-bottom: none;
}

.placing-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.placing-head a {
  color: #0071E3;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.placing-head h3 {
  font-family: var(--font-familyMinor);
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.placing-group {
  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-bottom: 20px;
  position: relative;
}

.placing-group label {
  display: block;
  margin-right: 33px;
  font-weight: 700;
  font-size: 13px;
  position: relative;
}

.placing-group label:after {
  content: '*';
  padding-left: 5px;
  color: var(--color-red);
}

.placing-group input {
  width: 100%;
  max-width: 400px;
  height: 50px;
  background-color: var(--color-alibaster);
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  color: var(--color-black);
  border: 2px solid transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.placing-group input::-webkit-input-placeholder {
  color: #A6A6A6;
}

.placing-group input::-moz-placeholder {
  color: #A6A6A6;
}

.placing-group input:-ms-input-placeholder {
  color: #A6A6A6;
}

.placing-group input::-ms-input-placeholder {
  color: #A6A6A6;
}

.placing-group input::placeholder {
  color: #A6A6A6;
}

.placing-group input:focus {
  background-color: var(--color-white);
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.change-input-btn {
  background-image: url(../img/placing/change.svg);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

.placing-group.not-necessary label:after {
  display: none;
}

.placing-group-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.placing-group-label span {
  font-size: 14px;
  color: #A6A6A6;
}

.placing-regular-customer {
  padding: 30px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.placing-regular-customer p {
  font-size: 16px;
  line-height: 21px;
}

.placing-regular-customer .form__group-check {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

.placing-regular-customer .form__group-check label {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.placing-regular-customer .checkbox + label:before {
  top: -5px;
}

.placing-link.mainBtn,
.placing-btn.mainBtn {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}

.placing-head-wrap {
  max-width: 360px;
  font-size: 16px;
  line-height: 21px;
}

.placing-head-wrap h3 {
  margin-bottom: 15px;
}

.placing-comment {
  padding: 30px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.placing-comment label {
  display: block;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

.placing-comment textarea {
  resize: none;
  min-height: 150px;
  background-color: var(--color-alibaster);
  width: 100%;
  padding-left: 25px;
  padding-top: 25px;
  padding-right: 25px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.placing-comment textarea::-webkit-input-placeholder {
  color: #A6A6A6;
}

.placing-comment textarea::-moz-placeholder {
  color: #A6A6A6;
}

.placing-comment textarea:-ms-input-placeholder {
  color: #A6A6A6;
}

.placing-comment textarea::-ms-input-placeholder {
  color: #A6A6A6;
}

.placing-comment textarea::placeholder {
  color: #A6A6A6;
}

.placing-comment textarea:focus {
  background-color: var(--color-white);
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.placing-head--user,
.placing-head--delivery,
.placing-head--payment,
.placing-head--total {
  position: relative;
}

.placing-head--user:before,
.placing-head--delivery:before,
.placing-head--payment:before,
.placing-head--total:before {
  content: '';
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--color-black);
  position: absolute;
  left: -125px;
  top: -10px;
  background-position: center;
  background-repeat: no-repeat;
}

.placing-head--user:before {
  background-image: url(../img/placing/placing-user.svg);
}

.placing-head--delivery:before {
  background-image: url(../img/placing/placing-delivery.svg);
}

.placing-head--payment:before {
  background-image: url(../img/placing/placing-payment.svg);
}

.placing-head--total:before {
  background-image: url(../img/placing/placing-check.svg);
}

.placing-payment-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.placing-payment-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 33.3%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.placing-payment-body {
  padding: 20px 25px 20px 25px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}

.placing-payment-img {
  margin-bottom: 15px;
  height: 45px;
}

.placing-payment-img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.placing-payment-item:hover .placing-payment-body {
  border: 2px solid black;
}

.placing-payment-item .placing-payment-wrapper {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.4s ease;
}

.placing-payment-item .placing-payment-wrapper p {
  text-transform: uppercase;
  font-weight: 700;
}

.placing-payment-item .placing-payment-wrapper .placing-payment-radio {
  margin-top: 0px;
}

.placing-payment-item .placing-payment-wrapper .placing-payment-img {
  margin-left: auto;
  border-radius: 5px;
  margin-bottom: 0px;
  overflow: hidden;
}

.placing-payment-radio {
  margin-top: 20px;
}

.placing-payment-cart-content-group {
  padding: 15px;
  margin-bottom: 10px;
}

.placing-payment-cart-content-group:last-child {
  margin-bottom: 0px;
}

.placing-payment-cart-content-group label {
  margin-bottom: 8px;
  display: block;
}

.placing-payment-cart-content-group input {
  width: 100%;
  height: 50px;
  background-color: #F7F7F7;
  padding-left: 24px;
  color: var(--color-black);
  font-size: 18px;
}

.placing-payment-radio input[type=radio] {
  display: none;
}

.placing-payment-radio label {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid black;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  margin-right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
  color: black;
  z-index: 100;
}

.placing-payment-radio label:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Checked */

.placing-payment-radio input[type=radio]:checked + label:before {
  width: 16px;
  height: 16px;
  background-color: black;
  border: 1px solid black;
  border-radius: 50%;
  border-radius: 50%;
  background-color: black;
  border: 1px solid black;
}

.placing-total-title {
  font-weight: 700;
  text-transform: uppercase;
}

.placing-total-item {
  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-bottom: 20px;
}

.placing-total-item:last-child {
  margin-bottom: 0px;
}

.placing-total-item p {
  font-weight: 700;
}

.placing-total-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 2px solid black;
}

.placing-total-amount p {
  font-weight: 700;
  text-transform: uppercase;
}

.placing-orders {
  width: 370px;
}

.placing-orders-content {
  padding-top: 30px;
  background-color: var(--color-white);
}

.placing-orders-wrap {
  padding-right: 40px;
}

.placing-orders-head {
  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-bottom: 20px;
  padding-left: 40px;
}

.placing-orders-head h3 {
  font-weight: 700;
}

.placing-orders-head a {
  font-size: 14px;
  font-weight: 700;
  color: #A6A6A6;
}

/* .placing-orders-item .cart-product-item-img {
  margin-right: 0px;
} */

.placing-orders-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px 0px;
}

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

.placing-orders-item:after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 80%;
  left: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.placing-orders-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  margin-top: 13px;
}

.placing-orders-total span {
  font-size: 14px;
  color: #a6a6a6;
  margin-left: 17px;
  font-weight: 400;
}

.placing-orders-totals {
  background-color: #E6E6E6;
  padding: 20px;
}

.placing-orders-totals p {
  text-transform: uppercase;
  font-weight: 700;
}

.placing-orders .cart-promocode {
  padding-top: 40px;
  background-color: #F7F7F7;
}

.placing-payment-wrapper.mobile-collupse {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.placing-payment-wrapper.mobile-collupse.active {
  border-bottom: none;
}

.placing-payment-cart-content.mobile-collupse-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.placing-payment-cart-content.mobile-collupse-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

.placing-orders-items-card .placing-orders-item {
  padding-left: 20px;
  margin-bottom: 30px;
}

.placing-orders-items-card .cart-product-title {
  height: auto;
}

 .placing-orders-items-card .cart-product-item-img {
  margin-right: 20px;
} 

.cabinet-form {
  padding: 0px 60px;
}

.cabinet-date-orders label {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
}

.cabinet-date-orders input {
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  height: 40px;
}

.cabinet-date-orders input:before {
  content: "";
  background-image: url(../img/global-image-content/calendar.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cabinet-date-orders input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.cabinet-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cabinet-aside {
  width: 25%;
}

.aside-cabinet {
  padding: 40px;
  background-color: var(--color-white);
}

.cabinet-info .section-title {
  text-transform: unset;
}

.cabinet-info-wrapper {
  width: 65%;
}

.cabinet-info {
  background-color: var(--color-white);
  padding: 60px 0px 60px 0px;
}

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

.cabinet .placing-group input[type=date] {
  padding-right: 15px;
}

.cabinet .placing-group input[type=date]:before {
  content: "";
  background-image: url(../img/global-image-content/calendar.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cabinet .placing-group input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.cabinet .placing-group label:after {
  display: none;
}

.cabinet .placing-group button {
  background-color: transparent;
  position: absolute;
  top: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}

.cabinet-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 70px;
  padding-right: 70px;
}

.cabinet-head a {
  font-size: 14px;
  font-weight: 700;
  color: #a6a6a6;
  text-transform: uppercase;
}

.cabinet-save-change.mainBtn {
  max-width: 100%;
}

.cabinet-content {
  padding: 60px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cabinet-content:first-child {
  padding-top: 0px;
}

.cabinet-content:last-child {
  border-bottom: none;
}

.cabinet .placing-group input {
  max-width: 500px;
  padding-right: 30px;
}

.cabinet .placing-group input input {
  position: relative;
}

.cabinet .placing-group input input:focus {
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-color: var(--color-alibaster);
}

.profile-name {
  margin-top: 27px;
  font-weight: 700;
  text-align: center;
}

.cabinet-nav {
  margin-top: 30px;
}

.cabinet-nav ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cabinet-nav ul li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cabinet-nav ul li a {
  display: block;
  padding: 10px 0px;
  color: #a6a6a6;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cabinet-nav ul li a:hover {
  color: var(--color-black);
}

.cabinet-nav ul li a.active {
  color: var(--color-black);
}

.cabinet-nav-exit {
  margin-top: 30px;
}

.cabinet-nav-exit a {
  color: #a6a6a6;
  font-size: 18px;
  font-weight: 700;
}

.aside-container .aside-wrapper-profile {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  height: 170px;
  width: 170px;
  border-radius: 50%;
  background: var(--color-white);
  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;
}

.aside-wrapper-profile .image {
  position: absolute;
  height: 100%;
  width: 100%;
  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;
  overflow: hidden;
  border-radius: 50%;
}

.aside-wrapper-profile .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aside-wrapper-profile #cancel-btn svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none;
}

.aside-wrapper-profile.active:hover #cancel-btn svg {
  display: block;
}

.aside-container #custom-btn {
  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;
  position: absolute;
  width: 35px;
  height: 35px;
  border: none;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  outline: none;
  border-radius: 50%;
  color: var(--color-black);
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 0px 0px 2px inset #f7f7f7;
  box-shadow: 0px 0px 0px 2px inset #f7f7f7;
}

.cabinet-main-content .cabinet-main-wrapper {
  padding: 0px 60px 0px 60px;
}

.cabinet-main-content .cart-product-item-img {
  margin-right: 19px;
}

.cabinet-main-content .cart-product-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cabinet-main-content .cart-product-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cabinet-main-content .cart-product-item .cart-product-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
}

.cabinet-main-content .cart-product-item .cart-product-right {
  width: auto;
}

.cabinet-main-content .cart-product-item .cart-product-wrapper-info .product-price {
  margin-top: 18px;
}

.history-product-info {
  background-color: #F7F7F7;
  color: var(--color-black);
  font-weight: 700;
  padding: 25px 50px 25px 25px;
}

.history-product-info p {
  font-size: 14px;
  line-height: 24px;
}

.history-product-info p span {
  font-weight: 400;
}

.cabinet-main-content .subscribe-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.cabinet-main-content .subscribe-body {
  border: 2px solid #E6E6E6;
}

.cabinet-main-content .subscribe-btn a {
  background-color: #E6E6E6;
  color: #A6A6A6;
  border: none;
}

.cabinet-main-content .subscribe-header {
  background-color: #E6E6E6;
  color: var(--color-black);
}

.cabinet-orders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 70px;
  padding-right: 70px;
}

.cabinet-orders-top {
  background-color: #f7f7f7;
  padding: 18px 15px;
}

.cabinet-orders-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cabinet-orders-top .text {
  flex-grow: 1;
  color: var(--color-black);
  font-weight: 700;
}

.cabinet-orders-row {
  width: 100%;
}

.cabinet-orders-row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
}

.cabinet-orders-mobile-nav {
  display: none;
}

.cart-product-quantity {
  font-size: 16px;
  line-height: 16px;
}

.cabinet-orders-row-item .item {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.number-orders {
  color: #a6a6a6;
}

.total-orders {
  text-align: center;
}

.link-orders {
  color: var(--color-black);
  font-weight: 700;
  display: block;
  margin-left: auto;
  text-align: right;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.link-orders:hover {
  color: steelblue;
  text-decoration: underline;
}

.cabinet-main-wrapper .placing-total-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.cabinet-main-wrapper .placing-total-item:nth-of-type(4) {
  border-bottom: none;
}

.cart {
  margin-bottom: 100px;
}

.cart-header {
  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-bottom: 35px;
}

.cart-btn-proceed.mainBtn {
  margin-top: 0;
  background-color: transparent;
  color: var(--color-black);
  border: 2px solid black;
}

.cart-btn-proceed.mainBtn:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.cart-btn-checkout.mainBtn {
  margin-top: 0;
  max-width: 200px;
}

.cart-info-wrapper {
  margin-right: 225px;
}

.cart-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 0px;
}

.cart-info-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35%;
}

.cart-product-item {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: var(--color-white);
  padding: 30px;
  margin-bottom: 30px;
}

.cart-product-item:last-child {
  margin-bottom: 0px;
}

.cart-product-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-product-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
}

.cart-product-item-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin-right: 20px;
}

.cart-product-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cart .cart-products-items .cart-product-item .product-price {
  margin-bottom: 0px;
  margin-top: 10px;
}

.cart .cart-products-items .cart-product-item .cart-wrap-total-price {
  margin-left: auto;
}

.cart-product-item-title {
  width: 250px;
  margin-right: 20px;
}

.cart-product-wrapper-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-product-title {
  height: 75px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.cart-product-title a {
  color: var(--color-black);
}

.cart-product-title a h3 {
  font-family: var(--font-familyMinor);
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}

.cart-footer .cart-wrap-total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cart-total-price-sum {
  font-weight: 700;
}

.cart-btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f7f7f7;
  overflow: hidden;
  cursor: pointer;
  margin-left: auto;
}

.cart-trash-btn svg,
.cart-trash-btn-change svg {
  width: 14px;
  height: 14px;
}

.cart-btn-favorite svg {
  width: 26px;
  height: 24px;
}

.cart-trash-btn svg,
.cart-btn-favorite svg,
.cart-trash-btn-change svg {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: black;
}

.cart-trash-btn:hover svg,
.cart-btn-favorite:hover svg,
.cart-trash-btn-change:hover svg {
  fill: #D01F2A;
  opacity: 1;
}

.cart-btn.cart-btn-favorite {
  background-color: transparent;
}

.cart-footer .cart-total-price-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 8px;
}

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

.cart-footer .cart-total-price {
  text-align: right;
  margin-bottom: 20px;
}

.cart-footer .cart-total-price .cart-total-price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.cart-promocode-title {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.promocode-group {
  position: relative;
  height: 50px;
}

.promocode-group input {
  height: 100%;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: var(--color-black);
  padding-left: 20px;
  font-size: 16px;
}

.promocode-group button {
  position: absolute;
  top: 0;
  right: 0;
  color: #A6A6A6;
  font-weight: 700;
  font-size: 14px;
  height: 100%;
  padding: 0 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.promocode-group button:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.cart-promo-sale {
  margin-top: 20px;
}

.find-product-wrap {
  position: relative;
  padding: 50px 50px;
  background-color: var(--color-white);
}

.find-product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.find-product-text {
  font-family: var(--font-familyMinor);
  text-align: center;
  font-size: var(--font-sizeMain);
  text-transform: uppercase;
  font-weight: var(--font-weight700);
}

.find-product-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 90px;
}

.find-product-btn {
  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;
  width: 125px;
  padding: 16px 0px;
  background-color: var(--color-white);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid var(--color-black);
  font-size: 16px;
  text-transform: uppercase;
  color: var(--color-black);
}

.find-product-btn:not(:first-child) {
  margin-left: 30px;
}

.find-product-btn:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.find-product-btn:hover svg {
  fill: var(--color-white);
  stroke: var(--color-white);
}

.find-product-btn svg {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: var(--color-black);
  stroke: var(--color-black);
  margin-left: 12px;
}

.find-product-btn.active {
  background-color: var(--color-black);
  color: var(--color-white);
}

.find-product-btn.active svg {
  fill: var(--color-white);
  stroke: var(--color-white);
}

.find-product-review {
  font-size: 21px;
}

.find-product-image {
  position: absolute;
  right: 0px;
  top: -45px;
  width: 231px;
}

.filter-sidebar-main {
  background: #F7F7F7;
  padding: 55px 70px 55px 30px;
  height: 100%;
}
.filter-products .section-title {
  max-width: 650px;
  margin: 0 auto;
}
.filter-sidebar-main.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
}

.filter-sidebar {
  width: 270px;
}

.filter-close {
  position: absolute;
  top: 30px;
  right: 10px;
  background-color: transparent;
  width: 20px;
  height: 20px;
}

.filter-close svg {
  width: 100%;
  height: 100%;
}

.filter-products {
  background-color: var(--color-white);
}

.filter-product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-products-wrapper {
  padding: 30px 0px 100px 40px;
}

.filter-products-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.filter-products-wrapper .product__wrap {
  padding: 0 15px;
  width: 25%;
  margin-bottom: 30px;
}

.filter-products {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 30px;
}

.filter-product--indention {
  padding-top: 50px;
}

.filter-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--color-black);
  text-transform: uppercase;
  font-weight: var(--font-weight700);
  padding-bottom: 16px;
  border-bottom: 2px solid #000000;
  cursor: pointer;
}

.filter-title:after {
  content: '';
  display: inline-block;
  background-image: url(../img/filter/filter-arrow-drop.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 9px;
  background-position: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.filter-sidebar-item {
  margin-bottom: 45px;
  padding: 0 15px;
}

.filter-sidebar-wrap {
  margin-top: 11px;
}

.js-filter-title.close:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-list li {
  margin-bottom: 15px;
  line-height: 20px;
}

.filter-list li a {
  color: #7c7c7c;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.filter-list li a:hover {
  color: var(--color-black);
}

.options-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.options-values > .option-value.is-color {
  position: relative;
  margin: 10px 6px 0px 0px;
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  background: #f7f8fa;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.options-values > .option-value:hover {
  border-color: black;
}

.options-values > .option-value.is-active {
  border-color: black;
}

.options-values .option-value.is-color span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #fff center center no-repeat;
  background-size: contain;
  border-radius: 50%;
}

.filter-product-sort-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

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

.filter-sort-sidebar-btn {
  display: none;
  color: var(--color-black);
  font-size: 14px;
  padding: 4px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 50%;
  margin-left: 10px;
}

.filter-product-sort-select {
  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;
}

.filter-product-sort-select p {
  margin-right: 16px;
  font-size: var(--font-sizeMediumSecondary);
  line-height: 14px;
  font-weight: var(--font-weight700);
}

.select-product-sort {
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: var(--font-sizeMediumSecondary);
  line-height: 14px;
  color: var(--color-black);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/filter/filter-arrow-drop.svg) no-repeat right 0.75rem center;
  background-size: 10px 6px;
  width: 215px;
}

.select-product-sort option:hover {
  background-color: black;
}

.single-product {
  margin-bottom: 50px;
}

.single-product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-slider {
  width: 600px;
  height: 520px;
  position: relative;
}

.product-slider-main {
  background-color: var(--color-white);
}

.single-product-left {
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-product-left .product-slider-main {
  height: 100%;
}

.single-product-left .product-slider-nav {
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 70px;
  cursor: pointer;
  padding: 0 15px;
}

.product-slider-nav .mySwiper {
  margin: 0 auto;
  width: 370px;
}

.product-slider-nav .product-slider-item {
  width: 70px !important;
  height: 70px;
  border: 2px solid transparent;
  border-radius: 50%;
  overflow: hidden;
}

.product-slider-nav .product-slider-item:not(:first-child) {
  margin-left: 20px;
}

.product-slider-nav .product-slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-product-left .product-slider-main .product-slider-item {
  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;
  padding: 50px 70px 0px 70px;
}

.single-product-left .product-slider-main .product-item-img {
  display: block;
  text-align: center;
}

.single-product-left .product-slider-main .product-item-img img {
  max-width: 100%;
  height: 350px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid var(--color-black);
}

.single-product-right {
  width: 40%;
}

.single-product-desc {
  color: var(--color-black);
  font-size: 20px;
  line-height: 24px;
}

.single-product-desc h2 {
  text-transform: capitalize;
  font-weight: var(--font-weight700);
  margin-bottom: 10px;
}

.single-product-desc h3 {
  margin-bottom: 5px;
}

.product-price.single-product-price {
  /* font-size: 24px; */
  padding: 15px 0px;
  margin-bottom: 10px;
}

.product-price.single-product-price .product-price-new {
  margin-right: 32px;
}

.product-volumes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-volume {
  margin-right: 10px;
  margin-bottom: 10px;
}

.product-volume {
  background-color: transparent;
  font-size: var(--font-sizeMediumSecondary);
  line-height: 15px;
  color: var(--color-black);
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 12px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-volume:hover {
  border: 2px solid black;
}

.options label,
.product__volumes-wrap label,
.product-count label {
  display: inline-block;
  font-size: var(--font-sizeMediumSecondary);
  line-height: 14px;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.product__volumes-wrap,
.options,
.product-count {
  margin-bottom: 20px;
}

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

.product-availability {
  text-align: center;
  border-radius: 50px;
  background-color: var(--color-white);
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 7px 0px;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  width: 100px;
  height: 30px;
}

.product-availability.not-have {
  width: 125px;
  margin-bottom: 50px;
}

.color-green {
  color: #40a12d;
}

.color-red {
  color: #d01f2a;
}

.product-count-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.minus:after {
  content: "";
  width: 14px;
  height: 13px;
  background: url(../img/product/minus.svg) no-repeat center;
}

.plus:after {
  content: "";
  width: 14px;
  height: 13px;
  background: url(../img/product/plus.svg) no-repeat center;
}

.minus,
.plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: transparent;
}

.product-is-available,
.product-is-not-available {
  margin-bottom: 30px;
}

.product-footer .product__footer-row {
  margin-top: 30px;
}

.minus,
.plus {
  border: 2px solid #dfdfdf;
  text-align: center;
  padding: 16px 16px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.count-value {
  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;
  width: 50px;
  border: 2px solid #dfdfdf;
  border-right: none;
  border-left: none;
  text-align: center;
  font-size: 18px;
}

.minus,
.plus {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.minus:hover,
.plus:hover {
  border-color: black;
}

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

.product__add-cart .product-add-to-cart {
  height: 60px;
}

.product__add-cart .product-add-to-cart.not-have {
  color: var(--color-white);
  background-color: var(--color-gray);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-product-right .product__add-cart .product-add-to-cart.fixed-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.product-tab {
  margin-top: 50px;
  margin-bottom: 50px;
}

.product-tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 19px;
  overflow-x: auto;
}

.product-tab-nav-item {
  color: #adadad;
  font-size: var(--font-sizeMediumSecondary);
  line-height: 16px;
  position: relative;
  background-color: transparent;
  font-weight: var(--font-weight700);
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product-tab-nav-item:hover {
  color: var(--color-black);
}

.product-tab-nav-item + .product-tab-nav-item {
  margin-left: 75px;
}

.product-tab-nav-item.active {
  color: var(--color-black);
}

.product-tab-nav-item.active:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
}

.product-tab-content {
  display: none;
  padding-top: 25px;
}

.product-tab-content.active {
  display: block;
}

.product-descr {
  font-size: 14px;
  line-height: 22px;
  color: var(--color-black);
}

.product-descr p {
  margin-bottom: 20px;
}

.product-descr p:last-child {
  margin-bottom: 0px;
}

.notFound {
  padding-bottom: 100px;
}

.notFound p {
  font-family: var(--font-familyMinor);
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.notFound-link {
  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;
  margin-top: 50px;
}

.notFound-back {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 270px;
  padding: 20px 20px;
  border: 2px solid black;
  color: var(--color-black);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.notFound-main {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 270px;
  padding: 20px 20px;
  border: 2px solid black;
  color: var(--color-white);
  font-weight: 700;
  background-color: var(--color-black);
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 30px;
}

.notFound-main:hover {
  color: var(--color-black);
  background-color: transparent;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.popup__btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.btn-close {
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  -o-transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s;
}

.btn-close:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.btn-close:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: .8;
}

.btn-close:before {
  content: '';
  background: var(--color-black);
  position: absolute;
  height: 30px;
  width: 2px;
  border: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-close:after {
  content: '';
  background: var(--color-black);
  position: absolute;
  height: 30px;
  width: 2px;
  border: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-close:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.btn-close:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.popup.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.popup__wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.popup__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0px;
}

.popup__content {
  background: var(--color-white);
  max-width: 570px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: var(--color-black);
  padding: 60px 100px;
  text-align: center;
}

.popup__title {
  font-weight: 700;
  font-family: var(--font-familyMinor);
  font-size: 50px;
  line-height: 56px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.popup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup.popup-main .popup__content,
.popup.popup-main-secondary .popup__content,
.popup-forgot-pass .popup__content {
  padding: 50px 60px 60px 60px;
  max-width: 490px;
  text-align: left;
}

.popup.popup-thanks .popup__content,
.popup.popup-thanks-secondary .popup__content {
  padding: 50px;
  max-width: 490px;
}

.popup.popup-thanks .popup__title,
.popup.popup-main .popup__title,
.popup.popup-main-secondary .popup__title,
.popup.popup-thanks-secondary .popup__title,
.popup.popup-forgot-pass .popup__title {
  font-size: 30px;
  line-height: 35px;
  padding-right: 20px;
}

.popup-form {
  margin-top: 50px;
}

.popup-form-group {
  margin-bottom: 30px;
}

.popup-form-group label {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.popup-form-group input {
  background-color: #f7f7f7;
  width: 100%;
  height: 60px;
  padding: 0 25px;
  color: var(--color-black);
  font-size: 18px;
}

.popup-form-group input::-webkit-input-placeholder {
  color: #a6a6a6;
}

.popup-form-group input::-moz-placeholder {
  color: #a6a6a6;
}

.popup-form-group input:-ms-input-placeholder {
  color: #a6a6a6;
}

.popup-form-group input::-ms-input-placeholder {
  color: #a6a6a6;
}

.popup-form-group input::placeholder {
  color: #a6a6a6;
}

.popup-form-group textarea {
  background-color: #f7f7f7;
  width: 100%;
  min-height: 200px;
  padding: 20px 25px 20px 25px;
  font-size: 18px;
  color: var(--color-black);
  resize: none;
}

.popup-form-group textarea::-webkit-input-placeholder {
  color: #a6a6a6;
}

.popup-form-group textarea::-moz-placeholder {
  color: #a6a6a6;
}

.popup-form-group textarea:-ms-input-placeholder {
  color: #a6a6a6;
}

.popup-form-group textarea::-ms-input-placeholder {
  color: #a6a6a6;
}

.popup-form-group textarea::placeholder {
  color: #a6a6a6;
}

.popup-btn {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 370px;
  padding: 21px 21px;
  text-transform: uppercase;
  border: 2px solid #000000;
  font-size: var(--font-sizeMediumSecondary);
  color: var(--color-white);
  font-weight: 700;
  background-color: var(--color-black);
}

.back-link,
.contin-buy {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 370px;
  padding: 21px 21px;
  text-transform: uppercase;
  border: 2px solid #000000;
  font-size: var(--font-sizeMediumSecondary);
  margin-top: 30px;
  color: var(--color-black);
  font-weight: 700;
}

.contin-buy {
  background-color: var(--color-black);
  color: var(--color-white);
}

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

.popup-link.forgot-link .back-link {
  max-width: 170px;
  margin-top: 0px;
}

.popup-link.forgot-link .contin-buy {
  max-width: 170px;
  margin-top: 0px;
}

.registr-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.registr {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0px;
}

.registr-form {
  background-color: var(--color-white);
  /* width: 470px; */
  padding: 40px 60px;
}
.registr-form #form-tab-1.active {
  width: 100%;
  max-width: 350px;
}
.registr-form #form-tab-2.active {
  width: 100%;
  max-width: 580px;
}
.forms__tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-bottom: 15px;
}

.forms__tabs-wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  opacity: 0.2;
  background-color: black;
}

.form__tabs-btn {
  background-color: transparent;
  color: #a6a6a6;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
}

.form__tabs-btn.active {
  color: black;
}

.form__tabs-btn.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -15px;
  left: 0;
  background-color: black;
}

.form-tabs {
  display: none;
}

.form-tabs.active {
  display: block;
}

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

.form-group-forgot a {
  font-size: 14px;
  line-height: 16px;
  color: #a6a6a6;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-group-forgot a:hover {
  color: var(--color-red);
}

.form-group-password {
  position: relative;
}

.see-password-enter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  background-color: transparent;
  background-image: url(../img/registr/registr-see.svg);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.see-password-enter.active {
  background-image: url(../img/registr/register-open.svg);
}

.form-group {
  margin-top: 25px;
  width: 100%;
}

.form-group label {
  display: block;
  color: var(--color-black);
  position: relative;
  margin-bottom: 5px;
  font-weight: 700;
}

.form-group label:after {
  content: '*';
  color: var(--color-red);
  display: inline-block;
  margin-left: 2px;
}

.form-group input {
  height: 50px;
  background-color: #f7f7f7;
  color: black;
  width: 100%;
  padding-left: 25px;
  padding-right: 50px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.form-group input::-webkit-input-placeholder {
  color: #A6A6A6;
}

.form-group input::-moz-placeholder {
  color: #A6A6A6;
}

.form-group input:-ms-input-placeholder {
  color: #A6A6A6;
}

.form-group input::-ms-input-placeholder {
  color: #A6A6A6;
}

.form-group input::placeholder {
  color: #A6A6A6;
}

.form-group input:focus {
  background-color: var(--color-white);
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.form__group-check {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-enter,
.btn-send {
  margin-top: 20px;
}

.btn-enter button,
.btn-send button {
  width: 100%;
  text-align: center;
  background-color: var(--color-black);
  color: var(--color-white);
  text-transform: uppercase;
  padding: 15px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid black;
}

.btn-enter button:hover,
.btn-send button:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.checkbox + label {
  position: relative;
  padding: 0 0 0 50px;
  cursor: pointer;
  color: black;
  font-size: 16px;
  line-height: 18px;
}

.checkbox + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.checkbox:checked + label:before {
  background: black;
}

.cart-empty {
  background-image: url(../img/cart/cart-bg.png);
  margin-bottom: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 350px;
  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;
}

.cart-empty-content {
  max-width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 100px auto 0 auto;
}

.empty-link.mainBtn {
  max-width: 270px;
}

.empty-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.favority-empty {
  background-image: url(../img/favorite-empty/favorite-bg.png);
  margin-bottom: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 350px;
  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;
}

.favority-empty-content {
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 30px auto 0 auto;
}

.empty-title {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.favority-empty-link.mainBtn {
  max-width: 170px;
}

.gift-card-product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gift-card-product-left {
  width: 52%;
}

.gift-card-slider-item {
  position: relative;
}

.gift-card-slider-item img {
  height: 100%;
  width: 100%;
}

.gift-card-product-slider-main {
  height: 600px;
}

.gift-card-product-slider-main .gift-card-swiper-container {
  height: 100%;
  width: 100%;
}

.gift-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-familyMinor);
  text-transform: uppercase;
}

.gift-card-product-next,
.gift-card-product-prev {
  top: 50%;
}

.gift-card-product-right {
  width: 40%;
}

.gift-card-product-right .product-footer .product-add-to-cart {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gift-card-product-right .product-footer .product-buttons-secondary {
  max-width: 100%;
  width: 100%;
  margin-top: 30px;
}

.gift-form .gift-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
}

.gift-form .gift-form-group:last-child {
  margin-bottom: 0px;
}

.gift-form .gift-form-group label {
  margin-right: 33px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.gift-form .gift-form-group input {
  width: 100%;
  max-width: 340px;
  height: 60px;
  background-color: var(--color-white);
  color: var(--color-black);
  font-size: 18px;
  padding-left: 24px;
  padding-right: 24px;
  border: 2px solid transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gift-form .gift-form-group input::-webkit-input-placeholder {
  color: #A6A6A6;
}

.gift-form .gift-form-group input::-moz-placeholder {
  color: #A6A6A6;
}

.gift-form .gift-form-group input:-ms-input-placeholder {
  color: #A6A6A6;
}

.gift-form .gift-form-group input::-ms-input-placeholder {
  color: #A6A6A6;
}

.gift-form .gift-form-group input::placeholder {
  color: #A6A6A6;
}

.gift-form .gift-form-group input:focus {
  background-color: var(--color-white);
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.gift-form .gift-form-group textarea {
  font-size: 18px;
  padding-left: 24px;
  padding-top: 18px;
  resize: none;
  min-height: 150px;
  width: 100%;
  max-width: 340px;
  border: 2px solid transparent;
}

.gift-form .gift-form-group textarea::-webkit-input-placeholder {
  color: #A6A6A6;
}

.gift-form .gift-form-group textarea::-moz-placeholder {
  color: #A6A6A6;
}

.gift-form .gift-form-group textarea:-ms-input-placeholder {
  color: #A6A6A6;
}

.gift-form .gift-form-group textarea::-ms-input-placeholder {
  color: #A6A6A6;
}

.gift-form .gift-form-group textarea::placeholder {
  color: #A6A6A6;
}

.gift-form .gift-form-group textarea:focus {
  background-color: var(--color-white);
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.gift-form-group-select {
  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;
}

.gift-form-group-select label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.gift-form-group-select select {
  width: 100%;
  height: 60px;
  max-width: 340px;
  padding: 0 24px;
  font-size: 18px;
  line-height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/gift-arrow-select.svg) no-repeat right;
  background-position-x: calc(100% - 20px);
  border: 2px solid transparent;
}

.gift-form-group-select select:focus {
  background-color: var(--color-white);
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.product-count-total {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 5px;
  text-align: right;
}

.gift-card-product-right .product-count-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gift-form {
  margin-bottom: 40px;
}

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -35px;
}

.about__left {
  width: 50%;
  padding: 0 35px;
}

.about__right {
  width: 50%;
  padding: 0 35px;
}

.about__item {
  font-size: var(--font-sizeMain);
  margin-bottom: 50px;
  line-height: 30px;
}

.buy {
  background: #F7F7F7;
}

.buy-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -25px;
}

.buy-item {
  width: 33.33%;
  padding: 0 25px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.buy-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.buy-item-image {
  min-width: 60px;
  height: 69px;
  margin-right: 40px;
}

.buy-desc h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 30px;
}

.buy-desc p {
  line-height: 30px;
}

.buy-item-image--cart {
  background: url(../img/buy/buy-cart.png) no-repeat center;
  background-size: contain;
}

.buy-item-image--inst {
  background: url(../img/buy/buy-insagram.png) no-repeat center;
  background-size: contain;
}

.buy-item-image--teleg {
  background: url(../img/buy/buy-telegram.png) no-repeat center;
  background-size: contain;
}

.payment {
  background-color: var(--color-white);
}

.payment-title {
  margin-bottom: 20px;
}

.payment-text {
  max-width: 530px;
  margin: 0 auto;
}

.payment-cards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.payment-card-item {
  padding: 0 15px;
  width: 25%;
  margin-bottom: 20px;
}

.payment-card-body {
  border: 2px solid rgba(0, 0, 0, 0.1);
  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;
  height: 175px;
  padding: 30px 20px;
  text-align: center;
}

.payment-card-body p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.payment-image {
  margin-bottom: 30px;
}

.payment-image img {
  -o-object-fit: contain;
  object-fit: contain;
}

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

.contact-start {
  width: 50%;
}

.contact-head > .section-title {
  margin-bottom: 21px;
}

.contact-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
}

.contact-image {
  margin-right: 30px;
}

.contact-group .description h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}

.contact-group .description a {
  color: #0071E3;
}

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

.contact-end {
  width: 40%;
}

.contact-form {
  background-color: var(--color-white);
  padding: 60px;
}

.contact-form-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.contact-form-group {
  margin-bottom: 24px;
}

.contact-form-group label {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}

.contact-form-group label:after {
  content: '*';
  color: var(--color-red);
  padding-left: 5px;
}

.contact-form-group input {
  height: 45px;
  background-color: var(--color-alibaster);
  width: 100%;
  padding-left: 15px;
  border: 1px solid transparent;
}

.contact-form-group input:focus {
  border: 1px solid #0071e3;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.contact-form-group textarea {
  resize: none;
  width: 100%;
  background-color: var(--color-alibaster);
  min-height: 200px;
  padding-left: 15px;
  padding-top: 15px;
  font-size: 14px;
  border: 1px solid transparent;
}

.contact-form-group textarea:focus {
  border: 1px solid #0071e3;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.contact-form-group textarea::-webkit-input-placeholder {
  color: #a6a6a6;
}

.contact-form-group textarea::-moz-placeholder {
  color: #a6a6a6;
}

.contact-form-group textarea:-ms-input-placeholder {
  color: #a6a6a6;
}

.contact-form-group textarea::-ms-input-placeholder {
  color: #a6a6a6;
}

.contact-form-group textarea::placeholder {
  color: #a6a6a6;
}

.contact-form-btn {
  border: none;
  width: 100%;
  text-align: center;
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid black;
  padding: 20px 20px;
}

.contact-form-btn:hover {
  color: var(--color-black);
  background-color: var(--color-white);
}

.questions-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aside {
  width: 290px;
  min-height: 290px;
  padding: 30px 40px;
  background-color: var(--color-white);
  margin-right: 20px;
}

#nav ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

#nav ul li:last-child {
  border-bottom: none;
}

#nav ul li a {
  color: var(--color-silver);
}

#nav ul li.active a {
  color: var(--color-black);
}

.questions-wrapper {
  width: 60%;
}

.questions-content {
  margin-bottom: 100px;
}

.questions-content h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.question-content-group {
  margin-bottom: 10px;
}

.question-btn.mobile-collupse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  padding: 25px 30px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  position: relative;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.question-btn.mobile-collupse:after {
  content: '';
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  background-image: url(../img/questiions-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 15px;
}

.question-panel.mobile-collupse-content {
  padding-left: 30px;
  padding-right: 30px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.question-btn.mobile-collupse.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.question-btn.mobile-collupse.active {
  background-color: var(--color-white);
  border: 2px solid var(--color-white);
}

.question-btn.mobile-collupse.active ~ .mobile-collupse-content {
  background-color: var(--color-white);
  border: 2px solid var(--color-white);
}

.question-panel.mobile-collupse-content p {
  padding-top: 10px;
  padding-bottom: 30px;
}

.delivery__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.delivery__item {
  padding: 0 20px;
  text-align: center;
  width: 25%;
}

.delivery__item i {
  font-weight: 700;
}

.delivery__check {
  margin: 0 auto 25px auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  background: #fff url(../img/delivery/check-delivery.svg) no-repeat center;
}

.delivery-image {
  margin-top: 50px;
}

.delivery-head {
  max-width: 500px;
  margin: 0 auto;
}

.delivery-maps-image {
  text-align: center;
  margin-top: -100px;
}

.chickbox {
  padding-bottom: 90px;
}

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

.chicbox-start {
  max-width: 470px;
  margin-right: 40px;
}

.chicbox-head {
  margin-bottom: 20px;
}

.chickbox-description h3 {
  text-transform: uppercase;
  font-weight: var(--font-weight700);
  font-size: var(--font-sizeText);
  margin-bottom: 18px;
}

.chickbox-description p {
  margin-bottom: 40px;
}

.chickbox-description p:last-child {
  margin-bottom: 0px;
}

.chicbox-end {
  position: relative;
  left: 150px;
  text-align: center;
}

.how-work {
  background-color: var(--color-white);
}

.how-work-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.how-work-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.how-work-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.how-work-number {
  width: 70px;
  height: 70px;
  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: var(--color-white);
  background-color: var(--color-black);
  border-radius: 50%;
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 28px;
}

.subscribe-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.subscribe-item {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 40px;
}

.subscribe-body {
  border: 2px solid black;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.subscribe-header {
  background-color: var(--color-black);
  color: var(--color-white);
  font-weight: 700;
  text-align: center;
  padding: 38px 10px;
  text-transform: uppercase;
}

.subscribe-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px 0px 70px;
  margin-bottom: 60px;
}

.subscribe-tarif {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

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

.subscribe-list li {
  position: relative;
  margin-bottom: 20px;
}

.subscribe-list li:last-child {
  margin-bottom: 0;
}

.subscribe-list li:before {
  content: '';
  position: absolute;
  background-image: url(../img/chickbox/chickbox-cheked.svg);
  min-width: 18px;
  max-width: 18px;
  height: 13px;
  left: -35px;
  top: 5px;
}

.subscribe-btn {
  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;
  margin-top: auto;
}

.subscribe-btn a {
  display: inline-block;
  text-align: center;
  border: 2px solid black;
  text-transform: uppercase;
  color: var(--color-black);
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 16px;
  width: 100%;
  max-width: 230px;
  font-weight: 700;
  font-size: 14px;
}

.subscribe-btn a:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.previous-head .section-title {
  max-width: 430px;
  margin: 0 auto;
}

.previous-chick {
  background-color: var(--color-white);
}

.previous-chick-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.previous-chick-item {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 40px;
}

.previous-chick-body {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 85px 30px 30px 30px;
  position: relative;
  line-height: 30px;
}

.previous-chick-body h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.previous-chick-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  color: var(--color-white);
  text-transform: uppercase;
  padding: 15px 17px;
  text-align: center;
}

.previous-chick-image {
  padding: 15px;
  height: 240px;
}

.previous-chick-image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

.questions-chick-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.questions-chick-wrapper h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.brend-wrapper-link {
  overflow-x: auto;
  background-color: #e6e6e6;
  margin-bottom: 50px;
}

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

.brend-row a:not(:first-child) {
  color: var(--color-black);
  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;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: underline;
  text-transform: uppercase;
}

.brend-row a:not(:first-child):hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.brend-row a:not(:first-child).active {
  background-color: var(--color-black);
  color: var(--color-white);
}

.brent-current-link {
  text-align: center;
  color: var(--color-black);
  text-transform: uppercase;
  padding: 20px;
  margin-right: 30px;
  text-decoration: underline;
}

.brent-current-link.active-current {
  background-color: var(--color-black);
  color: var(--color-white);
  text-decoration: none;
}

.brend-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brend-columns-item {
  width: 25%;
  padding: 0 50px;
  margin-bottom: 50px;
}

.brend-title {
  font-family: var(--font-familyMinor);
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000000;
  text-transform: uppercase;
}

.brend-list {
  margin-top: 15px;
}

.brend-list li {
  margin-bottom: 15px;
}

.brend-list li:last-child {
  margin-bottom: 0px;
}

.brend-list li a {
  color: #7c7c7c;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.brend-list li a:hover {
  color: var(--color-black);
}

.footer {
  background-color: var(--color-black);
}

.footer__subscribe {
  text-align: center;
  padding: 35px;
  text-transform: uppercase;
}

.footer__subscribe a {
  color: var(--color-white);
  font-family: var(--font-familyMinor);
  font-size: var(--font-sizeText);
}

.footer__subscribe span {
  font-family: var(--font-family);
  text-decoration: underline;
}

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

.footer__gallery-item {
  display: inline-block;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.footer__gallery-image {
  height: 250px;
}

.footer__gallery-image img {
  width: 100%;
  height: 100%;
}

.footer__gallery-item:hover .main-overlay {
  overflow: visible;
  opacity: 1;
}

.footer__logo span {
  display: none;
  font-size: 24px;
  line-height: 31px;
  font-weight: var(--font-weight700);
  font-family: var(--font-familyMinor);
  color: var(--color-white);
  margin-bottom: 20px;
}

.footer__center {
  padding: 30px 0px;
}

.footer__center-row {
  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;
  padding-bottom: 25px;
  border-bottom: 2px solid #262626;
  width: 100%;
}

.footer__phone {
  font-size: var(--font-sizeMedium);
  line-height: 16px;
}

.footer__phone a {
  color: var(--color-white);
}

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

.navigation-middle {
  margin-left: 102px;
}

.navigation-middle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-middle ul li {
  font-size: var(--font-sizeMediumSecondary);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 18px;
}

.navigation-middle ul li a {
  color: var(--color-white);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navigation-middle ul li a:hover {
  color: var(--color-red);
}

.navigation-middle ul li:not(:first-child) {
  margin-left: 45px;
}

.footer__navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  padding: 62px 0px 0px 0px;
}

.footer__navigation-list .footer__navigation-body ul li:not(:last-child) {
  margin-bottom: 0px;
}

.footer__navigation-list .footer__navigation-body ul li:hover a {
  color: var(--color-white);
}

.footer__navigation-list .footer__navigation-body ul li a {
  color: var(--color-gray);
  font-size: var(--font-sizeMedium);
  line-height: 22px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer__navigation-item {
  width: 25%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 15px;
}

.footer__navigation-body {
  margin-bottom: 20px;
}

.footer__navigation-list .footer__navigation-item .footer__item-title {
  color: var(--color-white);
  font-family: var(--font-familyMinor);
  font-size: var(--font-sizeMediumSecondary);
  font-weight: var(--font-weight700);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer__desc {
  max-width: 260px;
  margin-right: 42px;
}

.footer__mailing-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 65%;
}

.footer__mailing-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #262626;
  border-bottom: 2px solid #262626;
  padding: 30px 0px;
}

.footer__group-mailing {
  width: 100%;
  position: relative;
}

.footer__group-mailing input {
  width: 100%;
  height: 50px;
  background-color: var(--color-white);
  font-size: var(--font-sizeMedium);
  line-height: 21px;
  padding-left: 20px;
  padding-right: 160px;
}

.footer__group-mailing input ::-webkit-input-placeholder {
  color: var(--color-black);
  opacity: 0.4;
}

.footer__group-mailing input ::-moz-placeholder {
  color: var(--color-black);
  opacity: 0.4;
}

.footer__group-mailing input :-ms-input-placeholder {
  color: var(--color-black);
  opacity: 0.4;
}

.footer__group-mailing input ::-ms-input-placeholder {
  color: var(--color-black);
  opacity: 0.4;
}

.footer__group-mailing input ::placeholder {
  color: var(--color-black);
  opacity: 0.4;
}

.footer__group-mailing button {
  border: 2px solid var(--color-white);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: var(--color-black);
  font-size: var(--font-sizeMediumSecondary);
  line-height: 14px;
  font-weight: var(--font-weight700);
  color: var(--color-white);
  padding: 0px 21px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer__group-mailing button:hover {
  color: var(--color-red);
}

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  color: var(--color-gray);
  font-size: var(--font-sizeMediumSecondary);
  line-height: 18px;
}

.copy {
  width: 60%;
}

.main-link {
  color: var(--color-gray);
  font-size: var(--font-sizeMediumSecondary);
  line-height: 20px;
}

.main-link span {
  color: var(--color-white);
  font-style: italic;
}

@media screen and (min-width: 575px) {
  .compilations__item:hover .compilations__body {
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
}

@media (min-width: 575px) {
 
  .promotions__item:hover .promotions__body {
    color: var(--color-white);
  }

  .promotions__item:hover .promotions__desc {
    background-color: var(--color-black);
  }

  .product-item:hover {
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    z-index: 10;
    -webkit-transition: -webkit-box-shadow .4s ease;
    transition: -webkit-box-shadow .4s ease;
    -o-transition: box-shadow .4s ease;
    transition: box-shadow .4s ease;
    transition: box-shadow .4s ease, -webkit-box-shadow .4s ease;
  }

  .product-add {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@media (min-width: 993px) {
  .header__menu-list-item:not(:first-child) {
    margin-left: 36px;
  }

  .header__menu-list-link {
    color: var(--color-white);
  }

  .header__menu-list-link:hover {
    border-bottom: 4px solid var(--color-white);
  }

  .header__menu-list-link.current-link:hover {
    border-bottom: 4px solid var(--color-red);
  }

  .menu__show {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .header__menu-list-item:hover .menu__show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background-color: var(--color-white);
  }

  .menu__nav li:not(:first-child) {
    margin-left: 0;
  }

  /* .menu__nav li a {
    color: var(--color-white);
  } */

  .mobile-item {
    display: none;
  }

  .mobile-search {
    display: none;
  }
}

@media (max-width: 1700px) {
  .filter-sidebar-main {
    padding: 40px 10px;
  }

  .filter-products-wrapper {
    padding: 30px 0px 70px 20px;
  }

  .filter-products-wrapper .product__wrap {
    width: 33.3%;
  }

  .filter-sidebar-item {
    margin-bottom: 30px;
  }

  .filter-list li {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media (max-width: 1500px) {
  .swiper-button-next.swiper-button-hero-next,
  .swiper-button-prev.swiper-button-hero-prev {
    top: 50%;
  }

  .hero__container {
    padding-bottom: 50px;
    padding-top: 40px;
  }

  .hero__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1000px;
    margin: 0 auto;
  }

  .hero__content-desc {
    max-width: 370px;
    text-align: left;
  }

  .hero__title {
    font-size: 30px;
    line-height: 35px;
  }

  .hero__image {
    height: 266px;
    max-width: 540px;
  }

  .swiper-pagination.hero-pagination {
    display: block;
    margin-top: 45px;
  }

  .filter-sidebar-main {
    padding: 40px 20px;
  }
}

@media (max-width: 1300px) {
  .filter-products-wrapper {
    padding: 30px 15px 40px 15px;
  }

  .filter-products-wrapper .product__wrap {
    width: 50%;
  }

  .footer__gallery-image {
    height: 250px;
  }
}

@media (max-width: 1250px) {
  .container {
    max-width: 990px;
  }

  .header__menu-list-link {
    font-size: 12px;
  }

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

  .hero__content-desc {
    text-align: center;
    max-width: 550px;
  }

  .compilations__wrapper {
    overflow-x: auto;
  }

  .compilations__row {
    width: 1200px;
  }

  .category__wrapper {
    overflow-x: auto;
  }

  .category__row {
    width: 1200px;
  }

  .placing-form-content {
    padding: 0px 40px 0px 40px;
  }

  .placing-content {
    padding-left: 40px;
  }

  .placing-group input {
    max-width: 320px;
  }

  .placing-head--user:before,
  .placing-head--delivery:before,
  .placing-head--payment:before,
  .placing-head--total:before {
    left: -77px;
  }

  .placing-orders-wrap {
    padding-right: 15px;
  }

  .cabinet-info-wrapper {
    width: 70%;
  }

  .cabinet .placing-group input {
    max-width: 400px;
  }

  .cabinet-nav ul li a {
    padding: 10px 0px;
  }

  .aside-container .aside-wrapper-profile {
    width: 150px;
    height: 150px;
  }

  .cabinet-orders-nav {
    margin: 0 -25px;
  }

  .cabinet-orders-top .text {
    margin: 0 25px;
  }

  .cart {
    margin-bottom: 70px;
  }

  .cart-info-wrapper {
    margin-right: 165px;
  }

  .cart-product-item-info .cart-product-title {
    height: 125px;
  }

  .filter-products .head {
    text-align: left;
    padding: 0 10px;
  }

  .product-slider {
    width: 500px;
  }

  .product-price.single-product-price {
    margin-bottom: 20px;
  }

  .product__volumes-wrap,
  .options,
  .product-count {
    margin-bottom: 20px;
  }

  .gift-form .gift-form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gift-form .gift-form-group label {
    margin-bottom: 10px;
  }

  .gift-form .gift-form-group input {
    max-width: 100%;
  }

  .gift-form .gift-form-group textarea {
    max-width: 100%;
  }

  .gift-form-group-select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .gift-form-group-select label {
    margin-bottom: 10px;
  }

  .gift-form-group-select select {
    max-width: 100%;
  }

  .product-count-total {
    font-size: 18px;
    line-height: 20px;
  }

  .buy-desc h4 {
    font-size: 20px;
  }

  .contact-form {
    padding: 40px;
  }

  .chicbox-end {
    left: 0px;
  }
}


@media (max-width: 1024px) {
  .footer__mailing-left {
    width: 80%;
  }
}

@media (max-width: 992px) {
  .page  {
    padding-top: 120px;
  }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  .hero__container {
    padding-top: 170px;
  }
  .filter {
    padding-top: 50px;
  }

  .header-currensy {
    display: none;
  }

  .mobile-nav {
    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;
    padding: 0 15px;
    margin-bottom: 25px;
  }

  .mobile-select-form .select2-container .select2-selection--single {
    background-color: var(--color-white);
  }

  .mobile-select-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../img/header/select-drop-mobile.svg);
  }

  .mobile-select-form .select2-container .select2-selection--single .select2-selection__rendered {
    color: var(--color-black);
    padding-left: 10px;
    padding-right: 10px;
  }

  .header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    z-index: 1;
  }

  .header__top {
    position: relative;
    z-index: 101;
    padding: 15px 0px;
  }

  .header__logo {
    margin-left: 25px;
  }

  .header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header__menu-list-link {
    padding-bottom: 0px;
    padding: 12px 15px;
    border-bottom: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 16px;
    margin-right: 45px;
  }

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

  .shop__wrap-link--search,
  .shop__wrap-link--favorite {
    display: none;
  }

  .header__menu {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .header__menu-list-item {
    width: 100%;
    position: relative;
  }

  .js-arrow-down-collupse {
    position: absolute;
    top: 8px;
    right: 15px;
    border: solid var(--color-black);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: transparent;
    color: var(--color-black);
    width: 15px;
    height: 15px;
  }

  .header__menu .container {
    padding: 0px;
  }

  .menu__show {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: none;
  }

  .menu__show.active {
    display: block;
    background-color: var(--color-white);
  }

  .header__menu-list .menu__show {
    background-color: var(--color-white);
  }

  .header__menu-list .header__menu-list-item > .menu__show {
    position: static;
  }

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

  .menu__columns {
    width: 100%;
    padding: 0;
  }

  .menu__columns-body {
    margin-bottom: 0px;
  }

  .menu__columns-title {
    font-size: 16px;
    line-height: 18px;
    color: var(--color-black);
  }

  .menu__nav {
    width: 95%;
    margin: 0 auto;
  }

  .menu__nav.mobile-collupse-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease-in-out;
    -o-transition: max-height .4s ease-in-out;
    transition: max-height .4s ease-in-out;
  }

  .menu__columns-title.mobile-collupse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: capitalize;
    background-color: var(--color-white);
    padding: 7px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu__columns-title.mobile-collupse:last-child {
    border-bottom: transparent;
  }

  .menu__columns-title.mobile-collupse:after {
    content: '+';
    font-size: 18px;
  }

  .menu__columns-title.mobile-collupse.active:after {
    content: '-';
  }

  .menu__columns-title.mobile-collupse-content {
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    width: 100%;
    line-height: 30px;
  }

  .burger {
    display: block;
    position: relative;
    top: 0;
    right: 0px;
    width: 20px;
    height: 33px;
    z-index: 100;
    background-color: transparent;
    border-radius: 18px;
  }

  .burger span {
    top: 15px;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }

  .burger span:first-child {
    top: 9px;
  }

  .burger span:last-child {
    top: auto;
    bottom: 10px;
    width: 100%;
    right: 0;
  }

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

  .burger.active span:first-child {
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg);
    top: 19px;
  }

  .burger.active span:last-child {
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
    bottom: 12px;
    width: 100%;
  }

  .obloshka {
    margin-top: 150px;
  }

  .menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: var(--color-white);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-y: auto;
  }

  .header__menu-list-item.active {
    background-color: var(--color-white);
  }

  .search__block {
    display: none;
  }

  .hero__image {
    max-width: 500px;
    height: 220px;
  }

  .blog-card-item {
    width: 50%;
  }

  .blog-main {
    margin-bottom: 30px;
  }

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

  .blog-main-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog-main-text {
    width: 100%;
  }

  .blog-item {
    width: 50%;
  }

  .blog-inner-date {
    display: none;
  }

  .blog-inner-content {
    width: 70%;
  }

  .blog-inner-image {
    margin-bottom: 30px;
  }

  .blog-inner-text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .blog-back-link {
    margin-top: 30px;
  }

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

  .placing-registration-wrapper {
    width: 100%;
    margin-right: 0px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .placing-group input {
    max-width: 470px;
  }

  .placing-orders {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }


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

  .cabinet-aside {
    width: 100%;
    margin-bottom: 30px;
  }

  .cabinet-info-wrapper {
    width: 100%;
  }

  .cabinet-main-content .cart-product-item .cart-product-left {
    width: 100%;
  }

  .cabinet-main-content .cart-product-item .cart-product-right {
    width: 100%;
  }

  .history-product-info {
    width: 100%;
    padding: 20px;
  }

  .cabinet-orders-top {
    display: none;
  }

  .cabinet-orders-row {
    padding: 15px 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    display: block;
  }

  .cabinet-orders-row-item {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    border-bottom: none;
    font-size: 12px;
  }

  .cabinet-orders-mobile-nav {
    display: flex;
  }

  .cabinet-orders-mobile-nav p {
    margin-bottom: 10px;
    color: var(--color-black);
    font-weight: 700;
    flex-grow: 1;
  }

  .cabinet-orders-mobile-nav p:last-child {
    margin-bottom: 0px;
  }

  .cabinet-orders-row-item .item {
    width: 100%;
  }

  .cabinet-orders-row-item .item:last-child {
    margin-bottom: 0;
  }

  /* .total-orders {
    text-align: left;
  } */

  .link-orders {
    margin-left: 0;
  }

  .cart-product-quantity {
    position: absolute;
    top: 30px;
    right: 30px;
  }

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

  .cart-header h2 {
    margin: 20px 0px;
  }

  .cart-info-wrapper {
    display: none;
  }

  .cart-product-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .cart-product-left {
    margin-bottom: 20px;
  }

  .cart-product-right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cart .cart-products-items .cart-product-item .cart-wrap-total-price {
    margin-left: 0;
  }

  .cart-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .find-product-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .find-product-image {
    display: none;
  }

  .filter-sidebar-main {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    -webkit-transform: translateX(1000%);
    -ms-transform: translateX(1000%);
    transform: translateX(1000%);
    padding: 100px 0px;
    width: 100%;
    margin-left: auto;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
  }

  .filter-sidebar {
    width: 100%;
  }

  .filter-products .head {
    text-align: center;
  }

  .filter-product-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .filter-products {
    padding-right: 0px;
  }

  .filter-title {
    padding-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid;
  }

  .filter-sidebar-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .filter-product-sort-wrapper {
    position: relative;
    padding: 20px 10px;
  }

  .filter-sort-sidebar-btn {
    display: block;
  }

  .filter-product-sort-select {
    width: 50%;
  }

  .filter-product-sort-select p {
    display: none;
  }

  .select-product-sort {
    width: 100%;
  }


  .single-product-container {
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-slider {
    width: 100%;
  }

  .single-product-left {
    width: 100%;
  }

  .single-product-right {
    margin-top: 50px;
    width: 80%;
  }

  .notFound {
    padding-bottom: 50px;
  }

  .notFound p {
    font-size: 30px;
    line-height: 40px;
  }

  .notFound-link {
    margin-top: 30px;
  }

  .notFound-back {
    max-width: 200px;
    padding: 20px 10px;
    font-size: 12px;
  }

  .notFound-main {
    max-width: 200px;
    padding: 20px 10px;
    font-size: 12px;
  }

  .popup.popup-main .popup__content,
  .popup.popup-main-secondary .popup__content,
  .popup-forgot-pass .popup__content {
    padding: 30px 50px 50px 50px;
  }

  .popup.popup-thanks .popup__title,
  .popup.popup-main .popup__title,
  .popup.popup-main-secondary .popup__title,
  .popup.popup-thanks-secondary .popup__title,
  .popup.popup-forgot-pass .popup__title {
    font-size: 20px;
    line-height: 25px;
  }

  .popup-form {
    margin-top: 30px;
  }

  .popup-form-group {
    margin-bottom: 20px;
  }

  .popup-form-group textarea {
    min-height: 100px;
    padding: 15px;
    font-size: 14px;
  }

  .registr {
    padding: 70px 0px;
    height: 100%;
  }

  .registr-form {
    padding: 30px 30px;
  }

  .gift-card-product-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gift-card-product-left {
    margin-bottom: 30px;
    width: 100%;
  }

  .gift-card-product-slider-main {
    height: 400px;
  }

  .gift-card-product-right {
    width: 100%;
  }

  .buy-row {
    margin: 0 -15px;
  }

  .buy-item {
    padding: 0 15px;
  }

  .buy-item-image--cart,
  .buy-item-image--inst,
  .buy-item-image--teleg {
    display: none;
  }

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

  .contact-start {
    width: 100%;
  }

  .contact-end {
    width: 100%;
  }

  .questions-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
  }

  .aside {
    margin-bottom: 40px;
    width: 100%;
    min-height: 200px;
    padding: 20px;
  }

  .questions-wrapper {
    width: 100%;
  }

  .questions-content {
    margin-bottom: 70px;
  }

  .questions-content h3 {
    text-align: center;
  }

  .delivery__item {
    width: 50%;
    margin-bottom: 50px;
  }

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

  .chicbox-start {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0px;
  }

  .how-work-item {
    width: 33.3%;
  }

  .subscribe-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subscribe-item {
    width: 50%;
  }

  .subscribe-body {
    padding-bottom: 40px;
  }

  .subscribe-header {
    padding: 20px 10px;
  }

  .subscribe-main {
    margin-bottom: 40px;
    padding: 30px 20px 0px 50px;
  }

  .subscribe-list li {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .previous-chick-item {
    width: 50%;
  }

  .questions-chick-wrapper {
    padding-bottom: 70px;
  }

  .brend-columns-item {
    width: 33.333%;
  }

  .footer__logo {
    margin: 0 auto 20px auto;
  }

  .footer__logo span {
    display: block;
  }

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

  .footer__phone {
    margin-top: 25px;
  }

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

  .navigation-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-left: 0px;
    padding: 30px 0px;
    border-bottom: 1px solid #262626;
    border-top: 1px solid #262626;
  }

  .navigation-middle ul li:not(:first-child) {
    margin-left: 25px;
  }

  .footer__mailing-row {
    border-top: none;
  }

  .footer__group-mailing input {
    padding-right: 120px;
  }

  .footer__group-mailing button {
    font-size: 12px;
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .btn-up {
    display: none;
  }

  .swiper-button-next.swiper-button-hero-next,
  .swiper-button-prev.swiper-button-hero-prev {
    display: none;
  }

  .pagination-list li a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .hero__content-desc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hero__image {
    margin: 0px auto 25px auto;
  }

  .blog-main-text p {
    margin-bottom: 20px;
  }

  .blog-inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-inner-content {
    width: 100%;
  }

  .product-add-to-cart svg {
    right: 20px;
  }

  .product-add-to-cart {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .placing-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .placing-group label {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .placing-group input {
    max-width: 100%;
  }

  .placing-group .see-password-enter {
    top: 70%;
  }

  .placing-payment-item {
    width: 100%;
  }

  .placing-payment-item .placing-payment-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0;
    font-size: 14px;
    text-align: center;
  }
  .placing-payment-item .placing-payment-wrapper .placing-payment-radio {
    margin-top: 20px;
  }

  .placing-payment-item .placing-payment-wrapper .placing-payment-img {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .placing-orders-head {
    padding-left: 15px;
  }

  .cabinet-form {
    padding: 0 40px;
  }

  .cabinet-head-orders-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .cabinet-info {
    padding: 30px 0px 30px 0px;
  }

  .cabinet .placing-group input[type=date]:before {
    top: 70%;
  }

  .cabinet .placing-group button {
    top: 55px;
  }

  .cabinet-head {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cabinet-content {
    padding: 30px 0px;
  }

  .cabinet .placing-group input {
    max-width: 100%;
  }

  .cabinet-main-content .cabinet-main-wrapper {
    padding: 0px 30px;
  }

  .cabinet-orders {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cart {
    margin-bottom: 20px;
  }

  .cart-product-item-info .cart-product-title {
    height: 55px;
  }

  .cart-footer .cart-wrap-total-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }

  .cart-footer-start {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .cart-footer-end {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }

  .find-product-wrap {
    padding: 30px;
  }

  .find-product-link {
    margin-left: 50px;
  }

  .filter-products-wrapper {
    padding: 20px 10px 20px 10px;
  }

  .filter-title:after {
    width: 10px;
  }

  .product-slider {
    height: 450px;
  }

  .single-product-left .product-slider-main .product-item-img img {
    height: 230px;
  }

  .product-tab-nav-item {
    font-size: 12px;
  }

  .product-tab-nav-item + .product-tab-nav-item {
    margin-left: 20px;
  }

  .popup.popup-main .popup__content,
  .popup.popup-main-secondary .popup__content,
  .popup-forgot-pass .popup__content {
    padding: 30px;
    max-width: 300px;
  }

  .popup.popup-thanks .popup__content,
  .popup.popup-thanks-secondary .popup__content {
    padding: 30px;
  }

  .popup-form-group label {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .popup-form-group input {
    height: 40px;
    font-size: 14px;
    padding: 0 15px;
  }

  .back-link,
  .contin-buy {
    padding: 14px 15px;
    font-size: 10px;
    margin-top: 15px;
  }

  .popup-link.forgot-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-link.forgot-link .back-link {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .popup-link.forgot-link .contin-buy {
    max-width: 100%;
  }

  .registr-form {
    margin: 0 auto;
    width: 80%;
  }

  .checkbox + label {
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 0 30px;
  }

  .gift-text {
    font-size: 22px;
    line-height: 30px;
  }

  .product-count-total {
    font-size: 14px;
    line-height: 16px;
  }

  .about__row {
    margin: 0 -15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about__left {
    padding: 0 15px;
    width: 100%;
  }

  .about__right {
    padding: 0 15px;
    width: 100%;
  }

  .about__item {
    margin-bottom: 30px;
  }

  .buy-item {
    width: 50%;
    margin-bottom: 30px;
  }

  .payment-cards-row {
    margin: 0 -10px;
  }

  .payment-card-item {
    width: 33.333%;
    padding: 0 10px;
  }

  .delivery-maps-image {
    margin-top: 0px;
  }

  .chickbox {
    padding-bottom: 40px;
  }

  .how-work-item {
    width: 50%;
  }

  .previous-chick-body {
    padding: 85px 15px 15px 15px;
  }

  .brend-columns {
    margin: 0 -25px;
  }

  .brend-columns-item {
    padding: 0 25px;
    margin-bottom: 30px;
  }

  .footer__navigation-list {
    display: none;
  }

  .footer__desc {
    margin-right: 0px;
    margin-bottom: 14px;
    text-align: center;
  }

  .footer__mailing-left {
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

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

  .footer__group-mailing input {
    margin-bottom: 20px;
  }

  .footer__group-mailing button {
    position: relative;
    padding: 11px 15px;
    width: 100%;
  }
}

@media (max-width: 575px) {
  html,
  body {
    font-size: 14px;
    line-height: 20px;
  }
  .head-secondary {
    margin-bottom: 15px;

  }
  .link-orders {
    font-size: 13px;
  }
  .product-item p {
    font-size: 12px;
    line-height: 16px;
  }
  .placing-orders-total {
    flex-direction: column;
  }
  .placing-orders-total .product-price-new {
    margin-bottom: 10px;
  }
  .logo {
    width: 44px;
    height: 36px;
  }
  .placing-orders-total span {
    margin-left: 0;
  }
  .page {
    padding-bottom: 30px;
  }
  .head .section-link {
    position: relative;
    font-size: 10px;
    margin-top: 15px;
  }

  .section-title {
    font-size: 16px;
    line-height: 18px;
  }

  .discount {
    font-size: 12px;
    padding: 8px 12px;
  }

  .product-buttons-secondary,
  .product-add-to-favourite {
    font-size: 10px;
    line-height: 12px;
    height: 40px;
  }

  .product__footer-row .product-add-to-favourite {
    height: 40px;
    margin-left: 15px;
  }

  .product__footer-row .product-add-to-favourite svg {
    margin-left: 8px;
  }

  .mainBtn {
    max-width: 190px;
    padding: 12px 15px;
    font-size: 12px;
  }

  .description {
    font-size: 14px;
    line-height: 20px;
  }

  .main-overlay img {
    width: 20px;
    height: 20px;
  }

  .indentation {
    padding: 40px 0px;
  }

  .swiper-button-prev,
  .slider-current-button-prev,
  .swiper-button-next,
  .slider-current-button-next {
    display: none;
  }

  .swiper-pagination {
    margin-top: 15px;
  }

  .swiper-pagination.promotions-pagination > .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
  }

  .swiper-pagination.hero-pagination > .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
  }

  .swiper-pagination.slider-current-pagination > .current-bullet.swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
  }

  .swiper-pagination.blog-slider-pagination > .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
  }

  .pagination-list li {
    margin: 0 3px;
  }

  .empty-all-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .empty-all-link {
    max-width: 190px;
    padding: 14px 15px;
    font-size: 12px;
  }

  .header__top {
    padding: 7px 0;
  }

  .shop__wrap-link {
    width: 20px;
    height: 18px;
  }

  .users__wrap-link-user--join {
    width: 20px !important;
    height: 20px !important;
  }

  .shop-total-count {
    font-size: 8px;
  }

  .obloshka {
    margin-top: 100px;
  }

  .hero__container {
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .hero__content-desc p {
    font-size: 14px;
    line-height: 20px;
  }

  .hero__title {
    font-size: 16px;
    line-height: 20px;
  }

  .swiper-pagination.hero-pagination {
    margin-top: 20px;
  }

  .compilations__row {
    width: 750px;
    margin: 0 -5px;
  }

  .compilations__item {
    padding: 0 5px;
  }

  .compilations__body {
    background-color: transparent;
    padding: 5px;
  }

  .compilations__body p {
    font-size: 14px;
    line-height: 18px;
  }

  .compilations__image {
    width: 80px;
    height: 80px;
  }

  .promotions__body {
    padding: 20px;
  }

  .promotions__desc {
    background-color: transparent;
    padding: 0px;
    color: var(--color-white);
    font-size: 14px;
    line-height: 20px;
  }

  .promotions__desc h4 {
    color: var(--color-white);
  }

  .category__row {
    width: 700px;
    margin: 0 -7.5px;
  }

  .category__item {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }

  .category__body {
    background-color: transparent;
    padding: 5px;
  }

  .category__body h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .category__image {
    height: 120px;
  }

  .btn-see {
    padding: 10px 15px;
    font-size: 12px;
  }

  .blog-slide h3 {
    font-size: 16px;
    line-height: 21px;
  }

  .blog-slide-image {
    height: 200px;
    margin-bottom: 15px;
  }

  .date {
    font-size: 12px;
    line-height: 15px;
    padding: 10px 9px 10px 0px;
  }

  #blog-button-prev {
    display: none;
  }

  #blog-button-prev,
  #blog-button-next {
    display: none;
  }

  .blog-card--indentation {
    margin-top: 60px;
  }

  .blog-card-item {
    width: 100%;
  }

  .blog-card-item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 20px 14px 20px;
    text-align: left;
  }

  .blog-card-item-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 20px;
    height: 20px;
    margin: 0 0 0 auto;
  }

  .blog-title {
    font-size: 14px;
  }

  .blog-cards .description .blog-title {
    font-size: 12px;
    line-height: 18px;
  }

  .blog-cards .description p {
    font-size: 14px;
  }

  .blog-main-image {
    margin-bottom: 20px;
  }

  .main-date {
    font-size: 12px;
    line-height: 15px;
    padding: 10px 9px 10px 0;
  }

  .blog-main-text h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .blog-item h3 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px;
  }

  .blog-item {
    width: 100%;
  }

  .blog-inner-image {
    height: 350px;
    margin-bottom: 15px;
  }

  .blog-inner-text p:not(:last-child) {
    margin-bottom: 15px;
  }

  .breadcrumb {
    padding: 10px 0px;
  }

  .breadcrumb .breadcrumb-item {
    font-size: 12px;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    margin-right: 10px;
  }

  .product-item {
    padding: 160px 8px 15px;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .prodict__item-image img {
    max-height: 130px;
    top: 40px;
  }

  .product-sale,
  .product-newsRecom {
    font-size: 8px;
    height: 20px;
  }

  .product-sale {
    border: 1px solid;
  }

  .product-newsRecom {
    border: 1px solid;
  }

  .product-description {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 14px;
    text-align: left;
    height: 60px;
  }

  .product-description h3 {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 9px;
  }

  .color-silver {
    font-size: 13px;
  }

  .product-item .product-price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .product-price {
    font-size: 14px;
    line-height: 14px;
  }

  .product-price .product-price-new {
    font-size: 12px;
  }

  .product-price .product-price-old {
    font-size: 12px;
  }

  .product-options {
    display: none;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 8px;
  }

  .product-add {
    display: none;
  }

  .product-add-to-cart {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    height: 40px;
  }

  .slider-current {
    padding: 10px 10px;
  }

  .placing-switch-item {
    font-size: 11px;
    line-height: 14px;
    padding: 10px;
  }

  .placing-form-content {
    padding: 0px 15px;
  }

  .placing {
    border: none;
  }

  .placing-content {
    padding-left: 0px;
    border: none;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .placing-head {
    margin-bottom: 20px;
  }

  .placing-head a {
    font-size: 12px;
  }

  .placing-head h3 {
    font-size: 16px;
  }

  .placing-group label {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .placing-group input {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    height: 45px;
  }

  .placing-group-label {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .placing-regular-customer {
    padding: 15px;
  }

  .placing-regular-customer p {
    font-size: 12px;
    line-height: 16px;
  }

  .placing-regular-customer .form__group-check label {
    font-size: 10px;
    line-height: 14px;
  }

  .placing-regular-customer .checkbox + label:before {
    top: 5px;
  }

  .placing-link.mainBtn,
  .placing-btn.mainBtn {
    margin-top: 20px;
  }

  .placing-head-wrap {
    font-size: 12px;
    line-height: 18px;
  }

  .placing-head-wrap h3 {
    margin-bottom: 0px;
  }

  .placing-comment {
    padding: 15px;
  }

  .placing-comment label {
    margin-bottom: 10px;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .placing-comment textarea {
    font-size: 14px;
    padding: 15px 15px 0px 15px;
    min-height: 100px;
  }

  .placing-head--user:before,
  .placing-head--delivery:before,
  .placing-head--payment:before,
  .placing-head--total:before {
    display: none;
  }

  .placing-payment-body {
    padding: 10px;
  }

  .placing-payment-img {
    height: 20px;
    margin-bottom: 5px;
  }

  .placing-payment-item .placing-payment-wrapper {
    padding: 10px;
  }

  .placing-payment-radio {
    margin-top: 10px;
  }

  .placing-payment-cart-content-group {
    padding: 10px;
  }

  .placing-payment-cart-content-group input {
    font-size: 14px;
    padding-left: 15px;
    height: 40px;
  }

  .placing-total-item {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .placing-orders-total {
    margin-top: 5px;
  }


  .cabinet-form {
    padding: 0 20px;
  }

  .cabinet-date-orders input {
    height: 30px;
  }

  .aside-cabinet {
    padding: 20px;
  }

  .cabinet .placing-group button {
    top: 45px;
  }

  .cabinet-head {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cabinet-nav ul li a {
    font-size: 12px;
  }

  .cabinet-nav-exit {
    font-size: 14px;
  }

  .cabinet-main-content .cabinet-main-wrapper {
    padding: 0 15px;
  }

  .cabinet-main-content .cart-product-item-img {
    margin-right: 10px;
  }

  .cabinet-main-content .cart-product-item .cart-product-wrapper-info .product-price {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .history-product-info {
    padding: 15px;
  }

  .history-product-info p {
    font-size: 12px;
    line-height: 15px;
  }

  .cabinet-orders {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cabinet-orders-top {
    padding: 15px;
  }

  .cart-product-quantity {
    top: 80px;
    right: 10px;
    font-size: 12px;
  }

  .cart-product-item {
    padding: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .cart-product-item-img {
    width: 70px;
    height: 90px;
    margin-right: 10px;
  }

  .cart-product-item-title {
    margin-right: 0;
    width: 150px;
  }

  .cart-product-title {
    height: 60px;
  }

  .cart-product-title a {
    font-size: 12px;
    line-height: 16px;
  }

  .cart-product-title a h3 {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
  }

  .cart-total-price-sum {
    font-size: 12px;
  }

  .cart-trash-btn svg,
  .cart-trash-btn-change svg {
    width: 10px;
    height: 10px;
  }

  .cart-btn-favorite svg {
    width: 15px;
    height: 15px;
  }

  .cart-footer .cart-total-price-title {
    font-size: 14px;
    line-height: 20px;
  }

  .cart-footer .cart-total-price {
    text-align: left;
  }

  .cart-footer .cart-total-price .cart-total-price-row {
    margin-bottom: 0px;
  }

  .cart-promocode-title {
    margin-bottom: 10px;
  }

  .promocode-group {
    height: 40px;
  }

  .promocode-group input {
    font-size: 14px;
    padding-left: 15px;
  }

  .promocode-group button {
    font-size: 12px;
  }

  .find-product-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .find-product-text {
    font-size: 14px;
    line-height: 20px;
  }

  .find-product-link {
    margin-left: 0px;
    margin-top: 24px;
  }

  .find-product-btn {
    width: 100px;
    font-size: 14px;
    padding: 5.5px 0;
  }

  .find-product-review {
    font-size: 16px;
  }

  .filter-products-row {
    margin: 0 -10px;
  }

  .filter-products-wrapper .product__wrap {
    padding: 0 10px;
  }

  .filter-product--indention {
    padding-top: 30px;
  }

  .filter-title {
    font-size: 12px;
  }

  .select-product-sort {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    height: 30px;
  }

  .product-slider {
    height: 370px;
  }

  .single-product-left .product-slider-nav {
    height: 50px;
    bottom: 30px;
  }

  .product-slider-nav .mySwiper {
    width: 100%;
  }

  .product-slider-nav .product-slider-item {
    width: 50px !important;
    height: 50px;
  }

  .product-slider-nav .product-slider-item:not(:first-child) {
    margin-left: 10px;
  }

  .single-product-left .product-slider-main .product-slider-item {
    padding: 10px 30px 0px 30px;
  }

  .single-product-right {
    width: 100%;
    margin-top: 30px;
  }

  .single-product-desc {
    font-size: 16px;
    line-height: 20px;
  }

  .single-product-desc h2 {
    margin-bottom: 5px;
  }

  .product-price.single-product-price {
    padding: 10px 0px;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .product-volume {
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
  }

  .options label,
  .product__volumes-wrap label,
  .product-count label {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
  }

  .product-availability {
    font-size: 10px;
    line-height: 12px;
    height: 25px;
  }

  .minus:after {
    width: 10px;
    height: 10px;
  }

  .plus:after {
    width: 10px;
    height: 10px;
  }

  .product-is-available,
  .product-is-not-available {
    margin-bottom: 15px;
  }

  .product-footer .product__footer-row {
    margin-top: 20px;
  }

  .minus,
  .plus {
    padding: 7px;
  }

  .count-value {
    font-size: 12px;
  }

  .product__add-cart .product-add-to-cart {
    height: 40px;
  }

  /* .single-product-right .product__add-cart .product-add-to-cart.fixed-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 80px;
  } */

  .product-tab {
    margin-top: 40px;
  }

  .product-tab-nav {
    padding-bottom: 10px;
  }

  .product-tab-nav-item.active:after {
    display: none;
  }

  .notFound {
    padding-bottom: 35px;
  }

  .notFound p {
    font-size: 18px;
    line-height: 24px;
  }

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

  .notFound-back {
    padding: 10px;
    margin-bottom: 20px;
  }

  .notFound-main {
    padding: 10px;
    margin-left: 0px;
  }

  .popup__content {
    padding: 30px 40px;
  }

  .popup__title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .popup.popup-thanks .popup__content,
  .popup.popup-thanks-secondary .popup__content {
    padding: 20px;
  }

  .popup-btn {
    padding: 14px 15px;
    font-size: 10px;
    margin-top: 15px;
  }

  .registr {
    padding: 40px 0px;
  }

  .form__tabs-btn {
    font-size: 12px;
    line-height: 16px;
  }


  .form-group-forgot a {
    font-size: 12px;
    line-height: 14px;
  }

  .form-group label {
    font-size: 12px;
    line-height: 14px;
  }

  .form-group input {
    height: 40px;
    padding-left: 15px;
    font-size: 12px;
  }

  .form__group-check {
    margin-top: 20px;
  }

  .btn-enter button,
  .btn-send button {
    padding: 10px 15px;
    font-size: 10px;
  }

  .checkbox + label:before {
    width: 20px;
    height: 20px;
  }

  .cart-empty-content {
    margin: 50px auto 0 auto;
  }

  .empty-link.mainBtn {
    max-width: 220px;
  }

  .empty-title {
    font-size: 35px;
    line-height: 45px;
  }

  .gift-card-product-slider-main {
    height: 250px;
  }

  .gift-text {
    font-size: 16px;
    line-height: 20px;
  }

  .gift-card-product-next,
  .gift-card-product-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
  }

  .gift-card-product-next svg,
  .gift-card-product-prev svg {
    width: 15px;
    height: 15px;
  }

  .gift-card-product-right .product-footer .product-add-to-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 60px;
  }

  .gift-card-product-right .product-footer .product-buttons-secondary {
    margin-top: 15px;
  }

  .gift-form .gift-form-group {
    margin-bottom: 15px;
  }

  .gift-form .gift-form-group label {
    font-size: 12px;
    margin-right: 0px;
  }

  .gift-form .gift-form-group input {
    height: 40px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gift-form .gift-form-group textarea {
    min-height: 100px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 10px;
  }

  .gift-form-group-select label {
    font-size: 12px;
  }

  .gift-form-group-select select {
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px;
    height: 40px;
  }

  .about__item {
    font-size: 14px;
    line-height: 18px;
  }

  .buy-item {
    width: 100%;
  }

  .buy-desc h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .buy-desc p {
    line-height: 18px;
  }

  .payment-card-item {
    width: 50%;
  }

  .payment-card-body {
    height: 120px;
    padding: 15px;
  }

  .payment-card-body p {
    font-size: 10px;
    line-height: 12px;
  }

  .payment-image {
    margin-bottom: 15px;
  }

  .contact-group {
    margin-bottom: 30px;
  }

  .contact-form {
    padding: 25px;
  }

  .contact-form-title {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 18px;
  }

  .contact-form-group label {
    font-size: 12px;
    line-height: 14px;
  }

  .contact-form-group input {
    height: 40px;
    padding-left: 10px;
  }

  .contact-form-group textarea {
    min-height: 120px;
    padding-left: 10px;
  }

  .contact-form-btn {
    font-size: 12px;
    padding: 14px 14px;
  }

  #nav ul li {
    font-size: 12px;
    line-height: 14px;
  }

  .questions-content {
    margin-bottom: 40px;
  }

  .questions-content h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .question-btn.mobile-collupse {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 20px;
  }

  .question-btn.mobile-collupse:after {
    min-width: 10px;
    min-height: 10px;
    max-width: 10px;
    max-height: 10px;
  }

  .question-panel.mobile-collupse-content {
    padding: 0px 15px;
  }

  .question-panel.mobile-collupse-content p {
    font-size: 12px;
  }

  .delivery__check {
    width: 40px;
    height: 40px;
    margin: 0 auto 15px auto;
    background-size: 20px 20px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }

  .chickbox-description h3 {
    font-size: 14px;
    line-height: 14px;
  }

  .chickbox-description p {
    margin-bottom: 20px;
  }

  .how-work-item {
    width: 100%;
  }

  .how-work-number {
    width: 50px;
    height: 50px;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .subscribe-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .subscribe-body {
    padding-bottom: 30px;
  }

  .subscribe-main {
    padding: 20px 10px 0px 20px;
  }

  .subscribe-tarif {
    font-size: 20px;
    line-height: 24px;
  }

  .subscribe-tarif span {
    font-size: 18px;
    line-height: 20px;
  }

  .subscribe-list li:before {
    display: none;
  }

  .subscribe-btn a {
    font-size: 12px;
    max-width: 150px;
    padding: 12px;
  }

  .previous-chick-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .previous-chick-body {
    padding: 50px 15px 15px 15px;
  }

  .previous-chick-body h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .previous-chick-date {
    font-size: 12px;
    line-height: 15px;
    padding: 10px 9px 10px 0px;
  }

  .questions-chick-wrapper {
    padding-bottom: 40px;
  }

  .questions-chick-wrapper h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .brend-wrapper-link {
    margin-bottom: 30px;
  }

  .brend-row {
    margin-bottom: 10px;
  }

  .brend-row a:not(:first-child) {
    width: 35px;
    height: 35px;
  }

  .brent-current-link {
    padding: 10px;
    margin-right: 15px;
  }

  .brend-columns {
    margin: 0 -15px;
  }

  .brend-columns-item {
    width: 50%;
    padding: 0 15px;
  }

  .brend-title {
    padding-bottom: 10px;
  }

  .brend-list li {
    margin-bottom: 10px;
  }

  .footer__subscribe {
    padding: 20px;
  }

  .footer__subscribe a {
    font-size: 16px;
    line-height: 20px;
  }

  .footer__gallery-image {
    height: 105px;
  }

  .footer__center {
    padding: 20px 0px;
  }

  .footer__center-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__phone {
    font-size: 14px;
  }

  .footer__center-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .navigation-middle ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navigation-middle ul li {
    margin-bottom: 18px;
  }

  .navigation-middle ul li:not(:first-child) {
    margin-left: 0px;
  }

  .footer__group-mailing input {
    height: 40px;
    font-size: 14px;
  }

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

  .copy {
    width: 100%;
    margin-bottom: 22px;
  }
}
@media (max-width: 345px) {
  .cabinet-orders {
      padding-left: 5px;
      padding-right: 5px;
    }
}
@media (min-width: 993px) and (max-width: 1250px) {
  .header__menu-list-item:not(:first-child) {
    margin-left: 20px;
  }
}