@charset "UTF-8";
/* FONT SourceSansPro */
/*images*/
/*=======================START-MEDIA=====================*/
/*=======================END-MEDIA=====================*/
/* media breakpoint mixin */
/* Single property transition mixin */
/* how to use fonts mixin
  @include font("Lato", "LatoBold", "AcuminPro-Bold", "700", "normal")
*/
/*--------- font-face ---------*/
@font-face {
  font-family: 'GothicRegular';
  src: url("../fonts/GothicA1/GothicA1Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GothicSemiBold';
  src: url("../fonts/GothicA1/GothicA1SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GothicBold';
  src: url("../fonts/GothicA1/GothicA1Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GothicBlack';
  src: url("../fonts/GothicA1/GothicA1Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  min-width: 320px;
  overflow-x: hidden;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
  min-height: 100%;
}

audio,
video {
  display: block;
}

section {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
}

img {
  max-width: 100%;
  display: block;
  border-style: none;
}

input,
textarea,
select {
  vertical-align: middle;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  width: 100%;
}

input[type="search"],
input[type="text"],
input[type="file"],
input[type="password"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
}

input[type="email"] {
  box-shadow: none;
  -webkit-box-shadow: none;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

button:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
  font-size: 100%;
}

p, span, label, h1, h2, h3, h4, h5, h6, b, strong, i, em {
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
  margin: 0;
}

div {
  word-wrap: break-word;
  white-space: normal;
}

iframe {
  border: none;
}

input::-ms-clear {
  display: none;
}

b,
strong {
  font-weight: bolder;
}

.btn__reset {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.text__clip {
  white-space: nowrap;
  /* Отменяем перенос текста */
  overflow: hidden;
  /* Обрезаем содержимое */
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.grid {
  display: grid;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg__properties {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.is-show {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.is-disable {
  pointer-events: none !important;
}

.is-hand {
  cursor: pointer !important;
}

.no-scroll {
  overflow: hidden;
}

.input__container {
  margin-bottom: 12px;
}

@media only screen and (min-width: 992px) {
  .input__container {
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 992px) {
  .input__container.last__mod {
    margin-bottom: 16px;
  }
}

.input__container.is-filled .form__label {
  opacity: 0;
  visibility: hidden;
}

.input__container.error .select2-container .select2-selection--single {
  border-color: #EA425D !important;
}

.input__container.error label:before {
  border-color: #EA425D !important;
}

.input__container.error .label__text:before {
  border-color: #EA425D;
}

.input__container.error .form-control {
  border-color: #EA425D;
}

.input__container.error .text__error {
  display: inline-block;
}

.input__container.pass .form-control {
  border-color: #01bcb5;
}

.input__container.checkbox {
  margin-bottom: 0;
}

.input__field {
  position: relative;
}

.input__field .icon {
  position: absolute;
  top: 50%;
  left: 22px;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkbox__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}

.text__error {
  position: relative;
  display: none;
  margin-top: 6px;
  padding: 6px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  background-color: #EA425D;
  border-radius: 2px;
  z-index: 1;
}

.text__error:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 5px;
  height: 5px;
  background-color: #EA425D;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 0;
}

.form-control {
  width: 100%;
  height: 48px;
  padding: 17px 20px 16px;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-family: 'GothicSemiBold',sans-serif;
  color: #7E8D9B;
  background: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-transition: border-color .2s, border-width .2s;
  -o-transition: border-color .2s, border-width .2s;
  transition: border-color .2s, border-width .2s;
}

@media only screen and (min-width: 1200px) {
  .form-control {
    height: 60px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 16px;
  }
}

.form-control:focus {
  outline: none;
}

.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-control:focus::-moz-placeholder {
  opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

.form-control:focus::-ms-input-placeholder {
  opacity: 0;
}

.form-control:focus::placeholder {
  opacity: 0;
}

.form-control::-webkit-input-placeholder {
  color: #7E8D9B;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.form-control::-moz-placeholder {
  color: #7E8D9B;
  -moz-transition: opacity .2s;
  transition: opacity .2s;
}

.form-control:-ms-input-placeholder {
  color: #7E8D9B;
  -ms-transition: opacity .2s;
  transition: opacity .2s;
}

.form-control::-ms-input-placeholder {
  color: #7E8D9B;
  -ms-transition: opacity .2s;
  transition: opacity .2s;
}

.form-control::placeholder {
  color: #7E8D9B;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

label {
  display: inline-block;
  cursor: pointer;
}

.checkbox {
  display: inline-block;
}

.checkbox__label {
  position: relative;
  padding-left: 22px;
  font-family: 'GothicSemiBold',sans-serif;
  color: #fff;
  font-size: 14px;
}

.checkbox__decor {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkbox__decor:before, .checkbox__decor:after {
  display: inline-block;
  content: "";
  position: absolute;
}

.checkbox__decor:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2b292a;
}

.checkbox__decor:after {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 4px;
  height: 8px;
  border-bottom: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(42deg);
      -ms-transform: translate(-50%, -50%) rotate(42deg);
          transform: translate(-50%, -50%) rotate(42deg);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

[type=radio]:checked + .checkbox__decor:after,
[type=checkbox]:checked + .checkbox__decor:after {
  opacity: 1;
}

body {
  font-family: 'GothicRegular',sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #7E8D9B;
}

@media only screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  body {
    line-height: 28px;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: calc(1246px + 40px);
  }
}

.table__wrap {
  margin-bottom: 24px;
  overflow: auto;
}

.content p {
  margin-bottom: 16px;
}

.content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.content img {
  display: block;
  margin: 0 auto 16px;
}

@media only screen and (min-width: 1200px) {
  .content img {
    margin-bottom: 24px;
  }
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  line-height: 1.2;
}

.content h1 {
  margin-bottom: 20px;
  font-size: 24px;
}

.content h2 {
  font-size: 22px;
}

.content h3 {
  font-size: 20px;
}

.content h4 {
  font-size: 18px;
}

.content h5, .content h6 {
  font-size: 16px;
}

.content h2, .content h6, .content h5 {
  margin-bottom: 16px;
}

.content h4, .content h3 {
  margin-bottom: 12px;
}

.content ol,
.content ul {
  margin-bottom: 16px;
}

.content li {
  color: #7E8D9B;
  font-size: 10px;
  line-height: 14px;
}

@media only screen and (min-width: 1200px) {
  .content li {
    font-size: 12px;
    line-height: 18px;
  }
}

.content li:not(:last-child) {
  margin-bottom: 12px;
}

.content ul li {
  position: relative;
  padding-left: 16px;
}

@media only screen and (min-width: 1200px) {
  .content ul li {
    padding-left: 18px;
  }
}

.content ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7E8D9B;
}

@media only screen and (min-width: 1200px) {
  .content ul li:before {
    top: 6px;
  }
}

.content a {
  color: #01bcb5;
}

@media only screen and (min-width: 1200px) {
  .content a:hover {
    text-decoration: underline;
  }
}

.content ol {
  counter-reset: myCounter;
}

.content ol li {
  position: relative;
  padding-left: 16px;
}

@media only screen and (min-width: 1200px) {
  .content ol li {
    padding-left: 20px;
  }
}

.content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ". ";
  position: absolute;
  top: 0;
  left: 0;
}

blockquote {
  border-left: 3px solid #7E8D9B;
  background-color: #F3F4FF;
  padding: 16px;
  margin: 0 0 24px;
  font-size: 12px;
}

*:focus {
  outline: none !important;
}

h1, h2, h3, h4, h4, h6, .h1__title, .h2__title, .h3__title, .h4__title, .h5__title, .h6__title {
  display: block;
  color: #2b292a;
  font-family: 'GothicBlack',sans-serif;
}

h1, .h1__title {
  font-size: 56px;
  font-size: calc(26px + (56 - 26) * ((100vw - 360px) / (1366 - 360)));
  line-height: 1.4;
}

@media (max-width: 360px) {
  h1, .h1__title {
    font-size: 26px;
  }
}

@media (min-width: 1366px) {
  h1, .h1__title {
/*    font-size: 56px; */
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) {
  h1, .h1__title {
    line-height: 1.25;
  }
}

h2, .h2__title {
  font-size: 36px;
  font-size: calc(26px + (36 - 26) * ((100vw - 360px) / (1366 - 360)));
  line-height: 1.38;
}

@media (max-width: 360px) {
  h2, .h2__title {
    font-size: 26px;
  }
}

@media (min-width: 1366px) {
  h2, .h2__title {
    font-size: 36px;
  }
}

h3, .h3__title {
  font-size: 20px;
  font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1366 - 360)));
  line-height: 28px;
}

@media (max-width: 360px) {
  h3, .h3__title {
    font-size: 16px;
  }
}

@media (min-width: 1366px) {
  h3, .h3__title {
    font-size: 20px;
  }
}

h4, .h4__title {
  font-family: 'GothicBold',sans-serif;
  font-size: 18px;
  font-size: calc(14px + (18 - 14) * ((100vw - 360px) / (1366 - 360)));
  line-height: 22px;
}

@media (max-width: 360px) {
  h4, .h4__title {
    font-size: 14px;
  }
}

@media (min-width: 1366px) {
  h4, .h4__title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  h4, .h4__title {
    line-height: 24px;
  }
}

h5, .h5__title,
h6, .h6__title {
  font-size: 14px;
  font-size: calc(16px + (14 - 16) * ((100vw - 360px) / (1366 - 360)));
  line-height: 1.1;
}

@media (max-width: 360px) {
  h5, .h5__title,
  h6, .h6__title {
    font-size: 16px;
  }
}

@media (min-width: 1366px) {
  h5, .h5__title,
  h6, .h6__title {
    font-size: 14px;
  }
}

.title__large {
  display: -webkit-box;
  display: -ms-flexbox;
/*  display: flex; */
  padding: 40px 0 40px 20px;
  font-family: 'GothicBlack',sans-serif;
  font-size: 110px;
  font-size: calc(36px + (110 - 36) * ((100vw - 360px) / (1366 - 360)));
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #2b292a;
/*  white-space: nowrap; */
}

@media (max-width: 360px) {
  .title__large {
/*    font-size: 36px; */
    font-size: 30px;
  }
}

@media (min-width: 1366px) {
  .title__large {
/*    font-size: 110px; */
    font-size: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .title__large {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .title__large {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) {
  .title__large {
/*    padding-top: 100px; */
    padding-left: 60px;
    
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 1920px) {
  .title__large {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.title__green {
/*  margin-right: .4em; */
  color: #01bcb5;
}

@media only screen and (min-width: 1200px) {
  .title__green {
/*    margin-right: .58em; */
  }
}

.font__semi {
  font-family: 'GothicSemiBold',sans-serif;
}

.w-100 {
  width: 100% !important;
}

.title__indent {
  margin-bottom: 12px;
}

@media only screen and (min-width: 992px) {
  .main__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.text__green {
  color: #01bcb5;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

section,
.main > div:not(.benefits) {
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.scroll__mod {
  scrollbar-width: thin;
  scrollbar-color: #01bcb5 #E0E0E0;
}

.scroll__mod::-webkit-scrollbar {
  height: 1px;
  width: 4px;
  border-radius: 14px;
}

.scroll__mod::-webkit-scrollbar-track {
  width: 4px;
  background-color: #E0E0E0;
  border-radius: 14px;
}

.scroll__mod::-webkit-scrollbar-thumb {
  height: auto;
  background: #01bcb5;
  width: 4px;
  border-radius: 14px;
}

.scroll__mod::-moz-scrollbar {
  height: 1px;
  width: 4px;
  border-radius: 14px;
}

.scroll__mod::-moz-scrollbar-track {
  background-color: #E0E0E0;
  width: 4px;
  border-radius: 14px;
}

.scroll__mod::-moz-scrollbar-thumb {
  height: auto;
  background: #01bcb5;
  width: 4px;
  border-radius: 14px;
}

.scroll__mod::-ms-scrollbar {
  height: 1px;
  width: 4px;
  border-radius: 14px;
}

.scroll__mod::-ms-scrollbar-track {
  width: 4px;
  background-color: #E0E0E0;
  border-radius: 14px;
}

.scroll__mod::-ms-scrollbar-thumb {
  height: auto;
  background: #01bcb5;
  width: 4px;
  border-radius: 14px;
}

.swiper-button-lock {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.noscript {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  font-size: 14px;
  color: #8e1f1f;
  background-color: #efafaf;
  text-align: center;
  z-index: 77777;
}

.noscript a {
  margin-left: 3px;
  margin-right: 3px;
  color: #630303;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .noscript a:hover {
    text-decoration: none;
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: currentColor;
  line-height: 1em;
}

@font-face {
  font-family: "Icons";
  src: url("../fonts/Icons.eot");
  src: url("../fonts/Icons.eot?#iefix") format("eot"), url("../fonts/Icons.woff") format("woff"), url("../fonts/Icons.ttf") format("truetype"), url("../fonts/Icons.svg#Icons") format("svg");
}

.icon-arrow-down:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-call:before,
.icon-check:before,
.icon-close:before,
.icon-facebook:before,
.icon-instagram:before,
.icon-message:before,
.icon-twitter:before,
.icon-youtube:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-arrow-down:before {
  content: '\E001';
}


.icon-arrow-left:before {
  content: '\E002';
}


.icon-arrow-right:before {
  content: '\E003';
}


.icon-call:before {
  content: '\E004';
}


.icon-check:before {
  content: '\E005';
}


.icon-close:before {
  content: '\E006';
}


.icon-facebook:before {
  content: '\E007';
}


.icon-instagram:before {
  content: '\E008';
}


.icon-message:before {
  content: '\E009';
}


.icon-twitter:before {
  content: '\E00A';
}


.icon-youtube:before {
  content: '\E00B';
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

@media only screen and (min-width: 460px) {
  .header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (min-width: 1366px) {
  .header {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 992px) {
  .header .btn {
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
  }
}

@media only screen and (max-width: 460px) {
  .header .btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media only screen and (max-width: 375px) {
  .header .btn {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 114px;
/*  background-color: #2b292a; */
  background-color: #fff;
}

@media only screen and (min-width: 460px) {
  .header__logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
  }
}

@media only screen and (min-width: 768px) {
  .header__logo {
    height: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .header__logo {
    width: 255px;
    height: 80px;
    padding-right: 10px;
  }
}

.header__logo img {
  max-width: 101px;
  height: 28px;
}

@media only screen and (min-width: 992px) {
  .header__logo img {
    max-width: 212px;
    height: 56px;
  }
}

.header__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .header__call {
    width: auto;
    height: auto;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    padding: 16px;
    font-size: 16px;
    line-height: 28px;
    font-family: 'GothicSemiBold',sans-serif;
    color: #2b292a;
  }
}

@media only screen and (min-width: 992px) {
  .header__call {
    padding: 27px 36px 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__call {
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .header__call:hover {
    background-color: #01bcb5;
    color: #fff;
  }
  .header__call:hover .icon {
    color: #fff;
  }
}

.header__call .icon {
  font-size: 20px;
  color: #01bcb5;
}

@media only screen and (min-width: 992px) {
  .header__call .icon {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__call .icon {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
}

.header__number {
  display: none;
}

@media only screen and (min-width: 768px) {
  .header__number {
    display: block;
    margin-left: 8px;
  }
}

.header__text {
  display: none;
}

@media only screen and (min-width: 992px) {
  .header__text {
    display: block;
    margin-right: 4px;
  }
}

.footer .h1__title {
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__left {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 1024px) {
  .footer__left {
    width: 55%;
    padding-right: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .footer__left {
    width: 58%;
    padding: 120px 120px 32px 0;
  }
}

.footer__left:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: 0;
  background-color: #2b292a;
}

@media only screen and (min-width: 1024px) {
  .footer__left:before {
    left: -9999px;
    right: 0;
  }
}

.footer__left > * {
  position: relative;
  z-index: 1;
}

.footer__text {
  max-width: 467px;
  margin-bottom: 40px;
  font-family: 'GothicSemiBold',sans-serif;
  color: #C2D0DD;
}

@media only screen and (min-width: 1024px) {
  .footer__text {
    font-family: 'GothicRegular',sans-serif;
  }
}

.footer__holder {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .footer__holder {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-column-gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media only screen and (min-width: 1024px) {
  .footer__holder {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
  }
}

@media only screen and (min-width: 1200px) {
  .footer__holder {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}

.footer__schedule {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contacts__item {
  margin-bottom: 12px;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contacts__item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .contacts__item:last-child {
    margin-bottom: 0;
  }
}

.contacts__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'GothicSemiBold',sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .contacts__link {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .contacts__link:hover {
    color: #01bcb5;
  }
}

.contacts__link .icon {
  margin-right: 8px;
  font-size: 24px;
  color: #01bcb5;
}

@media only screen and (min-width: 768px) {
  .privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.privacy__item {
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .privacy__item {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .privacy__item:not(:last-child) {
    margin-right: 40px;
  }
}

.privacy__link {
  font-family: 'GothicSemiBold',sans-serif;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media only screen and (min-width: 1200px) {
  .privacy__link:hover {
    text-decoration: none;
  }
}

.footer__right {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
  .footer__right {
    width: 45%;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .footer__right {
    padding: 120px 0 32px 109px;
  }
}

.footer__right:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: 0;
  background-color: #01bcb5;
  z-index: 0;
}

@media only screen and (min-width: 1024px) {
  .footer__right:before {
    left: 0;
    right: -9999px;
  }
}

.footer__form {
  position: relative;
  max-width: 387px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .footer__form {
    margin-left: 0;
  }
}

.footer__form .btn {
  margin-bottom: 16px;
}

@media only screen and (min-width: 1024px) {
  .footer__form .btn {
    margin-bottom: 25px;
  }
}

.footer__copy {
  color: #C2D0DD;
}

@media only screen and (min-width: 1024px) {
  .footer__copy {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-family: 'GothicBlack',sans-serif;
  padding: 17px 36px;
  color: #fff;
  background-color: #01bcb5;
  border: 1px solid transparent;
  letter-spacing: .8px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .btn {
    width: auto;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn {
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .btn:hover {
    background-color: #0be5dd;
  }
  .btn:hover .icon {
    -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px);
  }
}

.btn:focus-visible {
  background-color: #0be5dd;
}

.btn:focus-visible .icon {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

.btn:focus {
  border: 1px solid transparent;
}

.btn:disabled, .btn.disabled {
  color: #595F5C;
  pointer-events: none;
}

.btn.secondary__mod {
  background-color: #2b292a;
}

@media only screen and (min-width: 1200px) {
  .btn.secondary__mod:hover {
    background-color: #3d4f5e;
  }
}

.btn.outline__mod {
  color: #01bcb5;
  border-color: #01bcb5;
  background-color: transparent;
}

@media only screen and (min-width: 1200px) {
  .btn.outline__mod:hover {
    background-color: #01bcb5;
    border-color: #01bcb5;
    color: #fff;
  }
}

.socials {
  display: grid;
  grid-template-columns: repeat(auto-fill, 32px);
  grid-gap: 12px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) {
  .socials {
/*    margin-bottom: 124px; */
  }
}

.socials__link {
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .socials__link {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .socials__link:hover {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

.socials__link .icon {
  font-size: 32px;
}

.modal {
  position: fixed;
  top: 20px;
  left: 12px;
  right: 12px;
  padding: 12px 28px 15px 12px;
  margin-left: auto;
  margin-right: auto;
  background-color: #2b292a;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

@media only screen and (min-width: 1112px) {
  .modal {
    width: 100%;
    max-width: 1092px;
  }
}

@media only screen and (min-width: 1200px) {
  .modal {
    padding: 16px 40px 22px 16px;
  }
}

.modal.is-show {
  opacity: 1;
  visibility: visible;
}

.modal .h3__title {
  color: #fff;
}

.modal__info {
  padding-top: 3px;
}

@media only screen and (min-width: 1200px) {
  .modal__info {
    padding-top: 6px;
  }
}

.modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal__inner .icon {
  margin-right: 8px;
  font-size: 32px;
  color: #01bcb5;
}

@media only screen and (min-width: 1200px) {
  .modal__inner .icon {
    margin-right: 16px;
    font-size: 40px;
  }
}

.modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

@media only screen and (min-width: 1200px) {
  .modal__close {
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
  }
}

.modal__close:before, .modal__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

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

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

.intro {
  position: relative;
  padding-top: 128px;
  padding-bottom: 308px;
}

@media only screen and (min-width: 992px) {
  .intro {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 1200px) {
  .intro {
    padding-top: 208px;
    padding-bottom: 208px;
  }
}

@media only screen and (min-width: 1366px) {
  .intro {
    margin-top: -80px;
  }
}

.intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.intro__info {
  position: relative;
  z-index: 1;
/*  max-width: 467px; */
  max-width: 590px;
}

.intro__info .h1__title {
  margin-bottom: 4px;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .intro__info .h1__title {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 1200px) {
  .intro__info .h1__title {
    margin-bottom: 12px;
  }
}

.intro__text {
  margin-bottom: 24px;
  font-family: 'GothicSemiBold',sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .intro__text {
    margin-bottom: 36px;
    font-family: 'GothicBold',sans-serif;
    font-size: 20px;
  }
}

.intro__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro__word {
  color: #01bcb5;
}

.cards {
  padding-top: 80px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 900px) {
  .cards {
    padding-bottom: 114px;
  }
}

@media only screen and (min-width: 1024px) {
  .cards {
    padding-top: 121px;
    padding-bottom: 160px;
  }
}

@media only screen and (min-width: 1200px) {
  .cards {
    padding-bottom: 198px;
  }
}

@media only screen and (min-width: 560px) {
  .card__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 900px) {
  .card__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.cards__item {
  min-height: 120px;
  padding: 28px 24px 36px;
  margin-bottom: 8px;
  font-family: 'GothicSemiBold',sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

@media only screen and (min-width: 560px) {
  .cards__item {
    width: 50%;
  }
}

@media only screen and (min-width: 900px) {
  .cards__item {
    width: 25%;
    margin-bottom: 0;
  }
  .cards__item:nth-child(even) {
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
}

@media only screen and (min-width: 1200px) {
  .cards__item {
    min-height: 196px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
    font-family: 'GothicBold',sans-serif;
    font-size: 20px;
  }
}

.cards__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 560px) {
  .cards__item:last-child {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 900px) {
  .cards__item:last-child {
    margin-bottom: 0;
  }
}

.cards__item.green__mod {
  background-color: #01bcb5;
}

.cards__item.blue__mod {
  color: #2b292a;
  background-color: #F3F9FF;
}

.cards__item.dark__mod {
  background-color: #2b292a;
}

.cards__item.grey__mod {
  color: #2b292a;
  background-color: #E3ECF4;
}

.advice {
  padding-top: 40px;
}

@media only screen and (min-width: 1200px) {
  .advice {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 992px) {
  .advice__form,
  .advice__info {
    width: 100%;
    max-width: 467px;
  }
}

.advice__info {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .advice__info {
    margin-bottom: 0;
    padding-top: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .advice__info {
    padding-top: 60px;
  }
}

.advice__form {
  padding: 40px 20px 60px;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #01bcb5;
}

@media only screen and (min-width: 992px) {
  .advice__form {
    padding-left: 39px;
    padding-right: 39px;
    padding-bottom: 58px;
    margin-left: 0;
    margin-right: 0;
  }
}

.advice__form .btn {
  margin-bottom: 16px;
}

@media only screen and (min-width: 992px) {
  .advice__form .btn {
    margin-bottom: 26px;
  }
}

.advice__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

@media only screen and (min-width: 992px) {
  .advice__top {
    margin-bottom: 40px;
  }
}

.advice__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}

@media only screen and (min-width: 992px) {
  .advice__img {
    margin-right: 12px;
  }
  .advice__img img {
    width: 80px;
    height: 80px;
  }
}

.advice__doctor {
  color: #fff;
}

.what {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F3F9FF;
}

@media only screen and (min-width: 1200px) {
  .what {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

@media only screen and (min-width: 992px) {
  .what__row {
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-columns: repeat(2, minmax(250px, 545px));
    grid-column-gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.what__text {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .what__text {
    margin-bottom: 38px;
  }
}

.what__bottom {
  display: grid;
  grid-template-columns: minmax(100px, 1fr) minmax(80px, 120px);
  grid-column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 545px;
  padding: 4px 4px 4px 12px;
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .what__bottom {
    grid-template-columns: minmax(100px, 1fr) minmax(120px, 156px);
    grid-column-gap: 28px;
    padding: 8px 8px 8px 24px;
  }
}

@media only screen and (min-width: 992px) {
  .what__bottom .h4__title {
    margin-bottom: 8px;
  }
}

.main__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'GothicBlack',sans-serif;
  font-size: 11px;
  line-height: 1;
  color: #01bcb5;
  letter-spacing: .8px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .main__link {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .main__link:hover .icon {
    -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px);
  }
}

.main__link .icon {
  margin-left: 4px;
  font-size: 24px;
}

@media only screen and (min-width: 1200px) {
  .main__link .icon {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

.what__img img {
  display: none;
}


.what__img  {
 height: 0px;
 padding-bottom: 56.2%;
 position: relative;
 padding-top: 20px;
}

.what__img  iframe {
 width: 100%;
 height: 100%;
 position: absolute;
}



@media only screen and (min-width: 992px) {
  .what__img img {
    display: block;
    width: auto;
    height: auto;
  }
}

.what__decor img {
  width: auto;
  height: auto;
}

.benefits {
  position: relative;
}

.benefits .h2__title {
  margin-bottom: 24px;
}

@media only screen and (min-width: 1200px) {
  .benefits .h2__title {
    margin-bottom: 60px;
    text-align: center;
  }
}

.benefits__inner {
  padding-top: 80px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 1200px) {
  .benefits__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: hidden;
/*
    padding-top: 120px;
    padding-bottom: 210px;
*/
    padding-top: 80px;
    padding-bottom: 90px;

  }
}

.benefits__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  padding-right: 20px;
  overflow: auto;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

@media only screen and (min-width: 1200px) {
  .benefits__row {
    overflow: initial;
  }
}

.benefits__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 280px;
  padding: 16px 16px 88px;
  background-color: #01bcb5;
}

@media only screen and (min-width: 992px) {
  .benefits__item {
    position: relative;
    padding: 24px 24px 48px;
  }
}

@media only screen and (min-width: 1200px) {
  .benefits__item {
    width: 467px;
    padding: 28px 28px 68px;
  }
}

.benefits__item:not(:last-child) {
  margin-right: 12px;
}

@media only screen and (min-width: 768px) {
  .benefits__item:not(:last-child) {
    margin-right: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .benefits__item:not(:last-child) {
    margin-right: 60px;
  }
}

.benefits__item:not(:last-child):after {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .benefits__item:not(:last-child):after {
    content: "\E003";
    display: block;
    position: absolute;
    right: -16px;
    top: 50%;
    font-family: "Icons";
    font-size: 28px;
    color: #C2D0DD;
    -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}

.benefits__item .h3__title {
  margin-bottom: 4px;
  color: #fff;
}

.benefits__counter {
  display: block;
  margin-bottom: 16px;
  min-height: 24px;
  font-family: 'GothicSemiBold',sans-serif;
  color: #fff;
  letter-spacing: -1.5px;
}

@media only screen and (min-width: 1024px) {
  .benefits__counter {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .benefits__counter {
    margin-bottom: 32px;
  }
}

.benefits__text {
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .benefits__text {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .benefits__text {
    line-height: 24px;
  }
}

.work {
  padding-top: 40px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 1024px) {
  .work {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .work {
    padding-bottom: 120px;
  }
}

.work__info {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .work__info {
    width: 100%;
    max-width: 467px;
    margin-bottom: 0;
  }
}

.work__steps {
  counter-reset: steps-counter;
}

@media only screen and (min-width: 992px) {
  .work__steps {
    width: calc(100% - 500px);
  }
}

@media only screen and (min-width: 1200px) {
  .work__steps {
    width: calc(100% - 545px);
  }
}

.work__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin-bottom: 8px;
  background-color: #F3F9FF;
  font-family: 'GothicSemiBold',sans-serif;
  color: #2b292a;
}

@media only screen and (min-width: 1024px) {
  .work__item {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .work__item {
    padding: 27px 30px 23px 36px;
    margin-bottom: 16px;
    font-family: 'GothicBold',sans-serif;
    font-size: 20px;
  }
}

.work__item:last-child {
  margin-bottom: 0;
}

.work__item:before {
  content: counter(steps-counter, decimal-leading-zero);
  counter-increment: steps-counter;
  margin-right: 12px;
  color: #01bcb5;
  font-family: 'GothicBlack',sans-serif;
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (min-width: 1024px) {
  .work__item:before {
    font-size: 26px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 1200px) {
  .work__item:before {
    margin-right: 16px;
    font-size: 36px;
    line-height: 50px;
  }
}

.info {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background-color: #2b292a;
}

@media only screen and (min-width: 1200px) {
  .info {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.info .h1__title {
  margin-bottom: 20px;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .info .h1__title {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .info .btn {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.about {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .about {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 992px) {
  .about__row {
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-columns: repeat(2, minmax(250px, 545px));
    grid-column-gap: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .about__row {
    grid-column-gap: 78px;
  }
}

.about__img {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .about__img {
    margin-bottom: 0;
  }
}

.about__img img {
  width: auto;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .about__info {
    margin-top: 9px;
  }
}

.about__info .btn {
  min-width: 160px;
}

@media only screen and (min-width: 1200px) {
  .about__info .btn {
    min-width: 180px;
  }
}

.about__text {
  margin-bottom: 24px;
}

.doctors .main__row {
  padding: 80px 20px;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #F3F9FF;
}

@media only screen and (min-width: 992px) {
  .doctors .main__row {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 1200px) {
  .doctors .main__row {
    padding-left: 78px;
    padding-right: 78px;
  }
}

.doctors .h2__title {
  margin-bottom: 4px;
}

.doctors .h3__title {
  margin-bottom: 12px;
}

@media only screen and (min-width: 992px) {
  .doctors .h3__title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .doctors .btn {
    padding-left: 34px;
    padding-right: 34px;
  }
}

@media only screen and (min-width: 560px) {
  .doctors__info {
    max-width: 600px;
  }
}

@media only screen and (min-width: 992px) {
  .doctors__info {
    width: 100%;
    max-width: 501px;
  }
}

@media only screen and (max-width: 767px) {
  .doctors__info .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.doctors__info .btn span {
  margin-left: 4px;
}

@media only screen and (max-width: 767px) {
  .doctors__info .btn span {
    display: none;
  }
}

.doctors__img {
  width: 159px;
  height: 159px;
  margin-bottom: 40px;
  border: 4px solid #fff;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .doctors__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 300px;
    height: 300px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .doctors__img {
    width: 389px;
    height: 389px;
  }
}

.doctors__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.doctors__text {
  margin-bottom: 24px;
}

@media only screen and (min-width: 992px) {
  .doctors__text {
    max-width: 467px;
  }
}

.feedbacks {
  padding-top: 80px;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .feedbacks {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.feedbacks .swiper {
  padding-top: 30px;
  overflow: visible;
}

@media only screen and (min-width: 992px) {
  .feedbacks .swiper {
    padding-top: 40px;
  }
}

.feedbacks .swiper-wrapper {
  margin-bottom: 28px;
}

@media only screen and (min-width: 992px) {
  .feedbacks .swiper-wrapper {
    margin-bottom: 0;
  }
}

.feedbacks .swiper-slide:not(.swiper-slide-active) {
  opacity: .4;
}

.feedbacks .swiper-button-prev {
  margin-right: 4px;
}

@media only screen and (min-width: 992px) {
  .feedbacks .swiper-button-prev {
    left: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .feedbacks .swiper-button-prev {
    left: 10%;
  }
}

.feedbacks .swiper-button-next {
  margin-left: 4px;
}

@media only screen and (min-width: 992px) {
  .feedbacks .swiper-button-next {
    right: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .feedbacks .swiper-button-next {
    right: 10%;
  }
}

.feedbacks .swiper-button-next,
.feedbacks .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: static;
  width: 48px;
  height: 48px;
  margin-top: 0;
  color: #fff;
  background-color: #01bcb5;
}

@media only screen and (min-width: 992px) {
  .feedbacks .swiper-button-next,
  .feedbacks .swiper-button-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 1200px) {
  .feedbacks .swiper-button-next:not(.swiper-button-disabled),
  .feedbacks .swiper-button-prev:not(.swiper-button-disabled) {
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .feedbacks .swiper-button-next:not(.swiper-button-disabled):hover,
  .feedbacks .swiper-button-prev:not(.swiper-button-disabled):hover {
    background-color: #0be5dd;
  }
}

.feedbacks .swiper-button-next .icon,
.feedbacks .swiper-button-prev .icon {
  font-size: 22px;
}

@media only screen and (min-width: 992px) {
  .feedbacks .swiper-button-next .icon,
  .feedbacks .swiper-button-prev .icon {
    font-size: 28px;
  }
}

.feedbacks .h2__title {
  margin-bottom: 24px;
}

@media only screen and (min-width: 992px) {
  .feedbacks .h2__title {
    margin-bottom: 60px;
  }
}

.feedbacks .h3__title {
  margin-bottom: 16px;
  color: #3A4654;
}

@media only screen and (min-width: 992px) {
  .feedbacks .h3__title {
    margin-bottom: 20px;
  }
}

.swiper__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feedback {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 38px 16px 60px;
  background-color: #F4F7FB;
}

@media only screen and (min-width: 992px) {
  .feedback {
    padding: 52px 40px 80px;
  }
}

.feedback__img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 56px;
  height: 56px;
  border: 2px solid #fff;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 992px) {
  .feedback__img {
    width: 76px;
    height: 76px;
  }
}

.feedback__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .faq {
    padding-bottom: 120px;
  }
}

.faq .h2__title {
  margin-bottom: 24px;
  text-align: center;
}

@media only screen and (min-width: 760px) {
  .faq .h2__title {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .faq .h2__title {
    margin-bottom: 60px;
  }
}

.accordion {
  padding: 20px 16px;
  background-color: #F4F7FB;
}

@media only screen and (min-width: 1200px) {
  .accordion {
    padding-left: 40px;
    padding-right: 20px;
    max-width: 934px;
    margin-left: auto;
    margin-right: auto;
  }
}

.accordion:not(:last-child) {
  margin-bottom: 8px;
}

@media only screen and (min-width: 1200px) {
  .accordion:not(:last-child) {
    margin-bottom: 16px;
  }
}

.accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'GothicSemiBold',sans-serif;
  color: #3A4654;
}

@media only screen and (min-width: 768px) {
  .accordion__title {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .accordion__title {
    font-family: 'GothicBold',sans-serif;
    font-size: 20px;
  }
}

.accordion__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 0 0 8px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media only screen and (min-width: 1200px) {
  .accordion__btn {
    width: 60px;
    height: 60px;
  }
  .accordion__btn:hover {
    background-color: #01bcb5;
  }
  .accordion__btn:hover .icon {
    color: #fff;
  }
}

.accordion__btn:focus {
  border: 0;
}

.accordion__btn:focus-visible {
  background-color: #01bcb5;
}

.accordion__btn:focus-visible .icon {
  color: #fff;
}

.accordion__btn .icon {
  font-size: 19px;
  color: #01bcb5;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  -o-transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

@media only screen and (min-width: 1200px) {
  .accordion__btn .icon {
    font-size: 28px;
  }
}

.accordion__btn.is-open {
  background-color: #01bcb5;
}

.accordion__btn.is-open .icon {
  color: #fff;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__panel {
  display: none;
  padding-top: 20px;
  padding-bottom: 12px;
  color: #3A4654;
}

@media only screen and (min-width: 760px) {
  .accordion__panel {
    max-width: 774px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.in .header_over, .in .header {
 background: #6f6d69;
}

.in p {
 margin: 20px 0 20px 0;
}

.in h2 {
 margin: 40px 0 10px 0;
}

.note {
 line-height: 15px;
 font-size: 12px;
 margin-bottom: 30px;
}





.g_privacy {
 color: #fff;
 line-height: 19px;
 padding-bottom: 20px;
 font-size: 14px;
}

.g_privacy a {
 color: #fff;
 text-decoration: underline;
}

.g_privacy a:hover {
 text-decoration: none;
}





