@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;
}

/**
 * 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;
}

/* 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;
}

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 .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .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 .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 .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: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  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: .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: .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: .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 .3s;
  transition: transform .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%;
  }
}

.title_form {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.tickets__form .title_form{
  margin-bottom: 25px;
}

.tickets__form p{
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .title_form {
    margin-bottom: 20px;
  }
  .tickets__form p {
    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;
}

.tickets__form .form__item{
  margin-bottom: 10px;
}

.tickets__form .form__item.final{
  margin-top: 20px;
  align-items: center;
}

.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;
}

.popup-rec label[for="rules"] a,
.popup-gift label[for="rules"] a{
  color: #00aca5;
}

.popup-rec label[for="rules"],
.popup-gift label[for="rules"]{
  font-size: 18px;
  color: #929292;
  margin: 15px auto 0;
  padding-left: 31px;
  position: relative;
}

.popup-rec label[for="rules"]:before,
.popup-gift label[for="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="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="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#rules{
  display: none;
}

.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;
  }
}

h1 span,
h2 span{
  color: #00aca5;
}

.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;
}

.tickets__form .select-wrap{
  margin-bottom: 0;
}

.select-wrap:not(:first-of-type) {
  display: none;
}

.select-wrap .select2-results__option:first-of-type {
  display: none;
}

.tickets__form .select-wrap .select2-results__option:first-of-type {
  display: block;
}

.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 {
  order: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 31px;
  margin-bottom: 15px;
  opacity: 0;
}

@media (max-width: 575px) {
  .popup-sale__item {
    padding-left: 25px;
    flex-wrap: wrap;
  }
}

.popup-sale__item.active {
  animation: slideUp 0.3s ease-in-out forwards;
}

.popup-sale__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #00aca5;
  border-radius: 100%;
}

.popup-sale__item:after {
  content: '';
  position: absolute;
  top: 4px;
  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-complex-rec .popup-sale__item:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
}

#popup-complex-rec .popup-sale__item.checked:after {
  background-color: #00aca5;
}

.popup-sale__text {
  max-width: 250px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
}

.popup-sale__text .quantity{
  color: #929292;
  font-size: 18px;
}

/*-------------------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: 0px;
}

.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__price::after {
  content: ' zł';
}*/

.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 {
  width: 30%;
  text-align: left;
  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 {
  width: 50%;
  text-align: right;
  font-weight: 500;
  color: #000;
}

/*.popup-sale__sum::after {
  content: ' zł';
}*/

.__old_price{
  color: #929292;
  text-decoration: line-through;
  margin-right: 5px;
  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 {
    padding: 15px;
  }
}

.form_gift {
  width: 100%;
}

.form_gift .form__item:last-of-type {
  margin-bottom: 30px;
}

.form_gift .btn {
  max-width: 160px;
}

.select-gift__wrap .select2-selection.select2-selection--single::before {
  display: none;
}

.select-gift__wrap .select2-selection.select2-selection--single {
  padding-left: 30px;
}

.select-gift__wrap .select2-results__option {
  padding-left: 30px;
}

.select-gift__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 {
    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;
  pointer-events: none;
}

.breadcrumbs__link {
  font-size: 16px;
  color: #929292;
}

.breadcrumbs__link:hover {
  color: #00aca5;
}

.header {
  position: sticky;
  /*position: -webkit-sticky;*/
  z-index: 3;
  top: -93px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 991px) {
  .header {
    top: -60px;
  }
}

.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%;
}

@media (max-width: 991px) {
  .header__select {
    max-width: 200px;
  }
}

@media (max-width: 575px) {
  .header__select {
    max-width: calc(100% - 170px);
  }
}

@media (max-width: 321px) {
  .header__select {
    max-width: calc(100% - 160px);
  }
}

.header__select .select2 {
  height: 40px;
  font-size: 16px;
  font-weight: 400;
}

.ticket_select{
  margin-top: 15px;
  margin-bottom: 15px;
}

.input_order_quantity_wrapper{
  width: 50%;
}

.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,
.input_order_quantity_wrapper .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;
}

@media (max-width: 575px) {
  .header__select .select2-selection.select2-selection--single {
    padding: 7px 20px 3px 10px;
  }
  .ticket_select .select2-selection.select2-selection--single,
  .input_order_quantity_wrapper .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;
  }
}

.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;
}

.ticket_select_results .select2-results__option,
.input_order_quantity_wrapper .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;
}

@media (max-width: 575px) {
  .header__select .select2-results__option {
    padding: 5px 10px;
  }
  .ticket_select_results .select2-results__option,
  .input_order_quantity_wrapper .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;
  }
}

.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: 10px;
  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 {
  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_2::before {
  background-image: url(../img/icons/metro_2.svg);
}

.address__metro_3::before {
  background-image: url(../img/icons/metro_3.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: 31%;
  }
}

.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;
}

.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,
.header__bottom .lang-icons{
  display: none;
}


@media (max-width: 991px) {
   .buttons:not(.blog_button){
    display: none;
  }

  .blog_button{
    align-items: center;
  }

  .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__bottom .lang-icons{
    display: flex;
    align-items: flex-start;
    padding: 0 15px 25px;
  }

  .header__bottom .lang-icons span:first-child{
    margin-right: 10px;
  }

  .header .mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(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: 60px;
	}

  .upper__banner.flag{
    background-size: cover!important;
  }

  .header__bottom {
    order: 1;
	position: fixed;
    /*position: sticky;*/
    /*position: -webkit-sticky;*/
    z-index: 2;
    top: 0;
    min-height: 60px;
    padding: 23px 0 9px;

    /*margin-top: 32px;*/
  }
  .header__bottom .row {
    align-items: center;
  }
}

@media (max-width: 991px) {
  .nav {
    position: fixed;
    z-index: 4;
    top: 60px;
    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 15px;
}

@media (max-width: 1169px) {
  .nav__item {
    padding: 0 10px;
  }
}

@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: #fff;
  }
}

.subnav__link a {
  color: #fff;
}

.subnav__link a:hover {
  color: #01d8cf;
}

@media (max-width: 991px) {
  .subnav__link a:hover {
    color: #fff;
  }
}

.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;
    text-transform: none;
    width: 100%;
  }
  .nav__link a {
    color: #1d3837;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    width: 100%;
  }

  .nav__link a:hover {
    color: #1d3837;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
  }

  .nav__item_sub.active_mob .nav__link a{
    color: #1d3837;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
  }
  .subnav__link{
    font-weight: 500;
    display: block;
    font-size: 16px;
    color: #445c5b;
    width: 100%;
  }

  .socials_header .social__link{
    filter: invert(45%);
  }
}


.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;
}

@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="228300"]{
    padding-left: 5px;}
}

@media (max-width: 575px) {
  .footer__col {
    width: 100%;
  }
}

.footer .sp-form[sp-id="228300"]{
  padding-top:0 !important;
  margin-top: -9px !important;
}

.footer__col.footer__col_wide {
  width: 50%;
}

@media (min-width: 991px){
  .footer .sp-form[sp-id="228300"] .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;
  }
}

.sp-field p span{
  font-size: 14px;
}

@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;
}

@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: rgba(255, 255, 255, 0.25);
  }
}

@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: #ffffff;
  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);
}

.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;
  }

  .prices .feedback__img {
    display: none;
  }
}

@media (max-width: 575px) {
  .feedback__img {
    height: 100%;
    transform: translateX(0);
  }
}

.feedback__img img {
  height: 100%;
  object-fit: cover;
}

.tickets__form_img img{
  margin-left: 50%;
}

@media (max-width: 991px) {
  .feedback__img img {
    max-height: 600px;
  }
}

.feedback__info {
  z-index: 1;
  align-self: center;
  width: 25%;
  padding: 0 15px;
}

@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);
}

.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;
}

.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 {
    -webkit-appearance: none;
    -moz-appearance: none;
    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;
  }
}

.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 {
  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%;
}

.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 {
  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__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;
}

._price_per_one{
  font-style: normal;
}

.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;
    font-size: 28px;
  }
}

.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: 0;
}

main.prices .price-laser{
  padding-top: 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: 100px 0 50px;
  }
  .price-laser .price__text, .price-laser .price__descr {
    order: 2;
  }
  .price-laser .hint_price {
    order: 3;
  }
}

@media (max-width: 575px) {
  .price-laser {
    padding: 30px 0;
  }
}

.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-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .title_contraindications-laser {
    margin-bottom: 30px;
  }
}

.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: 200px;
  padding-left: 10px;
  padding-right: 10px;
}

.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;
  }
  .prices .sale__main{
    padding-top: 10px;
  }
}

@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 {
  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;
}

.ticket-item .sale-item__price {
  margin-bottom: 15px;
}

.sale-item__old {
  font-size: 18px;
  text-decoration: line-through;
}

.sale-item__new {
  font-size: 24px;
  color: #000;
}

.ticket-item .sale-item__new {
  font-size: 24px;
  color: #00aca5;
  font-weight: bold;
}

.ticket-item .sale-item__price_one_text{
  margin-top: 5px;
  font-size: 16px;
}

.ticket-item .sale-item__price_one_text span{
  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: 200px;
  padding-left: 10px;
  padding-right: 10px;
}

.discount-archive-items-item .btn_sale {
  max-width: 100%;
}

.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;
  }
}

.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;
}

@media (max-width: 991px) {
  .contacts__info {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
}

.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);
  }
}

@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;
}

@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_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;
}

@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%;
}

@media (max-width: 991px) {
  .gift-hero__img img {
    width: 100% !important;
    height: 300px;
    object-fit: cover;
  }
}

@media (max-width: 575px) {
  .gift-hero__img img {
    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: 170px;
}

.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 100px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .gift-reviews {
    padding: 50px 0 500px;
  }
}

@media (max-width: 575px) {
  .gift-reviews {
    padding: 30px 0 30px;
  }
}

.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;
  }
  .prices__main{
    padding-top: 0;
  }
}

.title_preices {
  margin-bottom: 30px;
  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;
}

.prices__main .prices-tab,
.prices-face .prices-tab,
.subscriptions-page .prices-tab {
  text-align: center;
}

.prices-tab__caption,
.subscriptions-tab__caption {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.prices-tab__caption.active,
.subscriptions-tab__caption.active {
  color: #000000;
}

.prices-tab__caption:first-of-type,
.subscriptions-tab__caption:first-of-type {
  position: relative;
  margin-right: 40px;
}

.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;
}

.prices-tab__caption:last-of-type,
.subscriptions-tab__caption:last-of-type {
  margin-left: 40px;
}

.prices-list: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: center;
}

@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: 360px;
  color: #00aca5;
  text-decoration: underline;
}

.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;
}

@media (max-width: 1169px) {
  .article__main {
    width: 100%;
    margin-bottom: 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;
}

@media (max-width: 575px) {
  .article__caption {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.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: 220px 0;
  background-color: #fff;
}

@media (max-width: 1169px) {
  .success {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .success {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .success {
    padding: 30px 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;
}

@media (max-width: 1169px) {
  .title_success {
    margin-bottom: 20px;
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .title_success {
    font-size: 32px;
  }
}

.title_success span {
  color: #00aca5;
}

.success__text {
  margin-bottom: 70px;
  text-align: center;
}

@media (max-width: 1169px) {
  .success__text {
    margin-bottom: 30px;
  }
}

.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{
  width: 100%;
  margin-bottom: 20px;
}

.contraindications-laser iframe{
  width: 100%;
  min-height: 315px;
}

@media (min-width: 990px){
  .contraindications-laser iframe{
    min-height: 560px;
  }
}


@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;
}

.tickets__form .tickets__form_price p{
  margin-bottom: 0;
}

.tickets__form .tickets__form_price .sale-item__new{
  font-size: 32px;
  line-height: 28px;
  color: #00aca5;
  font-weight: 500;
}

.tickets__form .tickets__form_button .btn{
  padding-left: 30px;
  padding-right: 30px;
}

.tickets__form .one_procedure{
  justify-content: center;
  margin-top: 20px;
}

.tickets__form .one_procedure span{
  color: #000;
}

.roistat-promo-wrap{display: none!important;}
.messenger-widget{display:none!important;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 .3s;display: flex; justify-content: center; align-items: center;position: relative;background:#f33156;border:none;outline:none;border-radius:10px;margin-bottom:10px;transition:.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 .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_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 .3s;background-color:#26e44a;border-radius:10px;display:flex;justify-content:center;align-items:center;transition:.3s all ease}.messenger-widget .messenger-phone:hover{background:#00aca5}.messenger-widget .messenger-phone img{animation:1.5s infinite shake cubic-bezier(.36,.07,.19,.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}}

/* 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: 30px;
  }
}

.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;
}

@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_line.png") no-repeat center center/cover;
  width: 670px;
  top: -90px;
  left: -120px;
  height: 142px;
  z-index: -1;
}

.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;
}

@media (max-width: 992px)  {
  .upper__banner {
    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;
}
 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 30px 8px;
    font-size: 30px;
    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;
}
.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;
    }
}

/*.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;
}

*/

/* @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);
  }

}*/

/* 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: .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: .85em;
  padding: 10px;
}
/* END BX SLIDER */

.ajax_change_city{
  display: none;
}

.popup-gift label[for="online_pay"],
.popup-rec label[for="online_pay"]{
  display: flex;
  font-size: 18px;
  color: #929292;
  padding-left: 31px;
  position: relative;
  margin: 10px auto 0;
  cursor: pointer;
  align-items: center;
}

.popup-gift label[for="online_pay"] img,
.popup-rec label[for="online_pay"] img{
  margin-top: -5px;
  padding-left: 15px;
}

.popup-gift label[for="online_pay"] a,
.popup-rec label[for="online_pay"] a{
  color: #00aca5;
}

.popup-gift label[for="online_pay"]:before,
.popup-rec label[for="online_pay"]:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #00aca5;
  margin-top: 3px;
}

.popup-gift input[type="checkbox"]:checked+label[for="online_pay"]:after,
.popup-rec input[type="checkbox"]:checked+label[for="online_pay"]:after{
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #00aca5;
  margin-top: 3px;
}

.popup-gift input#online_pay,
.popup-rec input#online_pay{
  display: none;
}

.hero__dots .bx-pager-link {
  margin-right: 15px;
  display: inline-flex;
  width: 12px;
  height: 12px;
  opacity: 1;padding: 0;
  border-radius: 6px;
  background-color: #3cd6d0;
  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;
}

.header__select .select2-results__option .soon,
.header__select .select2-results__option .closed{
  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;
}

.complex-rec-title{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
}

#popup-complex-rec .plus{
  font-size: 30px;
  width: 31px;
}

@media (max-width: 575px){
  #popup-complex-rec .plus{
    width: 25px;
  }
}

#popup-complex-rec .input_order_quantity_wrapper{
  width: 70%;
}

#popup-complex-rec .popup-sale__sum{
  width: 30%;
}

#popup-complex-rec .popup-sale__total {
  margin-bottom: 10px;
}

@media (max-width: 575px){
  #popup-complex-rec {
    padding: 25px 15px;
  }
}

.form__item_email{
  display: none;
}

@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;
  }
}

.face-hero__text a,
.face-hero__text a:hover{
  color: #00aca5;
}

.sub_category {
  margin: 20px 0 15px;
  color: #000000;
  text-align: center;
}

._price_old {
  text-decoration: line-through;
}

.front-page .hero{
  margin-bottom: 60px;
}

@media (max-width: 575px){
  .front-page .hero{
    margin-bottom: 40px;
  }
}

.price_notice{
  color: #929292;
}

#popup-rec-no-price .form__caption {
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.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 14px;
    text-align: center;
  }
  .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 14px;
    text-align: center;
  }
  .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 14px;
    text-align: center;
  }
  .discount-single-items-more-slider-container {
    padding: 0 60px !important;
  }
}