@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZftWyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCu6KVjbNBYlgoKeg7z.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejYHtGyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPsmyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzTtw.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgo6eA.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3Ttw.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvTtw.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
*::before,
*::after {
  box-sizing: border-box;
  font-family: 'Ubuntu', sans-serif;
}
/* width */
::-webkit-scrollbar {
  width: 7px;
  background-color: #D9DBDA;
  border-radius: 4px;
}
/* Track */
::-webkit-scrollbar-track {
  border-radius: 4px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #9E9E9E;
  border-radius: 4px;
}
body.modaled::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
  z-index: 999;
}
.site-wrapper {
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
input::placeholder {
  font-family: 'Ubuntu', sans-serif;
}
input {
  border: 0;
  background-color: transparent;
}
button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}
html,
body {
  font-family: 'Ubuntu', sans-serif;
  color: #000000;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  font-size: 18px;
  line-height: 30px;
}
span {
  font-size: inherit;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
h1 {
  font-size: 46px;
  line-height: 52px;
  font-weight: bold;
  margin: 0 0 41px;
}
@media (max-width: 1024px) {
  h1 {
    margin: 0 0 23px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
h2 {
  font-size: 38px;
  line-height: 52px;
  font-weight: bold;
  margin: 0 0 41px;
}
@media (max-width: 1024px) {
  h2 {
    margin: 0 0 22px;
  }
}
@media (max-width: 400px) {
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.site-wrapper section {
  padding: 58px 0 70px;
}

@media (max-width: 1024px) {
  .site-wrapper section {
    padding: 30px 0 40px;
  }
}
.site-wrapper section.banner {
  padding-top: 0;
}
.content h1 {
  margin: 0 0 29px;
}
@media (max-width: 1024px) {
  .content h1 {
    margin: 0 0 10px;
  }
}
.content h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin: 0 0 15px;
}
.content p {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .content p {
    margin: 0 0 20px;
  }
}
.content a {
  text-decoration: underline;
}
.content a:hover {
  color: #46B3DE;
}
.content a.link-color {
  color: #46B3DE;
}
.content a.link-color:hover {
  color: #8CE3FF;
}
.content ul {
  margin: 0 0 30px;
  list-style: none;
  padding: 0 0 0;
}
.content ul > li {
  display: block;
  font-size: 18px;
  line-height: 30px;
}
.content ul > li:not(:last-child) {
  margin: 0 0 2px;
}
.content ul > li::before {
  content: '';
  display: inline-flex;
  width: 18px;
  height: 18px;
  background-image: url('/images/marker.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 10px 0 0;
  transform: translateY(3px);
}
.content ul > li > ul {
  padding: 5px 0 5px 20px;
}
.content ul > li > ul li::before {
  filter: grayscale(1);
}
.content ol {
  margin: 0 0 30px;
  list-style: none;
  padding: 0 0 0;
  counter-reset: item;
}
.content ol > li {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  align-items: center;
  padding: 0 0 0 65px;
}
@media (max-width: 767px) {
  .content ol > li {
    padding: 0 0 0 53px;
  }
}
.content ol > li:not(:last-child) {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .content ol > li:not(:last-child) {
    margin: 0 0 15px;
  }
}
.content ol > li::before {
  content: counter(item);
  counter-increment: item;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 30px;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #46B3DE;
  margin: 0 28px 0 0;
  color: #46B3DE;
  position: absolute;
  left: 0;
  top: -3px;
}
@media (max-width: 767px) {
  .content ol > li::before {
    margin: 0 16px 0 0;
  }
}
.content .big-text {
  font-size: 24px;
  line-height: 34px;
}
.content .video {
  border: 6px solid #FFFFFF;
  border-radius: 20px;
  width: 100%;
  max-width: 700px;
  height: 382px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  float: right;
  margin: 20px 0 20px 20px;
}
@media (max-width: 1200px) {
  .content .video {
    max-width: 480px;
    height: 260px;
  }
}
@media (max-width: 1024px) {
  .content .video {
    max-width: 100%;
    height: 48vw;
    min-height: 370px;
    margin: 0px 0 28px;
  }
}
@media (max-width: 767px) {
  .content .video {
    min-height: 188px;
  }
}
.content .gal {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  align-items: center;
}
@media (max-width: 767px) {
  .content .gal {
    gap: 12px;
  }
}
@media (max-width: 419px) {
  .content .gal_payment {
    flex-direction: column;
    align-items: baseline;
  }
}
@media (min-width: 420px) and (max-width: 767px) {
  .content .gal_payment img {
    max-width: calc(25% - 3px);
  }
}
.content .gal-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.content .gal-2 img {
  border-radius: 20px;
  border: 6px solid #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .content .gal-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content .gal-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
@media (max-width: 1024px) {
  .content .gal-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .content .gal-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content .gal-3 img {
  border-radius: 20px;
  border: 6px solid #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.content .mb-0 {
  margin-bottom: 0;
}
.content .mb-1 {
  margin-bottom: 10px;
}
.content .mb-2 {
  margin-bottom: 20px;
}
.content .mb-3 {
  margin-bottom: 30px;
}
.content .mb-4 {
  margin-bottom: 40px;
}
.content .mb-5 {
  margin-bottom: 50px;
}
.content .mt-0 {
  margin-top: 0;
}
.content .mt-1 {
  margin-top: 10px;
}
.content .mt-2 {
  margin-top: 20px;
}
.content .mt-3 {
  margin-top: 30px;
}
.content .mt-4 {
  margin-top: 40px;
}
.content .mt-5 {
  margin-top: 50px;
}
.content .img-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  align-items: center;
  margin: 0 0 38px;
}
@media (max-width: 1024px) {
  .content .img-block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content .img-block img {
  border: 6px solid #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.content .img-block img + * {
  margin-top: 13px;
  text-align: center;
  max-width: 632px;
}
.content *:last-child {
  margin-bottom: 0;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1024px;
  }
}
.hidden {
  display: none !important;
}
.active {
  display: block;
}
.page-wrapper {
  padding: 0 0 70px;
}
@media (max-width: 1024px) {
  .page-wrapper {
    padding: 0 0 35px;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  min-height: 62px;
  border-radius: 36px;
  font-size: 24px;
  line-height: 24px;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .btn {
    font-size: 18px;
    line-height: 24px;
  }
}
.btn_primary {
  background-color: #46B3DE;
  color: #FFFFFF;
}
.btn_primary:hover {
  background-color: #8CE3FF;
}
.btn_white {
  background-color: #FFFFFF;
  color: #000000;
}
.btn_white:hover {
  background-color: #8CE3FF;
  color: #FFFFFF;
}
.btn_bordered {
  border: 1px solid #46B3DE;
}
.btn_bordered:hover {
  border-color: #8CE3FF;
  color: #FFFFFF;
}
.slider-arrow {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #46B3DE;
  cursor: pointer;
  transition: background-color ease 0.3s;
}
@media (max-width: 400px) {
  .slider-arrow {
    width: 46px;
    height: 46px;
  }
}
.slider-arrow svg path {
  transition: fill ease 0.3s, stroke ease 0.3s;
}
.slider-arrow:hover {
  background-color: #46B3DE;
}
.slider-arrow:hover svg path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
.block-wrapper {
  position: relative;
}
@media (max-width: 1024px) {
  .block-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.block-wrapper__btn {
  position: absolute;
  top: -5px;
  right: 0;
  width: auto;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .block-wrapper__btn {
    position: static;
    margin: 35px auto 0;
  }
}
.quote {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-image: url('/images/quote.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 82px 34px;
  padding: 26px 50px 26px 155px;
}
.quote p {
  max-width: 1100px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .quote {
    padding: 22px 20px 22px 110px;
    background-position: 35px 34px;
  }
}
@media (max-width: 767px) {
  .quote {
    padding: 22px 14px 22px 76px;
    background-position: 15px 31px;
  }
}
.quote-bg {
  background-image: url('/images/quote.svg');
  background-repeat: no-repeat;
  background-size: auto;
}
.image {
  padding: 6px;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.image img {
  border-radius: 20px;
}
.price {
  list-style: none;
  padding: 0 0 0;
}
.price li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  line-height: 34px;
  gap: 32px;
}
@media (max-width: 1024px) {
  .price li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .price li {
    flex-direction: column;
    gap: 0;
    align-items: baseline;
  }
}
.price li:not(:last-child) {
  margin: 0 0 30px;
}
.price li span:last-child {
  font-weight: bold;
  color: #46B3DE;
  flex: 0 0 auto;
}
.m-show {
  display: none;
}
@media (max-width: 1024px) {
  .m-show {
    display: block;
  }
}
@media (max-width: 1024px) {
  .m-hide {
    display: none !important;
  }
}
.cards {
  display: grid;
}
.cards_4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media (max-width: 1200px) {
  .cards_4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .cards_4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .cards_4 {
    grid-template-columns: 1fr;
    gap: 27px;
  }
}
.doctors_main {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .doctors_main {
    padding: 25px 0;
  }
}
.doctors__title {
  margin: 0 0 50px;
  width: 100%;
  max-width: 800px;
  font-size: 46px;
  line-height: 52px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .doctors__title {
    margin: 0 0 22px;
    max-width: 100%;
    text-align: center;
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .doctors__title {
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px 22px;
  }
}
@media (max-width: 400px) {
  .doctors__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.doctors__item {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .doctors__item {
    max-width: 380px;
    margin: 0 auto;
    width: 100%;
  }
}
.doctors__img {
  width: 100%;
  height: 395px;
  flex: 0 0 auto;
}
@media (max-width: 1440px) {
  .doctors__img {
    height: 325px;
  }
}
@media (max-width: 1200px) {
  .doctors__img {
    height: 360px;
  }
}
@media (max-width: 1024px) {
  .doctors__img {
    height: 51vw;
    min-height: 395px;
  }
}
.doctors__img img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctors__item-preview {
  padding: 12px 20px 33px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 296px;
}
@media (max-width: 1024px) {
  .doctors__item-preview {
    padding: 12px 12px 33px;
  }
}
@media (max-width: 767px) {
  .doctors__item-preview {
    max-width: 315px;
    margin: 0 auto;
  }
}
.doctors__item-preview a:not(.btn) {
  margin: 0 0 10px;
}
.doctors__item-preview a:not(.btn):hover {
  color: #46B3DE;
  text-decoration: underline;
}
.doctors__item-preview a:not(.btn) h3,
.doctors__item-preview a:not(.btn) .h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}
.doctors__item-preview .caption {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}
.doctors__item-preview p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 10px;
}
.doctors__item-preview a.btn,
.doctors__item-preview button {
  align-self: center;
  width: 100%;
  margin: auto auto 0;
  max-width: 280px;
}
.doctors__all-link {
  width: 100%;
  max-width: 260px;
}
.doctors__filter {
  margin: 0 0 51px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1024px) {
  .doctors__filter {
    margin: 0 0 35px;
    flex-direction: column;
    gap: 17px;
  }
}
.doctors__select {
  position: relative;
  margin: 0 auto 0 0;
  width: 100%;
  max-width: 541px;
}
@media (max-width: 1200px) {
  .doctors__select {
    max-width: 380px;
  }
}
@media (max-width: 1024px) {
  .doctors__select {
    max-width: 100%;
  }
}
.doctors__select-input {
  height: 62px;
  display: flex;
  align-items: center;
  padding: 19px 22px;
  position: relative;
  border: 1px solid #D9DBDA;
  border-radius: 36px;
  cursor: pointer;
}
.doctors__select-input span {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 400px) {
  .doctors__select-input span {
    font-size: 14px;
    line-height: 18px;
  }
}
.doctors__select-input svg {
  position: absolute;
  right: 33px;
}
.doctors__select-list {
  background-color: #F6F6F6;
  border-radius: 20px;
  border: 1px solid #46B3DE;
  overflow: hidden;
  padding: 10px 20px;
  list-style: none;
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  z-index: 1;
}
.doctors__select-list.active {
  display: block;
}
.doctors__select-list li {
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
}
.doctors__select-list li:hover {
  color: #46B3DE;
  text-decoration: underline;
}
.doctors__search {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 741px;
}
@media (max-width: 1024px) {
  .doctors__search {
    max-width: 100%;
  }
}
.doctors__search input {
  width: 100%;
  max-width: 531px;
}
@media (max-width: 1024px) {
  .doctors__search input {
    max-width: 100%;
  }
}
.doctors__search button {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 311px;
}
@media (max-width: 1200px) {
  .doctors__search button {
    max-width: 298px;
  }
}
@media (max-width: 767px) {
  .doctors__search button {
    max-width: 139px;
  }
}
.shares__title {
  margin: 0 0 50px;
  width: 100%;
  max-width: 800px;
  font-size: 46px;
  line-height: 52px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .shares__title {
    margin: 0 0 22px;
    max-width: 100%;
    text-align: center;
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .shares__title {
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px 22px;
  }
}
@media (max-width: 400px) {
  .shares__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.shares__item {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .shares__item {
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
  }
}
.shares__img {
  width: 100%;
  height: 215px;
  flex: 0 0 auto;
}
@media (max-width: 1440px) {
  .shares__img {
    height: 175px;
  }
}
@media (max-width: 1200px) {
  .shares__img {
    height: 200px;
  }
}
@media (max-width: 1024px) {
  .shares__img {
    height: 28vw;
    min-height: 215px;
  }
}
.shares__img img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shares__item-preview {
  padding: 12px 12px 33px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .shares__item-preview {
    max-width: 332px;
    margin: 0 auto;
  }
}
.shares__item-preview h3,
.shares__item-preview .h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
@media (max-width: 400px) {
  .shares__item-preview h3,
  .shares__item-preview .h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.shares__item-preview p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 30px;
}
.shares__item-preview div {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: auto auto 0;
  width: 100%;
}
.shares__item-preview div span {
  font-size: 18px;
  line-height: 30px;
  color: #9E9E9E;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .shares__item-preview div span {
    margin: 0 0 20px;
  }
}
.shares__item-preview a {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.shares__all-link {
  width: 100%;
  max-width: 260px;
}
.shares__btn {
  display: flex;
  max-width: 260px;
  margin: 35px auto 0;
}
.contact-block {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .contact-block {
    padding: 25px 0 35px;
  }
}
.contact-block__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .contact-block__row {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .contact-block__row {
    gap: 50px;
  }
}
.contact-block__content {
  flex: 0 0 0 auto;
  width: 100%;
  max-width: 380px;
  margin: 0 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (max-width: 1200px) {
  .contact-block__content {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .contact-block__content {
    flex-direction: row;
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .contact-block__content {
    flex-direction: column;
  }
}
.contact-block__item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1200px) {
  .contact-block__item {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .contact-block__item {
    width: 50%;
    flex: 1 1 auto;
    text-align: center;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .contact-block__item {
    width: 100%;
    max-width: 347px;
    margin: 0 auto;
  }
}
.contact-block__tooltip-wrap {
  position: relative;
}
.contact-block__tooltip {
  position: absolute;
  top: calc(100% + 5px);
  left: 125px;
  width: 100%;
  max-width: 364px;
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  border: 1px solid #46B3DE;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease 0.3s, visibility ease 0.3s;
}
@media (max-width: 1024px) {
  .contact-block__tooltip {
    display: none;
  }
}
.contact-block__title {
  font-size: 46px;
  line-height: 52px;
  font-weight: bold;
}
.contact-block__title:hover {
  text-decoration: underline;
  color: #46B3DE;
}
.contact-block__title:hover + .contact-block__tooltip {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .contact-block__title {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 400px) {
  .contact-block__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.contact-block__group {
  display: flex;
  flex-direction: column;
}
.contact-block__group p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.contact-block__caption {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin: 0 0 5px;
}
@media (max-width: 400px) {
  .contact-block__caption {
    font-size: 18px;
    line-height: 30px;
  }
}
.contact-block__map {
  padding: 6px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin: 0 0 0 auto;
  max-width: 912px;
  width: 100%;
  height: 785px;
}
@media (max-width: 1440px) {
  .contact-block__map {
    height: 760px;
  }
}
@media (max-width: 1200px) {
  .contact-block__map {
    height: 580px;
  }
}
@media (max-width: 1024px) {
  .contact-block__map {
    height: 627px;
  }
}
@media (max-width: 767px) {
  .contact-block__map {
    height: 77vw;
    min-height: 301px;
  }
}
.contact-block__map-inner {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.contact-block__map-inner div {
  height: 100%;
}
.contact-block__map-inner iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.site-wrapper .breadcrumbs {
  padding: 13px 0;
}
.breadcrumbs {
  padding: 13px 0;
  background-color: #F6F6F6;
  /*margin-bottom: 30px;*/
}
.breadcrumbs__row {
  min-height: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  list-style: none;
  padding: 0;
}
.breadcrumbs__item {
  font-size: 18px;
  line-height: 30px;
}
.breadcrumbs__item:hover {
  text-decoration: underline;
  color: #46B3DE;
}
.breadcrumbs__sep {
  display: flex;
}
.breadcrumbs__current {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: underline;
}
.single-banner {
  padding: 0;
}
.single-banner img {
  height: auto;
  width: 100%;
  max-height: 772px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .single-banner img {
    min-height: 235px;
  }
}
.tiles {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .tiles {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .tiles {
    padding: 25px 0;
  }
}
.tiles__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media (max-width: 1024px) {
  .tiles__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 30px;
  }
}
@media (max-width: 767px) {
  .tiles__list {
    gap: 20px;
  }
}
@media (max-width: 400px) {
  .tiles__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tiles__list_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 19px;
}
@media (max-width: 1024px) {
  .tiles__list_flex {
    gap: 17px;
  }
}
@media (max-width: 767px) {
  .tiles__list_flex {
    gap: 20px;
  }
}
.tiles__list_flex .tiles__item {
  width: 100%;
  max-width: 264px;
}
@media (max-width: 1440px) {
  .tiles__list_flex .tiles__item {
    max-width: 285px;
  }
}
@media (max-width: 1024px) {
  .tiles__list_flex .tiles__item {
    width: 100%;
    max-width: calc(33.3% - 12px);
  }
}
@media (max-width: 767px) {
  .tiles__list_flex .tiles__item {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 400px) {
  .tiles__list_flex .tiles__item {
    max-width: 100%;
  }
}
.tiles__item {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  min-height: 238px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .tiles__item {
    min-height: 253px;
    padding: 20px 15px;
  }
}
@media (max-width: 400px) {
  .tiles__item {
    min-height: 0;
  }
}
.tiles__item p {
  text-align: center;
}
.tiles__item.active {
  box-shadow: none;
}
.tiles__item.active .tiles__hidden {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 23px;
  z-index: 1;
}
@media (max-width: 767px) {
  .tiles__item.active .tiles__hidden {
    padding: 20px 15px;
  }
}
.tiles__item.active .tiles__hidden .tiles__arrow {
  transform: rotateX(180deg);
}
.tiles__item.active .tiles__hidden .tiles__arrow path {
  fill: #46B3DE;
  stroke: #46B3DE;
}
.tiles__hidden {
  display: none;
}
.tiles__caption {
  font-size: 18px;
  line-height: 30px;
}
.tiles__caption_medium {
  font-weight: 500;
}
.tiles__caption_big {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin: 0 0 12px;
}
.tiles__btn {
  margin: auto auto 0;
  width: 100%;
  max-width: 280px;
}
.slider {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .slider {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .slider {
    padding: 25px 0;
  }
}
.slider__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 36px;
}
.slider__header h2 {
  margin: 0;
}
@media (max-width: 1024px) {
  .slider__header {
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .slider__header {
    margin: 0 0 20px;
    flex-direction: column;
    align-items: baseline;
  }
}
.slider__nav {
  display: flex;
  align-items: center;
  gap: 23px;
}
.slider__nav .swiper-button-lock {
  display: none;
}
.slider__swiper {
  overflow: visible;
}
.slider .swiper-slide {
  padding: 6px;
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity ease 0.3s, visibility ease 0.3s;
}
.slider .swiper-slide.swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.slider .swiper-slide a {
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.slider .swiper-slide a img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}
.slider .swiper-slide.quote-bg {
  padding: 35px 100px 35px 111px;
  background-position: 50px 40px;
}
@media (max-width: 1024px) {
  .slider .swiper-slide.quote-bg {
    padding: 25px 12px 35px 111px;
  }
}
@media (max-width: 767px) {
  .slider .swiper-slide.quote-bg {
    padding: 18px 16px 18px 83px;
    background-position: 23px 23px;
  }
}
@media (max-width: 400px) {
  .slider .swiper-slide.quote-bg {
    padding: 55px 14px 20px;
    background-position: 14px 20px;
  }
}
@media (max-width: 767px) {
  .slider .swiper-slide.quote-bg .big-text {
    margin: 0 0 11px;
  }
}
.documents {
  padding: 60px 0 70px;
}
@media (max-width: 1024px) {
  .documents {
    padding: 50px 0 35px;
  }
}
@media (max-width: 767px) {
  .documents {
    padding: 50px 0 25px;
  }
}
.documents__caption {
  margin: 0 0 14px;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}
.documents__wrapper {
  display: flex;
  flex-direction: column;
}
.documents__wrapper:not(:last-child) {
  margin: 0 0 38px;
}
.documents__wrapper h2 {
  font-size: 24px;
  line-height: 34px;
}
.documents__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
@media (max-width: 1024px) {
  .documents__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .documents__list {
    gap: 24px;
  }
}
.documents__item {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  gap: 34px;
  padding: 11px 35px;
  min-height: 113px;
}
@media (max-width: 767px) {
  .documents__item {
    min-height: 0;
  }
}
@media (max-width: 400px) {
  .documents__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.documents__item:hover span {
  color: #46B3DE;
  text-decoration: underline;
}
.documents__item span {
  font-size: 18px;
  line-height: 30px;
}
.documents__icon {
  width: 45px;
  flex: 0 0 45px;
}
.documents__btn {
  margin: 35px auto 0;
  width: 100%;
  max-width: 259px;
}
.corp-client-desc {
  padding: 50px 0 60px;
}
@media (max-width: 1024px) {
  .corp-client-desc {
    padding: 50px 0 20px;
  }
}
@media (max-width: 767px) {
  .corp-client-desc {
    padding: 31px 0 20px;
  }
}
@media (max-width: 1024px) {
  .corp-client-desc h1 {
    margin: 0 0 10px;
  }
}
.corp-client-desc__content {
  display: flex;
  flex-direction: column;
  gap: 51px;
}
@media (max-width: 1024px) {
  .corp-client-desc__content {
    gap: 22px;
  }
}
.corp-client-desc__item {
  display: flex;
  align-items: center;
  gap: 46px;
}
.corp-client-desc__item:nth-child(even) {
  flex-direction: row-reverse;
}
.corp-client-desc__info {
  width: 100%;
  max-width: 675px;
  flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .corp-client-desc__info {
    max-width: 100%;
  }
}
.corp-client-desc__image {
  width: 100%;
  max-width: 680px;
  flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .corp-client-desc__image {
    display: none;
  }
}
.quote-tooltip {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .quote-tooltip {
    padding: 35px 0;
  }
}
.quote-tooltip__inner {
  padding: 26px 20px 24px 164px;
  background-image: url('/images/i-icon.svg');
  background-repeat: no-repeat;
  background-position: 65px center;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .quote-tooltip__inner {
    padding: 89px 23px 12px;
    background-position: 23px 23px;
  }
}
.quote-tooltip__inner p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  max-width: 1111px;
}
.video-block {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .video-block {
    padding: 35px 0 25px;
  }
}
.video-block__row {
  display: flex;
  gap: 46px;
  align-items: center;
}
@media (max-width: 1024px) {
  .video-block__row {
    flex-direction: column;
    gap: 23px;
  }
}
.video-block__iframe {
  overflow: hidden;
  padding: 6px;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 858px;
  height: 484px;
  flex: 1 1 auto;
}
.video-block__iframe img {
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .video-block__iframe {
    height: auto;
    min-height: 484px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .video-block__iframe {
    min-height: 248px;
    height: 59vw;
  }
}
.video-block__iframe > * {
  border-radius: 20px;
}
.video-block__content {
  width: 100%;
  max-width: 496px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .video-block__content {
    max-width: 380px;
  }
}
@media (max-width: 1024px) {
  .video-block__content {
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.video-block__content p {
  margin: 0 0 41px;
}
@media (max-width: 1024px) {
  .video-block__content p {
    max-width: 580px;
    margin: 0 0 25px;
  }
}
.video-block__content span {
  font-size: 18px;
  line-height: 30px;
}
.video-block__content span a {
  text-decoration: underline;
}
.video-block__content span a:hover {
  color: #46B3DE;
}
.video-block__btn {
  margin: 50px 0 0;
  width: 100%;
  max-width: 362px;
}
@media (max-width: 1024px) {
  .video-block__btn {
    margin: 30px 0 0;
  }
}
.reviews {
  padding: 58px 0 70px;
}
@media (max-width: 1024px) {
  .reviews {
    padding: 30px 0 35px;
  }
}
.reviews__callback {
  margin: 0 0 51px;
  width: 100%;
  max-width: 362px;
}
@media (max-width: 1024px) {
  .reviews__callback {
    margin: 0 0 35px;
    max-width: 263px;
  }
}
@media (max-width: 767px) {
  .reviews__callback {
    max-width: 100%;
  }
}
.reviews__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1024px) {
  .reviews__list {
    gap: 24px;
  }
}
.reviews__item {
  display: flex;
  align-items: flex-start;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #46B3DE;
  padding: 32px 50px;
  gap: 25px;
}
@media (max-width: 1024px) {
  .reviews__item {
    padding: 36px 50px 32px;
  }
}
@media (max-width: 767px) {
  .reviews__item {
    padding: 19px 20px;
  }
}
.reviews__left {
  display: flex;
  flex-direction: column;
  gap: 36px;
  flex: 1 1 auto;
  width: 100%;
}
.reviews__right {
  width: 100%;
  max-width: 450px;
  flex: 0 0 auto;
}
@media (max-width: 1200px) {
  .reviews__right {
    max-width: 360px;
  }
}
.reviews__top {
  padding: 0 0 64px 61px;
  background-position: top left;
  border-bottom: 1px solid #D9DBDA;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .reviews__top {
    padding: 0 0 41px 61px;
  }
}
@media (max-width: 767px) {
  .reviews__top {
    padding: 0 0 30px 53px;
  }
}
@media (max-width: 400px) {
  .reviews__top {
    padding: 35px 0 30px;
  }
}
.reviews__top p {
  margin: 0 0 25px;
}
.reviews__top .reviews__doctors {
  display: none;
}
@media (max-width: 1024px) {
  .reviews__top .reviews__doctors {
    display: grid;
    margin: 26px 0 0;
  }
}
@media (max-width: 767px) {
  .reviews__top .reviews__doctors {
    margin: 20px 0 0 -53px;
    width: calc(100% + 53px);
  }
}
@media (max-width: 400px) {
  .reviews__top .reviews__doctors {
    margin: 20px 0 0;
    width: 100%;
  }
}
.reviews__name {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin: 0 0 16px;
}
.reviews__date {
  color: #9E9E9E;
  font-size: 18px;
  line-height: 30px;
}
.reviews__bottom {
  display: flex;
  gap: 35px;
}
@media (max-width: 767px) {
  .reviews__bottom {
    flex-direction: column;
    gap: 25px;
  }
}
.reviews__logo {
  width: 155px;
  flex: 0 0 auto;
}
.reviews__answer {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.reviews__answer span {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin: 0 0 16px;
}
.reviews__answer p {
  font-size: 18px;
  line-height: 30px;
}
.reviews__doctors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 50px;
}
@media (max-width: 1200px) {
  .reviews__doctors {
    gap: 28px 20px;
  }
}
@media (max-width: 1024px) {
  .reviews__doctors {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 19px;
  }
}
@media (max-width: 767px) {
  .reviews__doctors {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 419px) {
  .reviews__doctors {
    grid-template-columns: repeat(1, 1fr);
  }
}
.reviews__doctor {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.reviews__doctor-img {
  width: 162px;
  height: 162px;
  margin: 0 0 16px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__doctor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.reviews__doctor-name {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
.reviews__btn {
  display: flex;
  margin: 51px auto 0;
  max-width: 259px;
  width: 100%;
}
.faq {
  padding: 58px 0;
}
@media (max-width: 1024px) {
  .faq {
    padding: 32px 0 35px;
  }
}
@media (max-width: 1024px) {
  .faq h1 {
    margin: 0 0 23px;
  }
}
.faq__callback {
  margin: 0 0 51px;
  width: 100%;
  max-width: 362px;
}
@media (max-width: 1024px) {
  .faq__callback {
    margin: 0 0 35px;
    max-width: 263px;
  }
}
@media (max-width: 767px) {
  .faq__callback {
    max-width: 100%;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1024px) {
  .faq__list {
    gap: 24px;
  }
}
.faq__item {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #46B3DE;
  gap: 38px;
  padding: 36px 50px;
}
@media (max-width: 767px) {
  .faq__item {
    padding: 19px 20px 26px;
    gap: 36px;
  }
}
.faq__question {
  padding: 0 0 41px 61px;
  border-bottom: 1px solid #D9DBDA;
}
@media (max-width: 767px) {
  .faq__question {
    padding: 0 0 20px 53px;
  }
}
@media (max-width: 400px) {
  .faq__question {
    padding: 35px 0 20px;
  }
}
.faq__question h2,
.faq__question .h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  max-width: 961px;
  margin: 0;
}
.faq__answer {
  display: flex;
  gap: 35px;
}
@media (max-width: 767px) {
  .faq__answer {
    flex-direction: column;
    gap: 24px;
  }
}
.faq__logo {
  width: 155px;
  flex: 0 0 auto;
}
.faq__btn {
  display: flex;
  margin: 51px auto;
  width: 100%;
  max-width: 259px;
}
.vacancies {
  padding: 58px 0 70px;
}
@media (max-width: 1024px) {
  .vacancies {
    padding: 32px 0 25px;
  }
}
.vacancies__preview {
  margin: 0 0 41px;
}
.vacancies__caption {
  margin: 0 0 44px;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .vacancies__caption {
    margin: 0 0 34px;
  }
}
@media (max-width: 767px) {
  .vacancies__caption {
    margin: 0 0 23px;
  }
}
.vacancies__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.vacancies__item {
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #46B3DE;
  padding: 27px 56px;
}
@media (max-width: 767px) {
  .vacancies__item {
    padding: 27px 18px;
  }
}
.vacancies__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
}
.vacancies__header span {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  transition: color ease 0.3s;
  text-align: left;
}
.vacancies__header svg {
  flex: 0 0 auto;
}
.vacancies__header svg path {
  transition: fill ease 0.3s, stroke ease 0.3s;
}
.vacancies__header:hover span {
  color: #46B3DE;
}
.vacancies__header:hover path {
  fill: #46B3DE;
  stroke: #46B3DE;
}
.vacancies__header.active svg {
  transform: rotateX(180deg);
}
.vacancies__body {
  display: none;
}
.vacancies__body.active {
  display: block;
  padding: 27px 0 12px;
}
@media (max-width: 1024px) {
  .vacancies__body.active {
    padding: 16px 0 12px;
  }
}
.vacancies__group-label {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.vacancies__callback {
  display: flex;
  max-width: 362px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .vacancies__callback {
    max-width: 315px;
  }
}
.hotline {
  padding: 58px 0 70px;
}
@media (max-width: 1024px) {
  .hotline {
    padding: 32px 0 25px;
  }
}
.hotline__preview {
  margin: 0 0 35px;
}
@media (max-width: 1024px) {
  .hotline__preview {
    margin: 0 0 24px;
  }
}
.payment-info {
  padding: 58px 0 70px;
}
@media (max-width: 1024px) {
  .payment-info {
    padding: 32px 0 25px;
  }
}
.payment-info__block {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 35px 48px;
}
@media (max-width: 767px) {
  .payment-info__block {
    padding: 35px 18px 26px 23px;
  }
}
.payment-info__block:not(:last-child) {
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  .prices {
    word-break: break-word;
  }
}
.prices__head-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 49px;
}
@media (max-width: 767px) {
  .prices__head-wrapper {
    flex-direction: column;
    gap: 33px;
    margin: 0 0 41px;
  }
}
@media (max-width: 767px) {
  .prices__head-wrapper_start {
    align-items: flex-start;
  }
}
.prices__head-wrapper h2 {
  margin: 0;
}
.prices__head-wrapper label {
  width: 100%;
  max-width: 567px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .prices__head-wrapper label {
    max-width: 319px;
  }
}
.prices__head-wrapper label input {
  width: 100%;
}
.prices__head-wrapper label svg {
  position: absolute;
  right: 22px;
}
.prices__filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 49px;
}
@media (max-width: 1024px) {
  .prices__filter {
    margin: 0 0 36px;
  }
}
@media (max-width: 767px) {
  .prices__filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }
}
.prices__filter label {
  width: 100%;
  max-width: 567px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .prices__filter label {
    max-width: 400px;
  }
}
.prices__filter label input {
  width: 100%;
}
.prices__filter label svg {
  position: absolute;
  right: 22px;
}
.prices__filter a {
  width: 100%;
  max-width: 311px;
}
@media (max-width: 1024px) {
  .prices__filter a {
    max-width: 248px;
  }
}
.prices__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.prices__item {
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #46B3DE;
  padding: 27px 56px;
}
@media (max-width: 1024px) {
  .prices__item {
    padding: 17px 38px;
  }
}
@media (max-width: 767px) {
  .prices__item {
    padding: 17px 22px;
  }
}
.prices__header {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.prices__header span {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  transition: color ease 0.3s;
  text-align: left;
}
.prices__header svg {
  margin: 0 0 0 auto;
  flex: 0 0 auto;
}
.prices__header svg path {
  transition: fill ease 0.3s, stroke ease 0.3s;
}
.prices__header:hover span {
  color: #46B3DE;
}
.prices__header:hover path {
  fill: #46B3DE;
  stroke: #46B3DE;
}
.prices__header.active svg {
  transform: rotateX(180deg);
}
.prices__body {
  display: none;
}
.prices__body.active {
  display: block;
  padding: 27px 0 12px;
}
@media (max-width: 1024px) {
  .prices__body.active {
    padding: 16px 0 12px;
  }
}
.prices__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 55px;
  height: 55px;
  margin: 0 39px 0 0;
}
.prices__sublist {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 767px) {
  .prices__sublist {
    padding: 0 16px;
  }
}
.prices__subheader {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  padding: 26px 55px;
  background-color: #F6F6F6;
  border: 1px solid #D9DBDA;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .prices__subheader {
    padding: 26px 29px;
  }
}
.prices__subheader span {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  transition: color ease 0.3s;
  text-align: left;
}
.prices__subheader svg {
  margin: 0 0 0 auto;
  flex: 0 0 auto;
}
.prices__subheader svg path {
  transition: fill ease 0.3s, stroke ease 0.3s;
}
.prices__subheader:hover span {
  color: #46B3DE;
}
.prices__subheader:hover path {
  fill: #46B3DE;
  stroke: #46B3DE;
}
.prices__subheader.active span {
  color: #46B3DE;
}
.prices__subheader.active svg {
  transform: rotateX(180deg);
}
.prices__subheader.active svg path {
  fill: #46B3DE;
  stroke: #46B3DE;
}
.prices__subbody {
  display: none;
}
.prices__subbody.active {
  display: block;
  padding: 27px 55px 12px;
}
@media (max-width: 1024px) {
  .prices__subbody.active {
    padding: 27px 29px 10px;
  }
}
@media (max-width: 767px) {
  .prices__subbody.active {
    padding: 27px 0 10px;
  }
}
.companies-page__block {
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 34px 48px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .companies-page__block {
    padding: 13px 28px 41px;
  }
}
.companies-page__block:not(:last-child) {
  margin: 0 0 47px;
}
.companies-page__block .content {
  margin: 0 0 35px;
}
.companies-page__list {
  padding: 0;
}
@media (max-width: 767px) {
  .companies-page__list {
    padding: 0 12px;
  }
}
.companies-page__list .slider__nav {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .companies-page__list .slider__nav {
    justify-content: center;
  }
}
.companies-page__list .slider__nav .slider-arrow {
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .companies-page__list .slider__nav .slider-arrow {
    margin-bottom: 35px;
  }
}
.companies-page__list .slider__nav .swiper-button-lock {
  display: none;
}
.companies-page__list .swiper-slide {
  padding: 22px 42px 38px;
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: center;
  text-align: center;
}
@media (max-width: 1440px) {
  .companies-page__list .swiper-slide {
    padding: 14px 10px 38px;
  }
}
@media (max-width: 1024px) {
  .companies-page__list .swiper-slide {
    padding: 14px 10px 16px;
  }
}
.companies-page__list .swiper-slide span {
  font-size: 18px;
  line-height: 30px;
}
.companies-page__logo {
  height: 130px;
  width: 100%;
  max-width: 215px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .companies-page__logo {
    height: 67px;
  }
}
.companies-page__caption {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin: 0 0 40px;
}
.companies-page__info {
  margin: auto 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.companies-page__label {
  margin: 0 0 40px;
}
.companies-page__email {
  font-weight: bold;
  text-decoration: underline;
}
.companies-page__email:hover {
  color: #46B3DE;
}
.news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
@media (max-width: 1024px) {
  .news__list {
    gap: 20px 26px;
  }
}
@media (max-width: 767px) {
  .news__list {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.news__item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.news__item img {
  width: 100%;
  height: 373px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1440px) {
  .news__item img {
    height: 283px;
  }
}
@media (max-width: 1200px) {
  .news__item img {
    height: 243px;
  }
}
@media (max-width: 1024px) {
  .news__item img {
    height: 24vw;
    min-height: 192px;
  }
}
@media (max-width: 767px) {
  .news__item img {
    height: 45vw;
  }
}
.news__item-content {
  padding: 23px 27px 40px 41px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .news__item-content {
    padding: 16px 24px 42px;
  }
}
.news__item h2 {
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}
.news__item p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 20px;
}
.news__item p a {
  text-decoration: underline;
}
.news__item p a:hover {
  color: #46B3DE;
}
.news__item-date {
  margin: auto 0 40px;
  font-size: 18px;
  line-height: 24px;
  color: #9E9E9E;
  display: block;
}
.news__item-link {
  width: 100%;
  max-width: 259px;
}
@media (max-width: 767px) {
  .news__item-link {
    margin: 0 auto;
  }
}
.news__btn {
  margin: 35px auto 0;
  display: flex;
  width: 100%;
  max-width: 260px;
}
.contacts__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
@media (max-width: 1024px) {
  .contacts__row {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
.contacts__item {
  padding: 48px 59px;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .contacts__item {
    padding: 48px 62px;
  }
}
@media (max-width: 767px) {
  .contacts__item {
    padding: 24px 32px;
  }
}
.contacts__item-group {
  max-width: 478px;
}
.contacts__item-group:not(:last-child) {
  margin: 0 0 37px;
}
.contacts__item-label {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  display: block;
  margin: 0 0 13px;
}
.services__tabs-header {
  display: flex;
  gap: 27px;
  margin: 0 0 70px;
}
.services__tabs-header_mb {
  margin: 0 0 30px;
}
@media (max-width: 1200px) {
  .services__tabs-header {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .services__tabs-header {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .services__tabs-header {
    gap: 8px;
    flex-direction: column;
    margin: 0 0 30px;
  }
}
.services__tabs-header button {
  width: 100%;
  max-width: 311px;
  flex: 1 1 auto;
}
@media (max-width: 1200px) {
  .services__tabs-header button {
    max-width: 229px;
  }
}
@media (max-width: 767px) {
  .services__tabs-header button {
    max-width: 100%;
  }
}
.services__tab {
  display: none;
}
.services__tab.active {
  display: block;
}
.services__tab-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 73px 30px;
  word-break: break-word;
}
@media (max-width: 1440px) {
  .services__tab-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .services__tab-row {
    gap: 56px 35px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services__tab-row {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.services__tab-item {
  display: flex;
  align-items: center;
  gap: 27px;
}
@media (max-width: 767px) {
  .services__tab-item {
    gap: 20px;
  }
}
.services__tab-item span {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}
@media (max-width: 400px) {
  .services__tab-item span {
    font-size: 18px;
    line-height: 24px;
  }
}
.services__tab-item:hover span {
  color: #46B3DE;
  text-decoration: underline;
}
.services__tab-icon {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .services__tab-icon {
    width: 65px;
    height: 65px;
  }
}
.services__tab.content .services-list-columns {
  column-count: 2;
  column-gap: 16px;
}
@media (max-width: 1024px) {
  .services__tab.content .services-list-columns {
    column-count: 1;
    column-gap: 0;
  }
}
.services__tab.content .services-list-columns a {
  text-decoration: none;
}
.doctor__header {
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  display: flex;
  gap: 61px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .doctor__header {
    gap: 25px;
    padding: 25px 12px 50px 25px;
  }
}
@media (max-width: 767px) {
  .doctor__header {
    flex-direction: column;
    gap: 27px;
    padding: 35px 26px 38px;
  }
}
.doctor__img {
  width: 100%;
  max-width: 372px;
}
@media (max-width: 1024px) {
  .doctor__img {
    max-width: 249px;
  }
}
@media (max-width: 767px) {
  .doctor__img {
    max-width: 100%;
  }
}
.doctor__img img {
  border-radius: 20px;
  width: 100%;
}
.doctor__preview {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.doctor__preview h1 {
  margin: 0;
}
.doctor__preview .content {
  max-width: 841px;
}
@media (max-width: 767px) {
  .doctor__preview .content {
    margin: 0 0 12px;
  }
}
.doctor__btns {
  display: flex;
  gap: 29px;
}
@media (max-width: 1024px) {
  .doctor__btns {
    flex-direction: column;
    gap: 11px;
  }
}
@media (max-width: 767px) {
  .doctor__btns {
    align-items: center;
  }
}
.doctor__btns button,
.doctor__btns a {
  width: 100%;
  max-width: 311px;
}
.doctor__detail {
  padding: 65px 0 0;
}
@media (max-width: 1024px) {
  .doctor__detail {
    padding: 26px 0 0;
  }
}
.service-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 772px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 54px 0 58px;
  display: flex;
}
.service-banner--with-image {
  max-width: 100%;
}
.service-banner--with-image::before {
  display: none;
}
@media (max-width: 1024px) {
  .service-banner {
    padding: 31px 0 35px;
    min-height: 614px;
  }
}
.service-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(158, 158, 158, 0.4);
}
.service-banner .container {
  position: relative;
  z-index: 1;
  height: auto;
}
.service-banner__column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-banner ul {
  list-style: none;
  padding: 0;
  margin: 0 0 41px;
}
.service-banner ul li a {
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.service-banner ul li a:hover {
  text-decoration: underline;
  color: #46B3DE;
}
.service-banner ul li:not(:last-child) {
  margin: 0 0 35px;
}
.service-banner a.btn,
.service-banner button {
  width: 100%;
  max-width: 311px;
  margin: auto 0 0;
}
.service-detail .content {
  margin: 0 0 30px;
}
.service-detail .content:last-child {
  margin: 0;
}
.search-page form {
  display: flex;
  align-items: center;
  gap: 20px;
}
.search-page form input {
  width: 100%;
  max-width: 420px;
}
.search-page form .btn {
  width: 100%;
  max-width: 311px;
}
@media (max-width: 767px) {
  .search-page form {
    flex-direction: column;
  }
}
.search-page .no-result {
  padding: 30px 0;
}
.header {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 14px 0 18px;
  position: relative;
}
.header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header.scrolled .header__top {
  display: none;
}
.header__row {
  display: flex;
  align-items: center;
}
.header__top {
  padding: 0 0 13px;
  margin: 0 0 17px;
  border-bottom: 1px solid #D9DBDA;
}
@media (max-width: 1024px) {
  .header__top {
    border-bottom: 0;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .header__top .header__row {
    border-bottom: 1px solid #D9DBDA;
    padding: 0 0 13px;
  }
}
.header__city {
  margin: 0 160px 0 0;
  position: relative;
}
@media (max-width: 1200px) {
  .header__city {
    margin: 0 auto 0 0;
  }
}
.header__city-change {
  display: flex;
  align-items: center;
  gap: 13px;
}
.header__city-change button {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  transition: color ease 0.3s, text-decoration ease 0.3s;
}
.header__city-change button.active svg {
  transform: rotateX(180deg) translateY(-2px);
}
.header__city-change button svg {
  transform: translateY(2px);
  transition: transform ease 0.3s;
}
.header__city-change button svg path {
  transition: fill ease 0.3s, stroke ease 0.3s;
}
.header__city-change button:hover {
  color: #46B3DE;
  text-decoration: underline;
}
.header__city-change button:hover svg path {
  fill: #46B3DE;
  stroke: #46B3DE;
}
.header__city-list {
  padding: 10px 20px;
  border: 1px solid #46B3DE;
  border-radius: 20px;
  background-color: #F6F6F6;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 100%;
  left: 15px;
}
.header__city-list a {
  font-size: 18px;
  line-height: 30px;
}
.header__city-list a:hover {
  color: #46B3DE;
  text-decoration: underline;
}
.header__worktime {
  margin: 0 auto 0 0;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  line-height: 24px;
}
.header__tools {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
.header__tools a {
  transition: color ease 0.3s;
}
.header__tools a:not(.header__link-lk) {
  color: #46B3DE;
  font-size: 16px;
  margin: 0 15px 0 0;
  max-height: 24px;
}
.header__tools a:not(.header__link-lk):hover {
  color: #000000;
}
.header__tools a:not(.header__link-lk):hover svg path {
  fill: #000000;
}
.header__tools a.header__link-lk {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .header__tools a.header__link-lk {
    margin: 0 0 0 20px;
  }
}
.header__tools a.header__link-lk:hover {
  color: #46B3DE;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .header__tools a.header__link-lk span {
    display: none;
  }
}
.header__tools a svg path {
  transition: fill ease 0.3s;
}
.header__middle {
  margin: 0 0 42px;
}
@media (max-width: 1200px) {
  .header__middle {
    margin: 0 0 18px;
  }
}
.header__middle .header__row {
  padding-bottom: 18px;
  border-bottom: 1px solid #D9DBDA;
}
.header__logo {
  width: 100%;
  max-width: 315px;
  margin: 0 40px 0 0;
}
@media (max-width: 1440px) {
  .header__logo {
    max-width: 245px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .header__logo {
    max-width: 200px;
    margin: 0 20px 0 0;
  }
}
.header__search {
  width: 100%;
  max-width: 400px;
  height: 62px;
  margin: 0 auto 0 0;
}
@media (max-width: 1200px) {
  .header__search {
    max-width: 280px;
  }
}
@media (max-width: 1024px) {
  .header__search {
    position: fixed;
    top: 50px;
    left: 20px;
    max-width: calc(100% - 40px);
    z-index: 9999;
    background-color: #FFFFFF;
    padding: 19px 20px;
    border-radius: 20px;
    height: 100px;
    display: flex;
    align-items: center;
    gap: 18px;
  }
}
.header__search-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #D9DBDA;
  border-radius: 36px;
}
.header__search input {
  width: 100%;
  height: 100%;
  padding: 19px 22px;
  font-size: 18px;
  line-height: 24px;
}
.header__search input::placeholder {
  color: #000000;
}
.header__search button {
  position: absolute;
  z-index: 2;
  top: calc(50% - 10px);
  right: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__search button svg path {
  transition: fill ease 0.3s;
}
.header__search button:hover svg path {
  fill: #000000;
}
@media (max-width: 1024px) {
  .header__search a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
  }
}
.header__phone {
  font-size: 28px;
  line-height: 24px;
  margin: 0 52px 0 auto;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .header__phone {
    font-size: 24px;
    line-height: 24px;
    margin: 0 40px 0 auto;
  }
}
@media (max-width: 1200px) {
  .header__phone {
    margin: 0 30px 0 auto;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .header__phone {
    margin: 0 15px 0 auto;
  }
}
.header__phone:hover {
  color: #46B3DE;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .header__phone span {
    display: none;
  }
}
.header__phone svg {
  display: none;
}
@media (max-width: 767px) {
  .header__phone svg {
    display: block;
  }
}
.header__callback {
  max-width: 310px;
  width: 100%;
}
@media (max-width: 1440px) {
  .header__callback {
    max-width: 225px;
  }
}
@media (max-width: 767px) {
  .header__callback {
    max-width: 62px;
    height: 62px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header__callback span {
    display: none;
  }
}
.header__callback svg {
  display: none;
}
@media (max-width: 767px) {
  .header__callback svg {
    display: block;
  }
}
.header__nav {
  margin: 0 auto 0 0;
}
@media (max-width: 1024px) {
  .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity ease 0.3s, visibility ease 0.3s, top ease 0.3s;
  }
  .header__nav.active {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 9999;
  }
}
.header__nav ul {
  list-style: none;
  padding: 0;
}
.header__nav-list {
  display: flex;
  align-items: center;
  /*gap: 81px;*/
  gap: 43px;
}
@media (max-width: 1440px) {
  .header__nav-list {
    gap: 30px;
  }
  .header__nav-list .header__nav-item > a{
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .header__nav-list {
    gap: 10px;
  }
  .header__nav-list .header__nav-item > a{
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .header__nav-list {
    gap: 1px;
    flex-direction: column;
    background-color: #FFFFFF;
    max-height: 400px;
    overflow: auto;
  }
}
.header__nav-sub {
  display: none;
}
.header__nav-sub.active {
  display: flex;
}
.header__nav-item {
  position: relative;
}
@media (max-width: 1024px) {
  .header__nav-item {
    width: 100%;
  }
}
.header__nav-item > a {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  gap: 12px;
  transition: color ease 0.3s, padding-left ease 0.3s;
}
@media (max-width: 1200px) {
  .header__nav-item > a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .header__nav-item > a {
    background-color: #46B3DE;
    color: #FFFFFF;
    justify-content: space-between;
    padding: 19px 20px;
    font-size: 24px;
    line-height: 24px;
  }
}
.header__nav-item > a svg {
  transition: transform ease 0.3s;
}
@media (max-width: 1024px) {
  .header__nav-item > a svg {
    position: absolute;
    left: calc(100% - 40px);
    transform: rotate(-90deg);
    transition: left ease 0.3s;
  }
}
.header__nav-item > a svg path {
  transition: fill ease 0.3s, stroke ease 0.3s;
}
@media (max-width: 1024px) {
  .header__nav-item > a svg path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
  }
}
@media (max-width: 1024px) {
  .header__nav-item > a.active {
    padding-left: 46px;
  }
  .header__nav-item > a.active svg {
    position: absolute;
    left: 20px;
    transform: rotate(90deg);
  }
  .header__nav-item > a.active + .header__nav-sub {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .header__nav-item:hover > a {
    color: #46B3DE;
  }
  .header__nav-item:hover > a svg {
    transform: rotateX(180deg);
  }
  .header__nav-item:hover > a svg path {
    fill: #46B3DE;
    stroke: #46B3DE;
  }
  .header__nav-item:hover .header__nav-sub {
    display: flex;
    z-index: 999;
  }
}
@media (max-width: 1024px) {
  .header__nav-item.subactive .header__nav-subcol:not(.active) {
    display: none;
  }
}
.header__nav-sub {
  position: absolute;
  background-color: #F6F6F6;
  padding: 20px 35px;
  top: calc(100% + 24px);
  left: -35px;
  width: max-content;
  border: 1px solid #46B3DE;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media (max-width: 1024px) {
  .header__nav-sub {
    position: static;
    flex-direction: column;
    gap: 1px;
    border: 0;
    border-radius: 0;
    background-color: #FFFFFF;
    padding: 0;
    width: 100%;
  }
}
.header__nav-sub::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 28px;
  display: block;
}
.header__nav-sub ul {
  display: flex;
  flex-direction: column;
  max-height: 550px;
  overflow: auto;
}
@media (max-height: 720px) {
  .header__nav-sub ul {
    max-height: 300px;
  }
}
@media (max-width: 1024px) {
  .header__nav-sub ul {
    max-height: 100%;
  }
}
.header__nav-sub ul li {
  padding: 0 10px 0 0;
}
@media (max-width: 1024px) {
  .header__nav-sub ul li {
    padding: 0;
  }
  .header__nav-sub ul li:not(:last-child) {
    border-bottom: 1px solid #FFFFFF;
  }
}
.header__nav-sub ul li a {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .header__nav-sub ul li a {
    padding: 19px 20px;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
  }
}
.header__nav-sub ul li a:hover {
  text-decoration: underline;
  color: #46B3DE;
}
.header__nav-sub_wide {
  width: calc(1400px + 70px);
}
@media (max-width: 1440px) {
  .header__nav-sub_wide {
    width: calc(1160px + 70px);
  }
}
@media (max-width: 1200px) {
  .header__nav-sub_wide {
    width: calc(984px + 70px);
  }
}
@media (max-width: 1024px) {
  .header__nav-sub_wide {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .header__nav-sub_wide ul {
    display: none;
  }
}
.header__nav-subcol {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 33.3%;
}
@media (max-width: 1024px) {
  .header__nav-subcol {
    background-color: #F6F6F6;
    width: 100%;
  }
}
.header__nav-subcol span {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin: 0 0 14px;
}
@media (max-width: 1024px) {
  .header__nav-subcol span {
    display: flex;
    font-size: 24px;
    line-height: 24px;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 19px 20px;
    cursor: pointer;
  }
}
@media (max-width: 1024px) {
  .header__nav-subcol span svg {
    transform: rotate(-90deg);
  }
}
.header__nav-subcol:not(:last-child) {
  margin: 0 52px 0 0;
}
@media (max-width: 1024px) {
  .header__nav-subcol:not(:last-child) {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .header__nav-sublist.active {
    display: block;
  }
}
.header__nav-sub:not(.header__nav-sub_wide) .header__nav-subcol {
  width: 100%;
}
.header__social {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 0 auto;
}
.header__social a {
  width: 34px;
  height: 36px;
}
.header__social .tg:hover path{
  fill: #000000;
}
.footer__social a .svg-wrap{
  display:flex;
  background: #fff;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
}
.header__social a svg {
  width: 100%;
  height: 100%;
}
.header__social a svg circle {
  transition: fill ease 0.3s;
}
.header__social a:hover svg circle {
  fill: #000000;
}
.header__burger {
  gap: 18px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .header__burger {
    display: flex;
    align-items: center;
  }
}
.header__burger span {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}
.header__burger-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: relative;
}
.header__burger .opened {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease 0.3s, visibility ease 0.3s;
}
.header__burger .closed {
  opacity: 1;
  visibility: visible;
  transition: opacity ease 0.3s, visibility ease 0.3s;
}
.header__burger.active .closed {
  opacity: 0;
  visibility: hidden;
}
.header__burger.active .opened {
  opacity: 1;
  visibility: visible;
}
.header__burger.active span {
  color: #46B3DE;
}
.footer {
  margin-top: auto;
  padding: 40px 0 30px;
  background-color: #46B3DE;
  background-image: url(/images/footer-el.png);
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .footer {
    background-image: none;
    padding: 18px 0 30px;
  }
}
.footer__inner {
  position: relative;
}
.footer__up {
  position: fixed;
  /*left: calc(100% + 37px);*/
  /*top: 80px;*/
  right: 75px;
  bottom: 25px;
  width: 89px;
  height: 89px;
  border-radius: 100%;
  border: 1px solid #46B3DE;
  background-color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  transition: color ease 0.3s, background-color ease 0.3s;
  z-index: 100;
}
.footer__up:not(.is-active){
  display: none;
}
.footer__up:hover {
  background-color: #8CE3FF;
  color: #FFFFFF;
}

.footer__top {
  display: flex;
  align-items: center;
  padding: 0 0 40px;
  border-bottom: 1px solid #FFFFFF;
  margin: 0 0 43px;
}
@media (max-width: 1024px) {
  .footer__top {
    padding: 0 0 18px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .footer__top {
    flex-direction: column;
  }
}
.footer__logo {
  width: 100%;
  max-width: 315px;
  margin: 0 28px 0 0;
}
@media (max-width: 1440px) {
  .footer__logo {
    max-width: 245px;
  }
}
@media (max-width: 1200px) {
  .footer__logo {
    margin: 0 14px 0 0;
    max-width: 60px;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    max-width: 260px;
    margin: 0 auto 16px;
  }
}
@media (max-width: 1200px) {
  .footer__logo img:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer__logo img:first-child {
    display: block;
  }
}
.footer__logo img:last-child {
  display: none;
}
@media (max-width: 1200px) {
  .footer__logo img:last-child {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer__logo img:last-child {
    display: none;
  }
}
.footer__address {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  margin: 0 22px 0 0;
  max-width: 202px;
}
.footer__callback {
  margin: 0 46px 0 0;
  width: 100%;
  max-width: 310px;
}
@media (max-width: 1440px) {
  .footer__callback {
    max-width: 225px;
    margin: 0 16px 0 0;
  }
}
@media (max-width: 767px) {
  .footer__callback {
    margin: 19px auto 19px;
  }
  .footer__up {
    right: 2px;
    bottom: 2px;
    width: 65px;
    height: 65px;
    font-size: 13px;
    line-height: 20px;
  }
}
.footer__phone,
.footer__phone[href^="tel"] {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 24px;
  margin: 0 30px 0 0;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .footer__phone {
    font-size: 24px;
    line-height: 24px;
    margin: 0 auto 0 0;
  }
}
@media (max-width: 767px) {
  .footer__phone {
    margin: 0 auto 16px;
  }
}
.footer__phone:hover {
  text-decoration: underline;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1440px) {
  .footer__social {
    gap: 5px;
  }
}
.footer__social a {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__social a svg path {
  transition: fill ease 0.3s;
}
.footer__social a:hover svg path {
  fill: #000000;
}
.footer__middle {
  display: flex;
  gap: 52px;
  padding: 0 0 47px;
  border-bottom: 1px solid #FFFFFF;
  margin: 0 0 24px;
}
@media (max-width: 1024px) {
  .footer__middle {
    padding: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .footer__middle {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
    padding: 0 0 35px;
  }
}
.footer__nav {
  flex: 1 1 auto;
  color: #FFFFFF;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
@media (max-width: 767px) {
  .footer__nav {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 767px) {
  .footer__nav-col {
    gap: 4px;
  }
}
.footer__nav-col span {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}
.footer__nav-col ul {
  list-style: none;
  padding: 0;
  column-count: 2;
  column-gap: 10px;
}
@media (max-width: 1200px) {
  .footer__nav-col ul {
    column-count: 1;
    column-gap: 0;
  }
}
.footer__nav-col ul li:not(::last-child) {
  margin-bottom: 5px;
}
.footer__nav-col ul li a {
  font-size: 18px;
  line-height: 30px;
}
.footer__nav-col ul li a:hover {
  text-decoration: underline;
}
.footer__qr {
  width: 214px;
  height: 214px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 15px 20px 10px;
  border-radius: 20px;
  background-color: #FFFFFF;
  flex: 0 0 auto;
}
.footer__qr a {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.footer__qr a:hover {
  color: #46B3DE;
  text-decoration: underline;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
}
.footer__bottom span {
  font-size: 18px;
  line-height: 24px;
}
.footer__bottom a {
  font-size: 18px;
  line-height: 24px;
}
.footer__bottom a:hover {
  text-decoration: underline;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.64);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease 0.3s, visibility ease 0.3s;
}
@media (max-width: 767px) {
  .modal {
    padding: 20px;
  }
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.modal__inner {
  position: relative;
  border-radius: 20px;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 695px;
}
.modal__inner_vacancies {
  max-width: 1371px;
}
.modal__inner--form {
  padding: 40px 60px 60px;
}
@media (max-width: 767px) {
  .modal__inner--form {
    padding: 39px 24px 47px;
  }
}
.modal__inner--success {
  padding: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .modal__inner--success {
    padding: 29px 10px;
  }
}
.modal__inner_wide {
  max-width: 1370px;
}
.modal__inner + div {
  margin: 35px 0 0;
}
.modal__close {
  position: absolute;
  width: 33px;
  height: 33px;
  top: 22px;
  right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__close svg path {
  transition: fill ease 0.3s;
}
.modal__close:hover svg path {
  fill: #000000;
}
.modal__content {
  display: flex;
  flex-direction: column;
}
.modal__title {
  font-size: 46px;
  line-height: 52px;
  margin: 0 0 45px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 32px;
    line-height: 42px;
    margin: 0 auto 24px;
    max-width: 315px;
  }
}
.modal__form {
  display: flex;
  flex-direction: column;
}
.modal__form_has-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .modal__form_has-col {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.modal__form-col {
  overflow: auto;
}
.modal__form-col:first-child {
  padding: 0 52px 0 0;
}
@media (max-width: 1200px) {
  .modal__form-col:first-child {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1024px) {
  .modal__form-col:first-child {
    padding: 0;
  }
}
.modal__form-col:last-child {
  padding: 0 0 0 52px;
}
@media (max-width: 1200px) {
  .modal__form-col:last-child {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1024px) {
  .modal__form-col:last-child {
    padding: 0;
  }
}
.modal__success {
  max-width: 350px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .modal__success {
    font-size: 20px;
    line-height: 34px;
  }
}
.modal__success a {
  text-decoration: underline;
  transition: color ease 0.3s;
}
.modal__success a:hover {
  color: #46B3DE;
}
.site-wrapper input:not([type="checkbox"]),
.site-wrapper input:not([type="radio"]) {
  border-radius: 36px;
  border: 1px solid #D9DBDA;
  height: 62px;
  display: flex;
  align-items: center;
  padding: 19px 22px;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  background-color: #FFFFFF;
}
@media (max-width: 400px) {
  .site-wrapper input:not([type="checkbox"]),
  .site-wrapper input:not([type="radio"]) {
    font-size: 14px;
    line-height: 18px;
  }
}
.site-wrapper input:not([type="checkbox"])::placeholder,
.site-wrapper input:not([type="radio"])::placeholder {
  color: #000000;
}
.site-wrapper input:not([type="checkbox"]).error,
.site-wrapper input:not([type="radio"]).error {
  border-color: red !important;
}
.site-wrapper textarea {
  border-radius: 36px;
  border: 1px solid #D9DBDA;
  height: 110px;
  display: flex;
  align-items: center;
  padding: 19px 22px;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  resize: none;
}
@media (max-width: 400px) {
  .site-wrapper textarea {
    font-size: 14px;
    line-height: 18px;
  }
}
.site-wrapper textarea::placeholder {
  color: #000000;
}
.site-wrapper textarea.error {
  border-color: red !important;
}
.site-wrapper input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.site-wrapper input[type="checkbox"] ~ span {
  position: relative;
  display: flex;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #D9DBDA;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.site-wrapper input[type="checkbox"] ~ span:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #46B3DE;
  border-radius: 7px;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  opacity: 0;
  transition: opacity ease 0.3s;
}
.site-wrapper input[type="checkbox"]:checked ~ span:before {
  opacity: 1;
}
.site-wrapper input[type="checkbox"].error ~ span {
  border-color: red !important;
}
.site-wrapper input + p.error {
  display: none !important;
}
.site-wrapper textarea + p.error {
  display: none !important;
}
.site-wrapper .accept {
  display: flex;
  gap: 17px;
  margin-bottom: 30px;
}
.site-wrapper .accept label {
  width: auto;
  height: 100%;
  margin-bottom: 0;
}
.site-wrapper .accept p {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .site-wrapper .accept p {
    font-size: 14px;
    line-height: 18px;
  }
}
.site-wrapper .accept p a {
  text-decoration: underline;
}
.site-wrapper .accept p a:hover {
  color: #46B3DE;
}
.site-wrapper .file-wrapper {
  display: flex;
  align-items: center;
  gap: 47px;
  margin: 0 0 25px;
}
@media (max-width: 1440px) {
  .site-wrapper .file-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .site-wrapper .file-wrapper {
    gap: 15px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .site-wrapper .file-wrapper {
    gap: 13px;
    flex-direction: column;
    text-align: center;
  }
}
.site-wrapper .file-wrapper input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.site-wrapper .file-wrapper input.error ~ .file__btn {
  border-color: red !important;
}
.site-wrapper .file-wrapper .file {
  width: 100%;
  max-width: 252px;
  flex: 0 0 auto;
  margin: 0;
}
@media (max-width: 1200px) {
  .site-wrapper .file-wrapper .file {
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .site-wrapper .file-wrapper .file {
    max-width: 252px;
  }
}
.site-wrapper .file-wrapper .file__btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
}
@media (max-width: 1200px) {
  .site-wrapper .file-wrapper p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .site-wrapper .file-wrapper p {
    font-size: 18px;
    line-height: 24px;
    max-width: 266px;
  }
}
.site-wrapper .inline-form {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .site-wrapper .inline-form {
    padding: 35px 0;
  }
}
.site-wrapper .inline-form input::placeholder,
.site-wrapper .inline-form textarea::placeholder {
  color: #9E9E9E;
}
.site-wrapper .inline-form input.error::placeholder,
.site-wrapper .inline-form textarea.error::placeholder {
  color: red !important;
}
.site-wrapper .inline-form h2 {
  color: #FFFFFF;
  margin: 0 0 23px;
  font-size: 46px;
  line-height: 52px;
}
@media (max-width: 1024px) {
  .site-wrapper .inline-form h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .site-wrapper .inline-form h2 {
    max-width: 310px;
    margin: 0 auto 23px;
  }
}
.site-wrapper .inline-form form {
  background-color: #46B3DE;
  border-radius: 20px;
  padding: 50px 75px 68px;
}
@media (max-width: 1024px) {
  .site-wrapper .inline-form form {
    display: flex;
    flex-direction: column;
    padding: 30px 85px 48px;
  }
}
@media (max-width: 767px) {
  .site-wrapper .inline-form form {
    padding: 17px 22px 38px;
  }
}
.site-wrapper .inline-form__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 40px;
  margin: 0 0 40px;
}
@media (max-width: 1200px) {
  .site-wrapper .inline-form__row {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .site-wrapper .inline-form__row {
    grid-template-columns: 1fr;
    gap: 23px;
    margin: 0 0 23px;
  }
}
.site-wrapper .inline-form__row label {
  width: 100%;
}
.site-wrapper .inline-form__row label input {
  width: 100%;
}
.site-wrapper .inline-form__textarea {
  margin: 0 0 32px;
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .site-wrapper .inline-form__textarea {
    margin: 0 0 41px;
  }
}
.site-wrapper .inline-form__textarea textarea {
  width: 100%;
}
.site-wrapper .inline-form .accept {
  margin: 0 0 30px;
  color: #FFFFFF;
}
.site-wrapper .inline-form .accept a:hover {
  color: #8CE3FF;
}
.site-wrapper .inline-form .accept input:checked ~ span:before {
  background-color: #8CE3FF;
}
.site-wrapper .inline-form .accept input.error ~ span {
  border-width: 3px;
}
.site-wrapper .inline-form button {
  width: 100%;
  max-width: 313px;
}
@media (max-width: 1024px) {
  .site-wrapper .inline-form button {
    margin: 0 auto;
  }
}
.site-wrapper .modal label {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}
.site-wrapper .modal label p.error {
  display: none !important;
}
.site-wrapper .modal .accept label {
  width: auto;
}
.site-wrapper .modal input[type="text"],
.site-wrapper .modal input[type="email"],
.site-wrapper .modal input[type="tel"] {
  display: flex;
  align-items: center;
  height: 62px;
  padding: 18px 40px;
  border: 1px solid #D9DBDA;
  border-radius: 36px;
  color: #000000;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .site-wrapper .modal input[type="text"],
  .site-wrapper .modal input[type="email"],
  .site-wrapper .modal input[type="tel"] {
    padding: 18px 10px 18px 35px;
  }
}
.site-wrapper .modal input[type="text"]::placeholder,
.site-wrapper .modal input[type="email"]::placeholder,
.site-wrapper .modal input[type="tel"]::placeholder {
  color: #9E9E9E;
}
.site-wrapper .modal textarea {
  height: 140px;
  resize: none;
  padding: 18px 40px;
  border: 1px solid #D9DBDA;
  border-radius: 36px;
  color: #000000;
  width: 100%;
}
.site-wrapper .modal textarea.area_vacancy {
  height: 110px;
}
@media (max-width: 767px) {
  .site-wrapper .modal textarea {
    padding: 18px 35px;
  }
}
.site-wrapper .modal textarea::placeholder {
  color: #9E9E9E;
}
.site-wrapper .modal__submit {
  width: 100%;
  max-width: 310px;
}
.site-wrapper .modal__submit_center {
  margin: 0 auto;
}
.banner {
  padding: 0;
  position: relative;
}
.banner__container {
  position: relative;
  width: 100%;
  height: 0;
}
.banner__nav {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 2;
  width: 100%;
  max-width: 310px;
  padding: 50px 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .banner__nav {
    max-width: 148px;
  }
}
@media (max-width: 767px) {
  .banner__nav {
    padding: 22px 0 0;
    max-width: 116px;
    top: -16px;
    right: 40px;
    /*right: calc(50% - 74px);*/
  }
}
.banner__counter {
  color: #FFFFFF;
  font-size: 46px;
  line-height: 52px;
  font-weight: 500;
  letter-spacing: -3px;
  margin: 0 auto 0 0;
}
@media (max-width: 1200px) {
  .banner__counter {
    display: none;
  }
}
.banner__next {
  margin: 0 0 0 23px;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(158, 158, 158, 0.4);
  /*display: block;*/
  display: none;
}
.banner .swiper-slide img {
  width: 100%;
  height: 760px;
  position: relative;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .banner .swiper-slide img {
    height: 640px;
  }
}
@media (max-width: 1200px) {
  .banner .swiper-slide img {
    height: 520px;
  }
}
@media (max-width: 1024px) {
  .banner .swiper-slide img {
    height: 390px;
  }
}
@media (max-width: 767px) {
  .banner .swiper-slide img {
    height: 320px;
  }
}
.banner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 50px 0 0;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .banner__content {
    padding: 110px 0 0;
  }
}
.banner__title {
  max-width: 1070px;
  padding: 23px 42px;
  border-radius: 20px;
  background-color: rgba(70, 179, 222, 0.5);
  font-size: 62px;
  line-height: 84px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .banner__title {
    max-width: 820px;
  }
}
@media (max-width: 1200px) {
  .banner__title {
    max-width: 790px;
    padding: 23px 29px;
  }
}
@media (max-width: 1024px) {
  .banner__title {
    font-size: 38px;
    line-height: 52px;
    max-width: 520px;
  }
}
@media (max-width: 767px) {
  .banner__title {
    max-width: 100%;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    padding: 19px 10px;
  }
}
@media (max-width: 400px) {
  .banner__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.buttons {
  padding: 43px 0 94px;
}
@media (max-width: 1024px) {
  .buttons {
    padding: 35px 0 26px;
  }
}
@media (max-width: 767px) {
  .buttons {
    padding: 20px 0 26px;
  }
}
.buttons__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 1024px) {
  .buttons__row {
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .buttons__row {
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
.buttons .btn .last {
  display: none;
}
@media (max-width: 1200px) {
  .buttons .btn .first {
    display: none;
  }
  .buttons .btn .last {
    display: block;
  }
}
.about {
  padding: 52px 0 58px;
}
@media (max-width: 1024px) {
  .about {
    padding: 26px 0;
  }
}
.about__row {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .about__row {
    flex-direction: column;
  }
}
.about__img {
  width: 100%;
  max-width: 680px;
  margin: 0 47px 0 0;
  padding: 6px;
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .about__img {
    display: none;
  }
}
.about__img img {
  width: 100%;
  height: 455px;
  object-fit: cover;
  border-radius: 20px;
}
.about__content {
  width: 100%;
  max-width: 626px;
}
@media (max-width: 1024px) {
  .about__content {
    text-align: center;
    max-width: 100%;
  }
}
.about__content h1 {
  font-size: 46px;
  line-height: 52px;
  font-weight: bold;
  margin: 0 0 32px;
}
@media (max-width: 1024px) {
  .about__content h1 {
    margin: 0 0 12px;
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 400px) {
  .about__content h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
.about__content p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 29px;
}
@media (max-width: 1024px) {
  .about__content p {
    margin: 0 0 15px;
  }
}
.about__btn {
  max-width: 362px;
  width: 100%;
}
@media (max-width: 1024px) {
  .about__btn {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .about__btn {
    max-width: 220px;
  }
}
.directions {
  padding: 58px 0 70px;
}
@media (max-width: 1024px) {
  .directions {
    padding: 26px 0 35px;
  }
}
.directions__wrapper {
  position: relative;
}
@media (max-width: 1024px) {
  .directions__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.directions__title {
  font-size: 46px;
  line-height: 52px;
  font-weight: bold;
  margin: 0 0 65px;
  max-width: 1055px;
}
@media (max-width: 1440px) {
  .directions__title {
    max-width: 805px;
  }
}
@media (max-width: 1024px) {
  .directions__title {
    font-size: 38px;
    line-height: 48px;
    margin: 0 0 10px;
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .directions__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.directions__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px 58px;
}
@media (max-width: 1440px) {
  .directions__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 28px;
  }
}
@media (max-width: 1024px) {
  .directions__list {
    gap: 56px 22px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .directions__list {
    grid-template-columns: 1fr;
    gap: 31px 22px;
  }
}
.directions__item {
  display: flex;
  align-items: center;
  gap: 9px;
}
@media (max-width: 1024px) {
  .directions__item {
    gap: 22px;
  }
}
.directions__item a {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}
@media (max-width: 400px) {
  .directions__item a {
    font-size: 18px;
    line-height: 24px;
  }
}
.directions__item a:hover {
  text-decoration: underline;
  color: #46B3DE;
}
.directions__img {
  width: 100px;
  flex: 0 0 auto;
}
.directions__btn {
  width: 100%;
  max-width: 280px;
}
.articles-main {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .articles-main {
    padding: 35px 0 25px;
  }
}
.articles-main__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media (max-width: 1024px) {
  .articles-main__list {
    gap: 70px;
  }
}
.articles-main__item {
  display: flex;
  align-items: center;
  gap: 46px;
}
@media (max-width: 1024px) {
  .articles-main__item {
    flex-direction: column-reverse;
    text-align: center;
    gap: 15px;
  }
}
.articles-main__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .articles-main__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.articles-main__content {
  width: 100%;
}
.articles-main__content h2 {
  font-size: 46px;
  line-height: 52px;
  font-weight: bold;
  margin: 0 0 32px;
}
@media (max-width: 1200px) {
  .articles-main__content h2 {
    margin: 0 0 20px;
  }
}
@media (max-width: 1024px) {
  .articles-main__content h2 {
    font-size: 38px;
    line-height: 52px;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .articles-main__content h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 400px) {
  .articles-main__content h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.articles-main__content p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 45px;
}
@media (max-width: 1200px) {
  .articles-main__content p {
    margin: 0 0 25px;
  }
}
@media (max-width: 1024px) {
  .articles-main__content p {
    margin: 0 0 20px;
  }
}
.articles-main__link {
  width: 100%;
  max-width: 260px;
}
@media (max-width: 1024px) {
  .articles-main__link {
    max-width: 200px;
  }
}
.articles-main__img {
  width: 100%;
  max-width: 680px;
  padding: 6px;
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .articles-main__img {
    max-width: 100%;
  }
}
.articles-main__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  height: 373px;
}
@media (max-width: 1024px) {
  .articles-main__img img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .articles-main__img img {
    height: auto;
    min-height: 204px;
  }
}
.about-desc {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .about-desc {
    padding: 50px 0 25px;
  }
}
@media (max-width: 767px) {
  .about-desc {
    padding: 30px 0 25px;
  }
}
.about-desc__quote {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 40px;
}
.about-desc__quote p {
  max-width: 992px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
.tiles_about {
  padding: 60px 0 70px;
}
@media (max-width: 1024px) {
  .tiles_about {
    padding: 25px 0 35px;
  }
}
@media (max-width: 767px) {
  .tiles_about {
    padding: 25px 0;
  }
}
.tiles_about .tiles__item {
  gap: 29px;
  text-align: center;
}
.tiles_corporate {
  padding: 60px 0 70px;
}
@media (max-width: 1024px) {
  .tiles_corporate {
    padding: 25px 0 35px;
  }
}
@media (max-width: 767px) {
  .tiles_corporate {
    padding: 25px 0 35px;
  }
}
@media (max-width: 1440px) {
  .tiles_corporate h2 {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .tiles_corporate h2 {
    text-align: left;
  }
}
.tiles_corporate .tiles__icon {
  margin: 0 auto 29px;
}
.tiles_corporate .tiles__item {
  min-height: 332px;
}
.tiles_corporate .tiles__item .tiles__arrow {
  margin: auto auto 0;
}
.tiles_corporate .tiles__item .tiles__arrow path {
  transition: stroke ease 0.3s, fill ease 0.3s;
}
.tiles_corporate .tiles__item .tiles__arrow:hover path {
  stroke: #46B3DE;
  fill: #46B3DE;
}
@media (max-width: 1024px) {
  .about-gallery .swiper-slide {
    width: 457px;
    margin-right: 13px;
  }
}
@media (max-width: 767px) {
  .about-gallery .swiper-slide {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .about-license .swiper-slide {
    width: 250px;
    margin-right: 21px;
  }
}
.doctors_page {
  padding: 60px 0 70px;
}
@media (max-width: 1024px) {
  .doctors_page {
    padding: 50px 0 25px;
  }
}
@media (max-width: 767px) {
  .doctors_page {
    padding: 30px 0 25px;
  }
}
.directors_page {
  padding: 60px 0 50px;
}
@media (max-width: 1024px) {
  .directors_page {
    padding: 50px 0 35px;
  }
}
@media (max-width: 767px) {
  .directors_page {
    padding: 30px 0 35px;
  }
}
.directors_page .directors__quote p {
  max-width: 1100px;
}
.vacancies__quote {
  margin: 0 0 40px;
}
@media (max-width: 1024px) {
  .vacancies__quote {
    margin: 0 0 22px;
  }
}
.vacancies__quote p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  max-width: 1100px;
}
@media (max-width: 1200px) {
  .hotline .tiles__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hotline .tiles__list {
    grid-template-columns: 1fr;
  }
}
.hotline .tiles__item {
  min-height: 329px;
}
.hotline .tiles__icon {
  margin: 0 0 30px;
}
.hotline .tiles__text {
  margin: 0 0 22px;
}
.shares_main {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .shares_main {
    padding: 25px 0;
  }
}
.shares_page {
  padding: 60px 0 70px;
}
@media (max-width: 1024px) {
  .shares_page {
    padding: 32px 0 25px;
  }
}
.prices_page {
  padding: 58px 0 70px;
}
@media (max-width: 1024px) {
  .prices_page {
    padding: 32px 0 25px;
  }
}
.documents_companies-page {
  padding: 0 0 50px;
}
@media (max-width: 1024px) {
  .documents_companies-page {
    padding: 0 0 35px;
  }
}
.telegram-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: fixed;
  background: linear-gradient(90deg, #00b4db 0%, #0083b0 100%) !important;
  color: #ffffff !important;
  bottom: 10px;
  right: 50px;
  z-index: 2147483649;
}
.telegram-btn svg{
  width: 50px;
  height: 50px;
}
@media (max-width: 600px) {
  .telegram-btn{
    width: 80px;
    height: 80px;
    right: 5px;
  }
  .telegram-btn svg{
    width: 36px;
    height: 36px;
  }
}

.doctors__list .doctors__item-preview .b-appointment-calendar {
  margin: auto auto 0;
}