@charset "UTF-8";
@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Semi Bold"), local("Montserrat-Semi-Bold"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Nobilis';
  src: local("Nobilis Regular"), local("Nobilis-Regular"), url("../fonts/Nobilis.woff2") format("woff2"), url("../fonts/Nobilis.woff") format("woff"), url("../fonts/Nobilis.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nobilis';
  src: local("Nobilis Text"), local("Nobilis-Text"), url("../fonts/NobilisText.woff2") format("woff2"), url("../fonts/NobilisText.woff") format("woff"), url("../fonts/NobilisText.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nobilis';
  src: local("Nobilis Medium"), local("Nobilis-Medium"), url("../fonts/Nobilis-Medium.woff2") format("woff2"), url("../fonts/Nobilis-Medium.woff") format("woff"), url("../fonts/Nobilis-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Nobilis';
  src: local("Nobilis Bold"), local("Nobilis-Bold"), url("../fonts/Nobilis-Bold.woff2") format("woff2"), url("../fonts/Nobilis-Bold.woff") format("woff"), url("../fonts/Nobilis-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Nobile';
  src: local("Nobile Regular"), local("Nobile-Regular"), url("../fonts/Nobile-Regular.woff2") format("woff2"), url("../fonts/Nobile-Regular.woff") format("woff"), url("../fonts/Nobile-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nobile';
  src: local("Nobile Medium"), local("Nobile-Medium"), url("../fonts/Nobile-Medium.woff2") format("woff2"), url("../fonts/Nobile-Medium.woff") format("woff"), url("../fonts/Nobile-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

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

html {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.520835vw;
  font-style: normal;
  font-weight: normal;
  -webkit-animation: bugfix infinite 1s;
  animation: bugfix infinite 1s;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

body {
  font-style: normal;
  font-weight: normal;
  -webkit-animation: bugfix infinite 1s;
  animation: bugfix infinite 1s;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #232C30;
  background-color: #F2F6F8;
}

input, textarea {
  -webkit-animation: bugfix infinite 1s;
  animation: bugfix infinite 1s;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: unset;
}

a, a:hover {
  text-decoration: none;
}

button, input, a, textarea {
  outline: none;
  cursor: pointer;
  font: inherit;
}

button:focus, input:focus, a:focus, textarea:focus {
  outline: none;
}

button:active, input:active, a:active, textarea:active {
  outline: none;
}
 
h1, h2, h3, h4, h5, h6 {
  font: inherit;
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  width: 100%;
  height: auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

button {
  border: none;
  color: inherit;
  font: inherit;
  text-align: inherit;
  padding: 0;
  background-color: inherit;
}

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

ul li, ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: 158rem;
  margin: 0 auto;
}

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

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

@media (max-width: 48em) {
  html {
    font-size: 5px;
    font-size: 1.5625vw;
    font-size: 1.33333vw;
    -webkit-text-size-adjust: none;
  }
  body {
    -webkit-text-size-adjust: none;
  }
  .container {
    padding: 0 4rem;
    width: 100%;
  }
}

.mobile {
  display: none !important;
}

.o-hidden {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-filter: drop-shadow(0.9rem 0.8rem 3.2rem rgba(236, 192, 184, 0.35));
  filter: drop-shadow(0.9rem 0.8rem 3.2rem rgba(236, 192, 184, 0.35));
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 10rem;
  padding: 0 3.6rem;
  border-radius: 1.8rem;
  -webkit-clip-path: polygon(100% 0, 100% 80%, calc(100% - 2.1rem) 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 80%, calc(100% - 2.1rem) 100%, 0 100%, 0 0);
  background: linear-gradient(263.3deg, #E6644D 10.22%, #F4BBB1 113.82%);
}

.btn.blue-btn {
  -webkit-filter: drop-shadow(0.9rem 0.8rem 3.2rem rgba(118, 162, 179, 0.36));
  filter: drop-shadow(0.9rem 0.8rem 3.2rem rgba(118, 162, 179, 0.36));
}

.btn.blue-btn .btn-link {
  background: linear-gradient(259.28deg, #4899B9 22.79%, #7BBED0 97.72%);
}

.title {
  font-size: 7.2rem;
  font-family: 'Nobilis', sans-serif;
  line-height: 0.97;
  margin-bottom: 6.9rem;
}

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  color: #036F8C;
}

.link-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  border: 0.2rem solid #036F8C;
  background: #fff;
  margin-left: 4rem;
  -webkit-box-shadow: 1rem 1rem 2rem rgba(103, 137, 147, 0.23);
  box-shadow: 1rem 1rem 2rem rgba(103, 137, 147, 0.23);
}

.link-img svg {
  width: 4.2rem;
  height: auto;
  margin-left: -3rem;
}

.link.link-w {
  color: #fff;
}

.link.link-w .link-img {
  border-color: #fff;
  background: #036F8C;
  -webkit-box-shadow: 1rem 1rem 2rem rgba(255, 255, 255, 0.23);
  box-shadow: 1rem 1rem 2rem rgba(255, 255, 255, 0.23);
}

.link.link-w .link-img svg path {
  stroke: #fff;
}

.slider-kit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-kit .slider-button-prev, .slider-kit .slider-button-next {
  position: relative;
  top: 0;
  -webkit-transform: none;
  transform: none;
}

.slider-kit .slider-button-prev {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  margin-right: 4.6rem;
}

.slider-kit .slider-pagination {
  position: static;
  margin-right: 6rem;
}

.slider-button-prev, .slider-button-next {
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: linear-gradient(127.77deg, #036F8C 18.55%, rgba(255, 255, 255, 0) 103.65%);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(3, 78, 103, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(3, 78, 103, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  outline: none;
  margin: 0;
  z-index: 10;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.slider-button-prev::after, .slider-button-next::after {
  content: none;
}

.slider-button-prev::before, .slider-button-next::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: #F6FAFB;
  z-index: -1;
}

.slider-button-prev img, .slider-button-next img {
  width: 3.1rem;
}

.slider-button-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%) matrix(-1, 0, 0, 1, 0, 0);
  transform: translate(-50%, -50%) matrix(-1, 0, 0, 1, 0, 0);
}

.slider-button-next {
  right: 0;
}

.slider-pagination.swiper-pagination {
  font-size: 2.8rem;
  color: #C5D1D8;
}

.slider-pagination.swiper-pagination .swiper-pagination-current {
  font-size: 4.8rem;
  font-weight: 600;
  color: #232C30;
  line-height: 1;
  margin-right: -.7rem;
}

.slider-pagination.swiper-pagination .swiper-pagination-total {
  margin-left: -.8rem;
}

.card {
  width: 37.7rem;
  height: auto;
  padding: 2rem 2rem 4.1rem;
  background: linear-gradient(90.66deg, #C5D1D8 2.52%, #FFFFFF 107.32%);
  border-radius: 4rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.card.w-category {
  border-top-right-radius: 2rem;
}

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

.card::before {
  content: '';
  position: absolute;
  inset: 1px;
  background: #F6FAFB;
  border-radius: inherit;
  z-index: -1;
}

.card-category {
  position: absolute;
  top: -.6rem;
  right: -.9rem;
  height: 5.4rem;
  padding: 0 4rem;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(90.77deg, #C5D1D8 2.51%, #FFFFFF 107.13%);
  border-radius: 2.5rem;
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.card-category::before {
  content: '';
  position: absolute;
  inset: 1px;
  background: #c3e9fe;
  border-radius: inherit;
  z-index: -2;
}

.card-category::after {
  content: '';
  position: absolute;
  inset: .9rem 1rem;
  border-radius: inherit;
  background: linear-gradient(263.3deg, #E6644D 10.22%, #F4BBB1 113.82%);
  -webkit-box-shadow: 0.9rem 0.8rem 3.2rem rgba(236, 192, 184, 0.35);
  box-shadow: 0.9rem 0.8rem 3.2rem rgba(236, 192, 184, 0.35);
  z-index: -1;
}

.card-img {
  width: 100%;
  height: 32.1rem;
  border-radius: 4rem;
  background: #C5D1D8;
  margin-bottom: 3.5rem;
  position: relative;
}

.card-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}

.card-review {
  position: absolute;
  width: 8rem;
  height: 8rem;
  top: 4.4rem;
  right: 1.6rem;
}

.card-review__number {
  position: absolute;
  top: 38%;
  left: .2rem;
  -webkit-transform: translateY(-50%) rotate(-65deg);
  transform: translateY(-50%) rotate(-65deg);
  font-size: 2.4rem;
  font-weight: 500;
}

.card-review__number span {
  display: inline-block;
}

.card-experience {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 40%);
  transform: translate(-50%, 40%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.6rem;
  padding: 0 2.8rem;
  border-radius: 4.4rem;
  background: #036F8C;
  -webkit-box-shadow: 0.9rem 0.8rem 3.2rem rgba(118, 162, 179, 0.36);
  box-shadow: 0.9rem 0.8rem 3.2rem rgba(118, 162, 179, 0.36);
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.card-position {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  color: #6E7477;
  margin-bottom: .6rem;
}

.card-name {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
}

.card-description {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 3.2rem;
}

@media (max-width: 48em) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .btn {
    font-size: 2.8rem;
  }
  .btn-link {
    height: 13.2rem;
    padding: 0 4rem;
    border-radius: 2.4rem;
    -webkit-clip-path: polygon(100% 0, 100% 80%, calc(100% - 2.8rem) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, calc(100% - 2.8rem) 100%, 0 100%, 0 0);
  }
  .title {
    font-size: 6.4rem;
    line-height: 1;
    margin-bottom: 8rem;
  }
  .link {
    font-size: 2.8rem;
  }
  .link-img {
    border-width: 1px;
    margin-left: 4.8rem;
    -webkit-box-shadow: 2rem 2rem 4rem rgba(103, 137, 147, 0.23);
    box-shadow: 2rem 2rem 4rem rgba(103, 137, 147, 0.23);
  }
  .link-img svg {
    width: 4.4rem;
  }
  .link.link-w .link-img {
    -webkit-box-shadow: 2rem 2rem 4rem rgba(255, 255, 255, 0.23);
    box-shadow: 2rem 2rem 4rem rgba(255, 255, 255, 0.23);
  }
  .slider-kit .slider-button-prev {
    margin-right: 6.4rem;
  }
  .slider-kit .slider-pagination {
    margin-top: 2rem;
    margin-right: 5.6rem;
  }
  .slider-button-prev, .slider-button-next {
    width: 9.6rem;
    height: 9.6rem;
    -webkit-box-shadow: 0 1rem 2rem rgba(3, 78, 103, 0.15);
    box-shadow: 0 1rem 2rem rgba(3, 78, 103, 0.15);
  }
  .slider-button-prev img, .slider-button-next img {
    width: 3.6rem;
  }
  .slider-pagination.swiper-pagination .swiper-pagination-current {
    font-size: 5.6rem;
  }
  .slider-pagination.swiper-pagination .swiper-pagination-total {
    margin-left: -.6rem;
  }
  .card {
    width: 55.4rem;
    padding: 3rem 3.2rem 6.4rem;
  }
  .card.w-category {
    border-top-right-radius: 3rem;
  }
  .card-category {
    top: -1px;
    height: 7.2rem;
    padding: 0 5rem;
    border-radius: 6.4rem;
    font-size: 2.4rem;
  }
  .card-category::after {
    inset: .9rem 1rem;
  }
  .card-img {
    height: 47.2rem;
    border-radius: 6rem;
    margin-bottom: 7rem;
  }
  .card-review {
    width: 10rem;
    top: 6rem;
    right: 2.1rem;
  }
  .card-review__number {
    font-size: 2.8rem;
  }
  .card-experience {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 6.4rem;
    padding: 0 5.8rem;
    border-radius: 8.8rem;
    font-size: 2.4rem;
    white-space: nowrap;
  }
  .card-position {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .card-name {
    font-size: 3.2rem;
    line-height: 1.3;
    margin-bottom: 2.2rem;
  }
  .card-description {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 4.3rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header-top {
  background: #F2F6F8;
  position: relative;
  z-index: 1;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .9rem 0;
  border-bottom: 1px solid rgba(3, 98, 126, 0.2);
}

.header-logo {
  width: 21.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2rem;
}

.header-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
}

.header-place img {
  width: 3.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.6rem;
}

.header-place span {
  text-decoration: underline;
}

.header-phone {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 600;
}

.header-info {
  font-size: 1.6rem;
  color: #6E7477;
}

.header-whatsapp {
  width: 6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: drop-shadow(0.4rem 0.2rem 0.5rem rgba(143, 205, 230, 0.36));
  filter: drop-shadow(0.4rem 0.2rem 0.5rem rgba(143, 205, 230, 0.36));
  margin-right: -1.5rem;
}

.header-btn .btn-link {
  height: 6.2rem;
  -webkit-clip-path: polygon(100% 0, 100% 66%, calc(100% - 2.1rem) 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 66%, calc(100% - 2.1rem) 100%, 0 100%, 0 0);
  padding: 0 3.4rem;
}

.header-bottom {
  background: #F2F6F8;
}

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

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-list > li {
  font-size: 2rem;
  font-weight: 500;
}

.header-list > li:not(:last-child) {
  margin-right: 4.5rem;
}

.header-list > li.sublist {
  position: relative;
}

.header-list > li.sublist:first-child .header-dropdown__body {
  padding-right: 8.3rem;
}

.header-list > li.sublist > a {
  padding-right: 2.3rem;
}

.header-list > li.sublist > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.3rem;
  height: .8rem;
  background: url(../img/arrow.svg) 50%/contain no-repeat;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.header-list > li.sublist.active > a::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.header-list > li > a {
  display: inline-block;
  padding: 2rem 0;
  -webkit-transition: color .25s;
  transition: color .25s;
  position: relative;
}

.header-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: -13rem;
  border-top: .5rem solid transparent;
  z-index: -1;
}

.header-dropdown__body {
  padding: 4rem 4rem 4rem;
  background: #F2F6F8;
  border-radius: 0 0 4rem 4rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23);
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23);
}

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

.header-dropdown__list {
  width: 41.2rem;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 9rem;
}

.header-dropdown__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  padding: 0 5rem 0 2.3rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.header-dropdown__list li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.3rem;
  height: .8rem;
  background: url(../img/arrow-sublist.svg) 50%/contain no-repeat;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.header-dropdown__list li.active {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #F6FAFB;
  border-radius: 6rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
}

.header-dropdown__list li.active::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.header-dropdown__list li:not(:last-child) {
  margin-bottom: 3.4rem;
}

.header-dropdown__sublist-inner {
  display: none;
}

.header-dropdown__sublist-inner.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-dropdown__sublist-group {
  width: 45.8rem;
  background: #F6FAFB;
  padding: 1.4rem 2.6rem 2rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
}

.header-dropdown__sublist-group:not(:last-child) {
  margin-right: 4rem;
}

.header-dropdown__sublist-title {
  font-size: 2rem;
  font-weight: 500;
  color: #E6644D;
  margin-bottom: 2.8rem;
}

.header-dropdown__sublist li {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  color: #6E7477;
}

.header-dropdown__sublist li:not(:last-child) {
  margin-bottom: 1.16rem;
}

.banner {
  margin-top: 14.5rem;
  padding: 12rem 0 8rem;
  min-height: 75rem;
  margin-bottom: 19.5rem;
  background: linear-gradient(119.09deg, #036F8C 4.19%, #013B51 96.6%);
  position: relative;
  z-index: 1;
}

.banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(260.72deg, rgba(246, 250, 251, 0.65) 32.12%, rgba(246, 250, 251, 0) 43.01%), linear-gradient(94.21deg, rgba(246, 250, 251, 0.85) 40.6%, rgba(246, 250, 251, 0) 57.4%);
}

.banner__background_img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.banner__background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(260.72deg, rgba(246, 250, 251, 0.65) 32.12%, rgba(246, 250, 251, 0) 43.01%), linear-gradient(94.21deg, rgba(246, 250, 251, 0.85) 40.6%, rgba(246, 250, 251, 0) 57.4%);
}

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

.banner-img {
  position: absolute;
  bottom: 0;
  left: 55.7%;
  width: auto;
  height: 73rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.banner-text {
  color: #fff;
  width: 40%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 2;
}

.banner-information {
  width: 50rem;
  margin-bottom: 4rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
}

.banner-suptitle {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.banner-title {
  font-size: 7.2rem;
  font-family: 'Nobilis', sans-serif;
  line-height: .97;
  margin-bottom: 3.8rem;
}

.banner-price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(95.71deg, #035D78 1.66%, #FFFFFF 106.24%);
  border-radius: 2rem;
  padding: 0.3rem;
  padding-right: 2.3rem;
  position: relative;
  z-index: 1;
  margin-bottom: 4.1rem;
}

.banner-price::before {
  content: '';
  position: absolute;
  inset: .3rem;
  border-radius: inherit;
  z-index: -1;
  background: #036F8C;
}

.banner-price__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6rem;
  height: 5.8rem;
  border: 1px solid #035B7680;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.03%, #FFFFFF), color-stop(50.67%, #D1E0E4), color-stop(98.76%, #FFFFFF));
  background: linear-gradient(180deg, #FFFFFF 6.03%, #D1E0E4 50.67%, #FFFFFF 98.76%);
  border-radius: 1.7rem;
  margin-right: 2.3rem;
}

.banner-price__img img {
  width: 2.8rem;
}

.banner-price__text {
  font-size: 3.6rem;
}

.banner-price__text span {
  font-size: 2.4rem;
  font-family: 'Nobilis', sans-serif;
}

.banner-list {
  padding-left: 2.8rem;
  margin-bottom: 4rem;
}

.banner-list li {
  font-size: 1.6rem;
  position: relative;
}

.banner-list li::before {
  content: '';
  position: absolute;
  left: -2.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: .2rem solid #fff;
  background: #036F8C;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem rgba(132, 156, 167, 0.44);
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(132, 156, 167, 0.44);
}

.banner-list li:nth-child(even)::before {
  background: #E6644D;
}

.banner-list li:not(:last-child) {
  margin-bottom: 1.7rem;
}

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

.banner-btn:not(:last-child) {
  margin-right: 3.9rem;
}

.banner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner-statistics {
  color: #fff;
  width: 17rem;
  margin-top: 3.8rem;
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
  position: relative;
  z-index: 1;
}

.banner-statistics::before {
  content: '';
  position: absolute;
  top: -1.7rem;
  left: -3.2rem;
  width: 10rem;
  height: 10rem;
  background: url(../img/statistics-img.png) 50%/contain no-repeat;
  z-index: -1;
}

.banner-statistics__number {
  font-size: 6rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.banner-statistics__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}

.banner-specialist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background: linear-gradient(91.96deg, #EAF4F7 6.58%, #DDE8EB 97.87%);
  padding: 1.2rem 8.2rem 1.2rem 1.2rem;
  border-radius: 10rem;
  /*margin-bottom: .2rem;*/
  /*margin-right: .9rem;*/
  margin-right: 19rem;
  margin-top: 28rem;
}

.banner-specialist::before {
  content: '';
  position: absolute;
  inset: .3rem;
  border-radius: inherit;
  background: #F6FAFB;
  z-index: -1;
}

.banner-specialist__img {
  width: 6.9rem;
  height: 6.9rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /*background: linear-gradient(141.51deg, #022F3E 14.71%, #0891B6 89.7%);*/
  position: relative;
  z-index: 1;
  margin-right: 2.8rem;
  cursor: pointer;
}

/*.banner-specialist__img img {*/
/*  width: 2.8rem;*/
/*}*/

/*.banner-specialist__img::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  inset: 1px;*/
/*  border-radius: inherit;*/
/*  background: #036F8C;*/
/*  z-index: -1;*/
/*  -webkit-box-shadow: inset .5rem .5rem 1rem #013E54;*/
/*  box-shadow: inset .5rem .5rem 1rem #013E54;*/
/*}*/

.banner-specialist__position {
  font-size: 3.6rem;
  font-family: 'Nobilis', sans-serif;
  margin-bottom: 0.3rem;
}

.banner-specialist__experience {
  font-size: 1.8rem;
  font-weight: 500;
  color: #6E7477;
}

.banner-right {
  width: 35.5rem;
}

.banner-right__swiper {
  height: 36.5rem;
  margin-bottom: 4rem;
}

.banner-right__title {
  margin-bottom: 2.4rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 130%;
  text-align: center;
  color: #fff;
}

.banner-right_slide {
  height: 100%;
  padding: 2rem;
  background: #F6FAFB;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  border-radius: 4rem;
}

.banner-white {
  position: relative;
  background: none;
}

.banner-white .banner-suptitle {
  color: #6E7477;
}

.banner-white .banner-title {
  color: #232C30;
}

.banner-white .banner-information {
  color: #6E7477;
}

.banner-white .banner-right__title {
  color: #232C30;
}

.error-banner {
  margin-bottom: 0;
}

.error-banner .banner-content {
  display: block;
}

.error-banner .banner-img {
  left: 65%;
}

.error-banner .banner-text {
  width: 29%;
  margin-bottom: 4rem;
}

.error-banner__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-banner__text {
  margin-right: 10rem;
  width: 20%;
}

.error-banner__title {
  margin-bottom: 1.6rem;
  font-family: 'Nobilis';
  font-style: normal;
  font-size: 3.6rem;
  line-height: 100%;
}

.error-banner__info {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
  color: #6E7477;
}

.error-banner__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-banner__btns_item {
  padding: 3.6rem;
  background: #F6FAFB;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  border-radius: 4rem;
}

.error-banner__btns_item:not(:last-child) {
  margin-right: 2.3rem;
}

.error-banner__btns_item-title {
  margin-bottom: 2.4rem;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
}

.banner-white-article .banner-title {
  font-size: 4.8rem;
}

.banner-white-article .banner-information__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.6rem;
}

.banner-white-article .banner-information__date {
  margin-right: 4rem;
}

.banner-white-article .banner-information__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.banner-white-article .banner-information__info:not(:last-child) {
  margin-right: 3rem;
}

.banner-white-article .banner-information__info_icon {
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
}

.banner-white-article .banner-information__info_icon svg {
  -o-object-fit: contain;
  object-fit: contain;
}

.banner-white-article .banner-information__statement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-white-article .banner-information__statement:not(:last-child) {
  margin-bottom: 2.5rem;
}

.banner-white-article .banner-information__statement_icon {
  margin-right: 1.8rem;
  width: 2rem;
  height: 2rem;
}

.banner-white-article .banner-information__statement_icon svg {
  -o-object-fit: contain;
  object-fit: contain;
}

.banner-white-article .banner-information__statement_text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  color: #036F8C;
}

.services {
  margin-bottom: 19.5rem;
}

.services-slider {
  overflow: visible;
  -webkit-filter: drop-shadow(0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23)) drop-shadow(-0.5rem -0.5rem 1rem #FAFBFF);
  filter: drop-shadow(0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23)) drop-shadow(-0.5rem -0.5rem 1rem #FAFBFF);
}

.services-slider-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
}

.services-slider__item {
  min-height: 37rem;
  padding: 5rem 47rem 7.3rem 4.8rem;
  background: #F1F9FE;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.services-slider__item.wide {
  grid-column: span 2;
}

.services-slider__item.row-wide {
  grid-row: span 2;
  padding-right: 4.8rem;
  padding-bottom: 40rem;
}

.services-slider__item:first-child {
  border-radius: 4rem 0 0 0;
}

.services-slider__item:nth-child(2) {
  -ms-grid-row: 2;
  grid-row-start: 2;
}

.services-slider__item:nth-child(3) {
  border-radius: 0 4rem 0 0;
}

.services-slider__item:nth-child(3) .services-slider__img {
  width: 80%;
  height: 54.2rem;
  left: 0;
}

.services-slider__item:nth-child(4) {
  border-radius: 0 0 0 4rem;
}

.services-slider__item:nth-child(4) .services-slider__img {
  width: 100%;
  height: 50rem;
}

.services-slider__item:nth-child(6) {
  border-radius: 0 0 4rem 0;
}

.services-slider__item:nth-child(6) .services-slider__img{
  width: 53rem;
}

.services-slider__item.white {
  background: #fff;
}

.services-slider__item.blue {
  background: linear-gradient(164.4deg, #036F8C 1.75%, #1784A2 97.8%);
  color: #fff;
}

.services-slider__item.blue .services-slider__suptitle {
  color: #fff;
}

.services-slider__item.blue .services-slider__list li {
  color: #fff;
}

.services-slider__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.services-slider__suptitle {
  font-size: 1.6rem;
  color: #6E7477;
  margin-bottom: .6rem;
}

.services-slider__title {
  font-size: 4.8rem;
  font-family: 'Nobilis', sans-serif;
  line-height: .98;
  margin-bottom: 3.5rem;
}

.services-slider__list {
  margin-bottom: 3.5rem;
}

.services-slider__list li {
  font-size: 1.8rem;
  text-decoration: underline;
  color: #6E7477;
}

.services-slider__list li:not(:last-child) {
  margin-bottom: 2.25rem;
}

.price {
  margin-bottom: 20.4rem;
}

.price-title {
  margin-bottom: 9rem;
}

.price__title-min {
  margin-bottom: 6rem;
}

.price-heading {
  margin-bottom: 9.8rem;
  position: relative;
}

.price-slider__item {
  width: 51.1rem;
  padding-top: 2.3rem;
}

.price-slider__item:not(:last-child) {
  margin-right: 2.3rem;
}

.price-slider__item:nth-child(3n+2) .price-slider__inner {
  background: #B3E0EC;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.price-slider__item:nth-child(3n+2) .price-slider__text {
  width: 60%;
  margin-top: 2.5rem;
}

.price-slider__item:nth-child(3n+3) .price-slider__inner {
  background: #C5D1D8;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-slider__item:nth-child(3n+3) .price-slider__inner::after {
  content: '';
  position: absolute;
  bottom: 2.6rem;
  right: 9.8rem;
  width: 10rem;
  height: 10rem;
  background: url(../img/med-info.svg) 50%/contain no-repeat;
}

.price-slider__item:nth-child(3n+3) .price-slider__text {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin-top: 2.5rem;
}

.price-slider__item:nth-child(3n+3) .price-slider__text-description {
  width: 50%;
}

.price-slider__item:nth-child(3n+3) .price-slider__number {
  z-index: -2;
}

.price-slider__item:nth-child(3n+3) .price-slider__number-text {
  font-size: 4.8rem;
}

.price-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 28.3rem;
  padding: 2rem 3.5rem;
  border: 1px solid #fff;
  border-radius: 4rem;
  background: #E7B3AA;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  position: relative;
  z-index: 1;
  margin-bottom: 2.6rem;
}

.price-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.price-slider__star {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #F6FAFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-slider__star img {
  width: 3rem;
}

.price-slider__text {
  color: #fff;
  width: 54%;
}

.price-slider__text-description {
  font-size: 1.8rem;
  font-weight: 500;
}

.price-slider__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 3rem;
  position: relative;
}

.price-slider__number-img {
  width: auto;
  height: 6.2rem;
  -webkit-filter: drop-shadow(0 0.4rem 1.5rem rgba(186, 141, 129, 0.44));
  filter: drop-shadow(0 0.4rem 1.5rem rgba(186, 141, 129, 0.44));
}

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

.price-slider__number-text {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 1rem;
}

.price-slider__title {
  font-size: 3.6rem;
  font-family: 'Nobilis', sans-serif;
  line-height: .97;
  color: #036F8C;
  margin-bottom: 2rem;
}

.price-slider__description {
  font-size: 1.6rem;
  font-weight: 500;
  color: #6E7477;
}

.price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
}

.price-item {
  position: relative;
  width: 49.3%;
  z-index: 1;
  margin-bottom: 4rem;
}

.price-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 4.9rem 4rem 5rem 9.3rem;
  background: rgba(179, 224, 236, 0.4);
  border-radius: 4rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.price-item__inner::before {
  content: '';
  position: absolute;
  top: -2.9rem;
  left: -1rem;
  width: 9.2rem;
  height: 9.2rem;
  border-radius: 50%;
  border: 1px solid rgba(179, 224, 236, 0.4);
  background: #F2F6F8;
  z-index: 1;
}

.price-item__inner::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: #fff;
  z-index: -1;
}

.price-item__img {
  position: absolute;
  top: -2rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  background: linear-gradient(203.53deg, #036F8C 6.13%, #1372A8 90.73%);
  -webkit-box-shadow: inset 1px 1px 0.6rem rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 0.6rem rgba(255, 255, 255, 0.6);
  z-index: 2;
}

.price-item__img img {
  width: 3.6rem;
}

.price-item__heading {
  min-height: 7.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 3.6rem;
}

.price-item__title {
  width: 68%;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
}

.price-item__cost {
  font-size: 4.8rem;
  font-weight: 500;
}

.price-item__cost span {
  font-size: 2.4rem;
}

.price-item__dropdown {
  display: none;
  margin-bottom: 1rem;
}

.price-item__description {
  font-size: 1.8rem;
  color: #6E7477;
}

.price-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.4rem;
}

.price-item__more {
  font-size: 2.4rem;
  font-weight: 500;
  color: #6E7477;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-item__more.active svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.price-item__more svg {
  width: 2.1rem;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1.7rem;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.price-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 5.2rem;
  position: relative;
}

.price-bottom__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 77.1%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9rem 25rem .9rem .7rem;
  background: linear-gradient(90.66deg, #FFFFFF 2.52%, #ECF3F8 107.32%);
  border-radius: 10rem;
  -webkit-box-shadow: 0 0.4rem 2.5rem rgba(179, 224, 236, 0.2);
  box-shadow: 0 0.4rem 2.5rem rgba(179, 224, 236, 0.2);
  position: relative;
  z-index: 1;
}

.price-bottom__banner::before {
  content: '';
  position: absolute;
  inset: .2rem;
  background: #F6FAFB;
  border-radius: inherit;
  z-index: -1;
}

.price-bottom__banner-img {
  width: 8.6rem;
  height: 8.6rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: .6rem solid #fff;
  background: #036F8C;
  -webkit-box-shadow: inset .5rem .5rem 1rem #013E54;
  box-shadow: inset .5rem .5rem 1rem #013E54;
  margin-right: 3.4rem;
}

.price-bottom__banner-img img {
  width: 3rem;
}

.price-bottom__banner-title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: .8rem;
}

.price-bottom__banner-description {
  font-size: 1.6rem;
  font-weight: 500;
}

.price-bottom__banner-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.price-button-prev, .price-button-next {
  top: 15.5rem;
}

.specialists {
  padding: 11.5rem 0 12rem;
  margin-bottom: 34rem;
  background: linear-gradient(102.25deg, rgba(179, 224, 236, 0.8) 1.31%, rgba(195, 233, 254, 0.8) 97.45%);
}

.specialists-title {
  color: #fff;
}

.specialists-content {
  position: relative;
}

.specialists-slider__item:not(:last-child) {
  margin-right: 2.4rem;
}

.specialists-card__specialists {
  background: none;
  margin-bottom: 8rem;
}

.specialists-card__specialists-title {
  color: #232C30;
}

.convince {
  margin-bottom: 20rem;
}

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

.convince-left {
  width: 74.6%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 5.2rem 8.1rem 5rem 44.8rem;
  background: linear-gradient(276.92deg, #D7E3E7 1.61%, #FFFFFF 101.5%);
  border-radius: 4rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  position: relative;
  z-index: 1;
}

.convince-left::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: #F6FAFB;
  z-index: -1;
}

.convince-left::after {
  content: '';
  position: absolute;
  top: 0;
  left: 5rem;
  -webkit-transform: translateY(-38%);
  transform: translateY(-38%);
  transition: all 1s ease-out;
  width: 34.5rem;
  height: 34.5rem;
  border-radius: 50%;
  background: rgba(179, 224, 236, 0.7);
  z-index: 1;
}

.convince-img {
  position: absolute;
  bottom: 0;
  left: 7.2rem;
  width: 30.4rem;
}

.convince-suptitle {
  font-size: 2rem;
  font-weight: 500;
  color: #E6644D;
  margin-bottom: 1.3rem;
}

.convince-title {
  font-size: 4.8rem;
  font-family: 'Nobilis', sans-serif;
  line-height: .97;
  margin-bottom: 1.4rem;
}

.convince-description {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #6E7477;
  margin-bottom: 3.8rem;
}

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

.convince-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1.6rem;
  color: #6E7477;
  line-height: 1;
  padding-top: 1.4rem;
  padding-left: 4rem;
  position: relative;
  z-index: 1;
}

.convince-info::before {
  content: '';
  position: absolute;
  top: -2.5rem;
  left: 0;
  width: 10rem;
  height: 10rem;
  background: url(../img/statistics-img-w.png) 50%/contain no-repeat;
  z-index: -1;
}

.convince-info img {
  width: 12rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.8rem;
}

.convince-right {
  width: 23.8%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 2rem 2rem 3.8rem;
  background: linear-gradient(276.92deg, #D7E3E7 1.61%, #FFFFFF 101.5%);
  border-radius: 4rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  position: relative;
  z-index: 1;
}

.convince-right::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: #F6FAFB;
  z-index: -1;
}

.convince-right__img {
  width: 100%;
  height: 26.9rem;
  background: #F6FAFB;
  border-radius: 4rem;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  overflow: hidden;
  margin-bottom: 2.8rem;
}

.convince-right__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.convince-right__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.convince-right__info-img {
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.31);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1rem;
  position: relative;
  z-index: 1;
}

.convince-right__info-img::before {
  content: '';
  position: absolute;
  inset: .5rem;
  border-radius: inherit;
  background: #B3E0EC;
  -webkit-box-shadow: inset .5rem .5rem 1rem #D2E9EF;
  box-shadow: inset .5rem .5rem 1rem #D2E9EF;
  z-index: -1;
}

.convince-right__info-img img {
  width: 3.6rem;
}

.convince-right__info-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}

.accommodation {
  padding-bottom: 20rem;
  overflow: hidden;
}

.accommodation-heading {
  width: 74.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7.3rem;
}

.accommodation-title {
  margin-bottom: 0;
}

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

.accommodation-left {
  width: 74.7%;
  position: relative;
}

.accommodation-slider {
  width: 100%;
  padding: 4.8rem 4.8rem 5.2rem 0;
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.accommodation-slider::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 88.5%;
  height: 85%;
  background: #F6FAFB;
  border-radius: 4rem;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  z-index: -1;
}

.accommodation-slider__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: -1;
}

.accommodation-slider__item.swiper-slide-active {
  z-index: 1;
}

.accommodation-slider__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 29.2%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: .6rem;
}

.accommodation-slider__info {
  padding: 4rem 4rem;
  background: #F1F9FE;
  border-radius: 4rem;
  -webkit-box-shadow: 2rem 2rem 4rem rgba(187, 195, 199, 0.23), -2rem -2rem 4rem #FAFBFF;
  box-shadow: 2rem 2rem 4rem rgba(187, 195, 199, 0.23), -2rem -2rem 4rem #FAFBFF;
  margin-bottom: 4.4rem;
}

.accommodation-slider__suptitle {
  font-size: 1.6rem;
  font-weight: 300;
  color: #6E7477;
  margin-bottom: .6rem;
}

.accommodation-slider__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.accommodation-slider__list {
  padding-left: 2.8rem;
  margin-bottom: 2.6rem;
}

.accommodation-slider__list li {
  font-size: 1.6rem;
  position: relative;
}

.accommodation-slider__list li::before {
  content: '';
  position: absolute;
  left: -2.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: .2rem solid #fff;
  background: #036F8C;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem rgba(132, 156, 167, 0.44);
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(132, 156, 167, 0.44);
}

.accommodation-slider__list li:nth-child(even)::before {
  background: #E6644D;
}

.accommodation-slider__list li:not(:last-child) {
  margin-bottom: 1.7rem;
}

.accommodation-slider__price {
  font-size: 2.4rem;
  font-weight: 500;
}

.accommodation-slider__price span {
  font-size: 4.8rem;
  margin: 0 1.3rem 0 .7rem;
}

.accommodation-slider__period {
  font-size: 1.6rem;
  color: #6E7477;
  margin-left: .6rem;
}

.accommodation-slider__photos {
  width: 66.5%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4rem;
  overflow: hidden;
  position: relative;
}

.accommodation-slider__kit {
  position: absolute;
  top: -14.3rem;
  right: 0;
}

.accommodation-gallery__item {
  width: 100%;
  height: 48.3rem;
  border-radius: 4rem;
  overflow: hidden;
}

.accommodation-gallery__item:not(:last-child) {
  margin-right: 2rem;
}

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

.accommodation-thumbs {
  width: auto;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 3.2rem;
}

.accommodation-thumbs__item {
  width: 14rem;
  height: 9.3rem;
  border: .5rem solid #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 0.4rem 1.5rem rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0.4rem 1.5rem rgba(255, 255, 255, 0.5);
  overflow: hidden;
  opacity: 0.7;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  cursor: pointer;
  pointer-events: all !important;
}

.accommodation-thumbs__item:not(:last-child) {
  margin-right: 3rem;
}

.accommodation-thumbs__item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.accommodation-thumbs__item.swiper-slide-thumb-active {
  opacity: 1;
}

.accommodation-pagination {
  display: none;
}

.advantages {
  padding: 11.7rem 0 12rem;
  background: linear-gradient(102.25deg, rgba(211, 239, 247, 0.8) 1.31%, rgba(183, 217, 242, 0.8) 97.45%);
  margin-bottom: 26.2rem;
}

.advantages-title {
  color: #fff;
  margin-bottom: 11rem;
}

.advantages-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5.3rem;
}

.advantages-item {
  width: 100%;
  padding: 8.5rem 2rem 3.2rem;
  border-radius: 5.8rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  position: relative;
  z-index: 1;
}

.advantages-item::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -31%);
  transform: translate(-50%, -31%);
  width: 13.3rem;
  height: 13.3rem;
  border-radius: 50%;
  background: #F1F9FE;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  z-index: -2;
}

.advantages-item::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #F1F9FE;
  z-index: -1;
}

.advantages-item__img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -31%);
  transform: translate(-50%, -31%);
  width: 9.4rem;
  height: 9.4rem;
  border-radius: 50%;
  background: #B3E0EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: inset -0.6rem -0.6rem 1.2rem rgba(168, 187, 194, 0.23), inset 0.6rem 0.6rem 1.2rem rgba(255, 255, 255, 0.8);
  box-shadow: inset -0.6rem -0.6rem 1.2rem rgba(168, 187, 194, 0.23), inset 0.6rem 0.6rem 1.2rem rgba(255, 255, 255, 0.8);
}

.advantages-item__img img {
  width: 5.2rem;
}

.advantages-item__text {
  text-align: center;
}

.advantages-item__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}

.advantages-item__description {
  font-size: 1.8rem;
  color: #6E7477;
  line-height: 1.3;
}

.statistics {
  margin-bottom: 19.6rem;
}

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

.statistics-box {
  background: #F6FAFB;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  border-radius: 4rem;
}

.statistics-left {
  width: 74.7%;
  padding: 5rem 1.3rem 2rem 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.statistics-left__block {
  width: 45rem;
  height: calc(100% + 12.8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translate(3.6rem, -12.8rem);
  transform: translate(3.6rem, -12.8rem);
  position: relative;
}

.statistics-left__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38.8rem;
  height: 36.8rem;
  background: url(../img/statistics-img-bg.svg) 50%/contain no-repeat;
  -webkit-transform: translate(-5.4rem, -1rem);
  transform: translate(-5.4rem, -1rem);
}

.statistics-left__img img {
  position: absolute;
  bottom: 1.5rem;
  left: -7.5rem;
  width: 52.8rem;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.statistics-left__info {
  width: 24.4rem;
  height: 23.2rem;
  padding: 2rem 3rem 3rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url(../img/statistics-info-bg.svg) 50%/contain no-repeat;
}

.statistics-left__info-number {
  font-size: 4.8rem;
  font-weight: 500;
}

.statistics-left__info-title {
  padding-left: 4.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #6E7477;
}

.statistics-left__group {
  width: 68.9rem;
}

.statistics-left__title {
  padding-left: 4.5rem;
  font-size: 4.8rem;
  font-family: 'Nobilis', sans-serif;
  line-height: .98;
  margin-bottom: -1.7rem;
}

.statistics-left__schedule {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: none;
}

.statistics-right {
  width: 23.7%;
  padding: 4.4rem 2rem 3.4rem;
}

.statistics-right__title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 3.6rem;
}

.statistics-right__img {
  width: 29rem;
  margin: 0 auto;
  position: relative;
}

.statistics-right__img-age {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -32%);
  transform: translate(-55%, -32%);
  font-size: 2rem;
  font-weight: 500;
}

.statistics-right__img-percent {
  position: absolute;
  top: 6.8rem;
  right: 6rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

.about {
  margin-bottom: 19.7rem;
}

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

.about-title {
  color: #232C30;
}

.about-text {
  width: 57.7%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about-text:not(.about-title) {
  font-size: 2rem;
  line-height: 1.3;
  color: #6E7477;
}

.about-text p:not(:last-child) {
  margin-bottom: 2.8rem;
}

.about-quote {
  padding: 4rem 10rem 4rem 4rem;
  background: #F6FAFB;
  border-radius: 2rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  font-family: 'Nobile', sans-serif;
  font-weight: 500;
  line-height: 1.15;
  color: #232C30;
  margin-top: -.6rem;
  margin-bottom: 3.2rem;
}

.about-quote__round {
  padding: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
}

.about-quote__round .about-quote__icon {
  margin-right: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6.9rem;
  height: 6.9rem;
  background: #036F8C;
  border-radius: 50%;
  -webkit-box-shadow: inset .5rem .5rem 1rem #013E54;
  box-shadow: inset .5rem .5rem 1rem #013E54;
}

.about-quote__round .about-quote__icon img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-quote__round .about-quote__text_title {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 130%;
  color: #232C30;
}

.about-quote__round .about-quote__text_content {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  color: #6E7477;
}

.about-list {
  padding-left: 2.8rem;
  margin-bottom: 2.8rem;
}

.about-list li {
  position: relative;
}

.about-list li::before {
  content: '';
  position: absolute;
  left: -2.8rem;
  /* top: 50%; */
  /* -webkit-transform: translateY(-50%); */
  /* transform: translateY(-50%); */
  transform: translateY(10%);
  width: 1.2rem;
  aspect-ratio: 1/1;
  /* height: 1.2rem; */
  border-radius: 50%;
  border: .2rem solid #fff;
  background: #036F8C;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem rgba(132, 156, 167, 0.44);
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(132, 156, 167, 0.44);
}

.about-list li:nth-child(even)::before {
  background: #E6644D;
}

.about-list li:not(:last-child) {
  margin-bottom: 1rem;
}

.about-img {
  width: 40.8%;
  background: #F6FAFB;
  padding: 4.2rem;
  border-radius: 4rem;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
}

.about-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
  overflow: hidden;
}

.services__about .about-text {
  width: 118.2rem;
}

.reviews {
  margin-bottom: 20rem;
}

.reviews-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7rem;
}

.reviews-title {
  margin-bottom: 0;
}

.reviews-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 51.1rem;
  height: auto;
  padding: 4.5rem 4.4rem 4.4rem;
  background: #fff;
  border-radius: 4rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
}

.reviews-slider__item:not(:last-child) {
  margin-right: 2.3rem;
}

.reviews-slider__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.3rem;
  align-items: flex-start;
  z-index: 2;
}

.reviews-slider__text {
  width: 70%;
}

.reviews-slider__title {
  font-size: 1.6rem;
  color: #E6644D;
  margin-bottom: .5rem;
}

.reviews-slider__name {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: .9rem;
}

.reviews-slider__relative {
  font-size: 1.8rem;
}

.reviews-slider__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 1.625rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1.8rem;
}

.reviews-slider__content {
  margin-bottom: 4rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.reviews-slider__content::before {
  content: '';
  position: absolute;
  bottom: -6rem;
  right: -3.4rem;
  width: 20.3rem;
  height: 20.1rem;
  background: url(../img/quote.svg) 50%/contain no-repeat;
  z-index: -1;
}

.reviews-slider__description {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.28;
}

.reviews-slider__img {
  width: 100%;
  height: 34.5rem;
  border-radius: 4rem;
  position: relative;
  overflow: hidden;
}

.reviews-slider__img > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews-slider__img-zoom {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(127.77deg, #B3E0EC 18.55%, rgba(255, 255, 255, 0) 103.65%);
  z-index: 1;
  cursor: pointer;
}

.reviews-slider__img-zoom::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: #B3E0EC;
  z-index: -1;
  -webkit-box-shadow: inset 0.25rem 0.25rem 1rem rgba(168, 187, 194, 0.23), inset -0.25rem -0.25rem 0.5rem #FFFFFF;
  box-shadow: inset 0.25rem 0.25rem 1rem rgba(168, 187, 194, 0.23), inset -0.25rem -0.25rem 0.5rem #FFFFFF;
}

.reviews-slider__img-zoom img {
  width: 2.4rem;
}

.reviews-slider__video {
  width: 100%;
  height: 34.5rem;
  border-radius: 4rem;
  position: relative;
  overflow: hidden;
}

.reviews-slider__video > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews-slider__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.31);
  z-index: 1;
}

.reviews-slider__video-play::before {
  content: '';
  position: absolute;
  inset: .5rem;
  border-radius: inherit;
  background: #B3E0EC;
  -webkit-box-shadow: inset .5rem .5rem 1rem #D2E9EF;
  box-shadow: inset .5rem .5rem 1rem #D2E9EF;
  z-index: -1;
}

.reviews-slider__video-play img {
  width: 2.4rem;
  margin-left: .8rem;
}

.reviews-slider__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.reviews-slider__rating-text {
  font-size: 1.6rem;
  color: #6E7477;
  margin-bottom: 1.3rem;
}

.reviews-slider__rating-item {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #F6FAFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: drop-shadow(0.25rem 0.25rem 0.5rem rgba(187, 195, 199, 0.23)) drop-shadow(-0.25rem -0.15rem 0.5rem #FAFBFF);
  filter: drop-shadow(0.25rem 0.25rem 0.5rem rgba(187, 195, 199, 0.23)) drop-shadow(-0.25rem -0.15rem 0.5rem #FAFBFF);
}

.reviews-slider__rating-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-slider__rating-item img {
  width: 3rem;
  -webkit-filter: drop-shadow(0.25rem 0.25rem 0.5rem rgba(187, 195, 199, 0.23)) drop-shadow(-0.25rem -0.15rem 0.5rem #FAFBFF);
  filter: drop-shadow(0.25rem 0.25rem 0.5rem rgba(187, 195, 199, 0.23)) drop-shadow(-0.25rem -0.15rem 0.5rem #FAFBFF);
}

.reviews-slider__rating-item:not(:last-child) {
  margin-right: 2rem;
}

.reviews-slider__date {
  font-size: 1.8rem;
  color: #6E7477;
}

.gallery {
  margin-bottom: 20rem;
}

.gallery-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5.8rem;
}

.gallery-title {
  margin-bottom: 0;
}

.gallery-content {
  overflow: hidden;
}

.gallery-slider {
  margin-left: -8rem;
  height: 36.3rem;
}

.gallery-slider .gallery-slider-wrapper.swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}

.gallery-slider__item {
  width: 22.8rem;
  height: 22.8rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.gallery-slider__item:not(:last-child) {
  margin-right: 4.5rem;
}

.gallery-slider__item.swiper-slide-active {
  height: 36.3rem;
}

.gallery-slider__item.swiper-slide-active ~ .gallery-slider__item {
  -webkit-transform: translateX(13.5rem);
  transform: translateX(13.5rem);
}

.gallery-slider__item.swiper-slide-active .gallery-slider__img {
  width: 36.3rem;
  border-radius: 3rem;
}

.gallery-slider__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.gallery-slider__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.license {
  width: 23.8%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: linear-gradient(276.92deg, #D7E3E7 1.61%, #FFFFFF 101.5%);
  border-radius: 4rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  position: relative;
  z-index: 1;
}

.license::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: #F6FAFB;
  z-index: -1;
}

.license-slider__item {
  padding: 2rem 2rem 8rem;
}

.license-slider__img {
  width: 100%;
  height: 32.3rem;
  background: #F6FAFB;
  border-radius: 4rem;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  overflow: hidden;
  margin-bottom: 2.8rem;
}

.license-slider__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.license-slider__text {
  text-align: center;
}

.license-slider__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}

.license-slider__subtitle {
  font-size: 1.8rem;
  line-height: 1.3;
}

.license-pagination.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  bottom: 3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.license-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #DEF1F5;
  background: #F6FAFB;
  margin: 0 1.4rem;
  opacity: 1;
  position: relative;
  outline: none;
}

.license-pagination.swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  inset: .2rem;
  border-radius: inherit;
  border: 1px solid #fff;
  background: #B3E0EC;
  -webkit-box-shadow: inset -0.2rem -0.2rem 0.4rem rgba(255, 255, 255, 0.37), inset 0.2rem 0.2rem 0.4rem rgba(161, 184, 190, 0.37);
  box-shadow: inset -0.2rem -0.2rem 0.4rem rgba(255, 255, 255, 0.37), inset 0.2rem 0.2rem 0.4rem rgba(161, 184, 190, 0.37);
}

.license-pagination.swiper-pagination .swiper-pagination-bullet-active::before {
  background: radial-gradient(59.38% 59.38% at 25% 25%, #FFFFFF 0%, #C3ECF7 100%);
  -webkit-box-shadow: -0.2rem -0.2rem 0.4rem rgba(255, 255, 255, 0.25), 0.2rem 0.2rem 0.4rem rgba(161, 184, 190, 0.37);
  box-shadow: -0.2rem -0.2rem 0.4rem rgba(255, 255, 255, 0.25), 0.2rem 0.2rem 0.4rem rgba(161, 184, 190, 0.37);
}

.licenses {
  padding: 11.5rem 0 12rem;
  background: linear-gradient(102.25deg, rgba(211, 239, 247, 0.8) 1.31%, rgba(183, 217, 242, 0.8) 97.45%), linear-gradient(102.25deg, rgba(211, 239, 247, 0.8) 1.31%, rgba(183, 217, 242, 0.8) 97.45%), linear-gradient(100.78deg, #E0E7EB 16.57%, #C5D1D8 102.16%);
  margin-bottom: 15.8rem;
}

.licenses-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6.1rem;
}

.licenses-title {
  color: #fff;
  margin-bottom: 0;
}

.licenses-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 37.7rem;
  height: auto;
  padding: 2rem 2rem 4rem;
  background: #F6FAFB;
  border-radius: 4rem;
}

.licenses-slider__item:not(:last-child) {
  margin-right: 2.4rem;
}

.licenses-slider__img {
  width: 100%;
  height: 32.3rem;
  background: #F6FAFB;
  border-radius: 4rem;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  margin-bottom: 2.7rem;
}

.licenses-slider__img > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.licenses-slider__img-zoom {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(127.77deg, #B3E0EC 18.55%, rgba(255, 255, 255, 0) 103.65%);
  z-index: 1;
  cursor: pointer;
}

.licenses-slider__img-zoom::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: #B3E0EC;
  z-index: -1;
  -webkit-box-shadow: inset 0.25rem 0.25rem 1rem rgba(168, 187, 194, 0.23), inset -0.25rem -0.25rem 0.5rem #FFFFFF;
  box-shadow: inset 0.25rem 0.25rem 1rem rgba(168, 187, 194, 0.23), inset -0.25rem -0.25rem 0.5rem #FFFFFF;
}

.licenses-slider__img-zoom img {
  width: 2.4rem;
}

.licenses-slider__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.faq {
  margin-bottom: 20rem;
}

.faq-title {
  margin-bottom: 7rem;
}

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

.faq-items {
  width: 74.7%;
  padding: 2.4rem 2.4rem 2.4rem 0;
  position: relative;
  z-index: 1;
}

.faq-items::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 72.5%;
  height: 100%;
  background: #F6FAFB;
  border-radius: 2rem;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  z-index: -1;
}

.faq-item:not(:last-child) {
  margin-bottom: 2rem;
}

.faq-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8rem 2rem .8rem .8rem;
  background: #F1F9FE;
  border-radius: 10rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  position: relative;
}

.faq-item__heading.active .faq-item__btn {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.faq-item__author {
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-item__author-photo {
  width: 8.3rem;
  height: 8.3rem;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.6rem;
}

.faq-item__author-name {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.faq-item__author-position {
  font-size: 1.6rem;
  color: #6E7477;
}

.faq-item__info {
  /* width: 69.7%; */
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 8rem;
}

.faq-item__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: .6rem;
}

.faq-item__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  color: #6E7477;
}

.faq-item__terms-title {
  margin-right: 0.4rem;
}

.faq-item__btn {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: linear-gradient(313.43deg, #036F8C 19.26%, rgba(255, 255, 255, 0) 89.5%);
  z-index: 1;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(3, 78, 103, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(3, 78, 103, 0.15);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  cursor: pointer;
}

.faq-item__btn::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: #F6FAFB;
  z-index: -1;
}

.faq-item__btn img {
  width: 1.9rem;
}

.faq-item__dropdown {
  display: none;
  margin-top: 1.2rem;
  margin-bottom: 2.7rem;
}

.faq-item__dropdown-date {
  width: 26.2%;
  height: 100%;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1.3rem 2.3rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
  font-size: 1.6rem;
  margin-top: .8rem;
  margin-left: .8rem;
}

.faq-item__dropdown-time {
  color: #036F8C;
}

.faq-item__dropdown-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-item__dropdown-description {
  width: 69.7%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 4rem 3.6rem;
  background: rgba(241, 249, 254, 0.5);
  border-radius: 2rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  font-size: 2rem;
  line-height: 1.3;
  color: #6E7477;
}

.faq-side {
  width: 23.9%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 20rem;
  position: relative;
}

.faq-side__img {
  width: 100%;
  height: 37.7rem;
  border-radius: 50%;
  background: linear-gradient(102.25deg, rgba(211, 239, 247, 0.8) 1.31%, rgba(183, 217, 242, 0.8) 97.45%);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.faq-side__img img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-46%);
  transform: translateX(-46%);
  width: 25.4rem;
}

.faq-side__text {
  padding: 4.4rem 2rem 4.6rem 4.4rem;
  background: #F6FAFB;
  border-radius: 4rem;
}

.faq-side__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.faq-side__list {
  padding-left: 2.3rem;
  margin-bottom: 3rem;
}

.faq-side__list li {
  font-size: 1.8rem;
  font-weight: 500;
  color: #6E7477;
  position: relative;
}

.faq-side__list li::before {
  content: '';
  position: absolute;
  left: -2.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: .2rem solid #fff;
  background: #036F8C;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem rgba(132, 156, 167, 0.44);
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(132, 156, 167, 0.44);
}

.faq-side__list li:nth-child(even)::before {
  background: #E6644D;
}

.faq-side__list li:not(:last-child) {
  margin-bottom: 1.9rem;
}

.hard-drinking {
  margin-bottom: 8rem;
}

.hard-drinking__title {
  margin-bottom: 6rem;
}

.title-min {
  font-family: 'Nobilis';
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 100%;
}

.tm-banner {
  margin-bottom: 11.6rem;
}

.tm-banner__inner {
  position: relative;
  padding: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F6FAFB;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -5px -5px 10px #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -5px -5px 10px #FAFBFF;
  border-radius: 100rem;
}

.tm-banner__photo {
  margin-right: 5.2rem;
  width: 32.4rem;
  height: 32.4rem;
  border-radius: 50%;
  background: #F1F9FE;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  overflow: hidden;
}

.tm-banner__photo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tm-banner__content {
  max-width: 90rem;
}

.tm-banner__title {
  margin-bottom: 0.8rem;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 130%;
}

.tm-banner__label {
  margin-bottom: 2.8rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #6E7477;
}

.tm-banner__info {
  margin-bottom: 3.2rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  color: #6E7477;
}

.tm-banner__experience {
  padding: .9rem 4.2rem .9rem .6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 68.5rem;
  background: #F1F9FE;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -5px -5px 10px #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -5px -5px 10px #FAFBFF;
  border-radius: 4rem;
}

.tm-banner__experience_icon {
  margin-right: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6.5rem;
  height: 6.5rem;
  background: #B3E0EC;
  -webkit-box-shadow: inset 5px 5px 10px #D2E9EF;
  box-shadow: inset 5px 5px 10px #D2E9EF;
  border-radius: 50%;
}

.tm-banner__experience_icon img {
  width: 1.8rem;
  height: 2.8rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.tm-banner__experience_text {
  width: 54.7rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
}

.tm-banner__mark {
  position: absolute;
  top: 5.2rem;
  right: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25rem;
  height: 13.5rem;
  background: #E7B3AA;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -5px -5px 10px #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -5px -5px 10px #FAFBFF;
  border-radius: 100rem;
}

.tm-banner__mark div {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 5.3rem;
  line-height: 6.46rem;
  text-shadow: 0 0.3rem 0.1rem #ffffff, 0.3rem 0 0.1rem #ffffff, 0 -0.3rem 0.1rem #ffffff, -0.3rem 0 0.1rem #ffffff;
  color: #E7B3AA;
}

.tm-banner__mark span {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  line-height: 130%;
  color: #FFFFFF;
}

.call-doctor__inner {
  position: relative;
  margin-bottom: 20rem;
  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;
  background: #F6FAFB;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  border-radius: 2rem;
  overflow: hidden;
}

.call-doctor__content {
  padding: 5rem 0rem 5rem 5rem;
  width: 63.2rem;
}

.call-doctor__title {
  margin-bottom: 2rem;
}

.call-doctor__label {
  margin-bottom: 3.7rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
  color: #6E7477;
}

.call-doctor__phone {
  position: relative;
  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;
  background: linear-gradient(90.66deg, #FFFFFF 2.52%, #ECF3F8 107.32%);
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  border-radius: 2rem 2.1rem 4.2rem 2rem;
  z-index: 10;
}

.call-doctor__phone::before {
  content: '';
  position: absolute;
  inset: 2px;
  background: #F6FAFB;
  border-radius: inherit;
  z-index: -1;

}

.call-doctor__phone label{
  margin-left: 8.69rem;
}

.call-doctor__phone input {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 130%;
  background: none;
  border: none;
  outline: none;
}

.call-doctor__phone input::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 130%;
}

.call-doctor__phone input:-ms-input-placeholder {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 130%;
}

.call-doctor__phone input::-ms-input-placeholder {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 130%;
}

.call-doctor__phone input::placeholder {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 130%;
}

.call-doctor__phone button {
  background: none;
}

.call-doctor__number {
  padding: 3.4rem 6rem;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 130%;
}

.call-doctor__img {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 15rem 0 0 15rem;
  width: 77.1rem;
  height: 100%;
  background: #F6FAFB;
  -webkit-box-shadow: 0rem 1.4rem 1.5rem rgba(187, 195, 199, 0.4);
  box-shadow: 0rem 1.4rem 1.5rem rgba(187, 195, 199, 0.4);
  overflow: hidden;
}

.call-doctor__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.steps {
  margin-bottom: 14rem;
}

.steps__title {
  margin-bottom: 6.4rem;
}

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

.steps__item {
  margin-bottom: 5.3rem;
  width: 35.5rem;
  padding: 2rem;
  background: #F6FAFB;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  border-radius: 4rem;
}

.steps__item:not(:nth-child(4n)) {
  margin-right: 5.3rem;
}

.steps__img {
  margin-bottom: 2rem;
  width: 100%;
  height: 17.2rem;
  border-radius: 4rem;
  overflow: hidden;
}

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

.steps__info_title {
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
}

.steps__info_text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
  color: #6E7477;
}

.month {
  padding-top: 12rem;
  padding-bottom: 7rem;
  margin-bottom: 34rem;
  background: linear-gradient(102.25deg, rgba(211, 239, 247, 0.8) 1.31%, rgba(183, 217, 242, 0.8) 97.45%);
}

.month__title {
  margin-bottom: 10rem;
}

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

.month__item {
  margin-bottom: 5rem;
  padding: 12.3rem 4.4rem 4.4rem 4.4rem;
  position: relative;
  width: 35.5rem;
  background: #F1F9FE;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  border-radius: 5.85rem;
}

.month__item:not(:nth-child(4n)) {
  margin-right: 4.6rem;
}

.month__icon {
  position: absolute;
  top: -2rem;
  left: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 9.4rem;
  height: 9.4rem;
  background: #B3E0EC;
  -webkit-box-shadow: -1rem -1rem 1.3rem rgba(255, 255, 255, 0.8), inset 1rem 1rem 1.3rem rgba(255, 255, 255, 0.8);
  box-shadow: -1rem -1rem 1.3rem rgba(255, 255, 255, 0.8), inset 1rem 1rem 1.3rem rgba(255, 255, 255, 0.8);
  /* box-shadow: 5.858790874481201px 5.858790874481201px 11.717581748962402px 0px #FFFFFFCC inset;

box-shadow: -5.858790874481201px -5.858790874481201px 11.717581748962402px 0px #A8BBC23B inset; */

  border-radius: 50%;
  overflow: hidden;
}

.month__icon svg {
  width: 4.2rem;
  height: 4rem;
  fill: #ffffff;
}

.month__time {
  margin-bottom: 0.8rem;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 130%;
}

.month__time span {
  font-size: 2.4rem;
}

.month__text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
  color: #6E7477;
}

.team {
  margin-bottom: 20rem;
}

.team__title {
  margin-bottom: 6.4rem;
}

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

.team__content__card {
  margin-bottom: 5rem;
  -webkit-box-shadow: 0rem 0.4rem 2.5rem rgba(179, 224, 236, 0.2);
  box-shadow: 0rem 0.4rem 2.5rem rgba(179, 224, 236, 0.2);
}

.team__content__card:not(:nth-child(4n)) {
  margin-right: 2.4rem;
}

.team__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.team__pagination_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
}

.team__pagination_arrow img {
  width: 1.1rem;
  height: 0.6rem;
}

.team__pagination_arrow-prev {
  margin-right: 1.6rem;
}

.team__pagination_arrow-prev img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.team__pagination_arrow-next {
  margin-left: 1.6rem;
}

.team__pagination_arrow-next img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.team__pagination_pages {
  position: relative;
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team__pagination_pages::before {
  position: absolute;
  content: '';
  height: 0.1rem;
  width: 80%;
  top: -.1rem;
  left: 1rem;
  background: #FFFFFF;
}

.team__pagination_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3.6rem;
  position: relative;
  padding-top: 2rem;
  margin-right: 2.6rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 135%;
  color: #C5D1D8;
  cursor: pointer;
}

.team__pagination_dots {
  margin-right: 1rem;
  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;
  padding-top: 2rem;
  width: 1.4rem;
  height: 3.6rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 135%;
  color: #C5D1D8;
}

.team__pagination_item:last-child {
  margin-right: 0rem;
}

.team__pagination_item._active {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 100%;
  color: #B3E0EC;
  -webkit-transition: .2s;
  transition: .2s;
}

.team__pagination_item::before {
  position: absolute;
  top: -.4rem;
  left: 30%;
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  background: #C5D1D8;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}

.team__pagination_item._active::before {
  top: -.8rem;
  left: 18%;
  width: 1.6rem;
  height: 1.6rem;
  background: #B3E0EC;
  -webkit-transition: .2s;
  transition: .2s;
}

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

.specialists-card__inner .specialists-card__contollers {
  padding: 3.6rem 3.1rem;
  width: 38rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #F6FAFB;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  border-radius: 4rem;
}

.specialists-card__inner .specialists-card__contollers_title {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 130%;
}

.specialists-card__inner .specialists-card__contollers_sub-title {
  margin-bottom: 3rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
}

.specialists-card__inner .specialists-card__contollers_item {
  padding: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  border-radius: 100rem;
  cursor: pointer;
}

.specialists-card__inner .specialists-card__contollers_item:not(:last-child) {
  margin-bottom: 1.6rem;
}

.specialists-card__inner .specialists-card__contollers_item_icon {
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #F6FAFB;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1rem rgba(180, 218, 234, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1rem rgba(180, 218, 234, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
}

.specialists-card__inner .specialists-card__contollers_item_icon svg {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.specialists-card__inner .specialists-card__contollers_item_icon svg path {
  stroke: #B3E0EC;
}

.specialists-card__inner .specialists-card__contollers_item_icon svg circle {
  fill: #B3E0EC;
}

.specialists-card__inner .specialists-card__contollers_item_name {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
}

.specialists-card__inner .specialists-card__contollers_item.active .specialists-card__contollers_item_icon {
  background: #FFFFFF;
}

.specialists-card__inner .specialists-card__contollers_item.active .specialists-card__contollers_item_icon svg {
  fill: #E6644D;
}

.specialists-card__inner .specialists-card__contollers_item.active .specialists-card__contollers_item_icon svg path {
  stroke: #E6644D;
}

.specialists-card__inner .specialists-card__contollers_item.active .specialists-card__contollers_item_icon svg circle {
  fill: #E6644D;
}

.specialists-card__inner .specialists-card__contollers_item.active .specialists-card__contollers_item_name {
  color: #E6644D;
}

.specialists-card__inner .specialists-card__content {
  width: 118rem;
}

.specialist-info {
  margin-bottom: 20rem;
}

.specialist-info__item {
  margin-bottom: 2rem;
  color: #6E7477;
  font-size: 2rem;
  line-height: 130%;
}

.specialist-info__title {
  margin-bottom: 2rem;
  font-weight: 700;
}

.specialist-info__text {
  font-weight: 400;
}

.specialist-info__text-dash li::before {
  content: '-';
}

.specialist-info__text-dash li:not(:last-child) {
  margin-bottom: 2rem;
}

.specialists-card__faq .faq-items {
  width: 100%;
}

.specialists-card_review__title {
  margin-bottom: 6.4rem;
  font-family: 'Nobilis';
  font-weight: 400;
  font-size: 7.2rem;
  line-height: 100%;
}

.specialists-card_review__source_title {
  margin-bottom: 3.6rem;
  font-family: 'Nobilis';
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 100%;
}

.specialists-card_review__source_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 6rem;
}

.specialists-card_review__source_link-icon {
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  background: #F1F9FE;
  border-radius: 50%;
}

.specialists-card_review__source_link-icon img {
  width: 3.5rem;
  height: 2.8rem;
}

.specialists-card_review__source_link-text {
  font-weight: 600;
  font-size: 2rem;
  line-height: 120%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #E6644D;
  margin-top: 1.5rem;
}

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

.specialists-card_review__content .reviews-slider__item {
  width: 37.7rem;
  margin-right: 2.4rem;
  margin-bottom: 2.4rem;
}

.specialists-card_review__content .reviews-slider__item:nth-child(3n) {
  margin-right: 0rem;
}

.specialists-card_review__content .reviews-slider__item-text {
  width: 100%;
  margin-bottom: 6rem;
}

.contacts {
  margin-bottom: 18rem;
}

.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 4.4rem;
}

.contacts__left {
  width: 91rem;
  margin-right: 2.4rem;
}

.contacts__text {
  margin-bottom: 2.8rem;
}

.contacts__text_title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 130%;
}

.contacts__text_info {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
}

.contacts__map {
  padding: 3.9rem;
  width: 100%;
  height: 60rem;
  background: #F6FAFB;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  border-radius: 4rem;
}

.contacts__map .ymaps-map{
  border-radius: 3.8rem;
}

.contacts__map .ymaps-map .ymaps-overlay-stepwise-pane .ymaps-point-overlay {
  background-image: url("../img/placemark.svg");
}

.contacts__map .ymaps-map .ymaps-overlay-stepwise-pane .ymaps-point-overlay .ymaps-image{
  background-image: url("../img/placemark.svg");
}

.contacts__map div {
  width: 100%;
  height: 100%;
}

.contacts__right {
  position: relative;
}

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

.contacts__item_icon {
  margin-right: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #B3E0EC;
  -webkit-box-shadow: inset 0.25rem 0.25rem 1rem rgba(168, 187, 194, 0.23), inset -0.25rem -0.25rem 0.5rem #FFFFFF;
  box-shadow: inset 0.25rem 0.25rem 1rem rgba(168, 187, 194, 0.23), inset -0.25rem -0.25rem 0.5rem #FFFFFF;
}

.contacts__item_icon img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.contacts__item_text {
  width: 90%;
}

.contacts__item_title {
  margin-bottom: 1.6rem;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 130%;
}

.contacts__item_info {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  color: #6E7477;
}

.contacts__item_info a {
  display: block;
}

.contacts__item_info a:not(:last-child) {
  margin-bottom: 1rem;
}

.contacts__item:not(:last-child) {
  margin-bottom: 4rem;
}

.contacts__label {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 14.7rem;
  height: 14.7rem;
  border-radius: 50%;
  background: #F6FAFB;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
}

.contacts__label_text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  color: #036F8C;
}

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

.contacts__bottom .footer-social {
  background: none;
}

.contacts__bottom .footer-social:before {
  background: none;
}

.contacts__bottom .footer-social__title {
  text-align: start;
}

.contacts__bottom .footer-documents {
  width: 45rem;
  background: none;
}

.contacts__bottom .footer-documents:before {
  background: none;
}

.contacts__bottom .footer-documents__link {
  color: #232C30;
}

.contacts__bottom .footer-documents__link .link-img svg path {
  stroke: #232C30;
}

.docs {
  padding: 34rem 0rem 0rem 0rem;
  margin-bottom: 25rem;
}

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

.docs__content {
  width: 105rem;
}

.docs__title {
  margin-bottom: 4rem;
  font-family: 'Nobilis';
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 100%;
  color: #000000;
}

.docs__articles li:not(:last-child) {
  margin-bottom: 2.4rem;
}

.docs__articles_item {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #036F8C;
}

.docs__side {
  width: 37.6rem;
}

.docs__side .faq-side {
  width: 100%;
  margin-bottom: 6rem;
}

.docs__side .license {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.review {
  padding-top: 34rem;
  margin-bottom: 20rem;
}

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

.review .specialists-card_review {
  width: 122rem;
}

.review-side {
  width: 37.6rem;
}

.review-side .faq-side {
  width: 100%;
  margin-bottom: 6rem;
}

.review-side .license {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.reviews-slider__item_with-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.review .reviews-slider__bottom {
  display: block;
}

.review .reviews-slider__rating {
  margin-bottom: 2.5rem;
}

.review .reviews-slider__heading-source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.review .reviews-slider__heading-source-img-ktm {
  width: 7.5rem;
  height: 4.5rem;
  margin-right: 2.5rem;
}

.review .reviews-slider__heading-source-img-ktm img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.review .reviews-slider__heading-source-img-pro-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  margin-right: 2.5rem;
  border-radius: 50%;
  background: #F1F9FE;
}

.review .reviews-slider__heading-source-img-pro-doctor img {
  width: 3.5rem;
  height: 2.8rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.review .reviews-slider__heading-source-link {
  width: 17.8rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  color: #036F8C;
}

.review .reviews-slider__heading-source-link:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.review .reviews-slider__img,
.review .reviews-slider__video {
  height: 47.8rem;
  margin-bottom: 4.4rem;
}

.review .reviews-slider__content {
  margin-bottom: 0;
}

.review .reviews-slider__content:before {
  display: none;
}

.review .reviews-slider__item-text .reviews-slider__content:before {
  display: block;
  bottom: -7rem;
  right: 14.6rem;
}

.review .reviews-slider__description {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 130%;
  color: #6E7477;
  margin-bottom: 4rem;
}

.review .reviews-slider__description-title {
  margin-bottom: 1.6rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 130%;
  color: #232C30;
}

.review .specialists-card_review__content {
  margin-bottom: 8rem;
}

.review__form {
  width: 94.7rem;
}

.review__form-title {
  margin-bottom: 4.4rem;
  font-family: 'Nobilis';
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 100%;
}

.review__form .reviews-slider__rating {
  margin-bottom: 7.5rem;
}

.review__form_label {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 5rem;
}

.review__form_input {
  padding: 1.7rem 2.3rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #6E7477;
  background: #FFFFFF;
  border: 1px solid #F1F9FE;
  border-radius: 7.2rem;
}

.review__form_input:placeholder {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #6E7477;
}

.review__form textarea {
  padding: 2.8rem 3.2rem;
  border-radius: 3rem;
}

.review__form_text {
  position: absolute;
  left: 0;
  top: -3rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
}

.review__form__rating {
  position: relative;
  font-size: 2.5rem;
  letter-spacing: 2rem;
  display: inline-block;
}

.review__form__rating::before {
  content: '★★★★★';
  opacity: 0;
  margin-right: 3rem;
}

.review__form__rating-items {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  overflow: hidden;
}

.review__form__rating-star {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.review__form__rating-star:checked,
.review__form__rating-star:checked ~ .review__form__rating-label {
  -webkit-text-fill-color: #E6644D;
  color: #E6644D;
  -webkit-text-stroke: 0.1rem #E6644D;
}

.review__form__rating-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  height: 100%;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.1rem #6E7477;
}

.review__form__rating-label::before {
  content: '★';
  display: block;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.review__form__rating-label:hover,
.review__form__rating-label:hover ~ .review__form__rating-label,
.review__form__rating-label:checked ~ .review__form__rating-label:hover {
  color: #E6644D;
  -webkit-text-fill-color: #E6644D;
  -webkit-text-stroke: 0.1rem #E6644D;
}

.articles {
  margin-bottom: 20rem;
}

.articles__nav-bar {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.articles__nav-bar_item {
  padding: 2.8rem;
  width: 20rem;
  height: 20.2rem;
  background: #F6FAFB;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  border-radius: 3rem;
  cursor: pointer;
}

.articles__nav-bar_item:hover, .articles__nav-bar_item.active {
  background: #F1F9FE;
  -webkit-transition: .3s;
  transition: .3s;
}

.articles__nav-bar_item:hover .articles__nav-bar_name, .articles__nav-bar_item.active .articles__nav-bar_name {
  color: #036F8C;
}

.articles__nav-bar_icon {
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7.2rem;
  height: 7.2rem;
  background: linear-gradient(203.53deg, #036F8C 6.13%, #1372A8 90.73%);
  -webkit-box-shadow: inset 1px 1px 6px rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 6px rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.articles__nav-bar_icon img {
  width: 3.6rem;
  height: 3.6rem;
}

.articles__nav-bar_num {
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
}

.articles__nav-bar_name {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
}

.articles__nav-bar_item:hover {
  -webkit-transition: .3s;
  transition: .3s;
}

.articles__nav-bar_item:hover .articles__nav-bar_name {
  color: #036F8C;
}

.articles__nav-bar_item:not(:last-child) {
  margin-right: 4rem;
}

.articles__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}

.articles__item {
  margin-right: 2.4rem;
  margin-bottom: 4rem;
  width: 37.7rem;
  padding: 2rem 2.1rem;
  position: relative;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
}

.articles__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 23rem;
  left: 0;
  padding: 2rem 0;
  width: 22.3rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  color: #FFFFFF;
  border-radius: 0rem 2rem 2rem 0rem;
}

.articles__item-label_alco {
  background: linear-gradient(263.3deg, #E6644D 10.22%, #F4BBB1 113.82%), #FFFFFF;
}

.articles__item-label_drug {
  background: linear-gradient(259.28deg, #4899B9 22.79%, #7BBED0 97.72%), linear-gradient(263.3deg, #E6644D 10.22%, #F4BBB1 113.82%), #FFFFFF;
}

.articles__item-label_psychiatry {
  background: linear-gradient(267.31deg, #6E7477 11.53%, #818D92 86.6%);
}

.articles__item_img {
  margin-bottom: 4.8rem;
  width: 100%;
  height: 23.56rem;
  border-radius: 2rem;
  overflow: hidden;
}

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

.articles__item_title {
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 130%;
  color: #000000;
}

.articles__item_info {
  margin-bottom: 3.2rem;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 130%;
  color: rgba(51, 51, 51, 0.5);
}

.articles__item:nth-child(4n) {
  margin-right: 0;
}

.price-list {
  margin-bottom: 20rem;
}

.price-list__title {
  margin-bottom: 6.4rem;
}

.price-list .faq-item__heading {
  background: #FFFFFF;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
}

.price-list .faq-item__heading_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.58rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10rem;
}

.price-list .faq-item__heading_duration {
  /* margin-right: 3rem; */
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 130%;
  color: #E6644D;
}

.price-list .faq-item__heading_price {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 130%;
}

.price-list .faq-item__heading_price span {
  color: #E6644D;
}

.price-list .faq-item__icon {
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7.2rem;
  height: 7.2rem;
  background: linear-gradient(203.53deg, #036F8C 6.13%, #1372A8 90.73%);
  -webkit-box-shadow: inset 0.1rem 0.1rem 0.6rem rgba(255, 255, 255, 0.6);
  box-shadow: inset 0.1rem 0.1rem 0.6rem rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.price-list .faq-item__icon img {
  height: 3.6rem;
  width: 3.6rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.price-list .faq-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-list .faq-item__name {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 130%;
  width: 64.33rem;
}

.price-list .faq-item .faq-item__dropdown {
  margin-top: -6rem;
}

.price-list .faq-item .faq-item__dropdown-inner {
  display: block;
}

.price-list .faq-item .faq-item__dropdown_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.6rem 11.6rem 3.8rem 11.6rem;
  background: #F1F9FE;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
}

.faq-item__dropdown_item .faq-item__dropdown_item-container{
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  width: 90%;
}

.price-list .faq-item .faq-item__dropdown_item_name {
  margin-right: 2rem;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3.12rem;
}

.price-list .faq-item .faq-item__dropdown_item_info {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
  color: #6E7477;
}

.price-list .faq-item .faq-item__dropdown_item_price {
  flex: none;
  text-align: right;
  min-width: 15rem;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 130%;
}

.price-list .faq-item .faq-item__dropdown_item:last-child {
  border-radius: 0 0 4rem 4rem;
}

.price-list .faq-item .faq-item__dropdown_item:first-child {
  padding-top: 9.4rem;
}

.price-list .faq-item .faq-item__dropdown_top {
  padding: 9.5rem 10.6rem 2.8rem 10.6rem;
  background: #F1F9FE;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
}

.price-list .faq-item .faq-item__dropdown_top-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6rem;
}

.price-list .faq-item .faq-item__dropdown_top-price {
  margin-right: 22rem;
  padding: 2rem 6rem;
  background: #B3E0EC;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  border-radius: 100rem;
}

.price-list .faq-item .faq-item__dropdown_top-price-heading {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
  color: #6E7477;
}

.price-list .faq-item .faq-item__dropdown_top-price-value {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 130%;
  color: #036F8C;
}

.price-list .faq-item .faq-item__dropdown_top-duration {
  padding: 2rem 6rem;
  background: #E7B3AA;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  border-radius: 100rem;
}

.price-list .faq-item .faq-item__dropdown_top-duration-heading {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
  color: #FFFFFF;
}

.price-list .faq-item .faq-item__dropdown_top-duration-value {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 130%;
  color: #E6644D;
}

.price-list .faq-item .faq-item__dropdown_top-head {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 130%;
}

.price-list .faq-item .faq-item__dropdown_lists {
  padding: 2.8rem 12.5rem 5.9rem 12.5rem;
  background: #F1F9FE;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1rem rgba(168, 187, 194, 0.23), inset -0.5rem -0.5rem 1rem #FFFFFF;
  border-radius: 0px 0px 4rem 4rem;
}

.price-list .faq-item .faq-item__dropdown_lists-list_heading {
  margin-bottom: 3.5rem;
  display: flex;
  align-items: flex-end;
}

.price-list .faq-item .faq-item__dropdown_lists-list_heading span {
  display: block;
  width: 5.4rem;
  font-weight: 600;
  font-size: 6rem;
  line-height: 5rem;
}

.price-list .faq-item .faq-item__dropdown_lists-list_heading div {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.12rem;
}

.price-list .faq-item .faq-item__dropdown_lists-list-item {
  margin-left: 4rem;
  margin-bottom: 4rem;
}

.price-list .faq-item .faq-item__dropdown_lists-list-item li {
  position: relative;
  font-family: 'Gilroy';
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 250%;
  color: #6E7477;
}

.price-list .faq-item .faq-item__dropdown_lists-list-item li::before {
  content: '';
  position: absolute;
  left: -2.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: .2rem solid #fff;
  background: #036F8C;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem rgba(132, 156, 167, 0.44);
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(132, 156, 167, 0.44);
}

.price-list .faq-item .faq-item__dropdown_lists-list-item li:nth-child(2n)::before {
  background: #E6644D;
}

.price-list .faq-item .faq-item__dropdown_lists .faq-item__dropdown_lists-btn {
  background: none;
}

.price-list .faq-item__close {
  opacity: 0;
  pointer-events: none;
  margin-top: -2rem;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.price-list .faq-item__close_text {
  margin-right: 1.2rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
  color: #E6644D;
}

.price-list .faq-item__close_icon {
  width: 1.1rem;
  height: 0.6rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.price-list .faq-item__close._active {
  opacity: 1;
  margin-top: 2.9rem;
  pointer-events: all;
  -webkit-transition: 1s;
  transition: 1s;
}

.article-card {
  margin-bottom: 8rem;
}

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

.article-card .about-text {
  width: 117.9rem;
}

.article-card .about-text p {
  width: 104.5rem;
}

.article-card__video {
  padding: 4.4rem 5.2rem;
  margin-bottom: 8rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  border-radius: 4rem;
}

.article-card__video-sub_title {
  margin-bottom: 0.4rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
  color: #E6644D;
}

.article-card__video_top {
  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;
  margin-bottom: 3.2rem;
}

.article-card__video_title {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 130%;
}

.article-card__video_date {
  font-weight: 500;
  font-size: 2rem;
  line-height: 130%;
  color: #6E7477;
}

.article-card__video_video {
  width: 107rem;
  height: 60.5rem;
  position: relative;
  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;
  padding: 1.5rem 1.2rem;
  background: #F6FAFB;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1remrgba 168, 187, 194, 0.23, inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1remrgba 168, 187, 194, 0.23, inset -0.5rem -0.5rem 1rem #FFFFFF;
  border-radius: 4rem;
}

.article-card__video_video-preview {
  position: absolute;
  width: 105rem;
  height: 57.5rem;
  top: 1.5rem;
  left: 1.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: inset 0.5rem 0.5rem 1remrgba 168, 187, 194, 0.23, inset -0.5rem -0.5rem 1rem #FFFFFF;
  box-shadow: inset 0.5rem 0.5rem 1remrgba 168, 187, 194, 0.23, inset -0.5rem -0.5rem 1rem #FFFFFF;
  border-radius: 4rem;
  z-index: 0;
}

.article-card__video_video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6.5rem;
  height: 6.5rem;
  background: #B3E0EC;
  -webkit-box-shadow: inset .5rem .5rem 1rem #D2E9EF;
  box-shadow: inset .5rem .5rem 1rem #D2E9EF;
  border: 0.5rem solid rgba(255, 255, 255, 0.31);
  border-radius: 50%;
  z-index: 2;
}

.article-card__video_video-btn-icon {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.article-card_comments {
  margin-top: 16rem;
  margin-bottom: 8rem;
}

.article-card_comments_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7rem;
}

.article-card_comments_title {
  font-family: 'Nobilis';
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 100%;
  color: #232C30;
}

.article-card_comments_item:not(:last-child) {
  margin-bottom: 3.2rem;
}

.article-card_comments_item_content {
  padding: 4.8rem 5.2rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  border-radius: 4rem;
  z-index: 10;
  margin-top: 2rem;
}

.article-card_comments_item_top {
  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;
  margin-bottom: 3.2rem;
}

.article-card_comments_item_name {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 100%;
  color: #232C30;
}

.article-card_comments_item_rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-card_comments_item_rate_date {
  margin-right: 3.2rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
}

.article-card_comments_item_text_title {
  margin-bottom: 1.6rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 130%;
  color: #232C30;
}

.article-card_comments_item_text_info {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 130%;
}

.article-card_comments_item_reply {
  position: relative;
  margin-top: -2rem;
  padding: 4.8rem 5.2rem;
  background: #F1F9FE;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  border-radius: 0 0 4rem 4rem;
  z-index: -1;
}

.article-card_comments_item_reply_author {
  margin-bottom: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-card_comments_item_reply_author_photo {
  margin-right: 1.8rem;
  width: 7.3rem;
  height: 7.3rem;
  border-radius: 50%;
  overflow: hidden;
}

.article-card_comments_item_reply_author_photo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-card_comments_item_reply_name {
  margin-bottom: .8rem;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 130%;
  color: #232C30;
}

.article-card_comments_item_reply_role {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
  color: #6E7477;
}

.article-card_comments_item_reply_content {
  margin-bottom: 2.8rem;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 130%;
  color: #6E7477;
}

.article-card_comments_item_reply_date {
  margin-left: auto;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 110%;
  text-align: right;
  color: rgba(51, 51, 51, 0.5);
}

.article-card__checked {
  margin-top: 6rem;
}

.article-card__checked_title {
  margin-bottom: 2.4rem;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 130%;
  color: #232C30;
}

.doctors-word {
  margin-bottom: 20rem;
}

.doctors-word__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7rem;
}

.doctors-word__swiper .swiper-slide {
  width: 51rem;
  margin-right: 2.4rem;
}

.doctors-word__swiper .swiper-slide:last-child {
  margin-right: 0;
}

.doctors-word__card {
  width: 37.8rem;
  height: 100%;
  padding: 2rem 2rem 4rem 2rem;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  border-radius: 4rem;
}

.doctors-word__img {
  height: 26rem;
  margin-bottom: 2rem;
  background: #C5D1D8;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  border-radius: 4rem;
}

.doctors-word__img img {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin-left: -5rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.doctors-word__role {
  margin-bottom: 0.8rem;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 130%;
  color: #6E7477;
}

.doctors-word__name {
  margin-bottom: 1.6rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
}

.doctors-word__descr {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
}

.doctors-word__quote {
  width: 35.8rem;
  position: absolute;
  right: 0;
  top: 9.4rem;
  padding: 2rem;
  background: #F1F9FE;
  border-radius: 2rem;
}

.doctors-word__quote-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 9.1rem;
  height: 3.1rem;
  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;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  background: #036F8C;
  color: #ffffff;
  border-radius: 0px 2rem 0px 2rem;
}

.doctors-word__quote-text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
  color: #6E7477;
}

.stages-accordion {
  margin-bottom: 20rem;
}

.stages-accordion__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65rem;
}

.stages-accordion__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.stages-accordion__item:not(:last-child) {
  margin-right: 7.3rem;
}

.stages-accordion__item:nth-child(2n) .stages-accordion__item_heading {
  background: #E7B3AA;
}

.stages-accordion__item:nth-child(3n) .stages-accordion__item_heading {
  background: #C5D1D8;
}

.stages-accordion__item:nth-child(4n) .stages-accordion__item_heading {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-87.12%, #FFFFFF), color-stop(147.89%, #E1FBFF));
  background: linear-gradient(180deg, #FFFFFF -87.12%, #E1FBFF 147.89%);
}

.stages-accordion__item_heading {
  position: relative;
  height: 100%;
  width: 9.2rem;
  background: #F1F9FE;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  border-radius: 2rem;
  cursor: pointer;
}

.stages-accordion__item_heading_title {
  width: 10rem;
  left: -2rem;
  bottom: 5rem;
  position: absolute;
  margin-bottom: 0.4rem;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 130%;
  color: #036F8C;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 5;
}

.stages-accordion__item_heading_text {
  width: 10rem;
  left: 1rem;
  bottom: 6rem;
  position: absolute;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 130%;
  color: #6E7477;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 5;
}

.stages-accordion__item_heading_num {
  position: absolute;
  top: -4rem;
  right: -5.5rem;
  font-weight: 500;
  font-size: 8rem;
  line-height: 100%;
  color: #232C30;
}

.stages-accordion__item_content {
  width: 0;
  height: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  border-radius: 4rem;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.stages-accordion__item_content_img {
  margin-bottom: 3.6rem;
  width: 100%;
  height: 35.9rem;
  border-radius: 4rem;
  overflow: hidden;
  opacity: 0;
}

.stages-accordion__item_content_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stages-accordion__item_content_text {
  opacity: 0;
}

.stages-accordion__item_content_title {
  margin-bottom: 1.6rem;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 130%;
  color: #036F8C;
}

.stages-accordion__item_content_info {
  margin-bottom: 3.5rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
  color: #6E7477;
}

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

.stages-accordion__item_content_num {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #6E7477;
}

.stages-accordion__item._active .stages-accordion__item_content {
  width: 44.8rem;
  padding: 2.4rem;
  padding-bottom: 5.8rem;
  -webkit-transition: .5s;
  transition: .5s;
  margin-left: 7.3rem;
  margin-right: 4.7rem;
}

.stages-accordion__item._active .stages-accordion__item_content_img {
  opacity: 1;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.stages-accordion__item._active .stages-accordion__item_content_text {
  opacity: 1;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.other-articles {
  margin-bottom: 16rem;
  margin-top: 20rem;
}

.other-articles__title {
  margin-bottom: 6.4rem;
  font-family: 'Nobilis';
  font-weight: 400;
  font-size: 7.2rem;
  line-height: 100%;
}

._lock {
  overflow: hidden;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  overflow-y: auto;
}

.popup__body {
  min-height: 100%;
  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;
  background-color: rgba(0, 0, 0, 0.247);
}

.popup__content {
  /*position: relative;*/
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*-ms-flex-direction: column;*/
  /*flex-direction: column;*/
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  /*width: 103.6rem;*/
  /*height: 130rem;*/
  /*background: #FFFFFF;*/
  /*border: 1px solid #F6FAFB;*/
  /*border-radius: 4rem;*/
}

.popup__close {
  position: absolute;
  right: 4.5rem;
  top: 4.5rem;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  cursor: pointer;
  z-index: 210;
}

.popup__close img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.popup__title {
  margin-bottom: 6.4rem;
  font-family: 'Nobilis';
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 100%;
  color: #000000;
}

.popup__form {
  width: 100%;
  margin-bottom: 2rem;
}

.popup__form_label {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 5.6rem;
}

.popup__form_input {
  width: 100%;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #6E7477;
  padding: 1.7rem 3.2rem;
  background: #F1F9FE;
  border: 1px solid #F1F9FE;
  border-radius: 7.2rem;
  outline: none;
}

.popup__form_input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #6E7477;
}

.popup__form_input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #6E7477;
}

.popup__form_input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #6E7477;
}

.popup__form_input::placeholder {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #6E7477;
}

.popup__form .label-text {
  position: absolute;
  left: 0;
  top: -3.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
}

.popup__info {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 44rem;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 130%;
  color: #6E7477;
}

.popup__stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.8rem;
}

.popup__stages_item {
  margin-right: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 9.3rem;
  height: 9.3rem;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #B3E0EC;
  border-radius: 100rem;
  cursor: pointer;
}

.popup__stages_item_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
}

.popup__stages_item:last-child {
  margin-right: 0rem;
}

.popup__stages_item.active {
  color: #E6644D;
  background: #F6FAFB;
  -webkit-box-shadow: inset -0.27rem -0.27rem 0.5rem #FFFFFF, inset 0.27rem 0.27rem 0.5rem rgba(187, 195, 199, 0.23);
  box-shadow: inset -0.27rem -0.27rem 0.5rem #FFFFFF, inset 0.27rem 0.27rem 0.5rem rgba(187, 195, 199, 0.23);
}

.popup__stages_item.active .popup__stages_item_num {
  background: #FFFFFF;
}

.popup__type {
  margin-bottom: 4rem;
}

.popup__type_title {
  margin-bottom: 3.2rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 130%;
  text-align: center;
}

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

.popup__type_content_block {
  display: none;
}

.popup__type_content_block._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__type_label {
  display: block;
  position: relative;
  padding-left: 2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup__type_label:not(:last-child) {
  margin-right: 3.6rem;
}

.popup__type input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.popup__type span {
  position: absolute;
  top: 10%;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: #FFFFFF;
  border: .2rem solid #6E7477;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem rgba(132, 156, 167, 0.44);
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(132, 156, 167, 0.44);
  border-radius: 50%;
}

.popup__type input:checked ~ span {
  background: #E6644D;
  border: .2rem solid #FFFFFF;
}

.popup .banner-btn {
  background: none;
}

.popup__zoom_img {
  height: 110rem;
}

.popup__zoom_img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.popup-done .popup__content {
  width: 67.3rem;
}

.popup-done .popup__title {
  margin-bottom: 3.2rem;
}

.popup-done .popup__text {
  margin-bottom: 4rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 130%;
  color: #6E7477;
}

.popup-done button {
  -ms-flex-item-align: start;
  align-self: flex-start;
  background: none;
}

.popup-done .btn-link.popup__close {
  position: static;
  width: auto;
  height: 10rem;
  padding: 0 3.6rem;
}

.popup._open {
  opacity: 1;
  visibility: visible;
  z-index: 200;
}

.footer-inner {
  padding: 6.4rem 0 7.1rem;
  background: #036F8C;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.footer-info {
  width: 22.8%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.8rem;
}

.footer-phone__img {
  width: 6.9rem;
  height: 6.9rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: linear-gradient(141.51deg, #022F3E 14.71%, #0891B6 89.7%);
  position: relative;
  z-index: 1;
  margin-right: 2.8rem;
}

.footer-phone__img::before {
  content: '';
  position: absolute;
  inset: 1px;
  background: #036F8C;
  border-radius: inherit;
  z-index: -1;
  -webkit-box-shadow: inset .5rem .5rem 1rem #013E54;
  box-shadow: inset .5rem .5rem 1rem #013E54;
}

.footer-phone__img img {
  width: 2.8rem;
}

.footer-phone__number {
  font-size: 2.8rem;
  font-weight: 600;
}

.footer-phone__description {
  font-size: 1.6rem;
}

.footer-social {
  padding: 2.4rem 2.8rem .4rem;
  background: linear-gradient(276.92deg, #D7E3E7 1.61%, #FFFFFF 101.5%);
  border-radius: 2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 2.8rem;
}

.footer-social::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: #036F8C;
  z-index: -1;
}

.footer-social__title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2.8rem;
}

.footer-social__item {
  width: 6rem;
  height: 5.8rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1.7rem;
  border: 1px solid rgba(3, 91, 118, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.03%, #FFFFFF), color-stop(50.67%, #D1E0E4), color-stop(98.76%, #FFFFFF));
  background: linear-gradient(180deg, #FFFFFF 6.03%, #D1E0E4 50.67%, #FFFFFF 98.76%);
}

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

.footer-social__item:not(:last-child) {
  margin-right: 2.1rem;
}

.footer-social__item:nth-child(4n) {
  margin-right: 0;
}

.footer-social__item img {
  width: 2.8rem;
}

.footer-documents {
  padding: 2.4rem 2.8rem 2rem;
  background: linear-gradient(276.92deg, #D7E3E7 1.61%, #FFFFFF 101.5%);
  border-radius: 2rem;
  position: relative;
  z-index: 1;
}

.footer-documents::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: #036F8C;
  z-index: -1;
}

.footer-documents__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.7rem;
}

.footer-documents__img {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: linear-gradient(203.53deg, #036F8C 6.13%, #1372A8 90.73%);
  -webkit-box-shadow: inset 1px 1px 0.6rem rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 0.6rem rgba(255, 255, 255, 0.6);
  margin-right: 2.8rem;
}

.footer-documents__img img {
  width: 3.6rem;
}

.footer-documents__title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
}

.footer-documents__link {
  color: #fff;
}

.footer-documents__link .link-img {
  background: #B3E0EC;
}

.footer-documents__link .link-img svg path {
  stroke: #fff;
}

.footer-nav {
  width: 72.2%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .2rem;
}

.footer-group {
  width: 34rem;
}

.footer-group__title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 5.1rem;
}

.footer-group:not(:last-child) {
  margin-right: 6rem;
}

.footer-list li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}

.footer-list li:not(:last-child) {
  margin-bottom: 1.92rem;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #6E7477;
}

.footer-email {
  margin-left: 5rem;
}

._lock {
  overflow: hidden;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  overflow-y: auto;
}

.popup__body {
  min-height: 100%;
  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;
  background-color: rgba(0, 0, 0, 0.247);
}

.popup__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 103.6rem;
  height: auto;
  padding: 10rem 12rem;
  background: #FFFFFF;
  border: 1px solid #F6FAFB;
  border-radius: 4rem;
}

.popup__close {
  position: absolute;
  right: 4.5rem;
  top: 4.5rem;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  cursor: pointer;
  z-index: 210;
}

.popup__close img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.popup__title {
  margin-bottom: 6.4rem;
  font-family: 'Nobilis';
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 100%;
  color: #000000;
}

.popup__form {
  width: 100%;
  margin-bottom: 2rem;
}

.popup__form_label {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 5.6rem;
}

.popup__form_input {
  width: 100%;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #6E7477;
  padding: 1.7rem 3.2rem;
  background: #F1F9FE;
  border: 1px solid #F1F9FE;
  border-radius: 7.2rem;
  outline: none;
}

.popup__form_input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #6E7477;
}

.popup__form_input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #6E7477;
}

.popup__form_input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #6E7477;
}

.popup__form_input::placeholder {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #6E7477;
}

.popup__form .label-text {
  position: absolute;
  left: 0;
  top: -3.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
}

.popup__info {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 44rem;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 130%;
  color: #6E7477;
}

.popup__stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.8rem;
}

.popup__stages_item {
  margin-right: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 9.3rem;
  height: 9.3rem;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #B3E0EC;
  border-radius: 100rem;
  cursor: pointer;
}

.popup__stages_item_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
}

.popup__stages_item:last-child {
  margin-right: 0rem;
}

.popup__stages_item.active {
  color: #E6644D;
  background: #F6FAFB;
  -webkit-box-shadow: inset -0.27rem -0.27rem 0.5rem #FFFFFF, inset 0.27rem 0.27rem 0.5rem rgba(187, 195, 199, 0.23);
  box-shadow: inset -0.27rem -0.27rem 0.5rem #FFFFFF, inset 0.27rem 0.27rem 0.5rem rgba(187, 195, 199, 0.23);
}

.popup__stages_item.active .popup__stages_item_num {
  background: #FFFFFF;
}

.popup__type {
  margin-bottom: 4rem;
}

.popup__type_title {
  margin-bottom: 3.2rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 130%;
  text-align: center;
}

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

.popup__type_content_block {
  display: none;
}

.popup__type_content_block._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__type_label {
  display: block;
  position: relative;
  padding-left: 2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup__type_label:not(:last-child) {
  margin-right: 3.6rem;
}

.popup__type input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.popup__type span {
  position: absolute;
  top: 10%;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: #FFFFFF;
  border: .2rem solid #6E7477;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem rgba(132, 156, 167, 0.44);
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(132, 156, 167, 0.44);
  border-radius: 50%;
}

.popup__type input:checked ~ span {
  background: #E6644D;
  border: .2rem solid #FFFFFF;
}

.popup .banner-btn {
  background: none;
  margin-top: 5rem;
}

.popup__zoom_img {
  height: 110rem;
}

.popup__zoom_img img {
  width: 110rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.popup-done .popup__content {
  width: 67.3rem;
}

.popup-done .popup__title {
  margin-bottom: 3.2rem;
}

.popup-done .popup__text {
  margin-bottom: 4rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 130%;
  color: #6E7477;
}

.popup-done button {
  -ms-flex-item-align: start;
  align-self: flex-start;
  background: none;
}

.popup-done .btn-link.popup__close {
  position: static;
  width: auto;
  height: 10rem;
  padding: 0 3.6rem;
}

.popup._open {
  opacity: 1;
  visibility: visible;
  z-index: 200;
}

.swiper .swiper-wrapper {
  height: auto;
}

@media (max-width: 48em) {
  .popup__zoom_img img{
    width: 60rem;
  }

  .header-top {
    background: #fff;
  }
  .header-content {
    padding: 3.3rem 0.4rem;
    border-bottom: none;
  }
  .header-burger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    margin-right: 4rem;
  }
  .header-burger.active span {
    display: inline-block;
  }
  .header-burger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: -.2rem;
  }
  .header-burger.active span:nth-child(2) {
    display: none;
  }
  .header-burger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -.2rem;
  }
  .header-burger span {
    height: .4rem;
    background: #036F8C;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    border-radius: 10rem;
    -webkit-box-shadow: inset 1px 1px 0.4rem rgba(168, 187, 194, 0.23), inset -1px -1px 0.4rem #FFFFFF;
    box-shadow: inset 1px 1px 0.4rem rgba(168, 187, 194, 0.23), inset -1px -1px 0.4rem #FFFFFF;
  }
  .header-burger span:nth-child(1), .header-burger span:nth-child(2) {
    margin-bottom: 1rem;
  }
  .header-logo {
    width: 20.8rem;
    margin-right: auto;
  }
  .header-place {
    display: none;
  }
  .header-contacts {
    margin-right: 2.4rem;
  }
  .header-phone {
    font-size: 2.6rem;
    font-weight: 500;
  }
  .header-info {
    display: none;
  }
  .header-whatsapp {
    width: 5.2rem;
    margin-right: 0;
  }
  .header-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 20.8rem 0 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header-bottom.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .header-bottom__content {
    display: block;
  }
  .header-nav {
    margin-bottom: 8.1rem;
  }
  .header-list {
    display: block;
  }
  .header-list > li {
    font-size: 3.6rem;
    font-weight: 600;
  }
  .header-list > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3.2rem;
  }
  .header-list > li.sublist {
    z-index: 1;
  }
  .header-list > li.sublist > a {
    padding: 2rem 4rem;
  }
  .header-list > li.sublist > a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    background: linear-gradient(313.43deg, #036F8C 19.26%, rgba(255, 255, 255, 0) 89.5%);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
  }
  .header-list > li.sublist > a::after {
    right: 4.2rem;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background: #F6FAFB url(../img/arrow.svg) 50%/2.4rem no-repeat;
  }
  .header-list > li.sublist.active > a::before {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
  .header-list > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: 9.4rem;
    background: #F6FAFB;
    border-radius: 20rem;
    padding: 2rem 4rem;
    -webkit-box-shadow: 1rem 1rem 2rem rgba(187, 195, 199, 0.23), -1rem -1rem 2rem #FAFBFF;
    box-shadow: 1rem 1rem 2rem rgba(187, 195, 199, 0.23), -1rem -1rem 2rem #FAFBFF;
  }
  .header-dropdown {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border-top: none;
  }
  .header-dropdown__body {
    margin-top: -9.4rem;
    margin-bottom: 8rem;
    padding: 13rem 4rem 5rem;
    background: #F1F9FE;
    border-radius: 8rem;
    -webkit-box-shadow: 1rem 1rem 1rem rgba(187, 195, 199, 0.23);
    box-shadow: 1rem 1rem 1rem rgba(187, 195, 199, 0.23);
  }
  .header-dropdown__sublist-inner.active {
    display: block;
  }
  .header-dropdown__sublist-group {
    width: 100%;
    background: none;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-dropdown__sublist-group:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3.6rem;
  }
  .header-dropdown__sublist-title {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }
  .header-dropdown__sublist li {
    font-size: 2.8rem;
    font-weight: 500;
  }
  .header-dropdown__sublist li:not(:last-child) {
    margin-bottom: 2.35rem;
  }
  .header-block__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4rem;
  }
  .header-block__phone-img {
    width: 9.6rem;
    height: 9.6rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: linear-gradient(203.53deg, #036F8C 6.13%, #1372A8 90.73%);
    -webkit-box-shadow: inset 1.2rem 1.2rem 0.8rem rgba(255, 255, 255, 0.6);
    box-shadow: inset 1.2rem 1.2rem 0.8rem rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 1;
    margin-right: 2.4rem;
  }
  .header-block__phone-img::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(203.53deg, #036F8C 6.13%, #1372A8 90.73%);
    z-index: -1;
  }
  .header-block__phone-img img {
    width: 3.9rem;
  }
  .header-block__phone-number {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .header-block__phone-description {
    font-size: 2.4rem;
    color: #6E7477;
  }
  .header-block__social {
    margin-bottom: 5rem;
  }
  .header-block__social-title {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
  }
  .header-block__social-item {
    width: 10rem;
    height: 9.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 3.4rem;
    border: 0.3rem solid rgba(3, 91, 118, 0.5);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6.03%, #FFFFFF), color-stop(50.67%, #D1E0E4), color-stop(98.76%, #FFFFFF));
    background: linear-gradient(180deg, #FFFFFF 6.03%, #D1E0E4 50.67%, #FFFFFF 98.76%);
  }
  .header-block__social-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
  }
  .header-block__social-item:not(:last-child) {
    margin-right: 3.1rem;
  }
  .header-block__social-item img {
    width: 4.6rem;
  }
  .header-block__group:not(:last-child) {
    margin-bottom: 5rem;
  }
  .header-block__group-title {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 2.4rem;
  }
  .header-block__email, .header-block__address {
    font-size: 2.4rem;
    line-height: 1.3;
    color: #6E7477;
  }
  .header-block__email span, .header-block__address span {
    color: #232C30;
  }
  .header-block__email:not(:last-child), .header-block__address:not(:last-child) {
    margin-bottom: 1.8rem;
  }
  .header-block__documents {
    display: inline-block;
    font-size: 3.2rem;
    text-decoration: underline;
    margin-bottom: 8rem;
  }
  .header-block__copy {
    font-size: 2.4rem;
    font-weight: 500;
    color: #6E7477;
    background: #C5D1D8;
    padding: 3rem 4rem;
    position: relative;
    left: -4rem;
    width: calc(100% + 8rem);
  }
  .banner {
    margin-top: 11.8rem;
    padding: 9.5rem 0 8rem;
    min-height: auto;
    margin-bottom: 19.3rem;
    overflow: hidden;
  }
  .banner-content {
    display: block;
  }
  .banner-img {
    top: auto;
    bottom: 0;
    left: 43.5%;
    width: 92.5rem;
    height: auto;
  }
  .banner .banner-img-thin {
    width: 52rem;
    left: 32.5%;
  }
  .banner-text {
    width: 100%;
    margin-bottom: 5.6rem;
  }
  .banner-suptitle {
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: .5rem;
  }
  .banner-title {
    font-size: 6.4rem;
    line-height: 1;
    margin-bottom: 5.2rem;
  }
  .banner-price {
    border-radius: 2.6rem;
    padding: 1px;
    padding-right: 2.5rem;
    margin-bottom: 5rem;
  }
  .banner-price::before {
    inset: 1px;
    background: #0F6882;
  }
  .banner-price__img {
    width: 8.4rem;
    height: 8.2rem;
    border-radius: 2.4rem;
    margin-right: 2.6rem;
  }
  .banner-price__img img {
    width: 3.8rem;
  }
  .banner-price__text {
    font-size: 4.4rem;
  }
  .banner-price__text span {
    font-size: 4.4rem;
  }
  .banner-list {
    padding-left: 4.6rem;
    margin-bottom: 5.2rem;
  }
  .banner-list li {
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .banner-list li::before {
    left: -4.6rem;
    width: 2rem;
    height: 2rem;
    border-width: .3rem;
    -webkit-box-shadow: 0.8rem 0.8rem 0.8rem rgba(132, 156, 167, 0.44);
    box-shadow: 0.8rem 0.8rem 0.8rem rgba(132, 156, 167, 0.44);
  }
  .banner-list li:not(:last-child) {
    margin-bottom: 2.9rem;
  }
  .banner-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 4.8rem;
  }
  .banner-info {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .banner-statistics {
    width: 25rem;
    margin-top: 7.8rem;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
    margin-bottom: 24.5rem;
  }
  .banner-statistics::before {
    top: -1.5rem;
    left: .2rem;
    width: 9.2rem;
    height: 9.2rem;
  }
  .banner-statistics__number {
    font-size: 5.6rem;
    margin-left: 3.5rem;
    margin-bottom: 1rem;
  }
  .banner-statistics__text {
    font-size: 2.8rem;
  }
  .banner-specialist {
    width: 100%;
    padding: 1.1rem 1rem 1.1rem .6rem;
    border-radius: 12rem;
    margin: 0;
  }
  .banner-specialist::before {
    inset: .4rem;
  }
  .banner-specialist__img {
    width: 9.8rem;
    height: 9.8rem;
    margin-right: 3.2rem;
  }
  .banner-specialist__img img {
    width: 4rem;
  }
  .banner-specialist__position {
    font-size: 3.4rem;
    margin-bottom: 1rem;
  }
  .banner-specialist__experience {
    font-size: 1.4rem;
  }
  .banner-right {
    width: 32rem;
    margin-left: auto;
  }
  .banner-right__title {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
  }
  .banner-right__swiper {
    margin-bottom: 4rem;
  }
  .banner-right_slide {
    padding: 3.2rem;
  }
  .banner .steps__img {
    display: none;
  }
  .banner .steps__info_title {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
  .banner .steps__info_text {
    font-size: 2.4rem;
  }
  .banner .slider-kit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .services {
    margin-bottom: 9.8rem;
    padding-bottom: 10rem;
    overflow: hidden;
  }
  .services-slider {
    -webkit-filter: none;
    filter: none;
  }
  .services-slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services-slider__item {
    width: 55.4rem;
    height: auto;
    outline: 0.5px solid rgba(179, 224, 236, 0.4);
    padding: 6rem 3.8rem 43.5rem !important;
    border-radius: 4rem;
    -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
    box-shadow: 0.5rem 0.5rem 1rem rgba(187, 195, 199, 0.23), -0.5rem -0.5rem 1rem #FAFBFF;
  }
  .services-slider__item:not(:last-child) {
    margin-right: 3.2rem;
  }
  .services-slider__item:first-child {
    border-radius: 4rem;
  }
  .services-slider__item:first-child .services-slider__img {
    width: 56rem;
    height: auto;
  }
  .services-slider__item:nth-child(3) {
    border-radius: 4rem;
  }
  .services-slider__item:nth-child(3) .services-slider__img {
    height: 49%;
    width: 39.4rem;
    left: -20rem;
  }
  .services-slider__item:nth-child(4) {
    border-radius: 4rem;
  }
  .services-slider__item:nth-child(4) .services-slider__img {
    width: 101%;
    height: auto;
  }
  .services-slider__item:nth-child(5) .services-slider__img {
    height: auto;
    width: 62rem;
  }
  .services-slider__item:nth-child(6) {
    border-radius: 4rem;
  }
  .services-slider__img {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 55.4rem;
    height: auto;
  }
  .services-slider__suptitle {
    font-size: 2.4rem;
    margin-bottom: .8rem;
  }
  .services-slider__title {
    font-size: 4.8rem;
    line-height: 1;
    margin-bottom: 5.2rem;
  }
  .services-slider__list li {
    font-size: 2.8rem;
  }
  .services-slider__list li:not(:last-child) {
    margin-bottom: 3.3rem;
  }
  .price {
    margin-bottom: 0;
    padding-bottom: 26.6rem;
    overflow: hidden;
  }
  .price-title {
    margin-bottom: 8rem;
  }
  .price-heading {
    margin-bottom: 3rem;
  }
  .price-slider {
    overflow: visible;
  }
  .price-slider__item {
    width: 55.4rem;
    padding-top: 2.9rem;
  }
  .price-slider__item:not(:last-child) {
    margin-right: 3.2rem;
  }
  .price-slider__item:nth-child(3n+2) .price-slider__inner {
    padding-left: 3.5rem;
  }
  .price-slider__item:nth-child(3n+2) .price-slider__text {
    margin-top: 2rem;
  }
  .price-slider__item:nth-child(3n+3) .price-slider__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 3.5rem;
  }
  .price-slider__item:nth-child(3n+3) .price-slider__text {
    margin-top: 2rem;
  }
  .price-slider__inner {
    height: 30.6rem;
    padding: 2rem 1.5rem;
    margin-bottom: 2.1rem;
  }
  .price-slider__star {
    width: 4.8rem;
    height: 4.8rem;
  }
  .price-slider__star img {
    width: 3.5rem;
  }
  .price-slider__text {
    width: 55%;
  }
  .price-slider__text-description {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .price-slider__number {
    margin-bottom: 2rem;
  }
  .price-slider__number-img {
    height: 6.5rem;
  }
  .price-slider__number-text {
    font-size: 4.4rem;
  }
  .price-slider__title {
    font-size: 4.4rem;
    line-height: 1;
    margin-bottom: 1.2rem;
  }
  .price-slider__description {
    font-size: 2.4rem;
  }
  .price-item {
    width: 100%;
    margin-bottom: 4.2rem;
  }
  .price-item__inner {
    width: auto;
    padding: 4.9rem 4rem 5rem 11.2rem;
    margin-left: 1.8rem;
  }
  .price-item__inner::before {
    top: -2.8rem;
    left: -2.8rem;
    width: 12.1rem;
    height: 12.1rem;
    border-width: .5px;
  }
  .price-item__inner::after {
    inset: .5px;
  }
  .price-item__img {
    top: -1.6rem;
    left: 0.4rem;
    width: 9.6rem;
    height: 9.6rem;
  }
  .price-item__img img {
    width: 4.8rem;
  }
  .price-item__heading {
    min-height: auto;
    margin-bottom: 2.2rem;
  }
  .price-item__title {
    width: 80%;
  }
  .price-item__cost {
    position: absolute;
    bottom: 4.5rem;
    right: 4rem;
    font-size: 4.4rem;
  }
  .price-item__cost span {
    font-size: 2.8rem;
  }
  .price-item__dropdown {
    margin-bottom: 4.5rem;
  }
  .price-item__description {
    font-size: 2.8rem;
    line-height: 1.29;
    margin-bottom: 5.5rem;
  }
  .price-item__bottom {
    margin-top: 1.5rem;
  }
  .price-item__more {
    font-size: 3.2rem;
  }
  .price-item__more svg {
    width: 2.6rem;
    margin-left: .7rem;
  }
  .price-item__link.mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .price-bottom {
    display: block;
    padding-right: 0;
  }
  .price-bottom__banner {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 4.7rem 4rem 12.2rem;
    border-radius: 4rem;
  }
  .price-bottom__banner::before {
    inset: .4rem;
  }
  .price-bottom__banner-img {
    position: absolute;
    top: 3rem;
    left: 4rem;
    width: 9.6rem;
    height: 9.6rem;
    margin-right: 1.6rem;
  }
  .price-bottom__banner-img img {
    width: 3.3rem;
  }
  .price-bottom__banner-title {
    padding-left: 11.2rem;
    font-size: 2.8rem;
    margin-bottom: 3.8rem;
  }
  .price-bottom__banner-description {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .price-bottom__banner-btn {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(42%, 50%);
    transform: translate(42%, 50%);
  }
  .price-bottom__link {
    display: none;
  }
  .price-button-prev, .price-button-next {
    display: none;
  }
  .specialists {
    padding: 7.5rem 0 8rem;
    overflow: hidden;
    margin-bottom: 38.6rem;
  }
  .specialists-title {
    margin-bottom: 8.3rem;
  }
  .specialists-slider {
    overflow: visible;
  }
  .specialists-slider__item:not(:last-child) {
    margin-right: 3.2rem;
  }
  .specialists-button-prev, .specialists-button-next {
    display: none;
  }
  .convince {
    margin-bottom: 19.6rem;
  }
  .convince-content {
    display: block;
  }
  .convince-left {
    width: 100%;
    height: 121rem;
    padding: 59rem 4rem 6.4rem;
    margin-bottom: 8rem;
  }
  .convince-left::after {
    left: 50%;
    -webkit-transform: translate(-50%, -42%);
    transform: translate(-50%, -42%);
    width: 44.5rem;
    height: 44.5rem;
  }
  .convince-img {
    bottom: auto;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -6.4rem);
    transform: translate(-50%, -6.4rem);
    width: 39.5rem;
  }
  .convince-suptitle {
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: .6rem;
  }
  .convince-title {
    line-height: 1;
    margin-bottom: 4.3rem;
  }
  .convince-description {
    font-size: 2.8rem;
    margin-bottom: 5.6rem;
  }
  .convince-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 2.8rem;
    padding-top: 1.7rem;
    padding-left: 0;
  }
  .convince-info::before {
    top: -1.5rem;
    width: 9.2rem;
    height: 9.2rem;
  }
  .convince-info img {
    width: 16.2rem;
    margin-right: 0;
    margin-bottom: 2.5rem;
    margin-left: 3.2rem;
  }
  .convince-right {
    width: 100%;
    padding: 3.4rem 3.2rem 6.4rem;
    border-radius: 7rem;
  }
  .convince-right__img {
    height: 47.8rem;
    border-radius: 7rem;
    margin-bottom: 4rem;
  }
  .convince-right__info {
    width: 90%;
  }
  .convince-right__info-img {
    width: 10rem;
    height: 10rem;
    margin-right: 2.5rem;
  }
  .convince-right__info-img::before {
    inset: 1px;
  }
  .convince-right__info-img img {
    width: 5.2rem;
  }
  .convince-right__info-text {
    font-size: 2.8rem;
  }
  .accommodation-heading {
    width: 100%;
    margin-bottom: 8.4rem;
  }
  .accommodation-content {
    display: block;
  }
  .accommodation-left {
    width: 100%;
    margin-bottom: 9.4rem;
  }
  .accommodation-slider {
    padding: 4rem 4rem 7rem;
  }
  .accommodation-slider::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 86rem;
    -webkit-box-shadow: inset 1rem 1rem 2rem rgba(168, 187, 194, 0.23), inset -1rem -1rem 2rem #FFFFFF;
    box-shadow: inset 1rem 1rem 2rem rgba(168, 187, 194, 0.23), inset -1rem -1rem 2rem #FFFFFF;
  }
  .accommodation-slider__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .accommodation-slider__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: +1;
    order: +1;
    display: block;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
  }
  .accommodation-slider__info {
    padding: 4.3rem 6.6rem 13rem;
    -webkit-box-shadow: 4rem 4rem 8rem rgba(187, 195, 199, 0.23), -4rem -4rem 8rem #FAFBFF;
    box-shadow: 4rem 4rem 8rem rgba(187, 195, 199, 0.23), -4rem -4rem 8rem #FAFBFF;
    margin-bottom: 0;
  }
  .accommodation-slider__suptitle {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .accommodation-slider__title {
    font-size: 3.6rem;
    margin-bottom: 2.2rem;
  }
  .accommodation-slider__list {
    padding-left: 4.3rem;
  }
  .accommodation-slider__list li {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .accommodation-slider__list li::before {
    left: -4.3rem;
    width: 2rem;
    height: 2rem;
    border-width: .3rem;
    -webkit-box-shadow: 0.8rem 0.8rem 0.8rem rgba(132, 156, 167, 0.44);
    box-shadow: 0.8rem 0.8rem 0.8rem rgba(132, 156, 167, 0.44);
  }
  .accommodation-slider__list li:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .accommodation-slider__price {
    font-size: 2.8rem;
    margin-bottom: 0.2rem;
  }
  .accommodation-slider__price span {
    font-size: 5.6rem;
    margin: 0 1.4rem 0 0;
  }
  .accommodation-slider__period {
    font-size: 2.4rem;
    margin-left: 0;
  }
  .accommodation-slider__btn {
    position: relative;
    left: 4rem;
    -webkit-transform: translateY(-56%);
    transform: translateY(-56%);
  }
  .accommodation-slider__photos {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: visible;
    border-radius: 0;
    margin-bottom: 4.3rem;
  }
  .accommodation-slider__kit {
    top: auto;
    bottom: 0;
    right: 0;
  }
  .accommodation-gallery {
    border-radius: 4rem;
    overflow: hidden;
    margin-bottom: 1.6rem;
  }
  .accommodation-gallery__item {
    width: 100%;
    height: 39.8rem;
  }
  .accommodation-thumbs {
    width: 100%;
    position: static;
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: +1;
    order: +1;
  }
  .accommodation-thumbs__item {
    width: 18.8rem;
    height: 12.4rem;
    border-width: .7rem;
    border-radius: 2.7rem;
    -webkit-box-shadow: 0px 0.5rem 2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0.5rem 2rem rgba(255, 255, 255, 0.5);
  }
  .accommodation-thumbs__item:not(:last-child) {
    margin-right: 0;
  }
  .accommodation-pagination {
    display: block;
  }
  .license {
    width: 100%;
    height: auto;
    border-radius: 7rem;
    -webkit-box-shadow: 0.9rem 0.9rem 1.7rem rgba(187, 195, 199, 0.23), -0.9rem -0.9rem 1.7rem #FAFBFF;
    box-shadow: 0.9rem 0.9rem 1.7rem rgba(187, 195, 199, 0.23), -0.9rem -0.9rem 1.7rem #FAFBFF;
  }
  .license-slider__item {
    padding: 3.4rem 3.2rem 11.8rem;
  }
  .license-slider__img {
    height: 57.2rem;
    border-radius: 7rem;
    -webkit-box-shadow: inset 0.9rem 0.9rem 1.7rem rgba(168, 187, 194, 0.23), inset -0.9rem -0.9rem 1.7rem #FFFFFF;
    box-shadow: inset 0.9rem 0.9rem 1.7rem rgba(168, 187, 194, 0.23), inset -0.9rem -0.9rem 1.7rem #FFFFFF;
    margin-bottom: 4.2rem;
  }
  .license-slider__title {
    font-size: 3.2rem;
    margin-bottom: 1.7rem;
  }
  .license-slider__subtitle {
    font-size: 2.8rem;
  }
  .license-pagination.swiper-pagination {
    bottom: 6.5rem;
  }
  .license-pagination.swiper-pagination .swiper-pagination-bullet {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 1.6rem;
  }
  .license-pagination.swiper-pagination .swiper-pagination-bullet::before {
    inset: .4rem;
    -webkit-box-shadow: inset -0.4rem -0.4rem 0.8rem rgba(255, 255, 255, 0.37), inset 0.4rem 0.4rem 0.8rem rgba(161, 184, 190, 0.37);
    box-shadow: inset -0.4rem -0.4rem 0.8rem rgba(255, 255, 255, 0.37), inset 0.4rem 0.4rem 0.8rem rgba(161, 184, 190, 0.37);
  }
  .license-pagination.swiper-pagination .swiper-pagination-bullet-active::before {
    -webkit-box-shadow: -0.4rem -0.4rem 0.8rem rgba(255, 255, 255, 0.25), 0.4rem 0.4rem 0.8rem rgba(161, 184, 190, 0.37);
    box-shadow: -0.4rem -0.4rem 0.8rem rgba(255, 255, 255, 0.25), 0.4rem 0.4rem 0.8rem rgba(161, 184, 190, 0.37);
  }
  .advantages {
    padding: 7.5rem 0 .4rem;
    margin-bottom: 19.5rem;
  }
  .advantages-title {
    margin-bottom: 12rem;
  }
  .advantages-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: unset;
  }
  .advantages-item {
    width: 47%;
    min-height: 37rem;
    padding: 9.3rem 2rem 4.2rem;
    margin-bottom: 7.6rem;
  }
  .advantages-item:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: +1;
    order: +1;
  }
  .advantages-item:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .advantages-item::before {
    width: 11.8rem;
    height: 11.8rem;
  }
  .advantages-item__img {
    width: 8.4rem;
    height: 8.4rem;
  }
  .advantages-item__img img {
    width: 4.8rem;
  }
  .advantages-item__title {
    margin-bottom: 2rem;
  }
  .advantages-item__description {
    font-size: 2.4rem;
  }
  .statistics-content {
    display: block;
    position: relative;
  }
  .statistics-box {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .statistics-left {
    width: 100%;
    padding: 13rem 0 0;
    display: block;
  }
  .statistics-left__block {
    width: auto;
    padding: 0;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: none;
    transform: none;
    margin-bottom: .6rem;
  }
  .statistics-left__img {
    position: relative;
    width: 52rem;
    height: 49.2rem;
    -webkit-transform: none;
    transform: none;
    margin-top: 16rem;
    margin-right: -20rem;
    -webkit-transform: translate(-2rem, 0);
    transform: translate(-2rem, 0);
  }
  .statistics-left__img img {
    bottom: 2rem;
    left: -10rem;
    width: 71rem;
  }
  .statistics-left__info {
    width: 32.6rem;
    height: 31rem;
    padding: 1rem 6rem 3rem 1rem;
    margin-right: 1rem;
  }
  .statistics-left__info-number {
    font-size: 5.6rem;
    margin-bottom: .8rem;
  }
  .statistics-left__info-title {
    padding-left: 7rem;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.3;
  }
  .statistics-left__group {
    width: 100%;
  }
  .statistics-left__title {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 6.4rem;
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .statistics-left__schedule {
    width: 100%;
  }
  .statistics-right {
    display: none;
  }
  .about {
    margin-bottom: 19.4rem;
  }
  .about-content {
    display: block;
  }
  .about-title {
    margin-bottom: 8.5rem;
  }
  .about-text {
    width: 100%;
    margin-bottom: 4.8rem;
  }
  .about-text:not(.about-title) {
    font-size: 2.8rem;
    line-height: 1.29;
  }
  .about-text p:not(:last-child) {
    margin-bottom: 4.8rem;
  }
  .about-quote {
    padding: 3.7rem 3rem 3rem;
    -webkit-box-shadow: 1rem 1rem 2rem rgba(187, 195, 199, 0.23), -1rem -1rem 2rem #FAFBFF;
    box-shadow: 1rem 1rem 2rem rgba(187, 195, 199, 0.23), -1rem -1rem 2rem #FAFBFF;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.29;
    margin-top: -.5rem;
    margin-bottom: 4.8rem;
  }
  .about-list {
    padding-left: 4.4rem;
    margin-bottom: 4.8rem;
  }
  .about-list li {
    line-height: 1.3;
  }
  .about-list li::before {
    left: -4.4rem;
    width: 2rem;
    height: 2rem;
    border-width: .3rem;
    -webkit-box-shadow: 0.8rem 0.8rem 0.8rem rgba(132, 156, 167, 0.44);
    box-shadow: 0.8rem 0.8rem 0.8rem rgba(132, 156, 167, 0.44);
  }
  .about-list li:not(:last-child) {
    margin-bottom: 2.9rem;
  }
  .about-img {
    width: 100%;
    height: 79.4rem;
    padding: 3.2rem;
  }
  .reviews {
    margin-bottom: 9.5rem;
    padding-bottom: 10rem;
    overflow: hidden;
  }
  .reviews-heading {
    margin-bottom: 8.3rem;
  }
  .reviews-slider {
    overflow: visible;
  }
  .reviews-slider__item {
    width: 55.4rem;
    padding: 6rem 4rem 5.4rem;
  }
  .reviews-slider__item:not(:last-child) {
    margin-right: 3.2rem;
  }
  .reviews-slider__heading {
    margin-bottom: 4.8rem;
  }
  .reviews-slider__text {
    width: 70%;
  }
  .reviews-slider__title {
    font-size: 2.4rem;
    margin-bottom: 3.6rem;
  }
  .reviews-slider__name {
    font-size: 3.6rem;
    margin-bottom: 2.3rem;
  }
  .reviews-slider__relative {
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .reviews-slider__link.mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.8rem;
  }
  .reviews-slider__content {
    margin-bottom: 4.2rem;
  }
  .reviews-slider__content::before {
    bottom: auto;
    top: -17rem;
    right: 0;
    width: 12.2rem;
    height: 12rem;
    background: url(../img/quote-mobile.svg) 50%/contain no-repeat;
  }
  .reviews-slider__description {
    font-size: 2.8rem;
    line-height: 1.29;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5.5rem;
  }
  .reviews-slider__img {
    height: 42rem;
  }
  .reviews-slider__img-zoom {
    bottom: 4.8rem;
    right: 4.8rem;
    width: 9.6rem;
    height: 9.6rem;
  }
  .reviews-slider__img-zoom img {
    width: 3.8rem;
  }
  .reviews-slider__video {
    height: 42rem;
  }
  .reviews-slider__video-play {
    width: 9.6rem;
    height: 9.6rem;
  }
  .reviews-slider__video-play img {
    width: 3.1rem;
  }
  .reviews-slider__bottom {
    display: block;
  }
  .reviews-slider__rating-text {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .reviews-slider__rating-item {
    width: 4.8rem;
    height: 4.8rem;
  }
  .reviews-slider__rating-items {
    margin-bottom: 3rem;
  }
  .reviews-slider__rating-item img {
    width: 3.2rem;
  }
  .reviews-slider__date {
    font-size: 2.8rem;
  }
  .gallery {
    margin-bottom: 16.8rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 17.5rem;
  }
  .gallery-heading {
    margin-bottom: 8.5rem;
  }
  .gallery-content {
    overflow: visible;
  }
  .gallery-slider {
    overflow: visible;
    margin: 0;
    height: auto;
  }
  .gallery-slider__item {
    width: 67rem;
    height: 67rem;
    -webkit-transition: none;
    transition: none;
  }
  .gallery-slider__item:not(:last-child) {
    margin-right: 4rem;
  }
  .gallery-slider__item.swiper-slide-active {
    height: 67rem;
  }
  .gallery-slider__item.swiper-slide-active ~ .gallery-slider__item {
    -webkit-transform: none;
    transform: none;
  }
  .gallery-slider__item.swiper-slide-active .gallery-slider__img {
    width: 100%;
    border-radius: 6rem;
  }
  .gallery-slider__img {
    width: 100%;
    height: 100%;
    border-radius: 6rem;
  }
  .gallery-slider__kit {
    position: absolute;
    bottom: 3rem;
    right: 4rem;
  }
  .licenses {
    padding: 7.5rem 0 12rem;
    margin-bottom: 19.6rem;
    padding-bottom: 22.5rem;
    position: relative;
    overflow: hidden;
  }
  .licenses-heading {
    margin-bottom: 8.5rem;
  }
  .licenses-slider {
    overflow: visible;
  }
  .licenses-slider__item {
    width: 67rem;
    padding: 3.4rem 3.2rem 6rem;
    border-radius: 7rem;
    -webkit-box-shadow: 0.9rem 0.9rem 1.8rem rgba(187, 195, 199, 0.23), -0.9rem -0.9rem 1.8rem #FAFBFF;
    box-shadow: 0.9rem 0.9rem 1.8rem rgba(187, 195, 199, 0.23), -0.9rem -0.9rem 1.8rem #FAFBFF;
  }
  .licenses-slider__item:not(:last-child) {
    margin-right: 4rem;
  }
  .licenses-slider__img {
    height: 57.2rem;
    border-radius: 7rem;
    -webkit-box-shadow: inset 0.9rem 0.9rem 1.8rem rgba(168, 187, 194, 0.23), inset -0.9rem -0.9rem 1.8rem #FFFFFF;
    box-shadow: inset 0.9rem 0.9rem 1.8rem rgba(168, 187, 194, 0.23), inset -0.9rem -0.9rem 1.8rem #FFFFFF;
    margin-bottom: 4.4rem;
  }
  .licenses-slider__img-zoom {
    bottom: 5.6rem;
    right: 5.6rem;
    width: 9.6rem;
    height: 9.6rem;
  }
  .licenses-slider__img-zoom img {
    width: 3.8rem;
  }
  .licenses-slider__title {
    font-size: 3.2rem;
  }
  .licenses-slider__kit {
    position: absolute;
    bottom: 8rem;
    right: 4rem;
  }
  .faq {
    margin-bottom: 20.4rem;
  }
  .faq-title {
    margin-bottom: 8.5rem;
  }
  .faq-content {
    display: block;
  }
  .faq-items {
    width: 100%;
    padding: 0;
  }
  .faq-items::before {
    content: none;
  }
  .faq-item:not(:last-child) {
    margin-bottom: 2.4rem;
  }
  .faq-item__heading {
    display: block;
    padding: 3.2rem 3.2rem 3.2rem;
    border-radius: 4rem;
    -webkit-box-shadow: 1rem 1rem 2rem rgba(187, 195, 199, 0.23), -1rem -1rem 2rem #FAFBFF;
    box-shadow: 1rem 1rem 2rem rgba(187, 195, 199, 0.23), -1rem -1rem 2rem #FAFBFF;
  }
  .faq-item__heading.active .faq-item__btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .faq-item__author {
    width: 80%;
    margin-bottom: 3.5rem;
  }
  .faq-item__author-photo {
    width: 7.8rem;
    height: 7.8rem;
    margin-right: 2.6rem;
  }
  .faq-item__author-name {
    font-size: 3.2rem;
    margin-bottom: .8rem;
  }
  .faq-item__author-position {
    font-size: 2.4rem;
  }
  .faq-item__info {
    width: 100%;
    padding-right: 0;
  }
  .faq-item__title {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: .8rem;
  }
  .faq-item__terms {
    font-size: 2.4rem;
    display: inline-block;
    line-height: 1.3;
  }
  .faq-item__terms-title {
    display: inline;
    margin-right: 0;
  }
  .faq-item__terms-list {
    display: inline;
  }
  .faq-item__btn {
    top: 4rem;
    right: 4rem;
    -webkit-transform: none;
    transform: none;
    width: 6.4rem;
    height: 6.4rem;
    -webkit-box-shadow: 0 1rem 2rem rgba(3, 78, 103, 0.15);
    box-shadow: 0 1rem 2rem rgba(3, 78, 103, 0.15);
  }
  .faq-item__btn img {
    width: 2.4rem;
  }
  .faq-item__dropdown {
    margin: 0;
    margin-bottom: 4rem;
  }
  .faq-item__dropdown-inner {
    margin-top: -20.2rem;
  }
  .faq-item__dropdown-date {
    display: none;
  }
  .faq-item__dropdown-description {
    width: 100%;
    padding: 25.2rem 3.2rem 5rem;
    border-radius: 4rem;
    -webkit-box-shadow: 1rem 1rem 2rem rgba(187, 195, 199, 0.23), -1rem -1rem 2rem #FAFBFF;
    box-shadow: 1rem 1rem 2rem rgba(187, 195, 199, 0.23), -1rem -1rem 2rem #FAFBFF;
    font-size: 2.8rem;
    line-height: 1.29;
  }
  .faq-side {
    width: 100%;
    padding-top: 43.2rem;
  }
  .faq-side__img {
    height: 67rem;
    top: 8rem;
  }
  .faq-side__img img {
    top: 0;
    -webkit-transform: translateX(-45.5%);
    transform: translateX(-45.5%);
    width: 45.5rem;
  }
  .faq-side__text {
    padding: 7rem 4rem 6rem;
  }
  .faq-side__title {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 4rem;
  }
  .faq-side__list {
    padding-left: 4.4rem;
    margin-bottom: 5.8rem;
  }
  .faq-side__list li {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.3;
  }
  .faq-side__list li::before {
    left: -4.4rem;
    width: 2rem;
    height: 2rem;
    border-width: .3rem;
    -webkit-box-shadow: 0.8rem 0.8rem 0.8rem rgba(132, 156, 167, 0.44);
    box-shadow: 0.8rem 0.8rem 0.8rem rgba(132, 156, 167, 0.44);
  }
  .faq-side__list li:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .article-card_comments_top {
    margin-bottom: 4.8rem;
  }
  .article-card_comments_title {
    font-size: 4.8rem;
  }
  .article-card_comments_rate {
    display: none;
  }
  .article-card_comments_item_content {
    position: relative;
    padding: 4.8rem 4rem;
    padding-bottom: 14.4rem;
  }
  .article-card_comments_item_name {
    font-size: 3.6rem;
    margin-bottom: 4.8rem;
  }
  .article-card_comments_item_rate {
    position: absolute;
    bottom: 4.8rem;
    left: 4rem;
  }
  .article-card_comments_item_text_title {
    margin-bottom: 1.6rem;
    font-size: 2.8rem;
  }
  .article-card_comments_item_text_info {
    font-size: 2.8rem;
  }
  .article-card_comments_item_reply {
    padding: 4.8rem 4rem;
  }
  .article-card_comments_item_reply_author_photo {
    margin-right: 2rem;
    width: 12.6rem;
    height: 12.6rem;
  }
  .article-card_comments_item_reply_name {
    font-size: 3.6rem;
  }
  .article-card_comments_item_reply_role {
    font-size: 3.2rem;
  }
  .article-card_comments_item_reply_content, .article-card_comments_item_reply_date {
    font-size: 2.8rem;
  }
  .footer-inner {
    padding: 8rem 0 7rem;
  }
  .footer-content {
    padding-top: 17.9rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
  }
  .footer-info {
    width: 100%;
  }
  .footer-phone {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .footer-phone__img {
    width: 9.6rem;
    height: 9.6rem;
    margin-right: 2.4rem;
  }
  .footer-phone__img::before {
    -webkit-box-shadow: inset 1rem 1rem 2rem #013E54;
    box-shadow: inset 1rem 1rem 2rem #013E54;
  }
  .footer-phone__img img {
    width: 3.9rem;
  }
  .footer-phone__number {
    font-size: 3.2rem;
    margin-bottom: 1.2rem;
  }
  .footer-phone__description {
    font-size: 2.4rem;
  }
  .footer-social {
    padding: 0;
    background: none;
    border-radius: 0;
    margin-bottom: 4.2rem;
  }
  .footer-social::before {
    content: none;
  }
  .footer-social__title {
    text-align: left;
    font-size: 3.2rem;
    margin-bottom: 2.3rem;
  }
  .footer-social__item {
    width: 10rem;
    height: 9.6rem;
    border-radius: 3.4rem;
    border-width: .3rem;
  }
  .footer-social__item:not(:last-child) {
    margin-right: 3.1rem;
  }
  .footer-social__item img {
    width: 4.6rem;
  }
  .footer-block {
    margin-bottom: 4.2rem;
  }
  .footer-block__title {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 2.6rem;
  }
  .footer-documents {
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .footer-documents::before {
    content: none;
  }
  .footer-documents__heading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;
  }
  .footer-documents__img {
    display: none;
  }
  .footer-documents__title {
    font-size: 3.2rem;
    text-decoration: underline;
  }
  .footer-documents__link {
    display: none;
  }
  .footer-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0;
    margin-bottom: 8.2rem;
  }
  .footer-group {
    width: 94%;
  }
  .footer-group__title {
    font-size: 3.2rem;
    margin-bottom: 0;
    position: relative;
  }
  .footer-group__title.active::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
  .footer-group__title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.4rem;
    height: 2rem;
    background: url(../img/footer-dropdown-arrow.svg) 50%/contain no-repeat;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
  }
  .footer-group:not(:last-child) {
    margin-right: 0;
  }
  .footer-group:not(:first-child) {
    margin-bottom: 6rem;
  }
  .footer-list {
    display: none;
    margin-top: 3.2rem;
  }
  .footer-list li {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.29;
  }
  .footer-list li:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .footer-bottom {
    padding: 2.7rem 0;
    font-size: 2.4rem;
    font-weight: 500;
  }
  .footer-email, .footer-address {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-left: 0;
  }
  .footer-email:not(:last-child), .footer-address:not(:last-child) {
    margin-bottom: 1.9rem;
  }
  .tm-banner {
    margin-bottom: 16rem;
  }
  .tm-banner__inner {
    display: block;
    border-radius: 8rem;
    padding: 8rem 3.2rem 4rem 3.2rem;
  }
  .tm-banner__photo {
    width: 11.8rem;
    height: 11.8rem;
    position: absolute;
    top: 8.4rem;
    left: 3.2rem;
  }
  .tm-banner__content {
    max-width: 100%;
  }
  .tm-banner__title {
    margin-bottom: 1.6rem;
    width: 46.4rem;
    margin-left: auto;
    font-size: 3.2rem;
  }
  .tm-banner__label {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
  .tm-banner__info {
    margin-bottom: 3.2rem;
    font-size: 2.8rem;
  }
  .tm-banner__experience {
    padding: 0.8rem;
    width: 100%;
    -webkit-box-shadow: 0rem 0.4rem 2.5rem rgba(179, 224, 236, 0.2);
    box-shadow: 0rem 0.4rem 2.5rem rgba(179, 224, 236, 0.2);
    border-radius: 100rem;
  }
  .tm-banner__experience_icon {
    margin-right: 2.4rem;
    width: 9.6rem;
    height: 9.6rem;
  }
  .tm-banner__experience_icon img {
    width: 5.2rem;
    height: 5.2rem;
  }
  .tm-banner__experience_text {
    width: 44.2rem;
    font-size: 2.4rem;
  }
  .tm-banner__mark {
    width: 23.4rem;
    height: 9.6rem;
    top: -5rem;
  }
  .tm-banner__mark img {
    margin-bottom: 0.6rem;
    width: 11.7rem;
    height: 3.2rem;
  }
  .tm-banner__mark span {
    font-size: 2.4rem;
  }
  .title-min {
    font-size: 4.8rem;
  }
  .call-doctor {
    margin-bottom: 20rem;
  }
  .call-doctor__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .call-doctor__img {
    margin-bottom: 4rem;
    width: 100%;
    height: 60rem;
    position: static;
    border-radius: 0 0 30rem 30rem;
  }
  .call-doctor__content {
    width: 100%;
    padding: 0rem 4rem 6.4rem 4rem;
  }
  .call-doctor__title {
    margin-bottom: 4rem;
  }
  .call-doctor__label {
    font-size: 2.8rem;
    margin-bottom: 5.6rem;
  }
  .call-doctor__number {
    padding: 4.8rem 3rem 4.8rem 4rem;
    font-size: 2.4rem;
  }
  .steps {
    margin-bottom: 16rem;
  }
  .steps__title {
    margin-bottom: 4.6rem;
  }
  .steps__item {
    margin-bottom: 4rem;
    width: 31rem;
    padding: 2rem 2rem 3.2rem 2rem;
  }
  .steps__img {
    height: 15rem;
    margin-bottom: 3.2rem;
  }
  .steps__info_title {
    margin-bottom: 1.6rem;
    font-weight: 500;
    font-size: 2.4rem;
  }
  .steps__info_text {
    font-size: 2.4rem;
    word-break: break-word;
  }
  .steps__item:not(:nth-child(4n)) {
    margin-right: 0rem;
  }
  .steps__item:not(:nth-child(2n)) {
    margin-right: 4rem;
  }
  .services__about .about-text {
    width: 100%;
  }
  .hard-drinking {
    margin-bottom: 20rem;
  }
  .month {
    margin-bottom: 30rem;
  }
  .month__item {
    width: 31rem;
  }
  .month__item:not(:nth-child(4n)) {
    margin-right: 0rem;
  }
  .month__item:not(:nth-child(2n)) {
    margin-right: 4rem;
  }
  .team__title {
    margin-bottom: 8rem;
  }
  .team__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .team__content__card:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .team__pagination {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .team__pagination_arrow {
    width: 5.6rem;
    height: 5.6rem;
  }
  .team__pagination_arrow img {
    width: 2rem;
    height: 1rem;
  }
  .team__pagination_item {
    padding-top: 4rem;
    width: 6rem;
    height: 10rem;
    font-weight: 400;
    font-size: 2.8rem;
  }
  .team__pagination_dots {
    padding-top: 4rem;
    width: 3rem;
    height: 10rem;
    font-weight: 400;
    font-size: 2.8rem;
  }
  .team__pagination_item:before {
    width: 1.44rem;
    height: 1.44rem;
  }
  .team__pagination_item._active {
    padding-top: 3rem;
    font-size: 5.6rem;
  }
  .team__pagination_item._active:before {
    width: 2.8rem;
    height: 2.8rem;
  }
  .specialists-card {
    margin-bottom: 20rem;
  }
  .specialists-card__inner {
    display: block;
  }
  .specialists-card__inner .specialists-card__contollers {
    width: 100%;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .specialists-card__inner .specialists-card__contollers_title {
    margin-bottom: 8rem;
    font-size: 6.4rem;
  }
  .specialists-card__inner .specialists-card__contollers_sub-title {
    display: none;
  }
  .specialists-card__inner .specialists-card__contollers_content {
    margin-bottom: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .specialists-card__inner .specialists-card__contollers_item {
    max-width: 20rem;
    padding: 1.6rem 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 4rem;
  }
  .specialists-card__inner .specialists-card__contollers_item:not(:last-child) {
    margin-bottom: 4rem;
  }
  .specialists-card__inner .specialists-card__contollers_item_icon {
    margin-right: 0;
    width: 6.4rem;
    height: 6.4rem;
    background: #F6FAFB;
  }
  .specialists-card__inner .specialists-card__contollers_item_icon svg {
    width: 3.4rem;
    height: 3.4rem;
  }
  .specialists-card__inner .specialists-card__contollers_item_name {
    max-width: 20rem;
    font-size: 2.8rem;
    text-align: center;
  }
  .specialists-card__inner .specialists-card__content {
    width: 100%;
  }
  .specialist-info__item {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }
  .specialist-info__title {
    margin-bottom: 4rem;
  }
  .specialist-info__text li:not(:last-child) {
    margin-bottom: 4rem;
  }
  .specialists-card_review__content .reviews-slider__item {
    width: 100%;
    margin-bottom: 5.6rem;
  }
  .specialists-card_review__content .reviews-slider__item-text {
    width: 100%;
    margin-bottom: 5.6rem;
  }
  .banner-white {
    padding-bottom: 94rem;
  }
  .banner-white .banner__background {
    top: auto;
    bottom: 0;
    height: 92rem;
    -webkit-filter: blur(0.4rem);
    filter: blur(0.4rem);
  }
  .banner-white .banner__background::before {
    top: -8rem;
    height: 50rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#F7FBFC), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #F7FBFC 0%, rgba(255, 255, 255, 0) 100%);
  }
  .banner-white .banner-img-thin {
    left: 45%;
  }
  .banner-white-article {
    padding-bottom: 40rem;
  }
  .contacts {
    margin-bottom: 20rem;
  }
  .contacts__content {
    display: block;
  }
  .contacts__left {
    width: 100%;
  }
  .contacts__text {
    margin-bottom: 4rem;
  }
  .contacts__text_title {
    font-weight: 700;
    margin-bottom: 2.8rem;
  }
  .contacts__text_info {
    font-size: 2.4rem;
  }
  .contacts__map {
    margin-bottom: 4.6rem;
    padding: 2.8rem;
    height: 44rem;
  }
  .contacts__right {
    margin-bottom: 16rem;
  }
  .contacts__item_icon {
    width: 9.6rem;
    height: 9.6rem;
  }
  .contacts__item_icon img {
    width: 3.8rem;
    height: 3.8rem;
  }
  .contacts__item_text {
    width: 80%;
  }
  .contacts__item_title {
    margin-bottom: 2.4rem;
    font-size: 3.6rem;
  }
  .contacts__item_info {
    font-weight: 400;
    font-size: 2.8rem;
  }
  .contacts__label {
    bottom: -15rem;
    width: 23.4rem;
    height: 23.4rem;
  }
  .contacts__label_text {
    font-size: 2.4rem;
  }
  .contacts__bottom {
    display: block;
  }
  .docs {
    padding-bottom: 20rem;
    margin-bottom: 3.6rem;
  }
  .docs .container {
    display: block;
  }
  .docs__content {
    width: 100%;
  }
  .docs__title {
    font-size: 6.4rem;
    margin-bottom: 8rem;
  }
  .docs__articles_item {
    font-size: 2.8rem;
  }
  .docs__side {
    width: 100%;
  }
  .review .container {
    display: block;
  }
  .review .specialists-card_review {
    width: 100%;
  }
  .review .specialists-card_review__source_link-icon {
    margin-right: 4.2rem;
    width: 6.4rem;
    height: 6.4rem;
  }
  .review .specialists-card_review__source_link-icon img {
    width: 4rem;
    height: 3rem;
  }
  .review .specialists-card_review__source_link-text {
    font-size: 2.8rem;
  }
  .review-side {
    width: 100%;
  }
  .articles {
    margin-bottom: 20rem;
  }
  .articles__nav-bar {
    width: 100%;
    overflow-x: scroll;
  }
  .articles__nav-bar_item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.8rem 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
  }
  .articles__nav-bar_item.active {
    background: #F1F9FE;
    -webkit-box-shadow: inset -0.5rem -0.5rem 1rem #FFFFFF, inset 2.71px 2.71px 5px rgba(187, 195, 199, 0.23);
    box-shadow: inset -0.5rem -0.5rem 1rem #FFFFFF, inset 2.71px 2.71px 5px rgba(187, 195, 199, 0.23);
    border-radius: 100rem;
  }
  .articles__nav-bar_icon {
    width: 6.4rem;
    height: 6.4rem;
  }
  .articles__nav-bar_icon img {
    width: 3.2rem;
    height: 3.2rem;
  }
  .articles__nav-bar_num {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .articles__nav-bar_name {
    font-size: 2.8rem;
  }
  .articles__nav-bar_item.active .articles__nav-bar_name {
    color: #036F8C;
  }
  .articles__item {
    padding: 4rem 4rem 6rem 4rem;
    width: 100%;
    margin-right: 0;
  }
  .articles__item-label {
    top: 42rem;
    width: 40rem;
    font-size: 2.8rem;
    border-radius: 0px 3.4rem 3.4rem 0px;
  }
  .articles__item_img {
    margin-bottom: 7.4rem;
    height: 41.4rem;
  }
  .articles__item_title {
    margin-bottom: 3.4rem;
    font-size: 3.6rem;
  }
  .articles__item_info {
    margin-bottom: 5.6rem;
    font-weight: 400;
    font-size: 2.8rem;
  }
  .doctors-word__top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4.8rem;
  }
  .doctors-word__title {
    display: none;
  }
  .doctors-word__swiper .swiper-slide {
    width: 100%;
    margin-right: 4rem;
  }
  .doctors-word__card {
    width: 55.4rem;
    height: 100%;
    padding: 3.2rem 3.2rem 5.6rem 3.2rem;
  }
  .doctors-word__img {
    margin-bottom: 4rem;
    height: 62.2rem;
  }
  .doctors-word__img img {
    margin-left: 3rem;
  }
  .doctors-word__role {
    margin-bottom: 0.8rem;
    font-size: 2.4rem;
  }
  .doctors-word__name {
    margin-bottom: 2.4rem;
    font-weight: 600;
    font-size: 3.2rem;
  }
  .doctors-word__descr {
    font-size: 2.4rem;
  }
  .doctors-word__quote {
    width: 44.2rem;
    top: 37rem;
    padding: 4.8rem 3.2rem;
    border-radius: 4rem;
  }
  .doctors-word__quote-label {
    width: 15.2rem;
    height: 5.2rem;
    font-size: 2.8rem;
    border-radius: 0px 4rem 0px 4rem;
  }
  .doctors-word__quote-text {
    font-size: 2.4rem;
  }
  .article-card__inner {
    display: block;
  }
  .article-card .about-text {
    width: 100%;
  }
  .article-card .about-text p {
    width: 100%;
  }
  .article-card .faq-side {
    width: 100%;
  }
  .article-card__video {
    padding: 3.2rem 3.2rem 4.8rem 3.2rem;
  }
  .article-card__video-sub_title {
    font-size: 2.8rem;
  }
  .article-card__video_top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2.6rem;
  }
  .article-card__video_title {
    font-size: 3.2rem;
  }
  .article-card__video_date {
    font-size: 2.8rem;
  }
  .article-card__video_video {
    width: 100%;
    height: 42.8rem;
  }
  .article-card__video_video-preview {
    top: 1.6rem;
    left: 1.6rem;
    width: 57.4rem;
    height: 39.6rem;
  }
  .article-card__video_video-btn {
    width: 8.2rem;
    height: 8.2rem;
  }
  .article-card__video_video-btn img {
    width: 3rem;
    height: 3rem;
  }
  .price-list .faq-item__heading {
    z-index: 2;
  }
  .price-list .faq-item__heading_info {
    display: none;
  }
  .price-list .faq-item .faq-item__dropdown {
    margin-top: -4rem;
  }
  .price-list .faq-item .faq-item__dropdown-inner {
    margin-top: 0;
  }
  .price-list .faq-item .faq-item__dropdown_item {
    position: relative;
    display: block;
    padding: 3.6rem 4rem;
    z-index: 0;
  }
  .price-list .faq-item .faq-item__dropdown_item_name {
    margin-bottom: 1.6rem;
    font-size: 2.8rem;
    width: 70%;
  }
  .price-list .faq-item .faq-item__dropdown_item_info {
    font-size: 2.4rem;
  }
  .price-list .faq-item .faq-item__dropdown_item_price {
    position: absolute;
    top: 3.6rem;
    right: 4rem;
  }
  .price-list .faq-item .faq-item__dropdown_item:first-child {
    padding-top: 7rem;
  }
  .price-list .faq-item .faq-item__dropdown_item:first-child .faq-item__dropdown_item_price {
    top: 7.6rem;
  }
  .price-list .faq-item .faq-item__dropdown_top {
    padding: 2.4rem 4rem;
    padding-top: 8rem;
  }
  .price-list .faq-item .faq-item__dropdown_top-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6.4rem;
  }
  .price-list .faq-item .faq-item__dropdown_top-price {
    width: 27rem;
    padding: 2.4rem;
    margin-right: 0;
    border-radius: 4rem;
    text-align: center;
  }
  .price-list .faq-item .faq-item__dropdown_top-price-heading {
    margin-bottom: .8rem;
    font-size: 2.4rem;
  }
  .price-list .faq-item .faq-item__dropdown_top-price-value {
    font-weight: 400;
    font-size: 2.8rem;
  }
  .price-list .faq-item .faq-item__dropdown_top-duration {
    width: 27rem;
    padding: 5rem 2.4rem;
    margin-right: 0;
    border-radius: 4rem;
    text-align: center;
  }
  .price-list .faq-item .faq-item__dropdown_top-duration-heading {
    margin-bottom: .8rem;
    font-size: 2.4rem;
  }
  .price-list .faq-item .faq-item__dropdown_top-duration-value {
    font-weight: 400;
    font-size: 2.8rem;
  }
  .price-list .faq-item .faq-item__dropdown_top-head {
    font-size: 3.2rem;
  }
  .price-list .faq-item .faq-item__dropdown_lists {
    padding: 4rem;
  }
  .price-list .faq-item .faq-item__dropdown_lists-list_heading {
    margin-bottom: 2.4rem;
    font-weight: 400;
    font-size: 3.2rem;
  }
  .price-list .faq-item .faq-item__dropdown_lists-list_heading span {
    font-size: 5.6rem;
  }
  .price-list .faq-item .faq-item__dropdown_lists-list-item li {
    font-weight: 400;
    font-size: 2.8rem;
  }
  .price-list .faq-item .faq-item__dropdown_lists-list-item li::before {
    top: 3rem;
    left: -4rem;
    width: 2rem;
    height: 2rem;
    border: .3rem solid #fff;
  }
  .price-list .faq-item__close_text {
    display: none;
  }
  .price-list .faq-item__name {
    width: 65%;
  }
  .review {
    padding-top: 34rem;
  }
  .review-side {
    display: none;
  }
  .review .reviews-slider__item {
    position: relative;
    padding-bottom: 20rem;
  }
  .review .reviews-slider__item-text .reviews-slider__content:before {
    bottom: 0rem;
    right: 3.6rem;
  }
  .review .reviews-slider__heading-source {
    display: block;
    position: absolute;
    bottom: 5.6rem;
    left: 4rem;
  }
  .review .reviews-slider__heading-source-img-ktm {
    width: 10.6rem;
    height: 6.2rem;
    margin-right: 0rem;
  }
  .review .reviews-slider__heading-source-img-pro-doctor {
    margin-right: 0rem;
    border-radius: 50%;
    background: none;
  }
  .review .reviews-slider__heading-source-img-pro-doctor img {
    width: 4rem;
    height: 2.9rem;
  }
  .review .reviews-slider__heading-source-link {
    width: 100%;
    font-size: 3.2rem;
  }
  .review__form {
    margin-bottom: 5.6rem;
    width: 100%;
  }
  .review__form-title {
    font-weight: 4.8rem;
  }
  .review__form .reviews-slider__rating {
    margin-bottom: 8rem;
  }
  .review__form_label {
    margin-bottom: 8rem;
  }
  .review__form_input {
    padding: 1.6rem 4rem;
    font-size: 2.8rem;
    font-size: 2.8rem;
  }
  .review__form textarea {
    padding: 3.2rem 4rem;
  }
  .review__form_text {
    font-size: 2.4rem;
    top: -4rem;
  }
  .popup__content {
    width: 67rem;
    padding: 12rem 4.8rem;
  }
  .popup__close {
    width: 6rem;
    height: 6rem;
    top: 6.4rem;
    right: 6.4rem;
  }
  .popup__close img {
    width: 4rem;
    height: 4rem;
  }
  .popup__title {
    margin-bottom: 6.4rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 80%;
  }
  .popup__form_input {
    padding: 2.4rem 3.2rem;
    font-size: 2.4rem;
  }
  .popup__form_input::-webkit-input-placeholder {
    font-size: 2.4rem;
  }
  .popup__form_input:-ms-input-placeholder {
    font-size: 2.4rem;
  }
  .popup__form_input::-ms-input-placeholder {
    font-size: 2.4rem;
  }
  .popup__form_input::placeholder {
    font-size: 2.4rem;
  }
  .popup__form .label-text {
    font-size: 2.4rem;
  }
  .popup__info {
    width: 100%;
    font-size: 2.4rem;
  }
  .popup__stages {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .popup__stages_item {
    width: 14.6rem;
    height: 14.6rem;
    font-size: 2.8rem;
  }
  .popup__stages_item_num {
    width: 6.4rem;
    height: 6.4rem;
  }
  .popup__type {
    width: 100%;
  }
  .popup__type_title {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
  }
  .popup__type_content {
    display: block;
  }
  .popup__type_label {
    padding-left: 4rem;
    font-size: 2.8rem;
  }
  .popup__type_label:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
  .popup__type span {
    width: 2rem;
    height: 2rem;
    border: .3rem solid #6E7477;
  }
  .popup__type input:checked ~ span {
    border: .3rem solid #FFFFFF;
  }
  .popup-done .popup__title {
    width: 70%;
  }
  .popup-done .popup__content {
    width: 67rem;
  }
  .popup-done .popup__text {
    font-size: 3.2rem;
  }
  .popup-done .btn-link.popup__close {
    height: 13.2rem;
    padding: 0 4rem;
  }
  .stages-accordion__items {
    display: block;
    height: auto;
  }
  .stages-accordion__item {
    display: block;
    width: 100%;
    height: auto;
  }
  .stages-accordion__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6.6rem;
  }
  .stages-accordion__item_heading {
    padding: 1.4rem 4rem;
    width: 100%;
    /*height: 10.6rem;*/
    height: max-content;
  }
  .stages-accordion__item_heading_title {
    position: static;
    width: auto;
    font-size: 3.2rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .stages-accordion__item_heading_text {
    position: static;
    width: auto;
    font-size: 2.4rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    white-space: normal;
  }
  .stages-accordion__item_heading_num {
    right: 0.5rem;
    font-size: 7.6rem;
  }
  .stages-accordion__item_content {
    width: 100%;
    height: 0;
  }
  .stages-accordion__item_content_img {
    margin-bottom: 5.8rem;
    height: 52rem;
  }
  .stages-accordion__item_content_title {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
  }
  .stages-accordion__item_content_info {
    font-size: 2.8rem;
  }
  .stages-accordion__item_content_num {
    font-size: 3.6rem;
  }
  .stages-accordion__item._active .stages-accordion__item_content {
    margin-left: 0;
    margin-top: 5rem;
    width: 100%;
    height: auto;
    padding: 4rem;
    padding-bottom: 6.4rem;
  }
  .review__form__rating {
    font-size: 3.4rem;
  }
  .other-articles__title {
    font-size: 6.4rem;
  }
  .error-banner {
    padding-bottom: 10rem;
    margin-bottom: 0;
  }
  .error-banner .banner-content .banner-img {
    display: none;
  }
  .error-banner .banner-img {
    left: 65%;
  }
  .error-banner .banner-text {
    width: 100%;
    margin-bottom: 4rem;
  }
  .error-banner__information {
    display: block;
    margin-top: 10rem;
  }
  .error-banner__text {
    margin-right: 0rem;
    margin-bottom: 10rem;
    width: 100%;
  }
  .error-banner__title {
    margin-bottom: 3.2rem;
    font-size: 7rem;
  }
  .error-banner__info {
    font-size: 3.6rem;
  }
  .error-banner__btns {
    display: block;
  }
  .error-banner__btns_item {
    padding: 6rem;
  }
  .error-banner__btns_item:not(:last-child) {
    margin-right: 0rem;
    margin-bottom: 5rem;
  }
  .error-banner__btns_item-title {
    margin-bottom: 4.8rem;
    font-size: 4rem;
  }
  .banner-white-article {
    padding-bottom: 65rem;
  }
  .banner-white-article .banner-title {
    font-size: 6.2rem;
  }
  .banner-white-article .banner-information {
    width: 100%;
  }
  .banner-white-article .banner-information__top {
    margin-bottom: 4.2rem;
    font-size: 2.8rem;
  }
  .banner-white-article .banner-information__date {
    margin-right: 8rem;
  }
  .banner-white-article .banner-information__info:not(:last-child) {
    margin-right: 2rem;
  }
  .banner-white-article .banner-information__info_icon {
    margin-right: 2rem;
    width: 3rem;
    height: 2rem;
  }
  .banner-white-article .banner-information__statement {
    font-size: 2.4rem;
  }
  .banner-white-article .banner-information__statement_icon {
    margin-right: 2rem;
    width: 3rem;
    height: 3rem;
  }
  .banner-white-article .banner-information__statement_text {
    font-size: 2.4rem;
  }
  .banner-white-article .banner-right {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
.articles__content {
  display: none;
}
.articles__content.active-filter {
  display: flex;
}
.active-popup {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.reviews-slider__content-review-page{
  margin-bottom: 4rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 1;
  order: -1;
}

.reviews-slider__link-review-page{
  display: none;
}

.btn-request-3, .btn-request-form {
  display: none;
}

.articles__content.show {
  display: flex;
}

.popup__type {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#price-3 {
  flex-direction: column;
}

.popup__type #price-3 .popup__form_input {
  opacity: 1;
}

.popup__type_content_block .popup__type--wrap:first-child {
  display: flex;
  margin-bottom: 8rem;
}

.popup__type_content {
  flex-direction: column;
  align-items: center;
}

.footer__work {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding-top: 4rem;
}

.footer__work--1 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 120%;
  margin-right: .8rem;
}

.footer__work a {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 110%;
  display: inline-block;
  margin-left: .8rem;
}

.footer__work a span {
  font-weight: 700;
  font-size: 1.8rem;
}

.w-category .card-category::before {
  background: #F2F6F8;
}

.specialists__main .card-category::before {
  background: linear-gradient(102.25deg, rgba(179, 224, 236, 0.8) 1.31%, rgba(195, 233, 254, 0.8) 97.45%);
}

.contacts .footer-social {
  max-width: 38rem;
}

.convince-left:hover::after {
  transition: all 1s ease-out;
  opacity: 0;
}

.reviews-slider__description, .review .reviews-slider__description {
  max-height: 30rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.accommodation-side .license-slider__item .licenses-slider__img-zoom {
  bottom: 22rem;
  right: 5rem;
}

.accommodation-side .license-slider__item .licenses-slider__img-zoom img {
  object-fit: contain;
}

.breadcrumbs {
  margin-top: -10rem;
  margin-bottom: 10rem;
  color: #000 !important;
}

.breadcrumbs--white {
  color: #fff !important;
}

.specialists-card_review__source_link-links{
  display: flex;
  flex-direction: column;
}

@media (max-width: 48em) {

  .call-doctor__phone label {
    width: 50%;
    margin-left: 0;
  }

  .accommodation-side .license-slider__item .licenses-slider__img-zoom {
    bottom: 30rem;
  }

  .footer__work {
    margin-top: 8rem;
  }

  .footer__work--1 {
    font-size: 3rem;
    margin-right: 2rem;
  }

  .footer__work a {
    font-size: 3rem;
    margin-left: 2rem;
  }

  .footer__work a span {
    font-size: 3.2rem;
  }

  .footer-social__items {
    max-width: 84%;
  }
  .contacts .footer-social {
    max-width: 100%;
  }


  .about-text p, .about-text li {
    font-size: 2.25rem !important;
  }
  .header-list > li > a {
    font-size: 2.25rem !important;
  }
  .contacts__text_title {
    font-size: 2.3rem;
  }
  .banner-information {
    font-size: 1.6rem;
  }
  .banner-specialist__experience {
    font-size: 2.25rem;
  }

}

.price-item__img{
display:none;
}

/*anpia*/
.about-text{
  margin-bottom: 6rem;
}
.about-text .title {
	margin-bottom: 4.5rem;
	font-size: 6rem;
}

.about-text h2{
  font-size: 3.2rem;
  margin-bottom: 2.25rem;
  font-weight: 700;
}

.about-text h3{
  font-size: 2.4rem;
  margin-bottom: 2.25rem;
  font-weight: 700;
}

.about-text ul{
  display: flex;
  flex-direction: column;
      padding-left: 2.8rem;
    margin-bottom: 2.8rem;
}

.about-text ul:not(.about-list) li{
  list-style-type: disc;
}

.about-text ol li{
  list-style-type: decimal;
}
.about-text li:not(:last-child), .about-text p:not(:last-child){
  margin-bottom: 2.25rem;
}

.about-text p, .about-text li{
    font-size: 1.8rem;
}
