/*!
Theme Name: zapoy
Theme URI: http://underscores.me/
Author: Kirill
Author URI: https://kwork.ru/user/free8man
Description: Шаблон для сайта zapoy.su
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zapoy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('assets/fonts/HelveticaNeueCyr-Bold.woff2') format('woff2'),
    url('assets/fonts/HelveticaNeueCyr-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('assets/fonts/HelveticaNeueCyr-BoldItalic.woff2') format('woff2'),
    url('assets/fonts/HelveticaNeueCyr-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('assets/fonts/HelveticaNeueCyr-Medium.woff2') format('woff2'),
    url('assets/fonts/HelveticaNeueCyr-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('assets/fonts/HelveticaNeueCyr-Roman.woff2') format('woff2'),
    url('assets/fonts/HelveticaNeueCyr-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('assets/fonts/HelveticaNeueCyr-Italic.woff2') format('woff2'),
    url('assets/fonts/HelveticaNeueCyr-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('assets/fonts/HelveticaNeueCyr-Light.woff2') format('woff2'),
    url('assets/fonts/HelveticaNeueCyr-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #fcfcfc;
  font-family: 'HelveticaNeueCyr', sans-serif;
  color: #003960;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}
ul,
li {
  display: block;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #6583fe;
  outline: none;
}
input[type='text'],
input[type='tel'],
textarea {
  padding: 10px 26px;
  background: #f2f8ff;
  border-radius: 5px;
  color: #003960;
  font-size: 16px;
  line-height: 150%;
  border: 0;
  outline: none;
  text-decoration: none;
}
input[type='submit'] {
  background: #6583fe;
  display: inline-block;
  margin: 25px auto 0 auto;
  padding: 12px 20px 12px 20px;
  min-width: 180px;
  border-radius: 5px;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: #fcfcfc;
  -webkit-transition: ease-in 0.35s;
  transition: ease-in 0.35s;
}
svg {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
svg path,
svg g {
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
}
.body-white {
  background: #fff;
}
.container {
  max-width: 1340px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
}
.main-title {
  font-weight: bold;
  font-size: 50px;
  line-height: 135%;
  color: #003960;
}
.title-block {
  margin-bottom: 100px;
}
.section-title {
  line-height: 135%;
  color: #003960;
  font-weight: bold;
  font-size: 40px;
  line-height: 135%;
  margin: 0 0 30px 0;
  text-align: left;
  max-width: 16em;
  width: 100%;
}
.section-title_center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-title_white {
  color: #fcfcfc;
}
.page-title {
  font-size: 50px;
  margin: 0 0 60px 0;
  color: #003960;
}
.page-title_center {
  text-align: center;
}
.small-title,
.footer__nav .menu-item a {
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  color: #003960;
}
.small-title_center,
.footer__nav .menu-item a_center {
  text-align: center;
}
.desc {
  font-size: 18px;
  line-height: 150%;
  opacity: 0.8;
}
.desc_center {
  text-align: center;
}
.caption,
.footer__menu .menu-item a,
.footer .sub-menu .menu-item a {
  font-size: 14px;
  line-height: 150%;
  color: #003960;
  text-align: left;
}
.caption_center,
.footer__menu .menu-item a_center,
.footer .sub-menu .menu-item a_center {
  text-align: center;
}
.color__green {
  color: #25ccf2;
}
.color__blue {
  color: #4464d4;
}
.thickness__medium {
  font-weight: 500;
}
.thickness__bold {
  font-weight: 700;
}
.section {
  margin-top: 120px;
}
body.page {
  margin: 0;
}
.breadcrumbs {
  margin-top: 20px;
  margin-left: 10px;
  position: absolute;
}
.breadcrumbs-articles {
  max-width: 1340px;
  padding: 0 30px;
  width: 100%;
  margin: 20px auto;
}
.page {
  margin-top: 100px;
}
.services-menu {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 3px));
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-gap: 4px;
  position: relative;
  z-index: 5;
}
.services-menu_hero .services-menu__item:nth-child(4n + 1) .services-menu__link,
.services-menu_hero .services-menu__item:nth-child(2) .services-menu__link,
.services-menu_hero .services-menu__item:nth-child(6) .services-menu__link,
.services-menu_hero .services-menu__item:nth-child(10) .services-menu__link {
  background: #fcfcfc;
  color: #003960;
}
.services-menu_hero
  .services-menu__item:nth-child(4n + 1)
  .services-menu__link::after,
.services-menu_hero
  .services-menu__item:nth-child(2)
  .services-menu__link::after,
.services-menu_hero
  .services-menu__item:nth-child(6)
  .services-menu__link::after,
.services-menu_hero
  .services-menu__item:nth-child(10)
  .services-menu__link::after {
  background-image: url('assets/img/icons/arrows/arrow-down_black.svg');
}
.services-menu_hero
  .services-menu__item:nth-child(4n + 1)
  .services-menu__sub-menu,
.services-menu_hero .services-menu__item:nth-child(2) .services-menu__sub-menu,
.services-menu_hero .services-menu__item:nth-child(6) .services-menu__sub-menu,
.services-menu_hero
  .services-menu__item:nth-child(10)
  .services-menu__sub-menu {
  background: #fcfcfc;
}
.services-menu_hero
  .services-menu__item:nth-child(4n + 1)
  .services-menu__sub-link,
.services-menu_hero .services-menu__item:nth-child(2) .services-menu__sub-link,
.services-menu_hero .services-menu__item:nth-child(6) .services-menu__sub-link,
.services-menu_hero
  .services-menu__item:nth-child(10)
  .services-menu__sub-link {
  color: #003960;
}
.services-menu_hero
  .services-menu__item:nth-child(4n + 1)
  .services-menu__sub-link:hover,
.services-menu_hero
  .services-menu__item:nth-child(2)
  .services-menu__sub-link:hover,
.services-menu_hero
  .services-menu__item:nth-child(6)
  .services-menu__sub-link:hover,
.services-menu_hero
  .services-menu__item:nth-child(10)
  .services-menu__sub-link:hover {
  background: #f2f8ff;
}
.services-menu_hero
  .services-menu__item:nth-child(4n + 1)
  .services-menu__sub-link_drop-down::after,
.services-menu_hero
  .services-menu__item:nth-child(2)
  .services-menu__sub-link_drop-down::after,
.services-menu_hero
  .services-menu__item:nth-child(6)
  .services-menu__sub-link_drop-down::after,
.services-menu_hero
  .services-menu__item:nth-child(10)
  .services-menu__sub-link_drop-down::after {
  background-image: url('assets/img/icons/arrows/side-arrow_black.svg');
}
.services-menu_hero
  .services-menu__item:nth-child(4n + 1)
  .services-menu__unsub-menu,
.services-menu_hero
  .services-menu__item:nth-child(2)
  .services-menu__unsub-menu,
.services-menu_hero
  .services-menu__item:nth-child(6)
  .services-menu__unsub-menu,
.services-menu_hero
  .services-menu__item:nth-child(10)
  .services-menu__unsub-menu {
  background: #fcfcfc;
}
.services-menu_hero
  .services-menu__item:nth-child(4n + 1)
  .services-menu__unsub-link,
.services-menu_hero
  .services-menu__item:nth-child(2)
  .services-menu__unsub-link,
.services-menu_hero
  .services-menu__item:nth-child(6)
  .services-menu__unsub-link,
.services-menu_hero
  .services-menu__item:nth-child(10)
  .services-menu__unsub-link {
  color: #003960;
}
.services-menu__item {
  position: relative;
}
.services-menu__item:hover .services-menu__link::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.services-menu__item:nth-child(4n + 4)
  .services-menu__sub-link_drop-down:hover
  + .services-menu__unsub-menu {
  right: 100%;
  left: auto;
  opacity: 1;
}
.services-menu__item:nth-child(4n + 4) .services-menu__unsub-menu {
  margin: 0 4px 0 0;
  left: auto;
  right: 0;
}
.services-menu__item:nth-child(4n + 4) .services-menu__unsub-menu:hover {
  right: 100%;
  left: auto;
}
.services-menu__item:nth-child(4n + 4) .services-menu__unsub-menu::before {
  right: -4px;
  left: auto;
}
.services-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #fcfcfc;
  background: #4464d4;
  border-radius: 5px;
  padding: 10px 25px;
}
.services-menu__link::after {
  content: '';
  margin-top: 1px;
  margin-left: 10px;
  width: 11px;
  height: 11px;
  background-image: url('assets/img/icons/arrows/arrow-down_white.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
}
.services-menu__sub-menu {
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  max-width: 100%;
  background: #4464d4;
  width: 100%;
  display: none;
  padding: 10px 0 25px 0;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}
.services-menu__sub-item {
  position: relative;
}
.services-menu__sub-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding: 7.5px 25px;
  color: #fcfcfc;
  font-weight: 500;
  line-height: 150%;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
}
.services-menu__sub-link:hover {
  background: #6583fe;
}
.services-menu__sub-link_drop-down:hover + .services-menu__unsub-menu {
  left: 100%;
  opacity: 1;
}
.services-menu__sub-link_drop-down:hover::after {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}
.services-menu__sub-link_drop-down::after {
  content: '';
  margin-top: 1px;
  margin-left: 5px;
  width: 11px;
  height: 11px;
  background-image: url('assets/img/icons/arrows/side-arrow_white.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
}
.services-menu__unsub-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: calc(100%);
  width: 100%;
  background: #4464d4;
  padding: 20px 0;
  border-radius: 5px;
  margin-left: 3px;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  z-index: -1;
  opacity: 0;
}
.services-menu__unsub-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: -4px;
  height: 100%;
  width: 4px;
  z-index: 1;
}
.services-menu__unsub-menu:hover {
  left: 100%;
  opacity: 1;
}
.services-menu__unsub-link {
  display: block;
  color: #fcfcfc;
  font-size: 14px;
  opacity: 0.8;
  padding: 5px 20px;
  margin: 5px 0;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
}
.services-menu__unsub-link:hover {
  opacity: 1;
}
.services-menu__close {
  display: none;
}
.btn {
  display: inline-block;
  padding: 12px 20px;
  min-width: 180px;
  border-radius: 5px;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: #fcfcfc;
  -webkit-transition: ease-in 0.35s;
  transition: ease-in 0.35s;
}
.btn__green {
  background: #25ccf2;
}
.btn__green:hover {
  background: #00d0ff;
}
.btn__blue {
  background: #6583fe;
}
.btn__blue:hover {
  background: #4c6ffe;
}
.btn__blue:active {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
  -webkit-box-shadow: inset 0px 4px 4px rgba(0, 57, 96, 0.2);
  box-shadow: inset 0px 4px 4px rgba(0, 57, 96, 0.2);
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media__item {
  max-width: 25px;
  width: 100%;
  opacity: 0.8;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  display: block;
}
.media__item:not(:last-child) {
  margin-right: 10px;
}
.media__item:hover {
  opacity: 1;
}
.media__item-icon {
  max-width: 100%;
  width: 100%;
}
.callback-block__number {
  color: #fcfcfc;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-decoration: underline;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.callback-block__number:hover {
  color: #fff;
}
.callback-block__text {
  margin-top: 5px;
  color: #fcfcfc;
  font-size: 10px;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.logo__icon {
  max-width: 45px;
  width: 100%;
  margin-right: 10px;
}
.logo__descriptor {
  max-width: 135px;
  width: 100%;
  font-weight: 300;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fcfcfc;
}
.header {
  position: relative;
  padding: 30px 0;
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #4464d4;
  z-index: -1;
}
.header__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}
.header__logo .logo__icon {
  max-width: 32px;
}
.header__logo .logo__descriptor {
  font-size: 10px;
  max-width: 130px;
}
.header__city-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #fcfcfc;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  margin-left: 30px;
  text-decoration: underline;
  opacity: 0.8;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.header__city-select:hover {
  opacity: 1;
}
.header__city-select::before {
  content: '';
  display: block;
  background: url('assets/img/icons/gsp.svg') no-repeat center;
  background-size: 100%;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 360px;
  width: 100%;
  margin: 0 50px -10px 50px;
}
.header__menu .menu-item {
  margin-bottom: 10px;
}
.header__menu .menu-item:not(:last-child) {
  margin-right: 15px;
}
.header__menu .menu-item a {
  font-size: 14px;
  color: #fcfcfc;
  opacity: 0.8;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.header__menu .menu-item a:hover {
  opacity: 1;
  color: #25ccf2;
}
.header__menu .current_page_item a {
  opacity: 1;
  color: #25ccf2;
}
.header__feedback-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
.header__feedback-text {
  font-size: 14px;
  opacity: 0.8;
  color: #fcfcfc;
  max-width: 215px;
  margin-right: 20px;
  line-height: 150%;
}
.header__callback-block {
  margin-right: 35px;
}
.header__number {
  font-size: 16px;
}
.header__media-mob {
  display: none;
}
.header__media-item {
  max-width: 22px;
}
.header__menu-close {
  display: none;
}
.header__gamburger {
  width: 25px;
  height: 25px;
  background: url('assets/img/icons/menu-btn.svg') no-repeat center;
  background-size: 100%;
  cursor: pointer;
  display: none;
}
.header__mob-btn {
  max-width: 150px;
  font-size: 14px;
  color: #fcfcfc;
  padding: 10px;
  padding: 8px 15px;
  border-radius: 5px;
  background: 0;
  outline: none;
  border: 1px solid #fcfcfc;
  display: none;
  margin: 0 12px;
  cursor: pointer;
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
.page-nav {
  margin: 10px 0 0 0;
}
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0 50px 0;
  min-height: calc(100vh - 105px);
  height: auto;
}
.hero__top {
  width: 100%;
}
.hero__bottom {
  margin-top: auto;
  width: 100%;
}
.hero__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hero__content {
  position: relative;
  max-width: 625px;
  width: 100%;
  z-index: 1;
  margin-top: 70px;
  padding-bottom: 115px;
}
.hero__circle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 863px;
  height: 863px;
  background: #213aa0;
  border-radius: 100%;
  z-index: -1;
}
.hero__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 135%;
  color: #fcfcfc;
}
.hero .color__green {
  color: #25ccf2;
}
.hero__desc {
  margin: 30px 0;
  max-width: 25.6em;
  width: 100%;
  color: #fcfcfc;
}
.hero__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  padding-top: 70px;
}
.hero__advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero__advantages-icon {
  max-width: 46px;
  width: 100%;
  margin-right: 14px;
}
.hero__advantages-text {
  max-width: 250px;
  width: 100%;
  font-size: 16px;
  line-height: 150%;
  color: #fcfcfc;
  font-weight: 500;
}
.price-cards .title-block {
  margin-bottom: 80px;
}
.price-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.price-cards__item {
  position: relative;
  border-radius: 15px;
  background: #f2f8ff;
  padding: 60px 36px 40px 36px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  text-align: center;
}
.price-cards__item:nth-child(3n + 2) .price-cards__circle {
  width: 240px;
  height: 240px;
}
.price-cards__item:nth-child(3n) .price-cards__circle {
  width: 286px;
  height: 286px;
}
.price-cards__circle {
  position: absolute;
  right: -61px;
  bottom: -83px;
  width: 198px;
  height: 198px;
  border-radius: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.43, 0.59, 1.31);
  transition-timing-function: cubic-bezier(0.56, 0.43, 0.59, 1.31);
}
.price-cards__item:hover {
  -webkit-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
}
.price-cards__item:hover .price-cards__circle {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.price-cards__subtitle {
  margin-top: 5px;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  opacity: 0.8;
}
.price-cards__price {
  margin-top: 25px;
  font-weight: bold;
  font-size: 26px;
  line-height: 135%;
  text-align: center;
  color: #6583fe;
}
.price-cards__list {
  margin: 20px 0 0 0;
}
.price-cards__list-item {
  margin: 0;
}
.price-cards__list-item:not(:last-child) {
  margin-bottom: 8.5px;
}
.price-cards__list-item_unable {
  opacity: 0.3;
}
.price-cards__drop-btn {
  display: none;
  margin: 15px auto 0 auto;
  font-weight: 550;
  text-align: center;
  color: #4464d4;
  cursor: pointer;
}
.price-cards__btn {
  display: block;
  margin: 35px auto 0 auto;
}
.services .title-block {
  margin: 0;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-top: 80px;
}
.services__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 25px 30px 25px;
  background: #f2f8ff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  cursor: pointer;
}
.services__content {
  z-index: 2;
  width: 100%;
  margin-bottom: 30px;
}
.services__img {
  max-width: 248px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.services__name {
  margin: 15px 0;
}
.services__arrow {
  position: relative;
  margin-top: auto;
  width: 20px;
  margin-left: auto;
  z-index: 1;
  cursor: pointer;
}
.services__arrow::before {
  content: '';
  position: absolute;
  top: -38px;
  left: -38px;
  width: 101px;
  height: 101px;
  border-radius: 100%;
  background: #fff;
  z-index: -2;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.43, 0.59, 1.31);
  transition-timing-function: cubic-bezier(0.56, 0.43, 0.59, 1.31);
}
.services__card:hover {
  -webkit-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
}
.services__card:hover .services__arrow::before {
  background: #4464d4;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.services__card:hover .services__arrow svg path {
  fill: #fff;
}
.steps {
  margin-top: 100px;
  padding: 80px 0 80px 0;
  background: #4464d4;
}
.steps__initial {
  margin: 0;
}
.steps .title-block {
  margin: 0;
}
.steps__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px -15px 0 -15px;
}
.steps__item {
  max-width: 290px;
  width: 100%;
  margin: 0 15px 30px 15px;
}
.steps__item-icon {
  max-width: 105px;
  max-height: 105px;
  width: 100%;
  height: 100%;
  margin: 0 0 -32px -24px;
  padding: 15px 32px 35px 18px;
  background: #213aa0;
  border-radius: 100%;
}
.steps__item-text {
  color: #fcfcfc;
  opacity: 0.9;
}
.steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 130px -15px -100px -15px;
  padding: 0;
}
.steps__list-item {
  counter-increment: cupcake;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 100px;
  color: #fcfcfc;
  line-height: 150%;
}
.steps ol {
  counter-reset: cupcake;
}
.steps ol li {
  counter-increment: cupcake;
  z-index: 2;
  position: relative;
}
.steps ol li::before {
  content: counters(cupcake, '.') ' ';
  position: absolute;
  top: -73px;
  left: -26px;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background: #213aa0;
  padding: 23px 0 0 26px;
  color: #fcfcfc;
  font-weight: bold;
  font-size: 40px;
  line-height: 120%;
  z-index: -1;
}
.features {
  margin: 100px 0 0 0;
}
.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 30px;
}
.features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.features__icon {
  max-width: 55px;
  width: 100%;
}
.features__text-block {
  margin-left: 20px;
  max-width: 305px;
}
.features__title {
  margin-bottom: 15px;
}
.cta {
  margin: 140px 0;
}
.cta__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.cta__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 35px 0;
  border-radius: 10px;
  background: #f2f8ff;
  overflow: hidden;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
}
.cta__card_hover:hover {
  background: #6583fe;
}
.cta__card_hover:hover .cta__img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.cta__card_hover:hover .cta__title,
.cta__card_hover:hover .cta__btn-text {
  color: #fcfcfc;
}
.cta__img {
  max-width: 281px;
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100%;
  margin: -44px 0 0 -46px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.43, 0.59, 1.31);
  transition-timing-function: cubic-bezier(0.56, 0.43, 0.59, 1.31);
}
.cta__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 340px;
  margin: 55px 0 0 30px;
}
.cta__title {
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  color: #003960;
  line-height: 150%;
  margin-bottom: 20px;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
}
.cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  margin-bottom: 10px;
  cursor: pointer;
}
.cta__btn-text {
  font-weight: 700;
  color: #6583fe;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
}
.cta__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 48px;
  max-height: 48px;
  padding: 15px;
  background: #fff;
  border-radius: 100%;
  margin-left: 15px;
}
.warning__text-block {
  display: block;
  margin-top: 45px;
}
.warning__title {
  margin: 0 0 10px 0;
}
.warning__desc {
  font-size: 16px;
  line-height: 150%;
  opacity: 0.8;
  margin: 0;
}
.warning__img {
  -o-object-position: center;
  object-position: center;
}
.article {
  padding: 100px 0;
  background: #fff;
  color: #000;
}
.article__container {
  max-width: 904px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
}
.article__content {
  position: relative;
  overflow: hidden;
}
.article__content::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 105px;
  background: 0;
}
.article__content_hidden {
  max-height: 530px;
}
.article__content_hidden::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.article__features-grid {
  grid-template-columns: repeat(2, 1fr);
}
.article__features-grid:not(:last-child) {
  margin: 30px 0 80px 0;
}
.article blockquote {
  max-width: 700px;
  margin: 70px auto;
  padding: 0 30px;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.article blockquote::before,
.article blockquote::after {
  display: block;
  font-weight: bold;
  font-size: 60px;
  line-height: 80%;
  color: #4464d4;
}
.article blockquote::before {
  content: '“';
}
.article blockquote::after {
  content: '”';
  margin: 20px 0 0 0;
  text-align: right;
}
.article__btn {
  display: block;
  margin: 40px auto 0 auto;
}
.article h2 {
  margin: 0 0 50px 0;
  font-weight: bold;
  font-size: 40px;
  line-height: 135%;
}
.article h3,
.article h4,
.article h5,
.article h6 {
  color: #000;
  font-weight: bold;
  line-height: 150%;
}
.article h3 {
  font-size: 28px;
  margin: 0 0 30px 0;
}
.article h4 {
  font-size: 18px;
  margin: 0 0 30px 0;
}
.article h5 {
  font-size: 16px;
  margin: 0 0 20px 0;
}
.article h6 {
  font-size: 14px;
  margin: 0 0 10px 0;
}
.article p {
  font-size: 18px;
  line-height: 150%;
  color: #000;
  margin: 0 0 50px 0;
  opacity: 0.8;
}
.article ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
.article ul li {
  font-weight: 550;
  font-size: 14px;
  line-height: 150%;
}
.article ul li::before {
  content: '- ';
  display: inline-block;
}
.article ol {
  margin: 0;
  padding: 0;
  counter-reset: list;
}
.article ol li {
  counter-increment: list;
  font-size: 18px;
  line-height: 150%;
  margin: 10px;
  padding: 0;
}
.article ol li::before {
  content: counters(list, '.') '. ';
}
.article ol li:not(:last-child) {
  margin-bottom: 20px;
}
.article figure {
  max-width: 100%;
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 0 60px 0;
  border-radius: 15px;
}
.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0 -15px;
}
.slider__item {
  margin: 0 15px;
  outline: none;
}
.slider__arrows-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 45px 0 0 0;
}
.slider__arrows-block .slick-arrow {
  width: 25px;
  height: 25px;
  padding: 4px;
  margin: 0;
  padding: 0 5px;
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  opacity: 0.8;
}
.slider__arrows-block .slick-arrow:hover {
  opacity: 1;
}
.slider__arrows-block .slick-arrow::before,
.slider__arrows-block .slick-arrow::after {
  display: none;
}
.slider__arrows-block .slick-prev {
  background-image: url('assets/img/icons/arrows/arrow_left.svg');
}
.slider__arrows-block .slick-next {
  background-image: url('assets/img/icons/arrows/arrow_right.svg');
  margin-left: 15px;
}
.slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.slider .slick-slide {
  height: auto;
}
.order-cards .order-cards__item {
  max-width: 232px;
  width: 100%;
}
.order-cards__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  background: #f2f8ff;
  padding: 30px 16px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.order-cards__link:hover {
  background: #6583fe;
  color: #fcfcfc;
}
.order-cards__link:hover .order-cards__title {
  color: #fcfcfc;
}
.order-cards__link:hover .order-cards__price {
  color: #fcfcfc;
}
.order-cards__title {
  position: relative;
  margin: 0 0 25px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 135%;
  z-index: 1;
  color: #003960;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.order-cards__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
}
.order-cards__price {
  z-index: 1;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.licenses .title-block {
  margin: 0;
}
.licenses__desc {
  max-width: 520px;
  width: 100%;
}
.licenses__slider {
  margin-top: 60px;
}
.licenses__item {
  max-width: 297px;
  width: 100%;
  padding: 25px 25px 30px 25px;
  background: #f2f8ff;
  border-radius: 10px;
}
.licenses__img {
  border-radius: 5px;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.licenses__hint {
  margin-top: 5px;
  text-align: center;
  font-size: 10.5px;
  line-height: 150%;
  opacity: 0.6;
}
.licenses__title {
  margin: 15px 0 0 0;
  text-align: center;
}
.trigger .title-block {
  margin-bottom: 45px;
}
.trigger__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
}
.trigger__image-block {
  position: relative;
  max-width: 762px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.trigger__image-block_front {
  margin: 22% 0 0 -50%;
  z-index: 2;
}
.trigger__img {
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.trigger__tag {
  position: absolute;
  top: -86px;
  left: -49px;
  width: 181px;
  height: 181px;
  padding: 106px 5px 5px 64px;
  font-weight: bold;
  font-size: 22px;
  line-height: 150%;
  color: #fcfcfc;
  background: #4464d4;
  border-radius: 100%;
}
.trigger__video {
  max-width: 843px;
  width: 100%;
  height: 546px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.trigger__video iframe {
  width: 100% !important;
  height: 100% !important;
}
.symptoms {
  padding: 120px 0;
  background: #fff;
}
.symptoms__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px 30px;
  justify-items: center;
}
.symptoms__item {
  max-width: 220px;
  width: 100%;
  text-align: center;
}
.symptoms__icon {
  max-width: 61px;
  width: 100%;
  margin: 0 0 15px 0;
}
.symptoms__title {
  margin: 0 0 15px 0;
}
.symptoms__caption {
  text-align: center;
}
.discount__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.discount__item {
  position: relative;
  display: block;
  padding: 132px 25px 45px 25px;
  background: linear-gradient(116.4deg, #4464d4 0%, #213aa0 99.18%), #4464d4;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.discount__item:hover {
  -webkit-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
}
.discount__item:hover .discount__circle {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.discount__circle {
  position: absolute;
  top: -29px;
  left: -10px;
  width: 237px;
  height: 237px;
  border-radius: 100%;
  background: #6583fe;
  z-index: -1;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.43, 0.59, 1.31);
  transition-timing-function: cubic-bezier(0.56, 0.43, 0.59, 1.31);
}
.discount__title {
  margin: 0 0 15px 0;
  font-weight: bold;
  font-size: 26px;
  line-height: 150%;
  color: #fcfcfc;
}
.discount__desc {
  color: #fcfcfc;
}
.about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.about__page:not(:last-child) {
  margin-bottom: 100px;
}
.about__page .about__text-block {
  margin: 15px 0 0 0;
}
.about__image-block {
  max-width: 625px;
  width: 100%;
}
.about__img {
  max-width: 100%;
  width: 100%;
  height: 497px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__text-block {
  margin: 62px 0 0 0;
}
.about__tag {
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 120%;
  color: #213aa0;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-transform: uppercase;
}
.about__title {
  margin: 0 0 15px 0;
}
.about__desc {
  margin: 0 0 30px 0;
}
.about__list {
  margin: 15px 0 30px 0;
}
.about__list-item {
  margin: 0;
  font-weight: 550;
}
.about__list-item:not(:last-child) {
  margin-bottom: 10px;
}
.about__list-item:before {
  content: '- ';
  display: inline-block;
}
.about__list-title {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}
.about__link {
  font-weight: 500;
  font-size: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.about__link:hover {
  color: #4464d4;
}
.doctors__title {
  margin: 0 0 60px 0;
}
.doctors-slider {
  margin-top: 60px;
}
.doctors-slider .doctors-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 298px;
  width: 100%;
  padding: 30px 30px 35px 30px;
  border-radius: 10px;
  background: #f2f8ff;
}
.doctors-slider__content {
  width: 100%;
}
.doctors-slider__img {
  max-width: 238px;
  width: 100%;
  height: 238px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 0 25px 0;
  border-radius: 5px;
}
.doctors-slider__list {
  margin: 15px 0 10px 0;
}
.doctors-slider__list-item {
  margin: 0;
  opacity: 0.8;
}
.doctors-slider__list-item:not(:last-child) {
  margin-bottom: 10px;
}
.doctors-slider__link {
  font-weight: 500;
  text-decoration: underline;
  color: #6583fe;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.doctors-slider__link:hover {
  color: #4464d4;
}
.doctors-slider__btn {
  margin-top: auto;
  max-width: 100%;
  width: 100%;
}
.reviews {
  padding: 120px 0 100px 0;
  background: #4464d4;
  color: #fcfcfc;
  overflow: hidden;
}
.reviews__slider {
  z-index: 2;
}
.reviews__item {
  max-width: 407px;
  width: 100%;
  padding: 35px 30px;
  background: #213aa0;
  border-radius: 10px;
}
.reviews__author-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px 0;
}
.reviews__avatar-block {
  max-width: 75px;
  width: 100%;
  margin: 0 20px 0 0;
}
.reviews__avatar {
  max-width: 100%;
  width: 100%;
  height: 75px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reviews__author-name {
  color: #fcfcfc;
  margin-bottom: 5px;
}
.reviews__caption {
  color: #fcfcfc;
}
.reviews__text {
  opacity: 0.8;
  color: #fcfcfc;
}
.reviews__arrows-block {
  position: relative;
  max-width: 282px;
  width: 100%;
  margin-left: auto;
  z-index: 1;
}
.reviews__arrows-block::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -142px;
  width: 282px;
  height: 282px;
  background: #f2f8ff;
  border-radius: 100%;
  z-index: -1;
}
.price-list {
  margin-bottom: 100px;
}
.price-list .title-block {
  margin: 0 0 60px 0;
}
.price-list__table {
  max-width: 844px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.price-list__table th {
  margin: 0 0 5px 0;
  padding: 12px 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  color: #4464d4;
  background: #f2f8ff;
  text-align: left;
}
.price-list__table td {
  text-align: left;
  color: #003960;
  font-size: 16px;
  line-height: 120%;
  padding: 15px 30px;
  border-bottom: 2px solid #f2f8ff;
}
.price-list__table td:first-child {
  max-width: 33.75em;
}
.price-list__table td:nth-child(2) {
  min-width: 7.5em;
}
.price-list__table td:last-child {
  text-align: right;
  min-width: 10.625em;
}
.price-list__table td a {
  font-weight: 550;
  text-decoration: underline;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.price-list__table td a:hover {
  color: #4464d4;
}
.FAQ .title-block {
  margin: 0 0 80px 0;
}
.FAQ__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  width: 100%;
}
.FAQ__tab {
  max-width: 625px;
  width: 100%;
  background: #f2f8ff;
  border-radius: 10px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.FAQ__tab:not(:last-child) {
  margin-bottom: 20px;
}
.FAQ__tab_active .FAQ__tab-head {
  border-radius: 10px 10px 0 0;
  color: #fcfcfc;
  background: #6583fe;
}
.FAQ__tab_active .FAQ__tab-head::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url('assets/img/icons/arrows/arrow-down_white.svg');
}
.FAQ__tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 25px;
  line-height: 120%;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
}
.FAQ__tab-head:hover {
  color: #fcfcfc;
  background: #6583fe;
}
.FAQ__tab-head:hover::after {
  background-image: url('assets/img/icons/arrows/arrow-down_white.svg');
}
.FAQ__tab-head::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url('assets/img/icons/arrows/arrow-down_black.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
  background-size: 100%;
  margin-left: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.FAQ__content {
  font-size: 16px;
  padding: 20px 25px 30px 25px;
  line-height: 150%;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.FAQ__content_hidden {
  display: none;
}
.feedback {
  margin-top: 160px;
}
.feedback__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.feedback__right {
  position: relative;
  z-index: 1;
}
.feedback__circle {
  position: absolute;
  top: -42px;
  right: 42px;
  width: 733px;
  height: 732px;
  border-radius: 100%;
  background: #fff;
  z-index: -1;
}
.feedback__left {
  padding: 50px 0 0 60px;
  z-index: 2;
}
.feedback-form__wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 505px;
  width: 100%;
}
.feedback-form__wrap form input[type='text'],
.feedback-form__wrap form input[type='tel'] {
  width: 100%;
  margin: 0;
}
.feedback-form__wrap form input.input-right {
  margin-left: auto;
}
.feedback-form__wrap form input[type='submit'] {
  display: block;
  margin: 25px auto 0 auto;
}
.feedback-form__wrap form textarea {
  width: 100%;
  height: 210px;
  margin: 25px 0;
  padding-top: 16px;
}
.feedback-form__wrap form span {
  display: block;
  max-width: 445px;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  opacity: 0.6;
  color: #003960;
}
.feedback-form__wrap form span a {
  text-decoration: underline;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.feedback-form__wrap form span a:hover {
  color: #213aa0;
}
.feedback-form__wrap form span.wpcf7-not-valid-tip {
  color: #dc3232;
  opacity: 1;
  text-align: left;
  padding-left: 10px;
}
.feedback-form__wrap form .wpcf7-form-control-wrap {
  max-width: 240px;
  width: 100%;
  margin: 0;
}
.feedback-form__wrap form .wpcf7-form-control-wrap:nth-child(3) {
  margin-left: auto;
}
.feedback-form__wrap form .wpcf7-form-control-wrap:nth-child(4) {
  max-width: 100%;
}
.footer {
  position: relative;
  padding: 80px 0 20px 0;
  background: #213aa0;
  z-index: 2;
  overflow: hidden;
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.footer__small-title {
  color: #fcfcfc;
}
.footer__subtitle {
  color: #fcfcfc;
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  margin: 0 0 15px 0;
}
.footer__cities {
  margin: 30px 0 20px 0;
}
.footer__cities-link {
  color: #fcfcfc;
  opacity: 0.8;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.footer__cities-link:not(:last-child) {
  margin-right: 15px;
}
.footer__cities-link:hover {
  opacity: 1;
}
.footer__payment-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__payment-img {
  max-width: 25px;
  width: 100%;
  margin: 0;
}
.footer__payment-img:not(:last-child) {
  margin-right: 10px;
}
.footer__contacts-block {
  margin-top: 45px;
}
.footer__contacts-text {
  color: #fcfcfc;
  opacity: 0.8;
}
.footer__contacts-text:not(:last-child) {
  margin-bottom: 20px;
}
.footer__callback-block {
  margin: 20px 0;
}
.footer .footer__menu .menu-item:not(:last-child) {
  margin-bottom: 10px;
}
.footer .footer__menu .menu-item a {
  color: #fcfcfc;
  font-weight: 550;
  line-height: 120%;
  opacity: 0.8;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.footer .footer__menu .menu-item a:hover {
  opacity: 1;
  color: #25ccf2;
}
.footer .footer__menu .current-menu-item a {
  opacity: 1;
  color: #25ccf2;
}
.footer__nav {
  margin: 80px 0 0 0;
}
.footer__nav .menu-item a {
  color: #fcfcfc;
  opacity: 0.95;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.footer__nav .menu-item a:hover {
  opacity: 1;
  color: #25ccf2;
}
.footer .sub-menu {
  margin: 20px 0 0 0;
}
.footer .sub-menu .menu-item {
  margin: 0;
}
.footer .sub-menu .menu-item:not(:last-child) {
  margin-bottom: 12px;
}
.footer .sub-menu .menu-item a {
  color: #fcfcfc;
  opacity: 0.8;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.footer .sub-menu .menu-item a:hover {
  opacity: 1;
  color: #25ccf2;
}
.footer__side-info {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px 0 0 0;
  z-index: 1;
}
.footer__circle {
  position: absolute;
  top: -85px;
  right: -15px;
  width: 324px;
  height: 324px;
  border-radius: 100%;
  background: #4464d4;
  z-index: -1;
}
.footer__user-agreement {
  display: inline-block;
  font-size: 12px;
  color: #fcfcfc;
  text-decoration: underline;
}
.footer__copyrights {
  margin: 10px 0 0 0;
  color: #fcfcfc;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.footer_information {
  display: inline-block;
  font-size: 12px;
  color: #fcfcfc;
  text-decoration: none;
}
.popup-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2%;
  background: rgba(68, 100, 212, 0.6);
  overflow-y: auto;
  z-index: 10;
  display: none;
}
.popup-screen__close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.popup {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 45px 40px;
  background: #fcfcfc;
  border-radius: 10px;
  z-index: 10;
}
.popup form {
  margin: 20px 0 0 0;
}
.popup form input[type='text'],
.popup form input[type='tel'],
.popup form textarea {
  width: 100%;
}
.popup form input[type='text'],
.popup form input[type='tel'] {
  margin-bottom: 15px;
}
.popup form textarea {
  margin: 0 0 15px 0;
  min-height: 180px;
  height: 180px;
}
.popup form span {
  display: block;
  font-size: 12px;
  line-height: 150%;
  color: #003960;
  text-align: center;
}
.popup form span a {
  text-decoration: underline;
}
.popup form span.wpcf7-not-valid-tip {
  display: block;
  color: #dc3232;
  margin: -10px 0 10px 0;
}
.popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url('assets/img/icons/close.svg') no-repeat center;
  background-size: 100%;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.popup__close:hover {
  opacity: 1;
}
.city-popup {
  max-width: 690px;
  display: block;
}
.city-popup__form {
  margin: 30px 0 0 0;
}
.city-popup__form input {
  width: 100%;
}
.city-popup__list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 15px 30px;
  margin: 30px 0 0 0;
}
.city-popup__list:not(.active)::after {
  content: attr(data-load-text);
}
.city-popup__list-item {
  display: none;
}
.city-popup__list-item.active {
  display: block;
}
.city-popup__link {
  font-size: 16px;
  line-height: 120%;
  color: #4464d4;
  opacity: 0.9;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.city-popup__link::before {
  content: attr(data-city);
}
/* .city-popup__link_chosen {
  font-weight: 500;
  opacity: 1;
} */
.city-popup__link:hover {
  opacity: 1;
  color: #213aa0;
}
.sent-mail__btn {
  display: block;
  margin: 15px auto 0 auto;
}
.page-contacts__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  width: 100%;
  margin: 100px 0 20px 0;
}
.page-contacts__page-title {
  margin: 0 0 30px 0;
}
.page-contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px -15px 0 -15px;
}
.page-contacts__list-item {
  width: calc(50% - 30px);
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-contacts__list-item:not(:last-child) {
  margin-bottom: 30px;
}
.page-contacts__icon {
  max-width: 22px;
  width: 100%;
  margin-right: 15px;
}
.page-contacts__text {
  font-weight: 500;
  line-height: 130%;
  color: #003960;
}
.page-contacts__map {
  border-radius: 10px;
  overflow: hidden;
  height: 430px;
}
.page-contacts__map iframe {
  width: 100% !important;
  height: 100% !important;
}
.catalog {
  margin: 100px 0 140px 0;
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.catalog__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 407px;
  width: 100%;
  background: #f2f8ff;
  color: #003960;
  border-radius: 10px;
  padding: 30px 35px 35px 35px;
  overflow: hidden;
}
.catalog__content {
  margin-bottom: 40px;
  z-index: 2;
}
.catalog__thumbnail {
  max-width: 100%;
  width: 100%;
  height: 229px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.catalog__small-title {
  margin: 20px 0 15px 0;
}
.catalog__caption {
  line-height: 170%;
}
.catalog__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
}
.catalog__link {
  position: relative;
  color: #4464d4;
  font-weight: 500;
  font-size: 16px;
  text-decoration: underline;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.catalog__link:hover {
  color: #fff;
}
.catalog__link:hover::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: #6583fe;
}
.catalog__link::before {
  content: '';
  position: absolute;
  top: -54px;
  right: -11px;
  width: 166px;
  height: 166px;
  background: #fff;
  border-radius: 100%;
  z-index: -1;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.43, 0.59, 1.31);
  transition-timing-function: cubic-bezier(0.56, 0.43, 0.59, 1.31);
}
.catalog__timestamp {
  font-weight: 550;
  font-size: 12px;
}
body .may-interested .catalog__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 407px;
}
body .page-article {
  margin: 100px 0 0 0;
  padding: 0;
}
.page-licenses {
  margin: 100px 0 200px 0;
}
.promotions {
  margin: 100px 0 160px 0;
}
body .page-reviews {
  margin: 100px 0 0 0;
  padding: 0;
  background: 0;
}
body .page-reviews__page-title {
  margin: 0 0 100px 0;
}
body .page-reviews .reviews__item {
  background: #4464d4;
}
body .page-reviews .reviews__arrows-block::before {
  display: none;
}
.reviews-feedback {
  margin: 80px 0 140px 0;
}
.reviews-feedback__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  margin: 0 0 40px 0;
  text-align: center;
}
.reviews-feedback__form {
  max-width: 625px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  margin: 0 auto;
  padding: 50px 60px 60px 60px;
}
.reviews-feedback
  .feedback-form__wrap
  form
  .wpcf7-form-control-wrap:nth-child(4) {
  display: block;
  max-width: 100%;
  margin: 25px 0 0 0;
}
.reviews-feedback
  .feedback-form__wrap
  form
  .wpcf7-form-control-wrap:nth-child(5) {
  max-width: 100%;
}
.wpcf7-response-output {
  display: none;
}
[data-target='copyrights'] {
  display: none !important;
}
@media screen and (max-width: 1359.9px) {
  .header__city-select {
    margin-left: 15px;
  }
  .header__menu {
    margin: 0 25px -10px 30px;
  }
  .header__menu .menu-item:not(:last-child) {
    margin-right: 12.5px;
  }
  .header__feedback-text {
    font-size: 13px;
    margin-right: 10px;
    max-width: 205px;
  }
  .header__callback-block {
    margin-right: 15px;
  }
  .services-menu__link {
    padding: 10px 20px;
    font-size: 15px;
  }
  .services-menu__link::after {
    margin-left: 5px;
  }
  .price-cards__grid,
  .services__grid,
  .features__grid,
  .cta__grid,
  .discount__grid,
  .about,
  .FAQ__wrap {
    grid-gap: 20px;
  }
  .slider {
    margin-left: 0;
    margin-right: -30px;
    overflow: initial;
  }
  .slider__item {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .catalog__article {
    padding: 30px 25px 35px 25px;
  }
}
@media screen and (max-width: 1199.9px) {
  .section-title {
    margin-bottom: 20px;
  }
  .page-title {
    font-size: 40px;
  }
  .page-nav {
    margin: 0;
  }
  .section {
    margin-top: 100px;
  }
  .section-title,
  .article h2 {
    font-size: 36px;
  }
  .title-block {
    margin: 0 0 65px 0;
  }
  .about__page:not(:last-child) {
    margin-bottom: 60px;
  }
  .slider {
    margin-left: 0;
    margin-right: -30px;
    overflow: initial;
  }
  .header__menu {
    position: fixed;
    top: 0;
    left: 100%;
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
    display: block;
    margin: 0;
    overflow-y: auto;
    background: #fcfcfc;
    padding: 80px 30px 0 30px;
    z-index: 20;
    -webkit-transition: ease-out 0.6s;
    transition: ease-out 0.6s;
  }
  .header__menu_open {
    left: 0;
  }
  .header__menu .menu-item a {
    color: #4464d4;
  }
  .header__menu-close {
    display: block;
  }
  .header__gamburger {
    display: block;
  }
  .header__gamburger-mob {
    display: none;
  }
  .header__mob-btn {
    display: inline-block;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .services-menu {
    position: fixed;
    top: 0;
    left: 100%;
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
    display: block;
    margin: 0;
    overflow-y: auto;
    background: #fcfcfc;
    padding: 80px 30px 40px 30px;
    z-index: 20;
    -webkit-transition: ease-out 0.6s;
    transition: ease-out 0.6s;
  }
  .services-menu_open {
    left: 0;
  }
  .services-menu__close {
    display: block;
  }
  .services-menu__link {
    color: #213aa0 !important;
    background: 0;
    margin: 0 0 15px 0;
    padding: 0;
    display: inline-block;
    width: auto;
    text-decoration: underline;
    font-size: 16px;
  }
  .services-menu__link::after {
    display: none;
  }
  .services-menu__sub-menu {
    position: static;
    display: block;
    height: auto;
    max-height: 100%;
    background: 0;
    margin: 0 0 35px 0;
    padding: 0 0 0 10px;
  }
  .services-menu__sub-item {
    margin: 0;
  }
  .services-menu__sub-item:not(:last-child) {
    margin-bottom: 12.5px;
  }
  .services-menu__sub-link {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    color: #4464d4 !important;
    opacity: 0.9;
  }
  .services-menu__sub-link::after {
    display: none;
  }
  .services-menu__unsub-menu {
    position: static;
    display: block;
    left: 0;
    margin: 10px 0 0 0 !important;
    padding: 0 0 0 10px;
    opacity: 1;
    background: 0;
  }
  .services-menu__unsub-item {
    margin: 0;
  }
  .services-menu__unsub-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .services-menu__unsub-link {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    color: #4464d4 !important;
    opacity: 0.7;
    font-size: 12px;
  }
  .hero {
    margin: 0;
    padding: 0 0 40px 0;
  }
  .hero__content {
    max-width: 550px;
    padding-bottom: 90px;
    margin-top: 40px;
  }
  .hero__title {
    font-size: 40px;
  }
  .hero__advantages {
    padding: 50px 0 0 0;
  }
  .hero__advantages-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero__advantages-icon {
    margin: 0 0 10px 0;
  }
  .hero__advantages-text {
    font-size: 14px;
  }
  .price-cards .title-block {
    margin-bottom: 60px;
  }
  .price-cards__item {
    padding: 40px 20px;
  }
  .services__grid {
    margin-top: 60px;
    grid-template-columns: repeat(2, 1fr);
  }
  .features__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .features__text-block {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .cta {
    margin: 100px 0;
  }
  .cta__card {
    padding: 0 10px 25px 0;
  }
  .cta__img {
    max-width: 220px;
    height: 220px;
  }
  .cta__text-block {
    margin: 35px 0 0 20px;
  }
  .cta__title {
    font-size: 20px;
    line-height: 140%;
  }
  .cta__btn-text {
    font-size: 16px;
  }
  .cta__icon {
    max-width: 38px;
    max-height: 38px;
    padding: 10px;
  }
  .article {
    padding: 80px 0;
  }
  .trigger .title-block {
    margin: 0 0 40px 0;
  }
  .trigger__image-block {
    width: 63.5vw;
    height: 46vw;
  }
  .trigger__tag {
    width: 171px;
    height: 171px;
    font-size: 20px;
  }
  .symptoms {
    padding: 100px 0;
  }
  .symptoms__grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 220px));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .warning__desc {
    font-size: 14px;
  }
  .doctors .title-block {
    margin: 0 0 40px 0;
  }
  .about__img {
    height: 460px;
  }
  .about__text-block {
    margin: 10px 0 0 0;
  }
  .about__title {
    font-size: 32px;
    margin: 0 0 20px 0;
  }
  .doctors-slider {
    margin-top: 40px;
  }
  .reviews {
    padding: 90px 0;
  }
  .FAQ__tab-head {
    padding: 16px 20px;
    font-size: 17px;
  }
  .FAQ__content {
    padding: 20px 20px 30px 20px;
  }
  .feedback__left {
    padding: 20px 0 0 20px;
  }
  .feedback-form__wrap form .wpcf7-form-control-wrap {
    max-width: 100%;
  }
  .feedback-form__wrap form .wpcf7-form-control-wrap:nth-child(3) {
    margin-top: 20px;
  }
  .feedback-form__wrap form input[type='text'],
  .feedback-form__wrap form input[type='tel'] {
    max-width: 100%;
  }
  .reviews-feedback
    .feedback-form__wrap
    form
    .wpcf7-form-control-wrap:nth-child(4) {
    margin-top: 20px;
  }
  .feedback-form__wrap form textarea {
    margin: 20px 0;
  }
  .feedback-form__wrap form input[type='submit'] {
    margin: 20px auto 0 auto;
  }
  .catalog__grid {
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
  }
  .catalog__article {
    max-width: 100%;
    padding: 30px 35px 35px 35px;
  }
  .page-contacts__grid {
    grid-template-columns: repeat(auto-fill, minmax(530px, 1fr));
    grid-gap: 50px 30px;
  }
  .page-contacts__list {
    max-width: 660px;
  }
  .page-licenses {
    margin: 80px 0 0 0;
  }
  .reviews-feedback {
    margin: 80px 0 0 0;
  }
  body .page-reviews__page-title {
    margin: 0 0 80px 0;
  }
  .reviews-feedback
    .feedback-form__wrap
    form
    input[type='text']:nth-child(n + 4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1076px) {
  .discount__grid {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 991.9px) {
  .page {
    margin-top: 80px;
  }
  .page-title {
    font-size: 36px;
  }
  .about__page .about__text-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .container,
  .article__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .slider {
    margin-right: -20px;
  }
  .section {
    margin-top: 80px;
  }
  .section-title,
  .article h2 {
    font-size: 32px;
    line-height: 130%;
  }
  .small-title,
  .footer__nav .menu-item a {
    font-size: 17px;
    line-height: 140%;
  }
  .desc,
  .article p {
    font-size: 16px;
  }
  .header__feedback-text {
    display: none;
  }
  .hero {
    padding: 0;
    min-height: calc(100vh - 95px);
  }
  .hero__content {
    max-width: 490px;
    padding-bottom: 90px;
  }
  .hero__title {
    font-size: 36px;
  }
  .hero__advantages {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero__advantages-item {
    width: 50%;
    margin: 0 0 20px 0;
  }
  .hero__advantages-icon {
    max-width: 40px;
    margin: 0 10px 0 0;
  }
  .price-cards__grid {
    grid-template-columns: repeat(1, minmax(290px, 480px));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .price-cards__list {
    position: relative;
    max-height: 11em;
    overflow: hidden;
  }
  .price-cards__list_open {
    max-height: 100%;
  }
  .price-cards__drop-btn {
    display: inline-block;
  }
  .features__grid {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-gap: 40px 20px;
  }
  .features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta {
    margin: 80px 0;
  }
  .cta__grid {
    grid-template-columns: repeat(auto-fill, minmax(420px, 540px));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .article blockquote {
    padding: 0 20px;
    margin: 50px auto;
  }
  .article figure {
    height: 52vw;
    margin: 0 0 40px 0;
  }
  .symptoms {
    padding: 80px 0;
  }
  .symptoms__icon {
    max-width: 55px;
  }
  .discount__item {
    padding: 132px 20px 45px 20px;
  }
  .discount__title {
    font-size: 24px;
  }
  .about {
    grid-template-columns: repeat(1, 1fr);
  }
  .about__image-block {
    max-width: 100%;
  }
  .about__img {
    max-width: 96vw;
    height: 76.7vw;
  }
  .about__title {
    margin: 0 0 15px 0;
  }
  .about__desc {
    max-width: 35em;
    margin: 0 0 20px 0;
  }
  .about__list {
    margin: 15px 0 20px 0;
  }
  .price-list__table td,
  .price-list__table th {
    padding: 15px;
  }
  .reviews {
    padding: 90px 0 65px 0;
  }
  .trigger__video {
    height: 60vw;
  }
  .FAQ__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .FAQ__tab {
    max-width: 100%;
  }
  .feedback__right br {
    display: none;
  }
  .feedback__left {
    padding: 20px 0 0 0;
  }
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__contacts-text {
    max-width: 21.5em;
  }
  .catalog__grid {
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
  }
  .catalog__article {
    padding: 30px 25px 35px 25px;
  }
  .page-contacts__grid {
    margin: 80px 0 0 0;
  }
  .promotions {
    margin: 80px 0 120px 0;
  }
  body .may-interested .title-block {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .page {
    margin-top: 60px;
  }
  .page-title {
    font-size: 36px;
    margin: 0 0 40px 0;
  }
  .title-block,
  .price-list .title-block,
  .FAQ .title-block {
    margin-bottom: 45px;
  }
  .section-title {
    font-size: 28px;
    margin: 0 0 15px 0;
  }
  .small-title,
  .footer__nav .menu-item a {
    font-size: 16.5px;
  }
  .slider__arrows-block {
    margin-top: 35px;
  }
  .header {
    padding: 20px 0;
  }
  .header .media {
    display: none;
  }
  .header .header__media-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  .header__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__row {
    width: 100%;
    margin-top: 15px;
  }
  .header__city-select {
    margin: 0 10px;
  }
  .header__feedback-block {
    margin-left: 0;
    margin-right: auto;
  }
  .hero {
    min-height: calc(100vh - 122px);
  }
  .hero__content {
    max-width: 380px;
    padding-bottom: 12vh;
  }
  .hero__circle {
    display: none;
  }
  .hero__title {
    line-height: 120%;
  }
  .hero__desc {
    margin: 15px 0 20px 0;
  }
  .hero__advantages {
    padding: 0;
  }
  .price-cards__price {
    margin: 15px 0 0 0;
    font-size: 24px;
  }
  .price-cards__list {
    margin: 15px 0 0 0;
  }
  .services__grid {
    margin-top: 45px;
  }
  .services__card {
    padding: 25px 20px 25px 20px;
  }
  .services__name {
    margin: 10px 0;
  }
  .steps__item {
    max-width: 220px;
  }
  .steps__item::before {
    top: -76px;
    width: 95px;
    height: 95px;
    font-size: 36px;
  }
  .steps__item br {
    display: none;
  }
  .steps__item-icon {
    max-width: 95px;
    max-height: 95px;
  }
  .features__grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 40px 40px;
  }
  .article h2 {
    margin: 0 0 30px 0;
  }
  .article h2 br {
    display: none;
  }
  .article ol li {
    font-size: 16px;
  }
  .article h4 {
    margin: 0 0 15px 0;
  }
  .article ul {
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  }
  .licenses__slider {
    margin-top: 45px;
  }
  .trigger .title-block {
    margin-bottom: 30px;
  }
  .trigger__image-block {
    width: 80.625vw;
    height: 59vw;
  }
  .trigger__image-block_front {
    margin: 30% 0 0 -100%;
  }
  .discount__grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  .about .about__title {
    margin-bottom: 10px;
  }
  .price-list__table {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .price-list__table th,
  .price-list__table td {
    padding: 15px 20px;
  }
  .feedback {
    padding: 50px 0 60px 0;
    margin: 30px 0 -80px 0;
    overflow: hidden;
  }
  .feedback__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .feedback__right {
    max-width: 460px;
  }
  .feedback__circle {
    right: -438px;
  }
  .feedback__left {
    padding: 0;
  }
  .feedback-form__wrap form {
    max-width: 100%;
  }
  .feedback-form__wrap form span {
    max-width: 575px;
  }
  .feedback-form__wrap form .wpcf7-form-control-wrap {
    max-width: 49%;
  }
  .feedback-form__wrap form .wpcf7-form-control-wrap:nth-child(3) {
    margin-top: 0;
  }
  .popup {
    padding: 45px 30px;
  }
  .city-popup__list {
    grid-template-columns: repeat(3, auto);
  }
  .city-popup__link {
    font-size: 14px;
  }
  .catalog {
    margin: 80px 0 80px 0;
  }
  .catalog__grid {
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
    justify-items: center;
  }
  .catalog__article {
    max-width: 407px;
  }
  .page-contacts__page-title {
    margin-bottom: 20px;
  }
  .page-contacts__list {
    margin-top: 30px;
  }
  .page-contacts__list-item:not(:last-child) {
    margin-bottom: 25px;
  }
  .page-contacts__icon {
    max-width: 18px;
    margin-right: 10px;
  }
  .promotions {
    margin: 60px 0 0 0;
  }
  body .page-reviews {
    margin: 60px 0 0 0;
  }
  body .page-reviews__page-title {
    margin-bottom: 50px;
  }
  body .may-interested .title-block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575.9px) {
  .page-title {
    font-size: 7.5vw;
  }
  .about__page:not(:last-child) {
    margin-bottom: 30px;
  }
  .title-block,
  .price-list .title-block,
  .FAQ .title-block {
    margin-bottom: 30px;
  }
  .logo__icon {
    max-width: 32px;
    margin-right: 5px;
  }
  .logo__descriptor {
    max-width: 120px;
    font-size: 10px;
  }
  .media__item {
    max-width: 23px;
  }
  .callback-block__number {
    font-size: 16px;
  }
  input[type='text'],
  input[type='tel'],
  textarea {
    font-size: 14px;
    padding: 10px 20px;
  }
  .section {
    margin-top: 70px;
  }
  .container,
  .article__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider {
    margin-right: -15px;
  }
  .slider__item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .slider__arrows-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-title,
  .article h2 {
    font-size: 6.875vw;
  }
  .section-title br,
  .article h2 br {
    display: none;
  }
  .small-title,
  .footer__nav .menu-item a {
    font-size: 16px;
  }
  .caption,
  .footer__menu .menu-item a,
  .footer .sub-menu .menu-item a {
    font-size: 13px;
  }
  .desc,
  .article p {
    font-size: 14px;
    opacity: 0.9;
  }
  .desc br,
  .article p br {
    display: none;
  }
  .btn {
    padding: 10px 16px;
    font-size: 14px;
    min-width: 145px;
  }
  .header__logo .logo__icon {
    max-width: 28px;
    margin-right: 5px;
  }
  .header__logo .logo__descriptor {
    max-width: 120px;
    font-size: 9px;
  }
  .header__media-item {
    max-width: 18px;
  }
  .header__media-item:not(:last-child) {
    margin-right: 7.5px;
  }
  .header__city-select::before {
    margin-right: 5px;
    width: 14px;
    height: 14px;
  }
  .header__menu {
    padding: 60px 15px 40px 15px;
  }
  .services-menu {
    padding: 60px 15px 20px 15px;
  }
  .hero {
    min-height: calc(100vh - 118px);
    padding: 0 0 20px 0;
  }
  .hero__content {
    margin: 80px 0 140px 0;
    padding: 0;
  }
  .hero__title {
    font-size: 7.5vw;
    max-width: 8.6em;
  }
  .hero__desc {
    margin: 10px 0 15px 0;
    max-width: 68.75vw;
  }
  .hero__advantages {
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, 200px));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 10px;
  }
  .hero__advantages-item {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
  .hero__advantages-icon {
    max-width: 26px;
    margin: 0 5px 0 0;
  }
  .hero__advantages-text {
    font-size: 12px;
  }
  .hero__advantages-text br {
    display: none;
  }
  .price-cards__item {
    padding: 30px 20px;
  }
  .price-cards__item .price-cards__circle {
    width: 141px;
    height: 141px;
  }
  .price-cards__item:nth-child(3n + 2) .price-cards__circle {
    width: 176px;
    height: 176px;
  }
  .price-cards__item:nth-child(3n) .price-cards__circle {
    width: 222px;
    height: 222px;
  }
  .price-cards__price {
    font-size: 20px;
  }
  .price-cards__subtitle {
    font-size: 11px;
  }
  .price-cards__list {
    max-height: 8em;
  }
  .price-cards__list_open {
    max-height: 100%;
  }
  .price-cards__btn {
    margin-top: 25px;
  }
  .services__grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  .steps__wrap {
    margin-top: 40px;
  }
  .steps__list {
    margin-top: 100px;
  }
  .steps__item {
    max-width: 260px;
  }
  .steps ol li::before {
    width: 85px;
    height: 85px;
    font-size: 30px;
  }
  .features {
    margin: 60px 0 0 0;
  }
  .features__grid {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    grid-gap: 20px 20px;
  }
  .features__icon {
    max-width: 46px;
  }
  .features__text-block {
    margin: 10px 0 0 0;
  }
  .features__title {
    margin: 0 0 10px 0;
  }
  .cta {
    margin: 60px 0;
  }
  .cta__grid {
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .cta__card {
    padding: 0 0 30px 15px;
  }
  .cta__img {
    margin: -7vw -40px 0 auto;
    max-width: 45.4375vw;
    width: 100%;
    height: 43.3125vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -o-object-position: center;
    object-position: center;
  }
  .cta__text-block {
    margin: 20px 0 0 0;
    max-width: 165px;
  }
  .cta__title {
    font-size: 16px;
  }
  .cta__btn-text {
    font-size: 14px;
  }
  .cta__icon {
    margin-left: 10px;
    max-width: 28px;
    max-height: 28px;
    padding: 7px;
  }
  .cta__icon svg {
    width: 13px;
    height: 13px;
  }
  .article {
    padding: 60px 0;
  }
  .article__features-grid:not(:last-child) {
    margin: 25px 0 50px 0;
  }
  .article blockquote {
    margin: 30px 0;
    padding: 0 15px;
    font-size: 14px;
  }
  .article blockquote::before,
  .article blockquote::after {
    font-size: 50px;
  }
  .article__content_hidden {
    max-height: 510px;
  }
  .article__btn {
    margin-top: 40px;
  }
  .article__img {
    margin-bottom: 25px;
  }
  .article ul {
    grid-gap: 12.5px 20px;
  }
  .article ol li {
    font-size: 14px;
  }
  .article ol li:not(:last-child) {
    margin-bottom: 15px;
  }
  .article h5 {
    font-size: 15px;
    margin: 0 0 15px 0;
  }
  .article p {
    margin: 0 0 30px 0;
  }
  .article p br {
    display: block;
  }
  .licenses__slider {
    margin-top: 30px;
  }
  .licenses__item {
    padding: 20px 15px 25px 15px;
    max-width: 278px;
  }
  .licenses__title {
    margin: 10px 1em 0 1em;
  }
  .symptoms {
    padding: 60px 0;
  }
  .symptoms__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 10px;
  }
  .symptoms__icon {
    max-width: 50px;
    margin: 0 0 10px 0;
  }
  .symptoms__title {
    margin: 0 0 10px 0;
  }
  .trigger__tag {
    width: 145px;
    height: 145px;
    font-size: 16px;
    padding: 96px 5px 5px 54px;
  }
  .discount__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .discount__item {
    padding: 120px 15px 45px 15px;
  }
  .discount__circle {
    width: 190px;
    height: 190px;
  }
  .discount__title {
    font-size: 22px;
    margin: 0 0 10px 0;
  }
  .discount .desc {
    max-width: 20em;
  }
  .reviews {
    padding: 60px 0;
  }
  .reviews__item {
    max-width: 340px;
    padding: 25px 20px 30px 20px;
  }
  .reviews__author-block {
    margin: 0 0 10px 0;
  }
  .reviews__avatar-block {
    max-width: 60px;
    margin: 0 15px 0 0;
  }
  .reviews__avatar {
    height: 60px;
  }
  .reviews__arrows-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .reviews__arrows-block::before {
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 185px;
    height: 185px;
  }
  .price-list {
    margin-bottom: 60px;
    overflow: hidden;
  }
  .about {
    grid-gap: 10px;
  }
  .about__list {
    margin: 10px 0 15px 0;
  }
  .about__link {
    font-size: 14px;
  }
  .doctors-slider .doctors-slider__item {
    padding: 25px 20px 30px 20px;
    max-width: 278px;
  }
  .doctors-slider__img {
    margin: 0 0 15px 0;
  }
  .doctors-slider__list {
    margin: 10px 0;
  }
  .warning__text-block {
    max-width: 250px;
  }
  .warning__desc {
    font-size: 13px;
  }
  .price-list__table {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .price-list__table th {
    font-size: 16px;
    padding: 12px 7.5px;
  }
  .price-list__table th:first-child {
    padding-left: 15px;
  }
  .price-list__table td {
    font-size: 13px;
    padding: 10px 7.5px;
  }
  .price-list__table td:first-child {
    padding-left: 15px;
  }
  .price-list__table td:nth-child(2) {
    min-width: 6em;
  }
  .price-list__table td:last-child {
    padding-right: 15px;
    min-width: 10em;
  }
  .FAQ__wrap {
    grid-gap: 15px;
  }
  .FAQ__tab:not(:last-child) {
    margin-bottom: 15px;
  }
  .FAQ__tab-head {
    font-size: 16px;
    padding: 12px 16px;
  }
  .FAQ__content {
    padding: 14px 16px;
    font-size: 13px !important;
  }
  .feedback {
    padding: 0;
    margin-bottom: 0;
  }
  .feedback__grid {
    grid-gap: 30px;
  }
  .feedback__circle {
    top: 2px;
    right: 15px;
    width: 487px;
    height: 486px;
  }
  .reviews-feedback
    .feedback-form__wrap
    form
    input[type='text']:nth-child(n + 4) {
    margin-top: 15px;
  }
  .feedback-form__wrap form .wpcf7-form-control-wrap {
    max-width: 100%;
  }
  .feedback-form__wrap form .wpcf7-form-control-wrap:nth-child(3) {
    margin-top: 15px;
  }
  .reviews-feedback
    .feedback-form__wrap
    form
    .wpcf7-form-control-wrap:nth-child(4) {
    margin-top: 15px;
  }
  .feedback-form__wrap form textarea {
    margin: 15px 0 10px 0;
  }
  .footer {
    padding-top: 60px;
  }
  .footer__grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .footer .sub-menu {
    margin: 15px 0 0 0;
  }
  .footer .sub-menu .menu-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer__mob-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 20px;
  }
  .footer__mob-grid .footer__column:nth-child(1) {
    grid-column: 1/3;
  }
  .footer__mob-grid .footer__column:nth-child(2) {
    grid-column: 1/4;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__mob-grid .footer__column:nth-child(3) {
    grid-column: 1/4;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__menu {
    text-align: right;
  }
  .footer__subtitle {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  .footer__contacts-block {
    margin-top: 15px;
  }
  .footer__contacts-text:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer__callback-wrap {
    margin-left: 10px;
  }
  .footer__callback-block {
    margin: 0 0 15px 0;
    text-align: right;
  }
  .footer__side-info {
    margin-top: 65px;
  }
  .footer__circle {
    top: -37px;
    right: -29px;
    width: 262px;
    height: 262px;
  }
  .footer__user-agreement,
  .footer__copyrights {
    font-size: 10px;
  }
  .footer__copyrights {
    margin-top: 5px;
  }
  .popup-screen {
    overflow: initial;
    padding: 0;
  }
  .popup {
    max-width: 100%;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    border-radius: 0;
    padding: 70px 15px 40px 15px;
  }
  .popup form {
    max-width: 390px;
    margin: 30px auto 0 auto;
  }
  .popup form span {
    font-size: 10px;
    max-width: 260px;
    margin: 0 auto;
  }
  .popup textarea {
    max-width: 100%;
  }
  .city-popup__list {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    grid-gap: 10px;
  }
  .small-popup .popup {
    padding-top: 120px;
  }
  .sent-mail .popup {
    padding-top: 40vh;
  }
  .catalog__article {
    padding: 25px 20px 30px 20px;
  }
  .catalog__thumbnail {
    height: 51.25vw;
  }
  .catalog__content {
    margin-bottom: 30px;
  }
  .catalog__small-title {
    margin: 15px 0 10px 0;
  }
  .catalog__link {
    font-size: 14px;
  }
  .page-contacts__grid {
    margin: 40px 0 0 0;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .page-contacts__list {
    margin: 30px 0 0 0;
  }
  .page-contacts__list-item {
    width: 100%;
    margin: 0;
  }
  .page-contacts__list-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .page-contacts__icon {
    max-width: 15px;
  }
  .page-contacts__map {
    height: 95vw;
  }
  .page-licenses {
    margin: 60px 0 0 0;
  }
  .reviews-feedback {
    margin: 60px 0 0 0;
  }
  .reviews-feedback__form {
    max-width: auto;
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 30px 15px 60px 15px;
    border-radius: 0;
  }
  .reviews-feedback__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body .reviews-feedback__page + .footer {
    margin: 0;
  }
  body .may-interested .title-block {
    margin-bottom: 30px;
  }
  body .may-interested .catalog__article {
    width: 90.625vw;
  }
}
@media screen and (max-width: 374.9px) {
  .page {
    margin-top: 40px;
  }
  .section {
    margin-top: 60px;
  }
  .title-block {
    margin: 0 0 30px 0;
  }
  .caption,
  .footer__menu .menu-item a,
  .footer .sub-menu .menu-item a {
    font-size: 12px;
  }
  .header {
    padding-top: 15px;
  }
  .header .logo__icon {
    max-width: 22px;
  }
  .header .logo__descriptor {
    max-width: 85px;
    font-size: 7px;
  }
  .header .callback-block__text {
    font-size: 9px;
  }
  .header__city-select {
    font-size: 12px;
  }
  .header__city-select::before {
    width: 13px;
    height: 13px;
  }
  .header__media-item {
    max-width: 16px;
  }
  .header__media-item:not(:last-child) {
    margin-right: 5px;
  }
  .header__gamburger {
    display: none;
  }
  .header__gamburger-mob {
    display: block;
    width: 22px;
    height: 22px;
    margin-left: 15px;
  }
  .header__number {
    font-size: 14px;
  }
  .header__mob-btn {
    max-width: 140px;
    font-size: 12px;
    padding: 8px 20px;
    margin: 0 0 0 auto;
  }
  .hero {
    min-height: calc(100vh - 104px);
  }
  .hero__advantages-text {
    font-size: 10px;
  }
  .reviews__item {
    max-width: 290px;
  }
  .reviews__avatar-block {
    max-width: 55px;
  }
  .reviews__avatar {
    height: 55px;
  }
  .cta__img {
    max-width: 48vw;
    height: 45vw;
    margin: -25px -40px 0 auto;
  }
  .trigger__tag {
    top: -46px;
    left: -26px;
    font-size: 12px;
    padding: 56px 0 0 34px;
    width: 97px;
    height: 97px;
  }
  .discount__item {
    padding: 65px 15px 30px 15px;
  }
  .discount__circle {
    width: 76px;
    height: 76px;
    top: -6px;
    left: -6px;
    width: 126px;
    height: 126px;
  }
  .discount__title {
    font-size: 18px;
  }
  .article h4 {
    font-size: 16px;
  }
  .article h5 {
    font-size: 14px;
  }
  .article ul {
    grid-gap: 10px;
    margin: 0 0 30px 0;
  }
  .article ul li {
    font-size: 12px;
  }
  .article ol li {
    font-size: 12px;
  }
  .warning .cta__card {
    margin: 0 -10px;
  }
  .warning__img {
    max-width: 40vw;
    height: 38vw;
    -o-object-position: right;
    object-position: right;
  }
  .FAQ__tab-head {
    font-size: 14px;
  }
  .about__list-title {
    font-size: 14px;
  }
  .about__tag {
    font-size: 10px;
    margin: 0 0 5px 0;
  }
  .FAQ__content {
    font-size: 12px !important;
  }
  .footer__cities-link:not(:last-child) {
    margin-right: 10px;
  }
  .catalog {
    margin: 60px 0 60px 0;
  }
  body .page-reviews {
    margin-top: 40px;
  }
  body.page-reviews__page-title {
    margin-bottom: 30px;
  }
}
.wp-block-image img {
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.article-info {
  padding: 20px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  background-color: #f2f8ff;
  border-radius: 15px;
}
.article-info .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-info .text img {
  height: 120px;
  width: 120px;
  position: relative;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-bottom: 10px;
}
.article-info .text h3 {
  font-size: 20px;
  font-weight: 400;
}
.article-info .text p:nth-of-type(1) {
  color: rgb(35, 182, 219);
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.article-info .text p:nth-of-type(2) {
  margin: 15px;
  width: 90%;
  text-align: center;
}
.article-info .links {
  width: 20%;
  display: flex;
  justify-content: space-evenly;
  margin: 10px;
}
.article-info .links i {
  color: rgb(35, 182, 219);
  font-size: 20px;
  cursor: pointer;
}
.articles-catalog-list {
  display: flex;
  list-style: none;
  grid-gap: 8px;
  margin: 0;
  flex-wrap: wrap;
  margin-bottom: 32px;
  padding: 0;
}
.article-catalog-tag {
  background-color: #f2f8ff;
  border: 2px solid #f2f8ff;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all 0.2s;
}
.article-catalog-tag a {
  display: block;
  padding: 14px 20px;
}
.tag__title {
  display: none;
}
.article-catalog-tag-current {
  background-color: #6583fe;
}
.article-catalog-tag-current a {
  color: #fff;
}
.article-catalog-tag:hover {
  background-color: #6583fe;
}
.article-catalog-tag:hover a,
.article-catalog-tag.active a {
  color: #fff;
}
.articles-navigation {
  background-color: #f2f8ff;
  border: 2px solid #f2f8ff;
  padding: 0px;
  border-radius: 10px;
  box-sizing: border-box;
  transition: all 0.2s;
}
.article-point {
  background-color: #f2f8ff;
  border: 2px solid #f2f8ff;
  text-decoration: none;
  padding-left: 30px;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all 0.2s;
}
.article-info-container {
  max-width: 1340px;
  padding: 0 30px;
  width: 100%;
  margin: 0px auto;
}
.article-info .links i:hover {
  color: rgb(29, 157, 189);
}
.article-info-top {
  padding: 15px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: auto;
  width: auto;
  background-color: #f2f8ff;
  border-radius: 5px;
}
.page-footer__map {
  border-radius: 5px;
  overflow: hidden;
  max-height: 400px;
  height: 100%;
  margin-top: 40px;
  margin-bottom: -40px;
}
.page-footer__map iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.page-footer__map {
  height: 50vw;
}
body .may-interested .expert__checking {
  margin: 40px 0 0 0;
  max-width: 415px;
  width: 100%;
}
.expert__checking-author {
  display: flex;
  margin: 20px 0 0 0;
}
.expert__checking-author-photo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100px;
  margin: 0 16px 0 0;
}
.expert__checking-author-desc {
  font-size: 14px;
  line-height: 130%;
  margin: 10px 0 0 0;
}
.expert__checking-links {
  display: inline-block;
  font-size: 12px;
  color: #fcfcfc;
  text-decoration: underline;
}
.head-info {
  box-sizing: border-box;
  padding: 16px 0;
  background-color: #25ccf2;
  color: #fff;
  text-align: center;
  min-height: 50px;
  align-items: center;
  justify-content: center;
}
.container-header {
  max-width: 1380px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
}
.bvi-help {
  display: flex;
  margin: 0 10px 0 20px;
  padding: 9px 9px;
  background: #4464d4;
  box-shadow: 0px 5px 10px rgba(94, 94, 94, 0.09);
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.2s ease-out;
}
.bvi-help img {
  width: 22px;
  height: 22px;
  transition: inherit;
}
.bvi-help:hover {
  transform: scale(1.1);
}
@media (max-width: 1199px) .bvi-help {
  padding: 4px 11px;
}
.bvi-help img {
  width: 22px;
  height: 22px;
}
. .agree1,
.agree2,
.agree3,
.agree4 {
  display: none;
}

.cities-btn {
  position: relative;
  border: none;
  background: none;
  padding: 0;
  margin-top: 2px;
  padding-right: 13px;
  color: white;
  transition: color 0.1s ease-in;
  cursor: pointer;
}
.cities-btn:hover {
  color: #25ccf2;
}
.cities-btn::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -7px;
  border-bottom: 1.5px solid;
  border-left: 1.5px solid;
  transform: rotate(-45deg);
}
.cities-btn::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1.5px solid;
}
.cities-btn span::before {
  content: attr(data-city);
}

.cities-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 50px;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .cities-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 820px) {
  .cities-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .cities-list {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}
.city-item {
  display: flex;
  flex-wrap: wrap;
  background: #f2f8ff;
  padding: 30px 16px;
  border-radius: 10px;
  overflow: hidden;
  transition: ease-in 0.2s;
  font-weight: bold;
  font-size: 16px;
  line-height: 135%;
  color: #003960;
}
.header__content.container-header > p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}