.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v7-latin_cyrillic-regular.eot");
  src: local(""),
    url("../fonts/inter-v7-latin_cyrillic-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/inter-v7-latin_cyrillic-regular.woff2") format("woff2"),
    url("../fonts/inter-v7-latin_cyrillic-regular.woff") format("woff"),
    url("../fonts/inter-v7-latin_cyrillic-regular.ttf") format("truetype"),
    url("../fonts/inter-v7-latin_cyrillic-regular.svg#Inter") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v7-latin_cyrillic-500.eot");
  src: local(""),
    url("../fonts/inter-v7-latin_cyrillic-500.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/inter-v7-latin_cyrillic-500.woff2") format("woff2"),
    url("../fonts/inter-v7-latin_cyrillic-500.woff") format("woff"),
    url("../fonts/inter-v7-latin_cyrillic-500.ttf") format("truetype"),
    url("../fonts/inter-v7-latin_cyrillic-500.svg#Inter") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v7-latin_cyrillic-600.eot");
  src: local(""),
    url("../fonts/inter-v7-latin_cyrillic-600.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/inter-v7-latin_cyrillic-600.woff2") format("woff2"),
    url("../fonts/inter-v7-latin_cyrillic-600.woff") format("woff"),
    url("../fonts/inter-v7-latin_cyrillic-600.ttf") format("truetype"),
    url("../fonts/inter-v7-latin_cyrillic-600.svg#Inter") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v18-latin_cyrillic-600.eot");
  src: local(""),
    url("../fonts/montserrat-v18-latin_cyrillic-600.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-v18-latin_cyrillic-600.woff2") format("woff2"),
    url("../fonts/montserrat-v18-latin_cyrillic-600.woff") format("woff"),
    url("../fonts/montserrat-v18-latin_cyrillic-600.ttf") format("truetype"),
    url("../fonts/montserrat-v18-latin_cyrillic-600.svg#Montserrat")
      format("svg");
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul[class] {
  list-style: none;
}
img {
  max-width: 100%;
  height: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
  color: inherit;
}
html {
  font-size: 20px;
}
html,
body {
  height: 100%;
  font-family: "Inter", sans-serif;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  color: #000;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.container {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}
ul[class],
ol[class] {
  list-style: none;
}
a {
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
@media screen and (min-width: 769px) {
  a:hover {
    color: #f99639;
  }
}
.img-responsive {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}
.title,
h2 {
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 2.05rem;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .title,
  h2 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
p {
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.7rem;
    line-height: 1rem;
  }
}
h3 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.title::before {
  content: "";
  position: relative;
  width: 38px;
  height: 25px;
  margin-right: 16px;
  background: url(../images/icon/leaf.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
@media screen and (max-width: 768px) {
  .title::before {
    width: 27px;
    height: 18px;
    margin-right: 14px;
  }
}
.btn {
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 0.85rem;
  background: #4a208c;
  border-radius: 6px;
  max-width: 280px;
  width: 100%;
  height: 52px;
  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: none;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.btn.btn-orange {
  background-color: #f99639;
}
@media screen and (max-width: 768px) {
  .btn {
    height: 48px;
    max-width: 260px;
  }
}
.btn:hover {
  color: #fff;
  background-color: #371769;
}
.btn.btn-orange:hover {
  color: #fff;
  background-color: #d8781d;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
textarea {
  padding: 13px 20px;
  border: 1px solid #fff;
  margin-top: 26px;
  border-radius: 4px;
  color: #fff;
  background-color: transparent;
  width: 100%;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  textarea {
    margin-top: 18px;
    font-size: 0.7rem;
    padding: 12px;
  }
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]).error,
textarea.error {
  border: 1px solid #ed0c0c;
}
::-webkit-input-placeholder {
  color: #f99639;
  opacity: 1;
}
::-moz-placeholder {
  color: #f99639;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #f99639;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #f99639;
  opacity: 1;
}
::placeholder {
  color: #f99639;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #f99639;
}
::-ms-input-placeholder {
  color: #f99639;
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 46px;
  left: calc(50% + 638px);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media screen and (max-width: 1296px) {
  .slick-dots {
    left: inherit;
    right: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .slick-dots {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 28px;
  }
}
.slick-dots li {
  font-size: 0;
  cursor: pointer;
  padding: 5px;
}
.slick-dots .slick-active button {
  background: #4a208c;
}
.slick-dots button {
  border: none;
  height: 4px;
  width: 60px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .slick-dots button {
    height: 0;
    width: 0;
    opacity: 0;
    position: absolute;
    right: 200%;
  }
}
.slick-arrow {
  font-size: 0;
  background: none;
  border: none;
  position: absolute;
  bottom: 75px;
  width: 20px;
  height: 16px;
  background: url(../images/icon/arrow.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 50;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .slick-arrow {
    bottom: 28px;
  }
}
.slick-arrow:hover {
  background-image: url(../images/icon/arrowviolet.svg);
}
.slick-next {
  left: calc(50% + 633px);
  -webkit-transform: translateX(-100%) rotate(180deg);
  -ms-transform: translateX(-100%) rotate(180deg);
  transform: translateX(-100%) rotate(180deg);
}
@media screen and (max-width: 1296px) {
  .slick-next {
    left: inherit;
    right: 15px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.slick-next:hover {
  -webkit-transform: translateX(-100%) rotate(180deg);
  -ms-transform: translateX(-100%) rotate(180deg);
  transform: translateX(-100%) rotate(180deg);
}
@media screen and (max-width: 1296px) {
  .slick-next:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.slick-prev {
  left: calc(50% + 600px);
}
@media screen and (max-width: 1296px) {
  .slick-prev {
    left: inherit;
    right: 32px;
  }
}
.slick-prev:hover {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media screen and (max-width: 1296px) {
  .slick-prev:hover {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slick-pagination {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2rem;
  position: absolute;
  bottom: 70px;
  left: calc(50% + 555px);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media screen and (max-width: 1296px) {
  .slick-pagination {
    left: inherit;
    right: 93px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .slick-pagination {
    left: 15px;
    right: inherit;
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .slick-pagination {
    bottom: 23px;
  }
}
.slick-pagination span {
  color: #f99639;
}
.slick-slider.dark-mode .slick-arrow {
  background-image: url(../images/icon/arrowblack.svg);
}
.slick-slider.dark-mode .slick-arrow:hover {
  background-image: url(../images/icon/arrowviolet.svg);
}
.slick-slider.dark-mode .slick-dots button {
  background-color: #0b0613;
}
.slick-slider.dark-mode .slick-active button {
  background-color: #4a208c;
}
.slick-slider.dark-mode .slick-pagination {
  color: #0b0613;
}
.breadcrumb {
  margin: 27px 0 48px;
  font-size: 0.6rem;
  line-height: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 0.7rem;
    line-height: 0.85rem;
    overflow-x: auto;
    margin: 12px 0 30px;
  }
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li > span {
  color: #f99639;
}
.breadcrumb li:not(:first-child) {
  margin-left: 21px;
}
.breadcrumb li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  width: 4px;
  height: 7px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/icon/arrowleftblack2.svg) center no-repeat;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 0;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 26px 0 0;
  }
}
.pagination__arrow {
  width: 26px;
  height: 26px;
  background: url(../images/icon/arrowblack.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.pagination__arrow:hover {
  background-image: url(../images/icon/arrowviolet.svg);
}
.pagination__left {
  margin-right: 17px;
}
.pagination__right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 17px;
}
.pagination__item {
  padding: 7px;
  font-family: Montserrat;
  font-weight: 600;
}
.pagination__item.active {
  color: #f99639;
}
.dropdown {
  width: 100%;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  text-align: left;
  padding: 13px 20px;
  border: 1px solid #fff;
  margin-top: 24px;
  border-radius: 4px;
}
.dropdown.error {
  border-color: #ed0c0c;
}
.dropdown .select {
  cursor: pointer;
  display: block;
  color: #a1a8ae;
}
.dropdown .select .black {
  color: #000;
}
.dropdown .select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 7px;
  background: url(../images/icon/arrowdown.svg) center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dropdown.active .select::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.dropdown:hover {
  -webkit-box-shadow: 0 0 4px #ccc;
  box-shadow: 0 0 4px #ccc;
}
.dropdown:active {
  background-color: #f8f8f8;
}
.dropdown.active:hover,
.dropdown.active {
  -webkit-box-shadow: 0 0 4px #ccc;
  box-shadow: 0 0 4px #ccc;
  border-radius: 2px 2px 0 0;
  background-color: #f8f8f8;
}
.dropdown.active .select > i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: calc(100% + 2px);
  left: -1px;
  margin-top: 1px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 5px 10px #414040;
  border-radius: 0 0 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9;
  border: 1px solid #ccc;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.dropdown .dropdown-menu li {
  padding: 13px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.dropdown .dropdown-menu li + li {
  border-top: 1px solid #ccc;
}
.dropdown .dropdown-menu {
  padding: 0;
  list-style: none;
}
.dropdown .dropdown-menu li:hover {
  background-color: #f2f2f2;
}
.dropdown .dropdown-menu li:active {
  background-color: #e2e2e2;
}
.header {
  background-color: #0b0613;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 17px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #0b0613;
  z-index: 100;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__right,
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  height: 82px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    height: 42px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 108px;
    flex: 0 0 108px;
    margin: 10px 0;
  }
}
.header__nav {
  margin: 0 23px 0 46px;
}
@media screen and (max-width: 1000px) {
  .header__nav {
    margin: 0 11.5px 0 23px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__regist {
  margin: 0 23px;
}
@media screen and (max-width: 1000px) {
  .header__regist {
    margin: 0 11.5px;
  }
}
@media screen and (max-width: 768px) {
  .header__regist {
    display: none;
  }
}
.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .header__lang {
    display: none;
  }
}
.header__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__burger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__burger {
    display: block;
    margin-left: 20px;
  }
}
.nav-header__list {
  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 -23px;
}
@media screen and (max-width: 1000px) {
  .nav-header__list {
    margin: 0 -11.5px;
  }
}
.nav-header__item {
  margin: 0 23px;
}
@media screen and (max-width: 1000px) {
  .nav-header__item {
    margin: 0 11.5px;
  }
}
.regist-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.regist-header__list::before {
  content: "";
  position: relative;
  display: block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  background: url(../images/icon/user.svg) center no-repeat;
}
.regist-header__item {
  position: relative;
}
.regist-header__item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.regist-header__item:nth-child(2)::before {
  content: "/";
  position: relative;
  display: block;
  width: 6px;
  margin-right: 5px;
}
.regist-header__item + .regist-header__item {
  margin-left: 7px;
}
.lang-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lang-header__item {
  position: relative;
}
.lang-header__item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lang-header__item:nth-child(2)::before {
  content: "/";
  position: relative;
  display: block;
  width: 6px;
  margin-right: 5px;
}
.lang-header__item + .lang-header__item {
  margin-left: 7px;
}
.lang-header__link {
  color: #f99639;
}
.cart-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.cart-header__sum {
  margin-left: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .cart-header__sum {
    display: none;
  }
}
.cart-header__num {
  display: none;
}
@media screen and (max-width: 768px) {
  .cart-header__num {
    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: 0.5rem;
    line-height: 0.6rem;
    height: 16px;
    background-color: #4a208c;
    border-radius: 50%;
    padding: 0 2px;
    position: absolute;
    top: -25%;
    right: -25%;
  }
}
.burger-header__icon {
  width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.burger-header__icon span {
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  display: block;
}
.burger-header__icon span:nth-child(2) {
  margin: 5px 0;
}
.footer {
  color: #fff;
}
.footer__top {
  background: url(../images/img/contactbackground.jpg) center no-repeat;
  background-size: cover;
  padding: 60px 0 50px;
}
@media screen and (max-width: 768px) {
  .footer__top {
    background: url(../images/img/contactbackgroundmob.jpg) right 0 center
      no-repeat;
    background-size: cover;
    padding: 40px 0;
  }
}
.footer__contacts {
  max-width: 475px;
}
.footer__middle,
.footer__bottom {
  background-color: #0b0613;
}
.footer__middle {
  padding: 17px 0;
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .footer__middle {
    padding: 14px 0 20px;
  }
  .footer__middle .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__logo {
  height: 82px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    height: 45px;
    width: 117px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
  }
}
.footer__bottom {
  border-top: 1px solid #fff;
  padding: 14px 0;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    padding: 14px 0 19px;
  }
  .footer__bottom a {
    width: 85px;
    height: 18px;
    display: block;
  }
}
.footer__bottom div:first-child {
  font-size: 0.7rem;
  line-height: 0.85rem;
}
@media screen and (max-width: 768px) {
  .footer__bottom div:first-child {
    font-size: 0.55rem;
    line-height: 0.65rem;
  }
  .footer__bottom div:first-child span {
    display: none;
  }
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts-footer__text {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.2rem;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .contacts-footer__text {
    font-size: 0.7rem;
    line-height: 1.1rem;
    margin-top: 20px;
  }
}
.contacts-footer__list {
  margin-top: 22px;
}
.contacts-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts-footer__item + .contacts-footer__item {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .contacts-footer__item + .contacts-footer__item {
    margin-top: 18px;
  }
}
.contacts-footer__item img {
  height: 44px;
  width: 44px;
  margin-right: 23px;
}
@media screen and (max-width: 768px) {
  .contacts-footer__item img {
    height: 22px;
    width: 22px;
    margin-right: 12px;
  }
}
.contacts-footer__item span {
  font-size: 0.8rem;
  line-height: 0.95rem;
}
@media screen and (max-width: 768px) {
  .contacts-footer__item span {
    font-size: 0.7rem;
    line-height: 0.85rem;
  }
}
.socials-footer__text {
  color: #f99639;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .socials-footer__text {
    font-size: 0.7rem;
    line-height: 1.1rem;
    margin: 20px 0 11px;
  }
}
.socials-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials-footer__item {
  width: 40px;
  height: 40px;
}
.socials-footer__item + .socials-footer__item {
  margin-left: 12px;
}
.main {
  padding-top: 82px;
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 62px;
  }
}
.intro {
  background-color: #0b0613;
  color: #fff;
  position: relative;
}
.intro__slide {
  width: 100%;
  position: relative;
}
.intro__slide img {
  margin: 0;
}
.slide-intro__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slide-intro__content .container {
  height: 100%;
}
.slide-intro__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .slide-intro__wrapper {
    padding-bottom: 0;
  }
}
.slide-intro__wrapper::after {
  content: "18+";
  position: absolute;
  right: 0;
  top: 40px;
  width: 100px;
  height: 100px;
  background-color: #4a208c;
  border-radius: 50%;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.95rem;
  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;
}
@media screen and (max-width: 768px) {
  .slide-intro__wrapper::after {
    width: 60px;
    height: 60px;
    top: 15px;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.slide-intro__text {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin-bottom: 36px;
  max-width: 435px;
}
@media screen and (max-width: 768px) {
  .slide-intro__text {
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-intro__link {
    margin: 0 auto;
  }
}
.flavors {
  padding: 93px 0 55px;
}
@media screen and (max-width: 768px) {
  .flavors {
    padding: 50px 0;
  }
}
.flavors__content {
  position: relative;
}
.flavors__slider {
  margin: 22px -6px 0;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .flavors__slider {
    padding-bottom: 30px;
    overflow-x: hidden;
  }
}
.flavors .slick-slide {
  padding: 0 6px;
}
.flavors .slick-slide img {
  width: 100%;
}
.flavors .slick-dots {
  bottom: 0;
}
@media screen and (max-width: 1296px) {
  .flavors .slick-dots {
    right: 0;
  }
}
.flavors .slick-arrow {
  bottom: 28px;
}
@media screen and (max-width: 768px) {
  .flavors .slick-arrow {
    bottom: 0;
  }
}
@media screen and (max-width: 1296px) {
  .flavors .slick-prev {
    right: 21px;
  }
}
@media screen and (max-width: 1296px) {
  .flavors .slick-next {
    right: 5px;
  }
}
.flavors .slick-pagination {
  bottom: 23px;
}
@media screen and (max-width: 1296px) {
  .flavors .slick-pagination {
    right: 77px;
  }
}
@media screen and (max-width: 768px) {
  .flavors .slick-pagination {
    bottom: -3px;
    left: 0;
  }
}
.slide-flavors__content {
  padding: 11% 9px 11% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.slide-flavors__link {
  position: relative;
  display: block;
}
.slide-flavors__link h3 {
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.slide-flavors__link:hover h3 {
  color: #f99639;
}
.about-us {
  background: url(../images/img/aboutus/background.jpg) center no-repeat;
  background-size: cover;
  padding: 88px 0 60px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-us {
    background-image: url(../images/img/aboutus/backgroundmob.jpg);
    padding: 40px 0 80px;
  }
}
.about-us__content {
  display: -ms-grid;
  display: grid;
  grid-gap: 50px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
}
@media screen and (max-width: 768px) {
  .about-us__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.about-us__text p {
  margin: 32px 0 44px;
  max-width: 585px;
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
@media screen and (max-width: 768px) {
  .about-us__text p {
    margin: 0 0 34px;
  }
}
.about-us__img {
  position: relative;
  margin-top: -62px;
}
@media screen and (max-width: 768px) {
  .about-us__img {
    margin: 40px 56px 0 62px;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.about-us__img-wrapper {
  width: 565px;
  height: 565px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1296px) {
  .about-us__img-wrapper {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1296px) {
  .about-us__img-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.about-us__img::before {
  content: "";
  position: absolute;
  width: 433px;
  height: 496px;
  background: url(../images/img/aboutus/semicircle.svg) center no-repeat;
  background-size: contain;
  top: -30px;
  left: -30px;
}
@media screen and (max-width: 1296px) {
  .about-us__img::before {
    width: 75%;
    height: 75%;
    top: 50%;
    left: -5%;
    -webkit-transform: translateY(-63%);
    -ms-transform: translateY(-63%);
    transform: translateY(-63%);
  }
}
@media screen and (max-width: 1200px) {
  .about-us__img::before {
    -webkit-transform: translateY(-62%);
    -ms-transform: translateY(-62%);
    transform: translateY(-62%);
  }
}
@media screen and (max-width: 1100px) {
  .about-us__img::before {
    -webkit-transform: translateY(-61%);
    -ms-transform: translateY(-61%);
    transform: translateY(-61%);
  }
}
@media screen and (max-width: 1000px) {
  .about-us__img::before {
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
  }
}
@media screen and (max-width: 900px) {
  .about-us__img::before {
    -webkit-transform: translateY(-59%);
    -ms-transform: translateY(-59%);
    transform: translateY(-59%);
  }
}
@media screen and (max-width: 800px) {
  .about-us__img::before {
    -webkit-transform: translateY(-58%);
    -ms-transform: translateY(-58%);
    transform: translateY(-58%);
  }
}
@media screen and (max-width: 768px) {
  .about-us__img::before {
    -webkit-transform: translateY(-63%);
    -ms-transform: translateY(-63%);
    transform: translateY(-63%);
    height: 90%;
  }
}
.about-us__advantages {
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-us__advantages .slick-pagination {
    left: 0;
    bottom: -44px;
  }
}
.advantages__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (105px) [3];
  grid-template-columns: repeat(3, 105px);
  grid-gap: 47px 50px;
}
@media screen and (max-width: 768px) {
  .advantages__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    position: relative;
  }
  .advantages__list .slick-arrow {
    bottom: -44px;
  }
  .advantages__list .slick-next {
    right: 0;
  }
  .advantages__list .slick-prev {
    right: 17px;
  }
}
.advantages__item {
  max-width: 105px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  margin: 0 auto;
}
.advantages__icon {
  border-radius: 50%;
  border: 4px solid rgba(74, 32, 140, 0.5);
}
@media screen and (max-width: 768px) {
  .advantages__icon {
    width: 85px;
    margin: 0 auto;
  }
}
.advantages__icon div {
  background-color: #4a208c;
  height: 78px;
  width: 78px;
  padding: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantages__text {
  text-align: center;
  margin-top: 14px;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  .advantages__text {
    font-size: 0.7rem;
    line-height: 1.1rem;
  }
}
.reviews {
  padding: 83px 0 88px;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .reviews {
    padding: 50px 0;
  }
}
.reviews__tab {
  margin-top: 40px;
}
.reviews__slider {
  margin: 22px -6px 0;
  padding-bottom: 82px;
}
.reviews .slick-slide {
  padding: 0 6px;
}
.reviews .slick-dots {
  bottom: 0;
}
@media screen and (max-width: 1296px) {
  .reviews .slick-dots {
    right: 0;
  }
}
.reviews .slick-arrow {
  bottom: 28px;
}
@media screen and (max-width: 1296px) {
  .reviews .slick-prev {
    right: 27px;
  }
}
@media screen and (max-width: 1296px) {
  .reviews .slick-next {
    right: 10px;
  }
}
.reviews .slick-pagination {
  bottom: 22px;
}
@media screen and (max-width: 1296px) {
  .reviews .slick-pagination {
    right: 77px;
  }
}
@media screen and (max-width: 768px) {
  .reviews .slick-pagination {
    right: inherit;
    left: 0;
  }
}
.tab-reviews__header {
  height: 64px;
}
@media screen and (max-width: 768px) {
  .tab-reviews__header {
    height: 40px;
  }
}
.tab-reviews__header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-reviews__header-list > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.tab-reviews__header-list > * .reviews__header {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 52px;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.35rem;
  background-color: #0b0613;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tab-reviews__header-list > * .reviews__header {
    font-size: 0.7rem;
    line-height: 0.85rem;
    padding: 12px 25px;
  }
}
.tab-reviews__header-list > * .reviews__header.active {
  background-color: #4a208c;
}
.tab-reviews__body {
  margin-top: 20px;
  overflow: hidden;
}
.tab-reviews__body-wrapper {
  display: none;
}
.tab-reviews__body-wrapper.active {
  display: block;
}
.video__btn {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/icon/play.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .video__btn {
    width: 60px;
    height: 60px;
  }
}
.video__text {
  position: absolute;
  width: 100%;
  height: 80px;
  padding: 0 13px 35px 30px;
  color: #fff;
  bottom: 0;
  right: 0;
  left: 0;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
@media screen and (max-width: 768px) {
  .video__text {
    padding: 0 13px 13px;
    font-size: 0.7rem;
    line-height: 0.9rem;
    height: 52px;
  }
}
.video__text span {
  max-height: 44px;
  overflow-y: hidden;
  display: block;
}
.video-reviews,
.letter-reviews {
  position: relative;
}
.video-reviews .slick-slide,
.letter-reviews .slick-slide {
  position: relative;
}
.video-reviews .slick-slide video,
.letter-reviews .slick-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.letter-reviews .reviews__slide {
  border: 1px solid #e8e8e8;
  border-top: 3px solid #4a208c;
  padding: 16px 30px 72px;
  background: url(../images/img/leaf.png) bottom left no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .letter-reviews .reviews__slide {
    padding: 24px 14px 40px;
  }
}
.letter-reviews img {
  width: 120px;
  height: 120px;
  border: 3px solid #f99639;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .letter-reviews img {
    width: 90px;
    height: 90px;
  }
}
.letter-reviews .review__author {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .letter-reviews .review__author {
    font-size: 0.8rem;
    line-height: 0.95rem;
  }
}
.letter-reviews .review__text {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .letter-reviews .review__text {
    font-size: 0.7rem;
    line-height: 1.1rem;
    margin-top: 12px;
  }
}
.letter-reviews .review__date {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-top: 20px;
  text-align: right;
  color: #a3a0a7;
}
@media screen and (max-width: 768px) {
  .letter-reviews .review__date {
    font-size: 0.7rem;
    margin-top: 4px;
  }
}
.video-reviews__header {
  position: relative;
}
.video-reviews__header::before {
  content: "";
  position: relative;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  background: url(../images/icon/video.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .video-reviews__header::before {
    width: 15px;
    height: 15px;
    margin-right: 12px;
  }
}
.video-reviews__header.active::after {
  content: "";
  position: absolute;
  height: 62px;
  width: 62px;
  background-color: #4a208c;
  top: 1px;
  right: -32px;
  z-index: 50;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .video-reviews__header.active::after {
    height: 40px;
    width: 40px;
    right: -20px;
  }
}
.letter-reviews__header {
  position: relative;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
.letter-reviews__header::before {
  content: "";
  position: relative;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  background: url(../images/icon/reviews.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .letter-reviews__header::before {
    width: 15px;
    height: 15px;
    margin-right: 12px;
  }
}
.events {
  background: url(../images/img/events/backgroundivent.jpg) center no-repeat;
  background-size: cover;
  padding: 60px 0 0;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .events {
    background-image: url(../images/img/events/backgroundiventmob.jpg);
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .events .slick-pagination {
    bottom: 39px;
  }
}
.events__slider {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .events__slider .slick-arrow {
    bottom: 0;
  }
}
.events__slide {
  margin: 30px 0 50px;
}
.slide-events__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slide-events__img-wrapper {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1296px) {
  .slide-events__img-wrapper {
    width: 213px;
    height: 213px;
  }
}
.slide-events__img-wrapper img {
  position: relative;
  z-index: 2;
}
.slide-events__img::before {
  content: "";
  position: absolute;
  width: 642px;
  height: 483px;
  background: url(../images/img/events/decorivent.png) center no-repeat;
  background-size: contain;
  top: -25px;
  left: -65%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 1;
}
@media screen and (max-width: 1296px) {
  .slide-events__img::before {
    width: 350px;
    height: 264px;
    left: 50%;
    top: -15px;
    -webkit-transform: translateX(-52%);
    -ms-transform: translateX(-52%);
    transform: translateX(-52%);
  }
}
.slide-events__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.4fr 1.5fr;
  grid-template-columns: 1.4fr 1.5fr;
  grid-gap: 80px;
}
@media screen and (max-width: 1296px) {
  .slide-events__wrapper {
    grid-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .slide-events__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.slide-events__title {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.35rem;
  color: #f99639;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .slide-events__title {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
.slide-events__date {
  font-size: 0.8rem;
  line-height: 0.95rem;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .slide-events__date {
    font-size: 0.7rem;
    line-height: 0.85rem;
    margin-top: 12px;
  }
}
.slide-events__text {
  margin-top: 14px;
  line-height: 1.2rem;
}
@media screen and (max-width: 768px) {
  .slide-events__text {
    font-size: 0.7rem;
    line-height: 1.1rem;
    margin-top: 16px;
  }
}
.slide-events__btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .slide-events__btn {
    margin: 28px auto;
  }
}
.questions {
  padding: 120px 0 100px;
}
@media screen and (max-width: 768px) {
  .questions {
    padding: 50px 0;
  }
}
.questions__accordion {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 23px;
}
@media screen and (max-width: 768px) {
  .questions__accordion {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 16px;
    margin-top: 30px;
  }
}
.accordion__item.active .accordion__header::after {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.accordion__item + .accordion__item {
  margin-top: 20px;
}
.accordion__header {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1rem;
  padding: 14px 20px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .accordion__header {
    font-size: 14px;
    line-height: 17px;
    padding: 12px 14px;
  }
}
.accordion__header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 12px;
  background: url(../images/icon/arrowdown.svg) center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .accordion__header::after {
    width: 10px;
    height: 6px;
  }
}
.accordion__body {
  padding: 12px 20px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}
@media screen and (max-width: 768px) {
  .accordion__body {
    padding: 12px 14px;
  }
}
.contact-us {
  background: url(../images/img/contact-us/cont.jpg) left center no-repeat;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-us {
    background-image: url(../images/img/contact-us/contmob.jpg);
    padding: 40px 0;
  }
  .contact-us h2 {
    text-align: center;
    display: block;
  }
}
.contact-us__title::before {
  display: none;
}
.contact-us__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.contact-us__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 12px);
  flex: 0 0 calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .contact-us__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.contact-us form {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 1296px) {
  .contact-us form {
    margin: 0 auto;
  }
}
.contact-us__text {
  margin-top: 29px;
  max-width: 435px;
  width: 100%;
  line-height: 1.2rem;
}
@media screen and (max-width: 768px) {
  .contact-us__text {
    margin: 20px 10px 0;
    text-align: center;
  }
}
.contact-us__text-agree {
  font-size: 0.7rem;
  margin-top: 10px;
  max-width: 410px;
  line-height: 1.1rem;
}
@media screen and (max-width: 768px) {
  .contact-us__text-agree {
    display: none;
  }
}
.contact-us__text-error {
  font-size: 0.7rem;
  margin-top: 7px;
  color: #ed0c0c;
  opacity: 0;
}
.contact-us__btn {
  margin: 25px 0 0;
}
.seo {
  padding: 100px 0 70px;
  background: url(../images/img/leaf2.png) right calc(50% - 586px) bottom 94px
    no-repeat;
  background-size: 153px 105px;
}
@media screen and (max-width: 768px) {
  .seo {
    padding: 50px 0 70px;
    background: url(../images/img/leaf2.png) right 15px bottom 54px no-repeat;
    background-size: 60px 37px;
  }
}
.seo__title::before {
  display: none;
}
.seo__text {
  margin-top: 22px;
  padding-right: 130px;
  line-height: 1.2rem;
}
@media screen and (max-width: 768px) {
  .seo__text {
    padding-right: 0;
  }
}
.seo__text p + p {
  margin-top: 20px;
}
.seo__btn {
  width: 42px;
  height: 23px;
  background: url(../images/icon/arrowdown.svg) center no-repeat;
  background-size: contain;
  margin: 43px auto 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .seo__btn {
    width: 17px;
    height: 9px;
    margin: 20px auto 0;
  }
}
.seo__wrapper.hidden .seo__text {
  height: 165px;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .seo__wrapper.hidden .seo__text {
    height: 60px;
  }
}
.seo__wrapper.hidden .seo__btn {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.catalog__title {
  font-size: 1.7rem;
  line-height: 2.05rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .catalog__title {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.catalog__title ::before {
  width: 38px;
  height: 26px;
}
.catalog__wrapper {
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .catalog__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 27px;
  }
}
.catalog__aside {
  max-width: 215px;
  width: 100%;
  padding: 0 22px;
  position: relative;
  background: url(../images/img/catalog/logobasic.png) right 38px top 126px
    no-repeat;
  background-size: 57px 446px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 215px;
  flex: 0 0 215px;
}
@media screen and (max-width: 768px) {
  .catalog__aside {
    background: none;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 0 0 22px;
  }
}
.catalog__aside::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 572px;
  right: -2px;
  top: 32px;
  background: #4a208c;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .catalog__aside::after {
    display: none;
  }
}
.catalog__content {
  padding-left: 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .catalog__content {
    padding-left: 0;
    margin-top: 5px;
  }
}
.aside-catalog__title {
  text-transform: uppercase;
  color: #f99639;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2rem;
}
@media screen and (max-width: 768px) {
  .aside-catalog__title {
    font-size: 0.8rem;
    line-height: 0.95rem;
    margin-left: -23px;
  }
}
.aside-catalog__filter {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .aside-catalog__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 14px;
  }
}
.filter-catalog__item {
  font-size: 0.9rem;
  line-height: 1.1rem;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 18px;
  display: block;
}
.filter-catalog__item input[type="radio"] + span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  cursor: pointer;
}
.filter-catalog__item input[type="radio"] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -21px;
  width: 10px;
  height: 16px;
  background: url(../images/img/catalog/semicirclesol.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: scale(0) translateY(-50%);
  -ms-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
}
.filter-catalog__item input[type="radio"]:checked + span::before {
  -webkit-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}
.product-card__item {
  border-right: 3px solid rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product-card__item {
    border-left: 3px solid rgba(0, 0, 0, 0.1);
  }
}
.product-card__item::before,
.product-card__item::after {
  content: "";
  position: absolute;
  height: 3px;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-card__item::before {
  top: 0;
  width: 95px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media screen and (max-width: 768px) {
  .product-card__item::before {
    width: 50px;
  }
}
.product-card__item::after {
  bottom: 0;
  width: 305px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media screen and (max-width: 768px) {
  .product-card__item::after {
    width: 80px;
  }
}
.product-card__item:hover {
  border-color: #4a208c;
}
.product-card__item:hover::before,
.product-card__item:hover::after {
  background: #4a208c;
}
.product-card__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 35px 35px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .product-card__item-wrapper {
    padding: 20px 17px 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .product-card__item-wrapper::before,
  .product-card__item-wrapper::after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .product-card__item-wrapper::before {
    top: 0;
    width: 50px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .product-card__item-wrapper::after {
    bottom: 0;
    width: 80px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.product-card__img {
  width: 200px;
  height: 200px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}
@media screen and (max-width: 1000px) {
  .product-card__img {
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .product-card__img {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 0;
  }
}
.product-card__item + .product-card__item {
  margin-top: 10px;
}
.product-card__title {
  font-size: 0.9rem;
  line-height: 1.1rem;
  text-transform: uppercase;
  color: #4a208c;
}
@media screen and (max-width: 768px) {
  .product-card__title {
    font-size: 0.8rem;
    line-height: 0.95rem;
    margin-top: 24px;
  }
}
.product-card__form,
.product-card__description {
  font-size: 0.8rem;
  line-height: 0.95rem;
}
.product-card__form {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .product-card__form {
    position: absolute;
    font-size: 0.7rem;
    line-height: 0.85rem;
    right: 0;
    bottom: -34px;
  }
}
.product-card__description {
  margin-top: 15px;
  max-height: 100px;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .product-card__description {
    max-height: 54px;
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-top: 11px;
  }
}
.product-card__description-wrapper {
  margin-right: 90px;
  max-width: 505px;
}
@media screen and (max-width: 768px) {
  .product-card__description-wrapper {
    margin-right: 0;
    max-width: 100%;
    position: relative;
  }
}
.product-card__btns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 125px;
  flex: 0 0 125px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .product-card__btns {
    margin-top: 7px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (46px) [2] 1px;
    grid-template-rows: repeat(2, 46px) 1px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    grid-gap: 0 23px;
  }
}
.product-card__price {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.35rem;
  color: #fff;
  background: #0b0613;
  border-radius: 4px;
  width: 100%;
  height: 60px;
  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;
}
@media screen and (max-width: 768px) {
  .product-card__price {
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 0 8px;
    height: 38px;
    width: 100px;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}
.product-card__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px -10px 45px;
}
@media screen and (max-width: 768px) {
  .product-card__qty {
    margin: 0 0 0 -10px;
  }
}
.product-card__qty-minus,
.product-card__qty-plus {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.product-card__qty-minus img,
.product-card__qty-plus img {
  width: 14px;
  object-fit: contain;
  height: 14px;
}
.product-card__qty input.product-card__qty-input[type="number"] {
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 0;
  color: #000;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .product-card__qty input.product-card__qty-input[type="number"] {
    width: 38px;
    height: 38px;
  }
}
.product-card__qty ::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.product-card__qty ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.product-card__qty :-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.product-card__qty ::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.product-card__qty ::placeholder {
  color: #000;
  opacity: 1;
}
.product-card__qty :-ms-input-placeholder {
  color: #000;
}
.product-card__qty ::-ms-input-placeholder {
  color: #000;
}
.product-card__qty input::-webkit-outer-spin-button,
.product-card__qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-card__qty input[type="number"] {
  -moz-appearance: textfield;
}
.product-card__qty input[type="number"]:hover,
.product-card__qty input[type="number"]:focus {
  -moz-appearance: number-input;
}
.subscribe {
  margin: 72px 0 60px;
  background: url(../images/img/catalog/signbackground.jpg) left center
    no-repeat;
  background-size: cover;
  padding: 60px 0 33px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .subscribe {
    background-image: url(../images/img/catalog/signbackground-mob.jpg);
    padding: 40px 0;
    margin: 48px 0 55px;
  }
}
.subscribe__title,
.subscribe__text {
  text-align: center;
  display: block;
}
.subscribe__title::before {
  display: none;
}
.subscribe__title {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.55rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .subscribe__title {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.subscribe__text {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .subscribe__text {
    margin: 23px 20px;
  }
}
.subscribe__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3] 280px;
  grid-template-columns: repeat(3, 1fr) 280px;
  grid-gap: 20px;
  margin: 24px 0 5px;
}
@media screen and (max-width: 768px) {
  .subscribe__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 31px 0 5px;
  }
}
.subscribe__row
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  margin: 0;
}
.subscribe__text-error {
  font-size: 0.7rem;
  line-height: 1.2rem;
  color: #ed0c0c;
  text-align: center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .subscribe__text-error {
    position: relative;
    top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .subscribe__btn {
    margin: 20px auto -30px;
  }
}
.product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .product__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    gap: 35px;
  }
}
.product__content {
  background: url(../images/img/leaf2.png) right bottom 30px no-repeat;
  background-size: 153px 105px;
  padding-bottom: 100px;
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  .product__content {
    background: none;
    padding-bottom: 0;
    padding-top: 14px;
  }
}
.product__img {
  max-width: 536px;
  width: 100%;
  background: url(../images/img/leafbackground.png) center no-repeat;
  background-size: contain;
  margin: 34px 10px;
}
@media screen and (max-width: 768px) {
  .product__img {
    margin: 7px 0 0;
    padding: 0 30px;
  }
}
.product__img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.product__title::before {
  display: none;
}
.product__strength {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8rem;
  line-height: 0.95rem;
}
@media screen and (max-width: 768px) {
  .product__strength {
    font-size: 0.7rem;
    line-height: 0.85rem;
    margin-top: 17px;
  }
}
.product__price {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
@media screen and (max-width: 768px) {
  .product__price {
    font-size: 1.1rem;
    line-height: 1.35rem;
  }
}
.product__back {
  margin: 38px auto 0;
}
@media screen and (max-width: 768px) {
  .product__back {
    margin: 30px auto 0;
  }
}
.product__row {
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .product__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;
  }
}
.product__qty {
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .product__qty {
    margin-top: 0;
  }
}
.product__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -25px -10px 15px;
}
@media screen and (max-width: 768px) {
  .product__btns {
    -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;
    margin: 23px -10px 15px;
  }
}
.product__btns button {
  margin: 10px;
}
.product__description {
  margin-top: 18px;
  max-width: 600px;
  line-height: 1.2rem;
}
@media screen and (max-width: 768px) {
  .product__description {
    margin-top: 29px;
    line-height: 1.3rem;
  }
}
.strength-product__select-value {
  font-size: 0.8rem;
  line-height: 0.95rem;
  color: #4a208c;
  margin-left: 12px;
  font-weight: bold;
}
.strength-product__select-box {
  margin-left: 12px;
}
.strength-product__scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.strength-product__scale-item + .strength-product__scale-item {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .strength-product__scale-item + .strength-product__scale-item {
    margin-left: 6px;
  }
}
.strength-product__scale-item {
  width: 23.82px;
  height: 11.63px;
  border: 1px solid #e8e8e8;
  border-radius: 1px;
  background-color: #fff;
  display: block;
}
@media screen and (max-width: 768px) {
  .strength-product__scale-item {
    width: 20px;
    height: 11px;
  }
}
.strength-product__scale-item.active {
  background-color: #cdb3f2;
  border: none;
}
.strength-product__scale-item.active-half {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1%, #cdb3f2),
    color-stop(55%, #cdb3f2),
    color-stop(55%, #fff),
    to(#fff)
  );
  background: -o-linear-gradient(
    left,
    #cdb3f2 1%,
    #cdb3f2 55%,
    #fff 55%,
    #fff 100%
  );
  background: linear-gradient(
    to right,
    #cdb3f2 1%,
    #cdb3f2 55%,
    #fff 55%,
    #fff 100%
  );
}
.order__table {
  width: 100%;
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .order__table {
    margin-top: 10px;
  }
}
.table-order__row {
  display: -ms-grid;
  display: grid;
  padding-left: 33px;
  border-bottom: 1px solid #e5e5e5;
  -ms-grid-columns: 100px 1.5fr (1fr) [3] 100px;
  grid-template-columns: 100px 1.5fr repeat(3, 1fr) 100px;
  grid-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .table-order__row {
    grid-gap: 20px;
    -ms-grid-columns: 100px 1fr (120px) [3] 50px;
    grid-template-columns: 100px 1fr repeat(3, 120px) 50px;
    padding-left: 0;
  }
}
.table-order__row div:nth-child(5) {
  text-align: right;
}
.table-order__row div:nth-child(3),
.table-order__row div:nth-child(4),
.table-order__row div:nth-child(5) {
  white-space: nowrap;
}
.table-order__head {
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 0.95rem;
  text-transform: uppercase;
}
.table-order__head .table-order__row {
  padding-bottom: 13px;
}
.table-order__body .table-order__row {
  padding: 24px 0 24px 33px;
}
.table-order__footer {
  margin-top: 20px;
}
.table-order__footer .table-order__row {
  border: none;
  padding: 7px 0 7px 20px;
}
.table-order__footer .table-order__row:last-child {
  font-weight: 600;
}
.table-order__img {
  width: 100px;
  height: 100px;
  display: block;
}
.table-order__title {
  padding-top: 10px;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 0.95rem;
  text-transform: uppercase;
  vertical-align: top;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
.table-order__qty.product-card__qty {
  margin: 0;
}
.table-order__cansel {
  width: 37px;
  height: 36px;
  background: url(../images/icon/shoppingbasket2grey.svg) center center
    no-repeat;
  background-size: contain;
  cursor: pointer;
  margin: 0 auto;
}
.table-order__cansel:hover {
  background-image: url(../images/icon/shoppingbasket2.svg);
}
@media screen and (max-width: 768px) {
  .table-order__title {
    font-size: 0.65rem;
    line-height: 0.8rem;
  }
  .table-order__head .table-order__row > div,
  .table-order__body .table-order__row > div:nth-child(3),
  .table-order__body .table-order__row > div:nth-child(5),
  .table-order__footer .table-order__row > div:nth-child(1),
  .table-order__footer .table-order__row > div:nth-child(2),
  .table-order__footer .table-order__row > div:nth-child(3),
  .table-order__footer .table-order__row > div:nth-child(6) {
    display: none;
  }
  .table-order__body .table-order__row {
    -ms-grid-rows: (1fr) [2];
    grid-template-rows: repeat(2, 1fr);
    -ms-grid-columns: 100px 1fr 50px;
    grid-template-columns: 100px 1fr 50px;
  }
  .table-order__footer {
    margin-top: 0;
  }
  .table-order__footer .table-order__row {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    padding: 7px 0;
  }
  .table-order__footer .table-order__row:nth-child(1),
  .table-order__footer .table-order__row:nth-child(2) {
    font-size: 0.7rem;
    line-height: 0.85rem;
  }
  .table-order__img,
  .table-order__cansel-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
  .table-order__img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
  .table-order__cansel-wrapper {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
  }
  .table-order__qty {
    margin-left: -10px;
  }
}
@media screen and (max-width: 500px) {
  .table-order__body .table-order__row {
    -ms-grid-columns: 80px 1fr 30px;
    grid-template-columns: 80px 1fr 30px;
    grid-gap: 5px 14px;
    padding: 13px 0;
  }
  .table-order__cansel {
    width: 18px;
    height: 18px;
  }
  .table-order__img {
    width: 80px;
    height: 80px;
  }
}
.identity {
  margin: 86px 0 90px;
  background: url(../images/img/cartbackground.jpg) center no-repeat;
  background-size: cover;
  padding: 60px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .identity {
    background-image: url(../images/img/cartbackgroundmob.jpg);
    margin: 46px -10px 55px;
    padding: 30px;
  }
}
.identity__choose-form {
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .identity__choose-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.8rem;
  }
}
.identity__choose-form > span {
  font-family: "Montserrat";
  font-weight: 600;
  color: #f99639;
}
@media screen and (max-width: 768px) {
  .identity__choose-form > span {
    width: 100%;
    margin-bottom: 20px;
  }
}
.identity__label {
  position: relative;
  margin-left: 23px;
}
@media screen and (max-width: 768px) {
  .identity__label {
    margin-left: 0;
  }
  .identity__label + .identity__label {
    margin-left: 34px;
  }
}
.identity__label input[type="radio"] + span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  cursor: pointer;
}
.identity__label input[type="radio"] + span::before {
  content: "";
  position: relative;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 12px;
}
.identity__label input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #4a208c;
  border-radius: 50%;
}
.identity__input-content {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 36px;
}
@media screen and (max-width: 768px) {
  .identity__input-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 4px;
    grid-gap: 0;
  }
}
.identity__input-content
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.identity__input-content textarea,
.identity__input-content .dropdown {
  background-color: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #000;
}
.identity__input-content textarea {
  resize: none;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .identity__input-content textarea {
    height: 65px;
  }
}
.identity__input-content ::-webkit-input-placeholder {
  color: #a1a8ae;
  opacity: 1;
}
.identity__input-content ::-moz-placeholder {
  color: #a1a8ae;
  opacity: 1;
}
.identity__input-content :-ms-input-placeholder {
  color: #a1a8ae;
  opacity: 1;
}
.identity__input-content ::-ms-input-placeholder {
  color: #a1a8ae;
  opacity: 1;
}
.identity__input-content ::placeholder {
  color: #a1a8ae;
  opacity: 1;
}
.identity__input-content :-ms-input-placeholder {
  color: #a1a8ae;
}
.identity__input-content ::-ms-input-placeholder {
  color: #a1a8ae;
}
.identity__btn {
  margin: 7px auto 0;
}
@media screen and (max-width: 768px) {
  .identity__btn {
    margin: 7px auto 0;
  }
}
.identity__text-error {
  font-size: 0.7rem;
  margin-top: 7px;
  color: #ed0c0c;
  opacity: 0;
}
.success {
  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;
  height: 100%;
}
.success__title {
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 2.05rem;
  text-transform: uppercase;
  color: #f99639;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .success__title {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.success__text {
  max-width: 720px;
  margin: 45px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .success__text {
    margin: 20px auto 0;
    text-align: left;
  }
}
.success__text span {
  color: #4a208c;
  font-weight: bold;
}
.success__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 77px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 55px;
}
@media screen and (max-width: 1000px) {
  .success__order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 37px;
  }
}
@media screen and (max-width: 768px) {
  .success__order {
    margin-top: 30px;
    gap: 22px;
  }
}
.order-success__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order-success__icon {
  border-radius: 50%;
  border: 4px solid rgba(74, 32, 140, 0.5);
  width: 96px;
  height: 96px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .order-success__icon {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(74, 32, 140, 0.5);
  }
}
.order-success__text {
  text-align: left;
  font-size: 0.8rem;
  line-height: 0.95rem;
}
@media screen and (max-width: 768px) {
  .order-success__text {
    font-size: 0.7rem;
    line-height: 0.85rem;
  }
}
.form {
  padding-right: 62px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
@media screen and (max-width: 1000px) {
  .form {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .form {
    padding-right: 0;
  }
}
.form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 95px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .form__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 55px;
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
.form__title {
  color: #f99639;
  font-size: 1.3rem;
  line-height: 1.55rem;
}
@media screen and (max-width: 768px) {
  .form__title {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.form__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.55rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .form__title-wrapper {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.form__title-wrapper span {
  margin: 0 15px;
}
.form__link {
  color: #cdcdcd;
}
.form__inputs {
  margin-top: 15px;
}
@media screen and (max-screen: 768px) {
  .form__inputs {
    margin-top: 9px;
  }
}
.form__inputs
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  background-color: #fff;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #000;
  border: 1px solid #e5e5e5;
}
.form__inputs
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]).error {
  border-color: #ed0c0c;
}
.form__inputs ::-webkit-input-placeholder {
  color: #a1a8ae;
  opacity: 1;
}
.form__inputs ::-moz-placeholder {
  color: #a1a8ae;
  opacity: 1;
}
.form__inputs :-ms-input-placeholder {
  color: #a1a8ae;
  opacity: 1;
}
.form__inputs ::-ms-input-placeholder {
  color: #a1a8ae;
  opacity: 1;
}
.form__inputs ::placeholder {
  color: #a1a8ae;
  opacity: 1;
}
.form__inputs :-ms-input-placeholder {
  color: #a1a8ae;
}
.form__inputs ::-ms-input-placeholder {
  color: #a1a8ae;
}
.form__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.form__col .form__title {
  font-size: 1.7rem;
  line-height: 2.05rem;
}
@media screen and (max-width: 768px) {
  .form__col .form__title {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.form__btn {
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .form__btn {
    margin: 10px auto 0;
  }
}
.form__text-error {
  font-size: 0.7rem;
  line-height: 1.2rem;
  color: #ed0c0c;
  text-align: center;
  opacity: 0;
}
.form__col {
  padding: 85px 53px;
  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;
  background: #000 url(../images/img/registration.jpg) center bottom no-repeat;
  background-size: contain;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .form__col {
    background-image: url(../images/img/registrationmob.jpg);
    background-size: cover;
    padding: 40px 10px;
    margin: 0 -10px;
  }
}
.form__text {
  margin: 20px 0 30px;
  line-height: 1.2rem;
}
.login .form__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .login .form__btns {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.login .form__btn {
  margin: 0;
}
.login .form__forgot-password {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1rem;
}
