@charset 'UTF-8';
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Arial', 'Noto Sans', 'sans-serif', 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  color: #212529;
  background-color: #fff;
}
[tabindex='-1']:focus {
  outline: 0 !important;
}
hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: none;
  color: #007bff;
  background-color: transparent;
}
a:hover {
  text-decoration: underline;
  color: #0056b3;
}
a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none;
  color: inherit;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace;
  font-size: 1em;
}
pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  max-width: 100%;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #6c757d;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  position: fixed;
  z-index: 1042;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #0b0b0b;
}
.mfp-wrap {
  position: fixed;
  z-index: 1043;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  text-align: center;
}
.mfp-container:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  z-index: 1045;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}
.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: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  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;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  position: absolute;
  z-index: 1044;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -0.8em;
  text-align: center;
  color: #ccc;
}
.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 {
  z-index: 1046;
  display: block;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  text-align: center;
  text-decoration: none;
  opacity: 0.65;
  color: #fff;
}
.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 {
  right: -6px;
  width: 100%;
  padding-right: 6px;
  text-align: right;
  color: #fff;
}
.mfp-counter {
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  color: #ccc;
}
.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: 0.65;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  content: '';
  border: medium inset transparent;
}
.mfp-arrow:after {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}
.mfp-arrow:before {
  opacity: 0.7;
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  margin-left: 31px;
  border-right: 17px solid #fff;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  margin-left: 39px;
  border-left: 17px solid #fff;
}
.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 {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
/* Main image in popup */
img.mfp-img {
  line-height: 0;
  display: block;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 40px;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  content: '';
  background: #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-figure small {
  font-size: 12px;
  line-height: 14px;
  display: block;
  color: #bdbdbd;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}
.mfp-title {
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
  color: #f3f3f3;
}
.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) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 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 {
    position: fixed;
    top: auto;
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    line-height: 35px;
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/OpenSans/OpenSans-Light.eot%3F') format('eot'),
    url('../fonts/OpenSans/OpenSans-Light.ttf') format('truetype'),
    url('../fonts/OpenSans/OpenSans-Light.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: italic;
  src: url('../fonts/OpenSans/OpenSans-LightItalic.eot%3F') format('eot'),
    url('../fonts/OpenSans/OpenSans-LightItalic.ttf') format('truetype'),
    url('../fonts/OpenSans/OpenSans-LightItalic.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/OpenSans/OpenSans-Regular.eot%3F') format('eot'),
    url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype'),
    url('../fonts/OpenSans/OpenSans-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: italic;
  src: url('../fonts/OpenSans/OpenSans-Italic.eot%3F') format('eot'),
    url('../fonts/OpenSans/OpenSans-Italic.ttf') format('truetype'),
    url('../fonts/OpenSans/OpenSans-Italic.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/OpenSans/OpenSans-SemiBold.eot%3F') format('eot'),
    url('../fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype'),
    url('../fonts/OpenSans/OpenSans-SemiBold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: italic;
  src: url('../fonts/OpenSans/OpenSans-SemiBoldItalic.eot%3F') format('eot'),
    url('../fonts/OpenSans/OpenSans-SemiBoldItalic.ttf') format('truetype'),
    url('../fonts/OpenSans/OpenSans-SemiBoldItalic.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/OpenSans/OpenSans-Bold.eot%3F') format('eot'),
    url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype'),
    url('../fonts/OpenSans/OpenSans-Bold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-weight: bold;
  font-style: italic;
  src: url('../fonts/OpenSans/OpenSans-BoldItalic.eot%3F') format('eot'),
    url('../fonts/OpenSans/OpenSans-BoldItalic.ttf') format('truetype'),
    url('../fonts/OpenSans/OpenSans-BoldItalic.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: normal;
  src: url('../fonts/OpenSans/OpenSans-ExtraBold.eot%3F') format('eot'),
    url('../fonts/OpenSans/OpenSans-ExtraBold.ttf') format('truetype'),
    url('../fonts/OpenSans/OpenSans-ExtraBold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: italic;
  src: url('../fonts/OpenSans/OpenSans-ExtraBoldItalic.eot%3F') format('eot'),
    url('../fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf') format('truetype'),
    url('../fonts/OpenSans/OpenSans-ExtraBoldItalic.woff') format('woff');
  font-display: swap;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #383838;
}
::-webkit-input-placeholder {
  color: #383838;
}
:-ms-input-placeholder {
  color: #383838;
}
::-ms-input-placeholder {
  color: #383838;
}
::placeholder {
  color: #383838;
}
::-moz-selection {
  color: #383838;
  background-color: #ff5851;
}
::selection {
  color: #383838;
  background-color: #ff5851;
}
a {
  transition: all 0.35s ease;
}
a:hover {
  text-decoration: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.no-scroll {
  overflow: hidden;
}
h2,
.h2 {
  font-size: 34px;
  font-weight: 800;
  line-height: 46px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #383838;
}
@media screen and (max-width: 992px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
    text-align: center;
  }
}
p.subtitle {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 40px;
  color: #383838;
}
p.subtitle--bold {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  p.subtitle {
    margin-bottom: 27px;
    text-align: center;
  }
}
.particles-js {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.i {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.i-tel {
  width: 16px;
  height: 16px;
  background-image: url('../img/icons/tel.svg');
}
.i-wa {
  width: 20px;
  height: 20px;
  background-image: url('../img/icons/whatsapp_mini.png');
}
.i-arrow-down {
  width: 12px;
  height: 7px;
  background-image: url('../img/icons/arrow-down.svg');
}
.i-arrow-top {
  width: 19px;
  height: 17px;
  background-image: url('../img/icons/arrow-top.svg');
}
.i-why-01 {
  width: 47px;
  height: 41px;
  background-image: url('../img/icons/why-01.svg');
}
.i-why-02 {
  width: 46px;
  height: 41px;
  background-image: url('../img/icons/why-02.svg');
}
.i-why-03 {
  width: 37px;
  height: 42px;
  background-image: url('../img/icons/why-03.svg');
}
.i-why-04 {
  width: 42px;
  height: 42px;
  background-image: url('../img/icons/why-04.svg');
}
.i-why-05 {
  width: 48px;
  height: 42px;
  background-image: url('../img/icons/why-05.svg');
}
.i-why-06 {
  width: 48px;
  height: 48px;
  background-image: url('../img/icons/why-06.svg');
}
.i-why-07 {
  width: 48px;
  height: 46px;
  background-image: url('../img/icons/why-07.svg');
}
.i-why-08 {
  width: 49px;
  height: 49px;
  background-image: url('../img/icons/why-08.svg');
}
.i-why-09 {
  width: 54px;
  height: 40px;
  background-image: url('../img/icons/why-09.svg');
}
.i-why-10 {
  width: 33px;
  height: 46px;
  background-image: url('../img/icons/why-10.svg');
}
.i-why-11 {
  width: 47px;
  height: 40px;
  background-image: url('../img/icons/why-11.svg');
}
.i-why-12 {
  width: 46px;
  height: 46px;
  background-image: url('../img/icons/why-12.svg');
}
.i-why-13 {
  width: 52px;
  height: 48px;
  background-image: url('../img/icons/why-13.svg');
}
.i-why-14 {
  width: 58px;
  height: 42px;
  background-image: url('../img/icons/why-14.svg');
}
.i-why-15 {
  width: 51px;
  height: 51px;
  background-image: url('../img/icons/why-15.svg');
}
.i-why-16 {
  width: 43px;
  height: 45px;
  background-image: url('../img/icons/why-16.svg');
}
.i-m {
  position: relative;
  display: inline-block;
  transition: all 0.35s ease;
  background-color: #383838;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.i-m-vk {
  width: 22px;
  height: 22px;
  -webkit-mask-image: url('../img/icons/vk.svg');
  mask-image: url('../img/icons/vk.svg');
}
.i-m-insta {
  width: 22px;
  height: 22px;
  -webkit-mask-image: url('../img/icons/insta.svg');
  mask-image: url('../img/icons/insta.svg');
}
.i-m-fb {
  width: 22px;
  height: 22px;
  -webkit-mask-image: url('../img/icons/fb.svg');
  mask-image: url('../img/icons/fb.svg');
}
.i-m-ok {
  width: 22px;
  height: 22px;
  -webkit-mask-image: url('../img/icons/ok.svg');
  mask-image: url('../img/icons/ok.svg');
}
.i-m-arrow-right {
  width: 12px;
  height: 12px;
  -webkit-mask-image: url('../img/icons/arrow-right.svg');
  mask-image: url('../img/icons/arrow-right.svg');
}
.btn {
  position: relative;
  transition: all 0.35s ease;
  border: 0;
  background: none;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn--green {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  overflow: hidden;
  padding: 17px 23px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #00a08a;
  box-shadow: 0 5px 10px rgba(0, 160, 138, 0.48);
}
.btn--green::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 0;
  height: 100%;
  content: '';
  transition: all 0.35s ease;
  background-color: #ff5851;
}
.btn--green:hover {
  color: #fff;
  box-shadow: 0 5px 10px rgba(255, 88, 81, 0.48);
}
.btn--green:hover::after {
  visibility: visible;
  width: 100%;
}
.btn--red {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  overflow: hidden;
  padding: 17px 23px;
  text-align: center;
  color: #ff5851;
  border: 1px solid #ff5851;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 0 rgba(255, 88, 81, 0.48);
}
.btn--red::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 0;
  height: 100%;
  content: '';
  transition: all 0.35s ease;
  background-color: #ff5851;
}
.btn--red:hover {
  color: #fff;
  box-shadow: 0 5px 10px rgba(255, 88, 81, 0.48);
}
.btn--red:hover::after {
  visibility: visible;
  width: 100%;
}

.btn--green2 {
  color: #00a08a;
  border: 1px solid #00a08a;
  box-shadow: 0 0 0 rgba(0, 160, 138, 0.48);
}
.btn--green2::after {
  background-color: #00a08a;
}
.btn--green2:hover {
  color: #fff;
  box-shadow: 0 5px 10px rgba(0, 160, 138, 0.48);
}

.btn--border {
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  overflow: hidden;
  padding: 17px 23px;
  text-align: center;
  text-transform: uppercase;
  color: #383838;
  border: 1px solid #383838;
  border-radius: 4px;
  background-color: #fff;
}
.btn--border::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 0;
  height: 100%;
  content: '';
  transition: all 0.35s ease;
  background-color: #00a08a;
}
.btn--border:hover {
  color: #fff;
  border-color: #00a08a;
}
.btn--border:hover::after {
  visibility: visible;
  width: 100%;
}
.btn:hover,
.btn:focus {
  outline-width: 0;
}
.header {
  position: fixed;
  z-index: 20;
  top: 0;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 0.35s ease, background-color 0.35s ease;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.header--scroll {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 500px) {
  .header--scroll .header__contacts {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .header--scroll .header__adress {
    display: block;
  }
  .header--scroll .header__adress-tels {
    display: inline-flex;
  }
  .header--scroll .header__menu {
    display: flex;
    padding: 14px 0;
    justify-content: space-between;
  }
}
.header__row {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  padding: 14px 0;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .header__row {
    min-height: 60px;
    padding: 0;
  }
}
.header__logo {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .header__logo {
    /* margin-left: 15px; */
  }
}
.header__logo-img {
  width: auto;
  width: 75px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .header__logo-img {
    max-width: 116px;
  }
}
.header__logo:hover {
  opacity: 0.75;
}
.header__contacts {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .header__contacts {
    /* visibility: hidden; */
    transition: all 0.35s ease; /* opacity: 0; */
  }
}
.header__contacts-icon {
  display: flex;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .header__contacts-icon {
    display: none;
  }
}
.header__contacts-mob {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .header__contacts-mob {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header__contacts-tel {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .header__contacts-tel {
    margin-right: 0;
  }
}
.header__contacts-tel:last-child {
  margin-right: 0;
}
.header__contacts-link {
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
  position: relative;
  letter-spacing: 0.03em;
  color: #383838;
}
@media screen and (max-width: 992px) {
  .header__contacts-link {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 500px) {
  .header__contacts-link {
    font-size: 10px;
    line-height: 14px;
    color: #ff5851;
  }
}
.header__contacts-link::after {
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 100%;
  content: attr(data-hover);
  transition: all 0.35s ease;
  white-space: nowrap;
  letter-spacing: 0.03em;
  color: #00a08a;
}
.header__contacts-link:hover {
  color: #383838;
}
.header__contacts-link:hover::after {
  width: 100%;
}
.header__contacts-text {
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  margin-top: -2px;
  color: #ff5851;
}
@media screen and (max-width: 992px) {
  .header__contacts-text {
    display: none;
  }
}
.header__menu {
  width: 100%;
  padding-top: 27px;
}
.header__menu .header__logo {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__menu {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-top: 0;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 25%);
    align-items: flex-start;
    justify-content: space-between;
  }
  .header__menu .header__logo {
    display: flex;
    min-height: 78px;
    margin-bottom: 17px;
    margin-left: 30px;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    visibility: hidden;
  }
  .header__menu--active {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 500px) {
  .header__menu .header__logo {
    min-height: 60px;
  }
}
.header__menu-list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: rgb(255, 255, 255, 0.6);
}
@media screen and (max-width: 992px) {
  .header__menu-list {
    display: block;
    overflow: auto;
    margin-bottom: auto;
    padding-left: 30px;
  }
  .header__menu-list::-webkit-scrollbar {
    width: 2px;
  }
  .header__menu-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  }
  .header__menu-list::-webkit-scrollbar-thumb {
    outline-width: 0;
    background-color: #fafafa;
  }
}
.header__menu-item {
  position: relative;
}
.header--scroll .header__menu-item:nth-last-child(-n + 2) {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__menu-item {
    margin-bottom: 10px;
  }
  .header__menu-item:last-child {
    margin-bottom: 0;
  }
}
.header__menu-item .i {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__menu-item .i {
    display: inline-block;
    margin-left: 14px;
    transition: all 0.35s ease;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .header__menu-item .i--active {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
  }
}
.header__menu-item ul {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: auto;
  min-width: 276px;
  margin-top: 11px;
  padding: 30px 30px 30px 21px;
  transition: all 0.35s ease;
  transition-delay: 0.1s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  border-left: 9px solid #00a08a;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 992px) {
  .header__menu-item ul {
    position: relative;
    top: 0;
    display: none;
    visibility: visible;
    min-width: auto;
    margin-top: 0;
    padding: 0;
    padding: 10px 5px 0 0;
    transition: none;
    transition-delay: inherit;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    border: none;
    background: none;
    box-shadow: none;
  }
}
.header__menu-item ul li a {
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  width: 100%;
  position: relative;
  display: inline-flex;
  min-height: 26px;
  transition: all 0.15s ease;
  letter-spacing: 0.01em;
  color: #383838;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header__menu-item ul li a {
    font-size: 10px;
    line-height: normal;
    letter-spacing: 0;
  }
}
.header__menu-item ul li a::after {
  font-size: 12px;
  line-height: 26px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: inline-flex;
  overflow: hidden;
  width: 0;
  min-height: 26px;
  content: attr(data-hover);
  transition: all 0.5s ease;
  letter-spacing: 0.01em;
  color: #00a08a;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .header__menu-item ul li a::after {
    display: none;
  }
}
.header__menu-item ul li a:hover {
  /* color: #00a08a; */
}
/* .header__menu-item ul li a:hover::after{width: 100%;} */
.header__menu-item ul li a:hover {
  color: #00a08a;
}
.header__menu-item:hover ul {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.header__menu-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 110.8%;
  text-align: center;
  padding: 5px 0;
  letter-spacing: 0.01em;
  color: #383838;
}
@media screen and (max-width: 992px) {
  .header__menu-link {
    font-weight: 600;
  }
}
.header__menu-link--active {
  font-weight: 800;
}
.header__menu-link:hover {
  color: #00a08a;
}
.header__adress {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__adress {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 30px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.header__adress-tels {
  display: none;
  margin-left: 29px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header__adress-tels {
    display: block;
    margin-bottom: 2px;
    margin-left: 0;
  }
}
.header__adress-links {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.header__adress-icons {
  display: flex;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .header__adress-icons {
    display: none;
  }
}
.header__adress-link {
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .header__adress-link {
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    margin-bottom: -2px;
    letter-spacing: 0.03em;
    color: #383838;
  }
  .header__adress-link:last-child {
    margin-bottom: 0;
  }
}
.header__email {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__email {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    display: block;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
    color: #ff5851;
  }
  .header__email:hover {
    color: #00a08a;
  }
}
@media screen and (max-width: 750px) {
  .header__btn {
    display: none;
  }
}
.header__toggle {
  position: relative;
  display: none;
  width: 32px;
  height: 14px;
}
.header__toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.35s ease;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
  background-color: #00a08a;
}
.header__toggle span:nth-child(1) {
  top: 0;
}
.header__toggle span:nth-child(2),
.header__toggle span:nth-child(3) {
  top: 6px;
}
.header__toggle span:nth-child(4) {
  top: 12px;
}
.header__toggle--active span:nth-child(1),
.header__toggle--active span:nth-child(4) {
  top: 6px;
  left: 0;
  width: 0;
  opacity: 0;
}
.header__toggle--active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__toggle--active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 992px) {
  .header__toggle {
    display: block;
  }
}
.header__socials {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.header__soc {
  display: inline-flex;
  margin-right: 10px;
}
.header__soc:last-child {
  margin-right: 0;
}
.header__soc:hover .i-m {
  background-color: #ff5851;
}
.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 181px 0 49px;
  background-image: url('../img/hero/hero-bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .hero {
    padding: 140px 0 40px !important;
  }
}
@media screen and (max-width: 750px) {
  .hero {
    padding: 120px 0 27px !important;
  }
}
@media screen and (max-width: 560px) {
  .hero {
    background-image: url('../img/hero/hero-bg-mob.jpg');
  }
}
.hero-page,
.text-block {
  padding-top: 233px !important;
}
@media screen and (max-width: 750px) {
  .hero-page,
  .text-block {
    padding: 125px 0 27px !important;
  }
}
@media screen and (max-width: 750px) {
  .hero-page,
  .text-block {
    padding-top: 120px !important;
    padding-bottom: 40px !important;
    background-position: center bottom;
  }
}
.hero-page .hero__title,
.inr h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 107.5%;
  margin-bottom: 48px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.inr h1 {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .hero-page .hero__title,
  .inr h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .hero-page .hero__title,
  .inr h1 {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .hero-page .hero__title {
    max-width: 260px;
  }
}
.hero-page .hero__title span,
.inr h1 span {
  font-size: 48px;
  font-weight: 800;
  line-height: 107.5%;
  display: block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00a08a;
}
.inr h1 span {
  display: contents !important;
}
@media screen and (max-width: 750px) {
  .hero-page .hero__title span,
  .inr h1 span {
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 0;
  }
}
.hero-page .hero__right {
  height: 390px;
}
@media screen and (max-width: 750px) {
  .hero-page .hero__right {
    display: block;
    height: auto;
    margin-top: 0px;
  }
}
.hero-page .hero__pic {
  top: -105px;
  width: 436px;
}
@media screen and (max-width: 750px) {
  .hero-page .hero__pic {
    top: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 500px) {
  .hero-page .hero__pic {
    width: 365px;
    margin-right: -127px;
  }
}
@media screen and (max-width: 750px) {
  .hero-page .hero__btn2 {
    bottom: auto !important;
    display: flex;
    max-width: 260px;
    margin: -25px auto 50px;
    align-items: center;
    justify-content: center;
  }
}
.hero-page .hero__subtit {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 21px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .hero-page .hero__subtit {
    display: none;
  }
}
.hero-page .hero__list {
  margin-bottom: 23px;
}
.hero__bread {
  position: absolute;
  right: 50%;
  bottom: -25px;
  width: 130%;
  -webkit-transform: translateX(60%);
  transform: translateX(60%);
}
@media screen and (max-width: 1180px) {
  .hero__bread {
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 900px) {
  .hero__bread {
    display: none;
  }
}
.hero__bread a {
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
  line-height: 14px;
  color: #00a08a;
}
.hero__bread a::after {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 15px;
  margin: 0 6px;
  content: '';
  vertical-align: middle;
  background-image: url('../img/icons/bread-arrow.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.hero__bread a:hover {
  color: #ff5851;
}
.hero__bread a:last-child {
  font-weight: 300;
  font-style: normal;
  color: #3e4562;
}
.hero__bread a:last-child::after {
  display: none;
}
.hero__row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .hero__row {
    display: block;
  }
}
.hero__content {
  width: 100%;
  max-width: 650px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1060px) {
  .hero__content {
    max-width: 590px;
  }
}
@media screen and (max-width: 900px) {
  .hero__content {
    position: relative;
    z-index: 2;
    max-width: 400px;
  }
}
.hero__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1060px) {
  .hero__title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media screen and (max-width: 900px) {
  .hero__title {
    font-size: 28px;
    line-height: 32px;
    max-width: 550px;
  }
}
@media screen and (max-width: 560px) {
  .hero__title {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.hero__title span {
  /* font-size: 61px; */
  font-weight: 800;
  line-height: 59px;
  color: #00a08a;
}
@media screen and (max-width: 1060px) {
  .hero__title span {
    /* font-size: 51px; */
    line-height: 49px;
  }
}
@media screen and (max-width: 900px) {
  .hero__title span {
    /* font-size: 41px; */
    line-height: 39px;
  }
}
@media screen and (max-width: 560px) {
  .hero__title span {
    /* font-size: 30px; */
    line-height: 30px;
  }
}
.hero__list {
  margin-bottom: 23px;
}
@media screen and (max-width: 750px) {
  .hero__list {
    margin: 20px 0 50px 20px !important;
  }
}
.hero__list li {
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  position: relative;
  margin-bottom: 10px;
  padding-left: 17px;
  letter-spacing: 0.03em;
  color: #9c9c9c;
}
.hero__list li:last-child {
  margin-bottom: 0;
}
.hero__list li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 50%;
  background-color: #00a08a;
  box-shadow: 0 0 6px #00a08a;
}
.hero__btn {
  display: inline-flex;
  width: 100%;
  max-width: 285px;
  align-items: center;
  justify-content: center;
}
.hero__btn_red {display: block}
#hero .hero__btn, .hero__btn2, .hero__btn_red {
    color: #fff;
    border: none;
    background-color: #ff5851;
    box-shadow: 0 5px 10px rgba(255, 88, 81, 0.48);
}
#hero .hero__btn:hover, .hero__btn2:hover, .hero__btn_red:hover{
    box-shadow: 0 5px 10px rgba(0, 160, 138, 0.48);
}
#hero .hero__btn:hover::after, .hero__btn2:hover::after, .hero__btn_red:hover::after{
    background-color: #00a08a!important;
}
.hero__btn2 {
  display: none;
}
@media screen and (max-width: 560px) {
  .hero__btn2 {
    position: absolute;
    z-index: 3;
    bottom: 63px;
    left: 50%;
    display: flex;
    width: 100%;
    max-width: 260px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
  }
}
.hero__mobs {
  display: none;
  padding-left: 15px;
}
@media screen and (max-width: 560px) {
  .hero__mobs {
    display: flex;
    flex-direction: column;
    margin-bottom: 19px;
    align-items: flex-start;
  }
}
.hero__tel {
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #383838;
}
.hero__tel:hover {
  color: #00a08a;
}
.hero__right {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 445px;
}
@media screen and (max-width: 1060px) {
  .hero__right {
    z-index: 1;
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .hero__right {
    display: flex;
    max-width: 100%;
    height: auto;
    margin-top: -50px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 560px) {
  .hero__right {
    display: block;
    margin-top: 2px;
  }
}
/*
.hero__pic {
  position: absolute;
  left: 0;
  display: block;
  width: 496px;
  width: 420px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 0px 12px rgba(0, 160, 138, 0.89);
    -moz-box-shadow: 4px 4px 0px 12px rgba(0, 160, 138, 0.89);
    box-shadow: 4px 4px 0px 12px rgba(0, 160, 138, 0.89);
}
*/
.hero__pic {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 420px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 0px 12px rgba(0, 160, 138, 0.89);
    -moz-box-shadow: 4px 4px 0px 12px rgba(0, 160, 138, 0.89);
    box-shadow: 4px 4px 0px 12px rgba(0, 160, 138, 0.89);
}
@media screen and (max-width: 1060px) {
  .hero__pic {
    position: relative;
    top: 0;
    width: 415px;
  }
}
@media screen and (max-width: 750px) {
  .hero__pic {
    /*z-index: 1;width: 365px;margin-top: -65px;*/
    display: none;
  }
}
.hero__pic img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.hero__infos {
    position: relative;
    right: 0;
    display: block;
    text-align: right;
    padding: 16px;
    background-color: white;
    max-width: 195px;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px #00000012;
}
@media screen and (max-width: 992px) {
  .hero__infos {
    bottom: 0;
    left: -50px;
  }
}
@media screen and (max-width: 750px) {
  .hero__infos {
    display:none
  }
}
@media screen and (max-width: 560px) {
  .hero__infos {
    z-index: 2;
    margin-top: 0;
    margin-left: 15px;
  }
}
.hero__name {
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
  display: block;
  letter-spacing: 0.03em;
  color: #00a08a;
}
@media screen and (max-width: 560px) {
  .hero__name {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
  }
}
.hero__info {
  font-size: 8px;
  font-weight: bold;
  line-height: 11px;
  display: block;
}
.hero__info span {
  display: block;
  margin-top: 7px;
}
@media screen and (max-width: 560px) {
  .hero__info span {
    display: none;
  }
}
.hero__label {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  bottom: -39px;
  left: -111px;
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1060px) {
  .hero__label {
    font-size: 14px;
    line-height: 20px;
    bottom: -30px;
  }
}
.hero__label span {
  font-weight: 800;
  color: #00a08a;
}
.services {
  position: relative;
  width: 100%;
  padding: 47px 0 0;
}
@media screen and (max-width: 500px) {
  .services {
    padding: 30px 0 0;
  }
}
.services::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 57px;
  left: 0;
  content: '';
  background-image: linear-gradient(
    180deg,
    rgba(248, 248, 248, 0) 0%,
    #f8f8f8 100%
  );
}
@media screen and (max-width: 980px) {
  .services::before {
    bottom: 96px;
  }
}
.services .why__arrow-left {
  left: -7px;
}
.services .why__arrow-right {
  right: -7px;
}
.services .container {
  position: relative;
  z-index: 2;
}
.services h2,
.services .h2 {
  margin-bottom: 35px;
  text-align: center;
  text-transform: none;
}
@media screen and (max-width: 500px) {
  .services h2,
  .services .h2 {
    margin-bottom: 40px;
  }
}
.services__tabs {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .services__tabs {
    display: none;
  }
}
.services__tab {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  padding: 15px 20px;
  text-align: center;
  color: #383838;
  border: 1px solid #cdcdcd;
  border-right-width: 0;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .services__tab {
    font-size: 13px;
    line-height: 16px;
  }
}
.services__tab:first-child {
  border-radius: 10px 0 0 0;
}
.services__tab:last-child {
  border-right-width: 1px;
  border-radius: 0 10px 0 0;
}
.services__tab:hover {
  color: #383838;
}
.services__tab--active {
  color: #fff;
  border-color: #00a08a;
  background-color: #00a08a;
}
.services__tab--active:hover {
  color: #fff;
}
.services__block {
  width: 100%;
  margin-bottom: 40px;
  padding: 40px 30px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .services__block {
    margin-bottom: 30px;
    padding: 0;
    border-radius: 0;
  }
}
.services__row {
  display: none;
}
@media screen and (max-width: 500px) {
  .services__row {
    display: block;
  }
}
.services__row:focus {
  outline-width: 0;
}
.services__tit {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  display: none;
  width: 100%;
  min-height: 70px;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background-color: #00a08a;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .services__tit {
    display: flex;
  }
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 1120px) {
  .services__grid {
    grid-gap: 5px;
  }
}
@media screen and (max-width: 980px) {
  .services__grid {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .services__grid {
    padding: 20px 15px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
  }
}
.services__item {
  display: flex;
  width: 100%;
  min-height: 80px;
  padding: 14px 15px;
  color: #383838;
  border-radius: 10px;
  background-color: #f5f5f5;
  align-items: center;
  justify-content: space-between;
}
.services__item:focus {
  outline-width: 0;
}
@media screen and (max-width: 1120px) {
  .services__item {
    padding: 10px;
  }
}
@media screen and (max-width: 980px) {
  .services__item {
    margin-bottom: 10px;
    padding: 14px 20px;
  }
  .services__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .services__item {
    min-height: auto;
    margin-bottom: 20px;
    padding: 12px 15px;
    border-radius: 5px;
  }
}
.services__item:hover {
  color: #00a08a;
}
.services__item:nth-child(1) {
  grid-area: 1 / 1 / 2 / 4;
}
.services__item:nth-child(2) {
  grid-area: 1 / 4 / 2 / 7;
}
.services__item:nth-child(3) {
  grid-area: 1 / 7 / 2 / 10;
}
.services__item:nth-child(4) {
  grid-area: 1 / 10 / 2 / 13;
}
.services__item:nth-child(5) {
  grid-area: 2 / 1 / 3 / 5;
}
.services__item:nth-child(6) {
  grid-area: 2 / 5 / 3 / 9;
}
.services__item:nth-child(7) {
  grid-area: 2 / 9 / 3 / 13;
}
.services__name {
  font-size: 13px;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 980px) {
  .services__name {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .services__name {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.services__price {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  text-align: right;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1120px) {
  .services__price {
    font-size: 12px;
  }
}
@media screen and (max-width: 980px) {
  .services__price {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .services__price {
    font-size: 12px;
    line-height: 16px;
  }
}
.services__pay {
  display: flex;
  width: 100%;
  height: 114px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .services__pay {
    overflow: hidden;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
  }
}
.services__pay-pic {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 417px;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .services__pay-pic {
    max-width: none;
    height: 78px;
    margin-bottom: 0;
  }
}
.services__pay-pic::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -35px;
  width: 70px;
  height: 70px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .services__pay-pic::after {
    top: auto;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.services__pay-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.services__pay-icon {
  position: relative;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: -25px;
  border-radius: 50%;
  background-color: #ff5851;
  box-shadow: 2px 2px 3px rgba(255, 88, 81, 0.3);
}
@media screen and (max-width: 980px) {
  .services__pay-icon {
    margin: -25px auto 6px;
  }
}
.services__pay-icon::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 41px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('../img/payments/payments.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.services__pay-right {
  display: inline-flex;
  margin-right: 57px;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1100px) {
  .services__pay-right {
    margin-right: 20px;
  }
}
@media screen and (max-width: 980px) {
  .services__pay-right {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.services__pay-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-right: 10px;
}
@media screen and (max-width: 1100px) {
  .services__pay-text {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 980px) {
  .services__pay-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 7px;
    text-align: center;
  }
  .services__pay-text span {
    display: none;
  }
}
.services__pay-img {
  width: 100%;
  max-width: 295px;
  height: auto;
}
.services__pay-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .services__pay-img {
    max-width: 240px;
  }
}
@media screen and (max-width: 980px) {
  .services__pay-img {
    max-width: 201px;
  }
}
.why {
  position: relative;
  width: 100%;
  padding: 157px 0 120px;
}
.why .container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 985px) {
  .why {
    padding: 110px 0 100px;
  }
}
@media screen and (max-width: 720px) {
  .why {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 500px) {
  .why .container {
    padding: 0 30px;
  }
}
.why-1 {
  padding: 60px 0 63px;
}
@media screen and (max-width: 720px) {
  .why-1 {
    padding: 82px 0 30px;
  }
}
.why-1 h2.why__title,
.why-1 .h2.why__title {
  text-align: left;
}
@media screen and (max-width: 720px) {
  .why-1 h2.why__title,
  .why-1 .h2.why__title {
    text-align: center;
  }
}
.why-1 h2.why__title span,
,
.why-1 .h2.why__title span {
  color: #ff5851;
}
.why-1 p.subtitle {
  font-weight: bold;
  max-width: 700px;
  text-align: left;
}
@media screen and (max-width: 720px) {
  .why-1 p.subtitle {
    font-weight: normal;
    text-align: center;
  }
}
.why h2,
,
.why .h2 .why .subtitle {
  text-align: center;
}
.why h2,
.why .h2 {
  margin-bottom: 10px;
}
.why .subtitle {
  margin-bottom: 50px;
}
@media screen and (max-width: 720px) {
  .why .subtitle {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 4px;
  }
}
.why .info-line {
  height: 13px;
  margin-bottom: 88.5px;
}
@media screen and (max-width: 985px) {
  .why .info-line {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 500px) {
  .why .info-line {
    margin-bottom: 80px;
  }
}
.why__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  grid-gap: 30px;
}
@media screen and (max-width: 1000px) {
  .why__grid {
    grid-gap: 25px;
  }
}
@media screen and (max-width: 985px) {
  .why__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 720px) {
  .why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .why__grid {
    display: block;
  }
  .why__grid .slick-list {
    margin: 0 -25px;
    padding: 20px 0;
  }
}
.why__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 3px;
  transition: all 0.25s ease-out;
  color: #383838;
  background-color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .why__item {
    display: flex !important;
    margin: 0 25px;
    padding: 33px 5px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  }
}
.why__item:hover {
  color: #383838;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
}
.why__item:focus {
  outline-width: 0;
}
.why__item .i {
  margin-bottom: 20px;
}
.why__icon {
  position: relative;
}
.why__icon::before {
  position: absolute;
  width: 31px;
  height: 31px;
  content: '';
  border-radius: 5px;
  background-color: rgba(255, 88, 81, 0.2);
}
.why__icon--top::before {
  top: -13px;
}
.why__icon--left::before {
  left: -13px;
}
.why__icon--bottom::before {
  bottom: -9px;
}
.why__icon--right::before {
  right: -9px;
}
.why__name {
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  max-width: 229px;
  margin-bottom: 15px;
  text-align: center;
}
.why__info {
  font-size: 11px;
  font-weight: normal;
  line-height: 120%;
  margin: 0 20px;
  text-align: center;
}
.why__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: inline-flex;
  visibility: visible;
  width: 18px;
  height: 26px;
  -webkit-transform: translateY(-75%);
  transform: translateY(-75%);
  opacity: 1;
  background-image: url('../img/icons/why-right.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.why__arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.why__arrow-left {
  left: -15px;
  -webkit-transform: scale(-1, 1) translateY(-75%);
  transform: scale(-1, 1) translateY(-75%);
}
.why__arrow-right {
  right: -15px;
}
.terms {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  padding-bottom: 122px;
}
@media screen and (max-width: 650px) {
  .terms {
    padding: 33px 0 85px;
  }
}
.terms .container {
  position: relative;
}
.terms h2,
.terms .h2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 650px) {
  .terms h2,
  .terms .h2 {
    margin-bottom: 20px;
    text-transform: none;
  }
}
.terms__slider {
  width: 100%;
  max-width: 635px;
}
@media screen and (max-width: 650px) {
  .terms__slider {
    margin-bottom: 20px;
  }
}
.terms__slider .slick-list {
  overflow: visible;
  margin: 0 -15px;
}
.terms__item {
  margin: 0 15px;
}
.terms__item:focus {
  outline-width: 0;
}
.terms__item.slick-active .terms__hidden {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.terms__pic {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 458px;
  margin-bottom: 25px;
  border-radius: 5px;
}
@media screen and (max-width: 650px) {
  .terms__pic {
    height: auto;
    margin-bottom: 15px;
  }
}
.terms__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 650px) {
  .terms__pic img {
    height: auto;
    -o-object-fit: inherit;
    object-fit: inherit;
  }
}
.terms__hidden {
  font-size: 14px;
  line-height: 19px;
  position: relative;
  z-index: 1;
  visibility: hidden;
  margin-bottom: 0;
  margin-left: 189px;
  transition: all 0.6s ease-out;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
}
@media screen and (max-width: 650px) {
  .terms__hidden {
    font-size: 12px;
    line-height: 16px;
    margin-left: 0;
    text-align: center;
  }
}
.terms__hidden span {
  font-weight: bold;
  display: block;
}
.terms__arrows {
  position: absolute;
  bottom: 39px;
  left: 50px;
  display: flex;
  width: 101px;
  height: 50px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .terms__arrows {
    position: relative;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0 auto;
  }
}
.terms__arrows::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 21px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #c4c4c4;
}
.terms__arrow {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.terms__arrow-prev .i-m {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.terms__arrow .i-m {
  opacity: 0.54;
}
.terms__arrow:hover .i-m {
  opacity: 1;
}
.director {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  padding: 128px 0 161px;
  background-image: linear-gradient(
    0deg,
    rgba(248, 248, 248, 0) 0%,
    #f8f8f8 100%
  );
}
@media screen and (max-width: 500px) {
  .director {
    overflow: visible;
    padding: 35px 0 30px;
  }
}
.director__row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .director__row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 500px) {
  .director__row {
    align-items: flex-start;
  }
}
.director__content {
  width: 100%;
  max-width: 380px;
  margin-right: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 850px) {
  .director__content {
    max-width: 635px;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .director__content {
    position: relative;
    z-index: 2;
    padding-left: 15px;
  }
}
.director__right {
  position: relative;
  width: 100%;
  max-width: 420px;
}
@media screen and (max-width: 850px) {
  .director__right {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .director__right {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    width: calc(100% + 30px);
    max-width: none;
    height: 371px;
    margin-top: -71px;
    margin-bottom: -60px;
    margin-left: -15px;
    justify-content: center;
  }
}
.director__pic {
  display: block;
    text-align: right;
    width: 420px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 0px 12px rgba(0, 160, 138, 0.89);
    -moz-box-shadow: 4px 4px 0px 12px rgba(0, 160, 138, 0.89);
    box-shadow: 4px 4px 0px 12px rgba(0, 160, 138, 0.89);
}
@media screen and (max-width: 500px) {
  .director__pic {
    position: relative;
    width: 280px;
    height: 280px;
    z-index: -1;
    margin: auto;
  }
}

.director__pic img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right top;
  object-position: right top;
}
.director__btn {
  position: absolute;
  z-index: 4;
  bottom: 41px;
  left: -53px;
  display: inline-flex;
  width: 100%;
  max-width: 308px;
  color: #fff;
  border: none;
  background-color: #ff5851;
  box-shadow: 0 5px 10px rgba(255, 88, 81, 0.48);
  align-items: center;
  justify-content: center;
}
.director__btn--mob {
  display: none;
}
@media screen and (max-width: 1100px) {
  .director__btn {
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 850px) {
  .director__btn {
    display: none;
  }
  .director__btn--mob {
    position: relative;
    display: inline-flex;
  }
}
@media screen and (max-width: 500px) {
  .director__btn {
    position: relative;
    bottom: auto;
    left: auto;
    display: none;
    width: 290px;
    margin: 0 auto;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  .director__btn--mob {
    display: flex;
  }
}
.director__btn::after {
  background-color: #00a08a;
}
.director__btn:hover {
  box-shadow: 0 5px 10px rgba(0, 160, 138, 0.48);
}
.director__position {
  font-size: 20px;
  font-weight: 300;
  line-height: 110.4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .director__position {
    font-size: 12px;
    font-weight: 300;
    line-height: 110.4%;
    margin-bottom: 5px;
  }
}
.director__name {
  font-size: 50px;
  font-weight: 800;
  line-height: 110.4%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  .director__name {
    max-width: 380px;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .director__name {
    font-size: 30px;
    font-weight: 800;
    line-height: 100%;
    max-width: 220px;
    margin-bottom: 13px;
  }
}
.director__name span {
  color: #00a08a;
}
.director__info {
  font-size: 12px;
  font-weight: normal;
  line-height: 200%;
  margin-bottom: 0;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 500px) {
  .director__info {
    font-size: 10px;
    font-weight: normal;
    line-height: 167%;
    margin-bottom: 20px;
  }
}
.review {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 55px 0 70px;
  background-image: linear-gradient(
    180deg,
    rgba(248, 248, 248, 0) 0%,
    #f8f8f8 100%
  );
}
@media screen and (max-width: 600px) {
  .review {
    padding: 39px 0 110px;
  }
}
.review__wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}
.review__slider {
  width: 100%;
  max-width: 790px;
  margin: 0 auto 66px;
}
@media screen and (max-width: 600px) {
  .review__slider {
    margin-bottom: 37px;
  }
}
.review__slider .slick-list {
  overflow: visible;
  margin: 0 -47px;
}
@media screen and (max-width: 450px) {
  .review__slider .slick-list {
    margin: 0 -10px;
  }
}
.review__slider .slick-dots {
  position: absolute;
  bottom: -66px;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .review__slider .slick-dots {
    bottom: -37px;
  }
}
.review__slider .slick-dots li button {
  font-size: 0;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  padding: 0;
  transition: all 0.35s ease;
  color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 20px;
  background-color: #c2c2c2;
}
.review__slider .slick-dots li button:focus {
  outline-width: 0;
}
.review__slider .slick-dots li.slick-active button {
  width: 52px;
  background-color: #ff5851;
}
.review__item {
  display: flex !important;
  flex-direction: column;
  margin: 0 47px;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .review__item {
    margin: 10px;
    padding: 0 17px;
  }
}
.review__item:focus {
  outline-width: 0;
}
.review__pic {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 450px) {
  .review__pic {
    margin-bottom: 15px;
  }
}
.review__pic::after {
  font-size: 100px;
  font-weight: 800;
  line-height: 35px;
  position: absolute;
  top: 25px;
  left: -25px;
  content: '“';
  color: #00a08a;
}
.review__pic img {
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  -o-object-fit: cover;
  object-fit: cover;
}
.review__name {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 0;
  color: #00a08a;
}
.review__position {
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 450px) {
  .review__position {
    margin-bottom: 15px;
  }
}
.review__info {
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 450px) {
  .review__info {
    font-size: 14px;
    line-height: 100%;
  }
}
.review__arrows {
  position: absolute;
  bottom: -25px;
  left: 50%;
  display: flex;
  width: 101px;
  height: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .review__arrows {
    bottom: 30px;
  }
}
.review__arrows::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 21px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #c4c4c4;
}
.review__arrow {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.team__arrow-prev .i-m, .review__arrow-prev .i-m {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.team__arrows {
	display: flex;
    width: 101px;
    height: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: space-between;
	margin-left: 50px;
}
.team__arrows::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 21px;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #c4c4c4;
}
.review__arrow .i-m {
  opacity: 0.54;
}
.review__arrow:hover .i-m {
  opacity: 1;
}
.docs {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 62px;
}
@media screen and (max-width: 870px) {
  .docs {
    padding-top: 66px;
  }
}
.docs::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 162px;
  left: 0;
  content: '';
  background-image: url('../img/doc/docs-bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 870px) {
  .docs::before {
    bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .docs::before {
    background-image: url('../img/doc/docs-bg-mob.jpg');
  }
}
.docs .container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 870px) {
  .docs .container {
    padding-bottom: 110px;
  }
}
.docs__wrapper {
  padding-left: 15px;
}
.docs__row {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 870px) {
  .docs__row {
    margin-bottom: 0;
  }
}
.docs__arrows {
  position: relative;
  display: flex;
  width: 101px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 2px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 870px) {
  .docs__arrows {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.docs__arrows::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 21px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #c4c4c4;
}
.docs__arrow {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.docs__arrow .i-m {
  background-color: #fff;
}
.docs__arrow-prev .i-m {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.docs__arrow .i-m {
  opacity: 0.54;
}
.docs__arrow:hover .i-m {
  opacity: 1;
}
.docs h2,
.docs .h2 {
  margin-bottom: 0;
  text-transform: none;
  color: #fff;
}
@media screen and (max-width: 870px) {
  .docs h2,
  .docs .h2 {
    margin-bottom: 21px;
  }
}
.docs__slider {
  width: 100%;
}
.docs__slider .slick-list {
  margin: 0 -15px;
}
.docs__pic {
  position: relative;
  display: block;
  width: 255px;
  margin: 0 15px;
}
.docs__pic.slick-current {
  width: 373px;
}
@media screen and (max-width: 870px) {
  .docs__pic.slick-current {
    width: 100%;
  }
}
.docs__pic.slick-current .docs__text {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 870px) {
  .docs__pic.slick-current .docs__text {
    display: none;
  }
}
.docs__pic:focus {
  outline-width: 0;
}
.docs__pic picture {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
.docs__pic picture img {
  width: 100%;
  height: auto;
}
.docs__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: auto;
  margin-left: 30px;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  color: #00a08a;
}
@media screen and (max-width: 870px) {
  .docs__text {
    display: none;
  }
}
.team {
  position: relative;
  width: 100%;
  padding: 137px 0 73px;
}
@media screen and (max-width: 850px) {
  .team {
    padding: 80px 0 65px;
  }
}
@media screen and (max-width: 550px) {
  .team {
    overflow: hidden;
    margin-bottom: 45px;
    padding: 81px 0 47px;
  }
}
.team-1 {
  padding: 37px 0 0;
}
@media screen and (max-width: 550px) {
  .team-1 {
    margin-bottom: 0;
    padding: 40px 0 0;
  }
}
.team-1 .container {
  padding-bottom: 47px;
}
.team-1 .team__pic {
  border-top-color: #ff5851;
}
.team__label {
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  position: absolute;
  top: 285px;
  left: 0;
  display: inline-block;
  padding: 3px 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff5851;
}
.team__line {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .team__line {
    flex-direction: column;
    margin-bottom: 25px;
    text-align: center;
    align-items: center;
  }
}
.team__line .subtitle {
  margin-bottom: 0;
  text-align: right;
}
.team__line h2,
.team__line .h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  .team__line h2,
  .team__line .h2 {
    margin-bottom: 15px;
  }
}
.team__slider {
  position: inherit !important;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .team__slider {
    max-width: 255px;
    margin: 0 auto;
  }
}
.team__slider .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 550px) {
  .team__slider .slick-list {
    overflow: visible;
    margin: 0 -10px;
  }
}
.team__slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.team__slider .slick-dots li button {
  font-size: 0;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  padding: 0;
  transition: all 0.35s ease;
  color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 20px;
  background-color: #c2c2c2;
}
.team__slider .slick-dots li button:focus {
  outline-width: 0;
}
.team__slider .slick-dots li.slick-active button {
  width: 52px;
  background-color: #ff5851;
}
.team__item {
  position: relative;
  margin: 0 15px;
  border-radius: 12px;
  border: 2px solid #00a08a;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .team__item {
    margin: 0 10px;
  }
}
.team__item:focus {
  outline-width: 0;
}
.team__pic {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 334px;
}
.team__prof {
    position: absolute;
    background-color: #00a08a;
    color: white;
    width: fit-content;
    padding: 6px 16px;
	top: -70px;
	left: 0;
	border-radius: 0 8px 8px 0;
}
.team__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team_left_block .team__pic img {
  border-radius: 12px;
  border: 2px solid #00a08a;
  overflow: hidden;
}
.team__item__text {
  padding: 15px;
  position: relative;
}
.team__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
  color: #383838;
}
.team__name span {
  display: block;
  text-transform: uppercase;
}
.team__list li, .team__subname {
  font-size: 12px;
  font-weight: normal;
  line-height: 100%;
  color: black;
  position: relative;
  margin-bottom: 7px;
  letter-spacing: 0.03em;
}
.team__list li:last-child {
  margin-bottom: 0;
}
.team__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 14px;
  content: '';
  background-image: url('../img/icons/check.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.inr {
  background-image: url('../img/info/info-bg.jpg');
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
  background-color: white !important;
}
.info {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  padding: 100px 0 80px;
  background-image: url('../img/info/info-bg.jpg');
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
}
.info .container {
  position: relative;
  z-index: 2;
}
.info-1 {
  padding: 100px 0 120px;
}
@media screen and (max-width: 600px) {
  .info-1 {
    padding: 40px 0 81px;
  }
}
.info-2 {
  padding: 100px 0;
}
@media screen and (max-width: 600px) {
  .info-2 {
    padding: 40px 0 60px;
  }
}
.info-3 {
  padding: 50px 0 105px;
}
@media screen and (max-width: 600px) {
  .info-3 {
    padding: 37px 0 50px;
  }
}
.info-4 {
  padding: 125px 0 82px;
}
@media screen and (max-width: 600px) {
  .info-4 {
    padding: 50px 0 64px;
  }
}
.info-5 {
  padding: 100px 0 60px;
}
@media screen and (max-width: 600px) {
  .info-5 {
    padding: 40px 0 50px;
  }
}
.info-6 {
  padding: 157px 0 114px;
}
@media screen and (max-width: 600px) {
  .info-6 {
    padding: 90px 0 50px;
  }
}
.info-7 {
  padding: 100px 0 46px;
}
@media screen and (max-width: 600px) {
  .info-7 {
    padding: 70px 0 50px;
  }
}
.info-8 {
  padding: 60px 0 100px;
}
@media screen and (max-width: 600px) {
  .info-8 {
    padding: 27px 0 39px;
  }
}
.info-8 h2,
.info-8 .h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .info-8 h2,
  .info-8 .h2 {
    margin-bottom: 10px;
    text-align: left;
  }
}
.info-8 h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .info-8 h3 {
    margin-bottom: 20px;
  }
}
.info-8 ul:last-child {
  margin-top: 0;
}
.info-8 .subtitle {
  margin-bottom: 70px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 600px) {
  .info-8 .subtitle {
    margin-bottom: 41px;
    text-align: left !important;
  }
}
.info-9 {
  padding: 37px 0 100px;
}
@media screen and (max-width: 600px) {
  .info-9 {
    padding: 37px 0 50px;
  }
}
@media screen and (max-width: 600px) {
  .info {
    padding: 42px 0 50px;
  }
  .info .subtitle {
    font-weight: bold;
    text-align: center;
  }
}
.info__rig {
  width: 100%;
  margin-bottom: 22px;
}
@media screen and (max-width: 700px) {
  .info__rig {
    margin-bottom: 18px;
  }
}
.info__rig:last-child {
  margin-bottom: 0;
}
.info__rig picture {
  display: block;
  float: right;
  overflow: hidden;
  width: 100%;
  max-width: 445px;
  margin-left: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 700px) {
  .info__rig picture {
    float: none;
    margin: 0 auto 22px;
  }
}
.info__rig picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.info-line {
  width: 100%;
  height: 12px;
  margin-bottom: 137px;
  background-image: url('../img/info/line.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .info-line {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 600px) {
  .info-line {
    margin-bottom: 101px;
  }
}
.info .subtitle {
  font-weight: bold;
}
.info h2,
.info .h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .info h2,
  .info .h2 {
    margin-bottom: 15px;
  }
}
.info p {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 22px;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .info p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 19px;
  }
}
.info p:last-child {
  margin-bottom: 0;
}
.info a {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  text-decoration: underline;
  color: #383838;
}
@media screen and (max-width: 600px) {
  .info a {
    font-size: 14px;
    line-height: normal;
  }
}
.info a:hover {
  text-decoration: none;
  color: #00a08a;
}
.info blockquote {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  display: flow-root;
  position: relative;
  margin: 38px 0 40px;
  padding: 40px 65px;
  color: #383838;
  border-left: 5px solid #00a08a;
  border-radius: 10px;
  background-color: #f8f8f8;
}
.info blockquote:first-child {
  margin-top: 0;
}
.info blockquote:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .info blockquote {
    font-size: 14px;
    line-height: 19px;
    padding: 25px 40px;
  }
}
.info blockquote::after {
  font-size: 100px;
  font-weight: 800;
  line-height: 28px;
  position: absolute;
  right: 45px;
  bottom: -22px;
  content: '“';
  color: #00a08a;
}
@media screen and (max-width: 600px) {
  .info blockquote::after {
    right: 9px;
  }
}
.info h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 110.4%;
  margin: 30px 0;
  text-transform: uppercase;
  color: #00a08a;
}
.info h3:first-child {
  margin-top: 0;
}
.info h3:last-child {
  margin-bottom: 0;
}
.info h3 span {
  color: #ff5851;
}
.info hr {
  display: block;
  height: 1px;
  margin: 70px 0;
  border: none;
  background-color: #cdcdcd;
}
.info hr:last-child {
  margin-bottom: 0;
}
.info__gallery {
  display: grid;
  width: 100%;
  margin: 40px 0;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 30px;
}
.info__gallery:first-child {
  margin-top: 0;
}
.info__gallery:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .info__gallery {
    display: block;
    max-width: 90%;
    margin: 40px auto;
  }
  .info__gallery .slick-list {
    overflow: visible;
    margin: 0 -7px;
  }
  .info__gallery .slick-track {
    display: flex !important;
    align-items: center;
  }
}
.info__gallery picture {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .info__gallery picture {
    margin: 0 7px;
  }
}
.info__gallery picture:nth-child(1) {
  grid-area: 1 / 1 / 3 / 5;
}
.info__gallery picture:nth-child(2) {
  grid-area: 2 / 5 / 3 / 7;
}
.info__gallery picture:nth-child(3) {
  grid-area: 1 / 5 / 2 / 7;
}
.info__gallery picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.info ol {
  margin: 40px 0;
  list-style-type: none;
  counter-reset: incr;
}
.info ol:first-child {
  margin-top: 0;
}
.info ol:last-child {
  margin-bottom: 0;
}
.info ol > li {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  position: relative;
  margin-bottom: 26px;
  padding-left: 65px;
}
.info ol > li > span, span [itemprop="mainEntity"],.FAQ_question  {
  display: flex;
  min-height: 45px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .info ol > li {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 24px;
    padding-left: 62px;
  }
}
.info ol > li:last-child {
  margin-bottom: 0;
}
.info ol > li::before {
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  position: absolute;
  top: -10px;
  left: 0;
  display: flex;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  content: counter(incr);
  counter-increment: incr;
  color: #00a08a;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}
.info ul {
  width: 100%;
  margin: 40px 0;
}
.info ul:first-child {
  margin-top: 0;
}
.info ul:last-child {
  margin-bottom: 0;
}
.info ul li {
  /* font-size: 14px; */
  font-weight: normal;
  line-height: 19px;
  position: relative;
  margin-bottom: 17px;
  padding-left: 42px;
}
@media screen and (max-width: 600px) {
  .info ul li {
    margin-bottom: 20px;
  }
}
.info ul li:last-child {
  margin-bottom: 0;
}
.info ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 18px;
  content: '';
  background-image: url('../img/icons/check-big.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.info ul li ul li::before {
  width: 15px;
  height: 12px;
  top: 5px;
  left: 5px;
}
@media screen and (max-width: 450px) {
  .info__ask {
    width: 90%;
  }
}
.info__ask > li,
.info__ask .slick-slide {
  margin-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .info__ask > li,
  .info__ask .slick-slide {
    font-size: 14px;
    line-height: 19px;
    position: relative;
    margin: 0;
    padding-left: 62px;
  }
  .info__ask > li::before,
  .info__ask .slick-slide::before {
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    box-sizing: border-box;
    width: 45px;
    height: 45px;
    content: counter(incr);
    counter-increment: incr;
    color: #00a08a;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
  }
}
.info__ask > li:last-child,
.info__ask .slick-slide:last-child {
  margin-bottom: 0;
}
.info ol > li > span, span [itemprop="mainEntity"],.FAQ_question {
  font-weight: bold;
  display: flex;
  min-height: 45px;
  margin-bottom: 10px;
  align-items: center;
}
.info__ask li > span.green {
  text-transform: uppercase;
  color: #00a08a;
}
.info__ask p {
  font-size: 14px;
  line-height: normal;
}
.info__ask ul {
  margin: 0 0 22px;
}
.info__ask ul:last-child {
  margin-bottom: 0;
}
.info__row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .info__row {
    flex-direction: column-reverse;
  }
}
.info__content {
  display: block;
  width: 100%;
  max-width: 100%;
}
.info__content h2,
.info__content .h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .info__content h2,
  .info__content .h2 {
    margin-bottom: 10px;
    text-align: left;
  }
}
.info__right {
  width: 100%;
  max-width: 445px;
  margin-left: 30px;
}
.info__right .slick-track {
  display: flex !important;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .info__right {
    display: flex;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media screen and (max-width: 550px) {
  .info__right {
    margin-bottom: 40px;
  }
}
.info__right picture {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .info__right picture {
    max-width: 48%;
    height: 300px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  .info__right picture {
    width: 100%;
    max-width: none;
    max-width: 100%;
    height: 266px;
  }
}
.info__right picture:last-child {
  margin-bottom: 0;
}
.info__right picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .info__right picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 550px) {
  .info__right picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.info-wrapper {
  margin-bottom: 24px;
}
@media screen and (max-width: 650px) {
  .info-wrapper {
    margin-bottom: 30px;
  }
}
.info-wrapper:last-child {
  margin-bottom: 0;
}
.parents {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 38px 0 100px;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .parents {
    padding: 35px 0 80px;
  }
}
.parents .container {
  position: relative;
}
.parents__slider {
  position: relative;
  width: 100%;
}
.parents__slider .slick-list {
  overflow: visible;
  margin: 0 -15px;
}
.parents__item {
  display: block;
  margin: 0 15px;
}
.parents__item:focus {
  outline-width: 0;
}
.parents__pic {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 311px;
  margin-bottom: 30px;
  border-top: 12px solid #00a08a;
}
@media screen and (max-width: 600px) {
  .parents__pic {
    margin-bottom: 20px;
  }
}
.parents__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.parents__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  display: block;
  min-height: 75px;
  margin-bottom: 35px;
}
@media screen and (max-width: 600px) {
  .parents__text {
    font-size: 14px;
    min-height: auto;
    margin-bottom: 20px;
  }
}
.parents__btn {
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}
.parents__arrows {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 101px;
  height: 50px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .parents__arrows {
    position: relative;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 700px) {
  .parents__arrows {
    position: relative;
    margin: 35px 0 0;
  }
}
.parents__arrows::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 21px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #c4c4c4;
}
.parents__arrow {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.parents__arrow-prev .i-m {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.parents__arrow .i-m {
  opacity: 0.54;
}
.parents__arrow:hover .i-m {
  opacity: 1;
}
.order {
  position: relative;
  z-index: 2;
  z-index: 1;
  width: 100%;
  padding-top: 66px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 700px) {
  .order {
    padding: 66px 0 30px;
    background-image: url('../img/order/order-bg-mob.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}
@media screen and (max-width: 400px) {
  .order {
    padding: 26px 0 30px;
  }
}
.order::before {
  position: absolute;
  z-index: 1;
  top: -95px;
  left: 0;
  width: 100%;
  height: 424px;
  content: '';
  background-image: url('../img/order/order-bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 700px) {
  .order::before {
    display: none;
  }
}
.order .container {
  position: relative;
  z-index: 2;
}
.order__title {
  font-size: 50px;
  font-weight: 800;
  line-height: 110%;
  max-width: 478px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
@media screen and (max-width: 700px) {
  .order__title {
    margin: 0 auto 205px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .order__title {
    font-size: 25px;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -0.01em;
  }
}
.order__title span {
  color: #ff5851;
}
.order__subtitle {
  font-size: 20px;
  font-weight: normal;
  line-height: 27px;
  max-width: 478px;
  margin-bottom: 53px;
}
@media screen and (max-width: 700px) {
  .order__subtitle {
    display: none;
  }
}
.order__form {
  position: relative;
  top: 12px;
  width: 100%;
  padding: 36px 65px 45px 65px;
  border-top: 9px solid #00a08a;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 850px) {
  .order__form {
    padding: 26px 45px 30px;
  }
}
@media screen and (max-width: 700px) {
  .order__form {
    top: auto;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
  }
}
.order__row {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .order__row {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 700px) {
  .order__row {
    display: none;
  }
}
.order__tit {
  font-size: 30px;
  font-weight: bold;
  line-height: 31px;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .order__tit {
    margin-bottom: 15px;
  }
}
.order__subtit {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0;
  text-align: right;
}
.order__line {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 17px;
}
@media screen and (max-width: 700px) {
  .order__line {
    display: block;
  }
}
.order__input {
  font-size: 14px;
  font-weight: normal;
  line-height: 44px;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  text-align: center;
  color: #383838;
  border: 1px solid #00a08a;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 700px) {
  .order__input {
    margin-bottom: 20px;
  }
}
.order__input:focus,
.order__input:hover {
  outline-width: 0;
}
.order__btn {
  padding: 14px 23px;
}
@media screen and (max-width: 700px) {
  .order__btn {
    display: inline-flex;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.arrow-section {
  position: absolute;
  z-index: 3;
  top: -26px;
  left: 50%;
  width: 150px;
  height: 38px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url('../img/icons/line-section.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100%;
}
@media screen and (max-width: 700px) {
  .arrow-section {
    left: 53%;
  }
}
.arrow-section::after {
  position: absolute;
  bottom: 7px;
  left: 45%;
  width: 12px;
  height: 4px;
  content: '';
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
  background-image: url('../img/icons/arrow-section.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.call {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 54px 0 53px;
}
@media screen and (max-width: 700px) {
  .call {
    padding: 26px 0 30px;
    background-image: url('../img/call/call-bg-mob.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}
.call::before {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  content: '';
  background-image: url('../img/call/call-bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 700px) {
  .call::before {
    display: none;
  }
}
.call-1 {
  padding: 68px 0 99px;
}
@media screen and (max-width: 450px) {
  .call-1 {
    padding: 38px 0 45px;
  }
}
.call-1::before {
  top: -95px;
  height: calc(100% + 95px);
  background-image: url('../img/call/call-bg-2.jpg');
}
.call-1 .call__title {
  margin-bottom: 48px;
}
@media screen and (max-width: 450px) {
  .call-1 .call__title {
    max-width: 300px;
    margin-bottom: 250px;
  }
}
.call__two {
  display: flex;
  width: 100%;
  max-width: 477px;
  margin-bottom: 49px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .call__two {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.call__price {
  font-size: 20px;
  font-weight: normal;
  line-height: 27px;
}
.call__btn--1 {
  display: inline-flex;
  width: 100%;
  max-width: 315px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 450px) {
  .call__btn--1 {
    display: flex;
    margin: 0 auto;
  }
}
.call .container {
  position: relative;
  z-index: 2;
}
.call__title span {
  display: block;
}
.call__subtitle {
  margin-bottom: 32px;
}
.call__form {
  display: grid;
  width: 100%;
  max-width: 980px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 18px;
}
@media screen and (max-width: 700px) {
  .call__form {
    display: flex;
    flex-direction: column;
    max-width: 260px;
    margin: 0 auto;
    align-items: center;
    grid-gap: 0;
  }
}
.footer {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 65px;
  background-image: url('../img/footer/footer-bg.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 600px) {
  .footer {
    padding-top: 60px;
    background-image: url('../img/footer/footer-bg-mob.jpg');
    background-position: center top 9px;
    background-size: contain;
  }
}
.footer__row {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .footer__row {
    flex-direction: column-reverse;
    margin-bottom: 85px;
    text-align: center;
    align-items: center;
  }
}
.footer__logo {
  display: inline-flex;
  margin-bottom: 20px;
  opacity: 1;
}
.footer__logo--mob {
  display: none;
}
@media screen and (max-width: 600px) {
  .footer__logo {
    margin-bottom: 40px;
  }
  .footer__logo--mob {
    display: block;
  }
}
.footer__logo img {
  width: 85%;
  max-width: 160px;
  height: auto;
}
.footer__logo:hover {
  opacity: 0.75;
}
.footer__copy {
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
  max-width: 280px;
  margin-bottom: 41px;
}
@media screen and (max-width: 600px) {
  .footer__copy {
    margin-top: 22px;
    margin-bottom: 0;
    order: 2;
  }
}
.footer__links {
  margin-bottom: 52px;
}
@media screen and (max-width: 600px) {
  .footer__links {
    display: none;
  }
}
.footer__link {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  text-decoration: underline;
  color: #383838;
}
.footer__link:hover {
  color: #ff5851;
}
.footer__bottom {
  display: flex;
  height: 80px;
  text-align: center;
  border-top: 0.5px solid #cdcdcd;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .footer__bottom {
    height: 56px;
    display: flex;
  }
}
.footer__copyright {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .footer__col--first {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .footer__col {
    display: none;
  }
  .footer__copyright {
    margin: 10px;
  }
}
.footer__right {
  width: 100%;
  max-width: 255px;
}
@media screen and (max-width: 850px) {
  .footer__right {
    max-width: 220px;
  }
}
@media screen and (max-width: 750px) {
  .footer__right {
    max-width: 255px;
  }
}
@media screen and (max-width: 600px) {
  .footer__right {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footer__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer__call,
.footer__btn {
  display: inline-flex;
  width: 100%;
  max-width: 255px;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .footer__call {
    order: 1;
  }
}
.footer__title {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 2px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .footer__title {
    display: none;
  }
}
.footer__list li {
  margin-bottom: 8px;
}
.footer__list li a,
.copy_link {
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #383838;
  display: block;
}
.footer__list li a:hover,
.copy_link:hover {
  text-decoration: none;
  color: #00a08a;
}
.footer__list li:last-child {
  margin-bottom: 0;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .footer__contacts {
    margin-bottom: 20px;
    align-items: center;
  }
}
.footer__tel {
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  position: relative;
  color: #383838;
}
.footer__tel::after {
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 100%;
  content: attr(data-hover);
  transition: all 0.35s ease;
  white-space: nowrap;
  color: #00a08a;
}
.footer__tel:hover {
  color: #383838;
}
.footer__tel:hover::after {
  width: 100%;
}
.footer__email {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  display: inline-flex;
  margin-bottom: 15px;
  letter-spacing: -0.01em;
  color: #ff5851;
}
.footer__email:hover {
  color: #00a08a;
}
.footer__socials {
  display: flex;
  margin-bottom: 55px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 600px) {
  .footer__socials {
    margin-bottom: 23px;
    justify-content: center;
  }
}
.footer__soc {
  display: inline-flex;
  margin-right: 10px;
}
.footer__soc:last-child {
  margin-right: 0;
}
.footer__soc:hover .i-m {
  background-color: #ff5851;
}
.footer__top {
  position: absolute;
  right: 201px;
  bottom: 80px;
  display: flex;
  width: 45px;
  height: 45px;
  background-color: #00a08a;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1700px) {
  .footer__top {
    right: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .footer__top {
    top: 30px;
    bottom: auto;
  }
}
@media screen and (max-width: 600px) {
  .footer__top {
    top: auto;
    right: 50%;
    bottom: 76px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.footer__top:hover {
  background-color: #383838;
}
.mfp-bg {
  opacity: 0.87;
  background-color: #00a08a;
}
.mfp-close-btn-in .mfp-close {
  font-size: 0;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  color: rgba(255, 255, 255, 0);
  background-image: url('../img/icons/close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.mfp-close-btn-in .mfp-close:active {
  top: 20px;
}
@media screen and (max-width: 500px) {
  .mfp-container {
    padding-right: 15px;
    padding-left: 0;
  }
}
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-bg {
  transition: all 0.3s ease-out;
  opacity: 0;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.modal {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 713px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 60px #008976;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .modal {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .modal {
    margin: 15px auto;
    border-radius: 0 10px 10px 0;
    box-shadow: none;
  }
}
.modal__pic {
  display: block;
  width: 342px;
  height: auto;
  margin-right: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 700px) {
  .modal__pic {
    display: none;
  }
}
.modal__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal__row {
  padding: 50px 56px 50px 0;
}
@media screen and (max-width: 700px) {
  .modal__row {
    padding: 50px;
  }
}
@media screen and (max-width: 500px) {
  .modal__row {
    padding: 47px 17px 30px 30px;
  }
}
.modal__title {
  font-size: 30px;
  font-weight: 800;
  line-height: 31px;
  margin-bottom: 10px;
  color: #383838;
}
@media screen and (max-width: 500px) {
  .modal__title {
    margin-bottom: 15px;
  }
}
.modal__subtitle {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .modal__subtitle {
    margin-bottom: 20px;
  }
}
.modal__list {
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .modal__list {
    margin-bottom: 30px;
  }
}
.modal__list li {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  margin-bottom: 6px;
  padding-left: 17px;
  letter-spacing: 0.03em;
}
.modal__list li:last-child {
  margin-bottom: 0;
}
.modal__list li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 50%;
  background-color: #ff5851;
  box-shadow: 0 0 6px #ff5851;
}
.modal__input {
  font-size: 12px;
  font-weight: normal;
  line-height: 44px;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  margin-bottom: 17px;
  text-align: center;
  color: #383838;
  border: 0.3px solid #383838;
  border-radius: 5px;
  background: none;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .modal__input {
    margin-bottom: 20px;
  }
}
.modal__input:focus {
  outline-width: 0;
}
.modal__btn {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 0;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .modal__btn {
    box-shadow: 0 5px 10px rgba(0, 160, 138, 0.48);
  }
  .modal__btn:hover {
    box-shadow: 0 5px 10px rgba(255, 88, 81, 0.48);
  }
}
.modal__right {
  font-size: 8px;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 0;
  text-align: center;
}
.modal__right a {
  text-decoration: underline;
  color: #383838;
}
.modal__right a:hover {
  text-decoration: none;
}
.price {
  margin-top: 37px;
  position: relative;
  width: 100%;
  padding: 50px 0 34px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 650px) {
  .price {
    padding: 48px 0 40px;
  }
}
.price h2,
.price .h2 {
  margin-bottom: 30px;
  text-align: center;
}
.price__block {
  padding: 0 15px;
  margin-bottom: 20px;
}
.price__line {
  display: flex;
  width: 100%;
  min-height: 84px;
  padding: 10px 0;
  border-top: 1px solid #cdcdcd;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .price__line {
    flex-direction: column;
    padding: 20px 0 30px;
    align-items: center;
  }
}
.price__line:last-child {
  border-bottom: 1px solid #cdcdcd;
}
.price__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
  width: 100%;
  max-width: 480px;
  color: #00a08a;
}
@media screen and (max-width: 950px) {
  .price__text {
    max-width: 350px;
  }
}
@media screen and (max-width: 650px) {
  .price__text {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }
}
.price__price {
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  width: 100%;
  max-width: 120px;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .price__price {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 28px;
    text-align: left;
  }
}
.price__btn {
  display: inline-flex;
  width: 100%;
  max-width: 255px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .price__btn {
    width: 100%;
    max-width: 260px;
  }
}
.etap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 61px 0 0;
  background-image: linear-gradient(
    180deg,
    rgba(248, 248, 248, 0) 0%,
    #f8f8f8 100%
  );
}
@media screen and (max-width: 700px) {
  .etap {
    padding: 0;
  }
}
.etap-1 {
  padding: 117px 0 100px;
  background-color: #fff;
  background-image: none;
}
@media screen and (max-width: 700px) {
  .etap-1 {
    padding: 50px 0;
  }
  .etap-1 .etap__pic {
    height: 266px;
    margin-bottom: 70px;
  }
  .etap-1 h2,
  .etap-1 .h2 {
    margin-bottom: 30px;
  }
}
.etap-1 .etap__row {
  margin-bottom: 0;
}
.etap__row {
  display: flex;
  width: 100%;
  margin-bottom: 23px;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .etap__row {
    flex-direction: column-reverse;
    margin-bottom: 50px;
    align-items: center;
    justify-content: flex-start;
  }
}
.etap__content {
  width: 100%;
  max-width: 100%;
}
.etap__pic {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 445px;
  margin-left: 10px;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 900px) {
  .etap__pic {
    max-width: 345px;
  }
}
@media screen and (max-width: 700px) {
  .etap__pic {
    margin-bottom: 70px;
    margin-left: 0;
  }
}
.etap__pic img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.etap h2,
.etap .h2 {
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 700px) {
  .etap h2,
  .etap .h2 {
    margin-bottom: 10px;
  }
}
.etap .subtitle {
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .etap .subtitle {
    margin-bottom: 20px;
  }
}
.etap__name {
  font-size: 20px;
  font-weight: 800;
  line-height: 110.4%;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #ff5851;
}
@media screen and (max-width: 700px) {
  .etap__name {
    margin-bottom: 10px;
  }
}
.etap__info {
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  max-width: 600px;
  margin-bottom: 21px;
}
@media screen and (max-width: 700px) {
  .etap__info {
    margin-bottom: 30px;
  }
}
.etap__info:last-child {
  margin-bottom: 0;
}
.etap__block {
  position: relative;
  top: 57px;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .etap__block {
    top: 0;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
  }
}
.etap__left {
  display: flex;
  flex-direction: column;
  height: 114px;
  padding-left: 30px;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .etap__left {
    padding-left: 15px;
  }
}
@media screen and (max-width: 700px) {
  .etap__left {
    height: auto;
    padding: 0 0 29px;
    align-items: center;
    justify-content: flex-start;
  }
}
.etap__tit {
  font-size: 34px;
  font-weight: bold;
  line-height: 100%;
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 900px) {
  .etap__tit {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 700px) {
  .etap__tit {
    margin-bottom: 10px;
    text-align: center;
  }
}
.etap__tit span {
  color: #ff5851;
}
@media screen and (max-width: 700px) {
  .etap__tit span {
    display: block;
  }
}
.etap__subtit {
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  display: block;
}
.etap__last {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 465px;
  height: 114px;
  background-color: #00a08a;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .etap__last {
    max-width: 365px;
  }
}
@media screen and (max-width: 700px) {
  .etap__last {
    max-width: 100%;
    height: auto;
    min-height: 111px;
    padding-bottom: 38px;
  }
}
.etap__last::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  height: 70px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .etap__last::after {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
}
.etap__tel {
  font-size: 34px;
  font-weight: bold;
  line-height: 46px;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .etap__tel {
    font-size: 28px;
    line-height: 38px;
    display: block;
    margin-bottom: 2px;
  }
}
.etap__tel:hover {
  color: #ff5851;
}
.etap__after {
  font-size: 16px;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: 0.078em;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .etap__after {
    font-size: 13px;
    letter-spacing: 0.088em;
  }
}
.etap__icon {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  margin-right: -25px;
  margin-left: auto;
  border-radius: 50%;
  background-color: #00a08a;
  background-image: url('../img/payments/payments.svg');
  background-repeat: no-repeat;
  background-position: center center;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 700px) {
  .etap__icon {
    margin: -25px auto 23px;
  }
}
.how {
  position: relative;
  width: 100%;
  padding: 38px 0 55px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 700px) {
  .how {
    padding: 36px 0 30px;
  }
}
.how h2,
.how .h2 {
  margin-bottom: 20px;
  text-transform: none;
}
.how .subtitle {
  max-width: 530px;
  margin-bottom: 39px;
}
.how__row {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .how__row {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.how__content {
  width: 100%;
  max-width: 100%;
}
.how__wrapper {
  width: 100%;
  max-width: 475px;
  margin-left: 10px;
}
@media screen and (max-width: 850px) {
  .how__wrapper {
    max-width: 380px;
  }
}
@media screen and (max-width: 700px) {
  .how__wrapper {
    flex-direction: column-reverse;
    margin-bottom: 57px;
    align-items: center;
  }
}
.how__slider {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .how__slider {
    margin-bottom: 20px;
  }
}
.how__item {
  max-width: 100%;
}
.how__item:focus {
  outline-width: 0;
}
.how__item picture {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 337px;
  margin-bottom: 35px;
  border-radius: 10px;
}
@media screen and (max-width: 700px) {
  .how__item picture {
    height: 210px;
    margin-bottom: 20px;
  }
}
.how__item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.how__item.slick-active .how__text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.how__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-left: 50px;
  transition: all 0.55s ease;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  text-align: right;
}
@media screen and (max-width: 700px) {
  .how__text {
    padding-left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }
}
.how__arrows {
  position: relative;
  display: flex;
  width: 101px;
  height: 50px;
  margin-top: -50px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .how__arrows {
    margin: 0 auto;
  }
}
.how__arrows::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 21px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #c4c4c4;
}
.how__arrow {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.how__arrow-prev .i-m {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.how__arrow .i-m {
  opacity: 0.54;
}
.how__arrow:hover .i-m {
  opacity: 1;
}
.how__list {
  width: 100%;
  margin-bottom: 38px;
  counter-reset: myCounter;
}
.how__list li {
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  position: relative;
  display: flex;
  min-height: 27px;
  margin-bottom: 16px;
  padding-left: 39px;
  align-items: center;
}
.how__list li:last-child {
  margin-bottom: 0;
}
.how__list li::before {
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  content: counter(myCounter);
  counter-increment: myCounter;
  color: #00a08a;
}
.how__info {
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  max-width: 475px;
  margin-bottom: 0;
}
.pics {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 166px;
}
@media screen and (max-width: 992px) {
  .pics {
    padding-top: 146px;
  }
}
@media screen and (max-width: 600px) {
  .pics {
    padding-top: 60px;
  }
  .pics .container {
    padding: 0;
  }
}
.pics__slider {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 30px;
}
@media screen and (max-width: 600px) {
  .pics__slider {
    display: block;
    width: 90%;
  }
  .pics__slider .slick-list {
    overflow: visible;
    margin: 0 -10px;
  }
}
.pics picture {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 552px;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .pics picture {
    height: 420px;
  }
}
@media screen and (max-width: 600px) {
  .pics picture {
    height: 350px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 400px) {
  .pics picture {
    height: 210px;
  }
}
.pics picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.box {
  position: relative;
  width: 100%;
  padding: 70px 0 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 850px) {
  .box {
    padding-top: 30px;
  }
}
.box h2,
.box .h2 {
  margin-bottom: 35px;
  text-align: center;
  text-transform: none;
}
.box__tabs {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .box__tabs {
    display: none;
  }
}
.box__tab {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  display: flex;
  width: 50%;
  min-height: 70px;
  padding: 10px;
  color: #383838;
  border: 1px solid #cdcdcd;
  align-items: center;
  justify-content: center;
}
.box__tab:hover {
  color: #00a08a;
}
.box__tab--active {
  color: #fff;
  border-color: #00a08a;
  background-color: #00a08a;
}
.box__tab--active:hover {
  color: #fff;
}
.box__tab:first-child {
  border-right-width: 0;
  border-radius: 10px 0 0 0;
}
.box__tab:last-child {
  border-radius: 0 10px 0 0;
}
.box__block {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 95px 50px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
@media screen and (max-width: 1070px) {
  .box__block {
    padding: 30px 45px;
  }
}
@media screen and (max-width: 900px) {
  .box__block {
    padding: 25px;
  }
}
@media screen and (max-width: 850px) {
  .box__block {
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0);
  }
}
.box__row {
  display: none;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .box__row {
    display: block;
    margin-bottom: 35px;
    padding: 0 15px 25px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
  }
  .box__row .slick-list {
    margin: 0 -10px;
    padding: 10px 0;
  }
}
.box__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 33px;
}
@media screen and (max-width: 900px) {
  .box__grid {
    grid-gap: 15px;
  }
}
@media screen and (max-width: 850px) {
  .box__grid {
    display: block;
    margin-bottom: 25px;
  }
}
.box__item {
  overflow: hidden;
  width: 100%;
  transition: all 0.35s ease;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 850px) {
  .box__item {
    margin: 0 10px;
  }
}
.box__item:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.box__item:hover .box__top {
  background-color: #def1eb;
}
.box__pic {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
}
.box__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.box__top {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 102px;
  padding-left: 30px;
  transition: all 0.35s ease;
  background-color: #f8f8f8;
  align-items: flex-start;
  justify-content: center;
}
.box__label {
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 3px 8px;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff5851;
}
.box__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  display: block;
  text-transform: uppercase;
  color: #ff5851;
}
.box__price {
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  display: block;
  margin-top: -6px;
}
.box__price span {
  font-size: 40px;
  font-weight: 800;
  line-height: 54px;
}
.box__blo {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 30px;
  align-items: flex-start;
}
.box__list {
  width: 100%;
}
.box__list--disabled {
  margin-bottom: 13px;
}
.box__list--disabled li {
  color: #9c9c9c;
}
.box__list--disabled li::before {
  top: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff5851;
}
.box__list--enabled {
  margin-bottom: 22px;
}
.box__list--enabled li::before {
  top: 0;
  width: 11px;
  height: 10px;
  background-image: url('../img/icons/check.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.box__list li {
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  margin-bottom: 8px;
  padding-left: 14px;
  letter-spacing: 0.1em;
}
.box__list li:last-child {
  margin-bottom: 0;
}
.box__list li::before {
  position: absolute;
  left: 0;
  content: '';
}
.box__btn {
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}
.box__hidden {
  display: none;
}
@media screen and (max-width: 850px) {
  .box__hidden {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    display: flex;
    width: calc(100% + 30px);
    min-height: 70px;
    margin-bottom: 20px;
    margin-left: -15px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    background-color: #00a08a;
    align-items: center;
    justify-content: center;
  }
}
.box__last {
  position: relative;
  top: 57px;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: -17px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .box__last {
    top: 0;
    flex-direction: column-reverse;
    margin-top: 0;
    align-items: center;
  }
}
.box__last-left {
  display: flex;
  height: auto;
  min-height: 114px;
  padding: 5px 30px;
  align-items: center;
  justify-content: flex-start;
}
.box__last-left span {
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  .box__last-left {
    display: block;
    min-height: auto;
    padding: 10px 15px 20px;
    text-align: center;
  }
  .box__last-left span {
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.box__last-icon {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  margin-right: -25px;
  border-radius: 50%;
  background-color: #00a08a;
  background-image: url('../img/payments/payments.svg');
  background-repeat: no-repeat;
  background-position: center center;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 850px) {
  .box__last-icon {
    margin: -25px auto 0;
  }
}
.box__last-right {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 465px;
  height: auto;
  min-height: 114px;
  padding: 5px 20px 5px 60px;
  background-color: #00a08a;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 850px) {
  .box__last-right {
    max-width: 100%;
    min-height: auto;
    padding: 9px 20px 45px;
  }
}
.box__last-right::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 70px;
  height: 70px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 850px) {
  .box__last-right::after {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
}
.box__last-right span {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .box__last-right span {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.box__grid--pic .box__top {
  background-color: rgba(255, 255, 255, 0) !important;
}
.box__grid--pic .box__label {
  top: auto;
  right: 0;
  bottom: 25px;
  padding: 3px 11px;
  background-color: #00a08a;
}
.box__grid--pic .box__blo {
  padding-top: 0;
}
.box__grid--pic .box__list--disabled {
  margin-bottom: 22px;
}
.box__arrows {
  position: relative;
  top: 0;
  right: 0;
  display: flex;
  display: none;
  width: 101px;
  height: 50px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .box__arrows {
    display: flex;
  }
}
.box__arrows::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 21px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #c4c4c4;
}
.box__arrow {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.box__arrow-prev .i-m {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.box__arrow .i-m {
  opacity: 0.54;
}
.box__arrow:hover .i-m {
  opacity: 1;
}
.inr .review__item {
  margin-bottom: 20px;
}
.inr .review__item + .review__item:before {
  content: '';
  background-color: #cdcdcd;
  display: block;
  border: none;
  height: 1px;
  width: 100%;
  margin-bottom: 30px;
}
.contacts {
  position: relative;
  background-color: #fff;
}
.contacts__box {
  position: absolute;
  top: 50%;
  left: calc(50vw - 600px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 1;
  max-width: 600px;
  padding: calc(20 * 1px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
}
@media all and (max-width: 1210px) {
  .contacts__box {
    left: calc(50vw - 485px);
  }
}
@media all and (max-width: 992px) {
  .contacts__box {
    position: static;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media all and (max-width: 500px) {
  .header__contacts-mob {
    display: none;
  }
  .mob_flex {
    display: flex !important;
  }
}
.contacts__title {
  font-style: normal;
  font-weight: bold;
  font-size: calc(22 * 1px + (31 - 22) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(26 * 1px + (37 - 26) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
  color: #000000;
  margin-bottom: calc(23 * 1px + (41 - 23) * ((100vw - 320px) / (1920 - 320)));
}
.contacts__adress {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  margin-bottom: calc(6 * 1px + (11 - 6) * ((100vw - 320px) / (1920 - 320)));
}
.contacts__link {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: calc(12 * 1px + (18 - 12) * ((100vw - 320px) / (1920 - 320)));
  line-height: 20px;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts__link:hover {
  color: #d74e7b;
}
.contacts__schedule__title {
  font-style: normal;
  font-weight: bold;
  font-size: calc(16 * 1px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  line-height: 120%;
  color: #000000;
}
.contacts__schedule {
  font-style: normal;
  font-weight: normal;
  font-size: calc(14 * 1px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 120%;
  color: #000000;
}
.contacts__email {
  display: inline;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #ff5851;
}
.contacts__email:hover {
  color: #00a08a;
}
.contacts__item {
  margin-bottom: 15px;
}
#map {
  min-height: 450px;
}
.avtsw div {
  display: grid;
  float: right;
}
.avtsw {
  display: flow-root;
  margin-bottom: 10px;
}
.team_wrapper .team__pic img {
  margin-top: -5px;
  width: auto;
  height: auto;
}
.team_wrapper .team__pic,
.team_wrapper .team__item {
  width: fit-content;
}
.team_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3em;
}
.team_wrapper .team__item {
  max-width: 255px;
  
}
a.team__item:hover {
  opacity: 0.7;
}
.grid_row {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 1em;
}
@media all and (max-width: 992px) {
  .grid_row {
    grid-template-columns: 1fr 2fr;
  }
}
@media all and (max-width: 767px) {
  .grid_row, .team_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 450px) {
  .grid_row, .team_wrapper {
    grid-template-columns: 1fr;
  }
}
.team_bottom_block {margin:20px 0}
.grid_1_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
}
.team_bottom_block .btn {justify-self: end;}
@media all and (max-width: 450px) {
  .grid_1_1 {
    grid-template-columns: 1fr;
  }
.team_bottom_block .btn, .team_bottom_block .team__arrows {justify-self: center;}
.team__arrows{margin-left: 101px}
}
textarea.order__input {
  padding-top: 10px;
  resize: none;
  line-height: 1.5;
}
.header__contacts-addr a {
  color: #00a08a;
}
.city_names {
  margin: 0 10px;
}
.hide {
  display: none !important;
}
.team_wrapper .parents__item {
  max-width: 320px;
  margin: 20px 10px;
}
.parents__pic_inr {
  float: right;
  margin: 0 0 20px 20px;
}
@media all and (max-width: 767px) {
  .parents__pic_inr {
    float: none;
    margin: 20px 0;
  }
}
.order_inr {
  background: inherit;
  margin: 50px 0;
}
.tablinks {
  position: relative;
}
.tab {
  overflow: hidden;
  background-color: #00a08a;
}
.tab .tablinks {
  text-align: center;
  background-color: inherit;
  color: white;
  width: 33.3333%;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 10px;
  transition: 0.3s;
}
.tab .tablinks.active {
  background-color: #e82624;
}
.tabcontent {
  display: none;
  padding: 12px;
  border: 1px solid ##ff5851;
  border-top: none;
}
#regions_mo {
  max-width: 80%;
}
#regions_mo .city_wrapper {
  width: 100%;
}
#regions_mo .regions_list {
  justify-content: space-between;
  text-align: center;
}
.flex_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  float: none;
}
#regions_mo .regions_link {
  padding: 10px;
}
#regions_mo .mfp-close {
  display: none;
}
.captcha_img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .captcha_img {
    display: block;
    margin: 20px auto;
  }
}
.payments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: center;
  justify-content: space-around;
}
.payments li {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.payments_wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.grid_4_2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1vw;
}
.grid_3_1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1vw;
}
.center_footer {
  text-align: center;
}
.center_footer .footer__contacts {
  align-items: center;
}
.grid_3_1 .footer__col_new {
  align-self: center;
}
.pay_block {
  display: flex;
}
.pay_title {
  font-weight: 700;
  margin-bottom: 0px;
}
.pay_subtitle {
  color: #00a08a;
  font-size: 14px;
  font-weight: 700;
}
.mobile_only,
.wa_fixed,
.tg_fixed {
  display: none;
}
@media (max-width: 767px) {
  /* .wa_fixed {
    left: 10px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    z-index: 100;
  }
  .tg_fixed {
    left: 10px;
    bottom: 85px;
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    z-index: 100;
  } */
  /* .mobile_only {
    display: block;
  } */
  .payments img {
    max-width: 20px;
    max-height: 20px;
  }
  .payments_wrapper {
    margin: 20px 0;
  }
  .grid_4_2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid_3_1 {
    grid-template-columns: 1fr;
  }
  .footer__top {
    display: none;
  }
  .mob_center {
    text-align: center;
  }
  .order__title {
    font-size: 20px;
  }
  .desk_only {
    display: none !important;
  }
  .pay_block {
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .grid_4_2 {
    grid-template-columns: 1fr;
  }
}
.docdoc_btn img {
  max-width: 200px;
  max-height: 44px;
}
.author_position {
  text-align: left;
  margin-bottom: 20px;
}
.author_info .order__tit,
.author_history {
  margin-bottom: 20px;
}
.docdoc_btn_wrapper {
  text-align: right;
}

.mobile__numbers {
  display: none;
}
@media (max-width: 450px) {
  .number__desktop {
    display: none;
  }
  /* .mobile__numbers {
    display: block;
  } */
  .number__mobile_link {
    color: #383838;
    font-weight: bold;
  }
}
@media (max-width: 375px) {
  .number__mobile_link {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .number__mobile_link {
    font-size: 12px;
  }
}
/* #specialButton {
  position: fixed;
  bottom: 150px;
  left: 15px;
  z-index: 999;
} */

.team_right_block ul li::before{
    top: 5px;
    left: 20px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-image: none;
    background-color: #ff5851;
}

.stock {
  margin-top: 50px;
}
.stock .h2 {
  text-align: center;
}
.stock-items {
  padding: 42px 0 26px;
}
.stock-item {
  max-width: 542px;
  width: 100%;
  margin: 8px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 8px solid #00a08a;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  position: relative;
  z-index: 100;
}
.stock-item_text {
  padding: 24px 0 24px 24px;
  max-width: 382px;
  width: 100%;
}
.stock-item_text__bold-text {
  max-width: 449px;
  width: 100%;
}
.stock-item_title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #383838;
  margin-bottom: 52px;
}
.stock-item_button {
  max-width: 182px;
  width: 100%;
}
.stock-item_button_link {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #ff5851;
  text-decoration: none;
  border: 2px solid #ff5851;
}
.stock-item_img img {
  height: 219px;
  border-bottom-right-radius: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -100;
}

.stock-items .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.stock-items .slick-dots li button {
  font-size: 0;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  padding: 0;
  transition: all 0.35s ease;
  color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 20px;
  background-color: #c2c2c2;
}
.stock-items .slick-dots li button:focus {
  outline-width: 0;
}
.stock-items .slick-dots li.slick-active button {
  width: 52px;
  background-color: #ff5851;
}

@media (max-width: 425px) {
  .stock-item {
    display: block;
    max-width: 95%;
    margin: 8px auto;
    height: 210px;
    background-size: cover;
    position: unset;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  }
  .stock-item_first {
    background-image: url(../img/stocks/1.jpg);
  }
  .stock-item_second {
    background-image: url(../img/stocks/2.jpg);
  }
  .stock-item_third {
    background-image: url(../img/stocks/3.jpg);
  }
  .stock-item_fourth {
    background-image: url(../img/stocks/4.jpg);
  }
  .stock-item_text {
    padding: 24px 12px;
    max-width: 342px;
    margin: 0 auto;
  }
  .stock-item_title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #383838;
    height: 56px;
    margin-bottom: 52px;
  }
  .stock-item_img {
    display: none;
  }
  .stock-item_button {
    max-width: 85%;
    margin: 0 auto;
  }
  .mobile-button {
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff7d;
  }
}
@media (max-width: 375px) {
  .stock-item {
    height: 200px;
  }
  .stock-item_text {
    padding: 14px 12px;
  }
  .stock-item_title {
    font-size: 16px;
  }
  .mobile-button {
    font-size: 10px;
  }
}

.droppers {
  padding: 50px 0 34px;
}
.droppers .h2 {
  text-align: center;
}
.droppers-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 17.5px;
}
.droppers-item {
  background: #ffffff;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.droppers-title {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #ff5851;
  background-color: #f8f8f8;
}
.droppers-list {
  padding: 8px 9px 16px;
  height: 704px;
}
.droppers-list ul li {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 10% 90%;
}
.droppers-text {
  margin-left: 5px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #383838;
}
.droppers-button {
  padding: 16px 9px 9px;
}

.hero__bot {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
	grid-gap: 1rem;
    width: 100%;
    align-items: end;
	justify-items: end;
}

@media (max-width: 768px) {
  .droppers-items {
    display: block;
  }
  .droppers-item {
    margin: 10px;
  }
  .droppers-list {
    height: 515px;
  }
  .droppers-list ul li {
    grid-template-columns: 5% 95%;
  }
  .droppers-icon {
    margin-top: 7px;
  }
  .droppers-button .hero__btn {
    max-width: unset;
  }
}
li > ul {
  margin-top: 20px !important;
}
.linking_block p {
  text-align: unset;
}
#team .info {
  padding-top: 0;
}
.m_54 {
  margin-top: 54px;
}
.article__date {
  font-size: 18px;
  font-weight: 600;
  text-align: end;
}
@media (max-width: 375px) {
  .article__date {
    font-size: 14px;
  }
}
@media (max-width: 610px) {
  .team_wrapper .team__item {
    margin: 10px auto;
  }
}

/* MY TEST START */
@media (min-width: 501px) {
  .v-header__row-bottom {
    display: none;
  }
  .v-header__logo-img {
    display: none;
  }
  .mobile_only {
    display: block;
  }
  #specialButton {
    position: fixed;
    bottom: 150px;
    left: 15px;
    z-index: 999;
  }
  .wa_fixed {
    left: 10px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    z-index: 100;
  }
  .tg_fixed {
    left: 10px;
    bottom: 85px;
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    z-index: 100;
  }
}

@media (max-width: 500px) {
  .header__logo-img {
    display: none;
  }
  .mobile__numbers {
    display: block;
  }

  #specialButton {
    width: 32px;
    height: 32px;
  }
  .v-icon {
    width: 40px;
    height: 40px;
  }
  .header__menu-list {
    margin-top: 38px;
  }
  .v-specialButton {
      display: none;
  }
}

.v-number__mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 16px;
  gap: 16px;
}

.v-number__mobile_link {
  color: #383838;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  display: flex;
  align-items: center;
  gap: 4px;
}

.v-number__mobile_link img {
  padding: 8px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}

@media screen and (max-width: 750px) {
  .hero__bot {
	  grid-template-columns: 1fr;
	  justify-items: center;
  }
  .btn--green2 {
	  display: none
  }
}

@media (max-width: 768px) {
  #mobile__only {
    display: none;
  }
}
.schedule__table {
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    padding: 20px;
}
.schedule__title {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 5px;
}
.schedule__subtitle {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 25px;
}
.schedule__line {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin: 10px 0;
}
.schedule__time.schedule__text {
    justify-self: end;
}
.grid_1{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
}

.phone_icon {display:none;}
@media (max-width: 767px) {
    .phone_icon {
        right: 10px;
        bottom: 20px;
        width: 50px;
        height: 50px;
        display: block;
        position: fixed;
        z-index: 100;
        background: white;
        padding: 2px;
        border-radius: 50%;
        border: #00a08a 3px solid;
    }
    .phone_icon::after {
      content: '';
      width: 50px; height: 50px;
      border-radius: 100%;
      border: 3px solid #00a08a;
      position: absolute;
      z-index: -1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-animation: ring 3s infinite;
    }
    .phone_icon img {
        width: 40px;
    }
}

@keyframes ring {
  0% {
    width: 50px;
    height: 50px;
    opacity: 1;
  }
  40% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}

.grid_3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3em;
}

@media all and (max-width: 767px) {
  .grid_3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 450px) {
  .grid_3 {
    grid-template-columns: 1fr;
  }
}
.droppers_v2 .h2 {margin-bottom: 20px}
.droppers_item {position:relative; border-radius: 8px; box-shadow: 0px 8px 30px 0px #0000001A; padding: 20px 20px 80px 20px;}
.droppers_item_title {font-size: 24px; color: #ff5851; text-align: center; font-weight: 700; margin-bottom: 20px;}
.droppers_item .hero__list {margin-inline-start: 10px;}
.droppers_item .hero__list li {color:black}
.droppers_item .droppers-button {position: absolute;bottom: 20px;width: calc(100% - 40px);}

/* Лена лендос */

@media (max-width: 768px) {
  .v-h2 {
    margin-bottom: 80px !important;
    margin-top: 125px !important;
  }
}

/* doc-links */

.doc_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px;
}

.doc_link {
}

.doc_link_img {
  max-width: 210px;
  height: auto;
}

@media (max-width: 768px) {
  .doc_links {
    justify-content: center;
  }
}