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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.body1,
.ads__students-button {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.body2,
.search__input::-webkit-input-placeholder,
.search__input:placeholder-shown {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.body2,
.search__input:-ms-input-placeholder,
.search__input:placeholder-shown {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.body2,
.search__input::-ms-input-placeholder,
.search__input:placeholder-shown {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.body2,
.search__input::placeholder,
.search__input:placeholder-shown {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.button {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}

@media screen and (min-width: 1200px) {

  .body1,
  .ads__students-button {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
}

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

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

* {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea {
  outline: none;
  border: none;
  font-family: inherit;
  font-size: inherit;
}

input,
textarea {
  color: inherit;
  width: 100%;
}

button {
  cursor: pointer;
  background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

body {
  font-family: 'Inter', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

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

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (min-width: 375px) {
  .container {
    padding: 0 16px;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    padding: 0 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    padding: 0 75.5px;
  }
}

.body--fixed {
  overflow: hidden;
}

.hidden {
  display: none;
}

.wrapper {
  position: relative;
  padding-top: 64px;
}

.section__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  color: #282828;
  text-align: left;
  margin-bottom: 24px;
}

.section__title--aside {
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  color: #282828;
  text-align: left;
  margin-bottom: 24px;
  display: block;
}

.route__wrapper {
  top: 24px;
  position: absolute;
  z-index: 25;
  margin-bottom: 16px;
}

.route-bg {
  margin-bottom: 16px;
}

.route__link {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #797979;
  margin-right: 4px;
}

.route__link--main {
  font-size: 11px;
}

.info__button--one-doct {
  display: block;
  width: 300px;
  background: #009fe3;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  border: 0px;
  padding: 13px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
}

.info__button--one-doct:hover {
  background: #0197d8;
}

.info--com {
  padding-top: 16px;
  border-top: 1px solid #ebebeb;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #797979;
}

@media screen and (min-width: 1200px) {
  .section__title {
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 40px;
  }

  .section__title--sales {
    margin-bottom: 24px;
  }

  .section__title--sect {
    margin-bottom: 32px;
  }

  .section__title--aside {
    display: none;
  }

  .title__bottom {
    margin-bottom: 63px;
  }

  .sect--aside {
    margin-left: 384px;
    min-height: 560px;
  }

  .route__wrapper {
    top: 32px;
  }

  .route-bg {
    margin-bottom: 32px;
  }

  .info--com {
    display: block;
    font-size: 14px;
    line-height: 19px;
  }

  .info__button--one-doct {
    display: block;
    width: 170px;
    position: absolute;
    top: -8px;
    right: 0;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    line-height: 16px;
  }

  .info__button--one-doct:hover {
    background: #0197d8;
  }
}

span.highlight {
  background-color: yellow;
}

.header__info {
  display: none;
}

.header__wrapper {
  position: relative;
  padding: 17px 0px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
  z-index: 30;
  background: #ffffff;
}

.header .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 990;
}

.header .nav__list--mobile {
  margin-bottom: 24px;
}

.header .nav__link--menu {
  font-size: 16px;
  line-height: 22px;
  color: #282828;
}

.header .nav__link--menu-active {
  color: #009fe3;
}

.header .nav__menu--menu {
  font-size: 16px;
  line-height: 22px;
  color: #282828;
}

.header .nav__menu-sub-list {
  padding: 18px 8px 0;
}

.header .nav__menu-sub-link {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
  margin-bottom: 18px;
}

.header .nav__menu-sub-link:last-child {
  margin-bottom: 0;
}

.header .nav__menu-sub-link--active {
  color: #009fe3;
}

.header .nav__menu-item {
  padding: 13px 0 16px;
  border-bottom: 1px solid #f7f7f7;
}

.header .nav__menu-item-pic {
  position: absolute;
  right: 0;
  top: 12px;
}

.header .nav__menu-item+.clinic {
  position: relative;
}

.header__nav {
  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;
}

.header__nav--mobile {
  background: #ffffff;
  z-index: 10;
  top: 71px;
  padding-top: 11px;
  padding-bottom: 32px;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__nav--mobile-btn {
  -webkit-backdrop-filter: blur(54.37px);
  backdrop-filter: blur(54.37px);
  background: #009fe3;
  border-radius: 4px;
  padding: 13px;
  outline: none;
  border: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  min-width: 300px;
  width: 100%;
}

.header__nav--mobile-btn:hover {
  background: #0197d8;
}

.header__nav-list {
  display: none;
}

.header__nav-menu {
  cursor: pointer;
  border: none;
  background: none;
}

.header__nav-menu__svg {
  fill: #000000;
  width: 32px;
  height: 32px;
  display: block;
  -webkit-transition: fill 250ms linear;
  transition: fill 250ms linear;
}

.header__nav-menu__svg:hover {
  fill: #009fe3;
}

.header__nav-menu__svg:focus {
  fill: #009fe3;
}

.header__nav-phone__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav-phone__tel {
  width: 32px;
  height: 32px;
}

.header__nav-phone__tel--first {
  display: none;
}

.header__nav-phone__svg {
  width: 28px;
  height: 28px;
  fill: #009fe3;
  margin-right: 12px;
}

.header__nav-phone__svg--first {
  width: 24px;
  height: 24px;
  fill: #009fe3;
  margin-right: 8px;
  display: none;
}

@media screen and (min-width: 1024px) {
  .header__info {
    display: block;
    padding: 18.5px 0;
    border-bottom: 1px solid rgba(40, 40, 40, 0.08);
    background: #ffffff;
  }

  .header__info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .header__info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__info-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-right: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgba(40, 40, 40, 0.5);
  }

  .header__info-item--active {
    color: rgba(0, 159, 227, 0.5);
  }

  .header__info-sel {
    cursor: pointer;
    outline: none;
    border: 0px;
    font-size: 12px;
    line-height: 15px;
    color: #282828;
    font-weight: 400;
    margin-right: 23px;
  }

  .header__info-sel .ru {
    background: url("/assets/img/language/russia.png");
  }

  .header__info-sel .eng {
    background: url("/assets/img/language/USA.png");
  }

  .header__info-button {
    background: #009fe3;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
    border: 0px;
    padding: 8px 16px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
  }

  .header__info-button:hover {
    background: #0197d8;
  }

  .header__wrapper {
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  }

  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__nav--mobile {
    display: none;
  }

  .header__nav-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    text-decoration: none;
  }

  .header__nav-link:hover {
    color: #009fe3;
  }

  .header__nav-link--active {
    color: #009fe3;
  }

  .header__nav-item:not(:last-child) {
    margin-right: 48px;
  }

  .header__nav-phone__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__nav-phone__tel {
    display: none;
  }

  .header__nav-phone__tel--first {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #009fe3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__nav-phone__svg {
    display: none;
  }

  .header__nav-phone__svg--first {
    display: block;
  }

  .header__nav-menu {
    display: none;
  }
}

.header__menu-mobile--hidden {
  display: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: 62px;
  padding: 0 14px;
}

.dropdown--active .dropdown__content {
  position: static;
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}

.dropdown--active .dropdown__content::-webkit-scrollbar {
  width: 0px;
}

.dropdown--active .dropdown__content::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.dropdown--active .dropbtn::after {
  background: rgba(0, 0, 0, 0) url("/assets/img/Chevrons/chevron-up-dark.svg") no-repeat scroll center center;
}

.dropdown-content {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  position: absolute;
  background-color: white;
  width: 62px;
  top: 16px;
  left: -2px;
  z-index: 1000;
}

.dropdown-content__inner {
  margin: 8px 4px 0;
  padding: 16px 10px;
  background: #ffffff;
  -webkit-box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.07), 0px 0px 0px rgba(0, 0, 0, 0.07);
  box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.07), 0px 0px 0px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
}

.dropbtn {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #282828;
  cursor: pointer;
}

.dropbtn::after {
  background: rgba(0, 0, 0, 0) url("/assets/img/Chevrons/lang.svg") no-repeat scroll center center;
  content: '';
  height: 16px;
  position: absolute;
  right: 6px;
  top: 1px;
  width: 16px;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #282828;
  text-align: center;
  margin-bottom: 12px;
}

.dropdown-content a:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 1023px) {
  .lang {
    margin-top: 32px;
  }

  .lang span {
    margin: 0 12px;
  }

  .lang__link {
    font-size: 16px;
    line-height: 22px;
    color: #282828;
  }

  .lang__link--active {
    color: #009fe3;
  }
}

.footer {
  clear: both;
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer__mobile {
  display: block;
  background: #f7f7f7;
  padding: 32px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer__wrap {
  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;
  margin-bottom: 22px;
}

.footer-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #797979;
}

.footer__address {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
  text-align: left;
}

.footer__address--mobile {
  margin-bottom: 20px;
}

.footer__link {
  color: #009fe3;
}

.footer__link-email {
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-right: 24px;
}

.footer__phone-svg {
  margin-right: 8px;
}

.footer__phone-tel--first {
  line-height: 23px;
  color: #009fe3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.footer__phone-wrap--mobile {
  margin-bottom: 12px;
}

.footer__nav {
  padding: 32px 0 28px 0;
}

.footer__nav-list--mobile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  margin-bottom: 20px;
}

.footer__nav-item--mobile {
  font-size: 14px;
  line-height: 19px;
  color: #797979;
}

.footer__nav-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #797979;
}

.footer__nav-link:hover {
  color: #009fe3;
}

.footer__nav-svg--mobile {
  margin-bottom: 20px;
  margin-right: 0;
}

.footer__contacts {
  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;
}

.footer__info {
  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;
  padding-bottom: 35px;
}

.footer__info--mobile {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__info-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(40, 40, 40, 0.3);
}

.footer__info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1c3e63;
  background: #ffffff;
  border-radius: 7px;
  padding: 10px 12px 9px 13px;
}

.footer__info-link--vk {
  margin-right: 10px;
}

@media screen and (min-width: 320px) and (max-width: 1279px) {
  .footer__info-link {
    margin-right: 33px;
    padding: 8px 12px;
  }
}

@media screen and (min-width: 1200px) {
  .footer {
    background: #fbfbfb;
    display: block;
  }

  .footer__nav {
    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;
    padding: 24px 0 36px;
  }

  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }

  .footer__mobile {
    display: none;
  }

  .footer__phone-tel--first {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #009fe3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__phone-tel--first-svg {
    width: 16px;
    height: 16px;
    fill: #009fe3;
    margin-right: 12px;
  }

  .footer__info-text {
    line-height: 27px;
  }

  .footer__info-link {
    padding: 10px 30px 10px 12px;
  }
}

.sidenav {
  display: none;
}

@media screen and (min-width: 1200px) {
  .sidenav {
    float: left;
    display: block;
    height: 100%;
    width: 360px;
    margin-right: 22px;
    padding-bottom: 40px;
  }

  .sidenav__link {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #797979;
    display: block;
    margin-bottom: 24px;
  }

  .sidenav__link:hover {
    color: #009fe3;
  }

  .sidenav__link--active {
    color: #009fe3;
  }
}

.select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 460px;
  z-index: 5;
  margin-bottom: 16px;
}

.select:nth-child(1) {
  margin-bottom: 0;
}

.select--receipt {
  z-index: 19;
}

.select--com {
  position: relative;
  color: #797979;
  width: 100%;
  margin-bottom: 16px;
}

.select--com-spec {
  z-index: 21;
}

.select--com-tb {
  z-index: 20;
}

@media screen and (min-width: 1200px) {
  .select {
    margin-bottom: 0;
  }

  .select__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
  }

  .select--com {
    position: relative;
    color: #797979;
    width: 100%;
    margin-bottom: 24px;
  }

  .select--com-tb {
    margin-bottom: 24px;
  }

  .select--time {
    color: #797979;
    width: 100%;
    height: 54px;
  }
}

.select__wrapper {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (min-width: 1200px) {
  .select__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 170px;
    grid-template-columns: 1fr 1fr 170px;
    -webkit-column-gap: 28px;
    column-gap: 28px;
    margin-bottom: 56px;
  }
}

.select[data-state='active'] .select__content {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: -6px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: -6px 6px 20px rgba(0, 0, 0, 0.1);
}

.select[data-state='active'] .select__title::before,
.select[data-state='active'] .select__title::after {
  content: url("/assets/img/Chevrons/chevron-up-violet.svg");
}

.select[data-state='active'] .select__label {
  min-height: 48px;
}

@media screen and (min-width: 1200px) {
  .select[data-state='active'] .select__label {
    min-height: 54px;
  }
}

.select[data-state='active'] .select__label::before {
  opacity: 1;
}

.select__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  padding: 15px 14px 15px 23px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  -webkit-appearance: none;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #282828;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 2;
}

.select__title--com {
  color: #797979;
  width: 100%;
  height: 48px;
}

.select__title--tb {
  color: #282828 !important;
}

.select__title--time {
  color: #797979;
  width: 100%;
  height: 48px;
}

.select__title::before,
.select__title::after {
  content: url("/assets/img/Chevrons/chevron-down-blue.svg");
  position: absolute;
  top: 15px;
  right: 12px;
}

@media screen and (min-width: 1200px) {
  .select__title {
    height: 54px;
  }

  .select__title[data-state='active'] .select__label {
    min-height: 54px;
  }

  .select__title--com {
    color: #797979;
    width: 100%;
    height: 54px;
  }

  .select__title--time {
    color: #797979;
    width: 100%;
    height: 54px;
  }
}

.select__content {
  position: absolute;
  top: 48px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100%);
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: -6px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: -6px 6px 20px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}

.select__content--modal {
  max-height: 144px;
  overflow: auto;
}

@media screen and (min-width: 1200px) {
  .select__content {
    top: 54px;
  }

  .select__content--modal {
    max-height: 162px;
    overflow: auto;
  }
}

.select__input {
  display: none;
  pointer-events: none;
}

.select__input:checked+label {
  background-color: #f2f2f2;
}

.select__input:disabled+label {
  opacity: 0.6;
  pointer-events: none;
}

.select__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 22px;
  color: #282828;
  max-height: 0;
  padding: 0 16px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.select__label+input+.select__label {
  border-top: 0 solid #c7ccd160;
}

.select__label::before {
  content: attr(data-value);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
}

.select__label::after {
  position: absolute;
  top: -40px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 40px;
  padding: 8px 16px;
  color: #333333;
  z-index: -1;
}

@media screen and (min-width: 1200px) {
  .select__label {
    height: 54px;
  }
}

.search {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 52px;
  grid-template-columns: 1fr 52px;
  -webkit-column-gap: 6px;
  column-gap: 6px;
  margin-bottom: 16px;
}

.search__input {
  padding: 15px 16px 14px;
  min-width: 242px;
  width: 100%;
  margin-right: 6px;
  background: #f3f3f3;
  border: 1px solid rgba(48, 51, 54, 0.02);
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #282828;
  outline: none;
}

.search__input::-webkit-input-placeholder {
  color: #6a6a6a;
  margin-right: 84px;
  text-overflow: ellipsis;
}

.search__input:-ms-input-placeholder {
  color: #6a6a6a;
  margin-right: 84px;
  text-overflow: ellipsis;
}

.search__input::-ms-input-placeholder {
  color: #6a6a6a;
  margin-right: 84px;
  text-overflow: ellipsis;
}

.search__input::placeholder {
  color: #6a6a6a;
  margin-right: 84px;
  text-overflow: ellipsis;
}

.search__input:placeholder-shown {
  text-overflow: ellipsis;
  color: #6a6a6a;
}

.search__btn {
  display: none;
}

.search__btn--loupe {
  display: block;
  position: relative;
  background: #009fe3;
  border-radius: 2px;
  width: 52px;
  height: 50px;
  outline: none;
  border: 0px;
  cursor: pointer;
  padding: 25px;
}

.search__button {
  border: 0px;
  background: #009fe3;
  -webkit-backdrop-filter: blur(54.37px);
  backdrop-filter: blur(54.37px);
  border-radius: 2px;
  width: 52px;
  height: 50px;
}

@media screen and (min-width: 1200px) {
  .search__button {
    display: none;
  }
}

.search__button-svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 56px;
  top: 48px;
  fill: rgba(106, 106, 106, 0.6);
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
  .search__button-svg {
    display: none;
  }
}

.search__button-loupe {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: 13px;
  fill: #ffffff;
}

@media screen and (min-width: 1200px) {
  .search__button-loupe {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 33px 40px;
    background-color: #d9f1fb;
    position: relative;
    margin-bottom: 24px;
  }

  .search__input {
    background: #ffffff;
    padding: 18px 0px 18px 48px;
    width: 855px;
    margin-right: 24px;
    border: 0px;
  }

  .search__btn {
    display: block;
    background: #009fe3;
    border-radius: 4px;
    padding: 15px 60px 17px;
    outline: none;
    border: 0px;
    cursor: pointer;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .search__btn:hover {
    background: #0197d8;
  }

  .search__btn--loupe {
    display: none;
  }
}

.pagination {
  position: absolute;
  top: 262px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15px;
  margin: auto;
  text-align: center;
}

.pagination__com {
  position: absolute;
  bottom: -65px;
  left: 0;
  right: 0;
  height: 15px;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__dot {
  position: relative;
  width: 8px;
  height: 8px;
  background: rgba(0, 159, 227, 0.15);
  border-radius: 100px;
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination__dot--active {
  background: #009fe3;
}

.pagination__dot:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #009fe3;
  background: #009fe3;
}

.pagination__dot--com {
  cursor: pointer;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.pagination__dot--com:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #009fe3;
}

.pagination__dot--com--active {
  padding: 3px 9px;
  background: #d9f1fb;
  border-radius: 100%;
}

.pagination__dot--com:nth-child(3) {
  margin-right: 15px;
}

.pagination__rew {
  position: absolute;
  top: 172px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15px;
  margin: auto;
  text-align: center;
}

.pagination__rew-dot {
  position: relative;
  width: 8px;
  height: 8px;
  background: rgba(0, 159, 227, 0.15);
  border-radius: 100px;
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination__rew-dot--active {
  background: #009fe3;
}

.pagination__rew-dot:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #009fe3;
  background: #009fe3;
}

@media screen and (min-width: 1200px) {
  .pagination {
    top: 440px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
  }

  .pagination__dot--com {
    font-size: 16px;
    line-height: 22px;
  }

  .pagination__dot--com--active {
    padding: 1px 8px;
  }

  .pagination__com {
    bottom: -44px;
    left: 622px;
    height: 15px;
  }

  .pagination__rew {
    top: 325px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
  }
}

.pop-up {
  background: rgba(0, 0, 0, 0.25);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  display: none;
}

.pop-up input.date:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
  -moz-appearance: menulist-button;
  appearance: menulist-button;
  background-image: none !important;
  background-color: transparent !important;
  color: -internal-light-dark(black, white) !important;
}

.pop-up input.date {
  background-image: url("/assets/img/Chevrons/calendar.svg");
  background-repeat: no-repeat;
  background-color: white;
  background-size: 24px 24px;
  background-position: 95% 50%;
}

.pop-up--success-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #4b4b4b;
}

.pop-up--reject-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #009fe3;
}

.pop-up__confident {
  display: block;
  font-size: 12px;
  line-height: 17px;
  color: #797979;
  margin-top: 16px;
  text-align: center;
}

.pop-up__confident-span {
  text-decoration: underline;
  font-size: 12px;
  line-height: 17px;
  color: #797979;
}

.pop-up__textarea {
  overflow: hidden;
  word-wrap: break-word;
  resize: none;
  margin-bottom: 24px;
}

.pop-up__textarea-inner {
  resize: none;
  height: auto;
  padding: 15px 16px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  cursor: pointer;
}

.pop-up__input {
  width: 100%;
  height: 48px;
  padding: 15px 14px 15px 23px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.pop-up__input#name {
  text-transform: capitalize;
}

.pop-up__input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #797979;
}

.pop-up__input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #797979;
}

.pop-up__input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #797979;
}

.pop-up__input::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #797979;
}

.pop-up__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  color: #282828;
  margin-bottom: 24px;
}

.pop-up__title--success {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 16px;
}

.pop-up .modal__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  cursor: pointer;
}

.pop-up .close {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.pop-up__data {
  margin-bottom: 32px !important;
}

.pop-up__data--success {
  padding: 100px 13px 13px;
}

.pop-up__data--success-review {
  padding: 160px 56px 56px;
}

.pop-up__data--success-img {
  margin: 0 auto;
  width: 128px;
  height: 128px;
  margin-bottom: 32px;
}

.pop-up__wrapper {
  height: 100vh;
  max-height: 767px;
  width: 320px;
  overflow-y: auto;
  padding: 20px 10px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pop-up__consultation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 320px;
  height: 500px;
  overflow-y: auto;
  padding: 9px 10px 45px;
  background-color: white;
}

.pop-up__consultation .black {
  display: inline;
}

.pop-up__submit {
  display: block;
  width: 100%;
  color: #ffffff;
  background: #009fe3;
  border-radius: 4px;
  padding: 15px 0 17px 0;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.pop-up__submit:hover {
  background: #0197d8;
}

.pop-up__button {
  cursor: pointer;
  margin-bottom: 7px;
}

.pop-up__info {
  font-family: 'Proxima Nova Regular', Arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

@media only screen and (min-width: 1200px) {
  .pop-up .button__container--consultation {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pop-up--success-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #4b4b4b;
  }

  .pop-up--reject-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #009fe3;
  }

  .pop-up__wrapp {
    padding: 0 56px;
  }

  .pop-up__input {
    height: 54px;
  }

  .pop-up__input--date {
    width: 220px;
  }

  .pop-up__confident {
    margin-top: 16px;
  }

  .pop-up__textarea {
    margin-bottom: 32px;
  }

  .pop-up__textarea-inner {
    padding: 15px 14px 15px 23px;
  }

  .pop-up__title {
    margin-bottom: 32px;
  }

  .pop-up__title--success {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    color: #282828;
    margin-bottom: 16px;
  }

  .pop-up__wrapper {
    width: 944px;
    padding: 30px 24px;
    max-height: 668px;
  }

  .pop-up__consultation {
    height: 736px;
    width: 604px;
    padding: 16px 16px 56px;
  }

  .pop-up__consultation--receipt {
    height: 570px;
    width: 604px;
  }

  .pop-up__consultation .black {
    display: inline;
  }

  .pop-up__info {
    font-size: 30px;
    line-height: 38px;
  }

  .pop-up__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 56px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pop-up__flex--consultation {
    padding: 0 68px;
  }

  .pop-up__data {
    padding: 0 56px;
    margin-bottom: 0 !important;
  }

  .pop-up__data--consultation {
    padding-left: 68px;
    padding-right: 68px;
  }

  .pop-up__data--success {
    padding: 110px 53px 53px;
  }

  .pop-up__data--success-review {
    padding: 160px 56px 56px;
  }

  .pop-up__data--success-img {
    margin: 0 auto;
    width: 128px;
    height: 128px;
    margin-bottom: 32px;
  }

  .pop-up__input {
    margin-bottom: 24px;
  }

  .pop-up__submit {
    display: block;
    background: #009fe3;
    border-radius: 4px;
    padding: 15px 0 17px 0;
    border-radius: 8px;
    text-align: center;
  }

  .pop-up__submit:hover {
    background: #0197d8;
  }

  .pop-up__button {
    margin-bottom: 0;
  }
}

.ads {
  margin-bottom: 32px;
}

.ads__inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}

.ads__item {
  position: relative;
}

.ads__item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  color: #282828;
  margin-bottom: 16px;
}

.ads__item-title--bold {
  font-weight: 800;
  font-size: 24px;
  line-height: 27px;
  color: #282828;
}

.ads__item-cost {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #282828;
  width: 224px;
  text-align: left;
  margin-bottom: 4px;
}

.ads__item-sum {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #282828;
  margin-bottom: 8px;
}

.ads__item-button {
  display: inline-block;
  padding: 12px 0;
  background-color: #009fe3;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  width: 141px;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}

.ads__item-button:hover {
  background: #0197d8;
}

.ads__students {
  position: relative;
}

.ads__students-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}

.ads__students-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #282828;
  margin-bottom: 15px;
}

.ads__students-button {
  display: inline-block;
  padding: 12px 0;
  background-color: #009fe3;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  width: 141px;
  font-size: 14px;
  line-height: 19px;
}

.ads__students-button:hover {
  background: #0197d8;
}

@media screen and (min-width: 1200px) {
  .ads {
    padding-top: 3px;
    margin-bottom: 65px;
  }

  .ads__inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40px;
  }

  .ads__item-title {
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    color: #282828;
    margin-bottom: 24px;
  }

  .ads__item-title--bold {
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    color: #282828;
  }

  .ads__item-cost {
    font-size: 23px;
    line-height: 27px;
    width: 280px;
  }

  .ads__item-sum {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .ads__item-button {
    width: 217px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .ads__students-wrapper {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .ads__students-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #282828;
    margin-bottom: 15px;
  }

  .ads__students-button {
    width: 217px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .ads__students-button:hover {
    background: #0197d8;
  }
}

.ads .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0);
}

.ads .swiper-pagination-bullet {
  background: #d3d3d3;
  opacity: 1;
}

.ads .swiper-pagination-bullet-active {
  background: #ffffff;
}

.ads .swiper {
  margin-bottom: 20px;
}

.services {
  margin-bottom: 64px;
}

.services__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 24px;
}

.services__item {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  text-align: left;
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.services__item:hover .services__item-title {
  color: #009fe3;
}

.services__item:nth-child(n + 10) {
  display: none;
}

.services__item-title {
  padding: 8px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services__item-svg {
  width: 56px;
  height: 56px;
  margin-right: 8px;
}

.services__btn {
  display: block;
  text-align: center;
  padding: 13px;
  min-width: 300px;
  width: 100%;
  border: 1px solid #009fe3;
  border-radius: 4px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #009fe3;
  cursor: pointer;
  outline: none;
  background-color: #ffffff;
  margin-top: 16px;
}

.services__btn:hover {
  background: #0197d8;
}

@media screen and (min-width: 1200px) {
  .services {
    margin-bottom: 80px;
  }

  .services__item {
    min-height: 96px;
    margin-bottom: 16px;
  }

  .services__item:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }

  .services__item:nth-child(n + 10) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .services__item-title {
    padding: 16px 24px;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
  }

  .services__item-svg {
    width: 64px;
    height: 64px;
    margin-right: 16px;
  }

  .services__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 24px;
    column-gap: 24px;
    row-gap: 16px;
  }

  .services__btn {
    display: none;
  }
}

.serv__box {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
}

.serv__wrap {
  padding-top: 56px;
  padding-bottom: 64px;
  position: relative;
}

.serv__wrap--com {
  padding-bottom: 32px;
}

.serv__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 24px;
}

.serv__item {
  position: relative;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  text-align: left;
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.serv__item-title {
  padding: 8px 16px 8px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.serv__item:hover .serv__item-title {
  color: #009fe3;
}

.serv__item:hover .services__item-title {
  color: #009fe3;
}

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

@media screen and (min-width: 1200px) {
  .serv__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 29px;
    column-gap: 29px;
    row-gap: 32px;
  }

  .serv__wrap {
    padding-top: 80px;
    padding-bottom: 94px;
  }

  .serv__wrap--com {
    padding-bottom: 53px;
  }

  .serv__item {
    min-height: 96px;
  }

  .serv__item-title {
    padding: 16px 24px 16px 24px;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
  }

  .serv__item .item:nth-child(4n) {
    margin-bottom: 0px;
  }

  .serv__item .item-services:nth-child(4n) {
    margin-bottom: 0px;
  }
}

.doctors {
  margin-bottom: 64px;
  position: relative;
}

.doctors__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}

.doctors__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  color: #282828;
}

.doctors__btn {
  display: none;
}

.doctors__sect {
  position: relative;
}

.doctors__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 32px;
}

.doctors__item {
  border-radius: 2px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

.doctors__item--mob {
  display: none;
}

.doctors__item:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04), 0px 0px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04), 0px 0px 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  border-radius: 2px;
}

.doctors__item-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  color: #282828;
  padding: 16px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px;
  min-height: 52px;
}

.doctors__item-profession {
  min-height: 51px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(75, 75, 75, 0.7);
  padding: 16px;
}

.doctors__item-profession-slide {
  min-height: 70px;
}

.doctors__button {
  display: block;
  text-align: center;
  padding: 13px;
  min-width: 300px;
  width: 100%;
  border: 1px solid #009fe3;
  border-radius: 4px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #009fe3;
  cursor: pointer;
  outline: none;
  background-color: #ffffff;
  margin-top: 32px;
  text-align: center;
}

.doctors__button:hover {
  background: #0197d8;
}

@media screen and (min-width: 1200px) {
  .doctors {
    margin-bottom: 82px;
  }

  .doctors__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 24px;
    column-gap: 24px;
    row-gap: 32px;
  }

  .doctors__button--mob {
    display: none;
  }

  .doctors__wrap {
    margin-bottom: 40px;
  }

  .doctors__btn {
    display: block;
    text-align: center;
    border: 0;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .doctors__btn:hover .doctors__btn-title {
    border-bottom: 2px solid #009fe3;
  }

  .doctors__btn-title {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    color: #009fe3;
    margin-right: 8px;
    border-bottom: 2px solid transparent;
  }

  .doctors__item--mob {
    display: block;
  }

  .doctors__item-img {
    display: block;
  }

  .doctors__item-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    padding: 16px 31px 14px 24px;
    border-radius: 2px;
    min-height: 76px;
  }

  .doctors__item-profession {
    min-height: 69px;
    padding: 16px 24px 15px 24px;
  }

  .doctors__button {
    display: none;
  }
}

.doctors .swiper-doctors {
  position: relative;
  padding-bottom: 32px;
}

@media screen and (max-width: 1199px) {
  .doctors .swiper-doctors {
    max-width: 360px !important;
  }
}

@media screen and (min-width: 1200px) {
  .doctors .swiper-doctors {
    padding: 10px 6px 48px;
  }
}

.doctors .swiper-doctors .swiper-slide {
  max-width: 360px !important;
}

@media screen and (min-width: 1280px) {
  .doctors .swiper-doctors .swiper-slide {
    max-width: 356px !important;
  }
}

.doctors .swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.doctors .swiper-pagination-horizontal {
  bottom: -2px;
  left: 0;
}

@media screen and (min-width: 1200px) {
  .doctors .swiper-pagination-horizontal {
    bottom: -2px;
    left: 0;
  }
}

.doctors .swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #009fe3;
  opacity: 0.15;
}

.doctors .swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #009fe3;
}

.doctors .swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #009fe3;
  opacity: 1;
}

.one-doct {
  margin-bottom: 48px;
}

.one-doct__list {
  margin-bottom: 23px;
}

.one-doct__wrapp {
  position: relative;
}

.one-doct__button {
  display: block;
  background: #009fe3;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  border: 0px;
  width: 300px;
  padding: 13px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  margin-top: 24px;
}

.one-doct__button:hover {
  background: #0197d8;
}

.one-doct__img {
  border-radius: 4px;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 24px;
}

.one-doct__full-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #282828;
  margin-bottom: 16px;
}

.one-doct__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #797979;
  margin-right: 16px;
}

.one-doct__text {
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

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

.one-doct__item:nth-child(1) {
  margin-bottom: 12px;
}

@media screen and (min-width: 1200px) {
  .one-doct {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 56px;
  }

  .one-doct__button {
    padding: 15px 15px 17px;
    width: 287px;
  }

  .one-doct__full-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 24px;
  }

  .one-doct__text {
    font-size: 16px;
    line-height: 22px;
  }

  .one-doct__name {
    font-size: 16px;
    line-height: 22px;
  }

  .one-doct__img {
    width: 344px;
    height: 210px;
    margin-bottom: 0px;
  }
}

.list {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #282828;
  margin-bottom: 32px;
}

.list__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  margin-bottom: 16px;
}

.list__item--bold {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.list__item:last-child {
  margin-bottom: 0px;
}

.list__item:nth-child(1) {
  padding-top: 16px;
}

@media screen and (min-width: 1200px) {
  .list {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 48px;
  }

  .list__item {
    font-size: 16px;
    line-height: 22px;
  }

  .list__item--bold {
    font-size: 16px;
    line-height: 22px;
  }
}

.chest__list {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #282828;
  list-style: disc;
  margin-bottom: 56px;
}

.chest__list--doct {
  list-style: none;
  margin-bottom: 26px;
}

.chest__item {
  color: #009fe3;
  margin-bottom: 16px;
  margin-left: 18px;
}

.chest__item:last-child {
  margin-bottom: 0px;
}

.chest__item:nth-child(1) {
  padding-top: 16px;
}

.chest__item-text {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.chest__item-text--clinic {
  color: #4b4b4b;
}

@media screen and (min-width: 1200px) {
  .chest__list {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 56px;
  }

  .chest__list--doct {
    list-style: none;
    margin-bottom: 0;
  }

  .chest__item {
    font-size: 16px;
    line-height: 22px;
    color: #009fe3;
    margin-bottom: 16px;
  }

  .chest__item:last-child {
    margin-bottom: 0px;
  }

  .chest__item:nth-child(1) {
    padding-top: 16px;
  }

  .chest__item-text {
    font-size: 16px;
    line-height: 22px;
  }
}

.doctor__name {
  font-size: 14px;
  line-height: 19px;
  color: #009fe3;
}

.doctor__name--short {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #009fe3;
}

@media screen and (min-width: 1200px) {
  .doctor__name {
    display: inline;
    font-size: 16px;
    line-height: 22px;
    color: #009fe3;
  }

  .doctor__name--short {
    display: none;
  }
}

.numbered {
  margin-bottom: 48px;
}

.numbered__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #282828;
  margin-bottom: 16px;
}

.numbered__subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  margin-bottom: 16px;
}

.numbered__list {
  list-style: disc outside;
  margin-bottom: 24px;
  margin-left: 16px;
}

.numbered__item {
  margin-bottom: 16px;
  color: #009fe3;
}

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

.numbered__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
}

@media screen and (min-width: 1200px) {
  .numbered {
    margin-bottom: 56px;
  }

  .numbered__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    color: #282828;
  }

  .numbered__subtitle {
    font-size: 16px;
    line-height: 22px;
  }

  .numbered__item-text {
    font-size: 16px;
    line-height: 22px;
    color: #4b4b4b;
  }
}

.reviews {
  position: relative;
  margin-bottom: 64px;
}

.reviews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}

.reviews__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  color: #282828;
}

.reviews__title-wrapper {
  border-bottom: 1px solid #ebebeb;
}

.reviews__title--one-doctor {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #282828;
  margin-bottom: 16px;
}

.reviews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reviews__item {
  padding: 16px 16px 19px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}

.reviews__item:nth-child(n + 2) {
  display: none;
}

.reviews__item:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04), 0px 0px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04), 0px 0px 20px rgba(0, 0, 0, 0.04);
}

.reviews__item--com {
  margin-bottom: 0;
  padding: 24px 0 16px;
  border-bottom: 1px solid #ebebeb;
}

.reviews__item--com:nth-child(1) {
  padding-bottom: 16px;
  padding-top: 0px;
}

.reviews__item--one-doct {
  margin-bottom: 0;
  padding: 16px 0;
  border-bottom: 1px solid #ebebeb;
}

.reviews__item-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
  color: #797979;
}

.reviews__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #282828;
  margin-bottom: 4px;
}

.reviews__item-title-doct {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #282828;
  margin-bottom: 4px;
}

.reviews__item-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 16px;
  color: #797979;
}

.reviews__item-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #4b4b4b;
  margin-bottom: 27px;
  min-height: 72px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviews__item-subtitle--doct {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  margin-bottom: 16px;
}

.reviews__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reviews__item-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #797979;
}

.reviews__item-link a {
  margin-left: 8px;
}

.reviews__item-link__name {
  display: none;
}

.reviews__item-link__name--short {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #009fe3;
}

.reviews__item .doctor__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #797979;
}

.reviews__btn {
  padding: 13px 5px 13px 5px;
  width: 170px;
  border-radius: 4px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  background-color: #009fe3;
  text-align: center;
  margin-bottom: 30px;
}

.reviews__btn:hover {
  background: #0197d8;
}

.reviews__button {
  display: block;
  text-align: center;
  padding: 13px;
  min-width: 300px;
  width: 100%;
  border: 1px solid #009fe3;
  border-radius: 4px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #009fe3;
  cursor: pointer;
  outline: none;
  background-color: #ffffff;
  text-align: center;
}

.reviews__button:hover {
  background: #0197d8;
}

@media screen and (min-width: 320px) and (max-width: 1279px) {
  .reviews__item {
    margin-bottom: 62px;
  }

  .reviews__item:not(2n) {
    margin-right: 28px;
  }
}

@media screen and (min-width: 1200px) {
  .reviews {
    margin-bottom: 128px;
  }

  .reviews__wrapper {
    margin-bottom: 47px;
  }

  .reviews__title--one-doctor {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 24px;
  }

  .reviews__item {
    padding: 16px 24px 24px;
  }

  .reviews__item--com {
    margin-bottom: 0;
    padding: 16px 0;
    border-bottom: 1px solid #f3f3f3;
  }

  .reviews__item--com:nth-child(1) {
    padding-bottom: 16px;
    padding-top: 0px;
  }

  .reviews__item:nth-child(n + 2) {
    display: block;
  }

  .reviews__item-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #282828;
  }

  .reviews__item-title-doct {
    font-size: 18px;
    line-height: 23px;
    color: #282828;
  }

  .reviews__item-subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 23px;
    min-height: 66px;
  }

  .reviews__item-subtitle--doct {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 23px;
  }

  .reviews__item-link {
    font-size: 16px;
    line-height: 22px;
  }

  .reviews__item-link__name {
    display: inline;
    font-size: 16px;
    line-height: 22px;
    color: #009fe3;
  }

  .reviews__item-link__name--short {
    display: none;
  }

  .reviews__item .doctor__link {
    font-size: 16px;
    line-height: 22px;
  }

  .reviews__button {
    display: none;
  }

  .reviews__btn {
    padding: 15px 5px 17px 5px;
    margin-bottom: 0;
  }
}

.reviews .swiper-reviews {
  padding: 3px 3px 60px;
}

@media (max-width: 1200px) {
  .reviews .swiper-reviews {
    padding: 3px;
  }

  .reviews .swiper-pagination {
    bottom: 70px !important;
  }
}

.reviews .swiper-pagination-horizontal {
  top: 286px;
  left: 0;
}

@media screen and (min-width: 1200px) {
  .reviews .swiper-pagination-horizontal {
    top: 340px;
    left: 0;
  }
}

.reviews .swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #009fe3;
  opacity: 0.15;
}

.reviews .swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #009fe3;
}

.reviews .swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #009fe3;
  opacity: 1;
}

.consultation {
  margin-bottom: 64px;
}

.consultation__inner {
  background: #fbfbfb;
  border-radius: 2px;
  padding: 32px 10px 31px;
}

.consultation__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  color: #282828;
  margin-bottom: 16px;
}

.consultation__box-number {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #282828;
}

.consultation__box-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
  margin-bottom: 20px;
}

.consultation__form-input {
  padding: 13px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #282828;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  margin-bottom: 16px;
  outline: none;
  min-width: 300px;
  width: 100%;
}

.consultation__form-input:focus-within {
  border: 1px solid #009fe3;
  border-radius: 6px;
}

.consultation__form-input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #797979;
}

.consultation__form-input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #797979;
}

.consultation__form-input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #797979;
}

.consultation__form-input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #797979;
}

.consultation__form-button {
  -webkit-backdrop-filter: blur(54.37px);
  backdrop-filter: blur(54.37px);
  background: #009fe3;
  border-radius: 4px;
  padding: 13px 101px;
  outline: none;
  border: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  cursor: pointer;
  min-width: 300px;
  width: 100%;
}

.consultation__form-button:hover {
  background: #0197d8;
}

@media screen and (min-width: 1200px) {
  .consultation {
    margin-bottom: 94px;
  }

  .consultation__inner {
    padding: 56px 48px 57px 40px;
  }

  .consultation__box {
    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;
  }

  .consultation__box-number {
    display: inline;
  }

  .consultation__box-text {
    font-size: 16px;
    line-height: 22px;
    max-width: 427px;
    margin-bottom: 0px;
    margin-right: 110px;
  }

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

  .consultation__form-input {
    padding: 17px 29px;
    line-height: 18px;
    margin-right: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    min-width: 314px;
    margin-bottom: 0;
  }

  .consultation__form-input::-webkit-input-placeholder {
    line-height: 18px;
  }

  .consultation__form-input:-ms-input-placeholder {
    line-height: 18px;
  }

  .consultation__form-input::-ms-input-placeholder {
    line-height: 18px;
  }

  .consultation__form-input::placeholder {
    line-height: 18px;
  }

  .consultation__form-button {
    padding: 15px 42px 17px 43px;
    outline: none;
    min-width: 170px;
    width: 100%;
  }
}

.partners {
  margin-bottom: 64px;
}

.partners__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .partners {
    margin-bottom: 94px;
  }

  .partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 36px;
  }

  .partners-img {
    width: 100%;
    height: auto;
  }
}

.analyzes__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
}

.analyzes__item {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  text-align: left;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.analyzes__item:hover .analyzes__item-title {
  color: #009fe3;
}

.analyzes__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
}

@media screen and (min-width: 1200px) {
  .analyzes__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 29px;
    column-gap: 29px;
    row-gap: 32px;
  }

  .analyzes__item {
    padding: 24px 24px 23px 24px;
  }

  .analyzes__item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
  }
}

.clinic__wrapper {
  font-weight: 400;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 24px 16px;
  margin-bottom: 32px;
}

.clinic__about-full-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
}

.clinic__about-list {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
  margin-bottom: 32px;
}

.clinic__about-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
}

.clinic__about-item {
  margin-bottom: 16px;
}

.clinic__about-item:last-child {
  margin-bottom: 0px;
}

.clinic__about-item--adress:first-child {
  padding-top: 16px;
}

.clinic__about-adress {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  margin-bottom: 8px;
}

.clinic .chest__list {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}

@media screen and (min-width: 1200px) {
  .clinic .chest__list {
    margin-bottom: 48px;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #282828;
  }

  .clinic__wrapper {
    background: #f7f7f7;
    padding: 32px;
  }

  .clinic .adress__text {
    font-size: 16px;
    line-height: 22px;
  }

  .clinic__about-full-name {
    font-size: 16px;
    line-height: 22px;
  }

  .clinic__about-list {
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 22px;
  }

  .clinic__about-text {
    font-size: 16px;
    line-height: 22px;
  }

  .clinic__about-item {
    margin-bottom: 16px;
  }

  .clinic__about-item--adress {
    margin-bottom: 8px;
  }

  .clinic__about-item--adress:first-child {
    padding-top: 16px;
  }

  .clinic__about-adress {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
  }
}

.pane__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
}

@media screen and (min-width: 1200px) {
  .pane__text {
    font-size: 16px;
    line-height: 22px;
  }
}

.first-word {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

@media screen and (min-width: 1200px) {
  .first-word {
    font-size: 16px;
    line-height: 22px;
  }
}

.bold-part {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

@media screen and (min-width: 1200px) {
  .bold-part {
    font-size: 16px;
    line-height: 22px;
  }
}

.parag {
  margin-bottom: 8px;
}

.adress__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
}

@media screen and (min-width: 1200px) {
  .adress__text {
    font-size: 16px;
    line-height: 22px;
  }
}

.comments {
  list-style: none;
  margin-bottom: 134px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .comments {
    margin-bottom: 161px;
  }
}

.sales__header {
  padding: 24px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.sales__header-inner {
  min-height: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sales__header--title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #282828;
}

.sales__header--cost {
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  color: #282828;
}

.sales__header--cost-discount {
  margin-bottom: 2px;
}

.sales__descr {
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
}

.sales__descr--bold {
  font-weight: 600;
}

.sales__descr:nth-child(1) {
  margin-top: 0;
}

.sales__descr:nth-child(n + 2) {
  margin-top: 24px;
}

.sales__descr--link {
  color: #009fe3;
}

.sales__descr-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  margin-bottom: 16px;
}

.sales__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #009fe3;
  margin-left: 12px;
}

.sales__wrapp {
  padding: 24px 0 56px;
}

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

.sales__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -webkit-column-gap: 24px;
  column-gap: 24px;
  row-gap: 32px;
}

.sales__catalog {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 24px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  list-style: disc outside;
}

.sales__catalog-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 24px;
  -webkit-column-gap: 29px;
  column-gap: 29px;
  margin-bottom: 32px;
}

.sales__item {
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

.sales__link {
  cursor: pointer;
  list-style: none;
}

.sales__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  margin-bottom: 6px;
}

.sales__about {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  margin-bottom: 32px;
}

.sales__text-wrap {
  padding: 16px;
}

@media screen and (min-width: 1200px) {
  .sales__wrapp {
    padding-top: 38px;
    padding-bottom: 94px;
  }

  .sales__descr {
    font-size: 16px;
    line-height: 22px;
    width: 936px;
  }

  .sales__descr-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
  }

  .sales__date {
    font-size: 16px;
    line-height: 22px;
  }

  .sales__about {
    font-size: 16px;
    line-height: 22px;
    width: 936px;
    margin-bottom: 40px;
  }

  .sales__header {
    min-height: 240px;
    padding: 33px 0;
    background-position: center;
    background-size: cover;
  }

  .sales__header--title {
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
  }

  .sales__header--cost {
    font-size: 34px;
    line-height: 41px;
  }

  .sales__text {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
    width: 312px;
  }

  .sales__text-wrap {
    padding: 24px;
    min-height: 100px;
  }

  .sales__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 24px;
    column-gap: 24px;
    row-gap: 32px;
  }

  .sales__catalog {
    padding: 32px 24px;
    font-size: 18px;
    line-height: 22px;
  }

  .sales__catalog-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 29px;
    column-gap: 29px;
    margin-bottom: 40px;
  }
}

.contacts__list {
  margin-bottom: 24px;
}

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

.contacts__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #797979;
  width: 96px;
}

.contacts__item:not(:last-child) {
  margin-bottom: 16px;
}

.contacts__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
  width: 204px;
}

.contacts__number {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.contacts .second__number {
  display: inline-block;
}

.contacts .second__time {
  display: block;
}

@media screen and (min-width: 1200px) {
  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contacts__list {
    margin-bottom: 0px;
  }

  .contacts .map__pic {
    width: 552px;
    height: 360px;
  }

  .contacts__text {
    font-size: 16px;
    line-height: 22px;
    width: 451px;
  }

  .contacts__number {
    font-size: 16px;
    line-height: 22px;
  }

  .contacts__name {
    font-size: 16px;
    line-height: 22px;
  }

  .contacts__item:last-child {
    margin-bottom: 66px;
  }
}

.license__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.license img {
  width: 300px;
  height: 424px;
  margin-bottom: 16px;
}

@media screen and (min-width: 1200px) {
  .license__title {
    font-size: 16px;
    line-height: 22px;
  }

  .license img {
    width: 360px;
    height: 509px;
    margin-bottom: 20px;
  }
}

.sout__about {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
  margin-bottom: 24px;
  list-style: disc outside;
}

.sout__item {
  margin-left: 18px;
  color: #009fe3;
}

.sout__item:nth-child(1) {
  padding-top: 16px;
  margin-bottom: 16px;
}

.sout__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.sout__report {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #009fe3;
}

@media screen and (min-width: 1200px) {
  .sout__about {
    font-size: 16px;
    line-height: 22px;
  }

  .sout__item-text {
    font-size: 16px;
    line-height: 22px;
  }

  .sout__report {
    font-size: 16px;
    line-height: 22px;
  }
}

.insur__wrap {
  margin-bottom: 24px;
}

.insur__info {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  margin-bottom: 16px;
}

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

.insur .name--bold {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.insur .adress__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
}

@media screen and (min-width: 1200px) {
  .insur__info {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .insur .adress__text {
    font-size: 16px;
    line-height: 22px;
  }

  .insur .name--bold {
    font-size: 16px;
    line-height: 22px;
  }
}

.clients__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

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

.clients__list-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 6px;
  color: #282828;
}

@media screen and (min-width: 1200px) {
  .clients__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-bottom: 64px;
  }

  .clients-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 16px;
  }
}

.rights__list {
  margin-bottom: 40px;
}

.rights .first__pad {
  padding-top: 16px;
}

.rights__site {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #009fe3;
}

@media screen and (min-width: 1200px) {
  .rights__list {
    margin-bottom: 48px;
  }

  .rights__site {
    font-size: 16px;
    line-height: 22px;
  }
}

.laws__list {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  list-style: disc;
}

.laws__list li {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  margin-left: 18px;
  margin-bottom: 16px;
}

.laws__list li::marker {
  color: #009fe3;
  margin-right: 12px !important;
}

.laws__list li:nth-child(1) {
  padding-top: 24px;
}

.laws__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #009fe3;
}

@media screen and (min-width: 1200px) {
  .laws__list {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
  }

  .laws__list li {
    font-size: 16px;
    line-height: 22px;
    color: #4b4b4b;
  }

  .laws__link {
    font-size: 16px;
    line-height: 22px;
  }
}

.vacancies__item {
  padding: 16px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  margin-bottom: 16px;
}

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

.vacancies__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vacancies__about {
  width: 181px;
}

.vacancies__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  margin-bottom: 8px;
}

.vacancies__price {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
}

.vacancies__svg {
  width: 48px;
  height: 48px;
}

@media screen and (min-width: 1200px) {
  .vacancies__list {
    padding-top: 30px;
  }

  .vacancies__item {
    margin-bottom: 24px;
    padding: 24px;
  }

  .vacancies__about {
    width: 600px;
  }

  .vacancies__name {
    font-size: 18px;
    line-height: 23px;
  }
}

.service-page {
  margin-bottom: 64px;
}

.service-page__prevent {
  max-width: 931px;
}

.service-page__prevent-item {
  padding: 0;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-page__prevent-item:last-child {
  margin-bottom: 0;
}

.service-page__prevent-svg {
  width: 56px;
  height: 56px;
  margin-right: 16px;
}

.service-page__prevent-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  margin-bottom: 8px;
}

.service-page__prevent-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #797979;
}

.service-page__header {
  min-height: 230px;
  padding: 24px 0;
  background-size: cover;
  background-position: 35% 30%;
  background-repeat: no-repeat;
  margin-bottom: 32px;
}

.service-page__header-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  color: #282828;
}

.service-page__header-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  max-width: 535px;
  margin-top: 8px;
}

.service-page__header-btn {
  margin-top: 24px;
}

.service-page__header-inner {
  min-height: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-page__header--students {
  margin-bottom: 20px;
}

.service-page__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.service-page__controls-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #797979;
  text-decoration: none;
  margin-right: 24px;
}

.service-page__controls-item:last-child {
  margin-right: 0;
}

.service-page__controls-item--active {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  border-bottom: 2px solid #009fe3;
}

.service-page__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #282828;
  margin-bottom: 24px;
}

.service-page__about {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 24px 16px;
  margin-bottom: 32px;
}

.service-page__about-descr {
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.service-page__about-descr--students {
  margin-bottom: 40px;
  color: #4b4b4b;
}

.service-page__about-info {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
  margin-top: 12px;
}

.service-page__attachment-link {
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
}

.service-page__description {
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  margin-bottom: 32px;
  max-width: 936px;
}

.service-page__description--students {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 24px;
}

.service-page__list {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  margin-bottom: 42px;
  max-width: 936px;
  list-style: initial;
}

.service-page__list--students {
  margin-bottom: 24px;
}

.service-page__list--flue {
  margin-bottom: 32px;
}

.service-page__list--vac {
  margin-bottom: 32px;
}

.service-page__list--vac span {
  color: #4b4b4b;
}

.service-page__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  margin-bottom: 16px;
  margin-left: 18px;
}

.service-page__item::marker {
  color: #009fe3;
}

.service-page__item:last-child {
  margin-bottom: 0;
}

.service-page__item:first-child {
  margin-top: 16px;
}

.service-page__item--text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  margin-top: 12px;
}

.service-page__item--bold {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.service-page__item--bold-students {
  color: #4b4b4b;
  display: inline-block;
}

.service-page__item--vac {
  color: #4b4b4b;
}

.service-page__instruct {
  margin-bottom: 24px;
  display: -ms-grid;
  display: grid;
  row-gap: 24px;
}

.service-page__instruct--students {
  margin-bottom: 32px;
}

.service-page__instruct:last-child {
  margin-bottom: 0;
}

.service-page__instruct-block {
  padding: 24px 16px;
  background: #f7f7f7;
  border-radius: 4px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 72px;
  background-position: top -12px left -4px;
}

.service-page__instruct-block--students {
  margin-top: 48px;
  background-image: url("/assets/img/bg/cross.png");
  background-size: 72px;
  background-position: top -12px left -4px;
}

.service-page__instruct-block--title {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  max-width: 936px;
  margin-bottom: 16px;
}

.service-page__instruct-block--text {
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  margin-top: 16px;
}

.service-page__instruct-block--text-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #009fe3;
}

.service-page__instruct-block--text-student {
  color: #282828;
}

.service-page__instruct-block--list {
  margin-top: 16px;
  list-style: disc;
}

.service-page__instruct-block--item {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  margin-bottom: 16px;
  margin-left: 18px;
}

.service-page__instruct-block--item:last-child {
  margin-bottom: 0;
}

.service-page__instruct-block--item::marker {
  color: #009fe3;
}

.service-page__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 24px 16px;
  border: 1px solid #ebebeb;
  margin-bottom: 32px;
}

.service-page__review-svg {
  width: 21px;
  margin-right: 12px;
}

.service-page__review-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  max-width: 956px;
}

.service-page__links {
  margin-top: 32px;
}

.service-page__links-list {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  list-style: disc;
}

.service-page__links-item {
  margin-top: 16px;
  margin-left: 18px;
}

.service-page__links-item::marker {
  color: #009fe3;
}

.service-page__links-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #009fe3;
}

.service-page__wrapper {
  max-width: 936px;
  margin-top: 48px;
}

.service-page__wrapper--students {
  margin-top: 0;
  margin-bottom: 24px;
}

.service-page__wrapper--vac {
  margin-top: 32px;
}

.service-page__wrapper-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #282828;
  margin-bottom: 16px;
}

.service-page__wrapper-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  margin-bottom: 16px;
}

.service-page__wrapper-text--covid {
  margin-bottom: 16px;
}

.service-page__wrapper-text--covid:last-of-type {
  margin-bottom: 32px;
}

.service-page__wrapper-text--vac {
  max-width: 936px;
}

.service-page__wrapper-text--vac:last-of-type {
  margin-bottom: 32px;
}

.service-page__wrapper-list {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  list-style: disc;
  margin-bottom: 32px;
}

.service-page__wrapper-list--students {
  margin-top: 0;
  list-style: none;
  margin-bottom: 32px;
  color: #4b4b4b;
}

.service-page__wrapper-list--students li {
  margin-left: 0;
}

.service-page__wrapper-list--vac {
  margin-bottom: 32px;
}

.service-page__wrapper-list--vac span {
  color: #4b4b4b;
}

.service-page__wrapper-list:nth-child(1) {
  margin-top: 0;
}

.service-page__wrapper-list--vac {
  margin-top: 0;
}

.service-page__wrapper-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  margin-left: 18px;
  margin-top: 16px;
}

.service-page__wrapper-item::marker {
  color: #009fe3;
}

.service-page__wrapper-section {
  margin-top: 32px;
  margin-bottom: 32px;
  max-width: 936px;
}

.service-page__wrapper-section h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  margin-bottom: 16px;
}

.service-page__wrapper-section__text {
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  margin-top: 16px;
}

.service-page__wrapper-section span {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.service-page__wrapper-section p {
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  margin-bottom: 12px;
}

.service-page__wrapper-section ul {
  list-style: disc;
}

.service-page__wrapper-section li {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
  margin-left: 18px;
  margin-bottom: 16px;
}

.service-page__wrapper-section li:last-child {
  margin-bottom: 0;
}

.service-page__wrapper-section li::marker {
  color: #009fe3;
}

.service-page__doctors {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 32px;
}

.service-page__doctors .doctors__item-name {
  min-height: 56px;
}

.service-page__doctors .doctors__item-profession {
  min-height: 51px;
}

.service-page__table {
  margin-bottom: 24px;
}

.service-page__table--more {
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .service-page__table--more {
    overflow-y: hidden;
  }
}

.service-page__table--analyzes {
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .service-page__table--analyzes {
    overflow-y: hidden;
  }
}

.service-page__table-header {
  background: #f7f7f7;
  border-radius: 2px;
  padding: 14px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 186px 1fr;
  grid-template-columns: 186px 1fr;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

@media screen and (min-width: 768px) {
  .service-page__table-header {
    -ms-grid-columns: 1fr 163px 141px;
    grid-template-columns: 1fr 163px 141px;
  }
}

.service-page__table-header__code {
  display: none;
}

.service-page__table-header--more {
  -ms-grid-columns: 218px 106px 125px 135px;
  grid-template-columns: 218px 106px 125px 135px;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  padding: 0;
}

.service-page__table-header--more li {
  padding: 14px 20px;
  background: #f7f7f7;
  height: 100%;
}

.service-page__table-header--analyzes {
  -ms-grid-columns: 83px 212px 146px 105px 105px 105px;
  grid-template-columns: 83px 212px 146px 105px 105px 105px;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .service-page__table-header--analyzes {
    -ms-grid-columns: 83px 256px 126px 85px 85px 95px;
    grid-template-columns: 83px 256px 126px 85px 85px 95px;
  }
}

.service-page__table-header--analyzes li {
  padding: 14px 20px;
  background: #f7f7f7;
  height: 100%;
}

.service-page__table-header p {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.service-page__table-header p.service-page__table-header__subname {
  padding-top: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #4b4b4b;
}

.service-page__table-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-grid-columns: 186px 1fr;
  grid-template-columns: 186px 1fr;
  padding: 8px 10px;
  border-bottom: 1px solid #ebebeb;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.service-page__table-item:first-child {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .service-page__table-item {
    -ms-grid-columns: 1fr 183px 141px;
    grid-template-columns: 1fr 183px 141px;
    padding: 16px 10px;
  }
}

.service-page__table-item:last-child {
  margin-bottom: 0;
}

.service-page__table-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
  padding: 0 10px 0 10px;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .service-page__table-item p {
    border-bottom: none;
  }
}

.service-page__table-item--more {
  -ms-grid-columns: 218px 106px 125px 135px;
  grid-template-columns: 218px 106px 125px 135px;
  padding: 0px 10px;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  border-bottom: none;
}

.service-page__table-item--more p {
  border-bottom: 1px solid #ebebeb;
  padding: 8px 10px;
}

@media screen and (min-width: 768px) {
  .service-page__table-item--more p {
    border-bottom: none;
  }
}

.service-page__table-item--more button {
  display: none;
}

@media screen and (min-width: 768px) {
  .service-page__table-item--more {
    border-bottom: 1px solid #ebebeb;
  }
}

.service-page__table-item--analyzes {
  -ms-grid-columns: 83px 212px 146px 105px 105px 105px;
  grid-template-columns: 83px 212px 146px 105px 105px 105px;
  padding: 0 10px;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  border-bottom: none;
}

.service-page__table-item--analyzes button {
  display: none;
}

.service-page__table-item--analyzes p {
  padding: 8px 10px;
  border-bottom: 1px solid #ebebeb;
}

@media screen and (min-width: 768px) {
  .service-page__table-item--analyzes {
    -ms-grid-columns: 83px 256px 126px 85px 85px 95px;
    grid-template-columns: 83px 256px 126px 85px 85px 95px;
  }
}

.service-page__table-code {
  display: none;
}

.service-page__table-btn {
  display: none;
  background: #009fe3;
  border-radius: 4px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  padding: 12px;
  width: 141px;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .service-page__table-btn {
    display: block;
  }
}

.service-page__table-btn:hover {
  background: #0197d8;
}

.service-page__info {
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #797979;
  text-align: left;
}

.service-page .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-page .note__svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.service-page .note__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #e30613;
}

.service-page .note__text--link {
  color: #009fe3;
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .service-page {
    margin-bottom: 94px;
  }

  .service-page__prevent-item {
    padding: 5.5px 6px 5.5px 0;
  }

  .service-page__prevent-svg {
    width: 64px;
    height: 64px;
    margin-right: 16px;
  }

  .service-page__prevent-title {
    font-size: 18px;
    line-height: 23px;
  }

  .service-page__prevent-text {
    font-size: 16px;
    line-height: 22px;
  }

  .service-page__attachment-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #4b4b4b;
  }

  .service-page__review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px 96px 32px 25px;
    border: 1px solid #ebebeb;
    margin-bottom: 56px;
  }

  .service-page__review-svg {
    width: 27px;
    margin-right: 24px;
  }

  .service-page__review-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4b4b4b;
    max-width: 956px;
  }

  .service-page__header {
    min-height: 240px;
    padding: 33px 0;
    background-position: center;
    background-size: cover;
    margin-bottom: 38px;
  }

  .service-page__header--students {
    margin-bottom: 40px;
  }

  .service-page__header-title {
    font-size: 34px;
    line-height: 41px;
  }

  .service-page__header-subtitle {
    font-size: 18px;
    line-height: 23px;
  }

  .service-page__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 53px;
  }

  .service-page__controls-item {
    font-size: 18px;
    line-height: 23px;
    margin-right: 56px;
  }

  .service-page__controls-item:last-child {
    margin-right: 0;
  }

  .service-page__controls-item--active {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
  }

  .service-page__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 32px;
  }

  .service-page__about {
    padding: 40px;
  }

  .service-page__about--students {
    margin-bottom: 40px;
  }

  .service-page__about-descr {
    font-size: 16px;
    line-height: 22px;
  }

  .service-page__about-descr--students {
    color: #4b4b4b;
    margin-bottom: 64px;
  }

  .service-page__about-info {
    font-size: 16px;
    line-height: 22px;
    margin-top: 24px;
  }

  .service-page__description {
    margin-bottom: 40px;
  }

  .service-page__description--students {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 32px;
  }

  .service-page__list {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 40px;
  }

  .service-page__list--students {
    margin-bottom: 32px;
  }

  .service-page__list--vac {
    margin-bottom: 32px;
  }

  .service-page__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4b4b4b;
    margin-bottom: 16px;
  }

  .service-page__item--text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4b4b4b;
  }

  .service-page__item:last-child {
    margin-bottom: 0;
  }

  .service-page__item:first-child {
    margin-top: 24px;
  }

  .service-page__item--bold {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #282828;
  }

  .service-page__instruct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-column-gap: 23px;
    column-gap: 23px;
    margin-bottom: 40px;
  }

  .service-page__instruct--students {
    margin-top: 35px;
    margin-bottom: 64px;
  }

  .service-page__instruct-block {
    padding: 32px 40px;
    background: #f7f7f7;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: 88px;
    background-position: top -12px left -4px;
  }

  .service-page__instruct-block p {
    max-width: 936px;
  }

  .service-page__instruct-block--title {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
  }

  .service-page__instruct-block--text {
    font-size: 16px;
    line-height: 22px;
  }

  .service-page__instruct-block--text-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #009fe3;
  }

  .service-page__instruct-block--item {
    font-size: 16px;
    line-height: 22px;
  }

  .service-page__instruct .taboo {
    background-image: url("/assets/img/bg/cross.png");
    background-size: 88px;
    background-position: top -12px left -4px;
  }

  .service-page__links {
    margin-top: 40px;
  }

  .service-page__links-list {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
  }

  .service-page__links-link {
    font-size: 16px;
    line-height: 22px;
  }

  .service-page__wrapper {
    margin-top: 56px;
  }

  .service-page__wrapper--students {
    margin-bottom: 32px;
  }

  .service-page__wrapper--vac {
    margin-top: 32px;
  }

  .service-page__wrapper-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .service-page__wrapper-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .service-page__wrapper-text--covid {
    margin-bottom: 16px;
    max-width: 936px;
  }

  .service-page__wrapper-text--covid:last-of-type {
    margin-bottom: 56px;
  }

  .service-page__wrapper-text--vac {
    max-width: 936px;
  }

  .service-page__wrapper-text--vac:last-of-type {
    margin-bottom: 48px;
  }

  .service-page__wrapper-list {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 40px;
  }

  .service-page__wrapper-list--students {
    margin-top: 0;
    list-style: none;
    margin-bottom: 40px;
  }

  .service-page__wrapper-list--students li {
    margin-left: 0;
  }

  .service-page__wrapper-list--vac {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .service-page__wrapper-list--vac span {
    color: #4b4b4b;
  }

  .service-page__wrapper-list:nth-child(1) {
    margin-top: 0;
  }

  .service-page__wrapper-item {
    font-size: 16px;
    line-height: 22px;
    color: #4b4b4b;
  }

  .service-page__wrapper-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .service-page__wrapper-section h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #282828;
    margin-bottom: 24px;
  }

  .service-page__wrapper-section p {
    font-size: 16px;
    line-height: 22px;
    color: #4b4b4b;
    margin-bottom: 16px;
  }

  .service-page__wrapper-section span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #282828;
  }

  .service-page__wrapper-section__text {
    font-size: 16px;
    line-height: 22px;
    color: #4b4b4b;
    margin-top: 16px;
  }

  .service-page__wrapper-section ul {
    list-style: disc;
  }

  .service-page__wrapper-section li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4b4b4b;
    margin-left: 18px;
    margin-bottom: 16px;
  }

  .service-page__wrapper-section li:last-child {
    margin-bottom: 0;
  }

  .service-page__wrapper-section li::marker {
    color: #009fe3;
  }

  .service-page__doctors {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 24px;
    column-gap: 24px;
    row-gap: 32px;
  }

  .service-page__doctors .doctors__item-name {
    min-height: 76px;
  }

  .service-page__doctors .doctors__item-profession {
    min-height: 69px;
  }

  .service-page__table {
    margin-bottom: 40px;
  }

  .service-page__table-header {
    background: #f7f7f7;
    border-radius: 2px;
    padding: 13px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 149px 500px 159px 1fr;
    grid-template-columns: 149px 500px 159px 1fr;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }

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

  .service-page__table-header--more {
    -ms-grid-columns: 424px 126px 126px 151px 1fr;
    grid-template-columns: 424px 126px 126px 151px 1fr;
  }

  .service-page__table-header--more li {
    padding: 0;
  }

  .service-page__table-header--analyzes {
    -ms-grid-columns: 83px 256px 146px 95px 95px 95px 1fr;
    grid-template-columns: 83px 256px 146px 95px 95px 95px 1fr;
  }

  .service-page__table-header--analyzes li {
    padding: 0;
  }

  .service-page__table-header p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #282828;
  }

  .service-page__table-header p.service-page__table-header__subname {
    padding-top: 3px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #4b4b4b;
  }

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

  .service-page__table-item {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-grid-columns: 149px 500px 186px 1fr;
    grid-template-columns: 149px 500px 186px 1fr;
    padding: 16px 0 16px 16px;
    border-bottom: 1px solid #ebebeb;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }

  .service-page__table-item--more {
    -ms-grid-columns: 427px 126px 126px 131px 1fr;
    grid-template-columns: 427px 126px 126px 131px 1fr;
    padding: 16px 0 16px 14px;
  }

  .service-page__table-item--more button {
    display: block;
  }

  .service-page__table-item--analyzes {
    -ms-grid-columns: 83px 256px 146px 95px 95px 95px 1fr;
    grid-template-columns: 83px 256px 146px 95px 95px 95px 1fr;
    padding: 16px 0 16px 14px;
  }

  .service-page__table-item--analyzes button {
    display: block;
  }

  .service-page__table-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #282828;
    border-bottom: none;
  }

  .service-page__table-btn {
    display: inline-block;
    background: #009fe3;
    border-radius: 4px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 12px;
    width: 141px;
    text-align: center;
    color: #ffffff;
  }

  .service-page__table-btn:hover {
    background: #0197d8;
  }

  .service-page__info {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #6a6a6a;
    text-align: left;
  }

  .service-page .note {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-page .note__text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1280px) {
  .service-page__table-item {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-grid-columns: 149px 556px 210px 1fr;
    grid-template-columns: 149px 556px 210px 1fr;
    padding: 16px 0 16px 14px;
    border-bottom: 1px solid #ebebeb;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }

  .service-page__table-item--more {
    -ms-grid-columns: 447px 146px 146px 151px 1fr;
    grid-template-columns: 447px 146px 146px 151px 1fr;
  }

  .service-page__table-item--analyzes {
    -ms-grid-columns: 82px 330px 138px 114px 81px 109px 1fr;
    grid-template-columns: 82px 330px 138px 114px 81px 109px 1fr;
  }

  .service-page__table-header {
    -ms-grid-columns: 149px 556px 159px 1fr;
    grid-template-columns: 149px 556px 159px 1fr;
  }

  .service-page__table-header--more {
    -ms-grid-columns: 447px 146px 146px 151px 1fr;
    grid-template-columns: 447px 146px 146px 151px 1fr;
  }

  .service-page__table-header--analyzes {
    -ms-grid-columns: 82px 330px 138px 114px 81px 109px 1fr;
    grid-template-columns: 82px 330px 138px 114px 81px 109px 1fr;
  }
}

.news__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 32px;
}

.news__item {
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

.news__inner {
  padding: 16px;
}

.news__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
  margin-bottom: 6px;
}

.news__about {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
}

.news__about--bold {
  font-weight: 600;
  color: #4b4b4b;
}

.news__wrapper {
  margin-bottom: 16px;
}

.news__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #797979;
}

.news__page-pic {
  margin-bottom: 24px;
  max-height: 280px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__page-title {
  margin-bottom: 16px;
}

.news__page-about {
  color: #4b4b4b;
}

@media screen and (min-width: 1200px) {
  .news__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 24px;
    column-gap: 24px;
    row-gap: 32px;
  }

  .news__inner {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
  }

  .news__about {
    font-size: 16px;
    line-height: 22px;
  }

  .news__wrapper {
    margin-bottom: 16px;
    min-height: 97px;
  }

  .news__page-pic {
    margin-bottom: 40px;
    margin-top: 8px;
  }

  .news__page-title {
    margin-bottom: 16px;
  }
}

.timetable .table {
  margin-left: 10px;
  margin-top: 40px;
  overflow: auto;
}

.timetable .table__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 153px 154px 103px 103px 103px 103px 103px 103px 103px;
  grid-template-columns: 153px 154px 103px 103px 103px 103px 103px 103px 103px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
}

.timetable .table__header-item {
  background: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ebebeb;
  height: 64px;
  padding: 0 12px 0 16px;
}

.timetable .table__header-item:nth-child(-n + 2) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.timetable .table__header-item--title {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #282828;
}

.timetable .table__header-item--text {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #4b4b4b;
}

.timetable .table__inner-item--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 153px 154px 103px 103px 103px 103px 103px 103px 103px;
  grid-template-columns: 153px 154px 103px 103px 103px 103px 103px 103px 103px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

.timetable .table__inner-item--item {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  height: 54px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.timetable .table__inner-item--item:nth-child(-n + 2) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 8px 8px 8px 16px;
}

.timetable .table__inner-item--item:nth-child(2) p {
  width: 122px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.timetable .table__inner-item--item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

@media only screen and (min-width: 375px) {
  .timetable .table {
    margin-left: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .timetable .table {
    margin-left: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .timetable .table {
    margin-left: 0;
  }

  .timetable .table__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 170px 154px 115px 115px 115px 115px 115px 115px 115px;
    grid-template-columns: 170px 154px 115px 115px 115px 115px 115px 115px 115px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fbfbfb;
    border-radius: 2px;
  }

  .timetable .table__header-item--title {
    line-height: 22px;
  }

  .timetable .table__inner-item--list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 170px 154px 115px 115px 115px 115px 115px 115px 115px;
    grid-template-columns: 170px 154px 115px 115px 115px 115px 115px 115px 115px;
  }

  .timetable .table__inner-item--item:nth-child(2) p {
    width: 128px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .timetable .table__inner-item--item p {
    font-size: 16px;
    line-height: 22px;
  }
}

.not-found {
  padding-top: 16px;
}

.not-found__img {
  display: none;
}

.not-found__wrapper {
  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: center;
  -ms-flex-align: center;
  align-items: center;
}

.not-found__title {
  font-weight: 600;
  font-size: 54px;
  line-height: 120%;
  color: #282828;
  margin-bottom: 4px;
  text-align: center;
}

.not-found__descr {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #4b4b4b;
  text-align: center;
  margin-bottom: 34px;
}

.not-found__btn {
  width: 300px;
  background: #009fe3;
  border-radius: 4px;
  padding: 13px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.not-found__btn:hover {
  background: #0197d8;
}

@media screen and (min-width: 1200px) {
  .not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .not-found__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 288px;
    height: 288px;
    margin-right: 97px;
  }

  .not-found__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .not-found__title {
    font-weight: 600;
    font-size: 74px;
    line-height: 120%;
    margin-bottom: 8px;
  }

  .not-found__descr {
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 40px;
  }

  .not-found__btn {
    padding: 16px;
    width: 287px;
  }
}

/*# sourceMappingURL=styles.css.map */