.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,  initial);
  box-sizing: content-box;
}
.swiper-slide, swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter/Inter-Regular.eot");
  src: local("Inter Regular"), local("Inter-Regular"), url("../../fonts/Inter/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Inter/Inter-Regular.woff") format("woff"), url("../../fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter/Inter-Medium.eot");
  src: local("Inter Medium"), local("Inter-Medium"), url("../../fonts/Inter/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Inter/Inter-Medium.woff") format("woff"), url("../../fonts/Inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter/Inter-SemiBold.eot");
  src: local("Inter SemiBold"), local("Inter-SemiBold"), url("../../fonts/Inter/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Inter/Inter-SemiBold.woff") format("woff"), url("../../fonts/Inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-primary-text: #1d1635;
  --color-secondary: #c4c4c4;
  --color-grey: #919191;
  --color-light: #F2F2F2;
  --color-brand: #741fa2;
  --color-star: #a141ff;
  --color-promo: #bb0726;
  --color-hover: #64518f;
  --color-green: #17D329;
  --color-error: #E31717;
  --color-dark: #110c14;
  --color-green-dark: #4CA042;
  --color-grey-secondary: #A0A0A0;
}
.d-none {
  display: none!important;
}
.d-block {
  display: block!important;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.d-inline {
  display: inline!important;
}
.d-inline-block {
  display: inline-block!important;
}
@media screen and (min-width:768px) {
  .d-sm-none {
  display: none!important;
}
.d-sm-block {
  display: block!important;
}
.d-sm-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.d-sm-inline {
  display: inline!important;
}
.d-sm-inline-block {
  display: inline-block!important;
}
}@media screen and (min-width:991px) {
  .d-md-none {
  display: none!important;
}
.d-md-block {
  display: block!important;
}
.d-md-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.d-md-inline {
  display: inline!important;
}
.d-md-inline-block {
  display: inline-block!important;
}
}@media screen and (min-width:1280px) {
  .d-tb-none {
  display: none!important;
}
.d-tb-block {
  display: block!important;
}
.d-tb-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.d-tb-inline {
  display: inline!important;
}
.d-tb-inline-block {
  display: inline-block!important;
}
}@media screen and (min-width:1550px) {
  .d-lg-none {
  display: none!important;
}
.d-lg-block {
  display: block!important;
}
.d-lg-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.d-lg-inline {
  display: inline!important;
}
.d-lg-inline-block {
  display: inline-block!important;
}
}@media screen and (min-width:1920px) {
  .d-xl-none {
  display: none!important;
}
.d-xl-block {
  display: block!important;
}
.d-xl-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.d-xl-inline {
  display: inline!important;
}
.d-xl-inline-block {
  display: inline-block!important;
}
}.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.align-items-start {
  -ms-flex-align: start!important;
  align-items: flex-start!important;
}
.align-items-end {
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}
@media screen and (min-width:768px) {
  .align-items-sm-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.align-items-sm-start {
  -ms-flex-align: start!important;
  align-items: flex-start!important;
}
.align-items-sm-end {
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}
}@media screen and (min-width:991px) {
  .align-items-md-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.align-items-md-start {
  -ms-flex-align: start!important;
  align-items: flex-start!important;
}
.align-items-md-end {
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}
}@media screen and (min-width:1280px) {
  .align-items-tb-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.align-items-tb-start {
  -ms-flex-align: start!important;
  align-items: flex-start!important;
}
.align-items-tb-end {
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}
}@media screen and (min-width:1550px) {
  .align-items-lg-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.align-items-lg-start {
  -ms-flex-align: start!important;
  align-items: flex-start!important;
}
.align-items-lg-end {
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}
}@media screen and (min-width:1920px) {
  .align-items-xl-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.align-items-xl-start {
  -ms-flex-align: start!important;
  align-items: flex-start!important;
}
.align-items-xl-end {
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}
}.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.justify-content-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
}
.justify-content-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important;
}
@media screen and (min-width:768px) {
  .justify-content-sm-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.justify-content-sm-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
}
.justify-content-sm-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}
.justify-content-sm-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.justify-content-sm-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important;
}
}@media screen and (min-width:991px) {
  .justify-content-md-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.justify-content-md-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
}
.justify-content-md-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}
.justify-content-md-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.justify-content-md-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important;
}
}@media screen and (min-width:1280px) {
  .justify-content-tb-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.justify-content-tb-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
}
.justify-content-tb-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}
.justify-content-tb-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.justify-content-tb-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important;
}
}@media screen and (min-width:1550px) {
  .justify-content-lg-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.justify-content-lg-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
}
.justify-content-lg-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}
.justify-content-lg-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.justify-content-lg-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important;
}
}@media screen and (min-width:1920px) {
  .justify-content-xl-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.justify-content-xl-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
}
.justify-content-xl-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}
.justify-content-xl-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.justify-content-xl-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important;
}
}.flex-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.flex-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}
@media screen and (min-width:768px) {
  .flex-sm-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.flex-sm-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.flex-sm-row-reverse {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}
}@media screen and (min-width:991px) {
  .flex-md-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.flex-md-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.flex-md-row-reverse {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}
}@media screen and (min-width:1280px) {
  .flex-tb-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.flex-tb-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.flex-tb-row-reverse {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}
}@media screen and (min-width:1550px) {
  .flex-lg-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.flex-lg-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.flex-lg-row-reverse {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}
}@media screen and (min-width:1920px) {
  .flex-xl-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.flex-xl-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.flex-xl-row-reverse {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}
}.container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (min-width:768px) {
  .container {
  max-width: 864px;
}
}@media screen and (min-width:991px) {
  .container {
  max-width: 940px;
}
}@media screen and (min-width:1280px) {
  .container {
  max-width: 1232px;
}
}@media screen and (min-width:1550px) {
  .container {
  max-width: 1392px;
}
}@media screen and (min-width:1920px) {
  .container {
  max-width: 1712px;
}
}@media screen and (max-width:768px) {
  .container {
  padding-right: 16px;
  padding-left: 16px;
}
}.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  width: calc(100% + 16px);
}
.col-2 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
}
.col-4 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
}
.col-6 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
}
.col-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
}
.col-2 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%}
.col-4 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%}
.col-6 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%}
.col-12 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%}
@media screen and (min-width:768px) {
  .col-sm-2 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%}
}@media screen and (min-width:768px) {
  .col-sm-4 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%}
}@media screen and (min-width:768px) {
  .col-sm-6 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%}
}@media screen and (min-width:768px) {
  .col-sm-12 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%}
}@media screen and (min-width:991px) {
  .col-md-2 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%}
}@media screen and (min-width:991px) {
  .col-md-4 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%}
}@media screen and (min-width:991px) {
  .col-md-6 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%}
}@media screen and (min-width:991px) {
  .col-md-12 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%}
}@media screen and (min-width:1280px) {
  .col-tb-2 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%}
}@media screen and (min-width:1280px) {
  .col-tb-4 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%}
}@media screen and (min-width:1280px) {
  .col-tb-6 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%}
}@media screen and (min-width:1280px) {
  .col-tb-12 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%}
}@media screen and (min-width:1550px) {
  .col-lg-2 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%}
}@media screen and (min-width:1550px) {
  .col-lg-4 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%}
}@media screen and (min-width:1550px) {
  .col-lg-6 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%}
}@media screen and (min-width:1550px) {
  .col-lg-12 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%}
}@media screen and (min-width:1920px) {
  .col-xl-2 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%}
}@media screen and (min-width:1920px) {
  .col-xl-4 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%}
}@media screen and (min-width:1920px) {
  .col-xl-6 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%}
}@media screen and (min-width:1920px) {
  .col-xl-12 {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%}
}.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.mt-0 {
  margin-top: 0!important;
}
.mt-1 {
  margin-top: 8px!important;
}
.mt-2 {
  margin-top: 16px!important;
}
.mt-3 {
  margin-top: 24px!important;
}
.mt-4 {
  margin-top: 32px!important;
}
.mt-6 {
  margin-top: 40px!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.mb-1 {
  margin-bottom: 8px!important;
}
.mb-2 {
  margin-bottom: 16px!important;
}
.mb-3 {
  margin-bottom: 24px!important;
}
.mb-4 {
  margin-bottom: 32px!important;
}
.mb-6 {
  margin-bottom: 40px!important;
}
.ms-0 {
  margin-left: 0!important;
}
.ms-1 {
  margin-left: 8px!important;
}
.ms-2 {
  margin-left: 16px!important;
}
.ms-3 {
  margin-left: 24px!important;
}
.ms-4 {
  margin-left: 32px!important;
}
.ms-6 {
  margin-left: 40px!important;
}
.me-0 {
  margin-right: 0!important;
}
.me-1 {
  margin-right: 8px!important;
}
.me-2 {
  margin-right: 16px!important;
}
.me-3 {
  margin-right: 24px!important;
}
.me-4 {
  margin-right: 32px!important;
}
.me-6 {
  margin-right: 40px!important;
}
.pt-0 {
  padding-top: 0!important;
}
.pt-1 {
  padding-top: 8px!important;
}
.pt-2 {
  padding-top: 16px!important;
}
.pt-3 {
  padding-top: 24px!important;
}
.pt-4 {
  padding-top: 32px!important;
}
.pt-6 {
  padding-top: 40px!important;
}
.pb-0 {
  padding-bottom: 0!important;
}
.pb-1 {
  padding-bottom: 8px!important;
}
.pb-2 {
  padding-bottom: 16px!important;
}
.pb-3 {
  padding-bottom: 24px!important;
}
.pb-4 {
  padding-bottom: 32px!important;
}
.pb-6 {
  padding-bottom: 40px!important;
}
.ps-0 {
  padding-left: 0!important;
}
.ps-1 {
  padding-left: 8px!important;
}
.ps-2 {
  padding-left: 16px!important;
}
.ps-3 {
  padding-left: 24px!important;
}
.ps-4 {
  padding-left: 32px!important;
}
.ps-6 {
  padding-left: 40px!important;
}
.pe-0 {
  padding-right: 0!important;
}
.pe-1 {
  padding-right: 8px!important;
}
.pe-2 {
  padding-right: 16px!important;
}
.pe-3 {
  padding-right: 24px!important;
}
.pe-4 {
  padding-right: 32px!important;
}
.pe-6 {
  padding-right: 40px!important;
}
@media screen and (min-width:768px) {
  .mt-sm-0 {
  margin-top: 0!important;
}
.mt-sm-1 {
  margin-top: 8px!important;
}
.mt-sm-2 {
  margin-top: 16px!important;
}
.mt-sm-3 {
  margin-top: 24px!important;
}
.mt-sm-4 {
  margin-top: 32px!important;
}
.mt-sm-6 {
  margin-top: 40px!important;
}
.mb-sm-0 {
  margin-bottom: 0!important;
}
.mb-sm-1 {
  margin-bottom: 8px!important;
}
.mb-sm-2 {
  margin-bottom: 16px!important;
}
.mb-sm-3 {
  margin-bottom: 24px!important;
}
.mb-sm-4 {
  margin-bottom: 32px!important;
}
.mb-sm-6 {
  margin-bottom: 40px!important;
}
.ms-sm-0 {
  margin-left: 0!important;
}
.ms-sm-1 {
  margin-left: 8px!important;
}
.ms-sm-2 {
  margin-left: 16px!important;
}
.ms-sm-3 {
  margin-left: 24px!important;
}
.ms-sm-4 {
  margin-left: 32px!important;
}
.ms-sm-6 {
  margin-left: 40px!important;
}
.me-sm-0 {
  margin-right: 0!important;
}
.me-sm-1 {
  margin-right: 8px!important;
}
.me-sm-2 {
  margin-right: 16px!important;
}
.me-sm-3 {
  margin-right: 24px!important;
}
.me-sm-4 {
  margin-right: 32px!important;
}
.me-sm-6 {
  margin-right: 40px!important;
}
.pt-sm-0 {
  padding-top: 0!important;
}
.pt-sm-1 {
  padding-top: 8px!important;
}
.pt-sm-2 {
  padding-top: 16px!important;
}
.pt-sm-3 {
  padding-top: 24px!important;
}
.pt-sm-4 {
  padding-top: 32px!important;
}
.pt-sm-6 {
  padding-top: 40px!important;
}
.pb-sm-0 {
  padding-bottom: 0!important;
}
.pb-sm-1 {
  padding-bottom: 8px!important;
}
.pb-sm-2 {
  padding-bottom: 16px!important;
}
.pb-sm-3 {
  padding-bottom: 24px!important;
}
.pb-sm-4 {
  padding-bottom: 32px!important;
}
.pb-sm-6 {
  padding-bottom: 40px!important;
}
.ps-sm-0 {
  padding-left: 0!important;
}
.ps-sm-1 {
  padding-left: 8px!important;
}
.ps-sm-2 {
  padding-left: 16px!important;
}
.ps-sm-3 {
  padding-left: 24px!important;
}
.ps-sm-4 {
  padding-left: 32px!important;
}
.ps-sm-6 {
  padding-left: 40px!important;
}
.pe-sm-0 {
  padding-right: 0!important;
}
.pe-sm-1 {
  padding-right: 8px!important;
}
.pe-sm-2 {
  padding-right: 16px!important;
}
.pe-sm-3 {
  padding-right: 24px!important;
}
.pe-sm-4 {
  padding-right: 32px!important;
}
.pe-sm-6 {
  padding-right: 40px!important;
}
}@media screen and (min-width:991px) {
  .mt-md-0 {
  margin-top: 0!important;
}
.mt-md-1 {
  margin-top: 8px!important;
}
.mt-md-2 {
  margin-top: 16px!important;
}
.mt-md-3 {
  margin-top: 24px!important;
}
.mt-md-4 {
  margin-top: 32px!important;
}
.mt-md-6 {
  margin-top: 40px!important;
}
.mb-md-0 {
  margin-bottom: 0!important;
}
.mb-md-1 {
  margin-bottom: 8px!important;
}
.mb-md-2 {
  margin-bottom: 16px!important;
}
.mb-md-3 {
  margin-bottom: 24px!important;
}
.mb-md-4 {
  margin-bottom: 32px!important;
}
.mb-md-6 {
  margin-bottom: 40px!important;
}
.ms-md-0 {
  margin-left: 0!important;
}
.ms-md-1 {
  margin-left: 8px!important;
}
.ms-md-2 {
  margin-left: 16px!important;
}
.ms-md-3 {
  margin-left: 24px!important;
}
.ms-md-4 {
  margin-left: 32px!important;
}
.ms-md-6 {
  margin-left: 40px!important;
}
.me-md-0 {
  margin-right: 0!important;
}
.me-md-1 {
  margin-right: 8px!important;
}
.me-md-2 {
  margin-right: 16px!important;
}
.me-md-3 {
  margin-right: 24px!important;
}
.me-md-4 {
  margin-right: 32px!important;
}
.me-md-6 {
  margin-right: 40px!important;
}
.pt-md-0 {
  padding-top: 0!important;
}
.pt-md-1 {
  padding-top: 8px!important;
}
.pt-md-2 {
  padding-top: 16px!important;
}
.pt-md-3 {
  padding-top: 24px!important;
}
.pt-md-4 {
  padding-top: 32px!important;
}
.pt-md-6 {
  padding-top: 40px!important;
}
.pb-md-0 {
  padding-bottom: 0!important;
}
.pb-md-1 {
  padding-bottom: 8px!important;
}
.pb-md-2 {
  padding-bottom: 16px!important;
}
.pb-md-3 {
  padding-bottom: 24px!important;
}
.pb-md-4 {
  padding-bottom: 32px!important;
}
.pb-md-6 {
  padding-bottom: 40px!important;
}
.ps-md-0 {
  padding-left: 0!important;
}
.ps-md-1 {
  padding-left: 8px!important;
}
.ps-md-2 {
  padding-left: 16px!important;
}
.ps-md-3 {
  padding-left: 24px!important;
}
.ps-md-4 {
  padding-left: 32px!important;
}
.ps-md-6 {
  padding-left: 40px!important;
}
.pe-md-0 {
  padding-right: 0!important;
}
.pe-md-1 {
  padding-right: 8px!important;
}
.pe-md-2 {
  padding-right: 16px!important;
}
.pe-md-3 {
  padding-right: 24px!important;
}
.pe-md-4 {
  padding-right: 32px!important;
}
.pe-md-6 {
  padding-right: 40px!important;
}
}@media screen and (min-width:1280px) {
  .mt-tb-0 {
  margin-top: 0!important;
}
.mt-tb-1 {
  margin-top: 8px!important;
}
.mt-tb-2 {
  margin-top: 16px!important;
}
.mt-tb-3 {
  margin-top: 24px!important;
}
.mt-tb-4 {
  margin-top: 32px!important;
}
.mt-tb-6 {
  margin-top: 40px!important;
}
.mb-tb-0 {
  margin-bottom: 0!important;
}
.mb-tb-1 {
  margin-bottom: 8px!important;
}
.mb-tb-2 {
  margin-bottom: 16px!important;
}
.mb-tb-3 {
  margin-bottom: 24px!important;
}
.mb-tb-4 {
  margin-bottom: 32px!important;
}
.mb-tb-6 {
  margin-bottom: 40px!important;
}
.ms-tb-0 {
  margin-left: 0!important;
}
.ms-tb-1 {
  margin-left: 8px!important;
}
.ms-tb-2 {
  margin-left: 16px!important;
}
.ms-tb-3 {
  margin-left: 24px!important;
}
.ms-tb-4 {
  margin-left: 32px!important;
}
.ms-tb-6 {
  margin-left: 40px!important;
}
.me-tb-0 {
  margin-right: 0!important;
}
.me-tb-1 {
  margin-right: 8px!important;
}
.me-tb-2 {
  margin-right: 16px!important;
}
.me-tb-3 {
  margin-right: 24px!important;
}
.me-tb-4 {
  margin-right: 32px!important;
}
.me-tb-6 {
  margin-right: 40px!important;
}
.pt-tb-0 {
  padding-top: 0!important;
}
.pt-tb-1 {
  padding-top: 8px!important;
}
.pt-tb-2 {
  padding-top: 16px!important;
}
.pt-tb-3 {
  padding-top: 24px!important;
}
.pt-tb-4 {
  padding-top: 32px!important;
}
.pt-tb-6 {
  padding-top: 40px!important;
}
.pb-tb-0 {
  padding-bottom: 0!important;
}
.pb-tb-1 {
  padding-bottom: 8px!important;
}
.pb-tb-2 {
  padding-bottom: 16px!important;
}
.pb-tb-3 {
  padding-bottom: 24px!important;
}
.pb-tb-4 {
  padding-bottom: 32px!important;
}
.pb-tb-6 {
  padding-bottom: 40px!important;
}
.ps-tb-0 {
  padding-left: 0!important;
}
.ps-tb-1 {
  padding-left: 8px!important;
}
.ps-tb-2 {
  padding-left: 16px!important;
}
.ps-tb-3 {
  padding-left: 24px!important;
}
.ps-tb-4 {
  padding-left: 32px!important;
}
.ps-tb-6 {
  padding-left: 40px!important;
}
.pe-tb-0 {
  padding-right: 0!important;
}
.pe-tb-1 {
  padding-right: 8px!important;
}
.pe-tb-2 {
  padding-right: 16px!important;
}
.pe-tb-3 {
  padding-right: 24px!important;
}
.pe-tb-4 {
  padding-right: 32px!important;
}
.pe-tb-6 {
  padding-right: 40px!important;
}
}@media screen and (min-width:1550px) {
  .mt-lg-0 {
  margin-top: 0!important;
}
.mt-lg-1 {
  margin-top: 8px!important;
}
.mt-lg-2 {
  margin-top: 16px!important;
}
.mt-lg-3 {
  margin-top: 24px!important;
}
.mt-lg-4 {
  margin-top: 32px!important;
}
.mt-lg-6 {
  margin-top: 40px!important;
}
.mb-lg-0 {
  margin-bottom: 0!important;
}
.mb-lg-1 {
  margin-bottom: 8px!important;
}
.mb-lg-2 {
  margin-bottom: 16px!important;
}
.mb-lg-3 {
  margin-bottom: 24px!important;
}
.mb-lg-4 {
  margin-bottom: 32px!important;
}
.mb-lg-6 {
  margin-bottom: 40px!important;
}
.ms-lg-0 {
  margin-left: 0!important;
}
.ms-lg-1 {
  margin-left: 8px!important;
}
.ms-lg-2 {
  margin-left: 16px!important;
}
.ms-lg-3 {
  margin-left: 24px!important;
}
.ms-lg-4 {
  margin-left: 32px!important;
}
.ms-lg-6 {
  margin-left: 40px!important;
}
.me-lg-0 {
  margin-right: 0!important;
}
.me-lg-1 {
  margin-right: 8px!important;
}
.me-lg-2 {
  margin-right: 16px!important;
}
.me-lg-3 {
  margin-right: 24px!important;
}
.me-lg-4 {
  margin-right: 32px!important;
}
.me-lg-6 {
  margin-right: 40px!important;
}
.pt-lg-0 {
  padding-top: 0!important;
}
.pt-lg-1 {
  padding-top: 8px!important;
}
.pt-lg-2 {
  padding-top: 16px!important;
}
.pt-lg-3 {
  padding-top: 24px!important;
}
.pt-lg-4 {
  padding-top: 32px!important;
}
.pt-lg-6 {
  padding-top: 40px!important;
}
.pb-lg-0 {
  padding-bottom: 0!important;
}
.pb-lg-1 {
  padding-bottom: 8px!important;
}
.pb-lg-2 {
  padding-bottom: 16px!important;
}
.pb-lg-3 {
  padding-bottom: 24px!important;
}
.pb-lg-4 {
  padding-bottom: 32px!important;
}
.pb-lg-6 {
  padding-bottom: 40px!important;
}
.ps-lg-0 {
  padding-left: 0!important;
}
.ps-lg-1 {
  padding-left: 8px!important;
}
.ps-lg-2 {
  padding-left: 16px!important;
}
.ps-lg-3 {
  padding-left: 24px!important;
}
.ps-lg-4 {
  padding-left: 32px!important;
}
.ps-lg-6 {
  padding-left: 40px!important;
}
.pe-lg-0 {
  padding-right: 0!important;
}
.pe-lg-1 {
  padding-right: 8px!important;
}
.pe-lg-2 {
  padding-right: 16px!important;
}
.pe-lg-3 {
  padding-right: 24px!important;
}
.pe-lg-4 {
  padding-right: 32px!important;
}
.pe-lg-6 {
  padding-right: 40px!important;
}
}@media screen and (min-width:1920px) {
  .mt-xl-0 {
  margin-top: 0!important;
}
.mt-xl-1 {
  margin-top: 8px!important;
}
.mt-xl-2 {
  margin-top: 16px!important;
}
.mt-xl-3 {
  margin-top: 24px!important;
}
.mt-xl-4 {
  margin-top: 32px!important;
}
.mt-xl-6 {
  margin-top: 40px!important;
}
.mb-xl-0 {
  margin-bottom: 0!important;
}
.mb-xl-1 {
  margin-bottom: 8px!important;
}
.mb-xl-2 {
  margin-bottom: 16px!important;
}
.mb-xl-3 {
  margin-bottom: 24px!important;
}
.mb-xl-4 {
  margin-bottom: 32px!important;
}
.mb-xl-6 {
  margin-bottom: 40px!important;
}
.ms-xl-0 {
  margin-left: 0!important;
}
.ms-xl-1 {
  margin-left: 8px!important;
}
.ms-xl-2 {
  margin-left: 16px!important;
}
.ms-xl-3 {
  margin-left: 24px!important;
}
.ms-xl-4 {
  margin-left: 32px!important;
}
.ms-xl-6 {
  margin-left: 40px!important;
}
.me-xl-0 {
  margin-right: 0!important;
}
.me-xl-1 {
  margin-right: 8px!important;
}
.me-xl-2 {
  margin-right: 16px!important;
}
.me-xl-3 {
  margin-right: 24px!important;
}
.me-xl-4 {
  margin-right: 32px!important;
}
.me-xl-6 {
  margin-right: 40px!important;
}
.pt-xl-0 {
  padding-top: 0!important;
}
.pt-xl-1 {
  padding-top: 8px!important;
}
.pt-xl-2 {
  padding-top: 16px!important;
}
.pt-xl-3 {
  padding-top: 24px!important;
}
.pt-xl-4 {
  padding-top: 32px!important;
}
.pt-xl-6 {
  padding-top: 40px!important;
}
.pb-xl-0 {
  padding-bottom: 0!important;
}
.pb-xl-1 {
  padding-bottom: 8px!important;
}
.pb-xl-2 {
  padding-bottom: 16px!important;
}
.pb-xl-3 {
  padding-bottom: 24px!important;
}
.pb-xl-4 {
  padding-bottom: 32px!important;
}
.pb-xl-6 {
  padding-bottom: 40px!important;
}
.ps-xl-0 {
  padding-left: 0!important;
}
.ps-xl-1 {
  padding-left: 8px!important;
}
.ps-xl-2 {
  padding-left: 16px!important;
}
.ps-xl-3 {
  padding-left: 24px!important;
}
.ps-xl-4 {
  padding-left: 32px!important;
}
.ps-xl-6 {
  padding-left: 40px!important;
}
.pe-xl-0 {
  padding-right: 0!important;
}
.pe-xl-1 {
  padding-right: 8px!important;
}
.pe-xl-2 {
  padding-right: 16px!important;
}
.pe-xl-3 {
  padding-right: 24px!important;
}
.pe-xl-4 {
  padding-right: 32px!important;
}
.pe-xl-6 {
  padding-right: 40px!important;
}
}.h-100 {
  height: 100%}
.w-100 {
  width: 100%}
.cursor-pointer {
  cursor: pointer;
}
.overflow-hidden {
  overflow: hidden;
}
.svg-block svg {
  display: block;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.position-relative {
  position: relative;
}
.section-height {
  min-height: calc(100vh - 230px);
}
.image-contain {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--color-primary-text);
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #fcfcfc;
}
h6, h5, h4, h3, h2, h1 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
p, a, label, input, span, li, ol, ul {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 140%;
}
ul, ol {
  margin: 16px;
}
ul li + li, ol  li + li{
  margin-top: 8px;
}
p + p {
  margin-top: 12px;
}
img {
  max-width: 100%;
}
h1 {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%}
@media (min-width:768px) {
  h1 {
  font-size: 30px;
  line-height: 39px;
}
}@media (min-width:991px) {
  h1 {
  font-size: 36px;
  line-height: 64px;
}
}h2 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
}
@media (min-width:768px) {
  h2 {
  font-size: 30px;
  line-height: 39px;
}
}@media (min-width:991px) {
  h2 {
  font-size: 36px;
  line-height: 64px;
}
}@media (min-width:1550px) {
  h2 {
  font-size: 45px;
  line-height: 64px;
}
}@media (min-width:1920px) {
  h2 {
  font-size: 56px;
  line-height: 64px;
}
}h3 {
  font-size: 20px;
  line-height: 150%}
@media (min-width:768px) {
  h3 {
  font-size: 32px;
  line-height: 41px;
}
}label, p, li, input, a {
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
}
@media (min-width:768px) {
  label, p, li, input, a {
  font-size: 16px;
}
}.text-small {
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
}
.text-primary {
  font-size: 14px;
  line-height: 17px;
}
.text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}
.text-little {
  font-size: 12px;
  line-height: 15px;
}
.text-large {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%}
@media (min-width:768px) {
  .text-large {
  font-size: 20px;
  line-height: 24px;
}
}.font-weight {
  font-weight: 400!important;
}
.font-medium {
  font-weight: 500!important;
}
.font-light {
  font-weight: 300!important;
}
.font-bold {
  font-weight: 700!important;
}
.font-demi {
  font-weight: 600!important;
}
.color-primary {
  color: var(--color-primary-text)!important;
}
.color-dark {
  color: var(--color-dark)!important;
}
.color-light {
  color: var(--color-light)!important;
}
.color-secondary {
  color: var(--color-secondary)!important;
}
.color-grey {
  color: var(--color-grey)!important;
}
.color-light {
  color: var(--color-light)!important;
}
.text-underline {
  text-decoration: underline;
}
.color-white {
  color: #fff!important;
}
.text-uppercase {
  text-transform: uppercase;
}
a {
  color: var(--color-primary-text);
  text-decoration: none;
  transition: .4s;
}
a:hover {
  color: var(--color-primary-text);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.btn {
  font-size: 12px;
  line-height: 120%;
  font-weight: 400;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--color-primary-text);
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 10px;
  background: 0 0;
  border: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-height: 56px;
  min-width: 200px;
  transition: .4s;
  padding: 18px 24px;
}
@media (min-width:768px) {
  .btn {
  font-size: 16px;
}
}@media (max-width:990.98px) {
  .btn {
  padding: 18px 16px;
}
}.btn-primary, .btn-orange {
  background: var(--color-brand);
  width: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  min-width: auto;
}
@media (min-width:1280px) {
  .btn-primary, .btn-orange {
  width: 208px;
}
}.btn-primary span, .btn-orange span {
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.btn-orange {
  background: var(--color-brand);
  color: #fff;
  width: 180px;
  padding: 0;
}
@media (min-width:1280px) {
  .btn-orange {
  width: 226px;
}
}.btn-orange:hover {
  background: var(--color-secondary);
}
.btn-red {
  background: var(--color-brand);
  color: #fff;
  width: 180px;
  padding: 0;
}
@media (min-width:1280px) {
  .btn-red {
  width: 227px;
}
}.btn-red:hover {
  background: var(--color-hover);
  color: #fff;
}
.btn-transparent {
  color: #fff;
  min-width: auto;
}
.btn-transparent:hover {
  background: #fff;
  color: var(--color-brand);
}
.btn-transparent-orange {
  color: var(--color-brand);
  min-width: auto;
}
.btn-transparent-orange:hover {
  background: #fff;
  color: var(--color-brand);
}
.btn-border {
  color: #fff;
  outline: 1px solid #fff;
}
.btn-border:hover {
  background: #fff;
  color: var(--color-brand);
}
.btn-border-orange {
  color: var(--color-brand);
  outline: 1px solid var(--color-brand);
}
.btn-border-orange:hover {
  background: #fff;
  color: var(--color-brand);
}
.btn-orange-link {
  outline: none;
  min-width: auto;
  min-height: auto;
  color: var(--color-brand);
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid var(--color-brand);
  padding-bottom: 2px;
  border-radius: 0;
}
.btn-orange-link:focus,
.btn-orange-link:active:focus,
.btn-orange-link:active {
  outline: none !important;
  color: var(--color-brand);
  outline-offset: 0 !important;
  box-shadow: none !important;
}
@media (max-width:990.98px) {
  .btn-orange-link {
  font-size: 16px;
}
}.btn-orange-link svg {
  width: 21px;
  height: 13px;
  fill: var(--color-brand);
  margin-left: 16px;
}
@media (max-width:990.98px) {
  .btn-orange-link svg {
  margin-left: 8px;
}
}.btn-orange-link:hover {
  color: var(--color-brand);
}
.btn-green {
  background-color: var(--color-green);
  color: #fff;
}
.btn-green:hover {
  background: #50a645;
  color: #fff;
}
.btn-promo {
  position: relative;
  border-radius: 10px;
  transition: .4s;
  border: 1px dashed var(--color-brand);
  background: #fff;
  width: 180px;
  color: var(--color-brand);
  height: 56px;
  font-size: 14px;
  min-width: auto;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width:1280px) {
  .btn-promo {
  width: 200px;
  font-size: 16px;
}
}.btn-promo span:first-child {
  padding-right: 10px;
  text-align: right;
  width: 100%;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn-promo .btn-promo__top {
  transition: .4s;
  position: absolute;
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  width: 150px;
  background: var(--color-brand);
  border: 1px dosid var(--color-brand);
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
}
@media (min-width:1280px) {
  .btn-promo .btn-promo__top {
  width: 177px;
}
}.btn-promo:hover .btn-promo__top {
  width: 140px;
}
@media (min-width:1280px) {
  .btn-promo:hover .btn-promo__top {
  width: 149px;
}
}.btn-discont {
  border-radius: 5px;
  padding: 17px 50px;
}
.btn-grey {
  background: #dbdbdb;
  color: #fff;
}
.btn-past {
  border-radius: 5px;
  padding: 17px 45px;
}
.btn-arrow {
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  border-radius: 5px;
}
.btn-arrow svg path {
  fill: #fff;
}
.btn-square {
  border-radius: 5px;
}
.btn-circle {
  border-radius: 100px;
}
@media (max-width:990.98px) {
  .btn-mobile {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  background: var(--color-brand);
  color: var(--color-brand);
  border-radius: 50%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  border: 0;
}
.btn-mobile svg {
  fill: #fff;
  width: 12px;
  height: 12px;
}
}.btn-auto {
  margin: 0 auto;
}
input {
  background: #fff;
  border-radius: 10px;
  border: 0;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-webkit-input-placeholder {
  color: var(--color-grey);
  font-weight: 400;
}
input::-moz-placeholder {
  color: var(--color-grey);
  font-weight: 400;
}
input:-ms-input-placeholder {
  color: var(--color-grey);
  font-weight: 400;
}
input::-ms-input-placeholder {
  color: var(--color-grey);
  font-weight: 400;
}
input::placeholder {
  color: var(--color-grey);
  font-weight: 400;
}
input:focus, input:active {
  outline: 0;
}
ul, ol {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}
header {
  transition: .4s;
  background: var(--color-brand);
  padding: 16px 0;
}
@media (min-width:991px) {
  header {
  padding: 24px 0;
  border-radius: 20px;
}
}header nav {
  height: 46px;
}
@media (max-width:767.98px) {
  header nav {
  height: 25px;
}
}header nav a {
  position: relative;
  padding: 18px 24px;
}
.header-logo {
  margin-right: 16px;
}
.header-logo svg {
  width: 100%;
  max-height: 73px;
  display: block;
}
@media (max-width:1549.98px) {
}@media (max-width:990.98px) {
}.header-search--mobile {
  cursor: pointer;
  width: 32px;
  height: 32px;
  stroke: #fff;
}
.header-search--mobile.js--search-mobile-close {
  stroke: none;
  fill: #fff;
  width: 24px;
  height: 24px;
  margin-left: 3px;
}

@media (max-width:990.98px) {
  .header-search-absolute {
  position: absolute;
  right: 60px;
  width: 0;
  z-index: 999;
  transition: .3s;
  overflow: hidden;
}
}@media (max-width:990.98px) {
  .header-search-absolute-show {
  width: calc(100% - 75px);
}
}@media (max-width:990.98px) {
  .header-search-absolute-visible {
  overflow: visible;
}
}.header-burger {
  background: #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.header-burger .burger__line {
  background: var(--color-brand);
}
footer {
  background: var(--color-brand);
  margin-top: 24px;
  border-radius: 20px;
  padding-top: 56px;
  padding-bottom: 40px;
}
@media (max-width:990.98px) {
  footer {
  margin-top: 16px;
  padding-top: 24px;
}
}footer a {
  color: #fff;
  font-weight: 500;
  margin-right: 32px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 16px;
}
@media (max-width:767.98px) {
  footer a {
  margin-right: 0;
}
}footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .footer-language a {
  margin: 0;
  margin-bottom: 16px;
}
footer .footer-language span {
  height: 24px;
  width: 1px;
  background: #fff;
  margin: 0 4px;
  margin-bottom: 16px;
}
footer p {
  max-width: 530px;
  color: #fff;
  font-size: 12px;
}
@media (max-width:767.98px) {
  .footer-nav {
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: center;
  max-width: 350px;
}
.footer-nav a {
  margin: 0 8px;
}
}.footer-logo {
  margin-top: 16px;
}
@media (max-width:990.98px) {
  .footer-logo {
  margin-top: 8px;
}
}.footer-logo svg {
  width: 219px;
  height: 56px;
}
@media (max-width:990.98px) {
  .footer-logo svg {
  width: 188px;
  height: 48px;
}
}.footer-search {
  margin-top: 40px;
  width: 100%;
  max-width: 774px;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width:990.98px) {
  .footer-search {
  margin-top: 24px;
}
}@media (max-width:990.98px) {
  .footer-search input {
  border-radius: 20px;
}
}.breadcrumbs {
  margin-top: 96px;
}
@media (max-width:990.98px) {
  .breadcrumbs {
  margin-top: 80px;
}
}.breadcrumbs a {
  color: var(--color-grey);
  margin-bottom: 8px;
}
.breadcrumbs a:hover {
  color: var(--color-grey);
}
.breadcrumbs p {
  margin-bottom: 8px;
}
.breadcrumbs svg {
  width: 21px;
  height: 13px;
  fill: var(--color-grey);
  margin-left: 8px;
  margin-right: 24px;
  margin-bottom: 8px;
}
@media (max-width:990.98px) {
  .breadcrumbs svg {
  margin-right: 16px;
}
}.card-cupoun {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .03);
  min-height: 140px;
  padding: 16px 16px 0 16px;
  cursor: pointer;
  border: 1px solid var(--color-secondary);
  height: 100%;
  width: 100%;
}
.card-cupoun.hidden {
  display: none;
}
@media (min-width:991px) {
  .card-cupoun {
  padding: 16px 24px 0 24px;
}
}@media (min-width:1280px) {
  .card-cupoun {
  padding: 16px 32px 0 32px;
}
}@media (min-width:1550px) {
  .card-cupoun {
  padding: 16px 48px 0 48px;
}
}.card-cupoun:hover {
  border: 1px solid var(--color-brand);
}
.card-cupoun__top {
  padding-bottom: 16px;
}
.card-cupoun__top-img {
  width: 165px;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.card-cupoun__top-img a {
  font-size: 12px;
  padding: 12px 0;
  text-decoration: underline;
}
.card-cupoun__small .card-cupoun__top-img {
  width: 150px;
  margin-right: 24px;
}

@media (max-width:1549.98px) {
  .card-cupoun__small .card-cupoun__top-img {
    width: 120px;
    margin-right: 16px;
  }
  .card-cupoun__small .btn-orange {
    width: 180px;
  }
}
@media (max-width:1280px) {
  .card-cupoun__top-img {
    width: 130px;
    margin-right: 24px;
  }
  .card-cupoun__small .card-cupoun__top-img {
    width: 100px;
  }
}
@media (max-width:990.98px) {
  .card-cupoun__top-img {
    width: 100px;
    margin-right: 12px;
  }
  .card-cupoun__small .btn-orange {
    width: 24px;
  }
  .card-cupoun__small .card-cupoun__top-img {
    width: 80px;
    margin-right: 12px;
  }
}
@media (max-width:575.98px) {
  .card-cupoun__top-img,
  .card-cupoun__small .card-cupoun__top-img {
    width: 70px;
    margin-right: 8px;
  }
}
.card-cupoun__top-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width:990.98px) {
  .card-cupoun__top {
  padding-bottom: 8px;
}
}.card-cupoun__button {
  width: 212px;
}
.card-cupoun p.card-cupoun__title {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width:768px) {
  .card-cupoun p.card-cupoun__title {
  font-size: 18px;
}
}@media (min-width:1280px) {
  .card-cupoun p.card-cupoun__title {
  font-size: 20px;
}
}@media (min-width:1550px) {
  .card-cupoun p.card-cupoun__title {
  font-size: 24px;
}
}.card-cupoun__users {
  color: var(--color-secondary);
  margin-top: 8px;
}
.card-cupoun__users svg {
  fill: var(--color-secondary);
  width: 24px;
  height: 24px;
}
.card-cupoun__hint {
  background: var(--color-light);
  border-radius: 50px;
  color: #000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  padding: 4px 8px;
  margin-bottom: 16px;
}
.card-cupoun__verified {
  background-color: #eefcf0;
  color: #147620;
  font-size: 12px;
  width: max-content;
  padding: 4px 8px;
  border-radius: 8px;
  margin-top: 8px;
}
@media (max-width:990.98px) {
  .card-cupoun__hint {
  margin-bottom: 8px;
}
}.card-cupoun__discont, .card-cupoun__promo, .card-cupoun__promotion {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: var(--color-brand);
  border-radius: 5px;
  border: 1px solid var(--color-brand);
  min-width: 80px;
  height: 72px;
  margin-right: 8px;
  padding: 0 8px;
}

@media (min-width:991px) {
  .card-cupoun__discont, .card-cupoun__promo, .card-cupoun__promotion {
    min-width: 80px;
    height: 90px;
    font-size: 42px;
    line-height: 58px;
    margin-right: 32px;
}
}@media (min-width:1550px) {
  .card-cupoun__discont, .card-cupoun__promo, .card-cupoun__promotion {
    min-width: 120px;
  height: 96px;
  font-size: 48px;
  line-height: 58px;
  margin-right: 40px;
}
}
@media (max-width:575px) {
  .card-cupoun__discont, .card-cupoun__promo, .card-cupoun__promotion {
    min-width: 60px;
    height: 60px;
    font-size: 26px;
    line-height: 40px;
    margin-right: 8px;
}
}.card-cupoun__promo, .card-cupoun__promotion {
  font-size: 16px;
  border: 1px solid #f9f9f9;
}
@media (min-width:991px) {
  .card-cupoun__promo, .card-cupoun__promotion {
  font-size: 16px;
  border: 1px solid #b7b7b7;
}
}@media (min-width:1550px) {
  .card-cupoun__promo, .card-cupoun__promotion {
  font-size: 18px;
}
}@media (min-width:991px) {
  .card-cupoun__promotion {
  font-size: 24px;
}
}.card-cupoun__images {
  width: 89px;
  height: 40px;
  margin-right: 8px;
}
@media (max-width:991px) {
  .card-cupoun__images {
  width: 100px;
  height: 55px;
  margin-right: 24px;
}

}@media (max-width:1280px) {
  .card-cupoun__images {
  width: 160px;
  height: 70px;
  margin-left: -8px;
}
}@media (max-width:1550px) {
  .card-cupoun__images {
  width: 175px;
  height: 80px;
  margin-left: -24px;
  margin-right: 32px;
}
}.card-cupoun__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.card-cupoun__detail {
  border-top: 1px solid var(--color-secondary);
}

.card-cupoun__detail-top {
  padding-top: 8px;
  padding-bottom: 16px;
}
.show-more p {
  word-break: break-word;
}
@media (max-width:990.98px) {
  .card-cupoun__detail-top {
  padding-top: 4px;
  padding-bottom: 8px;
}
}@media (max-width:990.98px) {
  .card-cupoun__detail .show-more p {
  color: var(--color-grey);
}
}.card-cupoun__detail .show-more p svg {
  width: 16px;
  height: 16px;
  fill: var(--color-secondary);
  margin-right: 8px;
}
@media (max-width:990.98px) {
  .card-cupoun__detail .show-more p:first-child {
  color: var(--color-secondary);
}
}.card-cupoun__stock .card-cupoun__discont {
  border: 1px solid var(--color-brand);
  color: var(--color-brand);
}
.card-cupoun__past .card-cupoun__discont, .card-cupoun__past .card-cupoun__promo, .card-cupoun__past .card-cupoun__promotion {
  color: #2d2d2d;
  border: 1px solid var(--color-light);
}
.card-cupoun__small {
  padding: 16px 16px 0 16px;
}
@media (min-width:991px) {
  .card-cupoun__small {
  padding: 16px 24px 0 24px;
}
}.card-cupoun__small p.card-cupoun__title {
  font-size: 24px;
}
@media (max-width:990.98px) {
  .card-cupoun__small p.card-cupoun__title {
  font-size: 16px;
}
}.card-cupoun__small .card-cupoun__images {
  width: 89px;
  height: 30px;
  margin-left: 0;
  margin-right: 8px;
}
@media (min-width:768px) {
  .card-cupoun__small .card-cupoun__images {
  width: 110px;
  height: 40px;
  margin-right: 16px;
}
}@media (min-width:1550px) {
  .card-cupoun__small .card-cupoun__images {
  width: 150px;
  height: 40px;
  margin-right: 24px;
}
}.show-more {
  max-height: 0;
  transition: max-height .6s ease;
  overflow: hidden;
}
.card-cupoun.shop-card {
  padding: 12px;
  border: 0;
}
.shop-card img {
  max-width: 100%;
}
@media (min-width:768px) {
  .card-cupoun.shop-card {
  padding: 32px;
}
}@media (min-width:1550px) {
  .card-cupoun.shop-card {
  padding: 65px 50px;
}
}.card-cupoun.shop-card:hover p {
  text-decoration: underline;
}
@media (min-width:1280px) and (max-width:1549.98px) {
  .card-cupoun.shop-card .card-cupoun__title {
  min-height: 72px;
}
}.card-cupoun.shop-card .shop-card__image {
  height: 50px;
}
@media (min-width:991px) and (max-width:1279.98px) {
  .card-cupoun.shop-card .shop-card__image {
  min-height: 70px;
}
}@media (min-width:1280px) and (max-width:1549.98px) {
  .card-cupoun.shop-card .shop-card__image {
  min-height: 90px;
}
}.promocodes-filter {
  overflow: auto;
  max-width: 90vw;
  transition: 0.3s ease;
}
.promocodes-filter p + p {
  margin-top: 0;
}
@media (max-width:767.98px) {
  .promocodes-filter {
  width: 100%}
}.promocodes-filter p {
  padding: 8px;
  cursor: pointer;
}
@media (max-width:990.98px) {
  .promocodes-filter p {
  font-size: 16px;
  padding-bottom: 4px;
}
}.promocodes-filter p span {
  margin-left: 8px;
}
.promocodes-filter p:last-child {
  border-right: none;
}
.promocodes-filter p:hover, .promocodes-filter p.tab--active {
  border-bottom: 1px solid var(--color-grey);
  color: var(--color-grey);
}
.promocodes-filter p+p {
  margin-left: 24px;
}
@media (max-width:990.98px) {
  .promocodes-filter p+p {
  margin-left: 16px;
}
}.coupons {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .03);
  border-radius: 20px;
  padding: 40px 40px 64px 40px;
}
@media (max-width:1279.98px) {
  .coupons {
  padding: 24px 24px 40px 24px;
}
}@media (max-width:990.98px) {
  .coupons {
  padding: 24px 4px 48px 4px;
}
}.coupons h2 {
  font-size: 40px;
}
@media (max-width:1549.98px) {
  .coupons h2 {
  font-size: 32px;
}
}@media (max-width:1279.98px) {
  .coupons h2 {
  font-size: 26px;
}
}@media (max-width:990.98px) {
  .coupons h2 {
  font-size: 24px;
}
}.coupons-table table {
  border-spacing: 0;
}
.coupons-table th+th, .coupons-table td+td {
  padding-left: 16px;
}
@media (max-width:990.98px) {
  .coupons-table th+th, .coupons-table td+td {
  padding-left: 0;
}
}@media (max-width:990.98px) {
  .coupons-table th, .coupons-table td {
  width: 33.3333333333%}
}@media (max-width:990.98px) {
  .coupons-table td p {
  font-size: 16px;
}
}.coupons-table .coupons-table__title th {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width:1549.98px) {
  .coupons-table .coupons-table__title th {
  font-size: 20px;
}
}@media (max-width:1279.98px) {
  .coupons-table .coupons-table__title th {
  font-size: 18px;
}
}@media (max-width:990.98px) {
  .coupons-table .coupons-table__title th {
  font-size: 16px;
}
}.coupons-table--col:nth-child(1) {
  width: 20%}
.coupons-table--col:nth-child(3) {
  width: 25%}
.coupons-table .coupons-table__content .promo {
  color: var(--color-promo);
  font-weight: 600;
}
.coupons-table .coupons-table__content .stock {
  color: var(--color-brand);
  font-weight: 600;
}
.coupons-table tbody tr td {
  padding-top: 24px;
}

.main-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
  align-items: start;
}

.main-sidebar-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;

  -ms-grid-row-span: 0;
  padding-right: 15px;
}

.main-sidebar-bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  padding-right: 15px;
}

.main-view {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 9;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 6;
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  .main-sidebar-top .block-logo.left-info.main-box {
    position: absolute;
    width: 110px;
    
  }
  .main-sidebar-top.grid-row-2 {
    min-height: 60px;
  }
  .main-sidebar-top .block-logo.left-info.main-box img {
    font-size: 14px;
  }
  .main-sidebar-top .block-description.left-info.main-box {
    margin-left: 118px;
  }
  .grid-row-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }
  .grid-row-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
  }
  .main-grid {
    -ms-grid-columns: none;
    grid-template-columns: none;

  }
  .main-view {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 11;
    grid-column-end: 12;
    -ms-grid-row: 2;
    grid-row-start: 2;
    padding-left: 0;
  }

  .main-sidebar-top,
  .main-sidebar-bottom {
    padding-right: 0;
    -ms-grid-column-span: 12;
    grid-column-end: 12;
  }

}

.sidebar-image {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .08);
  border-radius: 50%;
  width: 80px;
  height: 82px;
  padding: 5px;
  overflow: hidden;
}
@media (max-width:990.98px) {
  .sidebar-image {
  position: absolute;
  left: 16px;
  top: 0;
}
}@media (min-width:991px) {
  .sidebar-image {
  border-radius: 40px;
  width: 100%;
  padding: 60px;
  min-height: 180px;
}
}@media (min-width:1280px) {
  .sidebar-image {
  min-height: 240px;
}
}@media (min-width:1920px) {
  .sidebar-image {
  min-height: 288px;
}
}.sidebar-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sidebar-content {
  margin-top: 32px;
  max-width: 387px;
}
@media (max-width:990.98px) {
  .sidebar-content {
  margin-top: 16px;
  max-width: 100%}
}.sidebar-content p {
  font-size: 16px;
  line-height: 19px;
}

@media (max-width:990.98px) {
  .sidebar-wrap {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .03);
  border-radius: 20px;
  padding: 24px 24px 58px 24px;
}
}.sidebar-wrap p, .sidebar-wrap a {
  font-size: 16px;
}
.sidebar-wrap h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
.sidebar-wrap ul {
  list-style: none;
}
.sidebar-wrap ul li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  font-size: 16px;
}
.sidebar-wrap ul li:before {
  content: "";
  width: 16px;
  height: 2px;
  background: var(--color-grey);
  margin-right: 16px;
}
@media (max-width:990.98px) {
  .sidebar-wrap ul li:before {
  width: 24px;
  background: var(--color-brand);
}
}@media (min-width:1280px) {
  .sidebar-wrap ul li:before {
  width: 24px;
}
}.sidebar-wrap svg {
  width: 28px;
  height: 28px;
  fill: var(--color-grey);
}
@media (min-width:1920px) {
  .sidebar-wrap svg {
  width: 32px;
  height: 32px;
}
}.sidebar-statistics {
  padding: 16px 0;
}
@media (max-width:990.98px) {
  .sidebar-statistics {
  padding: 24px 16px;
}
}@media (min-width:1280px) {
  .sidebar-statistics {
  padding: 24px 0px;
}
}.sidebar-statistics span {
  width: auto;
}
.stars svg {
  width: 16px;
  height: 16px;
  fill: var(--color-light);
}
@media (min-width:991px) {
  .stars svg {
  width: 22px;
  height: 22px;
}
}@media (min-width:1280px) {
  .stars svg {
  width: 28px;
  height: 28px;
}
}@media (min-width:1920px) {
  .stars svg {
  width: 32px;
  height: 32px;
}
}.stars svg use {
  width: 100%;
  height: 100%}
.stars p {
  font-size: 18px;
}
@media (min-width:1280px) {
  .stars p {
  font-size: 20px;
}
}@media (min-width:1920px) {
  .stars p {
  font-size: 24px;
}
}.star {
  margin-right: 8px;
}
@media (min-width:1280px) {
  .star {
  margin-right: 16px;
}
}@media (min-width:1920px) {
  .star {
  margin-right: 24px;
}
}.star-bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-bg svg {
  fill: var(--color-star);
}
.star:last-child {
  margin-right: 16px;
}
.tag {
  border: 1px solid var(--color-grey);
  border-radius: 100px;
  padding: 8px;
  margin-bottom: 12px;
  margin-right: 12px;
  cursor: pointer;
  font-size: 14px;
  color: var(--color-grey);
  text-align: center;
}
.tag:hover {
  background: #fff;
}
.pages-shop {
  overflow: hidden;
  padding-bottom: 72px;
}
@media (max-width:990.98px) {
  .pages-shop {
  padding-bottom: 56px;
}
}.block-shop {
  margin-top: 60px;
}
@media (max-width:990.98px) {
  .block-shop {
  margin-top: 40px;
}
}.block-shop__all {
  margin-top: 96px;
}
@media (max-width:990.98px) {
  .block-shop__all {
  margin-top: 80px;
}
}.shop-link {
  margin-top: 72px;
}
@media (max-width:990.98px) {
  .shop-link {
  margin-top: 40px;
}
}.shop-link a {
  width: 28px;
  margin-right: 16px;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  color: var(--color-grey);
  margin-bottom: 24px;
  font-weight: 600;
}
@media (min-width:991px) {
  .shop-link a {
  margin-right: 16px;
  font-size: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
}
}@media (min-width:1280px) {
  .shop-link a {
  margin-right: 24px;
  font-size: 24px;
}
}@media (min-width:1920px) {
  .shop-link a {
  margin-right: 32px;
}
}.shop-link a:hover {
  color: var(--color-brand);
}
.shop-link a.active {
  color: var(--color-brand);
}
.shop-title {
  font-size: 24px;
  line-height: 130%;
  font-weight: 6 00;
  color: var(--color-brand);
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (min-width:768px) {
  .shop-title {
  font-size: 30px;
  line-height: 39px;
}
}@media (min-width:991px) {
  .shop-title {
  font-size: 40px;
  line-height: 64px;
}
}@media (min-width:991px) {
  .shop-title {
  font-size: 45px;
  line-height: 64px;
}
}@media (min-width:1550px) {
  .shop-title {
  font-size: 52px;
  line-height: 64px;
}
}@media (min-width:1920px) {
  .shop-title {
  font-size: 56px;
  line-height: 64px;
}
}.shop-card {
  background: #fff;
  border: 1px solid #dadada;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .03);
  border-radius: 20px;
  padding: 32px 32px 24px 32px;
}
@media (max-width:990.98px) {
  .shop-card {
  padding: 16px 32px 24px 32px;
}
}.shop-card__img {
  width: 100%;
  height: 72px;
}
.shop-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.shop-card span {
  display: block;
  line-height: normal;
}
.shop-card span:nth-child(2) {
  font-size: 24px;

  @media (width < 768px) {
    font-size: 16px;
  }
}
.shop-card span:nth-child(3) {
  color: var(--color-secondary);
}
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(191, 195, 205, .7);
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: .3s;
}
.overlay-wrap,
.modal-content  {
  width: 100%;
  max-width: 727px;
  max-height: 90vh;
  background: #fff;
  overflow: auto;
  transition: .3s;
  position: relative;
  padding: 56px 75px;
  min-height: 473px;
}
@media (max-width:767.98px) {
  .overlay-wrap,
  .modal-content {
  margin-top: 20px;
  max-width: 400px;
  padding: 56px 20px;
  min-height: auto;
}
}.overlay-close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  fill: var(--color-primary-text);
}
@media (min-width:768px) {
  .overlay-close {
  right: 24px;
  top: 24px;
}
}.overlay h2,
.modal-top .title {
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  text-align: center;
}
@media (max-width:767.98px) {
  .overlay h2,
  .modal-top .title {
  font-size: 18px;
  max-width: 220px;
}
}.overlay p,
.modal-top .modal-top__text  {
  max-height: 35vh;
  overflow: auto;
  color: var(--color-secondary);
  text-align: center;
}
.overlay .input-wrapper,
.modal-dialog .input-wrapper {
  border: 1px solid var(--color-brand);
  width: 100%;
  max-width: 388px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width:767.98px) {
  .overlay .input-wrapper,
  .modal-dialog .input-wrapper {
  max-width: 273px;
}
}.overlay .input-wrapper input,
.modal-dialog .input-wrapper input {
  background: #fff;
  padding: 14px;
  width: calc(100% - 133px);
  color: var(--color-brand);
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width:767.98px) {
  .overlay .input-wrapper input,
  .modal-dialog .input-wrapper input {
  padding: 14px 6px;
}
}.overlay .input-wrapper .btn,
.modal-dialog .input-wrapper .btn {
  width: 133px;
}
.overlay .btn,
.modal-dialog .btn {
  font-size: 16px;
}
.overlay .overlay-review,
.modal-dialog .overlay-review {
  margin-top: 72px;
}
@media (max-width:767.98px) {
  .overlay .overlay-review,
  .modal-dialog .overlay-review {
  margin-top: 56px;
}
}.overlay .overlay-review p,
.modal-dialog .overlay-review p {
  font-size: 16px;
  font-weight: 500;
}
.overlay .overlay-clock,
.modal-dialog .overlay-clock {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  fill: var(--color-secondary);
}
.overlay-show {
  opacity: 1;
  z-index: 999;
}
.overlay-show .overlay-wrap {
  margin-right: 0;
}
.overlay-menu h2 {
  font-size: 16px;
  margin-top: 40px;
}
@media (max-width:767.98px) {
  .overlay-menu h2 {
  max-width: 100%}
}.review-like, .review-dislike {
  cursor: pointer;
}
.review-like svg, .review-dislike svg {
  width: 24px;
  height: 24px;
  fill: var(--color-secondary);
}
.review-like p, .review-dislike p {
  color: var(--color-secondary);
  margin-left: 8px;
}
.review-dislike {
  margin-left: 16px;
}
.review-dislike svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.review-like:hover svg, .review-like.active svg {
  fill: var(--color-green);
}
.review-like:hover p, .review-like.active p {
  color: var(--color-green);
}
.review-dislike:hover svg, .review-dislike.active svg {
  fill: var(--color-error);
}
.review-dislike:hover p, .review-dislike.active p {
  color: var(--color-error);
}
.burger {
  border: 0;
  position: relative;
  height: 14px;
  min-width: 18px;
  width: 18px;
  overflow: hidden;
  background-color: transparent;
  z-index: 100;
  cursor: pointer;
}
.burger__line {
  width: 100%;
  height: 2px;
  border-radius: 50px;
  transition: .3s;
  background: var(--color-primary-text);
}
.burger.open .burger__line:first-child {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.burger.open .burger__line:nth-child(2) {
  -webkit-transform: translateX(calc(100% + 4px));
  transform: translateX(calc(100% + 4px));
}
.burger.open .burger__line:last-child {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
  width: 100%}
.burger-menu .burger__line {
  background: #fff;
}
.burger-menu .burger__line:first-child {
  width: 12px;
}
.burger-menu .burger__line:nth-child(2) {
  height: 2px;
}
.burger-menu .burger__line:last-child {
  width: 12px;
}
.burger-menu.open .burger__line:first-child {
  width: 100%}
.burger-menu.open .burger__line:nth-child(2) {
  width: 100%}
.burger-menu.open .burger__line:last-child {
  width: 100%}
.plus {
  width: 14px;
  height: 14px;
  position: relative;
}
@media (max-width:990.98px) {
  .plus {
  width: 9px;
  height: 9px;
}
}.plus-line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 50px;
  transition: .3s;
  background: var(--color-primary-text);
}
.plus-line:nth-child(2) {
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.plus.minus .plus-line:nth-child(2) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq {
  margin-top: 144px;
}
@media (max-width:990.98px) {
  .faq {
  margin-top: 80px;
}
}.accordion-row:not(.open) .accordion-content {
  max-height: 0;
}
.accordion-content {
  background-color: #fff;
  overflow: hidden;
  transition: max-height .2s ease-out;
}
.accordion-row {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .03);
  border-radius: 20px;
  margin-top: 16px;
}
@media (min-width:991px) {
  .accordion-row {
  margin-top: 24px;
}
}@media (min-width:1550px) {
  .accordion-row {
  margin-top: 32px;
}
}.accordion-title {
  padding: 16px;
}
@media (min-width:991px) {
  .accordion-title {
  padding: 24px;
}
}@media (min-width:1280px) {
  .accordion-title {
  padding: 32px;
}
}@media (min-width:1550px) {
  .accordion-title {
  padding: 40px 40px 40px 40px;
}
}@media (min-width:1920px) {
  .accordion-title {
  padding: 40px 76px 40px 40px;
}
}.accordion-title h3 {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width:991px) {
  .accordion-title h3 {
  font-size: 22px;
}
}@media (min-width:1280px) {
  .accordion-title h3 {
  font-size: 28px;
}
}@media (min-width:1550px) {
  .accordion-title h3 {
  font-size: 35px;
}
}@media (min-width:1920px) {
  .accordion-title h3 {
  font-size: 40px;
}
}.accordion-icon {
  background: var(--color-brand);
  border-radius: 50%;
  padding: 5px;
}
@media (min-width:1280px) {
  .accordion-icon {
  padding: 13px;
}
}.accordion-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  transition: .4s;
}
@media (min-width:991px) {
  .accordion-icon svg {
  width: 30px;
  height: 30px;
}
}@media (min-width:1550px) {
  .accordion-icon svg {
  width: 37px;
  height: 37px;
}
}.accordion-content-padding {
  padding: 12px;
}
@media (min-width:991px) {
  .accordion-content-padding {
  padding: 16px 32px;
}
}@media (min-width:1550px) {
  .accordion-content-padding {
  padding: 8px 40px 60px 40px;
}
}.accordion-content-padding p, .accordion-content-padding ul, .accordion-content-padding a, .accordion-content-padding li {
  font-weight: 500;
  font-size: 16px;
}
.accordion-content-padding ul, .accordion-content-padding ol {
  padding-left: 20px;
}
.accordion-row.open .accordion-icon svg {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navigation p {
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  margin-right: 8px;
}
.navigation p.active {
  border-radius: 50%;
  background: var(--color-brand);
  color: #fff;
}
.navigation span {
  cursor: pointer;
  font-size: 16px;
}
.search-input {
  width: 100%;
  z-index: 6;
}
.search-input__icon {
  position: absolute;
  right: 16px;
  z-index: 3;
  cursor: pointer;
  width: 24px;
  height: 24px;
  stroke: var(--color-grey);
}
@media (min-width:1280px) {
  .search-input__icon {
  right: 48px;
}
}@media (max-width:990.98px) {
  .search-input__icon {
  right: auto;
  left: 16px;
  width: 16px;
  height: 16px;
}
}.search-input input {
  height: 56px;
  padding: 0 48px 0 16px;
  width: 100%;
  z-index: 3;
  position: relative;
  outline: 1px solid #ffe0da;
}
@media (min-width:1280px) {
  .search-input input {
  padding: 0 72px 0 16px;
}
}@media (max-width:990.98px) {
  .search-input input {
  padding: 0 16px 0 40px;
  border-radius: 20px;
}
}.search-input input:focus {
  outline: 1px solid var(--color-brand);
}
.input-datalist__list {
  background: #fff;
  box-shadow: 0 4px 50px rgba(165, 165, 165, .7);
  border-radius: 0 0 10px 10px;
  list-style-type: none;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  width: calc(100% - 1px);
  padding-top: 20px;
  top: calc(100% - 20px);
  display: none;
  overflow: auto;
  max-height: 60vh;
}
.input-datalist__list.open {
  display: block;
  padding-top: 40px;
}
.input-datalist__list p {
  padding: 18px 16px;
  font-weight: 400;
}
.input-datalist__list li:hover {
  background: var(--color-brand);
  color: #fff;
}
.search-result {
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0;
  max-height: calc(100vh - 200px);
  overflow: auto;
  display: none;
}
.search-result.open {
  display: -ms-flexbox;
  display: flex;
}
.search-result-item {
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -ms-flex-align: center;
  align-items: center;
}
a.search-result-item,
p.search-result-item,
.search-result-item span {
  color: var(--color-primary-text) !important;
  margin: 0;
}
.search-result-item img {
  max-width: 100px;
  margin-left: 12px;
  margin-right: 12px;
}
.header-search .search-input {
  width: 100%}
@media (min-width:991px) {
  .header-search .search-input {
  width: 350px;
}
}@media (min-width:1280px) {
  .header-search .search-input {
  width: 480px;
}
}@media (min-width:1550px) {
  .header-search .search-input {
  width: 580px;
}
}@media (min-width:1920px) {
  .header-search .search-input {
  width: 774px;
}
}@media (max-width:990.98px) {
  .header-search .search-input {
  height: 40px;
}
}@media (max-width:990.98px) {
  .header-search .search-input input {
  height: 40px;
}
}.footer-search .input-datalist__list {
  top: auto;
  bottom: calc(100% - 20px);
  border-radius: 10px 10px 0 0;
  padding-bottom: 20px;
  padding-top: 0;
}
.catalog {
  max-width: calc(100vw - 32px);
}
.catalog, .payment {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .03);
  border-radius: 20px;
  padding: 40px 40px 115px 40px;
  margin-top: 44px;
}
.catalog iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; 
  border: none; 
}
.catalog img, .payment img {
  max-width: calc(100% - 32px);
  width: auto;
}
.catalog ul, .payment ul,
.catalog ol, .payment ol {
  padding-left: 24px;
}
.catalog ul li, .payment ul li,
.catalog ol li, .payment ol li { 
  font-size: 16px;
}
@media (max-width:990.98px) {
  .catalog, .payment {
  margin-top: 64px;
  padding: 32px 6px 62px 16px;
}
}.catalog p, .payment p {
  max-width: 871px;
  font-size: 16px;
}
.catalog h2, .payment h2 {
  margin-bottom: 32px;
}
@media (max-width:990.98px) {
  .catalog h2, .payment h2 {
  margin-bottom: 24px;
  font-size: 18px;
}
}.payment {
  margin-top: 64px;
}
@media (max-width:990.98px) {
  .payment {
  margin-top: 32px;
}
}.look-more .show-more--btn {
  cursor: pointer;
}
.look-more .content-to-hide {
  transition: max-height .4s ease;
  overflow: hidden;
  padding-top: 1px;
  padding-bottom: 1px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.look-more:not(.active)>div:nth-child(1).content-to-hide {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}
@media (max-width:990.98px) {
  .pages-main h1 {
  margin-left: 128px;
  min-height: 82px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
}.main-block {
  margin-top: 96px;
}
@media (max-width:990.98px) {
  .main-block {
  margin-top: 64px;
}
}
.assessment .assessment-stars {
  margin-bottom: 12px;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .retailer-overview {
      margin-bottom: 0;
  }
  .assessment .assessment-stars {
    margin-bottom: 0;
    margin-top: 0;
  }
  .pc-pnt-bnnr {
    margin: 16px auto;
    text-align: center;
  }
  .pc-pnt-bnnr img {
    max-width: 100%;
  }
}
  .assessment .assessment-star {
	background: transparent;
	width: 21px;
	height: 21px;
	cursor: pointer;
	position: relative;
	margin-right: 8px;
  }
  .assessment .assessment-star svg {
	display: block;
	width: 23px;
	height: 23px;
  }
  
  .assessment .assessment-star-icon {
	width: 100%;
	height: 100%;
  }
  
  .assessment .assessment-star {
    fill: var(--color-light);
    stroke: var(--color-light);
  }
  
  .assessment .assessment-star-dark {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index: 2;
	display: none;
  }
  .assessment .assessment-star-dark svg  {
	fill: var(--color-star);
	stroke: var(--color-star);
  }
  
  .assessment .assessment-star.hover .assessment-star-dark {
	opacity: .5;
	transform: scale(1.1);
	display: block;
  }
  
  .assessment .assessment-star.active  .assessment-star-dark {
	transform: scale(1.1);
	display: block;
	opacity: 1;
  }
  .assessment .assessment-star.active-user  .assessment-star-dark {
	width: 100% !important;
  }
  
  .retailer-overview__average-score {
	margin-top: 12px;
  }
  
  .retailer-overview__total-score span,
  .retailer-overview__average-score span {
	font-weight: bold;
  }

  #contactForm button[type="submit"] {
    transition: .4s;
    background: var(--color-brand);
    border: 1px dosid var(--color-brand);
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    padding: 16px 24px;
    margin-top: 16px;
    
    
  }
  #contactForm button[type="submit"]:hover {
    background: var(--color-brand);
  }
@media screen and (max-width: 768px) {
  #contactForm button[type="submit"] {
    width: 100%;
  }
}

.close {
  font-size: 60px;
  position: absolute;
  right: 24px;
  top: 6px;
}
.form-group .checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 0;
  padding-left: 0;
}

.form-group .checkbox input {
  position: relative;
  padding: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 4px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  cursor: pointer;
  margin: 0;
  margin-right: 12px;
}
.form-group .checkbox input:focus {
  outline: none;
}
.form-group .checkbox input[type="checkbox"]:checked {
	border-color: var(--color-brand);
	background-color: var(--color-brand);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.page-content {
  padding: 40px 0;
}
.page-content p {
  font-size: 16px;
  line-height: 130%;
}
.page-content h1 {
  text-align: center;
}
.page-content p + p {
  margin-top: 8px;
}
form#contactForm {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
}
form .form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
form .form-group .control-label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
form .form-group input,
form .form-group textarea {
  border: 1px solid #b1b1b1;
  min-height: 40px;
  font-size: 16px;
  border-radius: 8px;
  padding: 8px 16px;
  width: 100%;
  outline: none;
  background: #fff;
  resize: none;
}
form .form-group + .form-group {
  margin-top: 16px;
}
.field-contactform-personaldate label{
  display: flex;
  align-items: center
}
.field-contactform-personaldate input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  min-height: auto;
  padding: 0;
}
.form-group button {
  height: 48px;
  font-size: 16px;
  cursor: pointer;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  pointer-events: none;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
@media (min-width: 768px) {
  .modal-dialog {
      width: 600px;
      margin: 30px auto;
  }
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-content {
  width: 100%;
  max-width: 727px;
  max-height: 100%;
  background: #fff;
  overflow: auto;
  transition: .3s;
  position: relative;
  padding: 56px 75px;
  min-height: 473px;
}
@media (min-width: 768px) {
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-open .modal {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}
.fade.in {
  opacity: 1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity = 20);
  opacity: 0.2;
}
.close {
  font-size: 60px;
  position: absolute;
  right: 24px;
  top: 6px;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal.fade.in {
  display: block !important;
  z-index: 99;
  pointer-events: auto
}
.grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.word-keep {
  word-wrap: keep-all;
}
iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; 
  border: none;   
}
.header-search {
  margin-left: auto;
}
.header-logo {
  margin-right: 20px;
  @media (width < 991px) {
    transform: scale(0.7);
    transform-origin: 0;
  }
}
.page-header__search {
  @media (width < 991px) {
    flex-direction: row-reverse;
  }
}
.page-footer__note {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-right: 32px;
}
li.social-list__item {
  margin-top: 0;
}
.filter-plug-text {
  margin-top: 12px;
}
.another-filter {
  white-space: nowrap;
}
.icon-coll {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  overflow: hidden;
}
.grid {
    margin: 16px 0;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(157px, 1fr));

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

.grid-1 {
    margin: 16px 0;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;

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

.grid-2 {
    margin: 16px 0;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    
    img {
      width: 100%;
      max-width: 100%;
    }

    @media (width < 768px) {
        grid-template-columns: repeat(auto-fit, minmax(157px, 1fr));
    }
}

.grid-3 {
    margin: 16px 0;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);

    img {
      width: 100%;
      max-width: 100%;
    }
    
    @media (width < 768px) {
        grid-template-columns: repeat(auto-fit, minmax(157px, 1fr));
    }
}

.grid-4 {
    margin: 16px 0;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, 1fr);

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

    @media (width < 768px) {
        grid-template-columns: repeat(auto-fit, minmax(157px, 1fr));
    }
}

.grid-5 {
    margin: 16px 0;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, 1fr);

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

    @media (width < 768px) {
        grid-template-columns: repeat(auto-fit, minmax(157px, 1fr));
    }
}
.grid-slider {
    width: 100%;
    overflow: hidden;

    swiper-container {
        overflow: hidden;
        width: 100%;
        height: 100%;
        --swiper-theme-color: var(--color-brand);
        --swiper-navigation-color: #fff;
        --swiper-navigation-size: 18px;
    }

    swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        height: var(--slider-height);
    }

    swiper-slide img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    swiper-container::part(button-prev),
    swiper-container::part(button-next) {
        background-color: var(--swiper-theme-color);
        padding: 8px 12px;
        border-radius: 50%;
    }
}

.shop-slide {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

.shop-slide__title {
  font-weight: 700;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.shop-slide__image {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-slide__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.shop-slide__discount {
  font-weight: 700;
  color: var(--color-brand);
}

.shop-slide__old {
  opacity: 0.5;
  text-decoration: line-through;
}