button:focus {
  outline: none !important;
}

a {
  color: #006DFF;
}

@media (max-width: 430px) {
  .hide-on-mobile {
    display: none;
  }
}

.new-blue-gradient, button.new-blue-gradient, a.new-blue-gradient {
  background: rgb(40, 35, 128);
  background: -moz-linear-gradient(90deg, rgb(40, 35, 128) 0%, rgb(0, 109, 255) 50%, rgb(78, 232, 191) 100%);
  background: -webkit-linear-gradient(90deg, rgb(40, 35, 128) 0%, rgb(0, 109, 255) 50%, rgb(78, 232, 191) 100%);
  background: linear-gradient(90deg, rgb(40, 35, 128) 0%, rgb(0, 109, 255) 50%, rgb(78, 232, 191) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#282380",endColorstr="#4ee8bf",GradientType=1);
  background-position: 100% 100%;
  transition: all 0.4s ease-in;
}
.new-blue-gradient:hover, button.new-blue-gradient:hover, a.new-blue-gradient:hover {
  filter: brightness(1.1);
  background-size: 100% 120%;
}

@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}

.link-color333 {
  color: #333333;
  font-family: Inter;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
}
.link-color333 :hover {
  color: #006DFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.header-title-service {
  font-family: Inter, serif;
  font-size: 32px !important;
  font-weight: 700;
  line-height: 38.73px;
  text-align: left;
  color: #006DFF !important;
}
@media (max-width: 768px) {
  .header-title-service {
    font-size: 24px !important;
    line-height: 24px;
  }
}

.section-header-text h1 {
  font-family: Inter, serif;
  font-size: 40px !important;
  font-weight: 700;
  line-height: 29px;
  text-align: left;
  color: #333333;
  padding-left: 12px;
}
@media (max-width: 768px) {
  .section-header-text h1 {
    font-size: 24px !important;
    line-height: 24px;
  }
}

.special-blue-header h1 {
  font-size: 40px !important;
  font-weight: 700;
  line-height: 48.41px;
  text-align: left;
  color: #006DFF !important;
}
@media (max-width: 768px) {
  .special-blue-header h1 {
    font-size: 24px !important;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .spec-header-size h1 {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 21.78px;
    text-align: left;
    color: #333333;
    margin-bottom: 4px;
    padding-left: 4px;
  }
}
@media (max-width: 768px) {
  .spec-header-size a {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #006DFF;
    padding-left: 3px;
  }
}

.btn.new-blue-gradient {
  min-width: 147px;
  line-height: 1.7;
  border-radius: 10px;
  border: none !important;
}

.services-mobile-menu {
  top: 145px;
}
.services-mobile-menu .top-msgrs-links svg:hover {
  -webkit-transform: scale(1.28);
  -moz-transform: scale(1.28);
  -o-transform: scale(1.28);
  transform: scale(1.28);
}
.services-mobile-menu .top-mobile-container {
  border-top: 1px solid rgba(205, 210, 218, 0.4);
}
.services-mobile-menu .top-mobile-container .card-body {
  border-radius: 0 0 16px 16px;
  padding: 10px 24px;
}
.services-mobile-menu .top-mobile-container .card-body .card-header {
  padding: 7px 0 0 7px;
  border-bottom: none;
  margin-bottom: 0;
}
.services-mobile-menu .top-mobile-container .card-body .card-header a {
  width: 100%;
  display: inline-flex;
}
.services-mobile-menu .top-mobile-container .card-body .accordion .tmi {
  font-family: Inter, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  text-align: left;
  border-bottom: 1px solid rgba(205, 210, 218, 0.4);
  padding: 14px 5px 14px 10px;
  color: #333333;
}
.services-mobile-menu .top-mobile-container .card-body .accordion .tmi:hover {
  background: #E7ECF4;
  border-radius: 8px;
}
.services-mobile-menu .top-mobile-container .card-body .collapse li, .services-mobile-menu .top-mobile-container .card-body .collapsing li {
  padding: 14px 5px 14px 10px;
  font-family: Inter, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  text-align: left;
  border-bottom: 1px solid rgba(205, 210, 218, 0.4);
}
.services-mobile-menu .top-mobile-container .card-body .collapse li:hover, .services-mobile-menu .top-mobile-container .card-body .collapsing li:hover {
  background: #E7ECF4;
  border-radius: 8px;
}
.services-mobile-menu .top-mobile-container .card-body .collapse a, .services-mobile-menu .top-mobile-container .card-body .collapsing a {
  border: none;
  background: none;
}
.services-mobile-menu .top-mobile-container .card-body .collapse a:hover, .services-mobile-menu .top-mobile-container .card-body .collapsing a:hover {
  background: none;
}
.services-mobile-menu .top-mobile-container .card-body .sub-item-color {
  color: #333333;
}
.services-mobile-menu .top-mobile-container .card-body .app-download-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 0;
}
@media (max-width: 430px) {
  .services-mobile-menu .top-mobile-container .card-body .app-download-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
  }
  .services-mobile-menu .top-mobile-container .card-body .app-download-block img {
    max-width: 125px;
    max-height: 37px;
  }
}
.services-mobile-menu .top-mobile-container .contact-section a {
  color: #333333;
}
.services-mobile-menu .top-mobile-container .contact-section .phone-section svg {
  margin-top: -3px;
}

@media (max-width: 468px) {
  .main-top-record-btn {
    display: none;
  }
}

.top-section {
  margin-top: 10px;
  padding-right: 0;
  padding-left: 0;
}
.top-section .top-top {
  padding-left: 15px;
  padding-right: 15px;
}
.top-section .mobile-top-city .dropdown-toggle:after {
  border-top: none;
}
.top-section .mobile-top-city .current-loc {
  font-family: Inter, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  text-align: left;
  color: #006DFF;
}
.top-section .top-main-links {
  margin-left: 11px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.top-section .top-main-links .top-main-link {
  font-family: Inter, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: left;
  color: #A4A6AC;
  text-decoration: none;
  margin-right: 24px;
}
.top-section .top-main-links .top-main-link:last-child {
  margin-right: 0;
}
.top-section .top-main-links .top-main-link:hover {
  color: #333333;
}
.top-section .contact-section {
  min-width: 280px;
  font-family: Inter, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: left;
  color: #333333;
}
.top-section .contact-section svg {
  margin-right: 8px;
}
.top-section .contact-section .phone-section {
  margin-right: 25px;
}
.top-section .contact-section .email-section {
  margin-right: 35px;
}
.top-section .contact-section a {
  text-decoration: none;
  color: #333333;
}
.top-section .contact-section a:hover {
  text-decoration: underline;
}
.top-section .logo-content-section {
  margin-top: 10px;
  border-top: 1px solid #E7ECF4;
  border-bottom: 1px solid #E7ECF4;
  padding: 20px 35px;
  max-height: 107px;
}
@media (max-width: 990px) {
  .top-section .logo-content-section {
    height: 100px;
  }
}
.top-section .logo-content-section .top-logo {
  width: 100%;
  max-width: 500px;
  min-width: 125px;
}
.top-section .logo-content-section .top-logo:hover {
  cursor: pointer;
}
.top-section .cta-section {
  padding-top: 10px;
  padding-bottom: 5px;
}
.top-section .cta-section .bb-top-link {
  font-family: Inter, serif;
  color: #006DFF;
  text-decoration: none;
  padding: 13px 16px;
  width: 55px;
  height: 50px;
  background: rgba(86, 152, 219, 0.1);
  border-radius: 8px;
}
.top-section .cta-section .bb-top-link svg {
  width: 24px;
  height: 18px;
}
.top-section .cta-section .city-section {
  max-width: 226px;
  min-width: 156px;
  text-align: left;
  background: rgba(86, 152, 219, 0.1);
  border-radius: 8px;
}
@media (max-width: 768px) {
  .top-section .cta-section .city-section {
    display: none;
  }
}
.top-section .cta-section .city-section .location-city-img {
  max-width: 14px;
}
.top-section .cta-section .city-section .current-loc {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
  color: #006DFF;
  font-family: Inter, serif;
}
.top-section .cta-section .city-section .dropdown-toggle {
  height: 50px;
  background: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  color: #006DFF;
}
.top-section .cta-section .city-dropdown11 {
  background: #EFF5FC;
  border: 1px solid transparent;
  padding: 2px 3px;
}
.top-section .cta-section .city-dropdown11 :last-child {
  border-bottom: 1px solid transparent !important;
}
.top-section .cta-section .city-dropdown11 button {
  height: 46px;
  background: #EFF5FC !important;
  border-bottom: 1px solid rgba(5, 106, 215, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #006DFF !important;
}
.top-section .cta-section .city-dropdown11 button:hover {
  background: #D7E6F7 !important;
  border-radius: 8px;
  border-bottom: 1px solid transparent;
}
.top-section .cta-section .city-dropdown11 button:hover a {
  color: #333333;
  text-decoration: none;
}
.top-section .desktop-menu {
  background: #F5F8FB;
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Inter, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
  border-bottom: 1px solid #E7ECF4;
}
.top-section .desktop-menu .top-menu .flex-fill:not(:first-child) {
  background-position-y: 3px;
  background-image: url("../img/menu-separator.svg");
  background-repeat: no-repeat;
}
.top-section .desktop-menu .dropdown-menu-v11 {
  background: #F5F8FB !important;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: center;
  color: #333333;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  min-width: 225px;
}
.top-section .desktop-menu .dropdown-menu-v11 :last-child {
  border-bottom: 1px solid transparent !important;
}
.top-section .desktop-menu .dropdown-menu-v11 li {
  border-bottom: 1px solid #E7ECF4;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.top-section .desktop-menu .dropdown-menu-v11 li:hover {
  background: #E7ECF4;
  border-radius: 8px;
  border-bottom: 1px solid transparent;
}
.top-section .desktop-menu .dropdown-menu-v11 li:hover a {
  color: #333333;
  text-decoration: none;
}
.top-section .desktop-menu .dropdown-toggle:hover svg path {
  fill: #006DFF;
}
.top-section .desktop-menu a {
  color: #333333;
}
.top-section .desktop-menu a:hover {
  text-decoration: underline;
  color: #006DFF;
}

.top-mobile-bg {
  background-size: 100% 100%;
  background: url(../img/top_bg3.png) no-repeat left center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 40vh;
  border-radius: 12px;
  padding: 22px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-end;
}
@supports (-webkit-touch-callout: none) {
  .top-mobile-bg .top-mobile-bg {
    background-attachment: scroll;
  }
}
.top-mobile-bg .tmb-header {
  color: #FFFFFF;
  font-family: Inter, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: left;
}
.top-mobile-bg .tmb-description {
  font-family: Inter, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: #FFFFFF;
}
.top-mobile-bg .tmb-hr {
  border-top: 1px solid #FFFFFF;
  width: 100%;
  padding: 0;
  margin: 0;
  opacity: 0.5;
}

.content {
  background: #FFFFFF;
}

.home-content {
  background: #F2F9FF;
}

.slider-section {
  padding: 16px;
}
.slider-section .main-slider .slide-video {
  border-radius: 10px;
}

.slider-home {
  font-family: Inter, serif;
}
.slider-home .cv-control-item {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 12px;
}
.slider-home .cv-control-item:hover {
  transition: 0.4s;
  border: 2px solid #5698DB;
}
.slider-home .cv-control-item:hover svg path {
  transition: 0.5s;
  fill: #5698DB !important;
}
.slider-home .title {
  margin-bottom: 40px;
  height: 52px;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
.slider-home .price-icon svg {
  /*width: 18px;*/
}
.slider-home .cena-line {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  margin-left: 20px;
  margin-right: 10px;
  color: #333333;
}

.home-med-services {
  border-radius: 12px;
}
.home-med-services .main-services {
  padding-top: 3.5rem;
}

.home-doctors {
  background: #EBF4FF;
  border-radius: 12px;
  padding-bottom: 2.5rem;
}
.home-doctors .home-doctors-title {
  padding-top: 3.5rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 500px) {
  .home-doctors .home-doctors-title {
    display: block !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .home-doctors .home-doctors-title .all-doctors-link {
    width: 100%;
  }
  .home-doctors .home-doctors-title .all-doctors-link .btn.blue-gradient {
    width: 100%;
  }
}
.home-doctors .doctors-slider-container {
  position: relative;
  overflow: hidden;
}
.home-doctors .doctors-slider {
  display: flex;
  transition: transform 0.3s ease;
}
.home-doctors .doctor-card {
  background: #FFFFFF;
  height: 480px;
  width: 385px;
  margin-bottom: 10px;
  margin-right: 12px;
  padding: 15px 15px 20px;
  border-radius: 12px;
  cursor: pointer;
  border: 2px solid transparent;
}
.home-doctors .doctor-card:hover {
  box-shadow: 3px 4px 10px 3px rgba(81, 145, 210, 0.2);
  transition: 0.3s;
}
.home-doctors .doctor-card .doctor-card-img {
  border-radius: 12px;
  margin-bottom: 18px;
  background: rgba(142, 194, 255, 0.8980392157);
  max-height: 272px;
  overflow: hidden;
}
.home-doctors .doctor-card .doctor-card-img img {
  height: 335px;
  border-radius: 12px;
}
@media (max-width: 500px) {
  .home-doctors .doctor-card .doctor-card-img img {
    height: 70vmin;
  }
}
.home-doctors .doctor-card .doctor-position {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #5699DD;
  margin-bottom: 4px;
  max-height: 21px;
  overflow: hidden;
}
.home-doctors .doctor-card .doctor-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 12px;
}
.home-doctors .doctor-card .doctor-card-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  margin-bottom: 21px;
  height: 54px;
  overflow: hidden;
  max-width: 332px;
}
@media (max-width: 500px) {
  .home-doctors .doctor-card .doctor-card-subtitle {
    height: 40px;
  }
}
.home-doctors .doctor-card .staj {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
}
.home-doctors .prev,
.home-doctors .next {
  position: absolute;
  transform: translateY(-50%);
  background: #FFFFFF;
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 22px 24px 12px 24px;
  gap: 15px;
  border-radius: 30px;
  margin-top: -251px;
  margin-left: 3%;
  margin-right: 3%;
}
.home-doctors .prev:hover,
.home-doctors .next:hover {
  box-shadow: 3px 4px 10px 3px rgba(81, 145, 210, 0.2);
  transition: 0.3s;
}
.home-doctors .prev {
  left: 0;
}
.home-doctors .next {
  right: 0;
}

.main-advantages .advantage .ablock {
  padding: 26px;
  border-radius: 8px;
  margin-left: 8px;
}
.main-advantages .advantage .title {
  font-family: Inter, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
}
.main-advantages .advantage .mobile-text {
  max-width: 305px;
  font-family: Inter, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
.main-advantages .custom-bg-1 {
  background: url(../img/home-feature-1.png) no-repeat;
}
.main-advantages .custom-bg-4 {
  background: url(../img/home-feature-2.png) no-repeat;
}
.main-advantages .custom-bg-1, .main-advantages .custom-bg-4 {
  background-size: cover;
}
.main-advantages .custom-bg-1 .advantage-description, .main-advantages .custom-bg-4 .advantage-description {
  margin-top: 60px;
}
.main-advantages .custom-bg-1 span, .main-advantages .custom-bg-1 p, .main-advantages .custom-bg-4 span, .main-advantages .custom-bg-4 p {
  color: #FFFFFF;
}

.home-about-clinical {
  background: #EBF4FF;
}
.home-about-clinical .about-clinical {
  font-family: Inter, serif;
  padding-top: 2rem;
}
.home-about-clinical .about-clinical .count-about {
  font-size: 64px;
  font-weight: 600;
  line-height: 77px;
  margin-bottom: 12px;
}
.home-about-clinical .about-clinical .text-about {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.05px;
  text-align: left;
}
.home-about-clinical .statistics-details-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.5px;
  margin-bottom: 12px;
}
.home-about-clinical .statistics-details-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 24px;
}

.home-awards {
  background: #FFFFFF;
  border-radius: 12px;
  padding-bottom: 2.5rem;
}
.home-awards .home-awards-title {
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}
@media (max-width: 500px) {
  .home-awards .home-awards-title {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.home-awards .awards-slider-container {
  position: relative;
  overflow: hidden;
}
.home-awards .awards-slider {
  display: flex;
  transition: transform 0.3s ease;
}
.home-awards .awards-card {
  background: #FFFFFF;
  height: 480px;
  width: 385px;
  min-width: 350px;
  margin-bottom: 10px;
  margin-right: 12px;
  padding: 15px 15px 20px;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid #E7ECF4;
}
.home-awards .awards-card:hover {
  transition: 0.3s;
  border: 1px solid #5699DD;
}
.home-awards .awards-card .awards-card-img {
  border-radius: 12px;
  margin-bottom: 18px;
  background: #F5F8FB;
  max-height: 272px;
  overflow: hidden;
  text-align: center;
}
.home-awards .awards-card .awards-card-img img {
  height: 272px;
  border-radius: 12px;
}
.home-awards .awards-card .awards-position {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #5699DD;
  margin-bottom: 4px;
}
.home-awards .awards-card .awards-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 12px;
}
.home-awards .awards-card .awards-card-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  margin-bottom: 21px;
  height: 54px;
  overflow: hidden;
}
.home-awards .awards-card .staj {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
}
.home-awards .prev,
.home-awards .next {
  position: absolute;
  transform: translateY(-50%);
  background: #FFFFFF;
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 22px 24px 12px 24px;
  gap: 15px;
  border-radius: 30px;
  margin-top: -251px;
  margin-left: 3%;
  margin-right: 3%;
}
.home-awards .prev:hover,
.home-awards .next:hover {
  box-shadow: 3px 4px 10px 3px rgba(81, 145, 210, 0.2);
  transition: 0.3s;
}
.home-awards .prev {
  left: 0;
}
.home-awards .next {
  right: 0;
}

.home-photo-gallery-title {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}

.home-latest-news {
  background: #FFFFFF;
  border-radius: 12px;
  padding-bottom: 2.5rem;
}
.home-latest-news .home-ln-title {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 500px) {
  .home-latest-news .home-ln-title {
    display: block !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .home-latest-news .home-ln-title .all-ln-link {
    width: 100%;
  }
  .home-latest-news .home-ln-title .all-ln-link .btn.blue-gradient {
    width: 100%;
  }
}
.home-latest-news .ln-slider-container {
  position: relative;
  overflow: hidden;
}
.home-latest-news .ln-slider {
  display: flex;
  transition: transform 0.3s ease;
}
.home-latest-news .ln-card {
  background: #FFFFFF;
  height: 586px;
  width: 49%;
  margin-bottom: 10px;
  margin-right: 12px;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1019607843);
  border: 3px solid #FFFFFF;
}
@media (max-width: 680px) {
  .home-latest-news .ln-card {
    width: 95%;
  }
}
.home-latest-news .ln-card:hover {
  box-shadow: 3px 4px 10px 3px rgba(81, 145, 210, 0.2);
  transition: 0.3s;
  border: 3px solid #5698DB;
}
.home-latest-news .ln-card:hover .bottom-read-more {
  background: var(--fill-paleblue, #F0F6FD);
}
.home-latest-news .ln-card:hover .bottom-read-more a {
  color: #5698DB;
  text-decoration: none;
}
.home-latest-news .ln-card:hover .bottom-read-more svg path {
  fill: #5698DB;
}
.home-latest-news .ln-card .ln-sector {
  display: block;
}
.home-latest-news .ln-card .ln-sector .ln-content {
  padding: 15px 15px 10px;
}
.home-latest-news .ln-card .ln-sector .ln-card-desc .date-type {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #A4A6AC;
  margin-top: 5px;
  margin-bottom: 8px;
  height: 20px;
  overflow: hidden;
}
.home-latest-news .ln-card .ln-sector .ln-card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  text-align: left;
  color: #333333;
  margin-top: 5px;
  margin-bottom: 8px;
  height: 62px;
  overflow: hidden;
}
.home-latest-news .ln-card .ln-sector .ln-card-text {
  margin-top: 5px;
  margin-bottom: 8px;
  height: 118px;
  overflow: hidden;
}
.home-latest-news .ln-card .ln-card-img {
  border-radius: 12px;
  margin-bottom: 18px;
  background: rgba(142, 194, 255, 0.8980392157);
  max-height: 272px;
  overflow: hidden;
}
.home-latest-news .ln-card .ln-card-img img {
  height: 335px;
  border-radius: 12px;
}
.home-latest-news .bottom-read-more {
  padding: 0 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid rgba(164, 166, 172, 0.2);
  height: 40px;
  border-radius: 0 0 8px 8px;
}
.home-latest-news .bottom-read-more a {
  color: #A4A6AC;
}
.home-latest-news .bottom-read-more :hover {
  background: var(--fill-paleblue, #F0F6FD);
}
.home-latest-news .bottom-read-more :hover a {
  color: #5698DB;
}
.home-latest-news .prev,
.home-latest-news .next {
  position: absolute;
  transform: translateY(-50%);
  background: #FFFFFF;
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 22px 24px 12px 24px;
  gap: 15px;
  border-radius: 30px;
  margin-top: -333px;
  margin-left: 3%;
  margin-right: 3%;
}
.home-latest-news .prev:hover,
.home-latest-news .next:hover {
  box-shadow: 3px 4px 10px 3px rgba(81, 145, 210, 0.2);
  transition: 0.3s;
}
.home-latest-news .prev {
  left: 0;
}
.home-latest-news .next {
  right: 0;
}

.home-popular-questions {
  background: #F2F9FF;
  padding-bottom: 5rem;
}
.home-popular-questions h1 {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}
.home-popular-questions .faq-container {
  transition: max-height 0.5s ease;
}
.home-popular-questions .faq-container .top-question-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
.home-popular-questions .faq-container .top-question-section .faq-question {
  max-width: 90%;
  /*height: 35px;*/
  overflow: hidden;
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.home-popular-questions .faq-container .top-question-section .open-close-section {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.home-popular-questions .faq-container .top-question-section .open-close-section svg {
  width: 32px;
}
.home-popular-questions .faq {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.home-popular-questions .top-question-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
}
.home-popular-questions .faq-answer {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
}
.home-popular-questions .faq-answer.show {
  padding: 0 15px 15px;
  max-height: 200px;
}
.home-popular-questions .open-close-section svg {
  transition: transform 0.5s ease;
}
.home-popular-questions .open-close-section svg.open {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .main-slider {
    display: none;
  }
  .slider-home a {
    margin-bottom: 10px;
  }
}
@media (max-width: 850px) {
  .top-section .top-main-links {
    display: none;
  }
}
@media (max-width: 480px) {
  .top-section .top-main-links, .top-section .cta-section .bb-top-link, .top-section .cta-section .city-section {
    display: none;
  }
}
.footer {
  position: absolute;
}
.footer .app-download-block {
  display: inline-flex;
  margin-top: 30px;
  justify-items: start;
  align-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.footer .app-download-block .app-download {
  transition: 0.5s;
}
.footer .app-download-block .app-download:hover {
  box-shadow: 0 0 20px 0 #FFFFFF;
  border-radius: 7px;
}
.footer .footer-cookies-info {
  max-width: 363px;
  color: var(--text-paleblue, #B4D2F3);
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer .footer-cookies-info a {
  color: var(--text-paleblue, #B4D2F3);
  text-decoration: underline;
}
.footer .footer-center-menu {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  text-align: left;
}
.footer .footer-center-menu li {
  margin-bottom: 10px;
}
.footer .footer-center-menu .submenu-item {
  color: var(--text-paleblue, #B4D2F3);
}
.footer .footer-center-menu a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer .footer-second-line {
  border-top: 1px solid rgba(205, 210, 218, 0.3019607843);
}
.footer .footer-user-agreement-menu {
  display: flex;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #B4D2F3;
  margin-right: 24px;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-user-agreement-menu a {
  color: #B4D2F3;
  text-decoration: none;
}
.footer .footer-user-agreement-menu a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer .footer-contact-number {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: right;
  color: #FFFFFF;
  text-decoration: none;
}
.footer .footer-messengers-list {
  height: 24px;
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
  flex-direction: row;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 30px;
}
.footer .footer-messengers-list img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.footer .footer-messengers-list img:hover {
  -webkit-transform: scale(1.28);
  -moz-transform: scale(1.28);
  -o-transform: scale(1.28);
  transform: scale(1.28);
}
.footer .footer-messengers-list .footer-messenger-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: right;
  color: #B4D2F3;
  margin-right: 10px;
}
@media (min-width: 450px) and (max-width: 992px) {
  .footer .footer-messengers-list {
    justify-content: center;
    margin-bottom: 5px;
  }
}
@media (max-width: 450px) {
  .footer .footer-messengers-list {
    justify-content: start;
    margin-bottom: 5px;
  }
}
.footer .footer-contact-info {
  color: #FFFFFF;
  margin-top: 25px;
}
.footer .footer-contact-info .how-to-get-to-us {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color: #FFFFFF;
  text-decoration: underline;
}
.footer .footer-contact-info .our-address {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  color: #FFFFFF;
  text-decoration: none;
}
.footer .footer-soc-links a:hover {
  box-shadow: 0px 0px 15px 0px #FFFFFF;
  border-radius: 7px;
}
@media (max-width: 768px) {
  .footer .footer-soc-links {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.app-download {
  height: 40px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.accessibility-version div, .accessibility-version p, .accessibility-version span, .accessibility-version a, .accessibility-version li, .accessibility-version td, .accessibility-version th, .accessibility-version h1, .accessibility-version h2, .accessibility-version h3, .accessibility-version h4, .accessibility-version h5, .accessibility-version h6 {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
.accessibility-version body {
  font-size: x-large;
  color: #0c0c0c;
}
.accessibility-version .top-section .top-main-link, .accessibility-version .top-section .contact-section {
  font-size: x-large;
  font-weight: 600;
  line-height: 19.5px;
  color: #2c2c2c;
}
.accessibility-version .bb-top-link {
  background: #0e3950 !important;
}
.accessibility-version .bb-top-link svg path {
  fill: #fff;
}
.accessibility-version .desktop-menu a {
  font-size: x-large;
  font-weight: 600;
  line-height: 19.5px;
  color: #2c2c2c;
}
.accessibility-version .cv-control-item .text-18 {
  font-size: x-large !important;
}
.accessibility-version .footer a,
.accessibility-version .footer-cookies-info,
.accessibility-version .sale_container .block_content h6,
.accessibility-version .sale_container .block_content p,
.accessibility-version .sale_container .block_content a,
.accessibility-version .sale_container .block_content .sale-main-text ul li,
.accessibility-version .sale .discount,
.accessibility-version .price-element .price-sale-discount,
.accessibility-version .prices .m-3 p,
.accessibility-version .news-post-section .news-date-category {
  font-size: large !important;
  line-height: 22px !important;
  font-family: Inter, serif !important;
}
.accessibility-version .text-small,
.accessibility-version .statistics-details-title,
.accessibility-version .statistics-details-text,
.accessibility-version .text-about,
.accessibility-version .awards-card-desc .awards-position,
.accessibility-version .awards-card-desc .awards-card-title,
.accessibility-version .awards-card-desc .awards-card-subtitle,
.accessibility-version .ln-card-desc .date-type,
.accessibility-version .ln-card-desc .ln-card-title,
.accessibility-version .ln-card-desc .ln-card-text,
.accessibility-version .bottom-read-more a,
.accessibility-version .faq .faq-question,
.accessibility-version .faq .faq-answer,
.accessibility-version .footer-info .footer-contact-number,
.accessibility-version .top-employees p,
.accessibility-version .top-employees a,
.accessibility-version .top-doctors .dep-title,
.accessibility-version .top-doctors .dep-details,
.accessibility-version .top-doctors .position,
.accessibility-version .top-doctors .name,
.accessibility-version .top-doctors .doctor-details,
.accessibility-version .top-doctors .doctor-details p,
.accessibility-version .top-doctors .doctor-details a,
.accessibility-version .top-doctors .experience,
.accessibility-version .otdel-list a,
.accessibility-version .dep .dep-title,
.accessibility-version .dep .dep-details,
.accessibility-version .doctors-list .doctor-info-card .di-title h3 a,
.accessibility-version .dep .doctor-info-card .doctor-details,
.accessibility-version .doctors-list .position,
.accessibility-version .dep .doctor-info-card .doctor-details p,
.accessibility-version .dep .doctor-info-card .doctor-details p,
.accessibility-version .encyclopedia .encyclopedia-item,
.accessibility-version .encyclopedia .encyclopedia-item .description,
.accessibility-version .encyclopedia-item .title,
.accessibility-version .encyclopedia-item .description,
.accessibility-version .diagostic span,
.accessibility-version .diagostic p,
.accessibility-version .diagostic a,
.accessibility-version .diagostic div,
.accessibility-version .text-18,
.accessibility-version .order-form,
.accessibility-version .order-form div,
.accessibility-version .order-form p,
.accessibility-version .order-form a,
.accessibility-version .order-form span,
.accessibility-version .service-about-text p,
.accessibility-version .service-details .top-service .order-visit-link,
.accessibility-version .price-element .price-item__title,
.accessibility-version .price-element .price-item-description ul li,
.accessibility-version .price-item__price,
.accessibility-version .service-content-section,
.accessibility-version .service-content-section p,
.accessibility-version .service-content-section a,
.accessibility-version .service-content-section ul li,
.accessibility-version .service-content-section ol li,
.accessibility-version .service-content-section li,
.accessibility-version .service-content-section span,
.accessibility-version .service-content-section div,
.accessibility-version .price-element .price-item-description p,
.accessibility-version .price-element .price-item-description span,
.accessibility-version .price-element .price-item-description a,
.accessibility-version .price-element .price-item-description ul,
.accessibility-version .price-element .price-item-description li,
.accessibility-version .price-menu h2,
.accessibility-version .price-menu p,
.accessibility-version .price-menu a,
.accessibility-version .price-menu li,
.accessibility-version .price-menu span,
.accessibility-version .price-menu div,
.accessibility-version .price-menu ul,
.accessibility-version .top-costs .info-text-price p,
.accessibility-version .contacts-page .contact-with-us .contact-with-us-link,
.accessibility-version .contacts-page .c-section,
.accessibility-version .contacts-page .c-section p,
.accessibility-version .contacts-page .c-section a,
.accessibility-version .contacts-page .how-to-arrive .right-header,
.accessibility-version .contacts-page .how-to-arrive .right-header .gray,
.accessibility-version .contacts-page .how-to-arrive .variant-header .contacts-variant-text,
.accessibility-version .contacts-page .how-to-arrive .variant-text li,
.accessibility-version .news-context-right-menu .menu-item,
.accessibility-version .news-post-section .title-news-desktop,
.accessibility-version .main-news-text,
.accessibility-version .main-news-text p,
.accessibility-version .main-news-text a,
.accessibility-version .main-news-text span,
.accessibility-version .main-news-text div,
.accessibility-version .main-news-text ul,
.accessibility-version .main-news-text li,
.accessibility-version .text-left a,
.accessibility-version .doctor-page .right-doc-info .doctor-details,
.accessibility-version .doctor-page .right-doc-info .experience,
.accessibility-version .doctor-page .right-doc-info .order-appointment,
.accessibility-version .doctor-information-page table td,
.accessibility-version .doctor-page .right-doc-info ul li {
  font-size: x-large !important;
  line-height: 24px !important;
}
.accessibility-version .home-popular-questions .faq-answer.show {
  max-height: 315px !important;
}
.accessibility-version .home-latest-news .ln-card .ln-sector .ln-card-desc .date-type {
  height: 25px !important;
}
.accessibility-version .doctor-card {
  height: 560px !important;
}
.accessibility-version .doctor-card .doctor-card-desc .doctor-position, .accessibility-version .doctor-card .doctor-card-desc .doctor-card-title, .accessibility-version .doctor-card .doctor-card-desc .doctor-card-subtitle {
  font-size: x-large !important;
  line-height: 24px;
}
.accessibility-version .doctor-information-page table .years-col {
  min-width: 165px;
}

.news-list-page .news-main-header {
  text-align: center;
}
.news-list-page .ln-sector {
  display: block;
  border: 3px solid #FFFFFF;
}
.news-list-page .ln-sector:hover {
  border: 3px solid #5698DB;
  box-shadow: 3px 4px 10px 3px rgba(81, 145, 210, 0.2);
  transition: 0.3s;
  cursor: pointer;
}
.news-list-page .ln-sector:hover .bottom-read-more {
  background: var(--fill-paleblue, #F0F6FD);
}
.news-list-page .ln-sector:hover .bottom-read-more a {
  color: #5698DB;
  text-decoration: none;
}
.news-list-page .ln-sector:hover .bottom-read-more svg path {
  fill: #5698DB;
}
.news-list-page .ln-sector .ln-content {
  padding: 15px 15px 10px;
}
.news-list-page .ln-sector .ln-card-desc .date-type {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #A4A6AC;
  margin-top: 5px;
  margin-bottom: 8px;
  height: 20px;
  overflow: hidden;
}
.news-list-page .ln-sector .ln-card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  text-align: left;
  color: #333333;
  margin-top: 5px;
  margin-bottom: 8px;
  height: 62px;
  overflow: hidden;
}
.news-list-page .ln-sector .ln-card-text {
  margin-top: 5px;
  margin-bottom: 8px;
  height: 118px;
  overflow: hidden;
}
.news-list-page .ln-sector .ln-card-img {
  border-radius: 12px;
  margin-bottom: 18px;
  background: rgba(142, 194, 255, 0.8980392157);
  max-height: 272px;
  overflow: hidden;
}
.news-list-page .ln-sector .ln-card-img img {
  height: 335px;
  border-radius: 12px;
}
.news-list-page .bottom-read-more {
  padding: 0 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid rgba(164, 166, 172, 0.2);
  height: 40px;
  border-radius: 0 0 8px 8px;
}
.news-list-page .bottom-read-more a {
  color: #A4A6AC;
}
.news-list-page .bottom-read-more :hover {
  background: var(--fill-paleblue, #F0F6FD);
}
.news-list-page .bottom-read-more :hover a {
  color: #5698DB;
}

.back-to-news-list {
  left: 10%;
  position: fixed;
  top: auto;
}

.back-to-news-list, .go-to-next-news {
  background: #F3F4F6;
  border-radius: 8px;
  height: 50px;
  padding-top: 5px;
}

.back-to-news-list, .go-to-next-news, .news-context-right-menu, .service-context-right-menu {
  position: fixed;
  top: auto;
}
@media (max-width: 1280px) {
  .back-to-news-list, .go-to-next-news, .news-context-right-menu, .service-context-right-menu {
    position: static;
  }
}

@media (max-width: 1655px) {
  .service-context-right-menu {
    position: static;
  }
}

.go-to-next-news {
  right: 10%;
}
@media (max-width: 1280px) {
  .go-to-next-news {
    margin-top: -42px;
  }
}

.news-post-section {
  max-width: 654px;
  margin: 0 auto;
}
.news-post-section .super-small-header-news {
  margin: 0 !important;
  padding: 0 !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.news-post-section .news-date-category {
  font-family: Inter, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #A4A6AC;
}
.news-post-section .news-date-category svg {
  margin-top: -4px;
}
.news-post-section .title-news-desktop {
  font-family: Inter, serif;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 21.78px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 12px;
  margin-top: 12px;
  color: #333333;
  padding-left: 0 !important;
}

.news-context-right-menu {
  right: 10%;
  top: 350px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 350px;
}
@media (max-width: 1280px) {
  .news-context-right-menu {
    max-width: none;
    height: auto;
    margin-top: 15px;
  }
}
.news-context-right-menu .menu-item {
  width: 200px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #A4A6AC;
  border-left: 1px solid rgba(164, 166, 172, 0.2);
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1280px) {
  .news-context-right-menu .menu-item {
    width: 100%;
  }
}
.news-context-right-menu .menu-item-active {
  color: #000000;
  border-left: 1px solid #000000;
  font-weight: bold;
}

.service-context-right-menu {
  right: 3%;
  top: 300px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 350px;
}
@media (max-width: 1650px) {
  .service-context-right-menu {
    max-width: none;
    height: auto;
    margin-top: 15px;
    display: none;
    margin-bottom: 24px;
  }
}
.service-context-right-menu .menu-item {
  width: 200px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #A4A6AC;
  border-left: 1px solid rgba(164, 166, 172, 0.2);
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1580px) {
  .service-context-right-menu .menu-item {
    width: 100%;
  }
}
.service-context-right-menu .menu-item-active {
  color: #000000;
  border-left: 1px solid #000000;
  font-weight: bold;
}

.example-news-text h4 {
  margin: 3rem 0;
}

.overflow-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.new-icon-service img {
  width: 20px;
  margin-left: 2px;
  margin-top: -3px;
}

.encyclopedia a {
  color: #02124D;
}
.encyclopedia .encyclopedia-item {
  text-align: center;
  border: 2px solid #E7ECF4;
  border-radius: 12px;
}
.encyclopedia .encyclopedia-item:hover {
  border: 2px solid #5698DB;
}
.encyclopedia .encyclopedia-item .description {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}

.top-costs {
  min-height: 550px;
}
.top-costs .info-text-price {
  margin-left: 16px;
}
.top-costs .info-text-price p {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  text-align: left;
  color: #A4A6AC;
  margin-bottom: 4px;
}
.top-costs .price-menu {
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  .top-costs .price-menu {
    max-width: none;
    height: auto;
    margin-top: 15px;
  }
}
.top-costs .price-menu h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  text-align: left;
  margin-bottom: 16px;
}
.top-costs .price-menu ul {
  border-left: 1px solid rgba(164, 166, 172, 0.2);
}
.top-costs .price-menu .menu-item {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #A4A6AC;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: -1px;
  padding-left: 16px;
  padding-bottom: 6px;
  padding-right: 2px;
}
.top-costs .price-menu .menu-item:hover {
  color: #000000;
  border-left: 1px solid #000000;
  font-weight: bold;
}
.top-costs .price-menu .menu-item-active {
  color: #000000;
  border-left: 1px solid #000000;
  font-weight: bold;
}

.prices .price-cat-header {
  font-size: 32px !important;
  font-weight: 700;
  line-height: 38.73px;
  text-align: left;
  color: #333333 !important;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.price-section-first-type {
  background: white;
}
.price-section-first-type .price-element {
  background: #FAFBFD;
}

.price-section-second-type {
  background: #F5F8FB;
}
.price-section-second-type .price-element {
  background: white;
}

.service-details h2 {
  font-family: Inter;
  color: #006DFF !important;
}
.service-details .top-service {
  border: 1px solid #CDD2DA;
  border-radius: 12px;
  margin-bottom: 3rem;
  margin-right: 0;
  margin-left: 0;
  min-height: 350px;
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.service-details .top-service h1 {
  padding-bottom: 1.5rem !important;
}
.service-details .top-service p {
  font-size: 14px;
}
.service-details .top-service .order-visit-link {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  text-align: left;
}
.service-details .top-service .order-visit-link svg {
  margin-top: -2px;
}
.service-details .price-element {
  background: #FAFBFD;
}
.service-details .service-header-title {
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.73px;
  text-align: left;
  color: #333333;
}
.service-details .service-header-title .blue {
  color: #3DACFC;
}
.service-details .service-about-text {
  font-family: Inter, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #333333;
  max-height: 155px;
  margin-bottom: 19px;
  overflow: hidden;
}

.price-element {
  height: 440px;
  margin-bottom: 15px;
  padding: 17px;
  border-radius: 12px;
  border: 1px solid #E7ECF4;
}
.price-element .price-item-top {
  width: 100%;
  border-bottom: 1px solid #E7ECF4;
  margin-bottom: 17px;
  height: 52px;
  overflow: hidden;
  font-family: Inter, serif;
}
.price-element .price-item-top h3, .price-element .price-item-top a {
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  text-align: left;
  padding-top: 0 !important;
  color: #02124D;
}
.price-element .price-item-top .new-badge {
  position: absolute;
  width: 28px;
  top: 2px;
  right: 30px;
}
.price-element .price-item-description {
  height: 210px;
  overflow: auto;
  margin-bottom: 15px;
  font-family: Inter, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.price-element .price-item-description ul {
  list-style: square;
  margin-bottom: 0;
  padding-left: 16px;
}
.price-element .price-item-description ul li {
  font-size: 14px;
  line-height: 18px;
}
.price-element .price-item-description .price-item-description p {
  font-family: Inter, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.price-element .price-details {
  font-family: Inter, serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  height: 55px;
}
.price-element .price-item-make-appointment {
  border-top: 1px solid #E7ECF4;
  padding-top: 10px;
  margin-bottom: 10px;
}
.price-element .price-item-make-appointment button {
  width: 100%;
}
.price-element .price-item-price-old {
  font-family: Inter, serif;
  color: #A4A6AC;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}
.price-element .price-sale-discount {
  background: #F0F6FD;
  color: #4CA2EA;
  border-radius: 5px;
  padding: 6px 8px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  text-align: center;
  min-height: 30px;
}
.price-element .price-not-available {
  padding: 8px 32px 8px 32px;
  border-radius: 8px;
  width: 100%;
  background: #F0F6FD;
  color: #056AD7;
  border: 0;
  height: 46px;
  font-family: Inter, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: center;
}

.price-item-disabled {
  opacity: 0.7;
}
.price-item-disabled .price-item-description {
  color: #A4A6AC;
}

.contacts-page .contacts-header {
  text-transform: uppercase;
  font-family: Inter, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.73px;
  text-align: left;
  color: #333333;
  padding-bottom: 0.7rem !important;
}
.contacts-page .contact-with-us {
  margin-bottom: 23px;
}
.contacts-page .contact-with-us .contact-with-us-link {
  color: #A4A6AC !important;
  font-family: Inter, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  text-align: left;
}
.contacts-page .call-to-us {
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contacts-page .call-to-us:hover {
  box-shadow: 3px 4px 10px 3px rgba(81, 145, 210, 0.2);
  transition: 0.3s;
}
.contacts-page .left-section {
  padding: 1.3rem;
  border-radius: 8px;
  border: 1px solid #EDEDED;
}
.contacts-page .left-section .c-section {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EDEDED;
}
.contacts-page .left-section .c-section .text-right, .contacts-page .left-section .c-section .text-right p {
  font-family: Inter, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  color: #333333;
}
.contacts-page .left-section .c-section p a {
  font-family: Inter, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  color: #333333 !important;
  text-decoration: none !important;
}
.contacts-page .left-section .c-last {
  border: none !important;
  padding-bottom: 0;
}
.contacts-page .left-section .left-section-label {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
  color: #A4A6AC;
}
.contacts-page .c-top-name {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 13px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 468px) {
  .contacts-page .c-top-name svg {
    max-width: 24px;
  }
}
.contacts-page .how-to-arrive {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}
.contacts-page .how-to-arrive .right-header {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: left;
  text-transform: uppercase;
  color: #333333;
  padding-bottom: 1rem;
}
.contacts-page .how-to-arrive .right-header .gray {
  font-family: Inter, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  color: #A4A6AC;
  text-transform: none;
  margin-top: 6px;
}
.contacts-page .how-to-arrive .variants {
  margin-bottom: 1.5rem;
}
.contacts-page .how-to-arrive .variant-header {
  border-bottom: 2px solid #E7ECF4;
  padding-bottom: 17px;
  margin-bottom: 17px;
  margin-top: 30px;
}
.contacts-page .how-to-arrive .variant-header .big-numbers {
  font-family: Inter, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.73px;
  text-align: left;
  color: #333333;
}
.contacts-page .how-to-arrive .variant-header .contacts-variant-text {
  font-family: Inter, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.78px;
  text-align: left;
  color: #5698DB;
  margin-left: 6px;
}
.contacts-page .how-to-arrive .variant-text ul {
  list-style-type: disc;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}
.contacts-page .how-to-arrive .variant-text li {
  padding-bottom: 0.5rem;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
.contacts-page .map-header {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: left;
  color: #333333;
}

.contacts-gray-section .app-download-block {
  display: flex;
}
.contacts-gray-section .app-download-block img {
  filter: grayscale(100%);
  max-height: 38px;
  max-width: 125px;
  opacity: 0.6;
  transition: filter 0.5s ease-in-out;
}
.contacts-gray-section .app-download-block img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.doctors-list .top-employees {
  border: 1px solid #CDD2DA;
  border-radius: 12px;
  margin-bottom: 4rem;
  margin-right: 0;
  margin-left: 0;
}
.doctors-list .top-employees h1 {
  padding-bottom: 1.5rem !important;
}
.doctors-list .top-employees p {
  font-size: 14px;
}
.doctors-list .top-employees .order-visit-link {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  text-align: left;
}
.doctors-list .top-employees .order-visit-link svg {
  margin-top: -2px;
}
.doctors-list h3 {
  padding-bottom: 1rem;
}
.doctors-list .position {
  color: #056AD7;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 8px;
}
.doctors-list .doctor-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.doctors-list .doctor-title a {
  color: #02124D;
}
.doctors-list .experience {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  margin-bottom: 35px;
}
.doctors-list .top-doctor-photo {
  display: flex;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 768px) {
  .doctors-list .top-doctor-photo {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .doctors-list .top-doctor-photo {
    scale: 1.31;
  }
}
.doctors-list .departments-menu-item:hover {
  color: #000000 !important;
}
.doctors-list .top-doctors {
  margin-bottom: 40px;
  margin-top: 20px;
}
.doctors-list .top-doctors .doc-title-separator {
  height: 1px;
  background-color: #E7ECF4;
  border-radius: 5px;
}
.doctors-list .top-doctors .doctor-details {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
  margin-bottom: 16px;
}
.doctors-list .nav-otdel {
  margin-bottom: 25px;
}
.doctors-list .otdel-list {
  list-style: none;
  margin-bottom: 4rem;
}
.doctors-list .otdel-list:first-child {
  border-left: 1px solid #CDD2DA;
  padding-left: 10px;
}
.doctors-list .otdel-list li {
  display: inline-block;
  margin-right: 25px;
}
.doctors-list .department-info {
  margin-bottom: 25px;
}
.doctors-list .department-info .dep-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.4px;
  color: #333333;
}
.doctors-list .department-info .dep-details {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  color: #A4A6AC;
}
.doctors-list .doctor-info-card {
  border: 1px solid #E7ECF4;
  border-radius: 12px;
  margin-bottom: 2rem;
  margin-right: 8px;
  padding: 14px;
}
.doctors-list .doctor-info-card .di-title h3 {
  padding-top: 0;
}
.doctors-list .doctor-info-card .di-title h3 a {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  text-align: left;
  color: #02124D;
}
.doctors-list .doctor-info-card .di-photo {
  margin-bottom: 10px;
}
.doctors-list .doctor-info-card .di-photo img {
  border-radius: 6px;
}
.doctors-list .doctor-info-card .doctor-details {
  margin-bottom: 2rem;
}
.doctors-list .doctor-info-card .experience {
  margin-bottom: 10px;
}

.doctor-page .vrach_block-wrapper {
  max-height: 555px;
  border-radius: 12px;
  overflow: hidden;
}
.doctor-page .right-doc-info h1 {
  padding-top: 6px;
  margin-bottom: 24px;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 46.8px;
  color: #02124D;
}
.doctor-page .right-doc-info ul {
  list-style: disc;
  margin-left: 32px;
}
.doctor-page .right-doc-info ul li {
  font-family: Inter, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #333333;
  margin-bottom: 6px;
}
.doctor-page .right-doc-info .doctor-details {
  font-family: Inter, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #333333;
  margin-bottom: 24px;
}
.doctor-page .right-doc-info .position {
  margin-top: 8px;
  color: #056AD7;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.2px;
  text-align: left;
}
.doctor-page .right-doc-info .experience {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  margin-bottom: 24px;
}
.doctor-page .right-doc-info .order-appointment {
  padding-top: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  color: #5698DB;
}

/**ORDER FORM**/
.order-form .of-label {
  color: #A4A6AC;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
}
.order-form .form-control {
  font-family: "Inter";
  background: #F5F5F5;
  border: 2px solid transparent;
  border-radius: 8px;
}
.order-form .form-control::placeholder {
  color: #B4B4B4;
}
.order-form .form-control:focus {
  border: 2px solid #5698DB;
  background: #F0F6FD;
  box-shadow: none;
}

/***Diagnostic page**/
.diagnostic-context {
  background: #F5F8FB;
  border-radius: 12px;
  padding: 10px 20px 0 20px;
  text-align: center;
}
.diagnostic-context .top-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CDD2DA;
}
@media (max-width: 700px) {
  .diagnostic-context .top-text {
    flex-direction: column;
  }
}
.diagnostic-context .top-text .diagnostic-header {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.05px;
  text-align: left;
}
.diagnostic-context .top-text .list-diagnostic {
  list-style-type: disc;
  display: ruby;
}
.diagnostic-context .top-text .list-diagnostic li {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  text-align: left;
}
.diagnostic-context .intro-img {
  max-height: 450px;
  border-radius: 12px;
}
@media (max-width: 700px) {
  .diagnostic-context .intro-img {
    width: 100%;
  }
}

.licence-page h1 {
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
  line-height: 48.41px;
  text-align: left;
  color: #333333;
}
.licence-page .licence {
  border: 1px solid #E7ECF4;
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 10px;
}
.licence-page .licence:hover {
  border: 1px solid #056AD7;
  box-shadow: 0 4px 15px 4px rgba(29, 145, 229, 0.1019607843);
  transition: 0.3s;
}

.press-about-us {
  font-family: Inter;
}
.press-about-us h1 {
  padding-bottom: 1rem !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.73px;
  text-align: left;
}
.press-about-us .we-in-press {
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  text-align: left;
  color: #A4A6AC;
}
.press-about-us .top-img-press {
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
  max-height: 428px;
}
.press-about-us .top-img-press img {
  max-width: 380px;
  max-height: 428px;
}
.press-about-us .read-more-line {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: baseline;
}
.press-about-us .read-more-line .source {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  color: #A4A6AC !important;
  margin-right: 8px;
}
.press-about-us .read-more-line .rm-dot {
  margin-top: -4px;
}
.press-about-us .read-more-line .read-article {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  color: #A4A6AC !important;
  margin-left: 8px;
  margin-right: 5px;
  text-decoration: underline;
}
.press-about-us .read-more-line .read-article:hover {
  color: #056AD7 !important;
  cursor: pointer;
}
.press-about-us .read-more-line .read-article:hover .rm-link path {
  fill: #056AD7 !important;
}
.press-about-us .press-item-link .press-title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  text-align: left;
  color: #333333;
}
.press-about-us .press-item-link .rm-link {
  margin-left: 5px;
  margin-top: -2px;
}

.questions-page .faq-container {
  transition: max-height 0.5s ease;
}
.questions-page .faq-container .top-question-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
.questions-page .faq-container .top-question-section .faq-question {
  max-width: 90%;
  /*height: 35px;*/
  overflow: hidden;
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #056AD7;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
}
.questions-page .faq-container .top-question-section .open-close-section {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.questions-page .faq-container .top-question-section .open-close-section svg {
  width: 32px;
}
.questions-page .faq {
  background-color: #F7F9FD;
  border-radius: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.questions-page .top-question-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
}
.questions-page .faq-answer {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  border-top: 1px solid rgba(164, 166, 172, 0.2);
}
.questions-page .faq-answer.show {
  max-height: 200px;
  padding: 10px 15px 15px;
}
.questions-page .faq-answer.show p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.questions-page .open-close-section svg {
  transition: transform 0.5s ease;
}
.questions-page .open-close-section svg.open {
  transform: rotate(180deg);
}
.questions-page .read-more {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #333333;
  text-decoration: underline;
}

.encyclopedia-details .variant-header {
  border-bottom: 1px solid #E7ECF4;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.encyclopedia-details .variant-header .big-numbers {
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.73px;
  text-align: left;
  color: #333333;
}
.encyclopedia-details .variant-header .text-medium {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  color: #5698DB;
  margin-left: 7px;
}
.encyclopedia-details .variant-text {
  ffont-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}

.aus .doctors-list .header-title {
  margin-bottom: 14px;
  padding-bottom: 10px !important;
  padding-top: 30px;
}
.aus .top-aus-text {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
}
.aus .top-aus-text p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
  margin-bottom: 7px;
}
.aus .top-img-cont {
  min-height: 440px;
}

.equipment-list .equipment-card {
  background: #F5F8FB;
  border-radius: 12px;
  border: 1px solid #E7ECF4;
  padding: 14px;
}
.equipment-list .equipment-card:hover {
  border: 1px solid #056AD7;
  box-shadow: 0 4px 15px 4px rgba(29, 145, 229, 0.1019607843);
  transition: 0.3s;
}
.equipment-list .equipment-card .eq-image {
  max-height: 550px;
  max-width: 550px;
}
.equipment-list .equipment-card .big-image {
  max-width: 100% !important;
  max-height: max-content;
}
.equipment-list .equipment-card .eq-details h2 {
  color: #056AD7;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
}
.equipment-list .equipment-card .eq-details .eq-content {
  max-height: 400px;
  overflow: hidden;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
}
.equipment-list .equipment-card .eq-details .eq-show-more a {
  color: #A4A6AC;
  text-decoration: underline;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: left;
}
.equipment-list .exploded {
  max-height: none !important;
  transition: 0.3s;
  -webkit-animation: expand 0.3s forwards;
  -o-animation: expand 0.3s forwards;
  animation: expand 0.3s forwards;
}

.pulse-button {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.pulse-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(5, 106, 215, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: pulse 2.5s infinite;
  z-index: 2;
}

.pulse-button svg {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.6);
    opacity: 0;
  }
}
.doctor-information-page .doctor-history h2 {
  font-weight: 700;
}
@media (max-width: 530px) {
  .doctor-information-page .doctor-history h2 {
    margin-bottom: 15px;
  }
}
.doctor-information-page table .years-col {
  min-width: 140px;
}
@media (max-width: 530px) {
  .doctor-information-page table .years-col {
    min-width: 95px;
  }
}
.doctor-information-page table .place-col {
  min-width: 200px;
  line-height: 21px;
}
@media (max-width: 530px) {
  .doctor-information-page table .place-col {
    min-width: 80px;
  }
}
.doctor-information-page table td {
  border: none !important;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
  color: #333333;
}
.doctor-information-page .doctor-table-separator {
  margin-top: 80px;
  margin-bottom: 80px;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.marketing-light-block {
  background: rgba(65, 170, 249, 0.1019607843);
  border: 2px solid #5698DB;
  border-radius: 20px;
  margin-bottom: 26px;
  margin-top: 20px;
}
.marketing-light-block .mlb-img {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .marketing-light-block .mlb-img {
    margin-top: 20px;
    margin-bottom: 10px;
    justify-content: start;
  }
}
.marketing-light-block .mlb-text {
  padding-top: 28px;
  padding-left: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .marketing-light-block .mlb-text {
    padding-left: 20px;
  }
}
.marketing-light-block .mlb-text .mlb-header {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #5698DB;
  margin-bottom: 3px;
}
.marketing-light-block .mlb-text .mlb-descr {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.cw {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.cw .form-checkbox {
  width: 15px;
  margin-right: 5px;
}

.was-validated .cw .form-control:invalid ~ .invalid-feedback {
  top: -1rem;
  left: 1px;
  position: absolute;
}

.form-control.is-invalid, .was-validated .cw .form-control:invalid,
.form-control.is-valid, .was-validated .cw .form-control:valid {
  box-shadow: none !important;
}

.checkbox-wrapper-4 * {
  box-sizing: border-box;
}

.checkbox-wrapper-4 .cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
}

.checkbox-wrapper-4 .cbx:not(:last-child) {
  margin-right: 6px;
}

.checkbox-wrapper-4 .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}

.checkbox-wrapper-4 .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}

.checkbox-wrapper-4 .cbx:hover span:first-child {
  border-color: #07f;
}

.checkbox-wrapper-4 .inp-cbx {
  position: absolute;
  visibility: hidden;
}

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
  background: #07f;
  border-color: #07f;
  animation: wave-4 0.4s ease;
}

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-4 .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

@media screen and (max-width: 640px) {
  .checkbox-wrapper-4 .cbx {
    width: 100%;
    display: inline-block;
  }
}
@-moz-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
.checkbox-wrapper-4 .cbx span:first-child.checkbox-error {
  border-color: red !important;
}

/*# sourceMappingURL=v11.css.map */
