<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - `select`:
 *   By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - `[type="checkbox"]`:
 *   It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - `[type="number"]`:
 *   Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from `default` to `text`.
 * - `[type="search"]`:
 *   The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control `font`, `padding`, `border`, or `background`. In
 *   Chrome and Safari on Windows you can't control `border` properly. It will
 *   apply `border-width` but will only show a border color (which cannot be
 *   controlled) for the outer 1px of that border. Applying
 *   `-webkit-appearance: textfield` addresses these issues without removing the
 *   benefits of search inputs (e.g. showing past searches). Safari (but not
 *   Chrome) will clip the cancel button on when it has padding (and `textfield`
 *   appearance).
 * - `::placeholder`:
 *   In Edge, placeholders will disappear on `relative` or `absolute` positioned
 *   `&lt;input&gt;` elements if you use `opacity` less than `1` due to a
 *   [bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/).
 */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  line-height: 1.15;
  /* 1 */
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

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

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

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

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* Roboto */

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-ExtraBold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-SemiBold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Noto Sans/NotoSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Noto Sans/NotoSans-Italic.woff") format("woff"),
    url("../fonts/Noto Sans/NotoSans-Italic.ttf") format("truetype");
  font-display: swap;
}

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

@font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Noto Sans/NotoSans-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Noto Sans/NotoSans-BoldItalic.woff") format("woff"), url("../fonts/Noto Sans/NotoSans-BoldItalic.ttf") format("truetype");
  font-display: swap;
}

@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(-110%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(-110%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

* {
  box-sizing: border-box;
}

body {
  height: 100vh;
  overflow: hidden;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #202020;
}

@media (max-width: 1024px) {
  body {
    overflow: auto;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.5s;
  outline: none;
}

a[type="tel"],
a[type="email"] {
  white-space: nowrap;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

img {
  max-width: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}

img[data-src] {
  opacity: 0;
}

svg {
  max-width: 100%;
  max-height: 100%;
  transition: fill 0.5s;
}

.btn {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background-color: #339682;
  border: 2px solid transparent;
  transition: background-color 0.5s, border-color 0.5s, color 0.5s;
}

.btn .svg-icon {
  width: 18px;
  height: 20px;
  margin-right: 9px;
  fill: #ffffff;
}

@media (max-width: 543px) {
  .btn .svg-icon {
    width: 14px;
    height: 16px;
    margin-right: 8px;
  }
}

@media (min-width: 1025px) {
  .btn:hover {
    cursor: pointer;
    background-color: #07403e;
  }
}

@media (max-width: 543px) {
  .btn {
    height: 38px;
    font-size: 13px;
  }
}

.btn-o {
  color: #339682;
  border-color: rgba(51, 150, 130, 0.3);
  background-color: transparent;
}

.btn-o .svg-icon {
  fill: #339682;
}

@media (min-width: 1025px) {
  .btn-o:hover {
    border-color: #339682;
    background-color: transparent;
  }
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 29%;
  height: 100%;
  overflow: hidden;
}

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

@media (max-width: 1366px) {
  .bg-img {
    display: none;
  }
}

.main-slider {
  margin-left: 82px;
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .main-slider {
    margin-left: 0;
  }
}

.main-slider__item {
  position: relative;
  height: 100vh !important;
}

@media (max-width: 1024px) {
  .main-slider__item {
    height: auto !important;
  }
}

.main-slider__scroll {
  overflow: auto;
}

.main-slider__scroll .main-slider__content {
  height: calc(100vh - 156px);
}

@media (max-width: 1600px) {
  .main-slider__scroll .main-slider__content {
    height: calc(100vh - 90px);
  }
}

@media (max-width: 1024px) {
  .main-slider__scroll .main-slider__content {
    height: auto;
  }
}

.main-slider .slick-slide {
  border: none !important;
}

.main-slider .slick-active .main-slider__content {
  opacity: 1;
}

.main-slider__main {
  height: 100%;
}

.main-slider__content {
  height: calc(100% - 156px);
  max-width: 1428px;
  width: 100%;
  padding: 0 64px;
  margin: 156px auto 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 1s;
}

@media (max-width: 1600px) {
  .main-slider__content {
    height: calc(100% - 90px);
    margin: 90px auto 0;
  }
}

@media (max-width: 1366px) {
  .main-slider__content {
    max-width: 1170px;
    padding: 0 35px;
  }
}

@media (max-width: 1024px) {
  .main-slider__content {
    padding: 28px 20px;
    height: 100%;
    margin: 0 auto;
    display: block;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .main-slider__content {
    padding: 28px 12px;
  }
}

.main-slider .slick-dots {
  width: auto;
  top: 0;
  bottom: 0;
  right: 53px;
  z-index: 2;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main-slider .slick-dots li {
  margin: 0;
  padding: 0;
  width: 6px;
  height: 6px;
}

.main-slider .slick-dots li:not(:last-child) {
  margin-bottom: 24px;
}

.main-slider .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d6d6d6;
}

.main-slider .slick-dots li button::before {
  display: none;
}

.main-slider .slick-dots li.slick-active button {
  background-color: #2e353e;
}

@media (max-width: 1600px) {
  .main-slider .slick-dots {
    right: 30px;
  }
}

.main-slider__title {
  display: none;
  position: relative;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  color: #8d8d8d;
  overflow: hidden;
}

.main-slider__title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  display: block;
  background-color: #d6d6d6;
  content: "";
}

@media (max-width: 1024px) {
  .main-slider__title {
    display: block;
  }
}

@media (max-width: 767px) {
  .main-slider__title {
    margin-bottom: 28px;
    padding-left: 16px;
    font-size: 24px;
    line-height: 38px;
  }
}

@media (max-width: 543px) {
  .main-slider__title {
    margin-bottom: 22px;
    padding-left: 12px;
    font-size: 22px;
    line-height: 36px;
  }
}

.index {
  position: relative;
  display: flex;
  align-items: center;
  background: #bbd700 url("../img/bg-1.jpg") center no-repeat;
  background-size: cover;
}

@media (max-width: 1024px) {
  .index {
    margin-top: 60px;
    height: 50vw;
  }
}

@media (max-width: 767px) {
  .index {
    margin-top: 44px;
  }
}

.index__logo {
  width: 197px;
  height: 133px;
  margin-right: 47px;
  margin-left: 5%;
  z-index: 1;
}

@media (max-width: 1366px) {
  .index__logo {
    width: 130px;
    height: 85px;
    margin-right: 30px;
  }
}

@media (max-width: 1024px) {
  .index__logo {
    display: none;
  }
}

.index__title {
  position: relative;
  z-index: 1;
  padding-left: 41px;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 70px;
  font-weight: 700;
  line-height: 84px;
  overflow: hidden;
}

@media (max-width: 1366px) {
  .index__title {
    padding: 10px 30px;
    font-size: 56px;
    line-height: 60px;
  }
}

@media (max-width: 1024px) {
  .index__title {
    padding: 0 20px;
    font-size: 38px;
    line-height: 42px;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .index__title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 543px) {
  .index__title {
    font-size: 18px;
    line-height: 22px;
  }
}

.index__title span {
  display: block;
  transform: translate(-110%);
  -webkit-animation: slideLeft 3s ease forwards;
  animation: slideLeft 3s ease forwards;
}

.index__title .index__subtitle {
  font-weight: 400;
  font-style: italic;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.index__title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  content: "";
}

@media (max-width: 1024px) {
  .index__title::before {
    display: none;
  }
}

.index__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

.index__img img {
  height: 100%;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: calc(100% - 82px);
  padding: 34px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s 0.5s, visibility 0.5s, background 0.5s;
}

@media (max-width: 1600px) {
  .header {
    padding: 20px 30px;
  }
}

@media (max-width: 1024px) {
  .header {
    display: none;
  }
}

.header.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s 0.5s;
}

.header__block {
  display: flex;
  align-items: center;
}

.header__logo {
  width: 100px;
  height: 68px;
  margin-right: 32px;
}

@media (max-width: 1600px) {
  .header__logo {
    height: 50px;
    width: 80px;
  }
}

.header-pageactive {
  position: relative;
  padding-left: 27px;
  font-size: 40px;
  line-height: 88px;
  font-weight: 700;
  color: #8d8d8d;
  overflow: hidden;
}

.header-pageactive::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 88px;
  display: block;
  background-color: #d6d6d6;
  content: "";
}

.header-pageactive__title {
  transition: transform 1s;
}

@media (max-width: 1600px) {
  .header-pageactive {
    font-size: 36px;
    line-height: 70px;
  }
  .header-pageactive::before {
    height: 70px;
  }
}

.header__info {
  text-align: right;
}

.header__phone {
  margin-bottom: 8px;
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #202020;
}

@media (min-width: 1025px) {
  .header__phone:hover {
    color: #339682;
  }
}

.header__time {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  color: #8d8d8d;
}

.header-slideblock {
  position: relative;
  width: 52px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: width 1s;
}

@media (min-width: 1025px) {
  .header-slideblock:hover .header-slideblock__title {
    transform: translateX(0);
  }
}

.header-slideblock__icon {
  flex-shrink: 1;
  width: 52px;
  height: 52px;
  z-index: 1;
}

.header-slideblock__icon .svg-icon {
  fill: #ffffff;
}

.header-slideblock__title {
  position: absolute;
  top: 0;
  left: 52px;
  flex-shrink: 1;
  height: 52px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transform: translateX(-100%);
  transition: transform 1s;
}

.header-location {
  margin-left: 49px;
}

.header-location .header-slideblock__icon {
  padding: 13px;
  background-color: #bbd700;
}

.header-location .header-slideblock__title {
  color: #202020;
  background-color: #ddeb7f;
}

.header-havingpoorvision {
  margin-left: 8px;
}

.header-havingpoorvision .header-slideblock__icon {
  padding: 12px;
  background-color: #07403e;
}

.header-havingpoorvision .header-slideblock__title {
  color: #ffffff;
  background-color: #339682;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 82px;
  height: 100vh;
  padding: 56px 22px;
  display: flex;
  flex-direction: column;
  background-color: #2e353e;
  transition: width 0.5s, height 0.5s, padding 0.5s;
}

@media (max-width: 1600px) {
  .sidebar {
    padding: 36px 22px;
  }
}

@media (max-width: 1024px) {
  .sidebar {
    padding: 10px 20px;
    width: 100vw;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .sidebar {
    padding: 6px 12px;
    height: 44px;
  }
}

.sidebar-top {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .sidebar-top {
    min-height: 31px;
  }
}

.sidebar-top .phone {
  display: none;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .sidebar-top .phone {
    display: block;
  }
}

@media (max-width: 767px) {
  .sidebar-top .phone {
    font-size: 12px;
  }
}

.sidebar-content {
  margin: auto 18px;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

@media (max-width: 1024px) {
  .sidebar-content {
    margin: 20px 18px;
  }
}

.sidebar__logo {
  width: 0;
  height: 34px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

@media (max-width: 1024px) {
  .sidebar__logo {
    display: none;
  }
}

.sidebar__logo-mobile {
  display: none;
  width: 60px;
  height: 40px;
}

@media (max-width: 1024px) {
  .sidebar__logo-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .sidebar__logo-mobile {
    width: 45px;
    height: 31px;
  }
}

.sidebar-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s 0.5s;
}

.sidebar-menu__item {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  opacity: 0.3;
  transition: opacity 0.5s, margin 0.5s;
}

.sidebar-menu__item:not(:last-child) {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .sidebar-menu__item {
    font-size: 14px;
  }
  .sidebar-menu__item:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .sidebar-menu__item {
    font-size: 13px;
  }
}

@media (min-width: 1025px) {
  .sidebar-menu__item:hover {
    opacity: 1;
  }
}

.sidebar__phone {
  margin-top: 107px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
  transition: opacity 0.5s 0.5s, color 0.5s;
}

@media (min-width: 1025px) {
  .sidebar__phone:hover {
    color: #eaf3b2;
  }
}

@media (max-width: 1366px) {
  .sidebar__phone {
    margin-top: 70px;
  }
}

@media (max-width: 1024px) {
  .sidebar__phone {
    margin-top: 46px;
    font-size: 14px;
  }
}

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

.sidebar__time {
  margin-top: 11px;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  color: #ffffff;
  opacity: 0;
  white-space: nowrap;
  visibility: hidden;
  transition: opacity 0.5s 0.5s;
}

.sidebar__time span {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .sidebar__time {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .sidebar__time {
    font-size: 10px;
    line-height: 16px;
  }
}

.sidebar__address {
  display: none;
  margin-top: 17px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  opacity: 0;
  white-space: nowrap;
  visibility: hidden;
  transition: opacity 0.5s 0.5s;
}

@media (max-width: 1024px) {
  .sidebar__address {
    display: block;
  }
}

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

.sidebar__havingpoorvision {
  display: none;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  color: #ffffff;
  opacity: 0;
  white-space: nowrap;
  visibility: hidden;
  transition: opacity 0.5s 0.5s;
}

@media (max-width: 1024px) {
  .sidebar__havingpoorvision {
    display: block;
  }
}

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

.sidebar .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 272px;
  height: 68px;
  font-size: 16px;
  transform: translateX(-100%);
  transition: transform 0.5s, background-color 0.5s, opacity 0.5s 0.5s;
}

@media (max-width: 1024px) {
  .sidebar .btn {
    position: fixed;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .sidebar .btn {
    height: 46px;
    font-size: 13px;
  }
}

.sidebar.active {
  width: 272px;
  padding-bottom: 68px;
}

.sidebar.active .sidebar-content {
  visibility: visible;
}

.sidebar.active .sidebar__logo {
  width: 100px;
  opacity: 1;
  visibility: visible;
}

.sidebar.active .sidebar-menu,
.sidebar.active .sidebar__phone,
.sidebar.active .sidebar__time,
.sidebar.active .sidebar__address,
.sidebar.active .sidebar__havingpoorvision {
  opacity: 1;
  visibility: visible;
}

.sidebar.active .sidebar-pageactive {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
}

.sidebar.active .sidebar-menu__item:not(:last-child) {
  margin-bottom: 48px;
}

@media (max-width: 1600px) {
  .sidebar.active .sidebar-menu__item:not(:last-child) {
    margin-bottom: 38px;
  }
}

@media (max-width: 1024px) {
  .sidebar.active .sidebar-menu__item:not(:last-child) {
    margin-bottom: 24px;
  }
}

.sidebar.active .btn {
  transform: translateX(0);
}

@media (max-width: 1024px) {
  .sidebar.active {
    width: 100vw;
    height: 100vh;
  }
  .sidebar.active .btn {
    opacity: 1;
    visibility: visible;
  }
}

.sidebar .burger {
  position: relative;
  width: 38px;
  height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sidebar .burger span,
.sidebar .burger::before,
.sidebar .burger::after {
  position: absolute;
  right: 0;
  left: auto;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  transform-origin: right center;
  transition: all 0.5s;
}

.sidebar .burger span {
  top: 50%;
  transform: translateY(-50%);
}

.sidebar .burger::before {
  top: 0;
}

.sidebar .burger::after {
  top: 100%;
  transform: translateY(-100%);
}

@media (min-width: 1025px) {
  .sidebar .burger:hover {
    cursor: pointer;
  }
}

@media (max-width: 1024px) {
  .sidebar .burger {
    width: 25px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .sidebar .burger {
    width: 20px;
    height: 14px;
  }
}

.sidebar .burger.active span,
.sidebar .burger.active::before,
.sidebar .burger.active::after {
  transform-origin: center;
}

.sidebar .burger.active span {
  opacity: 0;
}

.sidebar .burger.active::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.sidebar .burger.active::after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.sidebar-pageactive {
  position: relative;
  margin-top: auto;
  height: 153px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: height 1s, opacity 1s 0.5s, visibility 0.5s, position 0.5s 0.5s;
}

.sidebar-pageactive::before {
  position: absolute;
  top: 0;
  margin-bottom: 24px;
  width: 1px;
  height: 57px;
  display: block;
  background-color: #ffffff;
  opacity: 0.3;
  content: "";
}

.sidebar-pageactive__title {
  display: flex;
  align-items: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  opacity: 1;
  transition: transform 1s, height 0.5s, opacity 0.5s;
}

@media (max-width: 1024px) {
  .sidebar-pageactive {
    display: none;
  }
}

.attendance__tabs {
  max-width: 80%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1366px) {
  .attendance__tabs {
    max-width: 85%;
  }
}

.attendance .tab-content {
  padding-right: 66px;
  display: flex;
  align-items: center;
}

@media (max-width: 1366px) {
  .attendance .tab-content {
    padding-right: 0;
  }
}

.attendance .tab-contents {
  margin-top: 10vh;
}

@media (max-width: 1366px) {
  .attendance .tab-contents {
    margin-top: 2vh;
  }
}

@media (max-width: 1024px) {
  .attendance .tab-contents {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .attendance .tab-contents {
    margin-top: 23px;
  }
}

.attendance .tab-content.active .attendance__img {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s 2s, opacity 1s 2s;
}

.attendance__img {
  position: relative;
  min-width: 348px;
  max-width: 348px;
  height: 380px;
  margin-right: 64px;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
}

@media (max-width: 1366px) {
  .attendance__img {
    min-width: 300px;
    max-width: 300px;
    height: 332px;
  }
}

@media (max-width: 1024px) {
  .attendance__img {
    max-width: 35vw;
    min-width: 35vw;
    height: calc(35vw * (95 / 87));
    margin-right: 44px;
  }
}

@media (max-width: 767px) {
  .attendance__img {
    display: none;
  }
}

.attendance__img::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #bbd700;
  content: "";
  transform: translate(-100%, -100%);
}

.attendance__img::after {
  position: absolute;
  bottom: -15px;
  right: -23px;
  z-index: -1;
  display: block;
  width: 70px;
  height: 70px;
  background: url("../img/dots.png") no-repeat;
  background-size: contain;
  content: "";
}

@media (max-width: 1024px) {
  .attendance__img::after {
    bottom: -11px;
  }
}

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

@media (max-width: 1024px) {
  .attendance__img img {
    max-width: 35vw;
    min-width: 35vw;
    height: calc(35vw * (95 / 87));
  }
}

.attendance__img img::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  background-color: #a7a7a7;
  opacity: 0.3;
  content: "";
}

@media (max-width: 1366px) {
  .attendance__content {
    max-width: 550px;
  }
}

.attendance__title {
  margin-bottom: 13px;
  font-size: 30px;
  font-weight: 700;
}

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

@media (max-width: 767px) {
  .attendance__title {
    margin-bottom: 9px;
    font-size: 22px;
  }
}

@media (max-width: 543px) {
  .attendance__title {
    font-size: 18px;
  }
}

.attendance__subtitle {
  font-size: 16px;
  font-style: italic;
  color: #8d8d8d;
}

@media (max-width: 1366px) {
  .attendance__subtitle {
    font-size: 14px;
  }
}

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

.attendance__text {
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1366px) {
  .attendance__text {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .attendance__text {
    margin-top: 19px;
    font-size: 13px;
    line-height: 18px;
  }
}

.attendance__text p {
  margin-top: 0;
}

.attendance__btns {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 11px;
}

@media (max-width: 543px) {
  .attendance__btns {
    margin-top: 23px;
    grid-template-columns: repeat(auto-fit, minmax(49%, 180px));
    grid-gap: 7px;
  }
}

.tab {
  height: 43px;
  padding: 0 27px;
  margin-right: 10px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #bbd700;
}

@media (max-width: 1366px) {
  .tab {
    height: 41px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tab {
    height: 32px;
    padding: 0 15px;
    margin-right: 7px;
    margin-bottom: 7px;
  }
}

@media (max-width: 543px) {
  .tab {
    height: 28px;
    padding: 0 12px;
    font-size: 13px;
  }
}

@media (min-width: 1025px) {
  .tab:hover {
    cursor: pointer;
  }
}

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

.tab.active {
  background-color: #bbd700;
}

.tab-content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  min-height: 411px;
  width: 100%;
  transform: translateX(-100%);
  transition: transform 1s 1s, opacity 1s 1s, visibility 0.5s 2s;
}

@media (max-width: 1366px) {
  .tab-content {
    min-height: 330px;
  }
}

@media (max-width: 1024px) {
  .tab-content {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .tab-content {
    min-height: 100px;
    transition: transform 1s 0.5s, opacity 1s 0.5s, visibility 1s 1s;
  }
}

.tab-contents {
  position: relative;
  min-height: 411px;
  transition: height 0.5s;
}

@media (max-width: 1366px) {
  .tab-contents {
    min-height: 330px;
  }
}

@media (max-width: 1024px) {
  .tab-contents {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .tab-contents {
    min-height: 100px;
  }
}

.tab-content.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: transform 1s 1.5s, opacity 1s 1.5s, visibility 1s;
}

@media (max-width: 767px) {
  .tab-content.active {
    transition: transform 1s 1s, opacity 1s 1s, visibility 1s;
  }
}

@media (max-width: 1024px) {
  .doctors {
    display: flex;
    flex-wrap: wrap;
  }
  .doctors .main-slider__title {
    width: 100%;
  }
}

.doctors__wrap::after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 30%;
  display: block !important;
  width: 100%;
  height: 100vh;
  content: "";
  transform: translateY(100%);
  background-color: #efefef;
}

@media (max-width: 1366px) {
  .doctors__wrap::after {
    height: 110vh;
  }
}

@media (max-width: 1024px) {
  .doctors__wrap::after {
    height: 37%;
    bottom: 0;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .doctors__wrap::after {
    height: calc(100% - 370px);
  }
}

.doctors-bigSlider__wrap {
  position: relative;
  margin-right: 70px;
  max-width: 472px;
  width: calc(65vh * (59 / 77)) !important;
}

.doctors-bigSlider__wrap::before {
  position: absolute;
  top: -35px;
  left: -35px;
  width: 186px;
  height: 186px;
  display: block;
  background-color: #eaf3b2;
  content: "";
}

@media (max-width: 1024px) {
  .doctors-bigSlider__wrap {
    width: 100% !important;
    max-width: 35vw;
    margin-right: 40px;
  }
  .doctors-bigSlider__wrap::before {
    top: -16px;
    left: -13px;
  }
}

@media (max-width: 767px) {
  .doctors-bigSlider__wrap {
    max-width: none;
    width: 295px !important;
    margin: 16px auto 40px;
  }
}

.doctors-bigSlider__item {
  max-width: 472px;
  width: calc(65vh * (59 / 77)) !important;
  max-height: 616px;
  height: 65vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: url("../img/doctor/dummy.jpg") center no-repeat;
  background-size: contain;
  overflow: hidden;
}

.doctors-bigSlider__item img {
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 1366px) {
  .doctors-bigSlider__item {
    height: 68vh;
  }
}

@media (max-width: 1024px) {
  .doctors-bigSlider__item {
    max-width: 35vw;
    width: 35vw !important;
    max-height: calc(35vw * (77 / 59));
    height: calc(35vw * (77 / 59));
  }
}

@media (max-width: 767px) {
  .doctors-bigSlider__item {
    max-width: none;
    width: 295px !important;
    max-height: 385px;
    height: 385px;
  }
}

.doctors-bigSlider__arrow {
  width: 68px;
  height: 68px;
  padding: 17px 25px;
  background-color: #bbd700;
  transition: background-color 0.5s;
}

.doctors-bigSlider__arrow .svg-icon {
  fill: #ffffff;
}

@media (min-width: 1025px) {
  .doctors-bigSlider__arrow:hover {
    cursor: pointer;
    background-color: #95c000;
  }
}

@media (max-width: 1024px) {
  .doctors-bigSlider__arrow {
    width: 46px;
    height: 46px;
    padding: 11px 17px;
  }
}

.doctors-bigSlider__arrows {
  position: absolute;
  display: flex;
  bottom: -38px;
  left: -35px;
  z-index: 2;
}

@media (max-width: 1024px) {
  .doctors-bigSlider__arrows {
    left: auto;
    bottom: -23px;
    right: 14px;
  }
}

.doctors-bigSlider__prev {
  margin-right: 8px;
}

@media (max-width: 1024px) {
  .doctors-bigSlider__prev {
    margin-right: 5px;
  }
}

.doctors-bigSlider__next {
  transform: rotate(180deg);
}

.doctors__content {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 616px;
  height: 65vh;
  max-width: calc(100% - (65vh * (59 / 77) + 70px));
  width: 100%;
}

@media (max-width: 1366px) {
  .doctors__content {
    height: 68vh;
  }
}

@media (max-width: 1024px) {
  .doctors__content {
    max-width: calc(100% - (35vw + 40px));
    max-height: calc(35vw * (77 / 59));
    height: calc(35vw * (77 / 59));
  }
}

@media (max-width: 767px) {
  .doctors__content {
    height: auto;
    max-height: none;
    max-width: none;
  }
}

.doctors-currentSlide {
  position: absolute;
  right: 0;
  top: 17px;
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  color: #e8e8e8;
  overflow: hidden;
}

@media (max-width: 767px) {
  .doctors-currentSlide {
    display: none;
  }
}

.doctors-currentSlide__now {
  margin-bottom: 20px;
  font-size: 72px;
  line-height: 66px;
  transition: transform 0.5s, opacity 0.5s;
}

@media (max-width: 1024px) {
  .doctors-currentSlide__now {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 60px;
  }
}

.doctors-currentSlide__all {
  margin-left: -5px;
  font-size: 30px;
  line-height: 30px;
}

.doctors-currentSlide__all::before {
  content: "/";
}

@media (max-width: 1024px) {
  .doctors-currentSlide__all {
    margin-left: 0;
    font-size: 26px;
    line-height: 26px;
  }
}

.doctors-info {
  margin: auto 0;
  padding-left: 30px;
  overflow: hidden;
}

@media (max-width: 1366px) {
  .doctors-info {
    padding-left: 0;
  }
}

.doctors-info__firstname {
  font-size: 38px;
  font-weight: 700;
  transition: transform 0.5s, opacity 0.5s;
}

@media (max-width: 1366px) {
  .doctors-info__firstname {
    font-size: 34px;
  }
}

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

@media (max-width: 543px) {
  .doctors-info__firstname {
    font-size: 20px;
  }
}

.doctors-info__name {
  margin-bottom: 20px;
  display: block;
  font-size: 34px;
  font-weight: 400;
  font-style: italic;
  transition: transform 0.5s, opacity 0.5s;
}

@media (max-width: 1366px) {
  .doctors-info__name {
    margin-bottom: 10px;
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .doctors-info__name {
    margin-bottom: 17px;
    font-size: 22px;
  }
}

@media (max-width: 543px) {
  .doctors-info__name {
    font-size: 18px;
  }
}

.doctors-info__link {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #339682;
  transition: transform 0.5s, opacity 0.5s, width 0.5s;
}

@media (max-width: 1366px) {
  .doctors-info__link {
    margin-bottom: 30px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .doctors-info__link {
    margin-bottom: 25px;
    font-size: 14px;
    text-decoration: underline;
  }
}

@media (max-width: 543px) {
  .doctors-info__link {
    font-size: 13px;
  }
}

.doctors-info__link span {
  display: block;
}

.doctors-info__link::before {
  width: 27px;
  height: 2px;
  margin-right: 12px;
  display: block;
  background-color: #bbd700;
  content: "";
}

@media (max-width: 767px) {
  .doctors-info__link::before {
    display: none;
  }
}

.doctors-info__link .svg-icon {
  width: 19px;
  height: 23px;
  margin-left: 12px;
  fill: #339682;
}

@media (max-width: 767px) {
  .doctors-info__link .svg-icon {
    width: 16px;
    height: 20px;
    margin-left: 8px;
  }
}

@media (max-width: 543px) {
  .doctors-info__link .svg-icon {
    width: 14px;
    height: 17px;
  }
}

.doctors-infoblock {
  margin-bottom: 34px;
  max-width: 555px;
  transition: transform 0.5s, opacity 0.5s;
}

@media (max-width: 1366px) {
  .doctors-infoblock {
    max-width: none;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .doctors-infoblock:last-child {
    margin-bottom: 0;
  }
}

.doctors-infoblock__subtitle {
  margin-bottom: 10px;
  font-size: 14px;
  font-style: italic;
  color: #8d8d8d;
}

@media (max-width: 1366px) {
  .doctors-infoblock__subtitle {
    font-size: 13px;
  }
}

.doctors-infoblock__text {
  margin-left: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1366px) {
  .doctors-infoblock__text {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .doctors-infoblock__text {
    margin-left: 0;
  }
}

@media (max-width: 543px) {
  .doctors-infoblock__text {
    font-size: 13px;
    line-height: 18px;
  }
}

.doctors-smallSlider {
  margin-top: auto;
  max-width: 100%;
  height: 120px;
}

@media (max-width: 1024px) {
  .doctors-smallSlider {
    display: none;
  }
}

.doctors-smallSlider .slick-slide {
  margin: 0 8px;
}

.doctors-smallSlider__item {
  width: 92px !important;
  height: 120px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: url("../img/doctor/dummy.jpg") center no-repeat;
  background-size: contain;
  filter: grayscale(100%);
  transform: filter 0.5s;
  overflow: hidden;
}

.doctors-smallSlider__item img {
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

@media (min-width: 1025px) {
  .doctors-smallSlider__item:hover {
    cursor: pointer;
    filter: grayscale(0);
  }
}

.about {
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1024px) {
  .about::before {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 0;
    display: block !important;
    width: 100%;
    height: 80%;
    content: "";
    background-color: #efefef;
  }
}

@media (max-width: 767px) {
  .about::before {
    height: calc(100% - 128px);
  }
}

.about-main {
  margin-bottom: 5%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1600px) {
  .about-main {
    margin-bottom: 3%;
  }
}

@media (max-width: 1024px) {
  .about-main {
    display: block;
  }
}

.about-content {
  width: calc(100% - 435px);
  margin-right: 95px;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1366px) {
  .about-content {
    width: calc(100% - 300px);
    margin-right: 50px;
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 1024px) {
  .about-content {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 543px) {
  .about-content {
    font-size: 13px;
    line-height: 18px;
  }
}

.about__text {
  max-width: 805px;
  font-family: "Roboto", sans-serif;
}

.about__text p {
  margin-top: 0;
}

.about__att {
  padding: 5px 27px;
  font-style: italic;
  color: #8d8d8d;
  border-left: 4px solid #bbd700;
}

@media (max-width: 767px) {
  .about__att {
    padding: 8px 12px;
    border-width: 2px;
  }
}

.about-link {
  width: 340px;
  height: 88px;
  padding: 25px 37px 21px;
  display: block;
  background-color: #bbd700;
  background-repeat: no-repeat;
  background-size: 75px 75px;
}

@media (max-width: 1366px) {
  .about-link {
    width: 300px;
    height: 78px;
    padding: 20px 25px 11px;
  }
}

@media (max-width: 1024px) {
  .about-link {
    margin: 5px 10px;
  }
}

@media (max-width: 543px) {
  .about-link {
    margin: 0 0 8px;
    padding: 18px 15px;
    height: 70px;
    background-size: 60px 60px;
  }
}

@media (min-width: 1025px) {
  .about-link:hover .svg-icon {
    transform: translateX(10px);
  }
}

.about-link:not(:last-child) {
  margin-bottom: 13px;
}

.about-link__vacancy {
  background-image: url("../img/hh.svg");
  background-position: calc(100% + 5px) -5px;
}

.about-link__comment {
  background-image: url("../img/quotation-mark.svg");
  background-position: calc(100% + 10px) -20px;
}

@media (max-width: 543px) {
  .about-link__comment {
    background-position: calc(100% + 10px) -17px;
  }
}

.about-links {
  width: 340px;
}

@media (max-width: 1366px) {
  .about-links {
    width: 300px;
  }
}

@media (max-width: 1024px) {
  .about-links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 543px) {
  .about-links {
    width: 100%;
  }
}

.about-link__title {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

@media (max-width: 1366px) {
  .about-link__title {
    font-size: 16px;
  }
}

@media (max-width: 543px) {
  .about-link__title {
    margin-bottom: 6px;
    font-size: 14px;
  }
}

.about-link__title .svg-icon {
  width: 28px;
  height: 16px;
  margin-left: 12px;
  fill: #202020;
  transition: transform 0.5s;
}

@media (max-width: 1366px) {
  .about-link__title .svg-icon {
    height: 14px;
  }
}

@media (max-width: 543px) {
  .about-link__title .svg-icon {
    width: 18px;
    height: 10px;
    margin-left: 9px;
  }
}

.about-link__subtitle {
  font-style: italic;
}

@media (max-width: 543px) {
  .about-link__subtitle {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .gallery {
    margin-right: -20px;
  }
}

@media (max-width: 767px) {
  .gallery {
    margin-right: -12px;
  }
}

.gallery__wrap {
  width: 100%;
}

.gallery .slick-slide {
  margin: 0 9px;
}

@media (max-width: 767px) {
  .gallery .slick-slide {
    margin: 0 6px;
  }
}

.gallery__item {
  position: relative;
  width: 312px !important;
  height: 232px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #eaf3b2;
  overflow: hidden;
}

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

.gallery__item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(46, 53, 62, 0.3);
  content: "";
  opacity: 0;
  transition: opacity 0.5s;
}

.gallery__item::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 58px;
  height: 58px;
  background-color: #2e353e;
  background-image: url("../img/magnifying-glass.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  transform: translate(-50%, -50%);
  content: "";
  opacity: 0;
  transition: opacity 0.5s;
}

@media (max-width: 1600px) {
  .gallery__item {
    width: 280px !important;
    height: 200px;
  }
}

@media (max-width: 1366px) {
  .gallery__item {
    width: 268px !important;
    height: 150px;
  }
}

@media (max-width: 543px) {
  .gallery__item {
    height: 200px;
  }
}

@media (min-width: 1025px) {
  .gallery__item:hover::before,
  .gallery__item:hover::after {
    opacity: 1;
  }
}

.slider__nav {
  margin-top: 3%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: italic;
}

@media (max-width: 1600px) {
  .slider__nav {
    margin-top: 2%;
  }
}

@media (max-width: 1024px) {
  .slider__nav {
    display: none;
  }
}

.slider__nav .slick-disabled {
  pointer-events: none;
  color: #8d8d8d;
}

.slider__nav .slick-disabled .slider__next-icon {
  margin-left: 0;
}

.slider__nav .slick-disabled .slider__next-icon::before {
  width: 0;
}

.slider__prev {
  margin-right: 37px;
  height: 22px;
  display: flex;
  transition: color 0.5s;
}

@media (min-width: 1025px) {
  .slider__prev:hover {
    cursor: pointer;
    color: #bbd700;
  }
}

.slider__next {
  display: flex;
  transition: color 0.5s;
}

@media (min-width: 1025px) {
  .slider__next:hover {
    cursor: pointer;
    color: #bbd700;
  }
  .slider__next:hover .slider__next-icon::before {
    width: 162px;
  }
}

.slider__next-icon {
  margin-left: 26px;
  display: flex;
  align-items: center;
  transition: transform 0.5s, margin 0.5s;
}

.slider__next-icon::before {
  width: 92px;
  height: 2px;
  background-color: #99c500;
  content: "";
  transition: width 0.5s;
}

.slider__next-icon .svg-icon {
  margin-left: -10px;
  width: 12px;
  height: 22px;
  fill: #99c500;
  transform: rotate(180deg);
}

.patient-slider {
  height: 482px;
  max-width: 1300px;
}

@media (max-width: 1366px) {
  .patient-slider {
    height: 414px;
  }
}

@media (max-width: 1024px) {
  .patient-slider {
    margin-right: -20px;
  }
}

@media (max-width: 767px) {
  .patient-slider {
    margin-right: -12px;
  }
}

.patient-slider__wrap {
  position: relative;
}

.patient-slider__wrap::before {
  position: absolute;
  top: -34px;
  left: -34px;
  width: 34px;
  height: 34px;
  background-color: #eaf3b2;
  content: "";
}

@media (max-width: 1366px) {
  .patient-slider__wrap::before {
    top: -24px;
    left: -24px;
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 1024px) {
  .patient-slider__wrap::before {
    display: none;
  }
}

.patient-slider__wrap .slick-slide {
  margin: 0 9px;
}

@media (max-width: 767px) {
  .patient-slider__wrap .slick-slide {
    margin: 0 6px;
  }
}

.patient-slider__item {
  position: relative;
  width: 312px !important;
  height: 482px;
  display: block;
  background-color: #339682;
}

@media (min-width: 1025px) {
  .patient-slider__item:hover .patient-slider__link-title {
    transform: translateX(0);
  }
}

@media (max-width: 1366px) {
  .patient-slider__item {
    width: 268px !important;
    height: 414px;
  }
}

.patient-slider__title {
  padding: 36px 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #ffffff;
}

.patient-slider__title span {
  display: block;
  font-style: italic;
  font-weight: 400;
}

@media (max-width: 1366px) {
  .patient-slider__title {
    font-size: 18px;
  }
}

.patient-slider__img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.patient-slider__link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: width 1s;
}

@media (max-width: 1366px) {
  .patient-slider__link {
    width: 46px;
    height: 46px;
  }
}

.patient-slider__link-title {
  position: absolute;
  top: 0;
  right: 58px;
  height: 58px;
  padding: 0 19px 0 28px;
  font-size: 16px;
  line-height: 58px;
  font-style: italic;
  color: #ffffff;
  background-color: #12171e;
  transform: translateX(100%);
  transition: transform 1s;
}

@media (max-width: 1366px) {
  .patient-slider__link-title {
    right: 46px;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
  }
}

.patient-slider__link-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 58px;
  height: 58px;
  padding: 17px;
  background-color: #2e353e;
}

.patient-slider__link-icon .svg-icon {
  fill: #ffffff;
}

@media (max-width: 1366px) {
  .patient-slider__link-icon {
    width: 46px;
    height: 46px;
    padding: 13px;
  }
}

.contact-map {
  position: relative;
  width: 100%;
  max-height: 652px;
  height: 75vh;
}

@media (max-width: 1366px) {
  .contact-map {
    max-height: 468px;
  }
}

@media (max-width: 1024px) {
  .contact-map {
    max-height: 517px;
    height: 517px;
  }
}

.contact-map::before {
  position: absolute;
  left: -28px;
  bottom: -28px;
  width: 170px;
  height: 170px;
  display: block;
  background-color: #eaf3b2;
  content: "";
  z-index: -1;
}

@media (max-width: 1366px) {
  .contact-map::before {
    left: -12px;
    bottom: -12px;
  }
}

@media (max-width: 1024px) {
  .contact-map::before {
    display: none;
  }
}

.contact-map::after {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 24px;
  height: 24px;
  display: block;
  background-color: #62bc91;
  content: "";
}

@media (max-width: 1024px) {
  .contact-map::after {
    display: none;
  }
}

.contact .map {
  width: 100%;
  height: 100%;
}

.contact .map__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}

.contact .map__wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to right, #62bc91 0%, #bbd700 100%);
  opacity: 0.5;
  content: "";
  transition: left 3s, opacity 2s;
}

.contact .map__wrap.active::after {
  opacity: 0;
  pointer-events: none;
}

.contact .map__wrap.active .contact-block {
  transform: translate(0, -55%);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 0s 0.5s;
}

@media (max-width: 1024px) {
  .contact .map__wrap.active .contact-block {
    transform: translate(0, -5%);
  }
}

.contact .map__wrap.active .btn-mapclose {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  transition: transform 1s 0.5s, opacity 1s 0.5s, visibility 0s 0.5s;
}

.contact-block {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  width: 730px;
  min-height: 458px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  transform: translate(0, -50%);
  opacity: 1;
  visibility: visible;
  transition: transform 1s, opacity 0.5s;
}

@media (max-width: 1366px) {
  .contact-block {
    width: auto;
    min-height: 408px;
  }
}

@media (max-width: 1024px) {
  .contact-block {
    top: auto;
    bottom: 0;
    transform: translate(0, 0);
    min-height: 417px;
  }
}

@media (max-width: 543px) {
  .contact-block {
    width: 248px;
    height: 417px;
  }
}

.contact-block__content {
  padding: 65px 80px 0;
}

@media (max-width: 1366px) {
  .contact-block__content {
    padding: 55px 60px 0;
  }
}

@media (max-width: 1024px) {
  .contact-block__content {
    padding: 32px 33px 0;
  }
}

.contact-block__title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
  color: #07403e;
}

@media (max-width: 1366px) {
  .contact-block__title {
    margin-bottom: 30px;
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  .contact-block__title {
    font-size: 26px;
  }
}

@media (max-width: 543px) {
  .contact-block__title {
    font-size: 22px;
  }
}

.contact-block__title span {
  font-weight: 400;
  font-style: italic;
}

.contact-block__phone {
  margin-bottom: 10px;
  display: block;
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 1025px) {
  .contact-block__phone:hover {
    color: #339682;
  }
}

@media (max-width: 1366px) {
  .contact-block__phone {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .contact-block__phone {
    font-size: 20px;
  }
}

@media (max-width: 543px) {
  .contact-block__phone {
    margin-bottom: 9px;
    font-size: 18px;
  }
}

.contact-block__email {
  margin-bottom: 29px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: #339682;
}

@media (max-width: 1366px) {
  .contact-block__email {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .contact-block__email {
    margin-bottom: 17px;
  }
}

@media (max-width: 543px) {
  .contact-block__email {
    font-size: 13px;
  }
}

.contact-block__btns {
  margin-top: auto;
  display: flex;
}

@media (max-width: 1024px) {
  .contact-block__btns {
    flex-direction: column-reverse;
  }
}

.contact .btn {
  height: 72px;
  font-size: 16px;
}

@media (max-width: 1366px) {
  .contact .btn {
    height: 66px;
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .contact .btn {
    height: 46px;
  }
}

@media (max-width: 543px) {
  .contact .btn {
    font-size: 13px;
  }
}

.contact .btn-singup {
  width: 405px;
  flex-shrink: 0;
  background-color: #07403e;
}

@media (min-width: 1025px) {
  .contact .btn-singup:hover {
    background-color: #002524;
  }
}

@media (max-width: 1366px) {
  .contact .btn-singup {
    width: 370px;
  }
}

@media (max-width: 1024px) {
  .contact .btn-singup {
    width: 100%;
  }
}

.contact .btn-mapopen {
  border-color: transparent;
}

@media (min-width: 1025px) {
  .contact .btn-mapopen:hover {
    color: #07403e;
  }
  .contact .btn-mapopen:hover .svg-icon {
    fill: #07403e;
  }
}

.contact .btn-mapclose {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 405px;
  color: #202020;
  background-color: #bbd700;
  transform: translate(0, 5%);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, visibility 0s 1s, opacity 1s;
}

.contact .btn-mapclose .svg-icon {
  width: 28px;
  height: 16px;
  margin-right: 14px;
  fill: #202020;
  transform: rotate(180deg);
  transition: transform 0.5s;
}

@media (min-width: 1025px) {
  .contact .btn-mapclose:hover .svg-icon {
    transform: translateX(-10px) rotate(180deg);
  }
}

@media (max-width: 1366px) {
  .contact .btn-mapclose {
    width: 370px;
  }
}

@media (max-width: 543px) {
  .contact .btn-mapclose {
    width: 248px;
  }
  .contact .btn-mapclose .svg-icon {
    width: 18px;
    height: 10px;
    margin-right: 9px;
  }
}

.contact-info {
  margin-top: 19px;
}

.contact-info__title {
  margin-bottom: 5px;
  font-size: 14px;
  font-style: italic;
  color: #8d8d8d;
}

@media (max-width: 1366px) {
  .contact-info__title {
    font-size: 13px;
    margin-bottom: 7px;
  }
}

.contact-info__text {
  display: flex;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1366px) {
  .contact-info__text {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 1024px) {
  .contact-info__text {
    display: block;
  }
}

.contact-info__metro {
  margin-left: 33px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .contact-info__metro {
    margin-top: 11px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .contact-info__metro {
    margin-top: 8px;
  }
}

.contact-info__metro-icon {
  width: 20px;
  height: 14px;
  margin-right: 6px;
  display: flex;
}

@media (max-width: 1024px) {
  .contact-info__metro-icon {
    width: 16px;
    height: 12px;
  }
}

.popup {
  position: absolute;
  z-index: 1;
  max-width: calc(100% - 24px);
  margin: 30px 12px;
  max-height: calc(100vh - 60px);
  padding: 66px 68px;
  color: #202020;
  background-color: #ffffff;
  opacity: 0;
  transform: translateX(-50vw);
  transition: opacity 0.5s, transform 0.5s;
}

@media (max-width: 1024px) {
  .popup {
    padding: 56px 30px 58px;
  }
}

@media (max-width: 767px) {
  .popup {
    padding: 46px 15px 50px;
  }
}

.popup__wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(46, 53, 62, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.popup__title {
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .popup__title {
    font-size: 24px;
  }
}

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

.popup__subtitle {
  margin-top: 14px;
  font-size: 16px;
  font-style: italic;
  color: #8d8d8d;
}

@media (max-width: 1024px) {
  .popup__subtitle {
    margin-top: 12px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .popup__subtitle {
    margin-top: 9px;
    font-size: 13px;
  }
}

.popup__text {
  margin-top: 29px;
  margin-bottom: 37px;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  color: #8d8d8d;
}

@media (max-width: 1024px) {
  .popup__text {
    margin-top: 24px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .popup__text {
    margin-top: 20px;
    margin-bottom: 26px;
    font-size: 13px;
    line-height: 16px;
  }
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup__close::before,
.popup__close::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #d6d6d6;
}

.popup__close::before {
  transform: rotate(45deg);
}

.popup__close::after {
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  .popup__close {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767px) {
  .popup__close {
    top: 15px;
    right: 14px;
    width: 23px;
    height: 23px;
  }
}

@media (min-width: 1025px) {
  .popup__close:hover {
    cursor: pointer;
  }
  .popup__close:hover::before,
  .popup__close:hover::after {
    background-color: #8d8d8d;
  }
}

.popup__small {
  font-size: 14px;
  font-style: italic;
  color: #8d8d8d;
}

.popup__small p {
  margin-top: 0;
}

.popup__small p:not(:last-child) {
  margin-bottom: 5px;
}

.popup__small a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .popup__small {
    font-size: 13px;
  }
  .popup__small p:not(:last-child) {
    margin-bottom: 12px;
  }
}

.popup .btn {
  width: auto;
  padding: 0 44px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (max-width: 1024px) {
  .popup .btn {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .popup .btn {
    padding: 0 16px;
  }
}

.popup__icon {
  width: 50px;
  height: 39px;
  margin: 0 auto 36px;
}

@media (max-width: 767px) {
  .popup__icon {
    width: 34px;
    height: 27px;
    margin: 0 auto 23px;
  }
}

.popup__icon .svg-icon {
  fill: #bbd700;
}

.popup__icon.error .svg-icon {
  fill: red;
}

.form {
  margin-top: 43px;
}

@media (max-width: 1024px) {
  .form {
    margin-top: 38px;
  }
}

@media (max-width: 767px) {
  .form {
    margin-top: 33px;
  }
}

.form__item {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .form__item {
    margin-bottom: 5px;
  }
}

.form__input {
  width: 100%;
  height: 43px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 41px;
  border: 1px solid #d6d6d6;
}

.form__input::-moz-placeholder {
  color: #202020;
}

.form__input:-ms-input-placeholder {
  color: #202020;
}

.form__input::placeholder {
  color: #202020;
}

.form__input:focus {
  outline: none;
  border: 1px solid #8d8d8d;
}

@media (max-width: 1024px) {
  .form__input {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .form__input {
    height: 38px;
    line-height: 36px;
    padding: 0 18px;
    font-size: 13px;
  }
}

#singup .popup {
  width: 750px;
}

#singup .popup__small {
  margin-top: 29px;
  margin-bottom: 26px;
}

@media (max-width: 1024px) {
  #singup .popup__small {
    margin-top: 26px;
  }
}

@media (max-width: 767px) {
  #singup .popup__small {
    margin-top: 22px;
    margin-bottom: 30px;
  }
}

#thinks .popup {
  width: 688px;
  text-align: center;
}

#thinks .popup .btn-close {
  margin: 0 auto;
}

@media (max-width: 767px) {
  #thinks .popup .btn-close {
    padding: 0 26px;
  }
}

[id^="price"] .popup {
  width: 946px;
}

[id^="price"] .popup__small {
  margin-top: 20px;
  margin-bottom: 35px;
  margin-bottom-margin-top: 18px;
  margin-bottom-margin-bottom: 24px;
}

.price {
  margin-top: 48px;
  overflow: auto;
  max-height: calc(100vh - 60px - 432px);
}

@media (max-width: 1024px) {
  .price {
    margin-top: 30px;
    max-height: calc(100vh - 60px - 332px);
  }
}

@media (max-width: 767px) {
  .price {
    margin-top: 26px;
    max-height: calc(100vh - 60px - 300px);
  }
}

.price__item {
  padding: 17px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  border-top: 1px solid #d6d6d6;
}

.price__item:last-child {
  border-bottom: 1px solid #d6d6d6;
}

@media (max-width: 1024px) {
  .price__item {
    padding: 12px 0;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .price__item {
    padding: 8px 0;
    font-size: 11px;
  }
}

.price__name {
  max-width: 480px;
}

@media (max-width: 767px) {
  .price__name {
    max-width: 185px;
  }
}

.price__value {
  font-weight: 600;
  white-space: nowrap;
}

.footer {
  max-width: 1428px;
  width: 100%;
  margin: 0 auto;
  padding: 47px 64px;
  display: flex;
  justify-content: space-between;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #ffffff;
}

@media (max-width: 1366px) {
  .footer {
    padding: 30px 64px;
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .footer {
    padding: 28px 20px;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 30px 12px;
  }
}

.footer__wrap {
  background-color: #2e353e;
}

@media (max-width: 1024px) {
  .footer-block {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 543px) {
  .footer-block {
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-bottom: 33px;
  }
  .footer-block .footer-director {
    margin-top: 5px;
    margin-bottom: 16px;
    display: block;
  }
}

.footer-block:last-child {
  text-align: right;
}

@media (max-width: 1024px) {
  .footer-block:last-child {
    text-align: left;
    margin-bottom: 0;
  }
}

@media (max-width: 543px) {
  .footer-block:last-child {
    text-align: center;
  }
}

.footer-block__item {
  display: block;
}

.footer-block__item:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 1600px) {
  .footer-block__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 543px) {
  .footer-block__item:not(:last-child) {
    margin-bottom: 8px;
  }
}

.footer-block__item span {
  font-weight: 700;
}

.footer-block a {
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .footer-block a:hover {
    color: #eaf3b2;
  }
}

.footer-made {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-made img {
  margin-left: 6px;
  width: 65px;
  height: 11px;
}

@media (max-width: 1024px) {
  .footer-made {
    justify-content: flex-start;
  }
}

@media (max-width: 543px) {
  .footer-made {
    justify-content: center;
  }
}

/*# sourceMappingURL=maps/main.css.map */
</pre></body></html>