

/* Start:/local/templates/main/assets/css/main.css?1693558090144204*/
@charset "UTF-8";
@font-face {
  font-family: 'TT Firs Neue';
  src: local("TT Firs Neue Regular"), local("TTFirsNeue-Regular"), url("/local/templates/main/assets/css/../fonts/TTFirsNeue-Regular.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/TTFirsNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: local("TTFirsNeue Medium"), local("TTFirsNeue-Medium"), url("/local/templates/main/assets/css/../fonts/TTFirsNeue-Medium.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/TTFirsNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: local("TTFirsNeue DemiBold"), local("TTFirsNeue-DemiBold"), url("/local/templates/main/assets/css/../fonts/TTFirsNeue-DemiBold.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/TTFirsNeue-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: local("TTFirsNeue Bold"), local("TTFirsNeue-Bold"), url("/local/templates/main/assets/css/../fonts/TTFirsNeue-Bold.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/TTFirsNeue-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

html, body {
  position: relative;
  background-color: #ffffff;
  color: #2D3A44;
  font-family: 'TT Firs Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  height: 100%;
}

html.fixed, body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.page-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.page-content {
  flex: 1;
  padding-top: 104px;
  position: relative;
  background-color: #fff;
}

.page-content--index {
  padding-top: 0;
  z-index: 11;
}

.page-list {
  padding: 10px 30px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.breadcrumbs__item {
  position: relative;
  font-size: 14px;
}

.breadcrumbs__item:not(:last-child)::after {
  content: '•';
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #14BED3;
}

.breadcrumbs__link, .breadcrumbs__link:visited {
  padding: 6px;
  text-decoration: none;
  color: #A5AFB8;
}

.breadcrumbs__link:hover, .breadcrumbs__link:visited:hover {
  color: #00ADE3;
}

.page-heading {
  position: relative;
  padding: 60px 16px;
  z-index: 10;
  box-shadow: 0px 14px 33px rgba(132, 136, 139, 0.07);
  background-color: #fff;
}

.page-heading__breadcrumbs {
  margin: 0 auto 60px;
  justify-content: center;
}

.page-heading--services {
  box-shadow: none;
  padding-bottom: 88px;
  z-index: 1;
}

.common-button {
  padding: 15px 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-family: 'TT Firs Neue', Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 0;
  border: 1px #E9EEF3 solid;
  border-radius: 62px;
  margin: 0;
  white-space: nowrap;
  display: inline-block;
  background: transparent;
}

.common-button:hover {
  opacity: 0.8;
}

.common-button span {
  color: #2d3a44;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

.common-button span + svg {
  margin-left: 28px;
}

.common-button:visited span {
  color: #2D3A44;
}

.common-button svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  fill: #47C5C9;
}

.common-button svg + span {
  margin-left: 28px;
}

.common-button--blue {
  background-color: #00ADE3;
  border-color: #00ADE3;
}

.common-button--blue span {
  color: #FFF;
}

.common-button--blue:visited span {
  color: #FFF;
}

.common-button--blue svg {
  fill: #FFF;
}

.page-heading-lead__title {
  text-align: center;
  color: #21B9D7;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
  margin: 0 auto;
  line-height: 1.4;
  max-width: 930px;
}

.page-heading-lead__title:not(:last-child) {
  margin-bottom: 35px;
}

.page-heading-lead__text {
  max-width: 870px;
  margin: 0 auto;
  text-align: center;
}

.page-heading-lead__text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
}

.page-heading-lead__text p a, .page-heading-lead__text p a:visited {
  color: #00ADE3;
  text-decoration: none;
}

.page-heading-lead__text p a:hover, .page-heading-lead__text p a:visited:hover {
  opacity: 0.8;
}

.page-heading-lead__button {
  text-align: center;
  margin-top: 40px;
}

.reception-section {
  position: relative;
  padding: 120px 16px;
  overflow: hidden;
}

.reception-section__inner {
  position: relative;
  max-width: 1458px;
  margin: 0 auto;
}

.reception-section__cols {
  display: flex;
  margin: 0 -15px;
}

.reception-section__col {
  width: 50%;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
}

.reception-section-item {
  padding: 90px 40px 75px;
  min-height: 100%;
  box-sizing: border-box;
  border: 1px #E9EEF3 solid;
  border-radius: 20px;
  position: relative;
}

.reception-section-item__logo {
  background-color: #fff;
  width: 119px;
  height: 119px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -60px;
}

.reception-section-item__logo svg {
  display: block;
  margin: 0;
}

.reception-section-item__title {
  font-size: 24px;
  margin: 0 auto 28px;
  font-weight: 600;
  text-align: center;
}

.reception-section-item__text {
  max-width: 470px;
  margin: 0 auto 48px;
  text-align: center;
}

.reception-section-item__text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.reception-section-item__text p:not(:last-child) {
  margin-bottom: 37px;
}

.reception-section-item__text p strong {
  font-weight: 500;
}

.reception-section-item__text p strong a {
  font-weight: 600;
}

.reception-section-item__text p a, .reception-section-item__text p a:visited {
  color: #00ADE3;
  text-decoration: none;
}

.reception-section-item__text p a:hover, .reception-section-item__text p a:visited:hover {
  text-decoration: underline;
}

.reception-section-item__ambulance {
  position: relative;
  overflow: hidden;
  margin: 0 -40px;
}

.reception-section-item__illustration {
  position: relative;
  overflow: hidden;
  margin-top: -3px;
  margin-left: -130px;
  margin-right: -130px;
}

.reception-section-item__illustration img {
  display: block;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translate3d(-48%, 0, 0);
}

.custom-select-input .select2-container {
  width: 100% !important;
}

.custom-select-input .select2-container .select2-selection {
  padding-left: 24px;
  padding-top: 28px;
  padding-bottom: 28px;
  border: none;
  background-color: #F8F9FB;
}

.custom-select-input .select2-container .select2-selection__rendered {
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 10px !important;
  padding-right: 40px !important;
  margin-top: -15px;
}

.custom-select-input .select2-container .select2-selection__arrow {
  top: 15px !important;
  right: 18px !important;
}

.custom-select-input .select2-container .select2-selection__arrow b {
  border: none !important;
  width: 11px !important;
  height: 6px !important;
  background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4037 1.02999C11.7777 1.43631 11.7516 2.06893 11.3453 2.44299L6.66601 6.75069C6.28323 7.10307 5.6942 7.10307 5.31142 6.75069L0.632179 2.44299C0.225857 2.06893 0.199701 1.43631 0.573761 1.02999C0.94782 0.623664 1.58044 0.597509 1.98677 0.971568L5.98872 4.65575L9.99067 0.971568C10.397 0.597509 11.0296 0.623664 11.4037 1.02999Z' fill='%232D3A44'/%3E%3C/svg%3E%0A") no-repeat 50% 50% transparent;
}

.select2-results__option--disabled {
  display: none;
}

.select2-container .select2-dropdown--below {
  border-radius: 5px !important;
  overflow: hidden;
  border: none;
  margin-top: 10px;
  box-shadow: 0px 14px 33px rgba(0, 81, 126, 0.07);
}

.select2-container .select2-selection__arrow {
  width: 11px !important;
}

.select2-container .select2-selection__arrow b {
  margin-left: 0 !important;
  left: 0 !important;
}

.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}

.select2-container .select2-results__option {
  padding-left: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.select2-container .select2-results__option--selected, .select2-container .select2-results__option--highlighted {
  background-color: #F8F9FB !important;
  color: inherit !important;
}

.reception-section-form {
  position: relative;
  max-width: 496px;
  margin: 0 auto;
}

.reception-section-form--popup {
  width: 100%;
  max-width: 620px;
}

.reception-section-form__title {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 25px;
}

.reception-section-form__input {
  position: relative;
  margin-bottom: 16px;
}

.reception-section-form__input ul {
  display: none;
}

.reception-section-form__input input.parsley-error,
.reception-section-form__input select.parsley-error ~ .select2-container {
  border: 1px #f00 solid;
}

.reception-section-form__input .select2-container {
  border: 1px transparent solid;
  border-radius: 4px;
  border: 1px transparent solid;
  max-width: 100%;
}

.reception-section-form__input .select2-container .select2-selection {
  border-radius: 4px;
}

.reception-section-form__input input,
.reception-section-form__input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  height: 56px;
  font-family: 'TT Firs Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 0 24px;
  background-color: #F8F9FB;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;
  border: 1px transparent solid;
}

.reception-section-form__note {
  font-size: 11.8px;
  color: #506270;
  margin-bottom: 40px;
}

.reception-section-form__note--popup {
  text-align: center;
  margin-bottom: 30px;
}

.reception-section-form__note p {
  margin: 0;
}

.reception-section-form__note p a, .reception-section-form__note p a:visited {
  color: #00ADE3;
  text-decoration: none;
}

.reception-section-form__note p a:hover, .reception-section-form__note p a:visited:hover {
  text-decoration: underline;
}

.reception-section-form__submit--popup {
  text-align: right;
}

.reception-section-form__submit .common-button {
  border: 1px #E9EEF3 solid;
  height: 50px;
}

.services-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

.services-list__col {
  width: 438px;
  padding: 0 42px 60px;
  box-sizing: border-box;
}

.services-list__item {
  position: relative;
  box-sizing: border-box;
  border-radius: 50%;
}

.services-list__item--doctor {
  cursor: pointer;
}

.services-list__more {
  position: absolute;
  top: 45px;
  left: 220px;
  padding-left: 97px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 5px, 0);
  transition: .3s opacity, .3s visibility, .3s transform;
}

.services-list__more::before {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 87px;
  height: 87px;
  left: 0;
  top: -34px;
  border-radius: 50%;
  background-color: #00ADE3;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.96969 0.63615L12.7427 5.40912C13.0356 5.70201 13.0356 6.17689 12.7427 6.46978L7.96969 11.2428C7.6768 11.5356 7.20192 11.5356 6.90903 11.2428C6.61613 10.9499 6.61613 10.475 6.90903 10.1821L10.4017 6.68945L0.788086 6.68945L0.788086 5.18945L10.4017 5.18945L6.90903 1.69681C6.61613 1.40392 6.61613 0.929044 6.90903 0.636151C7.20192 0.343257 7.67679 0.343257 7.96969 0.63615Z' fill='white'/%3E%3C/svg%3E%0A");
}

.services-list__link, .services-list__link:visited {
  position: relative;
  display: block;
  height: 354px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #2D3A44;
  border: 1px solid #00ADE3;
  transition: .3s border .3s, .3s color .3s, .3s background .3s;
  background-color: transparent;
}

.services-list__link:hover, .services-list__link:visited:hover {
  background-color: #00ADE3;
  color: #FFF;
  transition: .3s border, .3s color, .3s background;
}

.services-list__link:hover ~ .services-list__more, .services-list__link:visited:hover ~ .services-list__more {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: .3s opacity .3s, .3s visibility .3s, .3s transform .3s;
}

.services-list--index {
  display: block;
  margin-left: -16px;
  margin-right: -16px;
}

.services-list--index .scrollyeah__shaft,
.services-list--index.scrollyeah_active .scrollyeah__shaft_grabbing,
.services-list--index.scrollyeah_active .scrollyeah__shaft_grabbing * {
  cursor: url("/local/templates/main/assets/css/../img/grab-hand.svg"), auto !important;
}

.services-list--index .services-list__item--doctor {
  cursor: url("/local/templates/main/assets/css/../img/grab-hand.svg"), auto;
}

.services-list--index .services-list__col {
  float: left;
}

.services-list--index .services-list__col:first-child {
  margin-left: 200px;
}

.services-list--index .services-list__col:last-child {
  margin-right: 100px;
}

.services-list--index .services-list__col .services-list__link {
  border: 1px solid #E9EEF3;
}

.appointment-link,
.appointment-link:visited {
  padding: 10px 24px;
  white-space: nowrap;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  background-color: #00ADE3;
  text-decoration: none;
  border-radius: 32px;
}

.appointment-link:not(:last-child),
.appointment-link:visited:not(:last-child) {
  margin-right: 48px;
}

.appointment-link:hover,
.appointment-link:visited:hover {
  opacity: 0.8;
}

.doctors-list-item {
  position: relative;
  text-align: center;
}

.doctors-list-item:hover .doctors-list-item__appointment {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.doctors-list-item:hover ~ .services-list__more {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: .3s opacity, .3s visibility, .3s transform;
}

.doctors-list-item ~ .services-list__more {
  padding-left: 50px;
  padding-top: 87px;
  transition: .3s opacity, .3s visibility, .3s transform;
  left: 250px;
}

.doctors-list-item ~ .services-list__more::before {
  width: 87px;
  height: 87px;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='87' height='87' viewBox='0 0 87 87' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='43.5' cy='43.5' r='43.5' fill='%23F7F8FA'/%3E%3Cpath d='M49.7427 44.4697C50.0356 44.1768 50.0356 43.702 49.7427 43.4091L44.9697 38.6361C44.6768 38.3432 44.2019 38.3432 43.909 38.6361C43.6161 38.929 43.6161 39.4039 43.909 39.6968L48.1517 43.9394L43.909 48.182C43.6161 48.4749 43.6161 48.9498 43.909 49.2427C44.2019 49.5356 44.6768 49.5356 44.9697 49.2427L49.7427 44.4697ZM37.7881 44.6894L49.2123 44.6894L49.2123 43.1894L37.7881 43.1894L37.7881 44.6894Z' fill='%2300ADE3'/%3E%3C/svg%3E%0A");
  background-color: #F7F8FA;
}

.doctors-list-item__photo {
  height: 354px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #F7F8FA;
  margin-bottom: 30px;
  border-radius: 50%;
}

.doctors-list-item__photo--empty {
  background-size: auto;
  background-image: url("/local/templates/main/assets/css/../img/doctor-placeholder.svg");
}

.doctors-list-item__appointment {
  position: absolute;
  left: 0;
  right: 0;
  top: 280px;
  text-align: center;
  transition: .3s opacity, .3s visibility, .3s transform;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
}

.doctors-list-item__position {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}

.doctors-list-item__name {
  font-size: 16px;
  color: #506270;
  margin: 0 0 10px;
}

.doctors-list-item__phone {
  display: none;
  padding-top: 10px;
}

.doctors-list-item__phone p {
  margin: 0;
}

.doctors-list-item__phone p a, .doctors-list-item__phone p a:visited {
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 5;
}

.doctors-list-item__phone p a:hover, .doctors-list-item__phone p a:visited:hover {
  text-decoration: underline;
  color: #00ADE3;
}

.doctors-list-item__toggle-phone {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'TT Firs Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #00ADE3;
  cursor: pointer;
  outline: none;
  background: transparent;
}

.doctors-list-item__toggle-phone::after {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 6px;
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.27985 0.835956L3.99985 3.55596L6.71985 0.835955C6.86202 0.703475 7.05007 0.631352 7.24437 0.63478C7.43867 0.638208 7.62405 0.716921 7.76147 0.854334C7.89888 0.991747 7.97759 1.17713 7.98102 1.37143C7.98445 1.56573 7.91233 1.75378 7.77985 1.89595L4.52985 5.14596C4.38922 5.28641 4.1986 5.3653 3.99985 5.3653C3.8011 5.3653 3.61047 5.28641 3.46985 5.14596L0.219846 1.89596C0.0873663 1.75378 0.0152432 1.56573 0.0186714 1.37143C0.0220996 1.17713 0.100812 0.991747 0.238225 0.854334C0.375638 0.716921 0.561023 0.638208 0.755324 0.63478C0.949625 0.631352 1.13767 0.703475 1.27985 0.835956Z' fill='%2300ADE3'/%3E%3C/svg%3E%0A") no-repeat 50% 50% transparent;
  margin-left: 8px;
  transition: .3s transform;
}

.doctors-list-item__toggle-phone.js-active::after {
  transform: rotate(-180deg);
}

.doctors-filter-wrapper {
  display: none;
}

.doctors-filter-wrapper.js-active {
  display: block;
}

.doctors-filter {
  position: relative;
  margin: 0 -16px;
}

.doctors-filter::after {
  content: '';
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 0;
  width: 80px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  pointer-events: none;
}

.doctors-filter--doctors {
  padding-top: 30px;
}

.doctors-filter--office-status {
  padding-top: 20px;
  margin-bottom: -30px;
}

.doctors-filter__col {
  position: relative;
  padding: 16px 10px;
  float: left;
}

.doctors-filter__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin: 0;
  cursor: pointer;
  outline: none;
  background-color: #FFF;
  border: 1px #E9EEF3 solid;
  box-sizing: border-box;
  border-radius: 45px;
  font-size: 15px;
  font-family: 'TT Firs Neue', Helvetica, Arial, sans-serif;
  color: #2D3A44;
  white-space: nowrap;
  padding: 11px 24px;
  transition: .3s box-shadow, .3s border;
  text-decoration: none;
  display: inline-block;
}

.doctors-filter__button:visited {
  color: #2d3A44;
}

.doctors-filter__button:hover {
  border-color: #FFF;
  box-shadow: 0px 0 23px rgba(0, 81, 126, 0.07);
}

.doctors-filter__button.js-active {
  background-color: #00ADE3;
  color: #FFF;
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging__arrow {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
  transition: .5s border;
  border: 1px #E9EEF3 solid;
}

.paging__arrow svg {
  transition: .5s fill;
}

.paging__arrow:hover {
  border-color: #17BDD4;
}

.paging__arrow:hover svg {
  fill: #17BDD4 !important;
}

.paging__arrow--inactive {
  pointer-events: none;
  opacity: 0.7;
}

.paging__pages {
  margin: 0 185px;
  display: flex;
  align-items: center;
}

.paging__page, .paging__page:visited {
  width: 60px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  margin: 0 16px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  transition: .5s border, .5s color;
  border: 1px transparent solid;
  box-sizing: border-box;
}

.paging__page:hover, .paging__page:visited:hover {
  color: #17BDD4;
}

.paging__page--current {
  border-color: #17BDD4;
}

.common-files-list {
  position: relative;
}

.common-files-list__item:not(:last-child) {
  margin-bottom: 16px;
}

.files-list-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 26px 40px;
  border-radius: 20px;
  background-color: #F7F8FA;
  transition: .5s background, .5s box-shadow;
}

.files-list-item:hover {
  background-color: #fff;
  box-shadow: 0px 14px 33px rgba(0, 81, 126, 0.07);
}

.files-list-item__col--type {
  flex-shrink: 0;
  margin-right: 40px;
}

.files-list-item__type {
  width: 41px;
  height: 41px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00ADE3;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
}

.files-list-item__link {
  color: inherit;
  text-decoration: none;
  display: block;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 10px;
  transition: .5s color;
}

.files-list-item__link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.files-list-item__link:visited {
  color: inherit;
}

.files-list-item__link:visited:hover {
  color: #00ADE3;
}

.files-list-item__link:hover {
  color: #00ADE3;
}

.files-list-item__size {
  font-size: 14px;
  color: #A5AFB8;
}

.page-date {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #506270;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! Scrollyeah - v0.3.2 - 2014-04-11
* https://github.com/artpolikarpov/scrollyeah
* Copyright (c) 2014 Artem Polikarpov; Licensed MIT */
.scrollyeah {
  position: relative;
  overflow: hidden;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  *zoom: 1;
}

.scrollyeah__wrap {
  overflow: hidden;
  *zoom: 1;
}

.scrollyeah__shaft {
  float: left;
}

.scrollyeah__shaft, .scrollyeah__parallax {
  left: 0;
  position: relative;
}

.scrollyeah_active .scrollyeah__shaft {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
  *cursor: move !important;
}

.scrollyeah_active .scrollyeah__shaft_grabbing, .scrollyeah_active .scrollyeah__shaft_grabbing * {
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.scrollyeah__shadow {
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  transition-property: left, right;
  transition-duration: 333ms, 333ms;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1), cubic-bezier(0.1, 0, 0.25, 1);
  z-index: 10;
  *display: none !important;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.scrollyeah__shadow_prev {
  left: -10px;
  background-position: 0 0, 0 0;
}

.scrollyeah__shadow_next {
  right: -10px;
  background-position: 100% 0, 100% 0;
}

.scrollyeah_shadow .scrollyeah__shadow_prev {
  left: 0;
}

.scrollyeah_shadow .scrollyeah__shadow_next {
  right: 0;
}

.scrollyeah_shadow_no-left .scrollyeah__shadow_prev {
  left: -10px;
}

.scrollyeah_shadow_no-right .scrollyeah__shadow_next {
  right: -10px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/local/templates/main/assets/css/../img/fancybox/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/local/templates/main/assets/css/../img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/local/templates/main/assets/css/../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/local/templates/main/assets/css/../img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #ddd;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.main-header {
  position: fixed;
  background-color: #fff;
  z-index: 20;
  box-shadow: 0px 14px 33px rgba(0, 81, 126, 0.07);
  left: 0;
  top: 0;
  width: 100%;
  transition: 1s transform .5s;
}

.main-header__appointment-link, .main-header__appointment-link:visited {
  padding: 10px 24px;
  white-space: nowrap;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  background-color: #00ADE3;
  text-decoration: none;
  border-radius: 32px;
  border: 1px transparent solid;
  transition: .5s border;
}

.main-header__appointment-link:not(:last-child), .main-header__appointment-link:visited:not(:last-child) {
  margin-right: 48px;
}

.main-header__appointment-link:hover, .main-header__appointment-link:visited:hover {
  opacity: 0.8;
}

.main-header__appointment-link svg, .main-header__appointment-link:visited svg {
  display: none;
}

.main-header-top {
  position: relative;
  padding: 9px 16px;
}

.main-header-top:not(:last-child) {
  border-bottom: 1px solid #E6ECF2;
}

.main-header-top a:hover {
  opacity: 0.8;
}

.main-header-top__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}

.main-header-top__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header-top__city-link, .main-header-top__city-link:visited {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #01ADE3;
}

.main-header-top__city-link:hover, .main-header-top__city-link:visited:hover {
  opacity: 0.8;
}

.main-header-top__city-link span, .main-header-top__city-link:visited span {
  font-size: 13px;
}

.main-header-top__city-link svg, .main-header-top__city-link:visited svg {
  flex-shrink: 0;
  margin: 0 8px 0 0;
}

.main-header-top__page-link, .main-header-top__page-link:visited {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 13px;
  color: #01ADE3;
  margin-right: 65px;
}

.main-header-top__page-link span, .main-header-top__page-link:visited span {
  font-size: 13px;
}

.main-header-top__page-link svg, .main-header-top__page-link:visited svg {
  flex-shrink: 0;
  margin-left: 11px;
}

.main-header-top__contacts {
  font-size: 13px;
}

.main-header-top__phone, .main-header-top__phone:visited {
  text-decoration: none;
  color: #2D3A44;
  font-weight: 500;
  margin-right: 11px;
}

.main-header-top__callback-link, .main-header-top__callback-link:visited {
  text-decoration: none;
  color: #01ADE3;
}

.main-header-bottom {
  position: relative;
  padding: 14px 16px;
  background: #FFF;
  transition: .5s background;
}

.main-header-bottom__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1640px;
  margin: 0 auto;
}

.main-header-bottom__left {
  display: flex;
  align-items: center;
}

.main-header-bottom__logo, .main-header-bottom__logo:visited {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 98px;
  text-decoration: none;
}

.main-header-bottom__logo svg, .main-header-bottom__logo:visited svg {
  display: block;
  flex-shrink: 0;
  margin-right: 40px;
  transition: .5s opacity;
}

.main-header-bottom__logo svg + svg, .main-header-bottom__logo:visited svg + svg {
  position: absolute;
  left: 0;
  opacity: 0;
}

.main-header-bottom__logo span, .main-header-bottom__logo:visited span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #A5AFB8;
  font-weight: 500;
  transition: .5s color;
}

.main-header-bottom__logo:hover, .main-header-bottom__logo:visited:hover {
  opacity: 0.8;
}

.main-header-bottom__analysis-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 0;
  background: transparent;
  white-space: nowrap;
}

.main-header-bottom__analysis-button:hover {
  opacity: 0.8;
}

.main-header-bottom__analysis-button svg, .main-header-bottom__analysis-button span {
  display: inline-block;
  vertical-align: middle;
}

.main-header-bottom__analysis-button svg {
  margin-right: 6px;
  transition: .5s transform, .5s fill;
  fill: #00ADE3;
}

.main-header-bottom__analysis-button span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #2D3A44;
  font-family: 'TT Firs Neue', Helvetica, Arial, sans-serif;
}

.main-header-bottom__analysis-button.js-active span {
  color: #00ADE3;
}

.main-header-bottom__right {
  display: flex;
  align-items: center;
}

.main-header-bottom__menu {
  margin-right: 48px;
}

.main-header-menu {
  position: relative;
}

.main-header-menu__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-header-menu__item {
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: .03em;
}

.main-header-menu__item:not(:last-child) {
  margin-right: 41px;
}

.main-header-menu__link, .main-header-menu__link:visited {
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
  color: #2D3A44;
  transition: .5s color;
}

.main-header-menu__link:hover, .main-header-menu__link:visited:hover {
  opacity: 0.8;
}

.main-header-user {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-user__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  flex-shrink: 0;
}

.main-header-user__button--mobile {
  margin-left: -15px;
}

.main-header-user__button:not(:last-child) {
  margin-right: 7px;
}

.main-header-user__button svg {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  fill: #2D3A44;
  stroke: #2D3A44;
  transition: .5s fill, .5s stroke;
}

.main-header-user__button svg + svg {
  display: none;
}

.main-header-user__button.js-active svg {
  display: none;
}

.main-header-user__button.js-active svg + svg {
  display: block;
}

.main-header-search {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  display: none;
}

.main-header-search.js-active {
  display: flex;
}

.main-header-search__inner {
  position: relative;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  background-color: green;
}

.main-header-search__input {
  position: relative;
}

.main-header-search__input input {
  display: block;
  width: 100%;
  outline: none;
  border: none;
  background: #FFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  font-family: 'TT Firs Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  height: 20px;
  padding: 0 60px;
  box-sizing: border-box;
}

.main-header-search__close {
  position: absolute;
  cursor: pointer;
  outline: none;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  right: 32px;
  top: 2px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 15L1 1M15 1L1 15' stroke='%2300ADE3' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50% transparent;
}

.mobile-popup-screen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 18;
  background-color: #fff;
  display: none;
}

.mobile-popup-screen__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 105px 16px 16px;
  box-sizing: border-box;
}

.mobile-popup-screen__flex {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: space-between;
}

.mobile-popup-screen__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
}

.mobile-menu-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-items__item:not(:last-child) {
  margin-bottom: 24px;
}

.mobile-menu-items__link, .mobile-menu-items__link:visited {
  display: block;
  text-align: center;
  text-decoration: none;
  color: inherit;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.mobile-menu-items__link--analysis {
  border: 1px #E9EEF3 solid;
  border-radius: 10px;
  padding: 24px 16px;
  box-sizing: border-box;
  margin-top: 40px;
  color: #00ADE3;
}

.mobile-menu-items__link--analysis:visited {
  color: #00ADE3;
}

.mobile-menu-items__link--analysis::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 17px;
  background: url("/local/templates/main/assets/css/../img/analysis-mobile-icon.svg") no-repeat 50% 50% transparent;
}

.mobile-city-link,
.mobile-city-link:visited {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #01ADE3;
  margin-bottom: 16px;
}

.mobile-city-link:hover,
.mobile-city-link:visited:hover {
  opacity: 0.8;
}

.mobile-city-link span,
.mobile-city-link:visited span {
  font-size: 13px;
}

.mobile-city-link svg,
.mobile-city-link:visited svg {
  flex-shrink: 0;
  margin: 0 8px 0 0;
}

.mobile-page-link,
.mobile-page-link:visited {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 13px;
  color: #01ADE3;
  margin-bottom: 16px;
}

.mobile-page-link span,
.mobile-page-link:visited span {
  font-size: 13px;
}

.mobile-page-link svg,
.mobile-page-link:visited svg {
  flex-shrink: 0;
  margin-left: 11px;
}

.mobile-popup-contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 24px;
}

.mobile-popup-contacts__link {
  display: inline-block;
  padding: 0 6px;
  text-decoration: none;
  font-size: 13px;
}

.mobile-popup-contacts__link--phone {
  color: inherit;
  font-weight: 500;
}

.mobile-popup-contacts__link--phone:visited {
  color: inherit;
}

.mobile-popup-contacts__link--callback {
  color: #00ADE3;
}

.mobile-popup-contacts__link--callback:visited {
  color: #00ADE3;
}

.mobile-appointment-link,
.mobile-appointment-link:visited {
  padding: 10px 24px;
  white-space: nowrap;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  background-color: #00ADE3;
  text-decoration: none;
  border-radius: 32px;
}

.mobile-popup-analysis-links {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mobile-popup-analysis-links__item:not(:last-child) {
  margin-bottom: 30px;
}

.mobile-popup-analysis-links__link {
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  color: inherit;
}

.mobile-popup-analysis-links__link:visited {
  color: inherit;
}

.mobile-popup-analysis-links__link--back {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #00ADE3;
}

.mobile-popup-analysis-links__link--back::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url("/local/templates/main/assets/css/../img/small-back.svg") no-repeat 0 0 transparent;
}

.analysis-overlay {
  position: fixed;
  top: 104px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #00ADE3;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 10px, 0);
  transition: .5s opacity, .5s visibility, .5s transform;
}

.analysis-overlay.js-active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.analysis-overlay.js-active .analysis-overlay__circle {
  transform: scale(1);
}

.analysis-overlay.js-active .analysis-overlay__content {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.analysis-overlay__search {
  position: relative;
  max-width: 1015px;
  padding-left: 185px;
  box-sizing: border-box;
}

.analysis-overlay__circle {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -40%;
  margin-left: -28%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='2527' height='2527' viewBox='0 0 2527 2527' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1263.5' cy='1263.5' r='1263.5' fill='white'/%3E%3C/svg%3E%0A");
  transition: .5s transform;
  transform-origin: 50% 0;
  transform: scale(0);
}

.analysis-overlay__content {
  position: relative;
  max-width: 1640px;
  margin: 0 auto;
  padding: 70px 16px 40px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 20px, 0);
  transition: .5s transform .4s, .5s opacity .4s, .5s visibility .4s;
}

.analysis-overlay__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.analysis-overlay__items li:not(:last-child) {
  margin-bottom: 28px;
}

.analysis-overlay__items li a, .analysis-overlay__items li a:visited {
  text-decoration: none;
  transition: .5s color, .5s transform;
  color: inherit;
  font-weight: 500;
  line-height: 1.4;
}

.analysis-overlay__items li a:hover, .analysis-overlay__items li a:visited:hover {
  color: #00ADE3;
}

.analysis-overlay .analysis-overlay-menu {
  padding-left: 203px;
  display: flex;
  align-items: flex-start;
}

.analysis-overlay .analysis-overlay-menu__col {
  width: 365px;
}

.analysis-overlay .analysis-overlay-menu__col:not(:last-child) {
  margin-right: 70px;
}

.footer {
  position: relative;
  z-index: 9;
}

.footer::before, .footer::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 0;
}

.footer::before {
  left: 0;
  background-color: #085B97;
}

.footer::after {
  left: 50%;
  background-color: #13AADB;
}

.footer__inner {
  position: relative;
}

.footer-top {
  position: relative;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.05);
}

.footer-top__inner {
  padding: 20px 16px;
}

.footer-top-menu {
  position: relative;
}

.footer-top-menu__list {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer-top-menu__item {
  padding: 10px 50px;
}

.footer-top-menu__link, .footer-top-menu__link:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.footer-middle {
  position: relative;
  padding: 75px 16px 60px;
  z-index: 3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-middle__inner {
  position: relative;
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-middle__logo, .footer-middle__logo:visited {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.footer-middle__logo svg, .footer-middle__logo:visited svg {
  display: block;
  flex-shrink: 0;
  margin-right: 70px;
}

.footer-middle__logo span, .footer-middle__logo:visited span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  color: #A5AFB8;
  font-weight: 500;
}

.footer-middle__logo:hover, .footer-middle__logo:visited:hover {
  opacity: 0.8;
}

.footer-middle__center {
  text-align: center;
  flex-shrink: 0;
}

.footer-middle__center p {
  font-size: 16px;
  margin: 0 0 5px;
  color: #FFF;
}

.footer-middle__center a, .footer-middle__center a:visited {
  color: #FFF;
  font-size: 31px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.footer-middle__center a:hover, .footer-middle__center a:visited:hover {
  border-color: #FFF;
}

.social-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.social-links__item--hidden {
  display: none;
}

.social-links__item:not(:last-child) {
  margin-right: 25px;
}

.footer-bottom {
  position: relative;
  padding: 30px 16px 20px;
  z-index: 3;
}

.footer-bottom__inner {
  position: relative;
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-bottom__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #FFF;
}

.footer-bottom__item {
  margin-bottom: 10px;
}

.footer-bottom__item:not(:last-child) {
  margin-right: 90px;
}

.footer-bottom__item--copy {
  flex-shrink: 0;
}

.footer-bottom__item p {
  font-size: 14px;
  margin: 0;
  color: #FFF;
}

.footer-bottom__item a, .footer-bottom__item a:visited {
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
}

.footer-bottom__item a:hover, .footer-bottom__item a:visited:hover {
  text-decoration: underline;
}

.footer-bottom__item a svg, .footer-bottom__item a:visited svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.static-page-content {
  position: relative;
  padding: 10px 16px 120px;
  z-index: 8;
  box-shadow: 0px 30px 33px rgba(132, 136, 139, 0.07);
}

.static-page-content--no-shadow {
  box-shadow: none;
}

.static-page-content--doctor {
  background: url("/local/templates/main/assets/css/../img/doctor-page-background.svg") no-repeat 78% 70px transparent;
}

.static-page-content--services::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1672px;
  top: -140px;
  background: url("/local/templates/main/assets/css/../img/services-bubbles.svg") no-repeat 50% 0 transparent;
}

.static-page-content--about {
  padding-bottom: 60px;
}

.static-page-content--news-single {
  padding-top: 60px;
}

.static-page-content__inner {
  position: relative;
  max-width: 1022px;
  margin: 0 auto;
}

.static-page-content__inner--services {
  max-width: 1314px;
}

.static-page-content__inner--doctor {
  max-width: 1330px;
}

.static-page-content__inner--analysis {
  max-width: 1270px;
}

.static-page-content__inner--analysis-list {
  max-width: 1022px;
}

.static-page-content__inner--news {
  max-width: 1422px;
}

.static-page-content__inner--news-single {
  max-width: 100%;
}

.static-page-content__inner--search {
  max-width: 992px;
}

.static-page-content__inner--about {
  max-width: 1460px;
  overflow: hidden;
}

.static-page-content__inner--offices {
  max-width: initial;
  padding-top: 40px;
  display: none;
}

.static-page-content__inner--offices.js-active {
  display: block;
}

.static-page-content__inner > h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 35px 0 25px;
  font-weight: 500;
}

.static-page-content__inner > h3 a, .static-page-content__inner > h3 a:visited {
  text-decoration: none;
  color: #00ADE3;
}

.static-page-content__inner > h3 a:hover, .static-page-content__inner > h3 a:visited:hover {
  text-decoration: underline;
}

.static-page-content__inner > p {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0;
}

.static-page-content__inner > p + ul,
.static-page-content__inner > p + ol {
  margin-top: -12px;
}

.static-page-content__inner > p a, .static-page-content__inner > p a:visited {
  color: #00ade3;
  text-decoration: none;
}

.static-page-content__inner > p a:hover, .static-page-content__inner > p a:visited:hover {
  text-decoration: underline;
}

.static-page-content__inner > ul {
  list-style-type: none;
  margin: 20px 0 25px;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
}

.static-page-content__inner > ul li {
  padding-left: 16px;
  position: relative;
}

.static-page-content__inner > ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  content: '•';
}

.static-page-content__inner > ul li:not(:last-child) {
  margin-bottom: 10px;
}

.static-page-content__inner > ol {
  margin: 20px 0 25px;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  list-style-type: none;
  counter-reset: list-counter;
}

.static-page-content__inner > ol li {
  padding-left: 16px;
  position: relative;
  counter-increment: list-counter;
}

.static-page-content__inner > ol li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  content: counter(list-counter) ".";
}

.static-page-content__inner > ol li:not(:last-child) {
  margin-bottom: 10px;
}

.static-text-spoiler {
  position: relative;
}

.static-text-spoiler__toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  font-family: 'TT Firs Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #00ADE3;
  background: transparent;
}

.static-text-spoiler__toggle:hover {
  opacity: 0.8;
}

.static-text-spoiler__toggle::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.26129 5.16398L3.98129 2.44398L6.70129 5.16398C6.84347 5.29646 7.03151 5.36859 7.22581 5.36516C7.42011 5.36173 7.6055 5.28302 7.74291 5.14561C7.88033 5.00819 7.95904 4.82281 7.96247 4.62851C7.9659 4.4342 7.89377 4.24616 7.76129 4.10398L4.51129 0.853984C4.37067 0.713533 4.18004 0.634644 3.98129 0.634644C3.78254 0.634644 3.59192 0.713533 3.45129 0.853984L0.201292 4.10398C0.0688116 4.24616 -0.00331154 4.4342 0.000116672 4.62851C0.00354488 4.82281 0.0822569 5.00819 0.21967 5.14561C0.357083 5.28302 0.542468 5.36173 0.736769 5.36516C0.93107 5.36859 1.11912 5.29646 1.26129 5.16398Z' fill='%2300ADE3'/%3E%3C/svg%3E%0A") no-repeat 50% 50% transparent;
  margin-left: 9px;
  transform: rotate(180deg);
  transition: .5s transform;
}

.static-text-spoiler__toggle.js-active::after {
  transform: rotate(0deg);
}

.static-text-spoiler__content {
  display: none;
}

.static-text-spoiler__content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0;
}

.static-text-spoiler__content ul {
  list-style-type: none;
  margin: 20px 0 25px;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
}

.static-text-spoiler__content ul li {
  padding-left: 16px;
  position: relative;
}

.static-text-spoiler__content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  content: '•';
}

.static-text-spoiler__content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.common-accordion {
  position: relative;
}

.common-accordion__item {
  border-bottom: 1px solid #E9EEF3;
}

.common-accordion-item__toggle {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  background: transparent;
  border: none;
  margin: 0;
  font-family: 'TT Firs Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #00314D;
  padding: 30px 30px 30px 0;
}

.common-accordion-item__toggle::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 35px;
  background: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.83333 6.4375H16.1667C16.35 6.4375 16.5 6.61328 16.5 6.82812V9.17188C16.5 9.38672 16.35 9.5625 16.1667 9.5625H9.83333H7.16667H0.833333C0.65 9.5625 0.5 9.38672 0.5 9.17188V6.82812C0.5 6.61328 0.65 6.4375 0.833333 6.4375H7.16667H9.83333Z' fill='%2300314D'/%3E%3Cpath d='M10.0625 9.33333L10.0625 15.6667C10.0625 15.85 9.88672 16 9.67187 16L7.32812 16C7.11328 16 6.9375 15.85 6.9375 15.6667L6.9375 9.33333L6.9375 6.66667L6.9375 0.333333C6.9375 0.15 7.11328 -1.28914e-07 7.32812 -1.19523e-07L9.67188 -1.70748e-08C9.88672 -7.68364e-09 10.0625 0.15 10.0625 0.333333L10.0625 6.66667L10.0625 9.33333Z' fill='%2300314D'/%3E%3C/svg%3E%0A") no-repeat 50% 50% transparent;
  background-size: contain;
}

.common-accordion-item__toggle.js-active::after {
  background: url("data:image/svg+xml,%3Csvg width='17' height='4' viewBox='0 0 17 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.83333 0.4375H16.1667C16.35 0.4375 16.5 0.613281 16.5 0.828125V3.17188C16.5 3.38672 16.35 3.5625 16.1667 3.5625H9.83333H7.16667H0.833333C0.65 3.5625 0.5 3.38672 0.5 3.17188V0.828125C0.5 0.613281 0.65 0.4375 0.833333 0.4375H7.16667H9.83333Z' fill='%2300314D'/%3E%3C/svg%3E%0A") no-repeat 50% 50% transparent;
  background-size: contain;
}

.common-accordion-item__content {
  padding-bottom: 30px;
  display: none;
}

.common-accordion-item__content > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.common-accordion-item__content > p:not(:last-child) {
  margin-bottom: 30px;
}

.static-page-seo-text {
  position: relative;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1022px;
}

.static-page-seo-text__logo {
  text-align: center;
  font-size: 0;
  margin-bottom: 48px;
}

.static-page-seo-text h3 {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 24px;
}

.static-page-seo-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.static-page-seo-text--index {
  margin-top: -30px;
  margin-bottom: 160px;
  padding-left: 16px;
  padding-right: 16px;
}

.static-text-block {
  position: relative;
  max-width: 870px;
  margin: 0 auto;
}

.static-text-block .common-files-list {
  margin-bottom: 30px;
}

.static-text-block .common-accordion {
  margin-bottom: 40px;
}

.static-text-block .common-table-wrapper {
  margin-bottom: 40px;
}

.static-text-block__video {
  margin-bottom: 55px;
}

.static-text-block__back {
  text-align: center;
  padding-top: 55px;
  border-top: 1px solid #E9EEF3;
}

.static-text-block__image {
  display: block;
  position: relative;
  margin: 0 auto 35px;
}

.static-text-block__image img {
  display: block;
  max-width: 100%;
  margin: 0;
  border-radius: 20px;
}

.static-text-block > p {
  font-size: 16px;
  margin: 0 auto 35px;
  line-height: 1.6;
}

.static-text-block > p.bigger {
  font-size: 18px;
  line-height: 1.8;
}

.static-text-block > p strong {
  font-weight: 600;
}

.static-text-block > p a, .static-text-block > p a:visited {
  color: #00ade3;
  text-decoration: none;
}

.static-text-block > p a:hover, .static-text-block > p a:visited:hover {
  text-decoration: underline;
}

.static-text-block > ul {
  list-style-type: none;
  margin: 20px 0 40px;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
}

.static-text-block > ul li {
  padding-left: 16px;
  position: relative;
}

.static-text-block > ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  content: '•';
}

.static-text-block > ul li:not(:last-child) {
  margin-bottom: 10px;
}

.static-text-block > ol {
  margin: 20px 0 25px;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  list-style-type: none;
  counter-reset: list-counter;
}

.static-text-block > ol li {
  padding-left: 16px;
  position: relative;
  counter-increment: list-counter;
}

.static-text-block > ol li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  content: counter(list-counter) ".";
}

.static-text-block > ol li:not(:last-child) {
  margin-bottom: 10px;
}

.static-text-block > h3, .static-text-block > h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 auto 25px;
}

.static-text-block > h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 auto 25px;
}

.static-text-block__grey-box {
  position: relative;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  background-color: #F7F8FA;
}

.static-text-block__grey-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.static-text-block__grey-box p strong {
  font-weight: 600;
}

.static-wide-carousel {
  position: relative;
  margin: 0 -16px 40px;
  overflow: hidden;
}

.static-wide-carousel__items {
  cursor: url("/local/templates/main/assets/css/../img/grab-hand.svg"), auto;
}

.static-wide-carousel__item {
  margin: 0 38px;
  max-width: 870px;
  width: 100%;
  position: relative;
  opacity: 0.62;
  border-radius: 20px;
  background-color: #F5F5F5;
}

.static-wide-carousel__item img {
  display: block;
  max-width: 100%;
  max-height: 570px;
  margin: 0 auto;
  border-radius: 20px;
}

.static-wide-carousel__item.slick-current {
  opacity: 1;
}

.static-wide-carousel__note {
  padding-top: 30px;
  max-width: 870px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.static-wide-carousel__note p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #A5AFB8;
}

.common-table-wrapper {
  position: relative;
  overflow: auto;
}

.common-table-wrapper table {
  border-collapse: collapse;
  min-width: 600px;
  width: 100%;
}

.common-table-wrapper table tr {
  width: 100%;
}

.common-table-wrapper table td, .common-table-wrapper table th {
  border-bottom: 1px solid #F0F2F5;
  text-align: left;
  padding: 16px 0;
}

.common-table-wrapper table td:not(:first-child), .common-table-wrapper table th:not(:first-child) {
  text-align: right;
  padding-left: 16px;
}

.common-table-wrapper table th {
  font-size: 14px;
  font-weight: 600;
  border-color: #00ADE3;
}

.static-video-block {
  position: relative;
}

.static-video-block__media {
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 30px;
}

.static-video-block__media--no-cover .static-video-block__video,
.static-video-block__media--no-cover .static-video-block__youtube {
  display: block;
}

.static-video-block__cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
  border-radius: 20px;
}

.static-video-block__cover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='152' height='152' viewBox='0 0 152 152' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_37_9056)'%3E%3Crect x='33' y='19' width='86' height='86' rx='43' fill='%2300ADE3'/%3E%3Cpath d='M83 62L72.5 68.0622L72.5 55.9378L83 62Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_37_9056' x='0' y='0' width='152' height='152' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='14'/%3E%3CfeGaussianBlur stdDeviation='16.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0.317647 0 0 0 0 0.494118 0 0 0 0.07 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_37_9056'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_37_9056' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50% transparent;
}

.static-video-block__cover:hover::before {
  opacity: 0.8;
}

.static-video-block__video, .static-video-block__youtube {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.static-video-block__info p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #A5AFB8;
}

.doctor-page-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1330px;
  margin: 0 auto 100px;
}

.doctor-page-head__photo {
  flex-shrink: 0;
  margin-right: 30px;
  width: 497px;
  height: 497px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.doctor-page-head__photo img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

.doctor-page-head__info {
  position: relative;
  box-sizing: border-box;
  flex-grow: 1;
  max-width: 745px;
  padding: 72px 65px;
  box-shadow: 0px 14px 33px 0px rgba(0, 81, 126, 0.07);
  background-color: #fff;
  border-radius: 80px;
}

.doctor-page-head__position {
  font-size: 27px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.27px;
  color: #00314C;
  max-width: 570px;
}

.doctor-page-head__position:not(:last-child) {
  margin-bottom: 40px;
}

.doctor-page-head__details {
  display: flex;
  align-items: center;
}

.doctor-page-head__details:not(:last-child) {
  margin-bottom: 45px;
}

.doctor-page-head__experience {
  font-size: 18px;
  white-space: nowrap;
}

.doctor-page-head__experience strong {
  font-size: 30px;
  font-weight: 500;
  color: #47C5C9;
  display: inline-block;
  margin-left: 5px;
}

.doctor-page-head__reviews-link {
  display: inline-block;
  margin-left: 40px;
  position: relative;
  color: #00ADE3 !important;
  text-decoration: none;
  font-size: 18px;
}

.doctor-page-head__reviews-link:hover {
  opacity: 0.85;
}

.doctor-page-head__reviews-link::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  margin-right: 15px;
  border: 1px #47C5C9 solid;
  border-radius: 50px;
  background: url("/local/templates/main/assets/css/../img/star-reviews.svg") no-repeat 50% 50% transparent;
}

.doctor-page-head__reviews-link span {
  display: inline-block;
  border-bottom: 1px #00ADE3 solid;
}

.doctor-page-head__buttons {
  display: flex;
  margin: -12px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.doctor-page-head__button {
  display: inline-block;
  margin: 12px;
  height: 62px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 12px;
  padding: 0 30px;
  font-family: 'TT Firs Neue', Helvetica, Arial, sans-serif;
  color: #FFF;
  background-color: #00ADE3;
  text-decoration: none;
  line-height: 60px;
  border-radius: 60px;
  box-sizing: border-box;
  text-align: center;
}

.doctor-page-head__button:hover {
  opacity: 0.85;
}

.doctor-page-head__button:visited {
  color: #FFF;
}

.doctor-page-head__button svg {
  fill: #FFF;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.doctor-page-head__button strong {
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

.doctor-page-head__button--transparent {
  background-color: #fff;
  color: #2D3A44;
  border: 1px #00ADE3 solid;
}

.doctor-page-head__button--transparent strong {
  color: #00ADE3;
}

.service-addresses {
  position: relative;
}

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

.service-addresses-toggle {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  min-height: 64px;
  box-sizing: border-box;
  padding: 22px 34px;
  font-family: 'TT Firs Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #2D3A44;
  text-align: left;
  border: none;
  border-radius: 10px;
  background-color: #F8F9FB;
  transition: .5s background, .5s box-shadow;
  cursor: pointer;
  outline: none;
  margin: 0;
  text-decoration: none;
}

.service-addresses-toggle:visited {
  color: #2D3A44;
}

.service-addresses-toggle__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.service-addresses-toggle__title {
  position: relative;
  transition: .5s padding;
}

.service-addresses-toggle__title::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg width='34' height='32' viewBox='0 0 34 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.7574 10.6967L23.5303 15.4697C23.8232 15.7626 23.8232 16.2374 23.5303 16.5303L18.7574 21.3033C18.4645 21.5962 17.9896 21.5962 17.6967 21.3033C17.4038 21.0104 17.4038 20.5355 17.6967 20.2426L21.1893 16.75L10 16.75L10 15.25L21.1893 15.25L17.6967 11.7574C17.4038 11.4645 17.4038 10.9896 17.6967 10.6967C17.9896 10.4038 18.4645 10.4038 18.7574 10.6967Z' fill='%2347C5C9'/%3E%3C/svg%3E%0A") no-repeat 50% 50% transparent;
  top: -7px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-10px, 0, 0);
  transition: .5s opacity, .5s visibility, .5s transform;
}

.service-addresses-toggle__note {
  font-size: 14px;
  color: #00ADE3;
  flex-shrink: 0;
  margin-left: 20px;
}

.service-addresses-toggle:hover {
  background-color: #fff;
  box-shadow: 0px 14px 33px rgba(0, 81, 126, 0.07);
}

.service-addresses-toggle:hover .service-addresses-toggle__note {
  text-decoration: underline;
}

.service-addresses-toggle.js-active {
  background: linear-gradient(90deg, #31B2DB 0%, #01C7CE 100%);
  color: #FFF;
  padding-right: 64px;
}

.service-addresses-toggle.js-active .service-addresses-toggle__note {
  display: none;
}

.service-addresses-toggle.js-active .service-addresses-toggle__content::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: -44px;
  top: -2px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='white'/%3E%3Cpath d='M15.9381 14.7712L13.1668 12L15.9381 9.22878C16.0183 9.14856 16.0183 9.01729 15.9381 8.93708L15.0629 8.06195C14.9827 7.98173 14.8514 7.98173 14.7712 8.06195L12 10.8332L9.22878 8.06195C9.14856 7.98173 9.01729 7.98173 8.93707 8.06195L8.06195 8.93708C7.98173 9.01729 7.98173 9.14856 8.06195 9.22878L10.8332 12L8.06195 14.7712C7.98173 14.8514 7.98173 14.9827 8.06195 15.0629L8.93707 15.9381C9.01729 16.0183 9.14856 16.0183 9.22878 15.9381L12 13.1668L14.7712 15.9381C14.8514 16.0183 14.9827 16.0183 15.0629 15.9381L15.9381 15.0629C16.0183 14.9827 16.0183 14.8514 15.9381 14.7712Z' fill='%2347C5C9'/%3E%3C/svg%3E%0A") no-repeat 50% 50% transparent;
  background-size: contain;
}

.service-addresses-toggle.js-active:hover .service-addresses-toggle__title {
  padding-left: 0;
}

.service-addresses-toggle.js-active:hover .service-addresses-toggle__title::before {
  display: none;
}

.service-addresses-content {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 16px;
  box-shadow: 0px 14px 33px rgba(0, 81, 126, 0.07);
  display: none;
}

.service-addresses-content__title {
  display: block;
  margin: 0;
  padding: 20px 20px 24px;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 500;
}

.service-addresses-table {
  position: relative;
}

.service-addresses-table__row {
  display: flex;
  align-items: flex-start;
  padding: 22px;
  line-height: 1.2;
}

.service-addresses-table__row:not(:last-child) {
  border-bottom: 1px solid #E9EEF3;
}

.service-addresses-table__item p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.service-addresses-table__item--address {
  width: 46%;
}

.service-addresses-table__item--phone {
  width: 33%;
  text-align: right;
}

.service-addresses-table__item--price {
  width: 21%;
  text-align: right;
  color: #47C5C9;
}

.analysis-card {
  position: relative;
  background-color: #F7F8FA;
  border-radius: 10px;
}

.analysis-card__shadow {
  position: absolute;
  left: 320px;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 14px 33px rgba(0, 81, 126, 0.07);
}

.analysis-card__row {
  display: flex;
  position: relative;
}

.analysis-card__row:first-child .analysis-card__col--title {
  border-radius: 10px 0 0 0;
}

.analysis-card__row:first-child .analysis-card__col--content {
  border-radius: 10px 10px 0 0;
}

.analysis-card__row:last-child .analysis-card__col--title {
  border-radius: 0 0 0 10px;
}

.analysis-card__row:last-child .analysis-card__col--content {
  border-radius: 0 0 10px 10px;
}

.analysis-card__row:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 16px;
  right: 0;
  bottom: 0;
  border-top: 1px solid #E9EEF3;
}

.analysis-card__row--last .analysis-card__col--content {
  padding-bottom: 120px;
}

.analysis-card__col {
  width: 320px;
  box-sizing: border-box;
  padding: 20px 26px;
  position: relative;
}

.analysis-card__col--title {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}

.analysis-card__col--content {
  background-color: #fff;
  flex-grow: 1;
  padding-top: 24px;
  padding-left: 42px;
}

.analysis-card__col--content p {
  margin: 0;
  line-height: 1.5;
}

.analysis-card__col--content p .green-text {
  color: #00ADE3;
}

.analysis-card__col--content p:not(:last-child) {
  margin-bottom: 30px;
}

.analysis-card__icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.analysis-card__icon svg {
  display: block;
  max-width: 100%;
  margin: 0;
}

.analysis-card__title {
  font-weight: 500;
  margin: 0;
  padding-top: 5px;
}

.analysis-back {
  text-align: center;
  padding-top: 60px;
}

.analysis-list {
  position: relative;
  margin-bottom: 77px;
}

.analysis-list-head {
  position: relative;
  margin-bottom: 30px;
}

.analysis-list-head__title {
  font-weight: 600;
  font-size: 18px;
  color: #00314D;
  margin: 0 0 10px;
  padding: 0 24px;
}

.analysis-list-head__toggle {
  display: block;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  background: #FFF;
  border: 1px #00ADE3 solid;
  border-radius: 10px;
  padding: 27px 70px 27px 24px;
  box-sizing: border-box;
  font-family: 'TT Firs Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #2D3A44;
  position: relative;
  transition: .5s color;
}

.analysis-list-head__toggle:hover {
  color: #00ADE3;
}

.analysis-list-head__toggle::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg width='22' height='10' viewBox='0 0 22 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='1' x2='22' y2='1' stroke='%2300ADE3' stroke-width='2'/%3E%3Cline y1='5' x2='22' y2='5' stroke='%2300ADE3' stroke-width='2'/%3E%3Cline y1='9' x2='22' y2='9' stroke='%2300ADE3' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat 50% 50% transparent;
  top: 50%;
  margin-top: -5px;
  right: 24px;
}

.analysis-list-items {
  position: relative;
}

.analysis-list-items__item:not(:last-child) {
  margin-bottom: 10px;
}

.analysis-list-items__item .service-addresses-toggle {
  padding-left: 24px;
  padding-right: 24px;
}

.analysis-list-items__item .service-addresses-toggle__note {
  color: #47C5C9;
  text-decoration: none !important;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 60px;
  justify-content: center;
}

.news-list__col {
  width: 402px;
  padding: 0 36px 80px;
}

.news-list--index {
  display: block;
  margin-bottom: 0;
  margin-left: -16px;
  margin-right: -16px;
}

.news-list--index .scrollyeah__shaft,
.news-list--index.scrollyeah_active .scrollyeah__shaft_grabbing,
.news-list--index.scrollyeah_active .scrollyeah__shaft_grabbing * {
  cursor: url("/local/templates/main/assets/css/../img/grab-hand.svg"), auto !important;
}

.news-list--index .news-list__col {
  float: left;
  padding-top: 60px;
}

.news-list-item {
  min-height: 354px;
  position: relative;
  padding: 40px 10px 30px 30px;
  box-sizing: border-box;
}

.news-list-item:hover::before {
  transform: scale(0.8);
  background-color: #fff;
  border-color: #E9EEF3;
}

.news-list-item::before {
  content: '';
  position: absolute;
  width: 354px;
  height: 354px;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #F7F8FA;
  z-index: -1;
  pointer-events: none;
  border: 1px #F7F8FA solid;
  transform-origin: 0 50%;
  transition: .5s background, .5s transform, .5s border;
}

.news-list-item--action::after {
  content: '';
  position: absolute;
  width: 177px;
  height: 128px;
  background: url("/local/templates/main/assets/css/../img/action-badge.svg") no-repeat 50% 50% transparent;
  background-size: contain;
  top: -68px;
  right: 110px;
}

.news-list-item__date {
  display: block;
  font-size: 14px;
  margin-bottom: 55px;
  color: #A5AFB8;
}

.news-list-item__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 30px;
}

.news-list-item__title a, .news-list-item__title a:visited {
  color: inherit;
  text-decoration: none;
  transition: .5s color;
}

.news-list-item__title a:hover, .news-list-item__title a:visited:hover {
  color: #00ADE3;
}

.news-list-item__title a::before, .news-list-item__title a:visited::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.news-list-item__text p {
  line-height: 1.5;
  margin: 0;
}

.search-form-inline {
  position: relative;
  margin-bottom: 30px;
  padding: 0 16px;
}

.search-form-inline__input {
  position: relative;
}

.search-form-inline__input input {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 185px 0 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-weight: 600;
  font-size: 16px;
  font-family: 'TT Firs Neue', Helvetica, Arial, sans-serif;
  border-radius: 70px;
  background-color: #F8F9FB;
  box-sizing: border-box;
  outline: none;
}

.search-form-inline__submit {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  background: #00ADE3;
  padding: 0;
  margin: 0;
  font-family: 'TT Firs Neue', Helvetica, Arial, sans-serif;
  color: #FFF;
  top: 0;
  right: 16px;
  height: 56px;
  border-radius: 70px;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 50px;
  box-sizing: border-box;
}

.search-form-inline__submit:hover {
  opacity: 0.8;
}

.search-form-inline__submit span, .search-form-inline__submit svg {
  display: inline-block;
  vertical-align: middle;
}

.search-form-inline__submit span {
  font-size: 15px;
}

.search-form-inline__submit span:not(:last-child) {
  margin-right: 10px;
}

.search-form-inline__submit svg {
  fill: #FFF;
}

.search-results__items {
  margin-bottom: 60px;
}

.search-results__empty {
  text-align: center;
  padding: 19px;
  margin: 0;
  border: 1px #00ADE3 solid;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 16px;
}

.search-result-item {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: none;
  transition: .5s box-shadow;
}

.search-result-item:not(:last-child) {
  margin-bottom: 30px;
}

.search-result-item__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
}

.search-result-item__title a, .search-result-item__title a:visited {
  color: inherit;
  text-decoration: none;
}

.search-result-item__title a::before, .search-result-item__title a:visited::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.search-result-item__excerpt {
  font-size: 16px;
  margin: 0 0 20px;
}

.search-result-item__breadcrumbs {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 10px 16px;
  border: 1px #00ADE3 solid;
  border-radius: 36px;
  position: relative;
}

.search-result-item__breadcrumbs li {
  font-size: 14px;
  color: #00ADE3;
  position: relative;
}

.search-result-item__breadcrumbs li:not(:last-child)::after {
  content: '•';
  display: inline-block;
  margin: 0 4px 0 2px;
}

.search-result-item__breadcrumbs li a, .search-result-item__breadcrumbs li a:visited {
  color: inherit;
  text-decoration: none;
}

.search-result-item__breadcrumbs li a:hover, .search-result-item__breadcrumbs li a:visited:hover {
  text-decoration: underline;
}

.contacts-cities {
  position: relative;
  margin: 80px -16px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #E9EEF3;
  padding-top: 20px;
}

.contacts-cities__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.contacts-cities__item {
  padding: 0 30px 10px;
}

.contacts-cities__link, .contacts-cities__link:visited {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: inherit;
}

.contacts-cities__link.js-active, .contacts-cities__link:hover, .contacts-cities__link:visited.js-active, .contacts-cities__link:visited:hover {
  color: #00ADE3;
}

.contacts-blocks {
  margin: 0 -16px;
}

.contacts-block {
  border-bottom: 1px solid #E9EEF3;
  padding: 56px 16px;
}

.contacts-block__inner {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.contacts-block__col {
  padding-right: 20px;
  box-sizing: border-box;
}

.contacts-block__col--main {
  width: 38%;
}

.contacts-block__col--info {
  font-size: 15px;
  width: 40%;
  padding-top: 10px;
}

.contacts-block__col--info p {
  margin: 0;
}

.contacts-block__col--info p:not(:last-child) {
  margin-bottom: 17px;
}

.contacts-block__col--phones {
  padding-right: 0;
  padding-top: 10px;
  text-align: right;
  font-weight: 500;
  width: 20%;
}

.contacts-block__col--phones p {
  margin: 0;
}

.contacts-block__col--phones p:not(:last-child) {
  margin-bottom: 11px;
}

.contacts-block__col--phones p a, .contacts-block__col--phones p a:visited {
  text-decoration: none;
  color: inherit;
}

.contacts-block__col--phones p a:hover, .contacts-block__col--phones p a:visited:hover {
  text-decoration: underline;
  color: #085B97;
}

.contacts-block__icon-info {
  display: flex;
  align-items: flex-start;
  min-height: 24px;
}

.contacts-block__icon-info:not(:last-child) {
  margin-bottom: 22px;
}

.contacts-block__icon-info p {
  padding-top: 5px;
  margin: 0;
  font-size: 13px;
  color: #8795A0;
}

.contacts-block__icon-info p strong {
  font-weight: 500;
  color: #00314D;
}

.contacts-block__icon-info p.bigger {
  font-size: 19px;
}

.contacts-block__icon {
  display: flex;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.contacts-block__icon svg {
  display: block;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
}

.map-block {
  position: relative;
  margin: 0 -16px;
  height: 570px;
}

.map-block img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.about-main {
  position: relative;
  background-color: #F7F8FA;
  border-radius: 30px;
  display: flex;
  padding: 110px 120px;
  justify-content: center;
  margin-bottom: 60px;
}

.about-main__col--main {
  max-width: 488px;
  margin-right: 120px;
  text-align: right;
}

.about-main__col--text {
  max-width: 590px;
}

.about-main__col--text p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.about-main__title {
  margin: 0;
  font-size: 26px;
  line-height: 1.57;
  font-weight: 600;
}

.about-note {
  position: relative;
  padding: 32px;
  border-radius: 90px;
  border: 1px #E9EEF3 solid;
  text-align: center;
}

.about-note p {
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
  line-height: 1.5;
  max-width: 960px;
}

.about-circles {
  position: relative;
}

.about-circles__inner {
  display: flex;
  margin: 100px auto 60px;
  max-width: 1210px;
}

.about-circles__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  flex-shrink: 0;
}

.about-circles__item:not(:first-child) {
  margin-left: -50px;
}

.about-circles__item--01 {
  background-color: #00ADE3;
  margin-top: 110px;
}

.about-circles__item--02 {
  background-color: #47C5C9;
}

.about-circles__item--03 {
  background-color: #085B97;
  margin-top: 110px;
}

.about-circles__item--04 {
  background-color: #4F9ED7;
  margin-top: 40px;
}

.about-circles__item p {
  margin: 0;
  font-size: 16px;
  color: #FFF;
  font-weight: 500;
}

.about-circles__item p strong {
  font-size: 36px;
  font-weight: 500;
}

.about-contacts {
  position: relative;
  margin: 0 auto 60px;
}

.about-contacts::before {
  content: '';
  position: absolute;
  width: 1139px;
  height: 363px;
  background: url("/local/templates/main/assets/css/../img/about-contacts-circles.svg") no-repeat 50% 50% transparent;
  left: 50%;
  margin-left: -600px;
}

.about-contacts__inner {
  position: relative;
  max-width: 775px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.about-contacts__item {
  box-sizing: border-box;
  width: 354px;
  height: 354px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px #00ADE3 solid;
  border-radius: 50%;
  background-color: #fff;
}

.about-contacts__item--01::before {
  content: '';
  position: absolute;
  width: 128px;
  height: 126px;
  top: -60px;
  left: 30px;
  background: url("/local/templates/main/assets/css/../img/about-contacts-time.svg") no-repeat 50% 50% transparent;
  background-size: contain;
}

.about-contacts__item--02::before {
  content: '';
  position: absolute;
  width: 103px;
  height: 116px;
  top: -55px;
  right: 70px;
  background: url("/local/templates/main/assets/css/../img/about-contacts-mail.svg") no-repeat 50% 50% transparent;
  background-size: contain;
}

.about-contacts__item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.56;
}

.about-contacts__item p strong {
  font-weight: 600;
}

.about-contacts__item p a, .about-contacts__item p a:visited {
  text-decoration: none;
  color: #00ADE3;
}

.about-contacts__item p a:hover, .about-contacts__item p a:visited:hover {
  text-decoration: underline;
}

.about-text-cols {
  position: relative;
  margin: 0 -30px;
}

.about-text-cols__inner {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

.about-text-cols__col {
  width: 50%;
  padding: 0 30px;
  box-sizing: border-box;
}

.about-text-cols__col p {
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}

.about-text-cols__col p:not(:last-child) {
  margin-bottom: 30px;
}

.about-text-cols__col p strong {
  font-weight: 600;
}

.about-text-cols__col p a, .about-text-cols__col p a:visited {
  text-decoration: none;
  color: #00ADE3;
}

.about-text-cols__col p a:hover, .about-text-cols__col p a:visited:hover {
  text-decoration: underline;
}

.about-wide-section {
  padding: 60px 16px;
  overflow: hidden;
}

.about-wide-section--grey {
  background-color: #F7F8FA;
}

.about-wide-section__inner {
  max-width: 1090px;
  margin: 0 auto;
}

.about-wide-section__title {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 600;
  color: #00314D;
}

.doctor-popup {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 625px;
  z-index: 19;
  background-color: #fff;
  box-shadow: 0px 44px 40px rgba(0, 81, 126, 0.11);
  box-sizing: border-box;
  padding: 190px 40px 40px;
  transition: .5s opacity, .5s visibility, .5s transform;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(100%, 0, 0);
}

.doctor-popup.js-active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.doctor-popup__close {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 23L1 1M23 1L1 23' stroke='%2300ADE3' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  right: 40px;
  top: 145px;
}

.doctor-popup__close:hover {
  opacity: 0.8;
}

.doctor-popup__content {
  height: 100%;
  overflow: auto;
  display: none;
}

.doctor-popup-head {
  position: relative;
  margin-bottom: 30px;
}

.doctor-popup-head__title {
  font-weight: 500;
  font-size: 24px;
  margin: 0 auto 20px;
}

.doctor-popup-head__subtitle p {
  margin: 0;
  line-height: 1.3;
  color: #506270;
}

.doctor-popup-summary {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #E9EEF3;
}

.doctor-popup-summary__row {
  border-top: 1px solid #E9EEF3;
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}

.doctor-popup-summary__col {
  width: 200px;
  padding-right: 20px;
  flex-shrink: 0;
  box-sizing: border-box;
}

.doctor-popup-summary__col:nth-child(2) {
  width: auto;
  padding-right: 0;
  flex-shrink: 1;
}

.doctor-popup-summary__col p {
  margin: 0;
}

.doctor-popup-summary__col p strong {
  font-weight: 500;
}

.doctor-popup-summary__col p a, .doctor-popup-summary__col p a:visited {
  color: inherit;
  text-decoration: none;
}

.doctor-popup-summary__col p a:hover, .doctor-popup-summary__col p a:visited:hover {
  text-decoration: underline;
}

.doctor-popup-summary__reviews-link {
  text-decoration: none;
  color: #00ADE3;
}

.doctor-popup-summary__reviews-link:visited {
  color: #00ADE3;
}

.doctor-popup-summary__reviews-link:hover {
  text-decoration: underline;
}

.doctor-popup-summary__reviews-link::before, .doctor-popup-summary__reviews-link::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.doctor-popup-summary__reviews-link::before {
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 10px;
  background: url("/local/templates/main/assets/css/../img/reviews-icon.svg") no-repeat 0 0 transparent;
}

.doctor-popup-summary__reviews-link::after {
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-left: 7px;
  background: url("/local/templates/main/assets/css/../img/external-link-icon.svg") no-repeat 0 0 transparent;
}

.doctor-popup-summary__appointment-link {
  text-decoration: none;
  font-weight: 600;
  color: #00ADE3;
}

.doctor-popup-summary__appointment-link:visited {
  color: #00ADE3;
}

.doctor-popup-summary__appointment-link:hover {
  text-decoration: underline;
}

.doctor-popup-info h4 {
  margin: 0 auto 25px;
  font-size: 17px;
  font-weight: 500;
}

.doctor-popup-info h4:not(:first-child) {
  margin-top: 45px;
}

.doctor-popup-info p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.doctor-popup-info p:not(:last-child) {
  margin-bottom: 25px;
}

.o2-popup-regular .fancybox-skin {
  box-shadow: 0px 14px 33px rgba(0, 81, 126, 0.07);
  border-radius: 10px;
}

.o2-popup-close {
  position: absolute;
  top: 35px;
  right: 42px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 23L1 1M23 1L1 23' stroke='%2300ADE3' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50% transparent;
  background-size: contain;
  border: none;
}

.o2-popup-close:hover {
  opacity: 0.7;
}

.o2-popup {
  display: none;
}

.o2-popup__content {
  background-color: #fff;
  border-radius: 20px;
  padding: 70px 100px;
  max-width: 1022px;
  box-sizing: border-box;
}

.o2-popup-analysis-list {
  position: relative;
  display: flex;
  max-width: 800px;
}

.o2-popup-analysis-list__col {
  width: 46%;
  box-sizing: border-box;
}

.o2-popup-analysis-list__col:nth-child(2) {
  margin-left: 8%;
}

.o2-popup-analysis-list__col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.o2-popup-analysis-list__col ul li:not(:last-child) {
  margin-bottom: 25px;
}

.o2-popup-analysis-list__col ul li a, .o2-popup-analysis-list__col ul li a:visited {
  color: inherit;
  text-decoration: none;
  line-height: 1.4;
  transition: .5s color;
}

.o2-popup-analysis-list__col ul li a:hover, .o2-popup-analysis-list__col ul li a:visited:hover {
  color: #00ADE3;
}

.o2-popup-analysis-list__col ul li.current a,
.o2-popup-analysis-list__col ul li.current a:visited {
  color: #00ADE3;
}

.o2-popup-thanks {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.o2-popup-thanks__circles {
  display: block;
  margin: 0 auto 35px;
}

.o2-popup-thanks__title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 auto 25px;
}

.o2-popup-thanks__text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.page-404 {
  position: relative;
  padding: 150px 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/local/templates/main/assets/css/../img/404-illustration.svg") no-repeat 50% 50% transparent;
  overflow: hidden;
}

.page-404__content {
  position: relative;
  margin: 0 auto;
}

.page-404__logo {
  display: block;
  margin: 0 auto 65px;
  position: relative;
}

.page-404__logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.page-404__text {
  margin: 0 auto;
  position: relative;
  max-width: 336px;
}

.page-404__text p {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.page-404__text p a, .page-404__text p a:visited {
  text-decoration: none;
  color: #00ADE3;
}

.page-404__text p a:hover, .page-404__text p a:visited:hover {
  text-decoration: underline;
}

.splash-screen {
  position: relative;
  height: 100vh;
  background-color: #00ADE3;
  z-index: 8;
}

.splash-screen .circles-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.splash-screen .circles-container__circles {
  position: relative;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.splash-screen .circles-container__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.splash-screen .circles-container__wrapper svg {
  position: absolute;
  left: 25%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0) scale(3);
  transition: .3s left;
}

.splash-screen .circles-container__why {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 40px;
  color: #00ADE3;
  transition: 1s opacity, 1s visibility, 1s transform;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 30px, 0);
}

.splash-screen .circles-container__why.js-show {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.circles-container-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circles-container-title__caption {
  max-width: 1530px;
  margin: 0 auto;
  font-size: 84px;
  line-height: 1.08;
  color: #FFF;
  font-weight: 600;
  padding-left: 40%;
  box-sizing: border-box;
}

.circles-container-bottom {
  position: absolute;
  bottom: 70px;
  left: 64px;
  right: 64px;
  display: flex;
  align-items: flex-start;
}

.circles-container-bottom p {
  margin: 0;
  color: #FFF;
  font-size: 18px;
}

.circles-container-bottom p strong {
  font-weight: 500;
}

.circles-container-bottom p a, .circles-container-bottom p a:visited {
  color: inherit;
  text-decoration: none;
}

.circles-container-bottom p a:hover, .circles-container-bottom p a:visited:hover {
  text-decoration: underline;
}

.circles-container-bottom p:nth-child(2) {
  padding-left: 15.5%;
  white-space: nowrap;
}

.circles-container-bottom__mouse {
  position: absolute;
  width: 20px;
  height: 34px;
  background-color: #fff;
  top: -5px;
  right: 0;
  border-radius: 30px;
}

.circles-container-bottom__mouse::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00ADE3;
  left: 7px;
  top: 5px;
  -webkit-animation: 1s wheelmove alternate infinite;
          animation: 1s wheelmove alternate infinite;
}

@-webkit-keyframes wheelmove {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 15px, 0);
  }
}

@keyframes wheelmove {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 15px, 0);
  }
}

.index-section {
  position: relative;
  padding: 0 16px 130px;
}

.index-section--advantages {
  padding: 109px 16px;
}

.index-section--centers {
  padding-bottom: 60px;
  overflow: hidden;
}

.index-section--doctors {
  z-index: 10;
}

.index-section__inner {
  margin: 0 auto;
}

.index-section__inner--analysis {
  max-width: 1270px;
}

.index-section__inner--centers {
  max-width: 1460px;
}

.index-section__title {
  text-align: center;
  text-transform: uppercase;
  color: #00C6CD;
  font-size: 40px;
  font-weight: 500;
  margin: 0 auto 90px;
}

.index-section__title--news {
  margin-bottom: 30px;
}

.index-analysis__more {
  padding-top: 60px;
  text-align: center;
}

.analysis-marquee {
  position: relative;
  height: 126px;
  overflow: hidden;
  background: url("/local/templates/main/assets/css/../img/marquee-background.svg") no-repeat 50% 50% transparent;
  border-radius: 10px;
  margin-bottom: 40px;
  background-size: cover;
}

.analysis-marquee__shaft {
  position: absolute;
  width: 2632px;
  overflow: hidden;
  top: 55px;
  display: flex;
  align-items: center;
  -webkit-animation: anMarquee 15s linear infinite;
          animation: anMarquee 15s linear infinite;
}

.analysis-marquee__part {
  display: flex;
  align-items: center;
}

.analysis-marquee__item {
  font-weight: 600;
  font-size: 20px;
  position: relative;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.analysis-marquee__item::after {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 30px 0;
  background: url("/local/templates/main/assets/css/../img/marquee-star.svg") no-repeat 50% 50% transparent;
  background-size: contain;
}

@-webkit-keyframes anMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1316px, 0, 0);
  }
}

@keyframes anMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1316px, 0, 0);
  }
}

.index-services-list__more {
  text-align: center;
}

.index-services-list__more--doctors {
  margin-top: -10px;
}

.index-centers-about {
  position: relative;
}

.index-centers-about__content {
  padding: 160px 16px 160px 95px;
  color: #FFF;
  position: relative;
}

.index-centers-about__title {
  font-size: 40px;
  margin: 0 0 50px;
  font-weight: 500;
  text-transform: uppercase;
}

.index-centers-about__title a, .index-centers-about__title a:visited {
  display: block;
  color: inherit;
  text-decoration: none;
}

.index-centers-about__title a::before, .index-centers-about__title a:visited::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.index-centers-about__text {
  max-width: 600px;
  position: relative;
}

.index-centers-about__text p {
  margin: 0;
  line-height: 1.41;
  font-size: 20px;
  font-weight: 500;
}

.index-centers-about__illustration {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.index-centers-about__illustration svg {
  display: block;
  width: 1460px;
  position: absolute;
  right: 0;
  top: 0;
}

.index-centers-cursor {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.index-centers-cursor__arrow {
  transform-origin: 50% 50%;
  background-color: #ffffff;
  width: 87px;
  height: 87px;
  border-radius: 43.5px;
  color: #00ADE3;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  opacity: 1;
  transition: all 0.15s ease-out;
}

.index-centers-cursor__arrow svg {
  width: 14%;
}

.index-centers-cursor__arrow svg path {
  fill: currentColor;
}

.index-centers-cursor__label {
  position: absolute;
  left: 100%;
  bottom: 100%;
  color: #ffffff;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.15s ease-out 0.15s;
  font-size: 13px;
  font-weight: 500;
}

.index-centers-cursor:hover {
  cursor: none;
}

.index-centers-cursor:hover .index-centers-cursor__arrow {
  transform: scale(1);
  opacity: 1;
}

.index-centers-cursor:hover .index-centers-cursor__label {
  transform: translateY(0);
  opacity: 1;
}

.index-advantages {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  overflow: hidden;
}

.index-advantages__grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -21px;
  overflow: hidden;
}

.index-advantages__col {
  position: relative;
  width: 310px;
  padding: 21px;
}

.index-advantages-card {
  position: relative;
  padding: 45px;
  border-radius: 20px;
  border: 1px #E9EEF3 solid;
  min-height: 100%;
  background-color: #FFF;
  box-sizing: border-box;
  text-align: center;
}

.index-advantages-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 100px;
  margin-bottom: 55px;
}

.index-advantages-card__icon svg {
  display: block;
  margin: 0;
  max-height: 100%;
}

.index-advantages-card p {
  margin: 0 auto;
  max-width: 200px;
  line-height: 1.3;
  text-align: center;
}

.mobile-splash {
  position: relative;
  padding: 116px 16px 40px;
  background-color: #00ADE3;
}

.mobile-splash__circles {
  display: none;
  margin: 0 auto 40px;
}

.mobile-splash__circles img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.mobile-splash__title {
  font-size: 38px;
  font-weight: 600;
  margin: 0 0 30px;
  line-height: 1.08;
  color: #FFF;
}

.mobile-splash__text p {
  margin: 0;
  color: #FFF;
  font-size: 16px;
  line-height: 1.4;
}

.mobile-splash__text p:not(:last-child) {
  margin-bottom: 30px;
}

.mobile-splash__text p strong {
  font-weight: 600;
}

.mobile-splash__text p a, .mobile-splash__text p a:visited {
  color: inherit;
  text-decoration: none;
}

.mobile-splash__text p a:hover, .mobile-splash__text p a:visited:hover {
  text-decoration: underline;
}

.mobile-splash__mouse {
  position: absolute;
  width: 20px;
  height: 34px;
  background-color: #fff;
  right: 16px;
  bottom: 28px;
  border-radius: 30px;
}

.mobile-splash__mouse::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00ADE3;
  left: 7px;
  top: 5px;
  -webkit-animation: 1s wheelmove alternate infinite;
          animation: 1s wheelmove alternate infinite;
}

.mobile-why {
  position: relative;
  padding: 40px 16px 20px;
  text-align: center;
  background: #FFF;
  background-size: cover;
}

.mobile-why__title {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  color: #00ADE3;
}

@media only screen and (min-width: 768px) {
  html.js-desktop-fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    overflow-y: scroll;
  }
  .doctors-list-item__phone--mobile {
    display: none !important;
  }
  .main-header.js-desktop-hidden {
    transition: 0s transform 0s;
    transform: translate3d(0, -100%, 0);
  }
  .main-header.js-blue {
    box-shadow: none;
  }
  .main-header.js-blue .main-header-bottom {
    color: #FFF;
    background-color: #00ADE3;
  }
  .main-header.js-blue .main-header-bottom__logo svg {
    opacity: 0;
  }
  .main-header.js-blue .main-header-bottom__logo svg.white {
    opacity: 1;
  }
  .main-header.js-blue .main-header-bottom__logo span {
    color: #FFF;
  }
  .main-header.js-blue .main-header-bottom__analysis-button svg {
    transform: rotate(45deg);
    fill: #FFF;
  }
  .main-header.js-blue .main-header-bottom__analysis-button span {
    color: #FFF;
  }
  .main-header.js-blue .main-header-user__button svg {
    fill: #FFF;
    stroke: #FFF;
  }
  .main-header.js-blue .main-header-menu__link, .main-header.js-blue .main-header-menu__link:visited {
    color: #FFF;
  }
  .main-header.js-blue .main-header__appointment-link, .main-header.js-blue .main-header__appointment-link:visited {
    border: 1px #FFF solid;
  }
  .main-header.js-blue .analysis-overlay {
    top: 110px;
  }
  .service-addresses-toggle:hover .service-addresses-toggle__title {
    padding-left: 42px;
  }
  .service-addresses-toggle:hover .service-addresses-toggle__title::before {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  .search-result-item:hover {
    box-shadow: 0px 14px 33px rgba(0, 81, 126, 0.07);
  }
  .page-404 {
    min-height: 45vh;
  }
  .mobile-splash {
    display: none;
  }
  .mobile-why {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .page-content {
    padding-top: 79px;
  }
  .main-header__appointment-link:not(:last-child), .main-header__appointment-link:visited:not(:last-child) {
    margin-right: 15px;
    font-size: 20px;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    line-height: 23px;
  }
  .main-header__appointment-link, .main-header__appointment-link:visited {
    text-align: center;
    line-height: 28px;
  }
  .main-header__appointment-link span, .main-header__appointment-link:visited span {
    display: none;
  }
  .main-header__appointment-link svg, .main-header__appointment-link:visited svg {
    display: inline-block;
    vertical-align: middle;
  }
  .main-header__appointment-link--desktop {
    display: none;
  }
  .main-header-top {
    display: none;
  }
  .main-header-bottom__logo, .main-header-bottom__logo:visited {
    margin-right: 0;
  }
  .main-header-bottom__analysis-button {
    display: none;
  }
  .main-header-bottom__menu {
    display: none;
  }
  .analysis-overlay {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .page-content--index {
    padding-top: 0;
  }
  .page-heading {
    padding: 48px 16px;
  }
  .page-heading__breadcrumbs {
    margin-bottom: 24px;
  }
  .page-heading-lead__title {
    font-size: 28px;
  }
  .page-heading-lead__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .reception-section {
    padding: 100px 16px;
  }
  .reception-section__cols {
    margin: 0;
    flex-direction: column;
  }
  .reception-section__col {
    padding: 0;
    width: 100%;
  }
  .reception-section__col:not(:last-child) {
    margin-bottom: 80px;
  }
  .reception-section-item {
    padding: 60px 16px;
  }
  .reception-section-item__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .reception-section-item__text {
    margin-bottom: 30px;
  }
  .reception-section-item__ambulance {
    margin: 0 -16px;
  }
  .reception-section-item__illustration {
    margin-left: -80px;
    margin-right: -80px;
    margin-top: 0;
    margin-bottom: -5px;
  }
  .reception-section-form__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .reception-section-form__note {
    margin-bottom: 30px;
    text-align: center;
  }
  .reception-section-form__submit {
    text-align: center;
  }
  .services-list {
    margin-top: -30px;
  }
  .services-list__col {
    padding: 0 0 24px;
    width: 100%;
    max-width: 320px;
  }
  .services-list__item {
    padding-bottom: 100%;
  }
  .services-list__item--doctor {
    padding-bottom: 0;
    cursor: pointer;
  }
  .services-list__more {
    display: none;
  }
  .services-list__link, .services-list__link:visited {
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .services-list--index {
    padding-bottom: 70px;
    margin-top: 0;
  }
  .services-list--index .services-list__col:first-child {
    margin-left: 20px;
  }
  .services-list--index .services-list__col:last-child {
    margin-right: 30px;
  }
  .services-list--index .services-list__col {
    width: 300px;
    padding: 0 20px;
  }
  .doctors-list-item {
    margin-bottom: 36px;
  }
  .doctors-list-item__photo {
    height: auto;
    padding-bottom: 100%;
  }
  .doctors-list-item__appointment {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 20px 0;
  }
  .doctors-list-item__appointment .appointment-link {
    display: inline-block;
  }
  .doctors-list-item__phone {
    display: none !important;
  }
  .doctors-list-item__phone--mobile {
    display: block !important;
    padding-top: 0;
  }
  .doctors-list-item__phone--mobile p {
    font-size: 14px;
  }
  .doctors-list-item__phone--mobile p a, .doctors-list-item__phone--mobile p a:visited {
    color: #00ADE3;
    font-weight: 500;
  }
  .doctors-list-item__toggle-phone {
    display: none;
  }
  .files-list-item {
    padding: 16px;
  }
  .files-list-item__col--type {
    margin-right: 16px;
  }
  .page-date {
    margin-bottom: 16px;
  }
  .main-header-search__input input {
    padding: 0 24px;
  }
  .main-header-search__close {
    right: 0px;
  }
  .static-page-content {
    padding-bottom: 90px;
  }
  .static-page-content--doctor {
    background: transparent;
  }
  .static-page-content__inner--offices {
    padding-top: 0;
  }
  .static-page-seo-text {
    margin-top: 90px;
  }
  .static-page-seo-text__logo {
    margin: 0 auto 24px;
    max-width: 49px;
  }
  .static-page-seo-text__logo svg {
    display: block;
    max-width: 100%;
    margin: 0;
  }
  .static-page-seo-text h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .static-page-seo-text--index {
    margin-top: 0;
    margin-bottom: 80px;
  }
  .static-wide-carousel__item {
    margin: 0 4px;
  }
  .static-wide-carousel__item img {
    max-height: 200px;
  }
  .static-wide-carousel__note p {
    line-height: 1.5;
  }
  .doctor-page-head {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .doctor-page-head__photo {
    width: 220px;
    height: 220px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .doctor-page-head__info {
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .doctor-page-head__position:not(:last-child) {
    margin-bottom: 20px;
  }
  .doctor-page-head__position {
    font-size: 22px;
  }
  .doctor-page-head__details:not(:last-child) {
    margin-bottom: 15px;
  }
  .doctor-page-head__buttons {
    flex-direction: column;
    margin: 0;
  }
  .doctor-page-head__button {
    display: block;
    width: 100%;
    margin: 0;
  }
  .doctor-page-head__button:not(:last-child) {
    margin-bottom: 24px;
  }
  .service-addresses-toggle {
    padding: 16px;
  }
  .service-addresses-toggle__content {
    flex-direction: column;
  }
  .service-addresses-toggle__note {
    margin-left: 0;
    margin-top: 16px;
  }
  .service-addresses-toggle.js-active .service-addresses-toggle__content::after {
    top: 7px;
    right: -48px;
  }
  .service-addresses-content__title {
    padding: 16px;
  }
  .service-addresses-table__row {
    padding: 16px;
    flex-direction: column;
  }
  .service-addresses-table__item {
    width: 100% !important;
    text-align: left !important;
  }
  .service-addresses-table__item:not(:last-child) {
    margin-bottom: 14px;
  }
  .analysis-card {
    background-color: #fff;
    box-shadow: 0px 14px 33px rgba(0, 81, 126, 0.07);
  }
  .analysis-card__shadow {
    display: none;
  }
  .analysis-card__row {
    flex-direction: column;
  }
  .analysis-card__row:not(:last-child)::after {
    left: 0;
  }
  .analysis-card__row--last .analysis-card__col--content {
    padding-bottom: 16px;
  }
  .analysis-card__col {
    padding: 16px;
    width: 100%;
  }
  .analysis-card__col--content {
    padding-top: 0;
    padding-left: 58px;
    margin-top: -4px;
  }
  .analysis-back {
    padding-top: 32px;
  }
  .analysis-list {
    margin-bottom: 48px;
  }
  .analysis-list-head {
    margin-bottom: 24px;
  }
  .analysis-list-head__title {
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
  }
  .analysis-list-head__toggle {
    padding: 16px 54px 16px 16px;
  }
  .analysis-list-head__toggle::after {
    right: 16px;
  }
  .news-list {
    margin: 0 0 20px;
    flex-direction: column;
    align-items: center;
  }
  .news-list__col {
    padding: 0 0 64px;
    width: auto;
  }
  .news-list--index {
    margin-left: -16px;
    margin-right: -16px;
  }
  .news-list--index .news-list__col {
    width: 300px;
    padding-right: 60px;
    padding-left: 20px;
  }
  .news-list-item {
    padding-left: 0;
    padding-bottom: 0;
    min-height: 320px;
  }
  .news-list-item::before {
    width: 320px;
    height: 320px;
  }
  .news-list-item--action::after {
    width: 147px;
    height: 106px;
    right: auto;
    left: 140px;
    top: -40px;
  }
  .news-list-item__date {
    margin-bottom: 25px;
  }
  .search-form-inline {
    padding: 0;
  }
  .search-form-inline__input input {
    padding-right: 65px;
  }
  .search-form-inline__submit {
    width: 56px;
    height: 56px;
    padding: 0;
    right: 0;
  }
  .search-form-inline__submit span {
    display: none;
  }
  .search-results__items {
    margin-bottom: 48px;
  }
  .search-results__empty {
    margin: 48px 0 0;
  }
  .search-result-item {
    padding: 0;
  }
  .search-result-item:not(:last-child) {
    margin-bottom: 48px;
  }
  .contacts-cities {
    margin: 0;
  }
  .contacts-cities__item {
    padding: 8px 16px;
  }
  .contacts-blocks {
    margin: 0;
  }
  .contacts-block {
    padding: 40px 0;
  }
  .contacts-block__inner {
    flex-direction: column;
  }
  .contacts-block__col {
    width: 100% !important;
    padding-right: 0;
  }
  .contacts-block__col:not(:last-child) {
    padding-bottom: 32px;
  }
  .contacts-block__col--info p:not(:last-child) {
    margin-bottom: 10px;
  }
  .contacts-block__col--phones {
    text-align: left;
  }
  .contacts-block__col--phones p:not(:last-child) {
    margin-bottom: 5px;
  }
  .map-block {
    height: 480px;
  }
  .about-main {
    padding: 32px 16px !important;
    margin-bottom: 16px;
  }
  .about-main__title {
    font-size: 22px;
  }
  .about-note {
    border-radius: 30px;
    padding: 32px 16px;
  }
  .about-circles__inner {
    margin-top: 88px;
  }
  .about-contacts__inner {
    flex-direction: column;
    align-items: center;
  }
  .about-contacts__item {
    width: 320px;
    height: 320px;
    background-color: transparent;
  }
  .about-contacts__item--02 {
    margin-top: -40px;
  }
  .about-contacts__item--02::before {
    top: auto;
    bottom: 0;
    right: 10px;
  }
  .about-contacts__item p {
    max-width: 200px;
    margin: 0 auto;
  }
  .about-text-cols {
    margin: 0;
  }
  .about-text-cols__inner {
    flex-direction: column;
  }
  .about-text-cols__col {
    width: 100%;
    padding: 0;
  }
  .about-text-cols__col:not(:last-child) {
    padding-bottom: 30px;
  }
  .about-wide-section .about-text-cols__col p {
    font-size: 14px;
  }
  .doctor-popup {
    width: 100%;
    z-index: 30;
    padding: 64px 16px 16px;
  }
  .doctor-popup__close {
    top: 16px;
    right: 16px;
  }
  .doctor-popup-summary__row:nth-child(2) {
    flex-direction: column;
  }
  .doctor-popup-summary__row:nth-child(2) .doctor-popup-summary__col:nth-child(2) {
    padding-top: 10px;
  }
  .o2-popup-close {
    width: 18px;
    height: 18px;
    right: 16px;
    top: 16px;
  }
  .o2-popup__content {
    padding: 40px 20px 20px;
  }
  .o2-popup-analysis-list {
    flex-direction: column;
  }
  .o2-popup-analysis-list__col {
    width: auto;
  }
  .o2-popup-analysis-list__col:nth-child(2) {
    margin-left: 0;
    margin-top: 20px;
  }
  .o2-popup-analysis-list__col ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .page-404 {
    background: #FFF;
    padding: 140px 16px 150px;
  }
  .page-404__content::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border: 1px #E9EEF3 solid;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -60%, 0);
    z-index: 0;
  }
  .page-404__logo {
    max-width: 260px;
    margin-bottom: 40px;
  }
  .splash-screen {
    display: none;
  }
  .index-section--analysis {
    margin-top: -0px;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #fff;
  }
  .index-section--advantages {
    padding: 40px 0 0;
  }
  .index-section--centers {
    padding-bottom: 0;
  }
  .index-section--doctors {
    padding-bottom: 90px;
  }
  .index-section__title {
    margin-bottom: 40px;
    font-size: 28px;
  }
  .index-section__title--news {
    margin-bottom: 0;
  }
  .analysis-marquee {
    height: 24px;
    background: transparent;
    margin: 0 -16px 40px;
  }
  .analysis-marquee__shaft {
    top: 0;
  }
  .index-centers-cursor {
    display: none;
  }
  .index-advantages {
    margin: 0;
  }
  .index-advantages__grid {
    flex-wrap: nowrap;
    margin: 0;
    justify-content: flex-start;
    overflow-x: scroll;
  }
  .index-advantages__col {
    padding: 0 15px;
    width: 280px;
  }
  .index-advantages-card {
    padding: 40px;
  }
  .index-advantages-card__icon {
    height: 90px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .paging__arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .paging__pages {
    margin: 0 10px;
  }
  .paging__page, .paging__page:visited {
    margin: 0 9px;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .main-header-bottom {
    padding: 20px 16px;
  }
  .main-header-bottom__logo svg, .main-header-bottom__logo:visited svg {
    width: 130px;
    height: 39px !important;
    margin-right: 0;
  }
  .footer::before, .footer::after {
    display: none;
  }
  .footer-top {
    display: none;
  }
  .footer-middle {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background-color: #085B97;
    border-bottom: none;
  }
  .footer-middle__inner {
    flex-direction: column;
    justify-content: center;
  }
  .footer-middle__logo svg, .footer-middle__logo:visited svg {
    display: none;
  }
  .footer-middle__logo span, .footer-middle__logo:visited span {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-middle__center {
    margin-bottom: 40px;
  }
  .footer-middle__right {
    background-color: #13AADB;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
  .social-links__item:not(:last-child) {
    margin-right: 0;
  }
  .social-links__item {
    padding: 9px;
  }
  .footer-bottom {
    background-color: #13AADB;
    padding-top: 10px;
  }
  .footer-bottom__inner {
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom__left {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer-bottom__item:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .footer-bottom__item--copy {
    display: none;
  }
  .about-main {
    flex-direction: column;
    padding: 40px;
  }
  .about-main__col--main {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  .about-main__col--text {
    width: 100%;
    max-width: 100%;
  }
  .index-centers-about__content {
    background-color: #00ADE3;
    background-repeat: no-repeat;
    background-position: calc(100% + 300px) 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='489' height='489' viewBox='0 0 489 489' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='244.5' cy='244.5' r='244.5' fill='%2347C5C9'/%3E%3C/svg%3E%0A");
    border-radius: 20px;
    padding: 55px 30px;
  }
  .index-centers-about__content::after {
    content: '';
    display: block;
    width: 13px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.1816 0.219669L11.9546 4.99264C12.2475 5.28553 12.2475 5.76041 11.9546 6.0533L7.1816 10.8263C6.88871 11.1192 6.41384 11.1192 6.12094 10.8263C5.82805 10.5334 5.82805 10.0585 6.12094 9.76561L9.61358 6.27297L5.48401e-07 6.27297L4.17266e-07 4.77297L9.61358 4.77297L6.12094 1.28033C5.82805 0.987437 5.82805 0.512563 6.12094 0.21967C6.41383 -0.0732239 6.88871 -0.073224 7.1816 0.219669Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 0 0 transparent;
    margin-top: 30px;
  }
  .index-centers-about__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .index-centers-about__text {
    max-width: 100%;
  }
  .index-centers-about__text p {
    font-size: 16px;
  }
  .index-centers-about__illustration {
    display: none;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/local/templates/main/assets/css/../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("/local/templates/main/assets/css/../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  .main-header__appointment-link:not(:last-child), .main-header__appointment-link:visited:not(:last-child) {
    margin-right: 30px;
  }
  .main-header-bottom__logo, .main-header-bottom__logo:visited {
    margin-right: 15px;
  }
  .main-header-bottom__menu {
    margin-right: 30px;
  }
  .main-header-menu__item:not(:last-child) {
    margin-right: 20px;
  }
  .analysis-overlay.js-active .analysis-overlay__circle {
    transform: scale(1.15);
  }
  .analysis-overlay__search {
    padding-left: 125px;
    max-width: 955px;
  }
  .analysis-overlay__circle {
    bottom: 0;
    left: -20%;
  }
  .analysis-overlay__content {
    padding-top: 20px;
  }
  .analysis-overlay__items li:not(:last-child) {
    margin-bottom: 20px;
  }
  .analysis-overlay__items li a, .analysis-overlay__items li a:visited {
    font-size: 15px;
  }
  .analysis-overlay .analysis-overlay-menu {
    padding-left: 140px;
  }
}

@media only screen and (min-width: 1025px) {
  .main-header__appointment-link--mobile {
    display: none;
  }
  .main-header-user__button--mobile {
    display: none;
  }
  .mobile-popup-screen {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1450px) {
  .main-header-bottom__logo svg, .main-header-bottom__logo:visited svg {
    margin-right: 20px;
    width: 100px;
    height: auto !important;
  }
}

@media only screen and (max-width: 1380px) {
  .main-header-bottom__logo span, .main-header-bottom__logo:visited span {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .footer-middle__logo svg, .footer-middle__logo:visited svg {
    margin-right: 20px;
  }
  .social-links__item:not(:last-child) {
    margin-right: 10px;
  }
  .index-centers-about__content {
    padding-left: 16px;
  }
  .index-centers-about__title {
    font-size: 30px;
  }
  .index-centers-about__text {
    max-width: 400px;
  }
  .index-centers-about__text p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .doctor-page-head {
    margin-bottom: 80px;
  }
  .doctor-page-head__photo {
    width: 300px;
    height: 300px;
  }
  .doctor-page-head__info {
    padding: 35px;
    border-radius: 50px;
  }
  .doctor-page-head__position {
    font-size: 24px;
  }
  .doctor-page-head__button {
    padding: 0 20px;
  }
  .splash-screen .circles-container__wrapper svg {
    transform: translate3d(-50%, -50%, 0) scale(1.7);
    left: 20%;
  }
  .circles-container-title__caption {
    font-size: 40px;
  }
  .circles-container-bottom__mouse {
    top: auto;
    bottom: -20px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .about-main {
    padding: 60px;
  }
  .about-main__col--main {
    margin-right: 60px;
  }
  .about-main__title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 880px) and (max-width: 1280px) {
  .about-circles__inner {
    max-width: 800px;
  }
  .about-circles__item {
    width: 240px;
    height: 240px;
  }
}

@media only screen and (max-width: 879px) {
  .about-circles__inner {
    max-width: 320px;
    flex-direction: column;
  }
  .about-circles__item {
    width: 320px;
    height: 320px;
  }
  .about-circles__item:not(:first-child) {
    margin-left: 0;
  }
  .about-circles__item--01 {
    margin-top: 0;
  }
  .about-circles__item--02 {
    margin-top: -30px;
    margin-left: 0;
  }
  .about-circles__item--03 {
    margin-top: -30px;
  }
  .about-circles__item--04 {
    margin-top: -30px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .splash-screen .circles-container__wrapper svg {
    transform: translate3d(-50%, -50%, 0) scale(2);
    left: 20%;
  }
  .circles-container-title__caption {
    font-size: 60px;
  }
  .circles-container-bottom {
    left: 40px;
  }
  .circles-container-bottom p {
    font-size: 16px;
  }
  .circles-container-bottom p:nth-child(2) {
    padding-left: 10%;
  }
  .circles-container-bottom__mouse {
    top: 40px;
  }
}

/* End */


/* Start:/local/components/o2/cookie.info/templates/.default/style.css?1756716889800*/
.cookie-info {
    position: fixed;
    bottom: 20px;
    z-index: 10;
    max-width: 1422px;
    width: calc(80% - 80px);
    background: white;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    display: flex;
    gap: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 81, 126, 0.07);
    border-radius: 20px;
    align-items: center;
}
.cookie-info__wrapper {
    font-size: 16px;
    line-height: 1.6;
}
.cookie-info__wrapper a {
    color: #00ade3;
}

@media only screen and (max-width: 767px) {
    .cookie-info {
        flex-direction: column;
        padding: 16px;
        width: calc(100% - 64px);
        gap: 10px;
    }
    .cookie-info__wrapper {
        font-size: 14px;
    }
    .cookie-info__button {
        width: 100%;
    }

}

/* End */


/* Start:/local/templates/main/template_styles.css?17890500472372*/
.grecaptcha-badge {
    display: none;
}

.main-header-top__page-link {
    display: none;
}

.footer-bottom__item--external-link {
    display: none;
}

#finevision_banner {
    display: none;
}
.reception-section__cols--inner {
    justify-content: center;
    margin-bottom: 40px;
}
.reception-section__cols--inner .reception-section-item {
    padding: 40px;
}
.reception-section__cols--inner .reception-section-form__submit {
    text-align: center;
}

.static-text-block h2 {
font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #21B9D7;
}
.static-text-block h3 {
    line-height: 1.3;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}
.static-text-block h4 {
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.static-text-block p {
    line-height: 1.3;
    margin-bottom: 15px;
}
.common-accordion-item__toggle {
    font-size: 18px;
}
.static-text-block__grey-box ul li:not(:last-child) {
  margin-bottom: 10px;
}
.search-result-item__title a, .search-result-item__title a:visited {
	color: #00ADE3;
}

@media (max-width: 500px) {
  .main-header--prt {
    font-size: 8px !important;
  }
  
  .mobile-popup-screen__content {
      padding-top: 145px;
  }
}
.doctor-page--5522 {
    display: none !important;
}

.main-header-top__max {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 20px;
    text-decoration: none;
}

.footer--max {
    margin: 0px 20px 30px;
}

.main-header-top__max img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.main-header-top__max span {
    font-size: 13px;
    color: #01ADE3;
}

.chat-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.chat-info-h {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
    color: #00ade3;
}

.chat-info-t {
    font-size: 14px;
    line-height: 1.5;
}

.chat-info-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.chat-info-link img {
    width: 20px;
    height: auto;
}

.chat-info-link a {
    color: #085b97;
    font-weight: 600;
    text-decoration: none;
}

.chat-info-qr {
    display: flex;
    justify-content: center;
}

.chat-info-qr img {
    width: 120px;
    height: auto;
}
/* End */
/* /local/templates/main/assets/css/main.css?1693558090144204 */
/* /local/components/o2/cookie.info/templates/.default/style.css?1756716889800 */
/* /local/templates/main/template_styles.css?17890500472372 */
