@charset "UTF-8";

/*!
 * TK Laser
 * Maximus | https://www.studio-maximus.com/ 
 * Vitalii Kurinaki
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: #00aca5;
  text-decoration: underline;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

.hide-scroll{
  overflow: hidden;
}

#sb_instagram{
  position: relative;
}

#sb_instagram .sbi_follow_btn a{
  border-radius: 47.703px;
  background: linear-gradient(270deg, #F88A4C 0%, #DD367E 100%)!important;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 14px 6px;
}

#sbi_load{
  display: inline-block;
  position: absolute;
  top: 31px;
  right: 0;
}

.sbi-user-info{
  display: none!important;
}
#sb_instagram #sbi_load{
  width: auto!important;
}

.sb_instagram_header{
  height: 121px;
}

#sb_instagram.sbi_col_5 #sbi_images {
  grid-template-columns: repeat(4,1fr);
}

.sb_instagram_header:not(.sbi_centered) .sbi_feedtheme_header_text .sbi_bio_info .sbi_followers svg, .sb_instagram_header:not(.sbi_centered) .sbi_feedtheme_header_text .sbi_bio_info .sbi_posts_count svg{
  position: relative;
  top: -4px;
}

.sb_instagram_header:not(.sbi_centered) .sbi_feedtheme_header_text .sbi_bio_info .sbi_followers, .sb_instagram_header:not(.sbi_centered) .sbi_feedtheme_header_text .sbi_bio_info .sbi_posts_count{
  color: #000;
  font-size: 16px;
}


.sbi_bio_info{
  margin-left: 80px!important;
}

.sbi_bio_info span + span{
  margin-left: 80px;
}
.sbi_bio_info span b{
  font-size: 20px!important;
  font-weight: 700;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  background-color: #fff;
  font-family: "TTCommons", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  line-height: 1.15;
  color: #929292;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 40px;
  color: #000;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

span,
time,
label {
  display: inline-block;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

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

button,
input,
optgroup,
select,
textarea {
  line-height: 1.5;
}

button {
  cursor: pointer;
}

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

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

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

.container {
  max-width: 1170px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container_wide {
  max-width: 1440px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.page {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content {
  flex: 1;
}

.title {
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  white-space: pre-line;
}

@media (max-width: 991px) {
  .title {
    margin-bottom: 20px;
    font-size: 40px;
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 28px;
  }
}

.text__pre {
  white-space: pre-line;
}

@media (max-width: 991px) {
  .text__pre {
    white-space: normal;
  }
}

.hover__line {
  position: relative;
}

.hover__line::after {
  content: "";
  position: absolute;
  width: 100%;
  display: flex;
  transform-origin: left center;
  transform: scaleX(0);
  border-bottom: 2px solid #fff;
  transition: transform 0.3s ease-in-out;
}

.hover__line:hover::after {
  transform: scaleX(1);
}

.btn {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 15px 17px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2.1px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 25px;
  color: #ffffff;
  background-color: #3a3a3a;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .btn {
    max-width: 100%;
    padding: 16px 15px 14px;
  }
}

.btn:hover {
  background-color: #00aca5;
}

.btn:disabled {
  background-color: #e0e0e0;
  cursor: default;
}

@keyframes fly {
  from {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scrolltotop {
  display: none;
  position: fixed;
  left: 2%;
  bottom: 10%;
  z-index: 10;
  transform: rotate(-90deg);
  width: 70px;
  height: 50px;
  border: 2px solid #00aca5;
  opacity: 0.7;
  background: url(../img/icons/arrow-blue.svg) #fff center/40px no-repeat;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1169px) {
  .scrolltotop {
    left: 0;
  }
}

@media (max-width: 767px) {
  .scrolltotop {
    width: 50px;
    height: 40px;
    left: 10px;
    bottom: 95px;
    background-size: 30px;
  }
}

.scrolltotop:hover {
  opacity: 1;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /*background: url(owl.video.play.png) no-repeat;*/
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104299;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*z-index: 1043;*/
  z-index: 999999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*! nouislider - 14.6.3 - 11/19/2020 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}

.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.form__section {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 575px) {
  .form__section {
    width: 100%;
  }
}

h1 span,
h2 span {
  color: #00aca5;
}

.title_form {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 991px) {
  .title_form {
    margin-bottom: 20px;
  }
}

.form__caption {
  width: 100%;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.form__name {
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.form__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.form__item.form__item_error {
  position: relative;
  flex-direction: column;
}

.form__item.form__item_error .input {
  border-color: #e32c2b;
}

.form__item.form__item_error .input:focus {
  border-color: #00aca5;
}

.form__item.form__item_error .textarea {
  border-color: #e32c2b;
}

.form__item.form__item_error .textarea:focus {
  border-color: #00aca5;
}

.form__item.form__item_error .form__error {
  display: block;
}

.form__item_row {
  flex-wrap: wrap;
}

.form__item_row .form__control {
  width: calc(50% - 10px);
}

@media (max-width: 575px) {
  .form__item_row .form__control {
    width: 100%;
  }

  .form__item_row .form__control:first-of-type {
    margin-bottom: 20px;
  }
}

.form__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form__item_short {
  width: calc(50% - 5px);
}

@media (max-width: 575px) {
  .form__item_short {
    width: 100%;
  }
}

.form__control {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.input {
  width: 100%;
  padding: 14px 30px 13px;
  border-radius: 25px;
  background-color: #fff;
  outline: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  border: 1px solid #ebebeb;
  caret-color: #00aca5;
  transition: border-color 0.3s ease-in-out;
  box-shadow: none;
}

@media (max-width: 575px) {
  .input {
    padding: 15px;
  }
}

.input:focus {
  border-color: #00aca5;
}

.input:focus::placeholder {
  color: transparent;
}

.input::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #929292;
}

.form__error {
  display: none;
  margin: 3px 0 0;
  padding: 0 20px;
  font-size: 14px;
  color: #e32c2b;
}

.textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 130px;
  padding: 14px 30px 13px;
  border-radius: 25px;
  background-color: #fff;
  outline: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  border: 1px solid #ebebeb;
  caret-color: #00aca5;
  transition: border-color 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .textarea {
    padding: 15px;
  }
}

.textarea:focus {
  border-color: #00aca5;
}

.textarea::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #929292;
}

.checkbox__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .checkbox__list {
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

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

.checkbox__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__text::before {
  border-color: #2452e8;
  background: #2452e8 url(../img/icons/checkmark.svg) center/11px no-repeat;
}

.checkbox__input:hover + .checkbox__text:before {
  border-color: #2452e8;
}

.checkbox__text {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 500;
}

.checkbox__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.form__submit {
  max-width: 200px;
  margin: 0 auto;
}

.noUi-horizontal {
  height: 8px;
  border-radius: 5px;
  background-color: #ffffff;
  border: none;
  box-shadow: none;
}

.noUi-connects {
  border-radius: 5px;
  background-color: #f3f6fe;
}

.noUi-connect {
  background-color: #2452e8;
}

.noUi-handle {
  top: -11px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 100%;
  background-color: #2452e8;
  border: none;
  box-shadow: none;
  outline: none;
}

.noUi-handle:after,
.noUi-handle:before {
  display: none;
}

.selection {
  width: 100%;
}

.select2 {
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  border: none;
  background-color: #fff;
}

.select2-selection.select2-selection--single {
  position: relative;
  height: 100%;
  padding: 10px 40px 10px 45px;
  border-radius: 25px;
  border: 1px solid #ebebeb;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.select2-selection.select2-selection--single::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 30px;
  transform: translateY(-50%);
  width: 9px;
  height: 12px;
  background: url(../img/icons/pin.svg) center/contain no-repeat;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 8px;
  height: 6px;
  background: url(../img/icons/arrow_blue.svg) center/contain no-repeat;
  transition: all 0.3s ease-in-out;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-color: #00aca5;
}

.select2-container--default.select2-container--focus.select2-container--open
  .select2-selection__arrow {
  transform: translateY(-50%) rotateX(180deg);
}

.select2-selection__arrow b {
  display: none;
}

.select2-selection__rendered {
  padding: 0;
  color: #999999;
}

.select2-results__option {
  padding: 5px 40px 5px 45px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.select2-container--default .select2-results__group {
  padding: 20px 40px 5px 45px;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding: 5px 40px 5px 45px;
  color: #929292;
}

.select2-dropdown {
  border-color: #00aca5;
  transition: border-color 0.3s ease-in-out, opacity 1s ease-in-out;
  z-index: 2;
}

.select2-dropdown--above {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
}

.select2-dropdown--below {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #00aca5;
  color: #fff;
}

.radios {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.radio {
  position: relative;
  cursor: pointer;
  width: 50%;
}

.radio__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.radio__input:checked + .radio__text {
  color: #fff;
  background-color: #1877f2;
  box-shadow: inset 0 -5px 0px 0 #2752ea;
}

.radio__text {
  width: 100%;
  padding: 26px 0 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  box-shadow: inset 0 3px 0px 0 #dfe4f3;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  background-color: #f9fbff;
  transition: all 0.3s ease-in-out;
}

.popup {
  position: relative;
  max-width: 555px;
  width: 100%;
  padding: 70px;
  margin: 20px auto;
  border-radius: 10px;
  background-color: #ffffff;
}

@media (max-width: 575px) {
  .popup {
    margin: 0 auto;
    padding: 15px;
    border-radius: 0;
  }
}

@media (max-width: 575px) {
  .mfp-container {
    padding: 0 !important;
  }
}

.popup__close {
  position: absolute;
  z-index: 1;
  top: 40px !important;
  right: 40px !important;
  width: 20px !important;
  height: 20px !important;
}

@media (max-width: 575px) {
  .popup__close {
    top: 20px !important;
    right: 20px !important;
  }
}

.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 2px;
  background-color: #00aca5;
}

.popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__inner {
  display: flex;
  flex-wrap: wrap;
}

.popup__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
}

.popup.popup-first {
  padding-top: 80px;
  padding-bottom: 30px;
  background: #fff
    url(../img/natural-beauty-portrait-female-face-body-with-perfect-skin-deodorant-advertising-hair-epilation-concept.png)
    top/contain no-repeat;
}

@media (max-width: 575px) {
  .popup.popup-first {
    padding-top: 70px;
  }
}

.form-first_time .percent-number,
.form-first_time .popup__title {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 35px;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 7px;
}

.form-first_time .percent-title {
  display: flex;
  justify-content: center;
}

.form-first_time .percent-title .percent-number {
  font-weight: bold;
  font-size: 83px;
  color: #00aca5;
  line-height: 60px;
  margin-right: 5px;
}

.form-first_time .percent-title .popup__title {
  text-align: left;
}

.form-first_time .popup__title span {
  color: #00aca5;
}

.form-first_time hr {
  border: none;
  width: 175px;
  height: 2px;
  background: #00aca5;
  margin-bottom: 10px;
}

.form-first_time .popup-text {
  text-align: center;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px;
}

.form-first_time .btn {
  background: #00aca5;
}

.form-first_time .btn:hover,
.form-first_time .btn:active {
  background: #3a3a3a;
}

.form_sale {
  width: 100%;
}

.popup__top {
  width: 100%;
  margin-bottom: 50px;
}

.select-wrap_address {
  width: 100%;
  margin-bottom: 20px;
  display: none;
}

.select-wrap_address
  .select2-container--default
  .select2-results
  > .select2-results__options {
  max-height: 490px;
}

@media (max-width: 575px) {
  .select-wrap_address
    .select2-container--default
    .select2-results
    > .select2-results__options {
    max-height: 430px;
  }
}

.select-wrap {
  width: 100%;
  margin-bottom: 20px;
}

.select-wrap:not(:first-of-type) {
  display: none;
}

.select-wrap .select2-results__option:first-of-type {
  display: none;
}

.select-wrap
  .select2-container--default
  .select2-results__option
  .select2-results__option {
  display: list-item;
}

.select-wrap .select2-selection.select2-selection--single::before {
  display: none;
}

.select-wrap .select2-selection.select2-selection--single,
.select-wrap .select2-results__option,
.select-wrap .select2-container--default .select2-results__group,
.select-wrap
  .select2-container--default
  .select2-results__option
  .select2-results__option {
  padding-left: 30px;
}

.select-wrap
  .select2-container--default
  .select2-results
  > .select2-results__options {
  max-height: 390px;
}

.popup-sale__tab {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.popup-sale__caption {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.popup-sale__caption.active {
  color: #000000;
}

.popup-sale__caption:hover {
  color: #000;
}

.popup-sale__caption:first-of-type {
  position: relative;
  margin-right: 30px;
}

.popup-sale__caption:first-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #929292;
  pointer-events: none;
}

.popup-sale__caption:last-of-type {
  margin-left: 30px;
}

.popup-sale__result {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.popup-sale__item,
.premium_sale__item {
  order: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 31px;
  margin-bottom: 15px;
  opacity: 0;
  align-items: center;
  min-height: 50px;
}

.premium_sale__item {
  display: none;
}

.premium_sale__item .popup-sale__text {
  color: #f33156;
}

.premium_sale__item .premium-notice {
  color: #929292;
  font-weight: 300;
  font-size: 15px;
  line-height: 16px;
}

.premium_sale__item input {
  display: none;
}

.premium_sale__item label {
  color: #000;
  font-weight: 300;
  font-size: 15px;
  line-height: 15px;
  position: relative;
  cursor: pointer;
}

.premium_sale__item label:before {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 12px;
  height: 12px;
  border: 2px solid #00aca5;
  margin-top: 1px;
}

.premium_sale__item input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -15px;
  width: 6px;
  height: 6px;
  background-color: #00aca5;
}

@media (max-width: 575px) {
  .popup-sale__item,
  .premium_sale__item {
    padding-left: 25px;
    flex-wrap: wrap;
  }
}

.popup-sale__item.active,
.premium_sale__item.active {
  animation: slideUp 0.3s ease-in-out forwards;
}

.popup-sale__item:before,
.premium_sale__item:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #00aca5;
  border-radius: 100%;
}

.popup-sale__item:after,
.premium_sale__item:after {
  content: "";
  position: absolute;
  top: 21px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #00aca5;
  border-radius: 100%;
}

.new_discount_block {
  order: 3;
  display: none;
  justify-content: end;
}

.new_discount_block > span {
  background-color: #00aca5;
  border-radius: 4px;
  font-size: 15px;
  line-height: 15px;
  color: #000;
  padding: 3px 5px 1px;
  font-style: italic;
}

.new_discount_block .__discount_in_uah {
  color: #fff;
  padding-left: 4px;
}

.popup-sale__text {
  max-width: 230px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
}

.popup-sale__text span {
  color: #929292;
}

.subscriptions-rec .popup-sale__text {
  width: 200px;
}

/*-------------------NEW-12-06-23-----------------*/

.discount-archive-first-screen-items-item-image {
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}

.discount-archive-first-screen-items-list
  li:first-child
  .discount-archive-first-screen-items-item-image {
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}

.discount-archive-first-screen-items-list
  li:nth-child(2)
  .discount-archive-first-screen-items-item-image {
  overflow: hidden;
  border-radius: 0 20px 20px 0;
}

.discount-archive-first-screen-items-list-container {
  padding: 0 30px !important;
}

.discount-archive-first-screen-items-item-title {
  text-transform: inherit !important;
}

.discount-archive-items-list-wrapper {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.discount-archive-items-filter-wrapper {
  padding: 0 7px 0 31px !important;
}

.discount-archive-items-item .sale-item__item::before {
  top: 9px;
  left: 0;
}

.discount-archive-items-item {
  padding-bottom: 110px;
  position: relative;
}

.discount-archive-items-item-buttons-container {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 2;
}
.discount-single-checkbox-container .premium-checkbox {
  width: 47% !important;
}

.discount-single-content-container {
  justify-content: center;
}
.discount-single-items-more-slider-container {
  padding: 0 150px !important;
}

.discount-single-items-more-pagination-next {
  right: 0 !important;
}

.discount-archive-items-item.swiper-slide {
  padding-bottom: 60px !important;
}
.discount-archive-items-item.swiper-slide {
  height: auto;
}

@media (max-width: 575px) {
  .popup-sale__text {
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
  }
}

.popup-sale__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 575px) {
  .popup-sale__actions {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.popup-sale__price {
  font-size: 18px;
  line-height: 1;
  color: #000;
}

.popup-sale__remove {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 18px;
  line-height: 1;
  color: #00aca5;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.popup-sale__remove:hover {
  opacity: 1;
}

.popup-sale__total {
  order: 2;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 2px solid #ebebeb;
}

.popup-sale__add {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 18px;
  color: #00aca5;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.popup-sale__add:hover {
  opacity: 1;
}

.popup-sale__sum {
  font-weight: 500;
  color: #000;
}

.__price {
  margin-left: 5px;
}

.__old_price {
  color: #929292;
  text-decoration: line-through;
  font-weight: 300;
  font-size: 18px;
}

.__discount {
  color: #00aca5;
  margin: 0 8px;
  font-weight: 300;
  font-size: 18px;
}

.popup__bottom {
  max-width: 320px;
  margin: 0 auto;
}

.popup__bottom .form__item:last-of-type {
  margin-bottom: 30px;
}

.popup__caption {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

.btn_popup {
  max-width: 240px;
  margin: 0 auto;
}

.form_contacts {
  width: 100%;
}

.form_contacts .form__item:last-of-type {
  margin-bottom: 30px;
}

.form_contacts .textarea {
  min-height: 50px;
}

.form_contacts p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  margin-bottom: 35px;
}

.popup-gift {
  max-width: 420px;
  padding: 60px;
}

@media (max-width: 575px) {
  .popup-gift,
  .popup-equipment {
    padding: 15px;
  }
}

.form_gift,
.form_equipment {
  width: 100%;
}

.form_gift .form__item:last-of-type,
.form_equipment .form__item:last-of-type {
  margin-bottom: 30px;
}

.form_gift .btn,
.form_equipment .btn {
  max-width: 160px;
}

.select-gift__wrap .select2-selection.select2-selection--single::before,
.select-equipment__wrap .select2-selection.select2-selection--single::before {
  display: none;
}

.select-gift__wrap .select2-selection.select2-selection--single,
.select-equipment__wrap .select2-selection.select2-selection--single {
  padding-left: 30px;
}

.select-gift__wrap .select2-results__option,
.select-equipment__wrap .select2-results__option {
  padding-left: 30px;
}

.select-gift__wrap
  .select2-container--default
  .select2-results
  > .select2-results__options,
.select-equipment__wrap
  .select2-container--default
  .select2-results
  > .select2-results__options {
  max-height: 260px;
}

@media (max-width: 575px) {
  .select-gift__wrap
    .select2-container--default
    .select2-results
    > .select2-results__options,
  .select-equipment__wrap
    .select2-container--default
    .select2-results
    > .select2-results__options {
    max-height: 220px;
  }
}

@media (max-width: 575px) {
  .popup-rec {
    padding: 30px 15px;
  }
}

.popup-rec
  .select-wrap
  .select2-container--default
  .select2-results
  > .select2-results__options {
  max-height: 430px;
}

@media (max-width: 575px) {
  .popup-rec
    .select-wrap
    .select2-container--default
    .select2-results
    > .select2-results__options {
    max-height: 470px;
  }
}

.popup-rec
  .select-wrap_address
  .select2-container--default
  .select2-results
  > .select2-results__options {
  max-height: 350px;
}

@media (max-width: 575px) {
  .popup-rec
    .select-wrap_address
    .select2-container--default
    .select2-results
    > .select2-results__options {
    max-height: 390px;
  }
}

.form_rec {
  width: 100%;
}

.breadcrumbs {
  max-width: 1170px;
  width: 100%;
  margin: 20px auto;
  padding: 0 15px;
}

.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs__item::after {
  content: ">";
  margin-right: 5px;
}

.breadcrumbs__item:last-of-type::after {
  display: none;
}

.breadcrumbs__item:last-of-type .breadcrumbs__link {
  color: #00aca5;
}

.breadcrumbs__link {
  font-size: 16px;
  color: #929292;
}

.breadcrumbs__link:hover {
  color: #00aca5;
}

.header {
  position: sticky;
  z-index: 3;
  top: -93px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 991px) {
  .header {
    top: -61px;
  }
}

.header__top {
  padding: 10px 0 17px;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 991px) {
  .header__top {
    order: 2;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 0;
  }
}

.logo {
  padding: 5px 15px 0;
}

@media (max-width: 321px) {
  .logo {
    padding-right: 5px;
  }
}

.logo__link {
  display: flex;
  align-items: center;
  width: 54px;
}

@media (max-width: 991px) {
  .logo__link {
    max-width: 40px;
  }
}

.header__places {
  display: flex;
  align-items: center;
  /*padding-left: 30px;*/
  padding-left: 10px;
  /*max-width: 520px;*/
  max-width: 475px;
  width: 100%;
}

@media (max-width: 991px) {
  .header__places {
    max-width: calc(100% - 70px);
  }
}

@media (max-width: 575px) {
  .header__places {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (max-width: 321px) {
  .header__places {
    max-width: calc(100% - 60px);
    padding-right: 5px;
  }
}

.header__select {
  max-width: 190px;
  width: 100%;
  text-align: center;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .header__select {
    max-width: 200px;
  }
}

@media (max-width: 575px) {
  .header__select {
    max-width: calc(100% - 155px);
  }
}

@media (max-width: 321px) {
  .header__select {
    max-width: calc(100% - 155px);
  }
}

.header__select .select2 {
  height: 40px;
  font-size: 16px;
  font-weight: 400;
}

.header__select .select2-selection.select2-selection--single::before,
.ticket_select .select2-selection.select2-selection--single::before,
.input_order_quantity_wrapper
  .select2-selection.select2-selection--single::before,
.tabs_input_no_img_order_quantity_wrapper
  .select2-selection.select2-selection--single::before,
.tabs_input_order_quantity_wrapper
  .select2-selection.select2-selection--single::before {
  display: none;
}

.header__select .select2-selection.select2-selection--single {
  padding: 7px 30px 3px 20px;
}

.ticket_select .select2-selection.select2-selection--single,
.tabs_input_no_img_order_quantity_wrapper
  .select2-selection.select2-selection--single,
.tabs_input_order_quantity_wrapper
  .select2-selection.select2-selection--single {
  padding-right: 30px;
  padding-left: 20px;
}

.input_order_quantity_wrapper .select2-selection.select2-selection--single {
  padding-right: 25px;
  padding-left: 10px;
}

.input_order_quantity_wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 10px;
}

@media (max-width: 575px) {
  .header__select .select2-selection.select2-selection--single {
    padding: 7px 20px 3px 10px;
  }

  .ticket_select .select2-selection.select2-selection--single,
  .tabs_input_no_img_order_quantity_wrapper
    .select2-selection.select2-selection--single,
  .tabs_input_order_quantity_wrapper
    .select2-selection.select2-selection--single {
    padding-right: 20px;
    padding-left: 10px;
  }

  .input_order_quantity_wrapper .select2-selection.select2-selection--single {
    padding-right: 20px;
    padding-left: 10px;
  }
}

.header__select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 20px;
}

@media (max-width: 575px) {
  .header__select
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: 10px;
  }
}

.header__select .select2-results__option {
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.header__select .select2-results__option .soon,
.header__select .select2-results__option .closed,
.header__select .select2-results__option .country {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  width: 28px;
  height: 28px;
  background: url(../img/icons/soon.svg) center/contain no-repeat;
}

.header__select .select2-results__option .closed {
  top: 0;
  width: 23px;
  height: 23px;
  background: url(../img/icons/closed.svg) center/contain no-repeat;
}

.header__select .select2-results__option .country {
  top: 1px;
  width: 22px;
  height: 22px;
  background: url(../img/icons/pl.svg) center/contain no-repeat;
}

.ticket_select_results .select2-results__option,
.tabs_input_no_img_order_quantity_wrapper .select2-results__option,
.tabs_input_order_quantity_wrapper .select2-results__option {
  padding-right: 20px;
  padding-left: 20px;
}

.popup-rec .select2-results__option {
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 575px) {
  .header__select .select2-results__option {
    padding: 5px 10px;
  }

  .ticket_select_results .select2-results__option,
  .tabs_input_no_img_order_quantity_wrapper .select2-results__option,
  .tabs_input_order_quantity_wrapper .select2-results__option {
    padding-right: 10px;
    padding-left: 10px;
  }

  .popup-rec .select2-results__option {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.header__select
  .select2-container--default
  .select2-results
  > .select2-results__options {
  max-height: calc(100vh - 80px);
}

@media (max-width: 991px) {
  .header__select
    .select2-container--default
    .select2-results
    > .select2-results__options {
    max-height: calc(100vh - 140px);
  }
}

@media (max-width: 575px) {
  .header__select
    .select2-container--default
    .select2-results
    > .select2-results__options {
    max-height: calc(100vh - 220px);
  }
}

.header__address {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 5px;
  max-width: 260px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 20px;
  transition: border-color 0.3s ease-in-out, border-radius 0.5s ease-in-out;
}

@media (max-width: 991px) {
  .header__address {
    max-width: 260px;
  }
}

@media (max-width: 575px) {
  .header__address {
    max-width: 160px;
  }
}

@media (max-width: 350px) {
  .header__address {
    max-width: 150px;
  }
}

.header__address:hover {
  border-color: #ebebeb;
}

.header__address.active {
  border-color: #00aca5;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: border-radius 0s ease-in-out;
}

.header__address.active .address__caption::after {
  transform: rotateX(180deg) translateY(50%);
}

.header__address.no_select:hover {
  border-color: transparent;
}

.header__address.no_select .address__info {
  cursor: default;
  pointer-events: none;
}

.header__address.no_select .address__caption::after {
  display: none;
}

.address__info {
  width: 100%;
  padding: 10px 15px 5px;
  cursor: pointer;
}

@media (max-width: 575px) {
  .address__info {
    padding: 5px 10px;
  }
}

.address__caption {
  position: relative;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

@media (max-width: 575px) {
  .address__caption {
    padding-right: 10px;
    font-size: 14px;
  }
}

.address__caption::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 8px;
  height: 6px;
  background: url(../img/icons/arrow_blue.svg) center/contain no-repeat;
  transition: all 0.3s ease-in-out;
}

.address__time {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .address__time {
    display: none;
  }
}

.address__list {
  position: absolute;
  z-index: 1;
  top: 52px;
  left: -1px;
  display: none;
  width: calc(100% + 2px);
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #00aca5;
  border-top: none;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .address__list {
    top: 34px;
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .address__list {
    top: 43px;
  }
}

.address__text {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

@media (max-width: 575px) {
  .address__text {
    font-size: 14px;
    padding-left: 25px;
  }
}

.address__text::before,
.address__new::before,
.address__soon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: center/contain no-repeat;
}

.address__text:last-of-type {
  margin-bottom: 0;
}

.address__metro_1::before {
  background-image: url(../img/icons/metro_1.svg);
}

.address__metro_2::before {
  background-image: url(../img/icons/metro_2.svg);
}

.address__metro_3::before {
  background-image: url(../img/icons/metro_3.svg);
}

.address__new::before {
  background-image: url(../img/new.svg);
}

.address__soon::before {
  background-image: url(../img/icons/soon_full.svg);
}

.actions {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  /*margin-left: auto;*/
  padding-right: 0px;
}

@media (max-width: 1169px) {
  .actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 991px) {
  .actions {
    order: 2;
    z-index: 3;
    margin-left: 27px;
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .actions {
    margin-left: 18%;
  }
}

.tel {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  opacity: 0.67;
  margin-right: 15px;
}

@media (max-width: 1169px) {
  .tel {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

@media (max-width: 991px) {
  .tel {
    margin-right: 0;
    margin-bottom: 5px;
    padding-left: 16px;
    font-size: 16px;
    color: #fff;
    opacity: 1;
  }
}

.tel:last-of-type {
  margin-right: 0;
}

@media (max-width: 1169px) {
  .tel:last-of-type {
    margin-bottom: 0;
  }
}

.tel::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../img/icons/tel.svg) center/contain no-repeat;
}

@media (max-width: 767px) {
  .tel::before {
    background-image: url(../img/icons/tel_white.svg);
    width: 12px;
    height: 12px;
  }
}

.tel:hover {
  color: #00aca5;
}

@media (max-width: 767px) {
  .tel:hover {
    color: #fff;
  }
}

.socials {
  display: flex;
  align-items: center;
  /*padding-left: 25px;*/
  padding-right: 10px;
}

footer .socials {
  align-items: flex-start;
}

@media (max-width: 991px) {
  .socials_header {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 10% 15px;
    /*margin-top: auto;*/
    width: 100%;
    display: none;
  }

  .socials_header .social__link {
    width: 30px;
    height: 25px;
    padding: 0;
    margin: 0 5px;
    background: center/contain no-repeat;
  }

  .socials_header .social__link img {
    display: none;
  }

  .socials_header .social__link_tg {
    background-image: url(../img/icons/tg_white.svg);
  }

  .socials_header .social__link_fb {
    background-image: url(../img/icons/fb_white.svg);
  }

  .socials_header .social__link_vb {
    background-image: url(../img/icons/vb_white.svg);
  }

  .socials_header .social__link_inst {
    background-image: url(../img/icons/inst_white.svg);
  }
}

.social__link {
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.social__link img {
  max-width: 18px;
  max-height: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.social__link:hover img {
  transform: scale(1.5);
}

.buttons {
  display: flex;
}

.blog_button {
  margin: 25px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-consultation {
  max-width: 160px;
  margin-right: 10px;
  background: #00aca5;
}

.btn-sign-up {
  max-width: 140px;
  background: #00aca5;
}

.btn-consultation:hover,
.btn-sign-up:hover {
  background: #3a3a3a;
}

@media (max-width: 1178px) {
  .buttons {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
  }

  .btn-consultation,
  .btn-sign-up {
    margin-right: 0;
    min-height: 20px;
    line-height: 20px;
    max-width: 120px;
    background: transparent;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .btn-consultation,
  .btn-sign-up {
    background: #00aca5;
  }

  .btn-consultation:hover,
  .btn-sign-up:hover {
    background: transparent;
  }
}

.header__bottom .buttons {
  display: none;
}

@media (max-width: 991px) {
  .buttons {
    display: none;
  }

  .header__bottom::after {
    background-color: #00aca5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .header__bottom .buttons {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 15px;
    margin-top: auto;
    margin-bottom: 20px;
  }

  .header__bottom .buttons .btn {
    margin-right: 0px;
    font-size: 18px;
    max-width: 100%;
    padding: 25px 15px 23px;
    background: #3a3a3a;
    height: 10px;
    color: #fff;
    letter-spacing: 1px;
    margin: 5px 0;
  }

  .header__bottom .buttons .btn.btn-sign-up {
    background: #00aca5;
  }

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

.header__bottom {
  width: 100%;
  padding-top: 25px;
  background-color: #00aca5;
}

@media (max-width: 991px) {
  .header__top {
    margin-top: 62px;
  }

  .upper__banner.flag {
    background-size: cover !important;
  }

  .header__bottom {
    order: 1;
    position: fixed;
    /*position: sticky;*/
    /*position: -webkit-sticky;*/
    z-index: 2;
    top: 0;
    /* top: 59px; */
    min-height: 60px;
    padding: 10px 0 9px;
  }

  .header__bottom .row {
    align-items: center;
  }
}

@media (max-width: 991px) {
  .nav {
    position: fixed;
    z-index: 4;
    top: 61px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    right: -100%;
    width: 100%;
    max-width: 270px;
    padding-top: 20px;
    /*background-color: #00aca5;*/
    background-color: #fff;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }

  .nav.active {
    right: 0px;
  }
}

.nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

@media (max-width: 991px) {
  .nav__list {
    flex-direction: column;
    overflow: scroll;
  }
}

.nav__item {
  padding: 0 16px;
}

@media (max-width: 1169px) {
  .nav__item {
    padding: 0 16px;
  }
}

@media (max-width: 991px) {
  .nav__item {
    padding: 0 15px;
    margin-bottom: 18px;
    border-bottom: 1px solid #dce1e0;
    position: relative;
  }

  .accordeon::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 5px;
    display: inline-block;
    width: 10px;
    height: 7px;
    background: url("../img/icons/nav-arrow.svg") no-repeat center center;
    background-size: cover;
    transform: rotate(180deg);
  }

  .accordeon.active::after {
    transform: none;
  }

  .accordeon.active .sub__nav {
    display: block;
  }
}

.nav__link {
  position: relative;
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.nav__link:hover {
  color: #01d8cf;
}

.nav__link a {
  color: #fff;
}

.nav__link a:hover {
  color: #01d8cf;
}

@media (max-width: 991px) {
  .nav__link {
    font-size: 18px;
    padding-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .nav__link {
    padding-bottom: 10px;
  }
}

@media (max-width: 320px) {
  .nav__link {
    font-size: 16px;
  }
}

.nav__item_sub {
  position: relative;
}

.nav__item_sub .nav__link::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -11px;
  width: 8px;
  height: 5px;
  background: url(../img/icons/arrow_white.svg) center/contain no-repeat;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .nav__item_sub .nav__link::after {
    top: 6px;
  }
}

.nav__item_sub:hover .nav__link::after {
  transform: rotateX(180deg);
  background-image: url(../img/icons/arrow_darkblue.svg);
}

@media (max-width: 991px) {
  .nav__item_sub:hover .nav__link::after {
    transform: none;
    background: url(../img/icons/arrow_white.svg) center/contain no-repeat;
  }
}

.nav__item_sub:hover .nav__link {
  color: #01d8cf;
}

@media (max-width: 991px) {
  .nav__item_sub:hover .nav__link {
    color: #fff;
  }
}

.nav__item_sub:hover .nav__link a {
  color: #01d8cf;
}

@media (max-width: 991px) {
  .nav__item_sub:hover .nav__link a {
    color: #fff;
  }
}

.nav__item_sub:hover .sub__nav {
  visibility: visible;
  opacity: 1;
}

.nav__item_sub.active .nav__link::after {
  transform: rotateX(180deg);
  background-image: url(../img/icons/arrow_darkblue.svg);
}

@media (max-width: 991px) {
  .nav__item_sub.active .nav__link::after {
    background-image: url(../img/icons/arrow_white.svg);
  }
}

.nav__item_sub.active .nav__link {
  color: #01d8cf;
}

@media (max-width: 991px) {
  .nav__item_sub.active .nav__link {
    color: #fff;
  }
}

.nav__item_sub.active .nav__link a {
  color: #01d8cf;
}

@media (max-width: 991px) {
  .nav__item_sub.active .nav__link a {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .nav__item_sub.active.active_mob .nav__link::after {
    transform: rotateX(0);
  }
}

@media (max-width: 991px) {
  .nav__item_sub.active_mob .nav__link::after {
    transform: rotateX(180deg);
    background-image: url(../img/icons/arrow_white.svg);
  }
}

@media (max-width: 991px) {
  .nav__item_sub.active_mob .nav__link {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .nav__item_sub.active_mob .nav__link a {
    color: #fff;
  }
}

/* .nav__item_sub.active_mob .sub__nav {
    display: block;
} */

.sub__nav {
  position: absolute;
  z-index: -1;
  top: 45px;
  left: 0;
  width: fit-content;
  width: -moz-fit-content;
  min-width: 100%;
  background-color: #51bfbb;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 991px) {
  .sub__nav {
    position: static;
    background: transparent;
    display: none;
    visibility: visible;
    opacity: 1;
    transition: none;
  }
}

.subnav__list {
  margin: 0;
  padding: 20px 0 10px;
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #51bfbb;
}

@media (max-width: 991px) {
  .subnav__list {
    padding: 0 0 20px;
    background-color: transparent;
  }
}

.subnav__item {
  display: flex;
  flex-direction: column;
  padding: 0 15px 10px;
}

@media (max-width: 991px) {
  .subnav__item {
    padding: 5px 10px;
  }
}

.subnav__item_nested {
  position: relative;
}

@media (max-width: 991px) {
  .subnav__item_nested {
    background-color: transparent;
  }
}

.subnav__item_nested .subnav__link::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -11px;
  width: 8px;
  height: 5px;
  background: url(../img/icons/arrow_white.svg) center/contain no-repeat;
  transform: rotateZ(-90deg) rotateX(0deg);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .subnav__item_nested .subnav__link::after {
    transform: rotateX(0deg);
  }
}

.subnav__item_nested:hover .subnav__link::after {
  transform: rotateZ(-90deg) rotateX(180deg);
  background-image: url(../img/icons/arrow_darkblue.svg);
}

@media (max-width: 991px) {
  .subnav__item_nested:hover .subnav__link::after {
    transform: none;
    background: url(../img/icons/arrow_white.svg) center/contain no-repeat;
  }
}

.subnav__item_nested:hover .subnav__link a {
  color: #01d8cf;
}

@media (max-width: 991px) {
  .subnav__item_nested:hover .subnav__link a {
    color: #fff;
  }
}

.subnav__item_nested:hover .nested__nav {
  visibility: visible;
  opacity: 1;
}

.subnav__item_nested:hover.active .subnav__link::after {
  transform: rotateX(180deg);
  background-image: url(../img/icons/arrow_darkblue.svg);
}

.subnav__item_nested:hover.active .subnav__link a {
  color: #01d8cf;
}

.subnav__link {
  position: relative;
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .subnav__link {
    width: fit-content;
    width: -moz-fit-content;
    white-space: normal;
  }
}

.subnav__link:hover {
  color: #01d8cf;
}

@media (max-width: 991px) {
  .subnav__link:hover {
    color: #445c5b;
  }
}

.subnav__link a {
  color: #fff;
}

.subnav__link a:hover {
  color: #01d8cf;
}

@media (max-width: 991px) {
  .subnav__link a:hover {
    color: #445c5b;
  }
}

.nested__nav {
  position: absolute;
  z-index: -2;
  top: -20px;
  left: 100%;
  width: fit-content;
  width: -moz-fit-content;
  min-width: 100%;
  padding: 20px 0 10px;
  background-color: #51bfbb;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 991px) {
  .nested__nav {
    z-index: 1;
    position: static;
    display: none;
    padding: 0;
    background: transparent;
    transition: none;
  }
}

.nestednav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.nestednav__item {
  display: flex;
  padding: 0 15px 10px;
  width: 100%;
}

@media (max-width: 991px) {
  .nestednav__item {
    padding: 5px 10px;
  }
}

.nestednav__link {
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
}

.lang {
  margin-left: auto;
  display: flex;
  padding-right: 5px;
}

@media (max-width: 991px) {
  .lang {
    order: 1;
    flex-direction: column;
    height: 23px;
    padding-right: 0;
    margin-left: 15px;
    overflow: hidden;
    padding-top: 40px;
    position: relative;
    /*transition: box-shadow .3s;*/
  }

  .lang:hover {
    overflow: visible;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
  }

  .lang .hide-mobile-lang {
    display: none;
  }

  /*.lang.active {
    overflow: visible;
    border-radius: 5px;
  }
  .lang.active .lang__item {
    background-color: #fff;
    pointer-events: initial;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .lang.active .lang__item.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .lang.active .lang__item.active .lang__link {
    color: #000;
  }
  .lang.active .lang__link {
    color: #000;
  }*/
}

.lang__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .lang__item {
    padding: 10px 15px;
    order: 2;
    background: #00aca5;
    /*pointer-events: none;*/
  }
}

.lang__item::after {
  content: "|";
  position: absolute;
  right: -2.5px;
  color: #01dbd2;
}

@media (max-width: 991px) {
  .lang__item::after {
    display: none;
  }
}

.lang__item:last-of-type::after {
  display: none;
}

@media (max-width: 991px) {
  .lang__item.active {
    order: 1;
    position: absolute;
    top: 0px;
  }
}

.lang__item.active .lang__link {
  color: #fff;
  /*cursor: default;
  pointer-events: none;*/
}

@media (max-width: 991px) {
  .lang__item.active .lang__link {
    /*pointer-events: none;*/
  }
}

.lang__link {
  font-size: 18px;
  color: #01dbd2;
}

.lang__link:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .lang__link {
    line-height: 1;
    font-size: 20px;
    color: #fff;
  }
}

.burger {
  display: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  flex-direction: column;
  justify-content: space-between;
  width: 60px;
  height: 60px;
}

@media (max-width: 991px) {
  .burger {
    display: flex;
  }
}

.burger.active .burger__top {
  transform: translateY(5px) rotateZ(-45deg);
}

.burger.active .burger__bottom {
  transform: translateY(-5px) rotateZ(45deg);
}

.burger span {
  position: absolute;
  right: 15px;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.burger__top {
  top: 24px;
}

.burger__bottom {
  bottom: 24px;
}

@media (max-width: 991px) {
  .nav__link {
    color: #1d3837;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
  }

  .nav__link a {
    color: #1d3837;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
  }

  .nav__link a:hover {
    color: #1d3837;
    font-size: 18px;
    font-weight: 600;
  }

  .nav__item_sub.active_mob .nav__link a {
    color: #1d3837;
    font-size: 18px;
    font-weight: 600;
  }

  .subnav__link {
    font-weight: 500;
    display: block;
    font-size: 18px;
    color: #445c5b;
    width: 100%;
    padding-left: 10px;
    position: relative;
  }

  .socials_header .social__link {
    filter: invert(45%);
  }

  .subnav__link::before {
    content: "-";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.footer {
  background-color: #3a3a3a;
}

.footer__top {
  padding: 80px 0 40px;
}

@media (max-width: 991px) {
  .footer__top {
    padding: 40px 0 20px;
  }
}

.footer__col {
  width: 16.6667%;
  padding: 0 15px;
}
.discount-archive-items-list-wrapper .discount-archive-items-item-button-second{
padding-top: 12px;
padding-bottom: 8px;
}
.discount-archive-items-list-wrapper a.discount-archive-items-item-button-first.popup__open {
    padding-top: 12px;
    padding-bottom: 8px;
}
@media(max-width: 455px){}
.discount-archive-items-list-wrapper .discount-archive-items-item-button-second{
padding-top: 12px !important;
padding-bottom: 8px !important;
}
.discount-archive-items-list-wrapper a.discount-archive-items-item-button-first.popup__open {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
}
@media (max-width: 991px) {
  .footer__col {
    width: 33.3333%;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px){
.footer .sp-form-outer span{
text-align: left;
}}
@media (max-width: 991px){
.footer .sp-form[sp-id="225792"]{
padding-left: 5px;}
}
@media (max-width: 575px) {
  .footer__col {
    width: 100%;
  }
}
.discount-archive-items-container figure.discount-archive-items-item-image {
    padding-bottom: 15px;
}




.footer .sp-form[sp-id="225792"]{
padding-top:0 !important;
margin-top: -9px !important;
}

.footer__col.footer__col_wide {
  width: 50%;
}
@media (min-width: 991px){
.footer .sp-form[sp-id="225792"] .sp-field.sp-field-full-width{
padding-top:0;
padding-bottom: 2px;
padding-left: 0px;
}}
@media (max-width: 991px) {
  .footer__col.footer__col_wide {
    width: 100%;
    margin-bottom: 0;
  }
}

.footer__col.footer__col_wide .footer__list {
  justify-content: space-between;
}

.logo_footer {
  padding: 0;
}

@media (max-width: 575px) {
  .logo_footer {
    display: flex;
    align-items: flex-end;
  }
}

.logo_footer .logo__link {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .logo_footer .logo__link {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.logo__text {
  font-size: 16px;
  color: #828282;
}

@media (max-width: 575px) {
  .logo__text {
    max-width: 150px;
  }
}

.footer__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.footer__item {
  width: 100%;
  margin-bottom: 5px;
  font-size: 18px;
  color: #afafaf;
}

.footer__caption {
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #00aca5;
}

.footer__tel {
  color: #afafaf;
  font-size: 18px;
}

.footer__tel:hover {
  color: #fff;
}

.footer__address {
  position: relative;
  width: 47%;
  padding-left: 20px;
  white-space: nowrap;
}

@media (max-width: 1169px) {
  .footer__address {
    width: auto;
  }
}

@media (max-width: 991px) {
  .footer__address {
    width: 49%;
  }
}

@media (max-width: 575px) {
  .footer__address {
    width: 100%;
    margin-bottom: 10px;
  }
}

.footer__address::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 14px;
  background: url(../img/icons/pin.svg) center/contain no-repeat;
}

.address__link {
  color: #afafaf;
}

.address__link:hover {
  color: #fff;
}

.footer__bottom {
  padding: 30px 0 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .footer__bottom {
    padding: 20px 0 40px;
  }
}

.footer__bottom .footer__inner {
  justify-content: space-between;
}

@media (max-width: 575px) {
  .footer__bottom .footer__inner {
    justify-content: center;
  }
}

.copyright {
  display: block;
  padding: 10px 15px 0;
  font-size: 16px;
  color: #828282;
}

.logos {
  padding: 0 11px;
}

.logos img {
  display: inline-block;
  margin: 0 2px;
}

@media (max-width: 767px) {
  .copyright,
  .logos {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .copyright,
  .logos {
    order: 3;
    text-align: center;
    margin-bottom: 0;
  }
}

.mail {
  padding: 0 15px;
  color: #afafaf;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 575px) {
  .mail {
    order: 2;
    text-align: center;
    margin-bottom: 15px;
  }
}

.mail__link {
  color: #fff;
}

.socials_footer {
  padding: 0 15px;
}

@media (max-width: 575px) {
  .socials_footer {
    order: 1;
    margin-bottom: 15px;
  }

  .socials_footer .social__link img {
    max-width: 30px;
    max-height: 25px;
  }
}

.hero {
  padding-top: 40px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .hero {
    padding-top: 0;
  }
}

.hero__inner {
  position: relative;
}

.hero__item {
  position: relative;
  z-index: 1;
  /*margin: 0 15px;*/
  background-size: cover;
}

@media (max-width: 1169px) {
  .hero__item {
    background-position-x: center;
  }
}

@media (max-width: 991px) {
  .hero__item {
    margin: 0;
  }
}

hero__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 45%;
  height: 100%;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.5;
}

.hero__wrap {
  padding: 60px 0;
  min-height: 680px;
}

@media (max-width: 991px) {
  .hero__wrap {
    padding: 40px 0 50px;
    min-height: 440px;
  }
}

.hero__info {
  width: 25%;
  margin-left: 16.6667%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.hero__info.slide_text_white .title_hero,
.hero__info.slide_text_white .hero__text,
.hero__info.slide_text_white .hero-list__item,
.hero__info.slide_text_white .hero__hint,
.hero__info.slide_text_white .hero-price__old,
.hero__info.slide_text_white .hero-time__value,
.hero__info.slide_text_white .hero-time__text,
.hero__info.slide_text_white .hero-time__item::after{
  color: #fff;
}

.hero__info.slide_text_white .hero-time{
  border-color: #fff;
}

@media (max-width: 1169px) {
  .hero__info {
    width: 33%;
  }
}

@media (max-width: 991px) {
  .hero__info {
    margin-left: 0;
    width: 41.6667%;
  }
}

@media (max-width: 575px) {
  .hero__info {
    width: 66.6667%;
  }
}

.title_hero {
  font-size: 32px;
  letter-spacing: 0.64px;
  color: #000;
  margin: 0;
}

.title_hero.active {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .title_hero.active {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .title_hero {
    font-size: 20px;
  }
}

.hero__percent {
  margin-bottom: 10px;
  font-size: 100px;
  font-weight: 600;
  line-height: 80px;
  color: #3cd6d0;
}

@media (max-width: 991px) {
  .hero__percent {
    font-size: 56px;
    line-height: 50px;
  }
}

.hero-list {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}

@media (max-width: 991px) {
  .hero-list {
    margin-bottom: 20px;
  }
}

.hero-list__item {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 991px) {
  .hero-list__item {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

.hero-price {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .hero-price {
    margin-bottom: 10px;
  }
}

.hero-price__old {
  font-size: 24px;
  font-weight: 500;
  text-decoration: line-through;
  color: #000;
}

@media (max-width: 991px) {
  .hero-price__old {
    font-size: 15px;
  }
}

.hero-price__new {
  font-size: 48px;
  font-weight: 600;
  color: #3cd6d0;
}

@media (max-width: 991px) {
  .hero-price__new {
    font-size: 32px;
  }
}

.hero__hint {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 1169px) {
  .hero__hint {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

.hero__text {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 1169px) {
  .hero__text {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

.hero__text span {
  font-weight: 600;
}

.hero-time {
  display: flex;
  margin-bottom: 20px;
  padding: 15px 25px 10px;
  border: 2px solid #000;
}

@media (max-width: 991px) {
  .hero-time {
    margin-bottom: 10px;
    padding: 10px 20px;
    border-color: #000;
  }
}

@media (max-width: 320px) {
  .hero-time {
    padding: 10px 5px;
  }
}

.hero-time__end {
  display: none;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #000;
}

@media (max-width: 991px) {
  .hero-time__end {
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  .hero-time__end {
    font-size: 18px;
  }
}

.hero-time__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

.hero-time__item::after {
  content: ":";
  position: absolute;
  right: -1px;
  font-size: 32px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 991px) {
  .hero-time__item::after {
    font-size: 20px;
  }
}

.hero-time__item:last-of-type::after {
  display: none;
}

.hero-time__value {
  font-size: 32px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 991px) {
  .hero-time__value {
    font-size: 20px;
  }
}

.hero-time__text {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  opacity: 0.5;
}

@media (max-width: 991px) {
  .hero-time__text {
    font-size: 11px;
  }
}

.btn_hero {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 15px 25px;
  font-size: 24px;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.hero__inner .bx-wrapper {
  box-shadow: none;
  border: none;
  background: transparent;
  margin: 0;
}

@media (max-width: 991px) {
  .btn_hero {
    padding: 19px 15px 18px;
    font-size: 20px;
  }
}

.btn_hero:hover {
  background-color: #3cd6d0;
  color: #fff;
}

.hero__actions {
  width: 100%;
}

.hero__dots {
  position: absolute;
  z-index: 2;
  bottom: 67px;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1170px;
}

.hero__dots .bx-pager {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .hero__dots {
    bottom: 24px;
  }
}

.hero__dots .bx-pager-item {
  margin-right: 15px;
  display: inline-flex;
}

.hero__dots .bx-pager-item .bx-pager-link {
  width: 12px;
  height: 12px;
  opacity: 1;
  padding: 0;
  border-radius: 6px;
  background-color: #9ba0a2;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 0;
}

@media (max-width: 991px) {
  .hero__dots .bx-pager-item .bx-pager-link {
    width: 8px;
    height: 8px;
  }
}

.hero__dots .bx-pager-item:last-of-type {
  margin-right: 0;
}

.hero__dots .bx-pager-item:hover .bx-pager-link {
  opacity: 1;
}

.hero__dots .bx-pager-item .bx-pager-link.active {
  opacity: 1;
  width: 48px;
}

@media (max-width: 991px) {
  .hero__nav {
    display: none;
  }
}

.hero__prev,
.hero__next {
  position: absolute;
  z-index: 1;
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  border: 2px solid #3cd6d0;
  outline: none;
  background: url(../img/icons/hero_arrow_blue.svg) center/12px no-repeat;
  transition: all 0.3s ease-in-out;
}

.hero__prev:hover,
.hero__next:hover {
  border-color: #3cd6d0;
  background-image: url(../img/icons/hero_arrow_blue.svg);
  color: #000;
}

.hero__prev {
  transform: rotate(180deg);
  left: 135px;
}

@media (max-width: 1439px) {
  .hero__prev {
    left: 30px;
  }
}

.hero__next {
  right: 135px;
}

@media (max-width: 1439px) {
  .hero__next {
    right: 30px;
  }
}

.about {
  padding: 75px 0;
}

@media (max-width: 991px) {
  .about {
    padding: 50px 0 100px;
  }
}

@media (max-width: 575px) {
  .about {
    padding: 30px 0 60px;
  }
}

.about__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 130px;
}

@media (max-width: 991px) {
  .about__top {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .about__top {
    margin-bottom: 30px;
  }
}

.about__decor {
  width: 41.6667%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .about__decor {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .about__decor {
    order: 2;
    width: 100%;
  }
}

.about__img {
  display: flex;
  align-items: flex-start;
}

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

.about__info {
  align-self: center;
  width: 50%;
  margin-left: 8.3333%;
  padding: 0 90px 0 15px;
}

@media (max-width: 991px) {
  .about__info {
    margin-left: 0;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .about__info {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
}

.about__bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.about__text {
  width: 33.3333%;
  padding: 0 15px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .about__text {
    width: 50%;
    margin-bottom: 20px;
  }

  .about__text:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .about__text {
    width: 100%;
  }
}

.advantages {
  padding: 75px 0;
  background-color: #f8f8f8;
}

@media (max-width: 991px) {
  .advantages {
    padding: 100px 0;
  }
}

@media (max-width: 575px) {
  .advantages {
    padding: 60px 0;
  }
}

.advantages__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.advantages__info {
  align-self: center;
  width: 33.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .advantages__info {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .advantages__info {
    width: 100%;
    margin-bottom: 20px;
  }
}

.title_advantages {
  margin-bottom: 0;
}

.title_advantages span {
  display: inline;
  color: #00aca5;
}

.advantages__text {
  font-size: 18px;
}

.advantages__text.hidden::after {
  content: "...";
  margin-left: -3px;
}

.advantages__hidden {
  display: none;
  font-size: 18px;
}

.advantages__caption {
  display: inline;
  font-weight: 500;
  color: #000;
}

.advantages__btn {
  position: relative;
  margin-top: 25px;
  padding-right: 25px;
  color: #00aca5;
  cursor: pointer;
}

@media (max-width: 575px) {
  .advantages__btn {
    margin-top: 10px;
  }
}

.advantages__btn::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #00aca5;
}

.advantages__btn::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  background-color: #00aca5;
  transition: all 0.3s ease-in-out;
}

.advantages__btn.active::after {
  transform: translateY(-50%) rotate(-270deg);
}

.advantages__decor {
  width: 50%;
  margin-left: auto;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .advantages__decor {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .advantages__decor {
    width: 100%;
    margin-bottom: 30px;
  }
}

.advantages__img {
  display: flex;
  align-items: flex-start;
}

.advantages__bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -20px;
}

@media (max-width: 575px) {
  .advantages__bottom {
    margin-top: 0;
  }
}

.advantages__item_first {
  width: 100%;
}

.advantages__item {
  width: 33.3333%;
  margin-bottom: 60px;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .advantages__item {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .advantages__item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.hint {
  width: calc(33.3333% - 30px);
  height: fit-content;
  height: -moz-fit-content;
  margin: 0 15px;
  border: 2px solid #00aca5;
}

@media (max-width: 991px) {
  .hint {
    width: calc(50% - 30px);
  }
}

@media (max-width: 575px) {
  .hint {
    width: calc(100% - 30px);
  }
}

.hint_advantages {
  padding: 40px 55px;
}

@media (max-width: 991px) {
  .hint_advantages {
    padding: 40px 20px;
  }
}

@media (max-width: 575px) {
  .hint_advantages {
    padding: 20px 15px;
  }
}

.hint__caption {
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

.hint__text {
  text-align: center;
}

.hint__text span {
  display: inline;
  font-weight: 500;
  color: #000;
}

.disadvantages {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .disadvantages {
    padding: 100px 0 50px;
  }
}

@media (max-width: 575px) {
  .disadvantages {
    padding: 60px 0 30px;
  }
}

.disadvantages__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .disadvantages__top {
    margin-bottom: 50px;
  }
}

.disadvantages__decor {
  width: 41.6667%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .disadvantages__decor {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .disadvantages__decor {
    order: 2;
    width: 100%;
  }
}

.disadvantages__img {
  display: flex;
  align-items: flex-start;
}

.disadvantages__info {
  width: 41.6667%;
  padding: 0 15px;
  margin: 0 8.3333%;
}

@media (max-width: 991px) {
  .disadvantages__info {
    align-self: center;
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .disadvantages__info {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}

.title_disadvantages {
  margin-bottom: 85px;
}

@media (max-width: 991px) {
  .title_disadvantages {
    margin-bottom: 20px;
  }
}

.disadvantages__text {
  max-width: 380px;
  margin-left: auto;
  font-size: 18px;
}

@media (max-width: 991px) {
  .disadvantages__text {
    max-width: 100%;
  }
}

.disadvantages__bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.disadvantages__bottom .disadvantages__decor {
  width: 50%;
}

@media (max-width: 575px) {
  .disadvantages__bottom .disadvantages__decor {
    width: 100%;
  }
}

.disadvantages__bottom .disadvantages__info {
  width: 33.3333%;
  align-self: center;
}

@media (max-width: 991px) {
  .disadvantages__bottom .disadvantages__info {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .disadvantages__bottom .disadvantages__info {
    width: 100%;
  }
}

.disadvantages__caption {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.indications {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .indications {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .indications {
    padding: 30px 0;
  }
}

.indications__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .indications__top {
    margin-bottom: 50px;
  }
}

.indications__info {
  width: 41.6667%;
  margin-left: 8.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .indications__info {
    align-self: center;
    width: 50%;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .indications__info {
    width: 100%;
    margin-bottom: 30px;
  }
}

.indications__decor {
  width: 33.3333%;
  margin: 0 8.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .indications__decor {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .indications__decor {
    width: 100%;
  }
}

.indications__img {
  display: flex;
  align-items: flex-start;
}

.indications__bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.indications__caption {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 0;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
}

@media (max-width: 991px) {
  .indications__caption {
    width: 100%;
    margin-bottom: 20px;
  }
}

.indications__caption span {
  display: inline;
  color: #00aca5;
}

.indications__list {
  width: 33.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .indications__list {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .indications__list {
    width: 100%;
  }
}

.indications__item {
  position: relative;
  margin-bottom: 40px;
  padding-left: 80px;
}

@media (max-width: 575px) {
  .indications__item {
    margin-bottom: 30px;
    padding-left: 45px;
  }
}

.indications__num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 575px) {
  .indications__num {
    font-size: 20px;
  }
}

.indications__subject {
  margin-bottom: 15px;
  font-size: 18px;
}

@media (max-width: 575px) {
  .indications__subject {
    font-size: 20px;
  }
}

.indications__text {
  font-size: 18px;
}

.contraindications {
  padding: 75px 0;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .contraindications {
    padding: 50px 0 100px;
  }
}

@media (max-width: 575px) {
  .contraindications {
    padding: 30px 0 60px;
  }
}

.title_contraindications {
  width: 100%;
  margin-bottom: 80px;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .title_contraindications {
    margin-bottom: 20px;
  }
}

.contraindications__info {
  width: 33.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .contraindications__info {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .contraindications__info {
    width: 100%;
  }
}

.contraindications__caption {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .contraindications__caption {
    margin-bottom: 20px;
  }
}

.contraindications__caption span {
  color: #00aca5;
}

.contraindications__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contraindications__item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 17px;
  font-size: 18px;
}

.contraindications__item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #00aca5;
}

.hint_contraindications {
  padding: 115px 55px 105px;
  display: flex;
}

@media (max-width: 991px) {
  .hint_contraindications {
    padding: 40px 20px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .hint_contraindications {
    padding: 20px 15px;
  }
}

input {
  caret-color: #00aca5;
}

.feedback {
  position: relative;
  padding: 75px 0;
  background-color: #f8f8f8;
}

@media (max-width: 991px) {
  .feedback {
    padding: 0;
  }
}

.feedback__form {
  z-index: 1;
  width: 41.6667%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .feedback__form {
    order: 3;
    width: 100%;
    padding: 0;
    background-image: linear-gradient(to top, #f8f8f8 0%, #ffffff 100%);
  }
}

.form_feedback {
  padding: 70px 68px;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .form_feedback {
    max-width: 450px;
    padding: 40px 30px;
    margin: 0 auto;
    background-color: transparent;
  }
}

@media (max-width: 575px) {
  .form_feedback {
    padding: 20px 15px;
  }
}

.feedback__decor {
  width: 33.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .feedback__decor {
    order: 2;
    width: 50%;
  }
}

.feedback__img {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  transform: translateX(-20px);
}

@media (max-width: 991px) {
  .feedback__img {
    position: static;
  }
}

@media (max-width: 575px) {
  .feedback__img {
    height: 100%;
    transform: translateX(0);
  }
}

.feedback__img img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .feedback__img img {
    max-height: 600px;
  }
}

.feedback__info {
  z-index: 1;
  align-self: center;
  width: 25%;
  padding: 0 15px;
}

.feedback__info .feedback__list,
.feedback__info .feedback__hint {
  margin-bottom: 20px;
}

.feedback__info .feedback__old {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .feedback__info {
    order: 1;
    width: 33.3333%;
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  .feedback__info {
    width: 50%;
    padding: 30px 15px;
  }
}

.feedback__caption {
  margin-bottom: 55px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #00aca5;
}

@media (max-width: 991px) {
  .feedback__caption {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .feedback__caption {
    font-size: 20px;
  }
}

.feedback__num {
  margin-bottom: 15px;
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}

@media (max-width: 575px) {
  .feedback__num {
    font-size: 70px;
  }
}

.feedback__list {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}

@media (max-width: 575px) {
  .feedback__list {
    margin-bottom: 20px;
  }
}

.feedback__item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 18px;
}

.feedback__item::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #00aca5;
}

.feedback__old {
  margin-bottom: 15px;
  font-size: 20px;
  text-decoration: line-through;
}

@media (max-width: 575px) {
  .feedback__old {
    margin-bottom: 0;
  }
}

.feedback__new {
  font-size: 40px;
  font-weight: 500;
  color: #00aca5;
}

.feedback__new span {
  margin-left: 5px;
  font-size: 20px;
}

.types {
  padding: 75px 0;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .types {
    padding: 100px 0 50px;
  }
}

@media (max-width: 575px) {
  .types {
    padding: 60px 0 30px;
  }
}

.types__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .types__top {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .types__top {
    margin-bottom: 30px;
  }
}

.types__decor {
  width: 41.6667%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .types__decor {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .types__decor {
    order: 2;
    width: 100%;
  }
}

.types__img {
  display: flex;
  align-items: flex-start;
}

.types__info {
  align-self: center;
  width: 41.6667%;
  margin: 0 8.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .types__info {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .types__info {
    order: 1;
    width: 100%;
  }
}

.types__bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.types__item {
  width: 25%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .types__item {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .types__item {
    width: 100%;
  }
}

.types__descr {
  font-size: 18px;
}

.types__caption {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .types__caption {
    margin-bottom: 10px;
  }
}

.types__caption::before {
  content: "/";
  margin-right: 15px;
  font-size: 36px;
  color: #00aca5;
}

.hint_types {
  width: calc(25% - 30px);
  padding: 60px 45px;
}

@media (max-width: 991px) {
  .hint_types {
    width: calc(50% - 30px);
    padding: 40px 20px;
  }
}

@media (max-width: 575px) {
  .hint_types {
    width: calc(100% - 30px);
    padding: 20px 15px;
  }
}

.hint_types .hint__text {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.hint_types .hint__text span {
  font-weight: 600;
  color: #00aca5;
}

.equipment {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .equipment {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .equipment {
    padding: 30px 0;
  }
}

.equipment__main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .equipment__main {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .equipment__main {
    margin-bottom: 30px;
  }

  .equipment__main .equipment__decor {
    display: none;
  }
}

.equipment__info {
  align-self: center;
  width: 58.3333%;
  padding: 0 15px;
}

@media (max-width: 575px) {
  .equipment__info {
    order: 2;
    width: 100%;
  }
}

.title_equipment span {
  display: inline;
  color: #00aca5;
}

.equipment__text {
  margin-bottom: 40px;
}

.equipment__caption {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  color: #000000;
}

.equipment__decor {
  width: 41.6667%;
  padding: 0 15px;
}

@media (max-width: 575px) {
  .equipment__decor {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}

.equipment__img {
  display: flex;
  align-items: flex-start;
}

.equipment__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.equipment__item .equipment__info {
  width: 33.3333%;
  margin: 0 8.3333%;
}

@media (max-width: 991px) {
  .equipment__item .equipment__info {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .equipment__item .equipment__info {
    width: 100%;
  }
}

.equipment__item_1 {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .equipment__item_1 {
    margin-bottom: 40px;
  }
}

.equipment__item_1 .equipment__decor {
  width: 33.3333%;
  margin: 0 8.3333%;
}

@media (max-width: 991px) {
  .equipment__item_1 .equipment__decor {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .equipment__item_1 .equipment__decor {
    width: 100%;
    margin-bottom: 30px;
  }
}

.equipment__item_2 {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .equipment__item_2 {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .equipment__item_2 {
    margin-bottom: 30px;
  }
}

.equipment__item_2 .equipment__decor {
  margin-right: 8.3333%;
}

@media (max-width: 991px) {
  .equipment__item_2 .equipment__decor {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .equipment__item_2 .equipment__decor {
    margin-bottom: 30px;
  }
}

.equipment__item_3 .equipment__decor {
  width: 50%;
}

@media (max-width: 575px) {
  .equipment__item_3 .equipment__decor {
    width: 100%;
    margin-bottom: 30px;
  }
}

.equipment__subject {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: pre-line;
}

@media (max-width: 991px) {
  .equipment__subject {
    margin-bottom: 20px;
    white-space: normal;
  }
}

.equipment__descr {
  font-size: 18px;
}

.prepare {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .prepare {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .prepare {
    padding: 30px 0;
  }
}

.prepare__info {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 575px) {
  .prepare__info {
    width: 100%;
    margin-bottom: 30px;
  }
}

.prepare__text {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .prepare__text {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .prepare__text {
    margin-bottom: 25px;
  }
}

.prepare__img {
  display: flex;
  align-items: flex-start;
}

.prepare__list {
  width: 41.6667%;
  padding: 0 15px;
  margin-left: 8.3333%;
}

@media (max-width: 991px) {
  .prepare__list {
    width: 50%;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .prepare__list {
    width: 100%;
  }
}

.prepare__item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 95px;
}

.prepare__item:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .prepare__item {
    padding-left: 55px;
  }
}

.prepare__num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  font-weight: 500;
  color: #00aca5;
}

@media (max-width: 575px) {
  .prepare__num {
    font-size: 24px;
  }
}

.prepare__caption {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.prepare__descr {
  font-size: 18px;
}

.stages {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .stages {
    padding: 50px 0 100px;
  }
}

@media (max-width: 575px) {
  .stages {
    padding: 30px 0;
  }
}

.stages__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 130px;
}

@media (max-width: 991px) {
  .stages__top {
    margin-bottom: 50px;
  }
}

.stages__info {
  align-self: center;
  width: 41.6667%;
  margin: 0 8.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .stages__info {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .stages__info {
    width: 100%;
    margin-bottom: 30px;
  }
}

.stages__decor {
  width: 41.6667%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .stages__decor {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .stages__decor {
    width: 100%;
  }
}

.stages__img {
  display: flex;
  align-items: center;
}

.stages__bottom {
  display: flex;
  width: 100%;
}

@media (max-width: 991px) {
  .stages__bottom {
    flex-wrap: wrap;
  }
}

.stages__bottom:not(.no_scroll) {
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #000000 transparent;
}

.stages__bottom:not(.no_scroll)::-webkit-scrollbar {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 2px;
  background-color: #d7d7d7;
}

.stages__bottom:not(.no_scroll)::-webkit-scrollbar-thumb {
  height: 2px;
  background-color: #000000;
}

@media (max-width: 575px) {
  .stages__bottom {
    flex-wrap: wrap;
  }

  .stages__bottom::-webkit-scrollbar,
  .stages__bottom::-webkit-scrollbar-thumb {
    height: 0;
  }
}

.stages__item {
  min-width: 25%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .stages__item {
    /*min-width: 50%;*/
    width: 50%;
  }
}

@media (max-width: 575px) {
  .stages__item {
    position: relative;
    width: 100%;
    padding-left: 70px;
  }
}

.stages__icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
  height: 41px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .stages__icons {
    position: absolute;
    left: 15px;
    top: 0;
    flex-direction: column;
    width: 30px;
    height: 80px;
    margin: 0;
  }

  .stages__icons img:not(.stages__icon) {
    transform: rotate(90deg);
  }
}

.stages__icon {
  max-width: 41px;
}

@media (max-width: 575px) {
  .stages__icon {
    max-width: 30px;
  }
}

.stages__caption {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}

.stages__descr {
  font-size: 18px;
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  .stages__descr {
    margin-bottom: 30px;
  }
}

.schedule {
  padding: 75px 0;
  background-color: #f8f8f8;
}

@media (max-width: 991px) {
  .schedule {
    padding: 100px 0;
  }
}

@media (max-width: 575px) {
  .schedule {
    padding: 60px 0;
  }
}

.schedule__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .schedule__top {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .schedule__top {
    margin-bottom: 30px;
  }
}

.schedule__decor {
  width: 41.6667%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .schedule__decor {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .schedule__decor {
    order: 2;
    width: 100%;
  }
}

.schedule__img {
  display: flex;
  align-items: flex-start;
}

.schedule__info {
  align-self: center;
  width: 41.6667%;
  margin: 0 8.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .schedule__info {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .schedule__info {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}

.title_schedule {
  margin-bottom: 10px;
}

.schedule__bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.schedule__list {
  width: 33.3333%;
  margin: 0 8.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .schedule__list {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .schedule__list {
    width: 100%;
  }
}

.schedule__item {
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .schedule__item {
    margin-bottom: 20px;
  }
}

.schedule__item:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .schedule__item:last-of-type {
    margin-bottom: 20px;
  }
}

.schedule__caption {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  white-space: pre-line;
}

.schedule__caption::before {
  content: "/";
  position: absolute;
  left: 0;
  bottom: 3px;
  font-size: 30px;
  color: #00aca5;
}

@media (max-width: 991px) {
  .schedule__caption {
    white-space: normal;
  }
}

.schedule__descr {
  font-size: 18px;
}

.hint_schedule {
  width: calc(41.6667% - 30px);
  margin-right: calc(8.3333% + 15px);
  padding: 70px;
}

@media (max-width: 991px) {
  .hint_schedule {
    width: calc(50% - 30px);
    margin-right: 15px;
    padding: 40px 20px;
  }
}

@media (max-width: 575px) {
  .hint_schedule {
    width: 100%;
    padding: 20px 15px;
  }
}

.result {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .result {
    padding: 100px 0 50px;
  }
}

@media (max-width: 575px) {
  .result {
    padding: 60px 0 30px;
  }
}

.result__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .result__top {
    margin-bottom: 50px;
  }
}

.result__info {
  align-self: center;
  width: 41.6667%;
  margin: 0 8.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .result__info {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .result__info {
    width: 100%;
  }
}

.title_result {
  margin-bottom: 0;
}

.result__decor {
  width: 41.6667%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .result__decor {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .result__decor {
    width: 100%;
  }
}

.result__img {
  display: flex;
  align-items: flex-start;
}

.result__bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.result__item {
  position: relative;
  width: 33.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .result__item {
    width: 50%;
    margin: 0 auto 30px;
  }

  .result__item:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .result__item {
    width: 100%;
  }
}

.result__icon {
  position: absolute;
  top: 0;
  left: 15px;
  display: flex;
  align-items: flex-start;
}

.result__icon img {
  max-width: 41px;
}

.result__descr {
  padding-left: 68px;
  font-size: 18px;
}

@media (max-width: 575px) {
  .result__descr {
    padding-left: 55px;
  }
}

.after {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .after {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .after {
    padding: 30px 0;
  }
}

.after__info {
  width: 41.6667%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .after__info {
    width: 100%;
  }
}

.title_after span {
  display: inline;
  color: #00aca5;
}

.after__list {
  margin: 0;
  list-style: none;
  width: 25%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .after__list {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .after__list {
    width: 100%;
  }
}

.after__item {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 25px;
}

.after__item:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .after__item:last-of-type {
    margin-bottom: 25px;
  }
}

.after__item::before {
  content: "/";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #00aca5;
}

.price {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .price {
    padding: 50px 0 100px;
  }
}

@media (max-width: 575px) {
  .price {
    padding: 30px 0 60px;
  }
}

.price__tabs {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .price__tabs {
    order: 2;
    width: 100%;
  }
}

.tabs-main {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(146, 146, 146, 0.2);
}

.tabs-main__caption {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.tabs-main__caption.active {
  color: #000000;
}

.tabs-main__caption:hover {
  color: #000;
}

.tabs-main__caption:first-of-type {
  position: relative;
  margin-right: 40px;
}

.tabs-main__caption:first-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #929292;
  pointer-events: none;
}

.tabs-main__caption:last-of-type {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .tabs-main__content {
    margin-bottom: 30px;
  }
}

.tabs-main__item:not(:first-of-type) {
  display: none;
}

.tabs-sub {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .tabs-sub {
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .tabs-sub {
    background-position: 10px;
    margin: 0 -15px 30px;
    padding-bottom: 10px;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #000000 transparent;
  }

  .tabs-sub::-webkit-scrollbar {
    -moz-appearance: none;
    display: block;
    height: 2px;
    background-color: #d7d7d7;
  }

  .tabs-sub::-webkit-scrollbar-thumb {
    height: 2px;
    background-color: #000000;
  }
}

.tabs-sub__caption {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.tabs-sub__caption.active {
  color: #000;
}

.tabs-sub__caption:hover {
  color: #000;
}

@media (max-width: 575px) {
  .tabs-sub__caption {
    /*padding: 0 15px;*/
    white-space: nowrap;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    padding: 5px 7px 2px;
    margin-left: 10px;
  }
}

.tabs-sub__item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.tabs-sub__item:not(:first-of-type) {
  display: none;
}

.tabs-sub__product {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 5px;
}

@media (max-width: 575px) {
  .tabs-sub__product {
    width: 50%;
  }
}

.tabs-sub__img {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  position: relative;
}

.price_percent {
  border-radius: 3px;
  padding: 3px 3px 0;
  background: #ff8c00;
  color: #ffffff;
  font-size: 13px;
  line-height: 12px;
  height: 15px;
}

.price_percent span {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.price_percent._premium {
  background: #ff2850;
}

.tabs-sub__img ._price_percent span,
.sale-item ._price_percent span,
.hero__carousel ._price_percent span,
.single-discount ._price_percent span,
.discount-archive-items-item ._price_percent span{
  display: none;
}

.tabs-sub__img .price_percent {
  display: block;
  position: absolute;
  top: 5px;
  margin: 0 5px;
}

.prices-list .price_percent {
  display: inline-block;
  margin-left: 5px;
}

.tabs-sub__img img {
  width: 100%;
}

.tabs-sub__heading {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #00aca5;
  text-decoration: underline;
}

.tabs-sub__heading:hover {
  text-decoration: none;
}

.tabs-sub__heading ._price_per_one {
  color: #929292;
}

.tabs-sub__old {
  font-size: 16px;
  line-height: 1;
  color: #929292;
  text-decoration: line-through;
  text-align: center;
}

.tabs-sub__price {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.tabs-sub__price span {
  font-size: 18px;
  font-weight: 400;
}

.price__info {
  display: flex;
  flex-direction: column;
  width: 41.6667%;
  margin-left: 8.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .price__info {
    order: 1;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.title_price {
  margin-bottom: 40px;
  font-size: 32px;
}

@media (max-width: 991px) {
  .title_price {
    margin-bottom: 20px;
    text-align: center;
  }
}

.title_price span {
  display: inline;
  color: #00aca5;
}

.price__text {
  margin-bottom: 25px;
}

.price__text span {
  font-weight: 500;
  color: #000;
  display: inline;
}

.price__descr {
  margin-bottom: 80px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .price__descr {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .price__descr {
    font-size: 20px;
  }
}

.hint_price {
  width: 100%;
  margin: 0;
  padding: 60px 80px;
}

@media (max-width: 991px) {
  .hint_price {
    max-width: 450px;
    margin: 0 auto;
    padding: 40px 20px;
  }
}

@media (max-width: 575px) {
  .hint_price {
    width: calc(100% - 30px);
    padding: 20px 15px;
  }
}

.hint_price .hint__text {
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}

.hint_price .hint__text span {
  font-weight: 600;
  color: #00aca5;
}

.btn_hint {
  max-width: 230px;
  margin: 0 auto;
}

.price-laser {
  padding: 75px 0;
}

.price-laser .title_price {
  order: 1;
}

.price-laser .tabs-main,
.price-laser .tabs-main__content {
  order: 2;
}

@media (max-width: 991px) {
  .price-laser {
    padding: 0 0 50px;
  }

  .price-laser .price__text,
  .price-laser .price__descr {
    order: 2;
  }

  .price-laser .hint_price {
    order: 3;
  }

  .subscriptions-page .hint_price {
    display: none;
  }
}

@media (max-width: 575px) {
  .price-laser {
    padding: 0 0 30px;
  }

  .subscriptions-page .hint_price {
    display: none;
  }
}

.advantages-laser {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .advantages-laser {
    padding: 50px 0 100px;
  }
}

@media (max-width: 575px) {
  .advantages-laser {
    padding: 30px 0 60px;
  }
}

.advantages-laser__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .advantages-laser__top {
    margin-bottom: 30px;
  }
}

.title_advantages-laser {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .title_advantages-laser {
    width: 100%;
  }
}

.title_advantages-laser span {
  color: #00aca5;
}

.advantages-laser__info {
  width: 41.6667%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .advantages-laser__info {
    width: 100%;
  }
}

.advantages-laser__caption {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.advantages-laser__item {
  z-index: 1;
  width: calc(100% - 30px);
  margin: 0 15px 80px;
  padding: 50px;
  border-radius: 2px;
  background-color: #fbfbfb;
  box-shadow: 0px 25px 15px 5px rgba(34, 60, 80, 0.1);
}

@media (max-width: 991px) {
  .advantages-laser__item {
    margin-bottom: 40px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .advantages-laser__item {
    padding: 20px 15px;
  }
}

.advantages-laser__heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .advantages-laser__heading {
    font-size: 20px;
  }
}

.advantages-laser__text {
  font-size: 18px;
}

.triple-carousel__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.triple-carousel__count {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 60px;
  margin: 0 50px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .triple-carousel__count {
    display: none;
  }
}

.triple-carousel__curent {
  font-size: 30px;
  line-height: 0.7;
  color: #000;
}

.triple-carousel__total {
  font-size: 14px;
}

.triple-carousel__next,
.triple-carousel__prev {
  width: 22px;
  height: 14px;
  margin: 0 10px;
  padding: 0;
  border: none;
  outline: none;
  background: url(../img/icons/arrow_black.svg) center/contain no-repeat;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.triple-carousel__next:hover,
.triple-carousel__prev:hover {
  opacity: 1;
  background-image: url(../img/icons/arrow-blue.svg);
}

.triple-carousel__prev {
  transform: rotate(180deg);
}

.prepare-laser {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .prepare-laser {
    padding: 100px 0 50px;
  }
}

@media (max-width: 575px) {
  .prepare-laser {
    padding: 60px 0 30px;
  }
}

.prepare-laser__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .prepare-laser__top {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .prepare-laser__top {
    margin-bottom: 30px;
  }
}

.prepare-laser__decor {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 575px) {
  .prepare-laser__decor {
    order: 2;
    width: 100%;
  }
}

.prepare-laser__img {
  display: flex;
  align-items: flex-start;
}

.prepare-laser__info {
  width: 50%;
  padding: 0 15px;
  align-self: center;
}

@media (max-width: 575px) {
  .prepare-laser__info {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
}

.prepare-laser__bottom {
  position: relative;
  overflow: hidden;
}

.prepare-laser__bottom:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.1;
}

.prepare-laser__carousel {
  width: 75%;
}

@media (max-width: 1169px) {
  .prepare-laser__carousel {
    width: 100%;
  }
}

.prepare-laser__carousel .owl-stage-outer {
  overflow: visible;
}

.prepare-laser__carousel .owl-item {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.prepare-laser__carousel .owl-item .prepare-laser__num,
.prepare-laser__carousel .owl-item .prepare-laser__text {
  color: #000;
  transition: all 0.3s ease-in-out;
}

.prepare-laser__carousel .owl-item.active {
  opacity: 1;
}

.prepare-laser__carousel .owl-item.active .prepare-laser__num {
  color: #00aca5;
}

.prepare-laser__carousel .owl-item.active .prepare-laser__text {
  color: #929292;
}

.prepare-laser__item {
  width: calc(100% - 30px);
  margin: 0 15px;
}

.prepare-laser__num {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  color: #00aca5;
}

@media (max-width: 991px) {
  .prepare-laser__num {
    margin-bottom: 15px;
  }
}

.prepare-laser__num:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 23px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
}

.prepare-laser__caption {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  white-space: pre-line;
}

@media (max-width: 991px) {
  .prepare-laser__caption {
    margin-bottom: 10px;
  }
}

.prepare-laser__text {
  font-size: 18px;
}

.prepare-laser__actions {
  z-index: 1;
  margin-top: 19px;
  margin-left: auto;
  margin-right: 112px;
}

@media (max-width: 1169px) {
  .prepare-laser__actions {
    position: absolute;
    top: 19px;
    right: 100px;
    margin: 0;
  }
}

.prepare-laser__prev,
.prepare-laser__next {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 100%;
  background: #000 url(../img/icons/arrow_white.svg) center/9px no-repeat;
  animation: backgroundDrag 0.7s linear infinite;
}

@keyframes backgroundDrag {
  from {
    background-position-y: center;
  }

  50% {
    background-position-y: 27px;
  }

  to {
    background-position-y: center;
  }
}

.prepare-laser__prev {
  display: none;
  transform: rotate(90deg);
}

.prepare-laser__next {
  transform: rotate(-90deg);
}

.result-laser .result__info {
  margin-left: 0;
}

@media (max-width: 575px) {
  .result-laser .result__info {
    margin-bottom: 20px;
  }
}

.result-laser .result__decor {
  width: 50%;
}

@media (max-width: 575px) {
  .result-laser .result__decor {
    width: 100%;
  }
}

.contraindications-laser {
  padding: 25px 15px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .contraindications-laser {
    padding: 0 15px;
  }
}

@media (max-width: 575px) {
  .contraindications-laser {
    padding: 0 15px;
  }
}

.title_contraindications-laser {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.title_contraindications-laser.sale_subtitle {
  margin-top: 40px;
}

.title_contraindications-laser.sale_subtitle.subtitle_0 {
  margin-top: 0;
}

@media (max-width: 991px) {
  .title_contraindications-laser {
    margin-bottom: 30px;
  }

  .title_contraindications-laser.sale_subtitle {
    margin-top: 20px;
  }
}

.contraindications-laser__list {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  width: 25%;
}

@media (max-width: 991px) {
  .contraindications-laser__list {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .contraindications-laser__list {
    width: 100%;
  }
}

.contraindications-laser__item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 28px;
}

.contraindications-laser__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #00aca5;
}

@media (max-width: 575px) {
  .contraindications-laser__item {
    padding-left: 18px;
    margin-bottom: 10px;
  }
}

.after-laser {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .after-laser {
    padding: 50px 0 100px;
  }
}

@media (max-width: 575px) {
  .after-laser {
    padding: 30px 0 60px;
  }
}

.after-laser__decor {
  width: 41.6667%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .after-laser__decor {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .after-laser__decor {
    order: 2;
    width: 100%;
  }
}

.after-laser__img {
  display: flex;
  align-items: flex-start;
}

.after-laser__info {
  width: 41.6667%;
  margin: 0 8.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .after-laser__info {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .after-laser__info {
    order: 1;
    width: 100%;
  }
}

.title_after-laser {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .title_after-laser {
    margin-bottom: 30px;
  }
}

.title_after-laser span {
  color: #00aca5;
}

.after-laser__list {
  width: 80%;
  margin-left: 20%;
}

@media (max-width: 991px) {
  .after-laser__list {
    width: 100%;
    margin-left: 0;
  }
}

.after-laser__item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
}

.after-laser__item::before {
  content: "/";
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 36px;
  color: #00aca5;
}

@media (max-width: 991px) {
  .after-laser__item {
    margin-bottom: 20px;
  }
}

.after-laser__caption {
  margin-bottom: 5px;
  font-size: 24px;
  color: #000;
}

.after-laser__text {
  font-size: 18px;
}

.face-hero {
  position: relative;
  padding-bottom: 75px;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 991px) {
  .face-hero {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .face-hero {
    padding-bottom: 30px;
  }
}

.face-hero__img {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: 55%;
}

@media (max-width: 991px) {
  .face-hero__img img {
    width: 100% !important;
    height: 300px;
    object-fit: cover;
  }
}

@media (max-width: 575px) {
  .face-hero__img img {
    height: 200px;
  }
}

@media (max-width: 991px) {
  .face-hero__img {
    position: static;
    width: 100%;
    margin-bottom: 25px;
  }
}

.face-hero__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 41.6667%;
  padding: 25px 15px;
  line-height: 1;
}

@media (max-width: 1169px) {
  .face-hero__info {
    padding: 20px 15px;
  }
}

@media (max-width: 991px) {
  .face-hero__info {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .face-hero__info {
    padding: 0 15px;
  }
}

.title_face-hero {
  margin-bottom: 40px;
  font-size: 70px;
}

.title_face-hero span {
  color: #00aca5;
}

@media (max-width: 1169px) {
  .title_face-hero {
    margin-bottom: 20px;
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .title_face-hero {
    font-size: 32px;
  }
}

.face-hero__about {
  padding-left: 50px;
}

@media (max-width: 1169px) {
  .face-hero__about {
    padding-left: 0;
  }
}

.face-hero__text {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .face-hero__text {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .face-hero__text {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.face-hero__text span {
  display: inline;
  font-weight: 500;
  color: #000;
}

.advantages-face {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .advantages-face {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .advantages-face {
    padding: 30px 0;
  }
}

.advantages-face__info {
  width: 41.6667%;
  margin-right: 8.3333%;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .advantages-face__info {
    width: 50%;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .advantages-face__info {
    width: 100%;
    margin-bottom: 30px;
  }
}

.advantages-face__text {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .advantages-face__text {
    margin-bottom: 20px;
  }
}

.advantages-face__img {
  display: flex;
  align-items: flex-start;
}

.advantages-face__list {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .advantages-face__list {
    width: 100%;
  }
}

.advantages-face__item {
  position: relative;
  padding-left: 50px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 2px solid #ebebeb;
}

@media (max-width: 991px) {
  .advantages-face__item {
    padding-left: 35px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.advantages-face__num {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  color: #00aca5;
}

.advantages-face__descr {
  font-size: 18px;
}

.types-face {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .types-face {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .types-face {
    padding: 30px 0;
  }
}

.types-face__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .types-face__top {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .types-face__top {
    margin-bottom: 30px;
  }
}

.types-face__info {
  align-self: center;
  width: 41.6667%;
  margin-right: 8.3333%;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .types-face__info {
    width: 50%;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .types-face__info {
    width: 100%;
    margin-bottom: 20px;
  }
}

.titile_types-face {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .titile_types-face {
    margin-bottom: 20px;
  }
}

.types-face__text {
  padding-left: 95px;
}

@media (max-width: 1169px) {
  .types-face__text {
    padding-left: 0;
  }
}

.types-face__decor {
  width: 41.6667%;
  margin-right: 8.3333%;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .types-face__decor {
    width: 50%;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .types-face__decor {
    width: 100%;
  }
}

.types-face__img {
  display: flex;
  align-items: flex-start;
}

.types-face__bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.types-face__caption {
  width: 33.3333%;
  padding: 0 15px;
  font-size: 24px;
  color: #000;
}

@media (max-width: 1169px) {
  .types-face__caption {
    width: 100%;
  }
}

.types-face__caption span {
  display: inline;
  color: #00aca5;
}

.types-face__list {
  width: 33.3333%;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .types-face__list {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .types-face__list {
    width: 100%;
  }
}

.types-face__item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 70px;
}

@media (max-width: 575px) {
  .types-face__item {
    padding-left: 50px;
    margin-bottom: 20px;
  }
}

.types-face__num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 575px) {
  .types-face__num {
    font-size: 24px;
  }
}

.types-face__heading {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.types-face__descr {
  font-size: 18px;
}

.changes-face {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .changes-face {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .changes-face {
    padding: 30px 0;
  }
}

.changes-carousel {
  width: 58.3333%;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .changes-carousel {
    width: 66.6666%;
  }
}

@media (max-width: 767px) {
  .changes-carousel {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
}

.changes-face__group {
  display: flex;
  width: 100%;
}

.changes-face__item {
  width: calc(50% - 30px);
  margin: 0 15px;
}

@media (max-width: 575px) {
  .changes-face__item {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}

.changes-face__img {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.changes-face__text {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.changes-face__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.3333%;
  margin-left: 8.3333%;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .changes-face__info {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .changes-face__info {
    order: 2;
    width: 100%;
  }
}

.title_changes-face {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .title_changes-face {
    display: none;
  }
}

.changes-carousel__count {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .changes-carousel__count {
    margin-bottom: 20px;
  }
}

.changes-carousel__curent {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

.changes-carousel__total {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.changes-carousel__total:before {
  content: "/";
  margin-right: 5px;
}

.changes-carousel__nav {
  display: flex;
  justify-content: space-between;
  max-width: 100px;
}

.changes-carousel__prev,
.changes-carousel__next {
  width: 22px;
  height: 14px;
  margin: 0 10px;
  padding: 0;
  border: none;
  outline: none;
  background: url(../img/icons/arrow_black.svg) center/contain no-repeat;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.changes-carousel__prev:hover,
.changes-carousel__next:hover {
  opacity: 1;
  background-image: url(../img/icons/arrow-blue.svg);
}

.changes-carousel__prev {
  transform: rotate(180deg);
}

.indications-face {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .indications-face {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .indications-face {
    padding: 30px 0;
  }
}

.title_indications-face {
  width: 100%;
  margin-bottom: 70px;
  padding: 0 15px;
  text-align: center;
}

@media (max-width: 991px) {
  .title_indications-face {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .title_indications-face {
    font-size: 28px;
  }
}

.title_indications-face span {
  color: #00aca5;
}

.indications-face__info {
  width: 33.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .indications-face__info {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .indications-face__info {
    width: 100%;
    margin-bottom: 20px;
  }
}

.indications-face__caption {
  margin-bottom: 30px;
  font-size: 24px;
}

@media (max-width: 991px) {
  .indications-face__caption {
    margin-bottom: 20px;
  }
}

.indications-face__caption span {
  display: inline;
  color: #00aca5;
}

.indications-face__list {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}

.indications-face__item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 17px;
  font-size: 18px;
}

.indications-face__item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #00aca5;
}

.indications-face__text {
  font-size: 18px;
}

.hint_indications-face {
  padding: 110px 55px 150px;
}

@media (max-width: 991px) {
  .hint_indications-face {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .hint_indications-face {
    padding: 20px 15px;
  }
}

.prices-face {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .prices-face {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .prices-face {
    padding: 30px 0;
  }
}

.title_prices-face {
  width: 33.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .title_prices-face {
    width: 100%;
    margin-bottom: 20px;
  }
}

.prices-face__info {
  width: 58.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .prices-face__info {
    width: 100%;
  }
}

.prices-face__caption {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #ebebeb;
  color: #000;
}

.prices-face__table .prices-row__type {
  max-width: 100%;
}

.prepare-face {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .prepare-face {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .prepare-face {
    padding: 30px 0;
  }
}

.prepare-face__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .prepare-face__top {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .prepare-face__top {
    margin-bottom: 30px;
  }
}

.prepare-face__decor {
  width: 41.6667%;
  margin-right: 8.3333%;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .prepare-face__decor {
    width: 50%;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .prepare-face__decor {
    order: 2;
    width: 100%;
  }
}

.prepare-face__img {
  display: flex;
  align-items: flex-start;
}

.prepare-face__info {
  align-self: center;
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 575px) {
  .prepare-face__info {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}

.prepare-face__bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.prepare-face__caption {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .prepare-face__caption {
    margin-bottom: 20px;
  }
}

.prepare-face__list {
  display: flex;
  width: 100%;
}

.prepare-face__list:not(.no_scroll) {
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #000000 transparent;
}

.prepare-face__list:not(.no_scroll)::-webkit-scrollbar {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 2px;
  background-color: #d7d7d7;
}

.prepare-face__list:not(.no_scroll)::-webkit-scrollbar-thumb {
  height: 2px;
  background-color: #000000;
}

@media (max-width: 575px) {
  .prepare-face__list {
    flex-wrap: wrap;
  }

  .prepare-face__list::-webkit-scrollbar,
  .prepare-face__list::-webkit-scrollbar-thumb {
    height: 0;
  }
}

.prepare-face__item {
  min-width: 25%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .prepare-face__item {
    min-width: 50%;
  }
}

@media (max-width: 575px) {
  .prepare-face__item {
    position: relative;
    width: 100%;
    padding-left: 70px;
  }
}

.prepare-face__icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
  height: 41px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .prepare-face__icons {
    position: absolute;
    left: 15px;
    top: 0;
    flex-direction: column;
    width: 30px;
    height: 80px;
    margin: 0;
  }

  .prepare-face__icons img:not(.stages__icon) {
    transform: rotate(90deg);
  }
}

.prepare-face__icon {
  max-width: 41px;
}

@media (max-width: 575px) {
  .prepare-face__icon {
    max-width: 30px;
  }
}

.prepare-face__heading {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}

.prepare-face__descr {
  font-size: 18px;
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  .prepare-face__descr {
    margin-bottom: 30px;
  }
}

.sale-face {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .sale-face {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .sale-face {
    padding: 30px 0;
  }
}

.sale-face__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .sale-face__top {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .sale-face__top {
    margin-bottom: 30px;
  }
}

.sale-face__info {
  align-self: center;
  width: 41.6667%;
  margin-right: 8.3333%;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .sale-face__info {
    width: 50%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .sale-face__info {
    width: 100%;
    margin-bottom: 20px;
  }
}

.title_sale-face {
  margin-bottom: 25px;
  font-size: 36px;
}

@media (max-width: 767px) {
  .title_sale-face {
    font-size: 32px;
  }
}

.title_sale-face span {
  display: inline;
  color: #00aca5;
}

.sale-face__decor {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .sale-face__decor {
    width: 100%;
  }
}

.sale-face__img {
  display: flex;
  align-items: flex-start;
}

.sale-face__bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.hint_sale-face {
  width: calc(41.6667% - 30px);
  margin-right: 8.3333%;
  margin-left: 15px;
  padding: 60px;
}

@media (max-width: 991px) {
  .hint_sale-face {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  .hint_sale-face {
    padding: 20px 15px;
  }
}

@media (max-width: 575px) {
  .hint_sale-face {
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }
}

.hint_sale-face .hint__text {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}

.hint_sale-face .hint__text span {
  font-weight: 600;
  color: #00aca5;
}

.sale-face__about {
  align-self: center;
  width: 33.3333%;
  margin: 0 8.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .sale-face__about {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .sale-face__about {
    width: 100%;
  }
}

.sale-face__descr {
  margin-bottom: 30px;
}

.sale-face__descr span {
  display: inline;
  font-weight: 500;
  color: #000;
}

.btn_sale-face {
  max-width: 180px;
}

.after-face {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .after-face {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .after-face {
    padding: 30px 0;
  }
}

.after-face__info {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .after-face__info {
    width: 100%;
    margin-bottom: 20px;
  }
}

.after-face__text {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .after-face__text {
    margin-bottom: 20px;
  }
}

.after-face__img {
  display: flex;
  align-items: flex-start;
}

.after-face__list {
  width: 41.6667%;
  margin-left: 8.3333%;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .after-face__list {
    width: 50%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .after-face__list {
    width: 100%;
  }
}

.after-face__item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 95px;
}

@media (max-width: 767px) {
  .after-face__item {
    margin-bottom: 20px;
    padding-left: 50px;
  }
}

.after-face__num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  font-weight: 500;
  color: #00aca5;
}

@media (max-width: 767px) {
  .after-face__num {
    font-size: 24px;
  }
}

.after-face__descr {
  font-size: 18px;
}

.after-face__descr span {
  color: #000;
}

.last-face {
  padding: 75px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .last-face {
    padding: 50px 0 100px;
  }
}

@media (max-width: 575px) {
  .last-face {
    padding: 30px 0 60px;
  }
}

.last-face__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .last-face__top {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .last-face__top {
    margin-bottom: 30px;
  }
}

.last-face__info {
  align-self: center;
  width: 33.3333%;
  margin: 0 16.6666% 0 8.3333%;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .last-face__info {
    width: 41.6667%;
    margin: 0 8.3333%;
  }
}

@media (max-width: 991px) {
  .last-face__info {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .last-face__info {
    width: 100%;
    margin-bottom: 20px;
  }
}

.hint_last-face {
  width: calc(41.6667% - 30px);
  margin: 0 15px;
  padding: 60px 75px;
}

@media (max-width: 991px) {
  .hint_last-face {
    width: calc(50% - 30px);
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .hint_last-face {
    padding: 20px 15px;
  }
}

@media (max-width: 575px) {
  .hint_last-face {
    width: calc(100% - 30px);
  }
}

.hint_last-face .hint__text {
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 575px) {
  .hint_last-face .hint__text {
    margin-bottom: 15px;
  }
}

.hint_last-face .hint__text span {
  font-weight: 600;
  color: #00aca5;
}

.btn_last-face {
  max-width: 230px;
  margin: 0 auto;
}

.last-face__bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.last-face__descr {
  width: 33.3333%;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .last-face__descr {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .last-face__descr {
    width: 100%;
  }
}

.sale__main {
  padding: 30px 0 100px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .sale__main {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .sale__main {
    padding-bottom: 30px;
  }
}

.title_sale {
  margin-bottom: 60px;
  font-size: 60px;
}

@media (max-width: 1169px) {
  .title_sale {
    margin-bottom: 20px;
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .title_sale {
    font-size: 32px;
  }
}

.sale__tabs {
  width: 100%;
}

.sale-tab,
.sale-filters {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .sale-tab {
    margin-bottom: 20px;
  }
}

.sale-tab__caption {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.sale-tab__caption.active {
  color: #000000;
}

.sale-tab__caption:hover {
  color: #000;
}

.sale-tab__caption:first-of-type {
  position: relative;
  margin-right: 40px;
}

.sale-tab__caption:first-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #929292;
  pointer-events: none;
}

.sale-tab__caption:last-of-type {
  margin-left: 40px;
}

.sale-content__list:not(:first-of-type) {
  display: none;
}

.sale-item {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 30px);
  margin: 0 15px 20px;
  padding: 20px;
  border-radius: 19px;
  border: 1px solid #ebebeb;
}

@media (max-width: 991px) {
  .sale-item {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .sale-item {
    padding: 0;
  }
}

.sale-item__info {
  align-self: center;
  width: 50%;
  padding: 0 40px 0 30px;
}

@media (max-width: 1169px) {
  .sale-item__info {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .sale-item__info {
    order: 2;
    width: 100%;
    padding: 0 15px 15px;
  }
}

.sale-item__heading {
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
}

.sale-item__list {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.sale-item__item {
  position: relative;
  padding-left: 14px;
  margin-bottom: 5px;
}

.sale-item__item span {
  color: #000;
}

.sale-item__item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #00ada5;
}

.sale-item__price {
  margin-bottom: 20px;
}

.sale-item__old {
  font-size: 18px;
  text-decoration: line-through;
}

.sale-item__new {
  font-size: 24px;
  color: #000;
}

.sale-item__text {
  font-size: 20px;
  margin-bottom: 20px;
}

.sale-item__text span {
  color: #000;
}

.sale-item__hint {
  margin-bottom: 10px;
  font-size: 18px;
  color: #000000;
}

.sale-item__img {
  display: flex;
  align-items: flex-start;
  width: 50%;
  height: fit-content;
  height: -moz-fit-content;
  box-shadow: 0px 5px 10px 0 rgba(34, 60, 80, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .sale-item__img {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.sale-item__img img {
  width: 100%;
}

.btn_sale {
  max-width: 180px;
}

.about-company {
  padding: 30px 0 70px;
}

@media (max-width: 991px) {
  .about-company {
    padding-bottom: 30px;
  }
}

.company__info {
  width: 50%;
  margin-right: 8.3333%;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .company__info {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .company__info {
    width: 100%;
    margin-bottom: 20px;
  }
}

.title_company {
  margin-bottom: 60px;
  font-size: 70px;
}

@media (max-width: 1169px) {
  .title_company {
    margin-bottom: 20px;
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .title_company {
    font-size: 32px;
  }
}

.company__material {
  margin-left: 16.6667%;
}

.company__material:first-of-type {
  margin-bottom: 40px;
}

@media (max-width: 1169px) {
  .company__material {
    margin-left: 0;
  }

  .company__material:first-of-type {
    margin-bottom: 20px;
  }
}

.company__caption {
  margin-bottom: 10px;
}

.company__text {
  font-size: 18px;
}

.company__decor {
  width: 41.6667%;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .company__decor {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .company__decor {
    width: 100%;
  }
}

.company__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.company__dots {
  display: flex;
}

.company__dots .owl-dot {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  padding: 0;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .company__dots .owl-dot {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
}

.company__dots .owl-dot:last-of-type {
  margin-right: 0;
}

.company__dots .owl-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #c4c4c4;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .company__dots .owl-dot::before {
    width: 6px;
    height: 6px;
  }
}

.company__dots .owl-dot:hover {
  border-color: #c4c4c4;
}

.company__dots .owl-dot.active {
  border: 2px solid #00aca5;
}

.company__dots .owl-dot.active::before {
  background-color: #00aca5;
}

.company__nav {
  display: flex;
}

.company__prev,
.company__next {
  width: 22px;
  height: 14px;
  margin: 0 10px;
  padding: 0;
  border: none;
  outline: none;
  background: url(../img/icons/arrow_black.svg) center/contain no-repeat;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

.company__prev:hover,
.company__next:hover {
  opacity: 1;
}

.company__prev {
  transform: rotate(180deg);
}

.about-documents {
  padding: 75px 0 200px;
}

@media (max-width: 991px) {
  .about-documents {
    padding: 30px 0 100px;
  }
}

@media (max-width: 575px) {
  .about-documents {
    padding: 30px 0 60px;
  }
}

.documents__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .documents__top {
    margin-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .documents__top {
    margin-bottom: 30px;
  }
}

.documents__info {
  width: 41.6667%;
  margin-left: 8.3333%;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .documents__info {
    width: 50%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .documents__info {
    width: 100%;
    margin-bottom: 30px;
  }
}

.title_documents {
  margin-bottom: 20px;
}

.documents__text {
  margin-bottom: 60px;
}

@media (max-width: 1169px) {
  .documents__text {
    margin-bottom: 20px;
  }
}

.btn_documents {
  max-width: 240px;
  margin-right: auto;
}

.documents__additional {
  width: 41.6667%;
  margin-right: 8.3333%;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .documents__additional {
    width: 50%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .documents__additional {
    width: 100%;
  }
}

.documents__caption {
  font-size: 20px;
}

@media (max-width: 767px) {
  .documents__caption {
    margin-bottom: 15px;
  }
}

.documents__descr {
  font-size: 18px;
}

.documents__descr:first-of-type {
  margin-bottom: 15px;
}

.documents__descr span {
  color: #00aca5;
  font-weight: 500;
}

.documents__bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.documents__item {
  width: calc(100% - 30px);
  margin: 0 15px 80px;
  box-shadow: 0px 15px 15px 5px rgba(34, 60, 80, 0.1);
}

@media (max-width: 991px) {
  .documents__item {
    margin-bottom: 40px;
  }
}

.equipment-list {
  padding: 30px 0 200px;
}

@media (max-width: 991px) {
  .equipment-list {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .equipment-list {
    padding-bottom: 50px;
  }
}

.equipment-item {
  margin-bottom: 60px;
}

.equipment-item:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .equipment-item {
    margin-bottom: 50px;
  }
}

.equipment-item:nth-of-type(odd) .equipment-item__info {
  margin-left: 8.3333%;
}

@media (max-width: 1169px) {
  .equipment-item:nth-of-type(odd) .equipment-item__info {
    margin-left: 0;
  }
}

.equipment-item:nth-of-type(even) .equipment-item__info {
  margin-right: 8.3333%;
}

@media (max-width: 1169px) {
  .equipment-item:nth-of-type(even) .equipment-item__info {
    margin-right: 0;
  }
}

.title_equipment-item {
  width: 100%;
  margin-bottom: 80px;
  padding: 0 15px;
  font-size: 70px;
}

@media (max-width: 1169px) {
  .title_equipment-item {
    margin-bottom: 20px;
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .title_equipment-item {
    font-size: 32px;
  }
}

.equipment-item__info {
  align-self: center;
  width: 41.6667%;
  padding: 0 100px 0 15px;
}

@media (max-width: 1169px) {
  .equipment-item__info {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .equipment-item__info {
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .equipment-item__info {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}

.equipment__caption {
  margin-bottom: 15px;
  font-size: 20px;
}

.equipment-item__material {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .equipment-item__material {
    margin-bottom: 15px;
  }
}

.equipment-item__text {
  font-size: 18px;
}

.equipment-item__text.hidden::after {
  content: "...";
}

.equipment-item__hidden {
  display: none;
  font-size: 18px;
}

.equipment-item__btn,
.equipment-list__btn {
  position: absolute;
  top: 10px;
  right: -45px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.33);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 991px) {
  .equipment-item__btn,
  .equipment-list__btn {
    right: -30px;
    width: 26px;
    height: 26px;
  }
}

.equipment-item__btn:before,
.equipment-item__btn:after,
.equipment-list__btn:before,
.equipment-list__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
  height: 2px;
  background-color: #000;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 991px) {
  .equipment-item__btn:before,
  .equipment-item__btn:after,
  .equipment-list__btn:before,
  .equipment-list__btn:after {
    width: 10px;
  }
}

.equipment-item__btn:after,
.equipment-list__btn:after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.equipment-item__btn.active,
.equipment-list__btn.active {
  top: calc(100% - 42px);
}

.equipment-item__btn.active:before,
.equipment-list__btn.active:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.equipment-item__btn.active:after,
.equipment-list__btn.active:after {
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.equipment-item__caption {
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.equipment-item__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
}

.equipment-item__descr {
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 15px;
}

.equipment-item__descr:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #00aca5;
  border-radius: 100%;
}

.equipment-list__btn {
  top: 0;
}

.equipment-list__btn.active {
  top: calc(100% - 32px);
}

.btn_equipment {
  max-width: 240px;
}

.equipment-item__decor {
  width: 33.3333%;
  margin: 0 8.3333%;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .equipment-item__decor {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .equipment-item__decor {
    order: 2;
    width: 100%;
  }
}

.equipment-item__decor_wide {
  width: 50%;
  margin: 0;
}

@media (max-width: 767px) {
  .equipment-item__decor_wide {
    width: 100%;
  }
}

.equipment-item__img {
  display: flex;
  align-items: flex-start;
}

.contacts {
  padding: 30px 0 200px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .contacts {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .contacts {
    padding-bottom: 60px;
  }
}

.contacts__map {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .contacts__map {
    width: 100%;
    order: 2;
  }

  .article__contacts .contacts__map {
    display: none;
  }
}

.title_contacts {
  order: 1;
  margin-bottom: 60px;
  font-size: 70px;
}

@media (max-width: 1169px) {
  .title_contacts {
    margin-bottom: 20px;
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .title_contacts {
    font-size: 32px;
  }
}

.map {
  order: 2;
  width: 100%;
  margin-bottom: 60px;
}

@media (max-width: 1169px) {
  .map {
    margin-bottom: 20px;
  }
}

.map__frame {
  outline: none;
  width: 100%;
  height: 575px;
}

@media (max-width: 1169px) {
  .map__frame {
    height: 500px;
  }
}

@media (max-width: 991px) {
  .map__frame {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .map__frame {
    height: 300px;
  }
}

.map__frame[data-value="Kiev"] {
  display: block;
}

.map__frame iframe {
  width: 100%;
  height: 100%;
}

.contacts-socials {
  order: 3;
  display: flex;
}

.contacts-socials__list {
  padding: 0;
  margin: 0 50px 0 0;
  list-style: none;
}

.contacts-socials__item {
  margin-bottom: 25px;
}

.contacts-socials__item:last-of-type {
  margin-bottom: 0;
}

.contacts-socials__link {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #929292;
}

.contacts-socials__link:hover {
  color: #00aca5;
}

.contacts-socials__link img {
  max-width: 22px;
  margin-right: 15px;
}

.contacts__info {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 15px;
}

.article__contacts .article__text {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .contacts__info {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }

  .article__contacts .contacts__info {
    width: 100%;
  }

  .article__contacts .article__text {
    order: 4;
  }
}

.contacts__caption {
  margin-left: 30px;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .contacts__caption {
    order: 2;
  }
}

.contacts__select {
  max-width: 320px;
  width: 100%;
  margin-bottom: 63px;
}

@media (max-width: 1169px) {
  .contacts__select {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .contacts__select {
    order: 3;
  }
}

@media (max-width: 575px) {
  .contacts__select {
    max-width: 100%;
  }
}

.contacts__select
  .select2-container--default
  .select2-results
  > .select2-results__options {
  max-height: calc(100vh - 330px);
}

@media (max-width: 991px) {
  .contacts__select
    .select2-container--default
    .select2-results
    > .select2-results__options {
    max-height: calc(100vh - 370px);
  }
}

@media (max-width: 575px) {
  .contacts__select
    .select2-container--default
    .select2-results
    > .select2-results__options {
    max-height: calc(100vh - 355px);
  }
}

.contacts__list[data-value="Kiev"] {
  display: block;
}

@media (max-width: 991px) {
  .contacts__list {
    order: 4;
  }
}

.contacts__item {
  position: relative;
  margin-bottom: 10px;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  cursor: pointer;
}

@media (max-width: 1169px) {
  .contacts__item {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .contacts__item {
    padding: 20px 15px;
  }
}

.contacts__item::before {
  content: "";
  position: absolute;
  top: 40px;
  right: 40px;
  width: 11px;
  height: 6px;
  background: url(../img/icons/arrow_blue.svg) center/contain no-repeat;
  transition: all 0.3s ease-in-out;
}

.article__contacts .contacts__item::before {
  display: none;
}

@media (max-width: 1169px) {
  .contacts__item::before {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 575px) {
  .contacts__item::before {
    top: 25px;
  }
}

.contacts__item.active::before {
  transform: rotateX(180deg);
}

.contacts__item.active .contacts__visible {
  padding-bottom: 20px;
}

@media (max-width: 575px) {
  .contacts__item.active .contacts__visible {
    padding-bottom: 15px;
  }
}

.contacts__visible {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  transition: padding 0.5s ease-in-out;
}

.contacts__address {
  position: relative;
  width: 50%;
  padding: 0 15px 0 40px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 575px) {
  .contacts__address {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 40px;
    font-size: 20px;
  }
}

.contacts__address::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 14px;
  height: 20px;
  background: url(../img/icons/pin.svg) center/contain no-repeat;
}

.contacts__landmark {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 575px) {
  .contacts__landmark {
    width: 100%;
  }
}

.contacts__metro {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
}

.contacts__metro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: center/contain no-repeat;
}

.contacts__metro_1::before {
  background-image: url(../img/icons/metro_1.svg);
}

.contacts__metro_2::before {
  background-image: url(../img/icons/metro_2.svg);
}

.contacts__metro_3::before {
  background-image: url(../img/icons/metro_3.svg);
}

.contacts__link {
  width: fit-content;
  width: -moz-fit-content;
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  color: #00aca5;
}

.contacts__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/icons/contacts_way.svg) center/contain no-repeat;
}

.contacts__hidden {
  display: none;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
}

@media (max-width: 575px) {
  .contacts__hidden {
    padding-top: 15px;
  }
}

.contacts__aditional {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.contacts__time {
  position: relative;
  width: 50%;
  padding: 0 10px 0 40px;
  font-size: 18px;
}

.contacts__time::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 15px;
  width: 14px;
  height: 14px;
  background: url(../img/icons/contacts_time.svg) center/contain no-repeat;
}

@media (max-width: 575px) {
  .contacts__time {
    width: 100%;
    margin-bottom: 10px;
  }
}

.contacts__mail {
  position: relative;
  width: 50%;
  padding: 0 15px 0 40px;
  font-size: 18px;
  color: #929292;
}

@media (max-width: 575px) {
  .contacts__mail {
    width: 100%;
  }
}

.contacts__mail:hover {
  color: #00aca5;
}

.contacts__mail::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 15px;
  width: 14px;
  height: 11px;
  background: url(../img/icons/contacts_mail.svg) center/contain no-repeat;
}

.contacts-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.contacts-gallery__item {
  display: flex;
  align-items: flex-start;
  width: calc(25% - 6px);
  max-height: 80px;
  margin: 0 3px;
}

@media (max-width: 575px) {
  .contacts-gallery__item {
    width: calc(50% - 6px);
    max-height: 100px;
    margin-bottom: 6px;
  }
}

.contacts-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn_contacts {
  max-width: 190px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .btn_contacts {
    order: 5;
  }
}

.gift-hero {
  position: relative;
  padding-bottom: 100px;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 991px) {
  .gift-hero {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .gift-hero {
    padding-bottom: 30px;
  }
}

.gift-hero__img {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: 55%;
}

.gift-hero__img video {
  max-width: 90%;
  height: auto;
}

@media (max-width: 991px) {
  .gift-hero__img img,
  .gift-hero__img video {
    width: 100% !important;
    height: 300px;
    object-fit: cover;
  }
}

@media (max-width: 575px) {
  .gift-hero__img img,
  .gift-hero__img video {
    height: 200px;
  }
}

@media (max-width: 991px) {
  .gift-hero__img {
    position: static;
    width: 100%;
  }
}

.gift-hero__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 41.6667%;
  padding: 25px 15px;
  line-height: 1;
}

@media (max-width: 1169px) {
  .gift-hero__info {
    padding: 20px 15px;
  }
}

@media (max-width: 991px) {
  .gift-hero__info {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .gift-hero__info {
    padding: 0 15px;
  }
}

.title_gift-hero {
  margin-bottom: 40px;
  font-size: 70px;
}

.title_gift-hero span {
  color: #00aca5;
}

@media (max-width: 1169px) {
  .title_gift-hero {
    margin-bottom: 20px;
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .title_gift-hero {
    font-size: 32px;
  }
}

.gift-hero__about {
  padding-left: 95px;
}

@media (max-width: 1169px) {
  .gift-hero__about {
    padding-left: 0;
  }
}

.gift-hero__text {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .gift-hero__text {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .gift-hero__text {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.gift-hero__text span {
  display: inline;
  font-weight: 500;
  color: #000;
}

.btn_gift-hero {
  max-width: 209px;
}

.gift-card {
  padding: 100px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .gift-card {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .gift-card {
    padding: 30px 0;
  }
}

.gift-card__inner {
  width: 91.6667%;
  margin: 0 -20px;
}

@media (max-width: 1169px) {
  .gift-card__inner {
    width: auto;
    margin: 0 -15px;
  }
}

@media (max-width: 575px) {
  .gift-card__inner {
    width: 100%;
    margin: 0;
  }
}

.gift-card__item {
  width: 33.3333%;
  padding: 0 20px;
  margin-bottom: 40px;
}

@media (max-width: 1169px) {
  .gift-card__item {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .gift-card__item {
    order: 2;
    width: 50%;
  }
}

@media (max-width: 575px) {
  .gift-card__item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}

.gift-card__img {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  box-shadow: 0px 5px 10px 0 rgba(34, 60, 80, 0.1);
}

.gift-card__img img {
  width: 100%;
}

@media (max-width: 575px) {
  .gift-card__img {
    margin-bottom: 10px;
  }
}

.title_gift-card {
  width: 33.3333%;
  margin-top: 50px;
  padding: 0 20px;
  text-align: right;
}

@media (max-width: 1169px) {
  .title_gift-card {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .title_gift-card {
    order: 1;
    width: 50%;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .title_gift-card {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
}

.gift-card__link {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: #00aca5;
}

.gift-card__link::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -32px;
  width: 22px;
  height: 10px;
  background: url(../img/icons/arrow-blue.svg) center/contain no-repeat;
}

.gift-advantages {
  padding: 100px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .gift-advantages {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .gift-advantages {
    padding: 30px 0;
  }
}

.title_gift-advantages {
  width: 50%;
  padding: 0 15px;
  margin-top: 15px;
}

.title_gift-advantages span {
  display: inline;
  color: #00aca5;
}

@media (max-width: 1169px) {
  .title_gift-advantages {
    width: 100%;
    margin-top: 0;
  }
}

.gift-advantages__list {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

@media (max-width: 1169px) {
  .gift-advantages__list {
    width: 100%;
  }
}

.gift-advantages__item {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 40px;
  padding: 0 15px;
}

@media (max-width: 575px) {
  .gift-advantages__item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.gift-advantages__img {
  display: flex;
  align-items: flex-start;
  max-width: 60px;
  margin-right: 35px;
}

.gift-advantages__text {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}

.gift-how {
  padding: 100px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .gift-how {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .gift-how {
    padding: 30px 0;
  }
}

.gift-how__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .gift-how__top {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .gift-how__top {
    margin-bottom: 30px;
  }
}

.gift-how__decor {
  width: 41.6667%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .gift-how__decor {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .gift-how__decor {
    order: 2;
    width: 100%;
  }
}

.title_gift-how {
  align-self: center;
  width: 50%;
  margin: 0 0 0 8.3333%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .title_gift-how {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .title_gift-how {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}

.gift-how__bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

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

@media (max-width: 1169px) {
  .gift-how__item {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .gift-how__item {
    position: relative;
    width: 100%;
    padding-left: 70px;
  }
}

.gift-how__icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
  height: 40px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .gift-how__icons {
    position: absolute;
    left: 15px;
    top: 0;
    flex-direction: column;
    width: 30px;
    height: 80px;
    margin: 0;
  }

  .gift-how__icons img:not(.gift-how__icon) {
    transform: rotate(90deg);
  }
}

.gift-how__icon {
  max-width: 41px;
}

@media (max-width: 575px) {
  .gift-how__icon {
    max-width: 30px;
  }
}

.gift-how__caption {
  font-size: 24px;
  margin-bottom: 15px;
}

.gift-how__text {
  font-size: 18px;
}

.hint_gift {
  padding: 30px 20px;
  width: calc(25% - 30px);
}

@media (max-width: 1169px) {
  .hint_gift {
    width: calc(50% - 30px);
  }
}

@media (max-width: 575px) {
  .hint_gift {
    width: 100%;
  }
}

.hint_gift a {
  color: #929292;
}

.hint_gift a:hover {
  color: #00aca5;
}

.gift-reviews{
  padding: 100px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .gift-reviews{
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .gift-reviews{
    padding: 30px 0;
  }
}

.instagram-block{
  padding-bottom: 100px;
  background-color: #fff;
}

.instagram-block .sbi_bio,
.instagram-block .sbi_info_wrapper,
.instagram-block .sbi_load_btn,
.instagram-block .sbi_hover_bottom {
  display: none!important;
}

@media (max-width: 991px) {
  .instagram-block{
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .instagram-block{
    padding-bottom: 30px;
  }
}

#sbi-fr-ce-license-error{
  display: none!important;
}

.title_gift-reviews {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 80px;
}

.title_gift-reviews span {
  color: #00aca5;
}

@media (max-width: 1169px) {
  .title_gift-reviews {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .title_gift-reviews {
    margin-bottom: 20px;
  }
}

.gift-reviews__item {
  z-index: 1;
  width: calc(100% - 30px);
  margin: 0 15px 80px;
  padding: 40px 45px 45px 40px;
  border-radius: 2px;
  background-color: #fbfbfb;
  box-shadow: 0px 25px 15px 5px rgba(34, 60, 80, 0.1);
}

@media (max-width: 575px) {
  .gift-reviews__item {
    padding: 20px 15px;
    margin-bottom: 40px;
  }
}

.gift-reviews__carousel_with_imgs .gift-reviews__item {
  z-index: 1;
  width: calc(100% - 66px);
  height: 522px;
  margin: 0 33px 50px;
  background-color: #fff;
  box-shadow: none;
  overflow: hidden;
  padding: 0;
}

.gift-reviews__carousel_with_imgs .gift-reviews__item .review-border {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  padding: 35px;
  border: 2px solid #00aca5;
}

.gift-reviews__carousel_with_imgs .gift-reviews__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 575px) {
  .gift-reviews__carousel_with_imgs .gift-reviews__item .review-border {
    padding: 25px;
  }
}

.gift-reviews__user {
  display: flex;
  margin-bottom: 20px;
}

.gift-reviews__avatar {
  display: flex;
  align-items: flex-start;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.gift-reviews__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.gift-reviews__name {
  align-self: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #000;
}

.gift-reviews__text {
  font-size: 18px;
}

.gift-reviews__text:before {
  content: ",,";
  margin-left: 10px;
  margin-right: 5px;
  font-size: 48px;
  color: #000000;
  line-height: 0;
}

.gift-reviews__text::after {
  content: ",,";
  position: relative;
  top: -10px;
  margin-left: 5px;
  font-size: 48px;
  color: #000000;
  line-height: 0;
}

.prices__main {
  padding: 30px 0 200px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .prices__main {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .prices__main {
    padding-bottom: 60px;
  }
}

.prices__info {
  width: 41.6667%;
  padding: 0 15px;
  margin-right: 8.3333%;
}

@media (max-width: 991px) {
  .prices__info {
    width: 100%;
    margin-right: 0;
    margin-top: 40px;
    order: 2;
  }
}

.title_preices {
  margin-bottom: 60px;
  font-size: 70px;
}

@media (max-width: 1169px) {
  .title_preices {
    margin-bottom: 20px;
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .title_preices {
    font-size: 32px;
  }
}

.title_preices span {
  display: inline;
  color: #00aca5;
}

.prices__about {
  padding-left: 100px;
}

@media (max-width: 1169px) {
  .prices__about {
    padding-left: 0;
  }
}

.prices__caption {
  margin-bottom: 15px;
  color: #000000;
  font-weight: 500;
}

@media (max-width: 991px) {
  .prices__caption {
    margin-bottom: 10px;
  }
}

.prices__text {
  font-size: 18px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .prices__text {
    margin-bottom: 25px;
  }
}

.btn_prices {
  max-width: 240px;
}

.prices__tabs {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .prices__tabs {
    width: 100%;
  }
}

.prices-tab{
  margin-bottom: 30px;
}

.subcategory-tab{
  margin-top: 10px;
  margin-bottom: 30px;
}

.prices__main .prices-tab,
.prices-face .prices-tab,
.subscriptions-page .prices-tab,
.subcategory-tab{
  text-align: center;
}

.prices-tab__caption,
.subscriptions-tab__caption,
.subcategory-tab__caption{
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  /*transition: all 0.3s ease-in-out;*/
}

.subcategory-tab__caption{
  font-size: 18px;
  font-weight: 400;
}

.prices-tab__caption.active,
.subscriptions-tab__caption.active{
  color: #000000;
}

.subcategory-tab__caption.active{
  color: #3A3A3A;
  border-bottom: 2px solid #3A3A3A;
  font-weight: 700;
}

.prices-tab__caption:first-of-type,
.subscriptions-tab__caption:first-of-type,
.subcategory-tab__caption:not(:last-of-type){
  position: relative;
  margin-right: 40px;
}

.subcategory-tab__caption:not(:last-of-type){
  margin-right: 55px;
}

.prices-tab__caption:first-of-type::after,
.subscriptions-tab__caption:first-of-type::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #929292;
  pointer-events: none;
}

.subcategory-tab__caption:not(:last-of-type)::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -42px;
  transform: translateY(-50%);
  width: 24px;
  height: 1px;
  background-color: #8D8D8D;
  pointer-events: none;
}

.prices-tab__caption:last-of-type{
  margin-left: 40px;
}

.prices-list:not(:first-of-type),
.subcategory-tab-content:not(:first-of-type){
  display: none;
}

.prices-item__caption {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #ebebeb;
  color: #000;
  cursor: pointer;
}

@media (max-width: 575px) {
  .prices-item__caption {
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-right: 25px;
    font-size: 18px;
  }
}

.prices-item__caption::before,
.prices-item__caption::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 7px;
  width: 14px;
  height: 2px;
  background-color: #000;
}

@media (max-width: 575px) {
  .prices-item__caption::before,
  .prices-item__caption::after {
    right: 5px;
  }
}

.prices-item__caption::after {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

.prices-item__caption.active::after {
  transform: rotate(360deg);
}

.prices-table {
  display: none;
}

.prices-heading {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.prices-heading__type,
.prices-heading__time,
.prices-heading__price {
  font-size: 12px;
  font-weight: 500;
  /*color: #00aca5;*/
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.prices-heading__time {
  min-width: 68px;
  margin-left: auto;
  margin-right: 15px;
  text-align: center;
  display: none;
}

.prices-heading__price {
  min-width: 146px;
  margin-left: auto;
  text-align: right;
}

@media (max-width: 575px) {
  .prices-heading__price {
    min-width: 140px;
  }
}

.prices-row {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  color: #929292;
}

.prices-row:last-of-type {
  border-bottom: none;
  margin-bottom: 20px;
}

.prices-row__type,
.prices-row__time,
.prices-row__price {
  font-size: 18px;
}

@media (max-width: 575px) {
  .prices-row__type,
  .prices-row__time,
  .prices-row__price {
    font-size: 16px;
  }
}

.prices-row__type {
  max-width: 340px;
  color: #00aca5;
  text-decoration: underline;
}

.prices-row__type:hover {
  text-decoration: none;
}

.prices-row__time {
  min-width: 77px;
  margin-left: auto;
  margin-right: 5px;
  text-align: center;
}

@media (max-width: 575px) {
  .prices-row__time {
    min-width: 65px;
  }
}

.prices-row__price {
  min-width: 77px;
  margin-left: 5px;
  text-align: center;
  font-weight: 500;
  color: #000000;
}

@media (max-width: 575px) {
  .prices-row__price {
    min-width: 65px;
  }
}

.blog {
  padding: 30px 0 100px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .blog {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .blog {
    padding-bottom: 30px;
  }
}

.title_blog {
  width: 58.3333%;
  margin-bottom: 70px;
  padding: 0 15px;
  font-size: 70px;
}

@media (max-width: 1169px) {
  .title_blog {
    width: 100%;
    margin-bottom: 40px;
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .title_blog {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

.blog__item {
  display: flex;
  flex-direction: column;
  width: calc(33.3333% - 20px);
  margin-right: 20px;
  margin-bottom: 60px;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .blog__item {
    width: 33.3333%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .blog__item {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .blog__item {
    width: 100%;
  }
}

.blog__item:first-of-type {
  flex-direction: row;
  width: 100%;
  margin-right: 0;
  margin-bottom: 80px;
  padding: 0;
}

@media (max-width: 1169px) {
  .blog__item:first-of-type {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .blog__item:first-of-type {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.blog__item:first-of-type .blog__img {
  width: 50%;
  max-height: 430px;
  margin-bottom: 0;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .blog__item:first-of-type .blog__img {
    width: 100%;
    max-height: 250px;
    margin-bottom: 15px;
  }
}

.blog__item:first-of-type .blog__info {
  width: 41.6667%;
  margin-left: 8.3333%;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .blog__item:first-of-type .blog__info {
    width: 50%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .blog__item:first-of-type .blog__info {
    width: 100%;
  }
}

.blog__item:first-of-type .blog__time {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .blog__item:first-of-type .blog__time {
    margin-bottom: 10px;
  }
}

.blog__item:first-of-type .blog__caption {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
}

@media (max-width: 1169px) {
  .blog__item:first-of-type .blog__caption {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .blog__item:first-of-type .blog__caption {
    margin-bottom: 10px;
    font-size: 24px;
  }
}

.blog__item:first-of-type .blog__text {
  font-size: 20px;
}

@media (max-width: 991px) {
  .blog__item:first-of-type .blog__text {
    font-size: 18px;
  }
}

.blog__img {
  display: flex;
  align-items: flex-start;
  max-height: 250px;
  margin-bottom: 30px;
}

@media (max-width: 1169px) {
  .blog__img {
    margin-bottom: 15px;
  }
}

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

.blog__info {
  align-self: center;
}

.blog__time {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  color: #929292;
}

.blog__caption {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.blog__caption a {
  color: #000;
}

.blog__text {
  margin-bottom: 20px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .blog__text {
    margin-bottom: 10px;
  }
}

.blog__link {
  position: relative;
  font-size: 18px;
  color: #00aca5;
}

.blog__link::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -32px;
  width: 22px;
  height: 10px;
  background: url(../img/icons/arrow-blue.svg) center/contain no-repeat;
}

.blog-more {
  width: 100%;
  margin-bottom: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-more.hidden {
  display: none;
}

.blog .nothing-found {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .blog-more {
    margin-bottom: 20px;
  }
}

.blog-more__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px 12px;
  max-width: 210px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  color: #00aca5;
  border-radius: 25px;
  border: 3px solid #00aca5;
  outline: none;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.blog-more__link:hover {
  background-color: #00aca5;
  color: #fff;
}

.article {
  padding: 30px 0 140px;
  background-color: #fff;
}

@media (max-width: 1169px) {
  .article {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .article {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .article {
    padding-bottom: 30px;
  }
}

.title_article {
  width: 83.3333%;
  margin: 0 auto 30px;
  padding: 0 15px;
  font-size: 60px;
}

@media (max-width: 1169px) {
  .title_article {
    width: 100%;
    margin-bottom: 20px;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .title_article {
    font-size: 28px;
  }
}

.article__head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 83.3333%;
  margin: 0 auto 75px;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .article__head {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .article__head {
    margin-bottom: 20px;
  }
}

.article__time {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.8px;
}

@media (max-width: 575px) {
  .article__time {
    margin-bottom: 10px;
  }
}

.article__img {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-height: 450px;
  margin-bottom: 80px;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .article__img {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .article__img {
    margin-bottom: 20px;
    max-height: 200px;
  }
}

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

.article__info {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 575px) {
  .article__info {
    width: 100%;
  }
}

.article__author {
  position: relative;
  margin-right: 30px;
  padding-left: 25px;
  font-size: 18px;
}

@media (max-width: 575px) {
  .article__author {
    margin-right: 15px;
  }
}

.article__author::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 19px;
  background: url(../img/icons/author.svg) center/contain no-repeat;
}

.article__views {
  position: relative;
  margin-right: 30px;
  padding-left: 32px;
  font-size: 18px;
}

@media (max-width: 575px) {
  .article__views {
    margin-right: 15px;
  }
}

.article__views::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 17px;
  background: url(../img/icons/views.svg) center/contain no-repeat;
}

.article__comments {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
}

.article__comments::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  background: url(../img/icons/comments.svg) center/contain no-repeat;
}

.article__main {
  /*width: 83.3333%;*/
  margin: 0 auto 50px;
  padding: 0 15px;
}

.article__main img.article__image {
  width: 83.3333%;
  display: block;
  margin: 0 auto;
}

.article.top_margin {
  margin-top: 50px;
}

@media (max-width: 1169px) {
  .article__main {
    width: 100%;
    margin-bottom: 30px;
  }

  .article__main img.article__image {
    width: 100%;
  }

  .article.top_margin {
    margin-top: 30px;
  }
}

.article__text_big {
  margin-bottom: 40px;
  font-size: 24px;
}

@media (max-width: 575px) {
  .article__text_big {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.article__caption {
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 24px;
  text-transform: uppercase;
}

.article__contacts {
  margin-top: 50px;
}

.article__contacts .article__caption {
  margin-top: 0;
}

@media (max-width: 575px) {
  .article__caption {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .article__contacts {
    margin-top: 30px;
  }
}

.article__text {
  margin-bottom: 15px;
  font-size: 18px;
}

.article__text b {
  font-weight: 500;
  color: #000;
}

.article__hint {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 42px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  border-left: 2px solid #00aca5;
}

@media (max-width: 575px) {
  .article__hint {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 7px;
    font-size: 20px;
  }
}

.article__image {
  width: 100%;
  height: auto;
  margin: 30px 0 50px;
}

.article__list {
  margin: 0 0 25px;
  padding: 0 0 0 40px;
  list-style: none;
}

@media (max-width: 575px) {
  .article__list {
    padding-left: 0;
  }
}

.article__item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

@media (max-width: 575px) {
  .article__item {
    padding-left: 15px;
  }
}

.article__item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #00aca5;
}

.article__item b {
  font-weight: 500;
  color: #000;
}

.article__heading {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.article__share {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 83.3333%;
  margin: 0 auto 70px;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .article__share {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .article__share {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}

.share__text {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.8px;
}

@media (max-width: 575px) {
  .share__text {
    margin-right: 10px;
  }
}

.ya-share2__list {
  display: flex;
  margin: 0;
}

.ya-share2__item {
  display: flex;
  align-items: flex-start;
  margin: 0 10px;
  width: 26px;
  height: 26px;
}

.ya-share2__icon {
  width: 26px;
  height: 26px;
  background-size: contain;
}

.ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(../img/icons/share_fb.svg);
}

.ya-share2__item_service_viber .ya-share2__icon {
  background-image: url(../img/icons/share_vb.svg);
}

.ya-share2__item_service_whatsapp .ya-share2__icon {
  background-image: url(../img/icons/share_wa.svg);
}

.ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url(../img/icons/share_tg.svg);
}

.ya-share2__title {
  display: none;
}

@media (max-width: 575px) {
  .ya-share2__item {
    margin: 0 5px;
  }
}

.article-near {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 15px 70px;
  padding-top: 40px;
  border-top: 2px solid #eaeaea;
}

@media (max-width: 1169px) {
  .article-near {
    padding-top: 20px;
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .article-near {
    margin-bottom: 0;
  }
}

.article-near__item {
  position: relative;
  width: 50%;
}

@media (max-width: 575px) {
  .article-near__item {
    width: 100%;
  }
}

.article-near__item.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 22px;
  height: 14px;
  background: url(../img/icons/arrow_black.svg) center/contain no-repeat;
}

@media (max-width: 575px) {
  .article-near__item_left {
    margin-bottom: 15px;
  }
}

.article-near__item_left::before {
  left: 0;
  transform: rotate(180deg);
}

.article-near__item_left::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 2px;
  height: 100%;
  background-color: #000000;
}

@media (max-width: 575px) {
  .article-near__item_left::after {
    display: none;
  }
}

.article-near__item_left .article-near__link {
  text-align: right;
}

@media (max-width: 575px) {
  .article-near__item_left .article-near__link {
    margin: 0 0 0 30px;
  }
}

.article-near__item_right::before {
  right: 0;
}

.article-near__link {
  width: 58.3333%;
  margin: 0 16.6667%;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

@media (max-width: 991px) {
  .article-near__link {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
}

@media (max-width: 575px) {
  .article-near__link {
    width: calc(100% - 30px);
    margin: 0 30px 0 0;
  }
}

.comments {
  display: flex;
  flex-wrap: wrap;
  width: 83.3333%;
  margin: 0 auto;
  padding: 70px 0 75px;
  background-color: #fff;
}

@media (max-width: 1169px) {
  .comments {
    width: 100%;
    padding: 40px 0;
  }
}

.title_comments {
  width: 100%;
  margin-bottom: 50px;
  padding: 0 15px;
  font-size: 30px;
}

@media (max-width: 991px) {
  .title_comments {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .title_comments {
    font-size: 24px;
  }
}

.form_comments {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}

.form_comments .form__item {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .form_comments .form__item {
    margin-bottom: 15px;
  }
}

.form_comments .textarea {
  height: 160px;
}

.comments__section {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  width: 100%;
}

.coments__item {
  position: relative;
  margin-bottom: 20px;
}

.comments__info {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .comments__info {
    margin-bottom: 10px;
  }
}

.comments__name {
  margin-right: 10px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
}

.comments__time {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #b8b8b8;
}

.comments__text {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .comments__text {
    font-size: 18px;
  }
}

.comments__actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.comments__reply {
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #00aca5;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.comments__reply:hover {
  border-color: #00aca5;
}

.comments__like {
  width: 16px;
  height: 14px;
  margin: 0 0 2px 0;
  padding: 0;
  border: none;
  outline: none;
  background: url(../img/icons/like.svg) center/contain no-repeat;
  transition: all 0.3s ease-in-out;
}

.comments__like:hover,
.comments__like.active {
  background-image: url(../img/icons/like_active.svg);
}

.comments__count {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.8px;
  color: #00aca5;
}

.coments__item_reply {
  padding-left: 40px;
}

@media (max-width: 575px) {
  .coments__item_reply {
    padding-left: 20px;
  }
}

.coments__item_reply::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  transform: rotateY(180deg);
  width: 24px;
  height: 24px;
  background: url(../img/icons/reply_arrow.svg) center/contain no-repeat;
}

@media (max-width: 575px) {
  .coments__item_reply::before {
    top: -4px;
    width: 15px;
    height: 15px;
  }
}

.article-blog .title_blog {
  width: 100%;
  font-size: 48px;
}

@media (max-width: 991px) {
  .article-blog .title_blog {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .article-blog .title_blog {
    font-size: 24px;
  }
}

.article-blog .blog__item:first-of-type {
  display: flex;
  flex-direction: column;
  width: calc(33.3333% - 20px);
  margin-right: 20px;
  margin-bottom: 60px;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .article-blog .blog__item:first-of-type {
    width: 33.3333%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .article-blog .blog__item:first-of-type {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .article-blog .blog__item:first-of-type {
    width: 100%;
  }
}

.article-blog .blog__item:first-of-type .blog__img {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-height: 250px;
  margin-bottom: 30px;
  padding: 0;
}

@media (max-width: 1169px) {
  .article-blog .blog__item:first-of-type .blog__img {
    margin-bottom: 15px;
  }
}

.article-blog .blog__item:first-of-type .blog__info {
  width: 100%;
  margin-left: 0;
  padding: 0;
}

.article-blog .blog__item:first-of-type .blog__time {
  margin-bottom: 10px;
}

.article-blog .blog__item:first-of-type .blog__caption {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.article-blog .blog__item:first-of-type .blog__text {
  font-size: 18px;
}

.vote {
  padding: 30px 0 100px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .vote {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .vote {
    padding-bottom: 30px;
  }
}

.vote__info {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.form_vote {
  width: 100%;
  padding: 0 15px;
}

.success {
  padding: 80px 0;
  background-color: #fff;
}

@media (max-width: 1169px) {
  .success {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .success {
    padding: 40px 0;
  }
}

@media (max-width: 575px) {
  .success {
    padding: 40px 0;
  }
}

.success__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title_success {
  margin-bottom: 40px;
  font-size: 70px;
  text-align: center;
  white-space: pre-line;
}

.title_success.title_success_popup {
  width: 100%;
  font-size: 48px;
}

@media (max-width: 1169px) {
  .title_success {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .title_success.title_success_popup {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .title_success {
    font-size: 32px;
  }

  .title_success.title_success_popup {
    font-size: 24px;
    margin-top: 25px;
  }
}

.title_success span {
  color: #00aca5;
}

.title_success.title_success_popup br{
  display: none!important;
}

.success__text {
  margin-bottom: 50px;
  text-align: center;
}

.success__text.success__text_popup{
  margin-bottom: 0;
}

@media (max-width: 1169px) {
  .success__text {
    margin-bottom: 40px;
  }
}

.btn_success {
  max-width: 170px;
}

.error {
  padding: 65px 0 0;
  background-color: #e9e9e9;
}

@media (max-width: 1169px) {
  .error {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .error {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .error {
    padding: 30px 0;
  }
}

.error__info {
  align-self: center;
  margin-left: 16.6667%;
  width: 25%;
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .error__info {
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 575px) {
  .error__info {
    width: 100%;
  }
}

.title_error {
  margin-bottom: 60px;
  font-size: 70px;
}

@media (max-width: 1169px) {
  .title_error {
    margin-bottom: 20px;
    font-size: 48px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .title_error {
    font-size: 32px;
  }
}

.error__caption {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 1169px) {
  .error__caption {
    text-align: center;
  }
}

.error__text {
  margin-bottom: 70px;
}

@media (max-width: 1169px) {
  .error__text {
    margin-bottom: 30px;
    text-align: center;
  }
}

.btn_error {
  max-width: 170px;
}

.error__decor {
  padding: 0 15px;
}

@media (max-width: 1169px) {
  .error__decor {
    display: none;
  }
}

.error__img {
  display: flex;
  align-items: flex-start;
}

.seo_text .row {
  padding: 0 15px;
}

.contraindications-laser h1,
.contraindications-laser h2,
.contraindications-laser h3,
.contraindications-laser h4,
.contraindications-laser h5,
.contraindications-laser h6 {
  margin-top: 20px;
  width: 100%;
}

.contraindications-laser ul,
.contraindications-laser ol {
  margin: 0 0 20px;
}

.contraindications-laser .face-hero__text {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .nav .btn-consultation {
    display: none;
  }
}

.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #00aca5;
  font-size: 25px;
  height: 25px;
  width: 100px;
  margin: 25px auto 0;
  position: relative;
  text-shadow: 0 1px 0 #00aca5;
}

.star-ratings-css::after {
  color: #00aca5;
  content: "★★★★★";
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
  overflow: hidden;
}

.popup-first .mfp-close {
  opacity: 1;
}

.popup-first .popup__close::before,
.popup-first .popup__close::after {
  background-color: #333;
}

.header__top .btn-consultation {
  display: none;
}

.popup-gift label[for="online_pay"],
.popup-rec label[for="online_pay"],
.popup-rec label[for="other_tel"] {
  font-size: 18px;
  color: #929292;
  padding-left: 31px;
  position: relative;
  display: flex;
  margin: 10px auto 0;
  cursor: pointer;
  align-items: center;
}

.popup-gift label[for="online_pay"] a,
.popup-rec label[for="online_pay"] a,
.popup-rec label[for="other_tel"] a {
  color: #00aca5;
}

.popup-gift label[for="online_pay"]:before,
.popup-rec label[for="online_pay"]:before,
.popup-rec label[for="other_tel"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #00aca5;
  margin-top: 5px;
}

.popup-rec label[for="other_tel"]:before {
  margin-top: 1px;
}

.other_tel_checkbox {
  margin-bottom: 10px;
}

.popup-gift input[type="checkbox"]:checked + label[for="online_pay"]:after,
.popup-rec input[type="checkbox"]:checked + label[for="online_pay"]:after,
.popup-rec input[type="checkbox"]:checked + label[for="other_tel"]:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #00aca5;
  margin-top: 5px;
}

.popup-rec input[type="checkbox"]:checked + label[for="other_tel"]:after {
  margin-top: 0;
}

.popup-rec input[type="checkbox"]:checked + label[for="other_tel"]:after {
  top: 5px;
}

.popup-gift label[for="online_pay"] img,
.popup-rec label[for="online_pay"] img {
  padding-left: 10px;
}

.popup-gift input#online_pay,
.popup-rec input#online_pay,
.popup-rec input#other_tel {
  display: none;
}

.popup-rec .other_tel_input {
  display: none;
}

.price-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 575px) {
  .price-tabs {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.price-tabs .tabs-select-container {
  width: 40%;
}

@media (max-width: 575px) {
  .price-tabs .tabs-select-container {
    width: 70%;
    margin: 10px 0;
  }
}

.price-service-block .tabs_input_no_img_order_quantity_wrapper {
  width: 80%;
  margin: 0 auto;
}

.popup-rec .input_order_quantity_wrapper {
  display: none;
}

.popup-rec.subscriptions-rec .input_order_quantity_wrapper {
  display: flex;
}

.popup-rec label[for="rules"],
.popup-gift label[for="premium_rules"] {
  font-size: 18px;
  color: #929292;
  margin-top: 15px;
  padding-left: 31px;
  position: relative;
}

.popup-rec label[for="rules"] a,
.popup-gift label[for="premium_rules"] a {
  color: #00aca5;
}

.popup-rec label[for="rules"]:before,
.popup-gift label[for="premium_rules"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #00aca5;
  margin-top: 1px;
}

.popup-rec label[for="rules"].error-checkbox:before,
.popup-gift label[for="premium_rules"].error-checkbox:before {
  border: 2px solid #e32c2b;
}

.popup-rec input[type="checkbox"]:checked + label[for="rules"]:after,
.popup-gift input[type="checkbox"]:checked + label[for="premium_rules"]:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #00aca5;
  margin-top: 1px;
}

.popup-rec input#rules,
.popup-gift input#premium_rules {
  display: none;
}

.roistat-promo-wrap {
  display: none !important;
}

.messenger-widget {
  position: fixed;
  bottom: 10%;
  right: 2%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50px;
  z-index: 111;
}

.messenger-widget .messenger-box {
  overflow: hidden;
}

.messenger-widget .messenger-box .messenger-box__toggle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  transition: all ease 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #f33156;
  border: none;
  outline: none;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: 0.3s all ease;
}

.messenger-widget .messenger-box .messenger-box__toggle:hover {
  background: #00aca5;
}

.messenger-widget .messenger-box .messenger-box__toggle img {
  max-width: 35px;
}

.messenger-widget .messenger-box.active .messenger-box__toggle img {
  display: none;
}

.messenger-widget .messenger-box.active .messenger-box__toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  width: 30px;
  height: 6px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.messenger-widget .messenger-box.active .messenger-box__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  width: 30px;
  height: 6px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.messenger-widget .messenger-box .messenger-box__items {
}

.messenger-widget .messenger-box .messenger-box__items .messenger-box__items-item {
  border-radius: 10px;
  width: 50px;
  height: 0;
  opacity: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  transition: all ease 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.messenger-widget .messenger-box .messenger-box__items .messenger-box__items-item img {
  width: 100%;
  max-width: 35px;
}

.messenger-widget .messenger-box.active .messenger-box__items .messenger-box__items-item {
  height: 50px;
  opacity: 1;
  margin-bottom: 10px;
}

.messenger-widget .messenger-box .messenger-box__items .messenger-box__items-item.mess_tg {
  background-color: #3888c7;
}

.messenger-widget .messenger-box .messenger-box__items .messenger-box__items-item.mess_viber {
  background-color: #834995;
}

.messenger-widget .messenger-box .messenger-box__items .messenger-box__items-item.mess_instagram {
  background: url("../img/in_bg.png") no-repeat center center/cover;
}

.messenger-widget .messenger-box .messenger-box__items .messenger-box__items-item.mess_whatsapp {
  background-color: #26e44a;
}

.messenger-widget .messenger-box .messenger-box__items .messenger-box__items-item.mess_fb {
  background-color: #0084ff;
}

.messenger-widget .messenger-phone {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  transition: all ease 0.3s;
  background-color: #26e44a;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease;
}

.messenger-widget .messenger-phone:hover {
  background: #00aca5;
}

.messenger-widget .messenger-phone img {
  animation: 1.5s infinite shake cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  max-width: 35px;
}

@media (max-width: 768px) {
  .messenger-widget {
    width: 45px;
  }

  .messenger-widget .messenger-box .messenger-box__toggle {
    width: 45px;
    height: 45px;
  }

  .messenger-widget .messenger-box .messenger-box__toggle img {
    max-width: 30px;
  }

  .messenger-widget .messenger-box.active .messenger-box__toggle::before {
    width: 30px;
    height: 6px;
  }

  .messenger-widget .messenger-box.active .messenger-box__toggle::after {
    width: 30px;
    height: 6px;
  }

  .messenger-widget
    .messenger-box
    .messenger-box__items
    .messenger-box__items-item
    img {
    max-width: 30px;
  }

  .messenger-widget
    .messenger-box
    .messenger-box__items
    .messenger-box__items-item {
    width: 45px;
    line-height: 45px;
  }

  .messenger-widget
    .messenger-box.active
    .messenger-box__items
    .messenger-box__items-item {
    height: 45px;
  }

  .messenger-widget .messenger-phone {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .messenger-widget .messenger-phone img {
    max-width: 30px;
  }
}

.order-notice {
  display: none;
}

/* NEW YEAR
.upper {
    width: 100%;
}
.upper__banner {
    display: block;
    width: 100%;
    height: 50px;
    background: url("../img/top_newyear.gif") repeat-x 50% 50%;
}
@media (max-width: 991px)  {
    .upper {
        position: fixed;
        z-index: 4;
    }
    .upper__banner {
        height: 32px;
    }
    .nav {
        top: 30px;
    }
    .header__bottom {
        top: 32px;
    }
    .header__top {
        margin-top: 93px;
    }
}
END NEW YEAR */

/* BLACK FRIDAY

@media (max-width: 991px){
    .nav {
        top: 93px;
    }
}

.order-notice{
    display: block;
    margin-top: 15px;
    font-size: 16px;
}*/

/*.hero .hero__percent{
	color: #f33156!important;
}

.hero .btn_hero{
	color: #000!important;
	background-color: #ffea01!important;
}

.btn_sale{
	background: #ffea01!important;
	color: #000!important;
}*/

/*@media (max-width: 991px){
	.header__bottom {
		top: 32px;
	}
	.header__top {
		margin-top: 93px;
	}
}

.popup-first {
    width: 100%;
    max-width: 600px;
    min-height: 529px;
    padding: 64px;
    background: #000 !important;
    overflow: hidden;
}

@media (max-width: 575px) {
    .popup-first {
        max-width: none;
        padding: 24px 24px;
    }
}

.popup-first .popup__inner {
    max-width: 280px;
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (max-width: 575px) {
    .popup-first .popup__inner {
        max-width: none;
    }
}

.popup-first .popup__title {
    font-size: 120px;
    font-weight: 600;
    color: #ffea00;
    line-height: 1;
    margin-bottom: -10px;
    font-family: "TTCommons";
    position: relative;
}

.popup-first .popup__title::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    left: 49%;
    top: 24%;
    background: url("../img/fire.png") no-repeat center center/cover;
}

@media (max-width: 575px) {
    .popup-first .popup__title {
        font-size: 80px;
    }
}

@media (max-width: 575px) {
    .popup-first .popup__title::after {
        width: 13px;
        height: 18px;
        left: 50.5%;
    }
}

.popup-first .popup__inner::after {
    content: "";
    position: absolute;
    right: -270px;
    bottom: -61px;
    color: #fff;
    background: url("../img/discount.png") no-repeat center right/cover;
    width: 570px;
    height: 629px;
    z-index: -1;
}
.popup-first.ua .popup__inner::after {
    background: url("../img/discount_ua.png") no-repeat center right/cover;
}

@media (max-width: 575px) {
    .popup-first .popup__inner::after {
        content: none;
    }
}

.popup-first .popup__inner::before {
    content: "";
    position: absolute;
    color: #fff;
    background: url("../img/discount_lines.png") no-repeat center center/cover;
    width: 670px;
    top: -90px;
    left: -120px;
    height: 142px;
    z-index: -1;
}

.popup-first.ua .popup__inner::before {
    background: url("../img/discount_lines_ua.png") no-repeat center center/cover;
}

.popup-first .popup__subtitle{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 32px;
    color: #fff;
}

.popup-first .popup-text {
    margin-bottom: 44px;
    font-size: 16px;
    color: #fff;
    line-height: 1.13;
    text-align: center;
}

.popup-first hr {
    display: none;
}

.popup-first .popup__close::after {
    background-color: #00aca5;
}

.popup-first .popup__close::before {
    background-color: #00aca5;
}

.popup__subtitle {
    margin-bottom: 32px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.09;
}

.upper {
    width: 100%;
}

@media (max-width: 992px) {
    .upper {
        position: fixed;
        z-index: 4;
    }
}

.upper__banner {
    display: block;
    width: 100%;
    height: 50px;
    background: url("../img/line-top.png") repeat-x;
    background-size: cover;
    animation: 50s linear infinite slide;
}

.upper__banner.flag {
    background-image: url(../img/prapor.png);
    background-size: contain;
}

.upper__banner.ua {
    background: url("../img/line-top_ua.png") repeat-x;
    background-size: cover;
}

@media (max-width: 992px)  {
    .upper__banner, .upper__banner.ua {
        height: 32px;
    }
}

.upper__icon {
    position: absolute;
    width: 20px;
    animation: shake 0.5s infinite;
}

.upper__icon:nth-child(1) {
    position: absolute;
    left: 48%;
    top: 15px;
}

.upper__icon:nth-child(2) {
    position: absolute;
    left: 65%;
    top: 7px;
}

.upper__icon:nth-child(3) {
    position: absolute;
    left: 30%;
    top: 20px;
}

@media (max-width: 992px) {
    .upper__icon:nth-child(1) {
        top: 0;
    }

    .upper__icon:nth-child(2) {
        top: 0;
    }

    .upper__icon:nth-child(3) {
        top: 0;
    }
}

@media (max-width: 575px) {
    .upper__icon {
        width: 14px;
    }

    .upper__icon:nth-child(1) {
        top: 0;
        left: 46%;
    }

    .upper__icon:nth-child(2) {
        top: 0;
        left: 20%;
    }

    .upper__icon:nth-child(3) {
        top: 0;
        left: 80%;
    }
}

.friday {
    background: #f33156;
}

.friday:hover {
    background: #f33156;
}

.popup-black-friday{
  background: #000!important;
}*/

/*.hero .hero-price__new{
  color: #FFEA00;
}

.hero::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  top: -5px;
  left: -15px;
  background: url("../img/line_1.png") repeat-x;
  background-size: cover;
  transform: rotate(-8deg);
  z-index: 2;
  animation: 50s linear infinite slide;
}

.hero::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  top: 50px;
  left: 20px;
  background: url("../img/line_2.png") repeat-x;
  background-size: cover;
  transform: rotate(6deg);
  z-index: 2;
  animation: 50s linear infinite slide-reverse;
}

.hero.ua::after{
  background: url("../img/line_1_ua.png") repeat-x;
  background-size: cover;
}

.hero.ua::before{
  background: url("../img/line_2_ua.png") repeat-x;
  background-size: cover;
}

@media (max-width: 767px) {
  .hero::before, .hero::after {
    height: 25px;
  }

  .hero::before {
    left: -25px;
  }
  .hero::after {
    left: -0px;
  }

}

@media (max-width: 992px) {
  .hero::before, .hero::after {
    height: 32px;
  }

  .hero::before {
    top: -5px;
    transform: rotate(15deg);
  }
  .hero::after {
    top: -5px;
    transform: rotate(-6deg);
  }

}*/
/* END BLACK FRIDAY */

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

.popup-black-friday {
  background: #2dd5cf;
  color: #fff;
  border-radius: 30px;
}

.popup-black-friday .form_black-friday {
  width: 100%;
}

.popup-black-friday .popup__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.popup-black-friday .title {
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  color: #464547;
  margin: 5px 0 20px 0;
}

.title-sub {
  font-size: 55px;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .popup-black-friday .title {
    font-size: 35px;
  }
}

.popup-black-friday .title span {
  font-weight: 600;
  color: #ffeb00;
}

.popup-black-friday .btn__no {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 25px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  position: relative;
  display: block;
}

.popup-black-friday .btn__no::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.popup-black-friday hr {
  width: 230px;
  height: 1px;
  background: #fff;
  margin: -10px 0 25px;
  border: none;
}

@media (max-width: 767px) {
  .popup-black-friday hr {
    width: 220px;
  }
}

.popup-black-friday .subtitle {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .popup-black-friday .subtitle {
    font-size: 24px;
  }
}

.popup-black-friday .form__item input {
  width: 100%;
  padding: 20px 30px;
  border-radius: 20px;
  background-color: transparent;
  outline: none;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #fff;
  transition: border-color 0.3s ease-in-out;
  box-shadow: none;
}

@media (max-width: 767px) {
  .popup-black-friday .form__item input {
    font-size: 24px;
  }
}

.popup-black-friday .form__item input::placeholder {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}

.popup-black-friday .btn {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 8px 8px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  border-radius: 20px;
  color: #464547;
  background-color: #fff;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  max-width: 390px;
  letter-spacing: 0.5px;
}

.popup-black-friday .btn:hover {
  color: #fff;
  background-color: #464547;
}

@media (max-width: 767px) {
  .popup-black-friday .btn {
    font-size: 24px;
    border-radius: 14px;
  }
}

.popup-black-friday .popup__close::before,
.popup-black-friday .popup__close::after {
  width: 25px;
  background-color: #fff;
}

.popup.popup-black-friday {
  max-width: 500px;
  padding: 30px 15px 15px;
}

@media (max-width: 767px) {
  .popup.popup-black-friday {
    max-width: 90%;
    padding: 30px 15px 15px;
  }
}

/**/

/* BX SLIDER */
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

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

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/* END BX SLIDER */

.ajax_change_city {
  display: none;
}

.services-laser video {
  width: 100%;
  height: auto;
}

.new {
  width: 18px;
}

.hero__dots .bx-pager-link {
  margin-right: 15px;
  display: inline-flex;
  width: 12px;
  height: 12px;
  opacity: 1;
  padding: 0;
  border-radius: 6px;
  background-color: #9ba0a2;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 0;
}

@media (max-width: 991px) {
  .hero__dots .bx-pager-link {
    width: 8px;
    height: 8px;
  }
}

.hero__dots .bx-pager-link:last-of-type {
  margin-right: 0;
}

.hero__dots .bx-pager-link:hover {
  opacity: 1;
}

.hero__dots .bx-pager-link.active {
  opacity: 1;
  width: 48px;
}

.flex-justify {
  justify-content: space-between;
}

.form_contact {
  width: 50%;
}

.form_contact .contacts__info {
  width: 100%;
}

.form_contact .article__caption {
  margin-top: 0;
}

.form_contact .contacts-socials {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .form_contact {
    width: 100%;
  }

  .form_contact .article__caption {
    margin-top: 40px;
  }

  .form_contact .contacts__list {
    order: 3;
  }

  .form_contact .contacts-socials {
    order: 4;
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 103% 0;
  }
}

@keyframes slide-reverse {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -103% 0;
  }
}

.select2-container--open {
  z-index: 3;
}

/* 12.02.23 */
.equipment-order .sale-item__info {
  align-self: start;
  padding: 20px 10px;
}

@media (max-width: 575px) {
  .sale-item__info {
    padding: 20px;
  }
}

.equipment-order .sale-item__img {
  box-shadow: none;
  border-radius: 20px;
}

.equipment-order .sale-item__heading {
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  color: #00aca5;
  text-transform: none;
}

.equipment-order .stock {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #8d8d8d;
}

.equipment-order .price {
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color: #000000;
  padding: 25px 0 15px;
}

.equipment-order .btn.btn_sale {
  display: inline-flex;
  max-width: 120px;
  width: auto;
  padding: 19px 10px 17px;
}

.equipment-order .btn-info {
  margin-left: 5px;
  background: #fff;
  color: #3a3a3a;
  border: 1px solid #3a3a3a;
}

.equipment-order .btn-info:hover {
  color: #fff;
  background-color: #3a3a3a;
}

.popup-equipment-info .new-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

.popup-equipment-info .new-list {
  border-bottom: 1px solid #929292;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}

.popup-equipment-info .new-row {
  width: 100%;
  display: flex;
}

.popup-equipment-info .new-list .new-block {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #929292;
  width: 60%;
  padding-bottom: 10px;
}

.popup-equipment-info .new-list .new-block.black {
  color: #000000;
  width: 40%;
}

.popup-equipment-info .new-button a {
  margin: 10px auto;
}

.popup-equipment-info .new-contacts,
.popup-equipment .new-contacts {
  width: 100%;
  display: flex;
  padding-top: 20px;
}

.popup-equipment-info .new-contacts .new-text,
.popup-equipment .new-contacts .new-text {
  width: 50%;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #00aca5;
}

.popup-equipment-info .new-contacts .new-phone,
.popup-equipment .new-contacts .new-phone {
  width: 50%;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  color: #000000;
}

/* 12.02.23 end */

/* premium-card */
.premium-card .hero .title_hero {
  font-size: 35px;
  color: #3cd6d0;
}

.premium-card .hero .hero__text,
.premium-card .hero .hero__hint {
  font-weight: 400;
}

.premium-card .title_contraindications-laser {
  margin-bottom: 20px;
}

.premium-card .premium-icons {
  margin-bottom: 40px;
}

.premium-card .premium-icons .icons__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(33.3% - 30px);
  margin: 0 15px 20px;
  padding: 40px;
  border-radius: 19px;
  border: 1px solid #ebebeb;
}

@media (max-width: 991px) {
  .premium-card .premium-icons .icons__item {
    width: 100%;
    padding: 25px;
  }
}

.premium-card .premium-icons .icons__img {
  display: block;
  width: 100%;
  text-align: center;
}

.premium-card .premium-icons .icons__img img {
  max-height: 60px;
}

.premium-card .premium-icons .icons__title {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #00aca5;
  margin: 15px 0 5px;
}

.premium-card .premium-icons .icons__text {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #000000;
}

.premium-card .prices__main {
  padding-bottom: 60px;
}

.premium-card .btn_prices {
  margin-top: 30px;
}

.premium-card .faq__item {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding: 35px;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  cursor: pointer;
}

@media (max-width: 1169px) {
  .premium-card .faq__item {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .premium-card .faq__item {
    padding: 20px 15px;
  }
}

.premium-card .faq__item::before {
  content: "";
  position: absolute;
  top: 40px;
  right: 40px;
  width: 11px;
  height: 6px;
  background: url(../img/icons/arrow_blue.svg) center/contain no-repeat;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1169px) {
  .premium-card .faq__item::before {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 575px) {
  .premium-card .faq__item::before {
    top: 25px;
  }
}

.premium-card .faq__item.active::before {
  transform: rotateX(180deg);
}

.premium-card .faq__item .faq__visible {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  color: #00aca5;
  padding-right: 25px;
}

@media (max-width: 1169px) {
  .premium-card .faq__item .faq__visible {
    font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
      "Noto Color Emoji";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    color: #00aca5;
  }
}

.premium-card .faq__item .faq__hidden {
  display: none;
  padding-top: 15px;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 125%;
  color: #000000;
}

.premium-card .premium-rules {
  display: block;
  padding: 20px;
  text-transform: uppercase;
  text-decoration: revert;
  text-align: center;
  margin-top: 30px;
  color: #000;
}

.premium-card .premium-rules:hover {
  color: #00aca5;
}

/* premium-card end */

.premium-checkbox {
  width: 100%;
  height: 42px;
  margin-bottom: 55px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  position: relative;
}

.premium-checkbox._on_checkout {
  display: none;
}

@media (min-width: 1169px) {
  .sale__main .premium-checkbox {
    width: 50%;
    margin: 0 auto 55px;
  }
}

#popup-rec .premium-checkbox {
  margin-top: 20px;
  margin-bottom: 25px;
}

.premium-checkbox [name="premium"] {
  display: none;
}

.premium-checkbox [name="premium"] + label {
  height: 100%;
  width: 100%;
}

.premium-checkbox [name="premium"] + label > .premium-switch {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  color: #8d8d8d;
  transition: all 0.5s ease;
  border-radius: 12px;
  z-index: 1;
}

.premium-checkbox [name="premium"] + label > .premium-switch:before,
.premium-checkbox [name="premium"] + label > .premium-switch:after {
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  border-radius: 12px;
  height: 100%;
  width: 50%;
  display: flex;
  padding-top: 5px;
  align-items: center;
  position: absolute;
  justify-content: center;
  transition: all 0.3s ease;
}

.premium-checkbox [name="premium"] + label > .premium-switch:before {
  background-color: #3a3a3a;
  color: #fff;
  right: 0;
  z-index: 10;
  content: attr(data-unchecked);
}

.premium-checkbox [name="premium"] + label > .premium-switch:after {
  left: 0;
  content: attr(data-checked);
}

.premium-checkbox [name="premium"]:checked + label > .premium-switch:after {
  left: 50%;
  content: attr(data-unchecked);
}

.premium-checkbox [name="premium"]:checked + label > .premium-switch:before {
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(93.02deg, #ff2d58 21.38%, #ff1545 82.06%);
  right: 50%;
  content: attr(data-checked);
}

.premium-checkbox .premium-notice {
  color: #929292;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: -28px;
}

.premium-checkbox .premium-notice:hover {
  color: #00aca5;
}

.price-laser .premium-checkbox {
  order: 2;
  margin-bottom: 50px;
}

.popup-gift .premium-card-amount {
  text-align: center;
  font-weight: 500;
  color: #000000;
  margin-bottom: 25px;
  display: block;
}

.sub_category {
  margin: 20px 0 15px;
  color: #000000;
  text-align: center;
}

._price_old {
  text-decoration: line-through;
}

.premium-card .infographic-section {
  background-color: #ecf3fb;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .premium-card .infographic-section {
    background-color: #fff;
    margin-bottom: 60px;
  }
}

.premium-card .infographic-section img {
  display: block;
  margin: 0 auto;
}

.show_on_desktop,
.show_on_mobile {
  display: none;
}

@media (min-width: 992px) {
  .show_on_desktop {
    display: block;
  }
}

@media (max-width: 991px) {
  .show_on_mobile {
    display: block;
  }
}

.happy-birthday .hero .title_hero {
  color: #fff;
}

.popup-birthday .form__caption {
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.happy-birthday ._button {
  text-align: center;
  width: 100%;
}

.happy-birthday .btn_prices {
  margin: 0 auto 20px;
  background-color: #00aca5;
}

.happy-birthday .btn_prices:hover {
  background-color: #3a3a3a;
}

.prices-row__prices {
  margin-left: auto;
  min-width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.prices-row__prices .price_percent_container,
.prices-row__prices .prices_container {
  display: flex;
  justify-content: flex-end;
}

.prices-row__prices .prices-row__time,
.prices-row__prices .prices-row__price {
  display: inline-block;
}

.prices-row__prices .price_percent {
  display: block;
  margin-left: 0;
}

.prices-row__prices .prices-row__time {
  min-width: auto;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.prices-row__prices .prices-row__price {
  margin-left: 0;
  text-align: right;
}

.discount-archive-items-item.swiper-slide {
  padding-bottom: 75px !important;
}



@media (max-width: 1023px) {
  .discount-archive-items-item-button-first {
    padding: 16px 0;
  }
  /* .discount-single-content-wrapper{
        transform: none;
    } */
  .single-discount .discount-single-content-image-wrapper {
    border-radius: 20px;
  }
  .single-discount .discount-single-content-image-wrapper img {
    vertical-align: top;
  }
  .discount-single-items-more-slider-container
    .discount-single-items-more-pagination-prev {
    left: 0;
  }
}
@media (max-width: 991px) {
  .discount-archive-first-screen-items-list-container {
    padding: 0 !important;
  }
  .discount-archive-items-list-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .discount-archive-items-filter-wrapper {
    padding: 0 !important;
  }
  .discount-archive-items-list {
    justify-content: space-between;
    grid-gap: 0;
    margin-left: 0;
  }
  .discount-archive-items-list li {
    margin: 0 0 20px;
  }
  .sale__main.discount .discount-archive-items-item-button-first,
  .sale__main.discount .discount-archive-items-item-button-second {
    font-size: 14px;
    padding: 10px 0;

  }
  .sale__main.discount .discount-archive-items-item-buttons-container {
    padding: 0;
    margin: 0;
  }
  .discount-archive-items-item {
    flex-basis: 49%;
  }
  .discount-archive-items-item-image {
    height: 218px;
  }
  .discount-single-items-more-slider-container {
    padding: 0 90px !important;
  }
}

@media (max-width: 767px) {
  .discount-archive-items-item {
    flex-basis: 100%;
  }
  .discount-archive-checkbox-container .premium-checkbox {
    margin-bottom: 55px !important;
  }
  .discount-archive-first-screen-items-item-container {
    height: 350px;
  }
  .discount-archive-items-item-title {
    font-size: 28px;
    line-height: 32px;
    margin-top: 48px;
    margin-bottom: 15px;
  }
  .discount-archive-items-item .sale-item__item::before {
    top: 15px;
  }
  .sale__main.discount .discount-archive-items-item-button-first,
  .sale__main.discount .discount-archive-items-item-button-second {
    font-size: 16px;
    padding: 16px 0;
  }
  .discount-single-content {
    padding-bottom: 50px;
  }
  .title_gift-reviews {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .contraindications-laser {
    padding-bottom: 50px;
  }
}

@media (max-width: 455px) {
  .sale__main.discount .discount-archive-items-item-button-first,
  .sale__main.discount .discount-archive-items-item-button-second {
    font-size: 14px;
    padding: 12px 0;
  }
  .discount-single-items-more-slider-container {
    padding: 0 60px !important;
  }
}


.team {
  color: #8D8D8D;
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; }
.team .content-width {
  max-width: 1170px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto; }
.team figure {
  margin: 0; }
.team figure img {
  width: auto;
  max-width: 100%;
  vertical-align: top; }
.team a {
  text-decoration: none; }
.team a:focus {
  outline: none !important; }
.team a:hover, .team a:focus, .team a:active {
  text-decoration: none; }
.team * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.team a, .team button {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.top-team {
  padding: 80px 0 80px; }
.top-team .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.top-team figure {
  width: 340px;
  min-height: 285px; }
.top-team figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center; }
.top-team .text {
  width: calc(100% - 460px); }
.top-team h1 {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin: -14px 0 45px; }
.top-team p {
  margin: 0 0 24px; }
.top-team p span {
  color: REd; }
.top-team p:last-child {
  margin-bottom: 0; }

.team-wrap {
  padding: 10px 0 63px; }
.team-wrap .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 30px; }
.team-wrap .item figure {
  height: 410px;
  width: 100%; }
.team-wrap .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
.team-wrap .item .text {
  padding: 25px 0 0;
  text-align: center; }
.team-wrap .item .text p {
  color: #8D8D8D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
  text-align: center;
  margin: 0; }
.team-wrap .item .text p.title {
  color: #3A3A3A;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-bottom: 5px; }
.team-wrap .h2 {
  width: 100%;
  margin: 0 0 25px;
  color: #00ACA5;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .top-team .text {
    width: 100%;
    margin-bottom: 40px; }

  .team-wrap .item figure {
    height: 320px; } }
@media (max-width: 767px) {
  .top-team h1 {
    font-size: 34px;
    line-height: 130%;
    margin-bottom: 30px; }

  .team-wrap .content {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) {
  .top-team {
    padding: 73px 0 45px; }

  .top-team h1 {
    margin-bottom: 25px; }

  .top-team p {
    margin: 0 0 19px; }

  .top-team figure {
    width: 100%;
    height: 390px; }

  .team-wrap .content {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px 30px; }

  .team-wrap .item figure {
    height: 515px; }

  .team-wrap .h2 {
    margin-bottom: 19px; }

  .team-wrap .item .text p {
    font-size: 18px; }

  .team-wrap .item .text p.title {
    font-size: 22px;
    letter-spacing: 0.88px;
    text-transform: uppercase; }

  .team-wrap .item .text {
    padding: 19px 0 0; } }


@media(max-width: 991px){
  .sbi_bio_info{
    margin-left: 20px!important;
  }

  .sbi_bio_info span + span{
    margin-left: 20px;
  }
}

@media(max-width: 767px){
  .sbi_bio_info span{
    font-size: 16px!important;
  }
  .sbi_bio_info{
    margin-left: 0!important;
  }

  .sbi_bio_info span + span{
    margin-left: 0;
  }
}
@media(max-width: 575px){
/*  #sb_instagram #sbi_load {
    width: 100%!important;
    position: relative;
  }*/
  #sb_instagram.sbi_col_5 #sbi_images {
    grid-template-columns: repeat(3,1fr);
  }

  #sbi_load{
    top: 20px;
  }
  .sb_instagram_header.sbi_medium .sbi_header_img img{
    height: 86px;
  }
  .sbi-theme:not(.sbi-social_wall,.sbi-outline,.sbi-overlap).sb_instagram_header:not(.sbi_centered) .sbi_header_text{
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
  }
  .sb_instagram_header {
    height: 155px;
  }
}

@media(max-width: 480px){
  .sb_instagram_header.sbi_medium .sbi_header_img img{
    height: 58px;
  }
  .sb_instagram_header {
    height: 121px;
  }
}

/* DISCOUNTS */
.title.title_sale {
  text-align: center;
}
.discount-archive-first-screen-items-list {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.discount-archive-first-screen-items-item-title {
  font-family: "Anglecia Pro Display";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
}
.discount-archive-first-screen-items-item-button {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 400;
  font-size: 13.3569px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #00aca5;
  border-radius: 47.7032px;
  width: fit-content;
  padding: 10px 16px;
  margin-top: 4px;
  display: none;
  justify-content: center;
  align-items: center;
}
.discount-archive-first-screen-items-item-button-mobile {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 400;
  font-size: 16.2859px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  color: #ffffff;
  background: #00aca5;
  border-radius: 58.1641px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 36px;
  margin-top: 8px;
}
.discount-archive-first-screen-items-item-container {
  position: relative;
  height: 310px;
  width: 100%;
  /* border-radius: 0px 20px 20px 0px; */
  overflow: hidden;
}
.discount-archive-first-screen-items-item-content-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 23px;
}
.discount-archive-first-screen-items-item {
  width: 100%;
}
.discount-archive-first-screen-items-item-image {
  position: absolute;
  inset: 0;
  margin: 0;
}
.discount-archive-first-screen-items-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discount-archive-checkbox-container {
  margin-top: 66px;
}
.discount-archive-items-container {
  display: flex;
  flex-direction: column;
}
discount-archive-items-filter-wrapper {
  width: 100%;
}
.discount-archive-items-list-wrapper {
  width: 100%;
}
.discount-archive-items-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 40px 0;
  padding: 0;
  margin: 0;
  margin-top: 65px;
}
.discount-archive-items-item {
  background: #ffffff;
  border: 0.734542px solid #d9d9d9;
  border-radius: 15.3802px;
  position: relative;
  padding: 15px;
  flex-basis: 100%;
  min-height: 495px;
}
.discount-archive-items-item-container {
  display: flex;
  flex-direction: column;
}
.discount-archive-items-item-image {
  height: 230px;
  filter: drop-shadow(0px 0px 7.34542px rgba(0, 0, 0, 0.1));
  border-radius: 10.2535px;
  overflow: hidden;
  margin: 0;
}
.discount-archive-items-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discount-archive-items-item-sale-label {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  left: 34px;
  top: -12px;
  background: #00aca5;
  border-radius: 5px;
  padding: 12px;
  z-index: 1;
  padding: 0 8px;
  padding-top: 4px;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discount-archive-items-item-title {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-top: 18px;
  margin-bottom: 15px;
}
.discount-archive-items-item-price-container {
  margin-top: 18px;
}
.discount-archive-items-item-price_old {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-decoration-line: line-through;
  color: #8d8d8d;
}
.discount-archive-items-item-price {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #00aca5;
}
.discount-archive-items-item-button-first {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  justify-content: center;
  background: #3a3a3a;
  border-radius: 36.7271px;
  padding: 10px 0;
  transition: all 0.25s;
}
.discount-archive-items-item-button-first:hover {
  background-color: #00aca5;
}
.discount-archive-items-item-button-second {
  display: flex;
  justify-content: center;
  border: 0.734542px solid #3a3a3a;
  border-radius: 36.7271px;
  padding: 10px 0;
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3a3a3a;
  transition: all 0.25s;
}
.discount-archive-items-item-button-second:hover {
  color: #fff;
  background-color: #464547;
}
.discount-archive-items-item-buttons-container {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
  gap: 7px;
}
.discount-archive-items-filter-title {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 7px;
}
.discount-archive-items-filter-title::before {
  content: "";
  background-image: url("../img/filter-title.svg");
  width: 15px;
  height: 12px;
  display: block;
}
.discount-archive-items-filter-form-container {
  display: none;
  padding: 20px;
  margin-top: 12px;
  padding-left: 18px;
}
.discount-archive-items-filter-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.discount-archive-items-filter-form-input-container span {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-transform: capitalize;
  color: #000000;
  position: relative;
  padding-left: 26px;
}
.discount-archive-items-filter-form-input-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.discount-archive-items-filter-form-input-container span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}
.discount-archive-items-filter-form-input-container span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: url("../img/arrow-check-filter.svg");
  width: 12px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(0);
  transition: transform 0.25s;
}
.discount-archive-items-filter-form-input-container input:checked ~ span::after {
  transform: scale(1);
}
.discount-archive-items-filter-form-input-sub-items {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-left: 29px;
  margin-top: 14px;
}
.discount-archive-items-filter-wrapper.active .discount-archive-items-filter-form-container {
  display: block;
}
.discount-archive-items-item .sale-item__item {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #8d8d8d;
  padding-left: 10px;
  margin-bottom: 0 !important;
}
.discount-archive-items-item .sale-item__list {
  margin-bottom: 23px !important;
}
.discount-archive-items-item .sale-item__hint {
  margin-bottom: 0 !important;
}
.discount-archive-items-item .sale-item__item::before {
  top: 6px;
  left: -2px;
}
.discount .breadcrumbs {
  margin: 35px auto !important;
}
@media (min-width: 768px) {
  .discount-archive-first-screen-items-item-title {
    font-size: 18px;
    line-height: 30px;
  }
  .discount-archive-first-screen-items-item-button {
    display: flex;
  }
  .discount-archive-first-screen-items-item-button-mobile {
    display: none;
  }
  .discount-archive-first-screen-items-item-container {
    height: 391px;
  }
  .discount-archive-items-list {
    margin-left: -20px;
    gap: 20px 0;
  }
  .discount-archive-items-item {
    padding: 10px;
    padding-bottom: 20px;
    flex-basis: calc(100% / 2 - 20px);
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  .discount-archive-first-screen-items-item-content-container {
    padding-bottom: 30px;
  }
  .discount-archive-first-screen-items-list-container {
    padding-right: 58px;
  }
  .title-discount-archive {
    margin-bottom: 25px !important;
  }
  .sale__main.discount {
    padding-top: 55px;
  }
  .discount .breadcrumbs {
    margin: 10px auto !important;
  }
  .discount-archive-items-filter-form-container {
    display: block;
    border: 1px solid #d9d9d9;
    /* filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.25)); */
    border-radius: 15px;
  }
  .discount-archive-items-filter-form-input-container span {
    font-size: 17px;
    line-height: 130%;
  }
  .discount-archive-items-item-sale-label {
    left: -22px;
    top: 17px;
    padding: 0 8px;
    padding-top: 4px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    font-size: 24px;
    line-height: 18px;
    align-items: center;
  }
  .discount-archive-items-container {
    flex-direction: row;
    padding-top: 0px;
  }
  .discount-archive-items-item-image {
    height: 150px;
  }
  .discount-archive-items-item-container {
    flex-direction: column;
    height: 100%;
  }
  .discount-archive-items-filter-wrapper {
    width: 25%;
    padding-right: 36px;
  }
  .discount-archive-items-list-wrapper {
    width: 75%;
    padding-top: 35px;
    padding-right: 58px;
    padding-left: 8px;
  }
  .discount-archive-items-list {
    margin-left: -30px;
    gap: 30px 0;
    margin-top: 0;
  }
  .discount-archive-items-item {
    padding: 10px;
    padding-bottom: 20px;
    flex-basis: calc(100% / 3 - 30px);
    margin-left: 30px;
  }
}
@media (max-width: 1023px) {
  .discount-archive-items-list {
    gap: 44px;
  }
  .discount-archive-items-item {
    border-radius: 25.6325px;
  }
  .discount-archive-items-item-price-container {
    padding-left: 9px;
  }
  .sale__main.discount .discount-archive-items-item-buttons-container {
    flex-direction: row;
    margin-top: 18px;
    padding: 0 8px;
  }
  .sale__main.discount .discount-archive-items-item-button-first {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    padding: 16px 0;
  }
  .sale__main.discount .discount-archive-items-item-button-second {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    padding: 16px 0;
  }
  .discount-archive-items-item-price {
    font-size: 34px;
    line-height: 47px;
    margin-top: -5px;
  }
  .discount-archive-items-item-price_old {
    font-size: 24px;
    line-height: 33px;
  }
  .discount-archive-items-item .sale-item__hint {
    font-size: 26px;
    line-height: 130%;
  }
  .discount-archive-items-item .sale-item__item::before {
    top: 16px;
    left: -1px;
    width: 8px;
    height: 8px;
  }
  .discount-archive-items-item .sale-item__item {
    padding-left: 18px !important;
  }
  .discount-archive-items-item .sale-item__item {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.1em;
  }
  .discount-archive-items-item-title {
    font-size: 28px;
    line-height: 130%;
    margin-top: 33px;
    margin-bottom: 12px;
  }
  .discount-archive-checkbox-container .premium-checkbox {
    margin-bottom: 63px !important;
  }
  .title_sale.title-discount-archive {
    text-align: left !important;
  }
  .discount-archive-items-filter-wrapper {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    margin: 0px 25px;
  }
  .discount-archive-items-filter-title {
    justify-content: center;
    padding: 8px 0;
    font-size: 20px;
    line-height: 130%;
  }
  .discount-archive-items-filter-form-container {
    border-top: 1px solid #d9d9d9;
    margin: 0;
  }
  .sale__main-container {
    display: flex;
    flex-direction: column;
  }
  .discount-archive-first-screen-items-list-container {
    order: 1;
  }
  .discount-archive-checkbox-container {
    order: 0;
  }
  .discount-archive-items-container {
    order: 3;
    margin-top: 50px;
  }
  .discount-archive-checkbox-container {
    margin-top: 0;
  }
}
.discount-archive-first-screen-items-list.three .discount-archive-first-screen-items-item:nth-child(2) .discount-archive-first-screen-items-item-image {
  border-radius: 0;
}
.discount-archive-first-screen-items-list.three .discount-archive-first-screen-items-item:nth-child(3) .discount-archive-first-screen-items-item-image {
  border-radius: 0px 20px 20px 0px;
}
.discount-archive-first-screen-items-list.fourth .discount-archive-first-screen-items-item:nth-child(2) .discount-archive-first-screen-items-item-image {
  border-radius: 0;
}
.discount-archive-first-screen-items-list.fourth .discount-archive-first-screen-items-item:nth-child(3) .discount-archive-first-screen-items-item-image {
  border-radius: 0px;
}
.discount-archive-first-screen-items-list.fourth .discount-archive-first-screen-items-item:nth-child(4) .discount-archive-first-screen-items-item-image {
  border-radius: 0px 20px 20px 0px;
}
@media (max-width: 767px) {
  .discount-archive-first-screen-items-list.fourth .discount-archive-first-screen-items-item:first-child .discount-archive-first-screen-items-item-image {
    border-radius: 20px 0px 0 0;
  }
  .discount-archive-first-screen-items-list.fourth .discount-archive-first-screen-items-item:nth-child(2) .discount-archive-first-screen-items-item-image {
    border-radius: 0px 20px 0px 0px;
  }
  .discount-archive-first-screen-items-list.fourth .discount-archive-first-screen-items-item:nth-child(3) .discount-archive-first-screen-items-item-image {
    border-radius: 0px 0px 0px 20px;
  }
  .discount-archive-first-screen-items-list.fourth .discount-archive-first-screen-items-item:nth-child(4) .discount-archive-first-screen-items-item-image {
    border-radius: 0px 0px 20px 0px;
  }
  .discount-archive-first-screen-items-list.three .discount-archive-first-screen-items-item:first-child {
    flex-basis: 100%;
  }
  .discount-archive-first-screen-items-list.three .discount-archive-first-screen-items-item:first-child .discount-archive-first-screen-items-item-image {
    border-radius: 20px 20px 0 0;
  }
  .discount-archive-first-screen-items-list.three .discount-archive-first-screen-items-item:nth-child(2) .discount-archive-first-screen-items-item-image {
    border-radius: 0 0 0 20px;
  }
  .discount-archive-first-screen-items-list.three .discount-archive-first-screen-items-item:nth-child(3) .discount-archive-first-screen-items-item-image {
    border-radius: 0 0px 20px 0px;
  }
  .discount-archive-first-screen-items-list {
    flex-wrap: wrap;
  }
  .discount-archive-first-screen-items-item {
    flex-basis: calc(100% / 2 - 4px);
  }
}

/* start single discount Page */
.discount-single-content-container {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
}
.discount-single-content-image-wrapper {
  width: 100%;
}
.discount-single-content-wrapper {
  width: 100%;
  padding: 70px 50px 50px 40px;
  position: relative;
}
.discount-single-content-title {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  text-transform: uppercase;
  color: #3a3a3a;
}
.discount-single-content-sale {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  text-transform: uppercase;
  color: #ffffff;
  padding: 17px 12px;
  background: #00aca5;
  border-radius: 5.12674px;
  position: absolute;
  top: -37px;
}
.discount-single-content .premium-checkbox {
  margin-bottom: 0;
}
.discount-single-content-wrapper .sale-item__item {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #8d8d8d;
  padding-left: 11px !important;
  margin-bottom: 0 !important;
}
.discount-single-content-wrapper .sale-item__item::before {
  top: 12px;
  left: -2px;
  width: 6px;
  height: 6px;
}
.discount-single-content-wrapper .sale-item__list {
  margin-top: 18px;
}
.discount-single-content-price_old {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-decoration-line: line-through;
  color: #8d8d8d;
  margin-top: 25px;
}
.discount-single-content-price {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 48px;
  color: #00aca5;
}
.discount-single-content-button-container {
  margin-top: 26px;
}
.discount-single-content-button {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 400;
  font-size: 15.9592px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  justify-content: center;
  background: #3a3a3a;
  border-radius: 36.7271px;
  padding: 12px 31px;
  transition: all 0.25s;
  width: fit-content;
}
.discount-single-content-button:hover {
  background-color: #00aca5;
}
.discount-single-content-text {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #000000;
  margin-top: 35px;
}
.discount-single-content-wrapper .sale-item__hint {
  font-size: 18px;
  line-height: 130%;
  margin-top: 25px;
}
.discount-single-content-image-wrapper {
  border-radius: 20px 0px 0px 20px;
  border: 1px;
  overflow: hidden;
}
.discount-single-content-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discount-single-items-more-container {
  margin-top: 40px;
}
.discount-single-items-more-title {
  font-family: "TTCommons";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.discount-single-items-more-slider {
  margin-top: 23px;
}
.discount-single-items-more-slider .discount-archive-items-item {
  margin-left: 0;
  flex-basis: auto;
}
.discount-single-items-more-slider .discount-archive-items-item-sale-label {
  left: 1px;
  top: 5px;
}
.discount-single-items-more-pagination-prev {
  border: 1.5px solid #00aca5;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discount-single-items-more-pagination-prev::before {
  content: "";
  background-image: url("../img/slider-arrow-discount.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  display: block;
  height: 12px;
}
.discount-single-items-more-pagination-next {
  border: 1.5px solid #00aca5;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discount-single-items-more-pagination-next::before {
  content: "";
  background-image: url("../img/slider-arrow-discount.svg");
  transform: rotate(-180deg);
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  display: block;
  height: 12px;
}
.discount-single-items-more-slider-container {
  position: relative;
  padding: 0 82px;
}
.discount-single-items-more-slider-nav {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.discount-single-items-more-slider-nav .swiper-pagination-bullet {
  background: #d9d9d9 !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: width 0.25s;
  cursor: pointer;
  opacity: 1;
}
.discount-single-items-more-slider-nav .swiper-pagination-bullet-active {
  border-radius: 50px;
  width: 45px;
}
.discount-single-items-more-slider.swiper {
  overflow: visible !important;
}
.discount-archive-items-item.hide-slide {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1024px) {
  .discount-single-items-more-slider .discount-archive-items-item-price-container {
    margin-top: 6px;
  }
  .discount-single-items-more-slider .sale-item__list {
    margin-bottom: 11px !important;
    min-height: 66px;
  }
  .discount-single-items-more-slider-container .discount-archive-items-item {
    padding: 12px;
    padding-bottom: 19px;
  }
  .discount-single-items-more-slider-container .discount-archive-items-item-title {
    margin-top: 19px;
    margin-bottom: 12px;
  }
  .discount-single-content-wrapper .sale-item__item {
    font-family: "TTCommons";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1em;
    color: #8d8d8d;
  }
  .single-discount .breadcrumbs {
    margin: 10px auto !important;
  }
  .discount-single-content {
    padding-top: 43px;
  }
  .discount-single-items-more-pagination-next {
    border: 1.5px solid #00aca5;
    width: 60px;
    height: 60px;
    right: 59px;
    top: 38%;
    z-index: 100;
  }
  .discount-single-items-more-pagination-prev {
    border: 1.5px solid #00aca5;
    width: 60px;
    height: 60px;
    top: 38%;
    z-index: 100;
  }
  .discount-single-items-more-pagination-prev.swiper-button-disabled {
    opacity: 0.3;
  }
  .discount-single-items-more-pagination-next.swiper-button-disabled {
    opacity: 0.3;
  }
  .discount-single-items-more-slider {
    margin-top: 30px;
  }
  .discount-single-items-more-slider-container {
    padding-right: 188px;
    padding-left: 144px;
  }
  .discount-archive-items-item.swiper-slide {
    /* width: 260px !important; */
  }
  .discount-single-items-more-slider .discount-archive-items-item-sale-label {
    left: 1px;
    top: 5px;
    left: -18px;
    top: 18px;
  }
  .discount-single-items-more-title {
    font-size: 36px;
    line-height: 130%;
  }
  .discount-single-items-more-container {
    margin-top: 65px;
    overflow: hidden;
  }
  .discount-single-checkbox-container .premium-checkbox {
    width: 50%;
    margin: 0 auto;
  }
  .discount-single-content-text {
    font-size: 14px;
  }
  .discount-single-content-sale {
    font-size: 42px;
    line-height: 130%;
    padding: 15px 23px;
    top: -41px;
    left: 42px;
  }
  .discount-single-content-title {
    font-size: 36px;
    line-height: 130%;
  }
  .discount-single-content-container {
    margin-top: 97px;
    flex-direction: row;
  }
  .discount-single-content-image-wrapper {
    width: 50%;
    border: 1px solid #d9d9d9;
    border-radius: 20px 0 0 20px;
    border-right: 0;
  }
  .discount-single-content-wrapper {
    width: 45%;
    border: 1px solid #d9d9d9;
    border-left: 0;
    border-radius: 0 20px 20px 0;
  }
  .discount-single-content-wrapper {
    padding: 80px 59px 58px 41px;
  }
}
@media (max-width: 1023px) {
  .discount-single-content .container {
    padding: 0 !important;
  }
  .discount-single-items-more-slider-container .discount-single-items-more-pagination-prev {
    left: 10px;
    top: 45%;
  }
  .discount-single-items-more-slider-container .discount-single-items-more-pagination-next {
    right: 12px;
    top: 45%;
  }
  .discount-single-items-more-slider-container .discount-single-items-more-slider-nav {
    margin-top: 35px;
  }
  .discount-single-items-more-slider-container .discount-archive-items-item-buttons-container {
    margin-top: 24px;
  }
  .discount-archive-items-item-button-first {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    padding-top: 13px;
    padding-bottom: 18px;
  }
  .discount-single-items-more-slider-container .discount-archive-items-item-price-container {
    padding-left: 0;
    margin-top: 12px;
  }
  .discount-single-items-more-slider-container .discount-archive-items-item-price {
    font-size: 22.3764px;
    line-height: 31px;
  }
  .discount-single-items-more-slider-container .discount-archive-items-item-price_old {
    font-size: 15.6635px;
    line-height: 22px;
  }
  .discount-single-items-more-slider-container .sale-item__list {
    margin-bottom: 15px !important;
  }
  .discount-single-items-more-slider-container .sale-item__hint {
    font-size: 15.6635px;
    line-height: 130%;
  }
  .discount-single-items-more-slider-container .sale-item__item::before {
    top: 5px;
    left: -4px;
    width: 4px;
    height: 4px;
  }
  .discount-single-items-more-slider-container .sale-item__item {
    font-size: 17.9011px;
    line-height: 25px;
    padding-left: 9px !important;
  }
  .discount-single-items-more-slider-container .discount-archive-items-item-sale-label {
    font-size: 26.8516px;
    line-height: 130%;
    left: -28px;
    top: 22px;
    padding: 9px;
    padding-top: 14px;
  }
  .discount-archive-items-item {
    border-radius: 17px;
  }
  .discount-single-items-more-title {
    max-width: 300px;
    margin: 0 auto;
  }
  .discount-single-content-wrapper {
    background: #ffffff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    transform: translateY(-54px);
  }
  .discount-single-content .discount-single-checkbox-container {
    display: none;
  }
  .discount-single-content-sale {
    top: -28px;
    left: 38px;
  }
  .discount-single-content-wrapper {
    padding: 65px 65px 39px 41px;
  }
  .discount-single-content-wrapper .sale-item__hint {
    margin-top: 21px;
  }
  .discount-single-content-wrapper .sale-item__hint {
    margin-bottom: -5px;
  }
  .discount-single-content-button-container {
    margin-top: 16px;
  }
  .discount-single-content-button-container .discount-single-content-button {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 51px;
  }
  .discount-single-items-more-container {
    overflow: hidden;
    padding: 0 15px;
  }
  .discount-archive-items-item-image {
    height: 170px;
  }
  .discount-archive-items-item-title {
    font-size: 23px;
    line-height: 32px;
    margin-top: 26px;
    margin-bottom: 11px;
  }
  .discount-single-items-more-slider-container .discount-archive-items-item {
    padding: 10px;
  }
}

.not_premium .discount-single-content-container {
  margin-top: 0;
}
/* END DISCOUNTS */

/* PREMIUM V2 */
.text_center {
  text-align: center;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.w100 {
  width: 100%;
}

.bg_light_blue {
  background-color: #ECF3FB;
}

.btn_red {
  background-color: #f33156;
  color: #fff;
}

.btn_red:hover {
  background-color: #e50e36;
  color: #fff;
}

.b_single_banner {
  position: relative;
}

.b_single_banner .banner_image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #EFEFF4;
}

.b_single_banner .banner_image .image {
  height: 100%;
  width: 70%;
  margin: 0 0 0 auto;
  position: relative;
  left: 50%;
  transform: translate(-70%, 0);
}

@media (max-width: 767px) {
  .b_single_banner .banner_image .image {
    width: 100%;
    left: 0;
    right: 0;
    transform: none;
  }
}

.b_single_banner .banner_image .image:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 160px;
  background: linear-gradient(90deg, #EFEFF4 0%, rgba(239, 239, 244, 0) 100%);
  left: -10px;
}

@media (max-width: 767px) {
  .b_single_banner .banner_image .image:after {
    width: 238px;
    left: 0;
  }
}

.b_single_banner .banner_image img {
  width: 100%;
  height: 100%;
  max-width: unset;
  object-fit: cover;
  position: relative;
}

@media (max-width: 767px) {
  .b_single_banner .banner_image img {
    width: unset;
    object-fit: unset;
    left: 0;
    transform: translate(-10%, 0);
  }
}

@media (max-width: 550px) {
  .b_single_banner .banner_image img {
    transform: translate(-20%, 0);
  }
}

.b_single_banner .banner_content_inner {
  min-height: 586px;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  padding: 50px 0;
}

@media (max-width: 1199px) {
  .b_single_banner .banner_content_inner {
    min-height: unset;
  }
}

@media (max-width: 767px) {
  .b_single_banner .banner_content_inner {
    min-height: 400px;
  }
}

.b_single_banner .content_wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .b_single_banner .content_wrapper {
    font-size: 16px;
  }
}

.b_single_banner .content_wrapper h1,
.b_single_banner .content_wrapper h2 {
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .b_single_banner .content_wrapper h1,
  .b_single_banner .content_wrapper h2 {
    font-size: 42px;
  }
}

.b_single_banner .content_wrapper h1:not(:last-child),
.b_single_banner .content_wrapper h2:not(:last-child) {
  margin-bottom: 20px;
}

.b_single_banner .content_wrapper .content + .hero_price {
  margin: 25px 0 0;
}

@media (max-width: 767px) {
  .b_single_banner .content_wrapper .content + .hero_price {
    margin: 15px 0 0;
  }
}

.b_single_banner .hero_price {
  font-size: 32px;
  color: #00ACA5;
  font-weight: 700;
}

.b_single_banner .hero_price strong {
  font-size: 48px;
  line-height: 1;
}

.b_single_banner .btn_wrap:not(:first-child) {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .b_single_banner .btn_wrap:not(:first-child) {
    margin: 20px 0 0;
  }
}

.b_single_banner .btn_hero {
  width: auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 23px 20px 20px;
  min-height: 72px;
  min-width: 238px;
}

@media (max-width: 400px) {
  .b_single_banner .btn_hero {
    min-width: unset;
    padding: 13px 20px 10px;
    min-height: 50px;
  }
}

.b_premium_cards .cards_wrapper {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .b_premium_cards .cards_wrapper {
    padding: 25px 0;
  }
}

.b_premium_cards .h2 {
  width: 100%;
  margin: 0 0 10px;
  color: #00aca5;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.b_premium_cards .cards_type {
  gap: 20px 30px;
  max-width: 885px;
  margin: 0 auto;
}

.b_premium_cards .card_column {
  width: calc(50% - 15px);
}

@media (max-width: 767px) {
  .b_premium_cards .card_column {
    width: 100%;
  }
}

.b_premium_cards .card_block {
  height: 100%;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 20px;
  color: #929292;
}

@media (max-width: 767px) {
  .b_premium_cards .card_block {
    padding: 20px 20px 30px;
  }
}

.b_premium_cards .card_image {
  margin: 0 0 30px;
}

.b_premium_cards .card_image .image {
  position: relative;
  padding-top: 64%;
  overflow: hidden;
  border-radius: 10px;
}

.b_premium_cards .card_image .image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.b_premium_cards .card_content {
  font-size: 16px;
}

.b_premium_cards .card_content p:not(:last-child) {
  margin-bottom: 15px;
}

.b_premium_cards .card_description {
  margin: 20px 0 0;
}

.b_premium_cards .card_description .description_row {
  border-top: 1px solid #D9D9D9;
  padding: 20px 0;
  color: #000;
}

.b_premium_cards .card_description .description_row h3,
.b_premium_cards .card_description .description_row h2,
.b_premium_cards .card_description .description_row h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.b_premium_cards .card_description .description_row ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.4;
}

.b_premium_cards .card_description .description_row ul li {
  position: relative;
  padding: 0 0 0 10px;
  font-size: 16px;
}

.b_premium_cards .card_description .description_row ul li::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000;
  left: 0;
  top: 7px;
  line-height: 1.4;
}

.b_premium_cards .card_bottom_part {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.b_premium_cards .card_bottom_part {
  margin-top: 20px;
}

.b_premium_cards .price_wrapper {
  padding: 50px 0;
}

.b_premium_cards .current_price {
  text-transform: unset;
}

.b_premium_cards .profit_wrapper {
  padding: 50px 0;
}

.profit_section img {
  display: block;
}

.profit_section .desktop_image {
  max-width: 1164px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .profit_section .desktop_image {
    display: none;
  }
}

.profit_section .desktop_image img {
  margin: 0 auto;
}

.profit_section .mobile_image {
  display: none;
  margin: 0 auto;
  max-width: 500px;
}

@media (max-width: 767px) {
  .profit_section .mobile_image {
    display: block;
  }
}

.profit_section .mobile_image img {
  margin: 0 auto;
}
/* END PREMIUM V2 */

/* NEW 17.01.24 */

.page.bingc-blur-whole-page {
  filter: none!important;
  -webkit-filter: none!important;
}

body bwchat#bwc-wrap #bwc-widget-action{
  right: 66px;
}

body bwchat#bwc-wrap #bwc-chat-cloud-message.bwc-mobile{
  z-index: 999!important;
}

body bwchat#bwc-wrap #bwc-widget-action button,
body #bwc-wrap #bwc-widget-action .bwc-button{
  background-color: #00aca5!important;
}
body bwchat#bwc-wrap #bwc-widget-action button.bwc-chat,
body #bwc-wrap #bwc-widget-action .bwc-button.bwc-chat{
  background-color: #fff!important;
  border: 1px solid #A0A0A0;
}

body bwchat#bwc-wrap #bwc-widget-action button.bwc-get-call .bwc-icon svg path,
body bwchat#bwc-wrap #bwc-widget-action .bwc-button.bwc-get-call .bwc-icon svg path{
  fill: #fff!important;
}
body bwchat#bwc-wrap #bwc-widget-action button.bwc-get-call .bwc-btn-text,
body bwchat#bwc-wrap #bwc-widget-action .bwc-button.bwc-get-call .bwc-btn-text{
  color: #fff!important;
}

body bwchat#bwc-wrap #bwc-widget-action button.bwc-get-call .bwc-invitations,
body bwchat#bwc-wrap #bwc-widget-action .bwc-button.bwc-get-call .bwc-invitations {
  color: #fff !important;
}

body bwchat#bwc-wrap #bwc-widget-action .bwc-chat .bwc-custom-icon svg *{
  fill: #3A3A3A!important;
}

body bwchat#bwc-wrap #bwc-widget-action button .bwc-invitations,
body bwchat#bwc-wrap #bwc-widget-action .bwc-button .bwc-invitations{
  color: #3A3A3A!important;
}

.messenger-widget{
  bottom: 30px;
  right: 10px;
  width: 56px;
  margin-bottom: -10px;
}

.messenger-widget .messenger-box .messenger-box__toggle {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 20px;
  margin-bottom: 0;
}

.messenger-widget .messenger-box .messenger-box__items .messenger-box__items-item {
  border-radius: 20px;
  width: 56px;
  line-height: 56px;
}

.messenger-widget .messenger-box.active .messenger-box__items .messenger-box__items-item {
  height: 56px;
}

.messenger-widget .messenger-box .messenger-box__items {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .messenger-widget {
    bottom: 142px;
    right: 20px;
  }
}

/* END NEW 17.01.24 */

/* ADDITIONAL ORDER */
.popup-offer {
  padding: 80px 80px 65px;
  width: 520px;
}

.popup-offer .title-popup {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
}

.popup-offer .title-popup b {
  font-weight: 700;
  color: #F33156;
}

.popup-offer .slider-wrap {
  width: 100%;
  padding: 0 5px;
  position: relative;
}

.popup-offer .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  padding: 10px;
}

.popup-offer .swiper-slide figure {
  border-radius: 10px;
  width: 50%;
  min-height: 160px;
  overflow: hidden;
  margin: 0;
}

.popup-offer .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.popup-offer .swiper-slide .text {
  width: 50%;
  padding-left: 20px;
  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;
}

.popup-offer .swiper-slide .text .sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  background: #00ACA5;
  margin-bottom: 15px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 20px;
  padding: 4px 6px 0;
}

.popup-offer .swiper-slide .text h6 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 10px;
}

.popup-offer .swiper-slide .text .old-price {
  color: #8D8D8D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}

.popup-offer .swiper-slide .text .price-sale {
  color: #00AEA7;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.popup-offer .swiper-button-prev, .popup-offer .swiper-button-next {
  width: 38px;
  height: 38px;
  background: url("../img/icon-101.svg") no-repeat center;
  border-radius: 100%;
}

.popup-offer .swiper-button-prev:after, .popup-offer .swiper-button-next:after {
  display: none;
}

.popup-offer .swiper-button-prev:hover, .popup-offer .swiper-button-next:hover {
  opacity: 0.7;
}

.popup-offer .swiper-button-prev {
  left: -50px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.popup-offer .swiper-button-next {
  right: -50px;
}

.popup-offer .btn-wrap {
  width: 100%;
  padding: 0 5px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-offer .btn-wrap a {
  border-radius: 5px;
  border: 1px solid #3A3A3A;
  height: 44px;
  line-height: 42px;
  text-align: center;
  color: #3A3A3A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Helvetica', sans-serif;
  display: block;
  width: calc(50% - 8px);
}

.popup-offer .btn-wrap a:hover {
  background: #00ACA5;
  border-color: #00ACA5;
  color: #fff;
}

.popup-offer .btn-wrap .btn-red {
  background: #F33156;
  font-weight: 700;
  border-color: #F33156;
  color: #fff;
}

.popup-offer .swiper-pagination {
  display: none;
}

.mac .popup-offer .swiper-slide .text .sale {
  padding-top: 3px;
  padding-bottom: 1px;
}

@media (max-width: 575px) {
  .popup-offer {
    max-width: 100%;
    width: 460px;
    padding: 45px 10px 20px;
  }

  .popup-offer .title-popup {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .popup-offer .slider-wrap {
    padding: 0 55px;
  }

  .popup-offer .swiper-slide figure {
    width: 100%;
    height: 50vw;
    margin-bottom: 20px;
  }

  .popup-offer .swiper-slide .text {
    width: 100%;
    padding: 0;
  }

  .popup-offer .swiper-button-next {
    right: 0;
    width: 40px;
    height: 40px;
  }

  .popup-offer .swiper-button-prev {
    left: 0;
    width: 40px;
    height: 40px;
  }

  .popup-offer .swiper-slide .text .sale {
    height: 26px;
    font-size: 16px;
  }

  .popup-offer .swiper-slide .text h6 {
    font-size: 26px;
  }

  .popup-offer .swiper-slide .text .old-price {
    font-size: 20px;
  }

  .popup-offer .swiper-slide .text .price-sale {
    font-size: 32px;
  }

  .popup-offer .swiper-pagination {
    width: 100%;
    bottom: 0;
    margin: 25px 0 45px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .popup-offer .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #d9d9d9;
    border-radius: 12px;
  }

  .popup-offer .swiper-pagination .swiper-pagination-bullet-active {
    width: 50px;
  }

  .popup-offer .btn-wrap a {
    height: 50px;
    line-height: 48px;
    font-size: 16px;
  }

  .popup-offer .btn-wrap {
    margin-top: 15px;
  }
}
/* END ADDITIONAL ORDER */

/* NEW CITY SELECT */
/*город*/
.header__link{
  position: relative;
  margin-left: 20px;
}

.header__link:link,
.header__link:visited{
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  color: #000;
}

.header__link:hover,
.header__link:active {

}

.header__link::before,
.header__link::after{
  content: "";
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.header__link::before {
  top: 7px;
  left: -15px;
  width: 12px;
  height: 16px;
  background: url(../img/location.png) center/contain no-repeat;
}

.header-icon{
  width: 16px;
  height: 16px;
}


.header__link::after {
  top: 8px;
  right: -15px;
  width: 12px;
  height: 8px;
  background: url(../img/arrow.svg) center/contain no-repeat;
}


/*модальное окно*/
.modal-icon{
  width: 8px;
  height: 8px;
}
.modal-icon:hover{
  color: #000;
}

.back-icon{
  width: 28px;
  height: 12px;
}

.modal-black {
  display: none;
  z-index: 99999;
}
.modal-black:before {
  content: '';
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 9999;
}
.modal {
  position: fixed;

  font-family: "TTCommons";
  font-size: 24px;

  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  background: #fff;
  width: 1080px;
  height: 580px;

  border: 1px solid #D9D9D9;
  border-radius: 10px;
  z-index: 99999;
  opacity: 1;
  overflow: auto;

  &::-webkit-scrollbar {
    width: 4px;

  }
  &::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #bdbdbd;
  }

  &::-webkit-scrollbar-track {
    margin: 10px 0;
    background-color: #e1e1e1;
  }

}
.modal__content{
  padding: 50px 80px 44px 86px;
}
.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.modal__title{
  font-weight: 400;
  font-size: 20px;

  color: #000;
  margin-bottom: 10px;
}


.modal-input {
  background-image: url('../img/search.png');
  background-position: 16px 14px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  padding: 14px 20px 12px 40px;
  border: none;
  background-color: #EDEDED;
  border-radius: 5px;
  margin-bottom: 30px;
}
.modal-input:focus {
  outline: 1px solid #B2B2B2;

}

.modal-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-rows: repeat(11, 1fr);
  grid-auto-flow: column;
  gap: 10px;
}

.modal__city-item a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
}

.modal__city-item a:hover {
  text-shadow:  0 0 0.75px #000;
}

.modal__city-item a > span{
  position: relative;
}

.modal__city-item:hover .modal-icon{
  stroke-width: 2;
}

.modal-back {

}

.modal__top-back{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 50px 80px 28px 86px;
  border-bottom: 1px solid #B2B2B2;
}

.modal__title-back{
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 0;
}

.modal__title-back span{
  color: #00ACA5;
  font-weight: 700;
}


.address-icon{
  width: 12px;
  margin-bottom: -1px;
}

.address-icon.address-icon-2,
.address-icon.address-icon-3{
  width: 13px;
}


.modal__content-back{
  padding: 34px 90px 48px 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 8px;
}
.modal__address-list{
  display: flex;
  flex-direction: column;
  position: relative;
  list-style: none;
  color: #000;
}

.modal__address-list:not(:nth-last-child(-n + 1))::after  {
  content: '';
  display: block;
  height: 0.5px;
  background: #E3E3E3;
  margin-top: 8px;
}

.modal__address-list:not(:nth-child(3n)):not(:last-child)::before   {
  content: '';
  display: block;
  height: 45px;
  width: 0.5px;
  right: 25%;
  bottom: 50%;
  transform: translateY(50%);
  position: absolute;
  background: #E3E3E3;
}

.modal__list-item img{

}

.modal__list-item span{
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;

}

.list__item-title{

}

.list__item-title span{
  font-size: 19px;
  font-weight: 500;
}

.modal__city-item .soon,
.modal__city-item .closed,
.modal__city-item .country {
  content: "";
  position: absolute;
  top: -4px;
  right: -31px;
  width: 28px;
  height: 28px;
  background: url(../img/icons/soon.svg) center/contain no-repeat;
}

.modal__city-item .closed {
  right: -27px;
  width: 23px;
  height: 23px;
  background: url(../img/icons/closed.svg) center/contain no-repeat;
}

.modal__city-item .country {
  top: -2px;
  right: -27px;
  width: 22px;
  height: 22px;
  background: url(../img/icons/pl.svg) center/contain no-repeat;
}

@media(max-width: 1080px){
  .modal{
    width: 900px;
  }
  .modal__address-list:not(:nth-child(3n)):not(:last-child)::before{
    right: 10%;
  }
}

@media (max-width: 991px){
  .modal{
    width: 750px;
  }
  .modal-list {
    grid-template-rows: repeat(18, 1fr);
    grid-auto-flow: column;
    gap: 14px 5px;
  }
  .modal__content{
    padding: 24px 32px;
  }

  .modal__top-back{
    padding: 24px 10px 8px 26px;
  }
  .modal__title-back{
    font-size: 22px;
  }
  .modal__content-back{
    padding: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
  /*.modal__address-list:not(:nth-child(3n)):not(:last-child)::before  {
    display: none;
  }
  .modal__address-list:nth-child(odd):not(:last-child)::before  {
    content: '';
    display: block;
    height: 45px;
    width: 0.5px;
    right: 25%;
    bottom: 50%;
    transform: translateY(50%);
    position: absolute;
    background: #E3E3E3;
  }
  .modal__address-list:not(:nth-last-child(-n + 2))::after  {
    display: none;
  }
  .modal__address-list:not(:nth-last-child(-n + 1))::after  {
    content: '';
    display: block;
    height: 0.5px;
    background: #E3E3E3;
    margin-top: 4px;
  }*/

  .modal__address-list::before,
  .modal__address-list .modal__list-item-hidden-on-mobile{
    display: none!important;
  }

  .list__item-title span{
    font-size: 16px;
  }
}

@media (max-width:767px) {
  .modal-black:before{
    display: none;
  }

  .modal{
    top: 0;
    transform:translate(-50%,60px);
    margin-top: 0;
    width: 100%;
    border-radius: 0;
    /*min-height: 90vh;*/
    height: 100vh;
    overflow: auto;
  }
}

@media(max-width: 575px){
  .modal__address-list:nth-child(odd):not(:last-child)::before  {
    right: 10%;
  }
}

@media (max-width:440px) {
  .modal__city-item a{
    font-size: 19px;
  }
  .modal__list-item span {
    font-size: 14px;
    margin-left: 2px;
  }
  .list__item-title span{
    font-size: 14px;
  }
  .modal__content-back{
    padding: 4px 4px 4px 8px;
  }

  .modal__city-item .soon {
    top: -7px;
  }

  .modal__city-item .closed {
    top: -6px;
  }

  .modal__city-item .country {
    top: -4px;
  }
}

@media (max-width: 340px){
  .modal__address-list:nth-child(odd):not(:last-child)::before  {
    display: none;
  }
  .modal__list-item span {
    font-size: 12px;
    margin-left: 1px;
  }
  .list__item-title span{
    font-size: 12px;
  }
}
/* END NEW CITY SELECT */

/* NEW MENU */
@media (min-width: 992px){
  .nav__link a{
    position: relative;

  }
  .nav__link a:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: attr(data-item);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    white-space: nowrap;
    opacity: 0;
    padding-right: 10px;
    font-family: "TTCommons", sans-serif;
  }

  .nav__item:hover .nav__link a:before {
    opacity: 1;
  }

  .sub__nav{
    -webkit-box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    position: absolute;
    z-index: -1;
    width: 185px;
    left: -6px;
    top: 45px;
    background: transparent;
  }

  .sub__nav ul{
    background: #fff;
    border-radius: 0 0 10px 10px;
    width: 100%;
    border: none;
    padding: 0;
  }

  .sub__nav ul li{
    border-bottom: 1px solid #dadada;
    padding: 0;
  }
  .sub__nav ul li:last-child{
    border-bottom: 0;
    border-radius: 0 0 10px 10px;
  }
  .sub__nav ul li:last-child a{
    border-radius: 0 0 10px 10px;
  }
  .nav__item_sub .nav__link::after{
    right: -1px;
  }
  .sub__nav ul li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    min-height: 48px;
    font-family: "TTCommons", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    padding: 3px 23px 2px;
    background: #fff;
    height: 48px;
    white-space: normal;
  }

  .sub__nav ul li a:hover{
    color: #fff;
    background: #3CD6D0;
  }

  .nav__item ul li:hover .sub__nav{
    visibility: visible;
    opacity: 1;
    z-index: 999999999999;
  }
  .nav__item_sub:hover .sub__nav{
    z-index: 999999999999;
  }
  .nav__item ul li:hover{
    z-index: 99999;
  }
  .header{
    z-index: 99999;
  }

  .nav__link a{
    color: #fff;
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding-right: 12px;
    font-family: "TTCommons", sans-serif;
  }

  .nav__item{
    padding-right: 0!important;
  }
  .lang__item::after{
    top: -3px;
  }
  .lang__link{

    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "TTCommons", sans-serif;

  }

  .page{
    position: relative;
  }

  .page:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: rgba(0, 0, 0, 0.55);
    display: none;
    z-index: 5;
  }

  .page.is-hover:after{
    display: block;
  }

  .nav__item:hover>span a{
    color: transparent!important;

  }

  .nav__item:hover .nav__link::after{
    background: url(../img/icons/arrow_white.svg) center/contain no-repeat;
  }

  .lang__link:hover {
    opacity: 1;
  }
}
/* END NEW MENU */

/* SWIPER */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* END SWIPER */

/* wow */
.nav__list .nav__item.wow .nav__link a,
.nav__list .nav__item.wow .nav__link a:before{
  padding-left: 44px;
}

.nav__list .nav__item.wow .wow-text{
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFE500;
  border-radius: 4px;
  padding: 4px 5px 0;
}

@media (max-width: 991px){
  .nav__list .nav__item.wow .nav__link a,
  .nav__list .nav__item.wow .nav__link a:before {
    padding-left: 0;
  }

  .nav__list .nav__item.wow .wow-text{
    left: 57px;
  }
}
/* end wow */