@charset "UTF-8";

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

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

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

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

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

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

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  display: block;
}

._icon-user:before {
  content: "\e900";
}

._icon-wa:before {
  content: "\e901";
}

._icon-arrow:before {
  content: "\e902";
}

._icon-cart:before {
  content: "\e903";
}

._icon-check_list:before {
  content: "\e904";
}

._icon-cheese:before {
  content: "\e905";
}

._icon-cup:before {
  content: "\e906";
}

._icon-delivety:before {
  content: "\e907";
}

._icon-delivety_2:before {
  content: "\e908";
}

._icon-gifts:before {
  content: "\e909";
}

._icon-list:before {
  content: "\e90a";
}

._icon-location:before {
  content: "\e90b";
}

._icon-mail:before {
  content: "\e90c";
}

._icon-slider_arrow:before {
  content: "\e90d";
}

._icon-tel:before {
  content: "\e90e";
}

._icon-tel_2:before {
  content: "\e90f";
}

._icon-tg:before {
  content: "\e910";
}

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

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

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

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Jost-Regular", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Jost-Regular", sans-serif;
  font-size: inherit;
}

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

button {
  cursor: pointer;
  background-color: inherit;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*
&::-webkit-scrollbar {
	display: none;
}
*/

body {
  color: #000;
}

body._lock {
  overflow: hidden;
}

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

._container {
  max-width: 1180px;
  margin: 0 auto;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 30px;
  background-color: #FF9212;
  color: #fff;
  font-family: "Jost-Medium";
  -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;
  min-height: 47px;
  border-radius: 5px !important;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.btn._fw {
  width: 100%;
}

.btn--border {
  border: 2px solid #FF9212;
  border-radius: 5px;
  background-color: transparent;
  color: #000;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

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

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

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

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

.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}

.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}

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

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

.select._active .select__options {
  display: block;
}

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

input[type=submit] {
	cursor: pointer;
	border-radius: 5px !important;
	width: 100%;
}
.form-contacts__line input[type=submit] {
	height: 47px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}

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

.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}

.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}

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

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

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

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

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

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

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

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}

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

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

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

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

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

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

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

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

._line-hv {
  position: relative;
  overflow: hidden;
}

._line-hv::before {
  content: "";
  width: 100%;
  -webkit-transform: translate(-100%, 0px);
      -ms-transform: translate(-100%, 0px);
          transform: translate(-100%, 0px);
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

._title-main {
  font-size: 40px;
  line-height: 1.2;
  font-family: "CormorantGaramond-Bold";
  position: relative;
  padding-bottom: 10px;
}

._title-main span {
  position: relative;
}

._title-main span::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #FF9212;
}

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

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

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

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

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

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

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

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

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

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

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

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

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

._more-content {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}

._more-link span {
  font-style: normal;
}

._more-link span:first-child {
  display: block;
}

._more-link span:last-child {
  display: none;
}

._more-link._active span {
  font-style: normal;
}

._more-link._active span:first-child {
  display: none;
}

._more-link._active span:last-child {
  display: block;
}

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

._swiper {
  overflow: hidden;
}

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

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

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

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

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

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

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header__wrapper {
  -webkit-transition: background-color 0.3s ease 0s, -webkit-transform 0.55s ease 0.1s;
  transition: background-color 0.3s ease 0s, -webkit-transform 0.55s ease 0.1s;
  -o-transition: background-color 0.3s ease 0s, transform 0.55s ease 0.1s;
  transition: background-color 0.3s ease 0s, transform 0.55s ease 0.1s;
  transition: background-color 0.3s ease 0s, transform 0.55s ease 0.1s, -webkit-transform 0.55s ease 0.1s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 40px;
  z-index: 50;
  background: rgba(255, 255, 255, 0.4);
}

@supports ((-webkit-backdrop-filter: blur(15px)) or (backdrop-filter: blur(15px))) {
  .header__wrapper {
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
  }

@media (any-hover: hover) {
    .header__wrapper:hover {
      background: rgba(255, 255, 255, 0.6);
    }
}
}

/* .header._scroll .header__wrapper {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
} */

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 71px;
  padding: 5px 0;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 153px;
          flex: 0 0 153px;
  margin: 0px 30px 0px 0px;
}

.header__logo a {
  width: 153px;
  height: 51px;
  display: block;
}

.header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.header__btn {
  position: relative;
  z-index: 52;
}

html._touch .header__wrapper::before {
  opacity: 1;
  visibility: visible;
}

.menu__icon {
  margin: 0px 0px 0px 30px;
}

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

.menu__link,
.menu .menu__list li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4666666667;
  font-family: "Jost-Medium";
  color: #000;
}

.contacts-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 52;
}

.contacts-header__link {
  width: 29px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29px;
          flex: 0 0 29px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts-header__link:not(:last-child) {
  margin: 0px 16px 0px 0px;
}

.contacts-header__link--tg {
  background: #01ABE0;
}

.contacts-header__link--wa {
  background: #63C700;
}

.contacts-header__link--tel {
  font-size: 15px;
  background: #FF9F10;
}

.icon-menu {
  display: none;
}

.footer {
  background-color: #565F6C;
  color: #fff;
  padding: 50px 0;
}

.footer a {
  color: #fff;
}

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

.footer__column {
  padding: 0 10px;
}

.footer__column--1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
}

.footer__column--2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.footer__column--2 .footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 590px;
  margin: 0px auto;
  position: relative;
}

.footer__column--3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
}

.footer__logo {
  width: 170px;
  height: 73px;
  display: block;
}

.footer__politicals {
  padding-bottom: 4px;
}

.footer__politicals::before {
  content: "";
  background-color: #fff;
  bottom: 0;
}

.menu-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

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

.menu-footer__item:not(:last-child) {
  margin: 0px 18px 0px 0px;
}

.menu-footer__link {
  display: block;
  padding-bottom: 4px;
}

.menu-footer__link::before {
  content: "";
  background-color: #fff;
  bottom: 0;
}

.socials-footer {
  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;
  max-width: 180px;
}

.socials-footer__link {
  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;
  background-color: #fff;
  width: 28px;
  height: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.socials-footer__link:not(:last-child) {
  margin: 0px 16px 0px 0px;
}

.socials-footer__link::before {
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.socials-footer__link--tg {
  font-size: 19px;
}

.socials-footer__link--wa {
  font-size: 19px;
}

.socials-footer__link--tel {
  font-size: 17px;
}

.socials-footer__link--mail {
  font-size: 14px;
}

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

.main-screen {
  position: relative;
  background-color: #EFF0F0;
}

.main-screen__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main-screen__wrapper {
  position: relative;
  z-index: 2;
  padding-top: 163px;
  padding-bottom: 129px;
  max-width: 724px;
  min-height: 768px;
}

.main-screen__title {
  font-family: "CormorantGaramond-Bold";
  font-size: 53px;
  line-height: 1.0943396226;
  margin: 0px 0px 45px 0px;
}

.main-screen__items {
  max-width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12.5px 25px;
}

.main-screen__item {
  padding: 0 12.5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 35px 0px;
}

.main-screen__item-icon {
  font-size: 54px;
  color: #FF9212;
  margin: 0px 20px 0px 0px;
}

.main-screen__item-text {
  font-size: 18px;
  line-height: 1.4444444444;
}

.main-screen__inner {
  max-width: 600px;
  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;
}

.page__sets {
  padding: 80px 0;
}

.sets__title {
  margin: 0px 0px 50px 0px;
}

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

.sets__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  padding: 0 15px;
}

.item-product {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.item-product__image {
  width: 100%;
  padding-bottom: 85.15%;
  border-radius: 5px;
}

.item-product__image img {
  border-radius: 5px 5px 0 0;
}

.item-product__bottom {
  padding: 26px 26px 33px;
}

.item-product__name {
  font-family: "CormorantGaramond-Bold";
  font-size: 29px;
  line-height: 1.2068965517;
  margin: 0px 0px 15px 0px;
}

.item-product__descr {
  font-family: "Jost-Medium";
  font-size: 18px;
  line-height: 1.4444444444;
  margin: 0px 0px 15px 0px;
}

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

.item-product__price {
  font-family: "Jost-SemiBold";
  font-size: 24px;
  line-height: 1.4583333333;
  padding: 0px 5px 0px 0px;
}

.item-product__btn {
  padding: 0px 20px;
}

.about {
  position: relative;
  color: #fff;
  overflow: hidden;
}

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

.about__container {
  position: relative;
  min-height: 500px;
  padding-top: 63px;
  padding-bottom: 106px;
}

.about__container::before,
.about__container::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 2;
}

.about__container::after {
  width: 329px;
  height: 257px;
  right: -329px;
  -webkit-transition: all 1s ease 0.7s;
  -o-transition: all 1s ease 0.7s;
  transition: all 1s ease 0.7s;
  -webkit-transform: translate(0px, 100%);
      -ms-transform: translate(0px, 100%);
          transform: translate(0px, 100%);
  background-image: url("../img/about/gifts_2.svg");
}

.about__container::before {
  width: 206px;
  height: 403px;
  left: -290px;
  -webkit-transition: all 1s ease 0.1s;
  -o-transition: all 1s ease 0.1s;
  transition: all 1s ease 0.1s;
  -webkit-transform: translate(0px, 100%);
      -ms-transform: translate(0px, 100%);
          transform: translate(0px, 100%);
  background-image: url("../img/about/gifts_1.svg");
}

.about__title {
  margin: 0px 0px 100px 0px;
}

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px;
}

.about__column {
  padding: 0 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

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

.about__icon {
  position: relative;
  color: #FF9212;
  font-size: 53px;
  z-index: 2;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto 27px;
  
}
.about__icon::before {
	transform: scale(0);
  opacity: 0;
  transition: all 1s ease 0.4s;
}


.about__numb {
  position: absolute;
  top: -62px;
  left: -76px;
  z-index: -1;
  font-family: "Jost-Bold";
  font-size: 72px;
  line-height: 104px;
  color: rgba(255,255,255, 0.7);
  font-weight: 900;
  transform: translate(-10px,0px);
  opacity: 0;
  transition: all 1s ease 0.6s;
}

.about__texts {
	overflow: hidden;
}

.about__label {
  font-family: "CormorantGaramond-Bold";
  font-size: 24px;
  line-height: 1.2083333333;
  margin: 0px 0px 10px 0px;
  transition: all 0.7s ease 0.4s;
  transform: translate(-100%,0px);
}

.about__text {
  font-size: 18px;
  line-height: 1.4444444444;
  transition: all 0.7s ease 0.4s;
  transform: translate(-100%,0px);
}


/* Anim items */
.about__container._active::before,
.about__container._active::after {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.about__item._active .about__icon .about__numb {
	opacity: 1;
	transform: translate(0px,0px);
}

.about__item._active .about__icon::before {
	opacity: 1;
	transform: scale(1);
}

.about__item._active .about__text,
.about__item._active .about__label {
	transform: translate(0, 0);
	opacity: 1;
}

/* Anim items end */

.sliders {
  padding: 80px 0;
}

.sliders__slider:not(:last-child) {
  padding: 0px 0 60px;
}

.slider-sets__title {
  margin: 0px 0px 40px 0px;
}

.slider-sets__wrapper {
  position: relative;
}

.slider-sets__wrapper .slider-arrow {
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slider-sets__wrapper .slider-arrow--prev {
  left: -50px;
}

.slider-sets__wrapper .slider-arrow--next {
  right: -50px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.slider-sets__slider {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
  overflow-x: hidden;
}

.slider-sets__slider .swiper-wrapper {
  height: auto !important;
  margin: 20px 0;
}

.slider-sets__item {
  margin-bottom: 0;
}

.slider-sets__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
}

.spollers-item {
  position: relative;
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #FF9212;
  margin: 0px 0px 20px 0px;
  border-radius: 5px;
  -webkit-transition: max-width 0.5s linear 0s;
  -o-transition: max-width 0.5s linear 0s;
  transition: max-width 0.5s linear 0s;
}

.spollers-item._active {
  max-width: 99%;
}

.spollers-item:not(._active) {
  max-width: 168px;
}

.spollers-item__title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spollers-item__title ._icon-arrow {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 10px;
  margin: 0px 0px 0px 10px;
}

.spollers-item__title:not(._active) ._icon-arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.spollers-item__body ul {
  padding: 8px 8px 8px 0;
}

.spollers-item__body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spollers-item__body ul li::before {
  content: "";
  width: 2px;
  height: 2px;
  margin: 0px 5px 0px 0px;
  background-color: #000;
}

.spollers-item__body ul li:not(:last-child) {
  margin: 0px 0px 5px 0px;
}

.gifts {
  position: relative;
  overflow: hidden;
}

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

.gifts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -13px;
  position: relative;
  z-index: 2;
}

.gifts__column {
  padding: 0 13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}

.gifts__column--1 {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.gifts__column--1 .form-gifts {
  -webkit-transform: translate(0px, -100%);
      -ms-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.gifts__column--1._active .form-gifts {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.gifts__column--2 {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.gifts__column--2 .box-gifts__image {
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
      -ms-transform: translate(0px, 100%);
          transform: translate(0px, 100%);
  -webkit-transition: all 1s ease 0.3s;
  -o-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

.gifts__column--2._active .box-gifts__image {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.gifts__column--3 {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.gifts__column--3 .images-gifts__image {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
      -ms-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
  -webkit-transition: all 1s ease 0.5s;
  -o-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

.gifts__column--3 .images-gifts__image._active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.gifts__column--3 .images-gifts__image--inner {
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
      -ms-transform: translate(0px, 100%);
          transform: translate(0px, 100%);
  -webkit-transition: all 1s ease 1.25s;
  -o-transition: all 1s ease 1.25s;
  transition: all 1s ease 1.25s;
}

.gifts__column--3 .images-gifts__image--inner._active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.form-gifts {
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
  padding: 34px 28px 45px;
  text-align: center;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.form-gifts__title {
  font-family: "CormorantGaramond-Bold";
  margin: 0px 0px 18px 0px;
  font-size: 36px;
}

.form-gifts__subtitle {
  font-size: 16px;
  line-height: 1.4375;
  margin: 0px 0px 28px 0px;
}

.form-gifts__line:not(:last-child) {
  margin: 0px 0px 14px 0px;
}

.form-gifts__btn {
  margin-top: 15px;
  width: 100%;
}

.input {
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
  height: 47px;
  border-radius: 5px !important;
}

.box-gifts {
  min-height: 533px;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.box-gifts__item {
  text-align: center;
}

.box-gifts__inner {
  margin: 0px auto 28px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 310px;
}

.box-gifts__numb {
  font-size: 64px;
  line-height: 1.21875;
  color: #FF9212;
  margin: 0px 0px 4px 0px;
  font-family: "Jost-Bold";
  opacity: 0;
  height: 78px;
}

.box-gifts__text {
  font-family: "Jost-Medium";
  font-size: 18px;
  line-height: 1.5555555556;
  color: #fff;
}

.box-gifts__image {
  padding-bottom: 92%;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.box-gifts__image img {
  border-radius: 5px 5px 0 0;
}

.images-gifts {
  min-height: 533px;
  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;
}

.images-gifts__image {
  padding-bottom: 80%;
  border-radius: 0px 0px 5px 5px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.images-gifts__image img {
  border-radius: 0px 0px 5px 5px;
}

.images-gifts__image--inner {
  width: 246px;
  height: 170px;
  margin: 0px auto;
  padding-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}

.images-gifts__image--inner::after {
  content: "";
  background-image: url("../img/gifts_item_2.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 187px;
  height: 198px;
  right: -210px;
  bottom: 0;
}

.reviews-wrapper {
  padding: 60px 0;
}

.reviews {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 30px;
  font-size: 18px;
  line-height: 1.4444444444;
  min-height: 374px;
}

.reviews__date {
  margin: 0px 0px 13px 0px;
}

.reviews__name {
  font-family: "CormorantGaramond-Bold";
  font-size: 28px;
  line-height: 1.2142857143;
  margin: 0px 0px 12px 0px;
}

.reviews__position {
  font-family: "Jost-Bold";
  margin: 0px 0px 20px 0px;
}

.swiper-button-disabled {
  opacity: 0.6;
  cursor: not-allowed !important;
}

.faq {
  padding: 0px 0 80px;
}

.faq__container {
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

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

.faq__wrapper {
  position: relative;
  z-index: 2;
  max-width: 930px;
  margin: 0px auto;
  padding: 50px 0;
}

.faq__decor {
  position: absolute;
  width: 100%;
  height: 100%;
	pointer-events: none;
}

.faq__decor .faq__decor-left img {
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
      -ms-transform: scale(0) rotate(-180deg);
          transform: scale(0) rotate(-180deg);
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.faq__decor._active .faq__decor-left img {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.faq__decor .faq__decor-left::after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
      -ms-transform: scale(0) rotate(-180deg);
          transform: scale(0) rotate(-180deg);
  -webkit-transition: all 1s ease 0.3s;
  -o-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

.faq__decor._active .faq__decor-left::after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(-20deg);
      -ms-transform: scale(1) rotate(-20deg);
          transform: scale(1) rotate(-20deg);
}

.faq__decor .faq__decor-left::before {
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
      -ms-transform: scale(0) rotate(-180deg);
          transform: scale(0) rotate(-180deg);
  -webkit-transition: all 1s ease 0.6s;
  -o-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.faq__decor._active .faq__decor-left::before {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.faq__decor .faq__decor-right img {
  opacity: 0;
  -webkit-transform: scale(0) rotate(180deg);
      -ms-transform: scale(0) rotate(180deg);
          transform: scale(0) rotate(180deg);
  -webkit-transition: all 1s ease 0.1s;
  -o-transition: all 1s ease 0.1s;
  transition: all 1s ease 0.1s;
}

.faq__decor._active .faq__decor-right img {
  opacity: 1;
  -webkit-transform: scale(1) rotate(-20deg);
      -ms-transform: scale(1) rotate(-20deg);
          transform: scale(1) rotate(-20deg);
}

.faq__decor .faq__decor-right::after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(180deg);
      -ms-transform: scale(0) rotate(180deg);
          transform: scale(0) rotate(180deg);
  -webkit-transition: all 1s ease 0.4s;
  -o-transition: all 1s ease 0.4s;
  transition: all 1s ease 0.4s;
}

.faq__decor._active .faq__decor-right::after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.faq__decor .faq__decor-right::before {
  opacity: 0;
  -webkit-transform: scale(0) rotate(180deg);
      -ms-transform: scale(0) rotate(180deg);
          transform: scale(0) rotate(180deg);
  -webkit-transition: all 1s ease 0.7s;
  -o-transition: all 1s ease 0.7s;
  transition: all 1s ease 0.7s;
}

.faq__decor._active .faq__decor-right::before {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.faq__decor-left {
  position: absolute;
  left: -100px;
  display: block;
  top: 50%;
  transform: translate(0px, -50%);
}

.faq__decor-left img {

}

.faq__decor-left::after {
  content: "";
  background-image: url("../img/faq_gift_1.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 84px;
  height: 109px;
  top: -135px;
  left: 0;
  display: block;
	
}

.faq__decor-left::before {
  content: "";
  position: absolute;
  background-image: url("../img/faq_gift_1.svg");
  background-repeat: no-repeat;
  width: 84px;
  height: 109px;
  bottom: -135px;
}

.faq__decor-right {
  position: absolute;
  right: -100px;
  display: block;
  top: 50%;
  transform: translate(0px, -50%);
}

.faq__decor-right::after {
  content: "";
  background-image: url("../img/faq_gift_2.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 84px;
  height: 109px;
  top: -135px;
  left: 0;
}

.faq__decor-right::before {
  content: "";
  position: absolute;
  background-image: url("../img/faq_gift_2.svg");
  background-repeat: no-repeat;
  width: 84px;
  height: 109px;
  bottom: -135px;
}

.faq__title {
  margin: 0px 0px 40px 0px;
}

.spollers-faq__item {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 0 30px;
}

.spollers-faq__item:not(:last-child) {
  margin: 0px 0px 15px 0px;
}

.spollers-faq__title {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-family: "Jost-Medium";
  line-height: 1.4444444444;
}

.spollers-faq__title::before {
  color: #FF9212;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  font-size: 12px;
  margin: 0px 7px 0px 0px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.spollers-faq__title._active::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.spollers-faq__body {
  padding: 5px 0 10px 0;
}

.parthers {
  padding: 0px 0px 80px 0px;
}

.parthers__title {
  margin: 0px 0px 35px 0px;
}

.parthers__wrapper {
  padding: 20px 0 0;
}

.parthers__image {
  height: 75px;
}
.parthers__image img {
	object-fit: contain;
}
.parthers__image:not(:last-child) {
  margin: 0px 0px 30px 0px;
}

.contacts {
  position: relative;
  padding: 25px 0 25px;
}

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

.contacts__wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts__column--1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__column--2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 485px;
          flex: 0 0 485px;
  padding-right: 85px;
}

.contacts__title {
  margin: 0px 0px 30px 0px;
}

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

.list-contacts__item:not(:last-child) {
  margin: 0px 0px 20px 0px;
}

.list-contacts__item a {
  color: #000;
}

.list-contacts__item ._icon-user {
  font-size: 15px;
}

.list-contacts__item ._icon-tel_2 {
  font-size: 16px;
}

.list-contacts__item ._icon-mail {
  font-size: 14px;
}

.list-contacts__item ._icon-location {
  font-size: 18px;
}

.list-contacts__icon {
  border-radius: 50%;
  background-color: #FF9212;
  width: 29px;
  height: 29px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29px;
          flex: 0 0 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 10px 0px 0px;
}

.list-contacts__icon::before {
  color: #fff;
}

.form-contacts {
  position: relative;
}

.form-contacts::before {
  content: "";
  background-image: url("../img/contacts/gifts_2.svg");
  background-repeat: no-repeat;
  width: 150px;
  height: 156px;
  top: 13px;
  right: -100px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
      -ms-transform: translate(-100%, 0px);
          transform: translate(-100%, 0px);
  -webkit-transition: all 1.3s ease 0.45s;
  -o-transition: all 1.3s ease 0.45s;
  transition: all 1.3s ease 0.45s;
}

.form-contacts::after {
  content: "";
  background-image: url("../img/contacts/gifts_3.svg");
  background-repeat: no-repeat;
  width: 173px;
  height: 200px;
  right: -100px;
  position: absolute;
  bottom: 20px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
      -ms-transform: translate(-100%, 0px);
          transform: translate(-100%, 0px);
  -webkit-transition: all 1.3s ease 0.6s;
  -o-transition: all 1.3s ease 0.6s;
  transition: all 1.3s ease 0.6s;
}

.form-contacts__decor {
  position: absolute;
  display: block;
  position: absolute;
  z-index: 2;
  background-image: url("../img/contacts/gifts_1.svg");
  background-repeat: no-repeat;
  width: 217px;
  height: 233px;
  left: -125px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  opacity: 0;
  -webkit-transition: all 1.3s ease 0s;
  -o-transition: all 1.3s ease 0s;
  transition: all 1.3s ease 0s;
}

.form-contacts._active::before,
.form-contacts._active::after {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.form-contacts._active .form-contacts__decor {
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.form-contacts__wrapper {
  padding: 30px 35px 40px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  text-align: center;
  position: relative;
  z-index: 3;
}

@supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {
  .form-contacts__wrapper {
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }

@media (any-hover: hover) {
    .form-contacts__wrapper:hover {
      background: rgba(255, 255, 255, 0.6);
    }
}

@media (max-width: 400px) {
    .form-contacts__wrapper {
      padding: 25px 15px 10px;
    }
}
}

.form-contacts__title {
  font-family: "CormorantGaramond-Bold";
  font-size: 38px;
  line-height: 1.2105263158;
  margin: 0px 0px 8px 0px;
}

.form-contacts__subtitle {
  font-size: 18px;
  line-height: 1.4444444444;
  margin: 0px 0px 30px 0px;
}

.form-contacts__line:not(:last-child) {
  margin: 0px 0px 14px 0px;
}
.form-contacts__line {
	position: relative;
}
.wpcf7-spinner {
	position: absolute;
	bottom: -45%;
	left: 50%;
	margin: 0;
	transform: translate(-50%,0px);
}
.wpcf7-not-valid-tip {
	margin-top: 3px;
	font-size: 12px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #FF9212;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 13px;
}

.form-contacts__btn {
  /* margin: 14px 0px 0px 0px; */
  width: 100%;
}

@media (min-width: 767.98px) {
  .about__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

  .contacts-header {
    margin: 0px 30px 0px 0px;
  }

  .footer__menu-footer {
    margin: 0px 0px 26px 0px;
  }

  .footer__bottom-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 41px;
    left: 0;
  }
}

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

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

@media (min-width: 1192px) {
  .header__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

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

  .menu__item,
  .menu .menu__list li {
    overflow: hidden;
    padding-bottom: 4px;
  }

  .menu__item:not(:last-child),
  .menu .menu__list li:not(:last-child) {
    margin: 0px 18px 0px 0px;
  }
}

@media (max-width: 1192px) {
  ._container {
    max-width: 970px;
  }

  .header__wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    visibility: hidden;
  }

@supports ((-webkit-backdrop-filter: blur(15px)) or (backdrop-filter: blur(15px))) {
    .header__wrapper::before {
      background: rgba(255, 255, 255, 0.4);
      -webkit-backdrop-filter: blur(15px);
              backdrop-filter: blur(15px);
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
    }
}

  .header__logo {
    position: relative;
    z-index: 52;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .menu__body {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 100px 10px 20px 10px;
    overflow: auto;
    visibility: hidden;
  }

  .menu__body._active {
    opacity: 1;
    visibility: visible;
  }

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

  .menu__item:not(:last-child),
  .menu .menu__list li:not(:last-child) {
    margin: 0px 0 20px 0px;
  }

  .menu__link,
  .menu .menu__list li a {
    font-size: 18px;
  }

  .icon-menu {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  .icon-menu span:first-child {
    top: 0px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .icon-menu._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

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

  .socials-footer__link:not(:last-child) {
    margin: 0px 10px 0px 0px;
  }

  .main-screen__bg img {
    -o-object-position: 58% 0;
       object-position: 58% 0;
  }

  .main-screen__wrapper {
    max-width: 55%;
  }

  .main-screen__title {
    font-size: 40px;
  }

  .main-screen__items {
    margin: 0 -3px 25px;
  }

  .main-screen__item {
    padding: 0 3px;
  }

  .main-screen__item-icon {
    font-size: 40px;
    margin: 0px 10px 0px 0px;
  }

  .main-screen__item-text {
    font-size: 14px;
  }

  .main-screen__inner {
    max-width: 430px;
  }

  .sets__row {
    margin: 0 -8px;
  }

  .sets__column {
    padding: 0 8px;
  }

  .item-product__bottom {
    padding: 26px 16px 33px;
  }

  .item-product__price {
    font-size: 18px;
  }

  .item-product__btn {
    padding: 0 11px;
    font-size: 15px;
    min-height: 37px;
  }

  .sliders__slider {
    padding: 0px 50px;
  }

  .form-gifts {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq__wrapper {
    padding: 50px 15px 150px;
  }

  .faq__decor {
    bottom: 20px;
	 height: 110px;
  }

  .faq__decor-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    width: 80%;
	 top: auto;
  }

  .faq__decor-left::after {
    bottom: 0;
    left: 50%;
	 top: auto;
	 background-image: url(../img/faq_gift_2.svg);
    -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
	width: 75px;
  }

  .faq__decor._active .faq__decor-left::after {
	opacity: 1;
	transform: scale(1) rotate(0deg) translateX(-50%);
  }

  .faq__decor-left::before {
    bottom: 0;
    right: 0;
  }

  .faq__decor-right {
    display: none;
  }
}

@media (max-width: 1192px) and (max-width: 991.98px) {
  .main-screen__bg img {
    -o-object-position: center 0px;
       object-position: center 0px;
  }
}

@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
  }

  .select__title {
    font-size: 18px;
  }

  .select__options {
    font-size: 18px;
  }

  ._title-main {
    font-size: 36px;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 370px;
  }

  ._title-main span::before {
    bottom: -2px;
  }

  .contacts-header {
    margin: 0px 0px 20px 0px;
  }

  .footer__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }

  .footer__column {
    padding: 0;
  }

  .footer__column--2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .footer__column--3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__column:not(:last-child) {
    margin: 0px 0px 49px 0px;
  }

  .footer__bottom-inner {
    text-align: center;
  }

  .footer__copy {
    margin: 0px 0px 8px 0px;
  }

  .main-screen__bg {
    width: 1078px;
    height: 100%;
    left: 50%;
    -webkit-transform: translate(-49%, 0px);
        -ms-transform: translate(-49%, 0px);
            transform: translate(-49%, 0px);
  }

  .main-screen__wrapper {
    padding-top: 500px;
    min-height: 1020px;
    max-width: 100%;
    text-align: center;
    padding-bottom: 28px;
  }

  .main-screen__title {
    font-size: 38px;
  }

  .main-screen__items {
    margin: 0 0 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
  }

  .main-screen__item {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    max-width: 320px;
    text-align: left;
  }

  .main-screen__item-icon {
    width: 54px;
    margin: 0px 15px 0px 0px;
    font-size: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54px;
            flex: 0 0 54px;
  }

  .main-screen__item-text {
    font-size: 18px;
  }

  .main-screen__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px auto;
    max-width: none;
  }

  .main-screen__btn {
    margin: 0px 0px 27px 0px;
  }

  .page__sets {
    padding: 60px 0 30px;
  }

  .sets__title {
    margin: 0px 0px 30px 0px;
  }

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

  .sets__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .item-product {
    max-width: 370px;
    margin: 0px auto 30px;
  }

  .about__container {
    padding-top: 34px;
    padding-bottom: 85px;
  }

  .about__title {
    margin: 0px 0px 22px 0px;
  }

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

  .about__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .about__item {
    margin: 70px 0px;
  }

  .sliders {
    padding: 40px 0;
  }

  .sliders__slider:not(:last-child) {
    padding: 0px 50px;
  }
 
  .slider-sets__title {
    margin: 0px 0px 10px 0px;
  }

  .slider-sets__wrapper .slider-arrow--prev {
    left: -38px;
  }



  .slider-sets__wrapper .slider-arrow--next {
    right: -38px;
  }

  .gifts__row {
    margin: 0 -10px;
  }

  .gifts__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding: 0 10px;
  }

  .gifts__column--3 {
    display: none;
  }

  .box-gifts {
    padding: 20px 0px 0px 0px;
    min-height: auto;
  }

  .reviews-wrapper {
    padding: 40px 50px;
  }

  .faq {
    padding: 0px 0px 60px 0px;
  }

  .parthers {
    padding: 0px 0px 60px 0px;
  }

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

  .contacts__column--1 {
    margin: 0px 0px 30px 0px;
  }

  .contacts__column--2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0;
    max-width: 430px;
  }
}

@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    padding: 0 10px;
  }

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

  .menu-footer__item:not(:last-child) {
    margin: 0px 0px 18px 0px;
  }

  .sets__row {
    margin: 0;
  }

  .sets__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 0;
  }

  .about__container::after {
    right: 20px;
    width: 155px;
    height: 121px;
  }

  .about__container::before {
    left: 20px;
    width: 109px;
    height: 213px;
  }

  .about__row {
    margin: 0;
  }

  .about__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0;
  }

  .about__item {
    text-align: center;
    max-width: 270px;
    margin: 70px auto;
  }

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

  .sliders__slider {
    padding-left: 35px;
    padding-right: 35px;
  }

  /* .sliders__slider:not(:last-child) {
    padding-bottom: 45px;
  } */

  .slider-sets {
    max-width: 486px;
    margin: 0 auto;
  }

  .slider-sets__wrapper {
    padding: 0 15px;
  }

  .slider-sets__wrapper .slider-arrow--prev {
    left: -29px;
  }

  .slider-sets__wrapper .slider-arrow--next {
    right: -29px;
  }

  .slider-sets .item-product {
    margin: 0 auto;
    max-width: 100%;
  }

  .gifts__row {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .gifts__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
    padding: 0;
  }

  .contacts {
    padding: 30px 0;
	 overflow: hidden;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .slider-sets {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .contacts__column--2 {
    max-width: 330px;
  }

  .form-contacts::before {
    width: 108px;
    height: 118px;
    background-size: contain;
    right: -55px;
  }

  .form-contacts::after {
    width: 130px;
    height: 150px;
    background-size: contain;
    right: -55px;
    bottom: 30px;
  }

  .form-contacts__decor {
    width: 140px;
    height: 144px;
    background-size: contain;
    left: -80px;
  }

  .form-contacts__title {
    font-size: 32px;
  }

  .form-contacts__subtitle {
    font-size: 18px;
    margin: 0px 0px 20px 0px;
  }
}

@media (max-width: 510px) {
  .about__container {
    padding-bottom: 200px;
  }
}

@media (max-width: 479.98px) {
	.sliders__slider:not(:last-child),
	.reviews-wrapper,
	.sliders__slider {
		padding-left: 0;
		padding-right: 0;
	}
  .item-product__name {
    font-size: 24px;
  }
  .faq__decor-left {
	  width: calc(100% - 10px);
  }

  .slider-sets__arrows {
    display: none;
  }

  .spollers-item {
    font-size: 14px;
  }

  .spollers-item:not(._active) {
    max-width: 150px;
  }

  .gifts__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .reviews {
    padding: 25px 20px;
  }

  .faq__wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .spollers-faq__item {
    padding: 0 20px;
  }
  .main-screen__bg img {
	object-position: center 0px;
	left: -8px;

  }
  .main-screen__bg {

  }
  .about  {
	  padding: 30px 0;
  }
  .faq__container {
	  padding: 0 15px;
  }
  .reviews-wrapper__container {
	  padding: 0 15px;
  }
  .spollers-faq__title {
	  padding: 15px 0;
  }
  .spollers-faq__body {
	  padding-bottom: 15px;
  }
  .reviews-wrapper .slider-sets__slider {
	margin-left: -30px;
  }
}

@media (max-width: 380px) {
  .slider-sets .item-product__inner {
    -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;
  }

  .slider-sets .item-product__price {
    margin: 0px 0px 20px 0px;
  }
}

@media (max-width: 374px) {
  .faq__decor-left::after {
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    left: auto;
    right: 0;
  }

  .faq__decor-left::before {
    display: none;
  }
}

@media (any-hover: hover) {
  .btn:hover {
    background-color: #cc7512;
  }

  .btn--border:hover {
    background-color: #FF9212;
    color: #fff;
  }

  ._line-hv:hover::before {
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }

  .popup__close:hover {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .contacts-header__link--tg:hover {
    background: #4db6d6;
  }

  .contacts-header__link--wa:hover {
    background: #87da35;
  }

  .contacts-header__link--tel:hover {
    background: #e9b86e;
  }

  .socials-footer__link:hover {
    background-color: transparent;
    border: 1px solid #fff;
  }

  .socials-footer__link:hover::before {
    color: #fff;
  }

  .slider-sets__wrapper .slider-arrow:hover:not(.swiper-button-disabled) {
    opacity: 0.85;
  }

  .spollers-item:not(._active):hover {
    background-color: #FF9212;
    color: #fff;
  }

  .list-contacts__item a:hover {
    text-decoration: underline;
  }
}