.footer {
  padding-bottom: 32px;
}

.footer .social {
  margin-top: 0;
}

@media (max-width: 767px) {
  .footer .social {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-bottom: 0;
  }

  .footer .container {
    padding: 0;
  }
}

.svg-top {
  position: absolute;
  top: -1px;
  height: 16px;
  right: -26px;
}

@media (max-width: 1300px) {
  .svg-top {
    display: none;
  }
}

.svg-bottom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: -1px;
  height: 16px;
  right: -26px;
}

@media (max-width: 1300px) {
  .svg-bottom {
    display: none;
  }
}

.footer-wrapper {
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  border-radius: 8px;
}

@media (max-width: 1300px) {
  .footer-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .footer-wrapper {
    border-radius: 0;
    gap: 0;
    grid-template-columns: 1fr;
  }
}

.footer-wrapper .col {
  position: relative;
  padding: 32px;
}

@media (max-width: 767px) {
  .footer-wrapper .col {
    padding: 24px 16px;
  }
}

.footer-wrapper .col:nth-child(2) {
  grid-column: 2/4;
  position: relative;
}

@media (max-width: 1300px) {
  .footer-wrapper .col:nth-child(2) {
    grid-row: 1;
    grid-column: 1/3;
    border-bottom: 1px solid #626670;
    padding-left: 0;
    padding-right: 0;
    margin-left: 32px;
    margin-right: 32px;
  }
}

@media (max-width: 767px) {
  .footer-wrapper .col:nth-child(2) {
    grid-column: 1/2;
    margin-left: 16px;
    margin-right: 16px;
  }
}

.footer-wrapper .col:nth-child(2)::before {
  content: "";
  position: absolute;
  background-color: #626670;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 64px);
}

@media (max-width: 1300px) {
  .footer-wrapper .col:nth-child(2)::before {
    display: none;
  }
}

.footer-wrapper .col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.footer-wrapper .col:last-child .svg-top {
  right: auto;
  left: -26px;
}

.footer-wrapper .col:last-child .svg-bottom {
  right: auto;
  left: -26px;
}

.footer-wrapper .col:last-child .footer__copyright {
  display: none;
}

@media (max-width: 767px) {
  .footer-wrapper .col:last-child .footer__copyright {
    display: block;
    height: auto;
    padding-top: 0;
    border: none;
    margin-bottom: 24px;
  }
}

.footer-wrapper .col:last-child::before {
  content: "";
  position: absolute;
  background-color: #626670;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 64px);
}

.footer-wrapper .col:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .footer-wrapper .col:first-child .footer__copyright {
    display: none;
  }
}

@media (max-width: 1300px) {
  .footer-wrapper .col:first-child .footer__title {
    margin-bottom: 32px;
  }
}

.footer-wrapper .col:first-child ul {
  color: #d2e0e5;
  margin-top: auto;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .footer-wrapper .col:first-child ul {
    margin-bottom: 0;
  }
}

.footer-wrapper .col:first-child li:not(:last-child) {
  margin-bottom: 12px;
}

.footer-wrapper .col:first-child li:not(:first-child) {
  padding-left: 16px;
  position: relative;
  color: #fff;
}

.footer-wrapper .col:first-child li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #0074D9;
  border-radius: 50%;
}

.footer__title {
  font-size: 24px;
  color: #fff;
  line-height: 130%;
  margin-bottom: 16px;
}

@media (max-width: 1860px) {
  .footer__title {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .footer__title {
    font-size: 18px;
  }
}

.footer__copyright {
  font-size: 14px;
  border-top: 1px solid #626670;
  padding-top: 32px;
  color: #fff;
}

@media (max-width: 1300px) {
  .footer__copyright {
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__links {
  margin-top: auto;
  margin-bottom: 32px;
}

.footer__links a {
  font-size: 14px;
  color: #0074D9;
}

.footer__links li:not(:last-child) {
  margin-bottom: 12px;
}

.oxbox-link {
  border-top: 1px solid #626670;
  padding-top: 32px;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1300px) {
  .oxbox-link {
    height: 65px;
  }
}

@media (max-width: 767px) {
  .oxbox-link {
    height: auto;
    padding-top: 24px;
    justify-content: flex-start;
  }
}

.oxbox-link a {
  color: #0074D9;
  margin-right: 10px;
  margin-left: 4px;
}

.oxbox-link img {
  height: 32px;
}

.tabs {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #626670;
}

@media (max-width: 767px) {
  .tabs {
    grid-template-columns: 1fr;
  }
}

.tabs li {
  padding-bottom: 16px;
  position: relative;
  cursor: pointer;
}

.tabs li.current::before {
  opacity: 1;
}

@media (max-width: 767px) {
  .tabs li.current {
    color: #0074D9;
  }
}

.tabs li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #0074D9;
  left: 0;
  bottom: -2px;
  opacity: 0;
}

@media (max-width: 767px) {
  .tabs li::before {
    display: none;
  }
}

.tabs sup {
  color: #0074D9;
  font-size: 14px;
  margin-right: 10px;
}

.tabs li {
  font-size: 24px;
  color: #fff;
}

@media (max-width: 767px) {
  .tabs li {
    font-size: 18px;
  }
}

.tab-content, .tab-content2 {
  display: none;
}

.tab-content.current, .tab-content2.current {
  display: block;
}

.footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.footer-address a {
  color: #0074D9;
}

.footer-address address {
  color: #fff;
  font-style: normal;
  font-size: 24px;
  line-height: 130%;
}

@media (max-width: 767px) {
  .footer-address address {
    font-size: 18px;
    line-height: 140%;
  }
}

.footer-address p {
  font-size: 14px;
  color: #fff;
}

.footer-contacts {
  margin-bottom: 110px;
}

@media (max-width: 1300px) {
  .footer-contacts {
    margin-bottom: 64px;
  }
}

.footer-contacts a {
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-contacts .tel {
  font-size: 48px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .footer-contacts .tel {
    font-size: 32px;
  }
}

.footer-contacts .mes {
  font-size: 24px;
}

@media (max-width: 767px) {
  .footer-contacts .mes {
    font-size: 18px;
  }
}

.tel-icon {
  display: none;
  fill: #fff;
  width: 16px;
  height: 16px;
}

@media (max-width: 767px) {
  .tel-icon {
    display: block;
  }
}

.reviews {
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .reviews {
    padding-bottom: 64px;
  }
}

.reviews-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

@media (max-width: 1300px) {
  .reviews-items {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1023px) {
  .reviews-items {
    grid-template-columns: 1fr;
  }

}

.reviews-item {
  border-radius: 8px;
  background-color: #F5F5F5;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 320px;
}

@media (max-width: 1023px) {
  .reviews-item {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .reviews-item {
    padding: 24px;
  }
}

.reviews-item p:first-child {
  font-size: 24px;
  color: #0B2545;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .reviews-item p:first-child {
    margin-bottom: 16px;
  }
}

.reviews-item p:last-child {
  line-height: 140%;
}

.reviews-bottoms {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 1300px) {
  .reviews-bottoms {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1023px) {
  .reviews-bottoms {
    grid-template-columns: 1fr;
  }
}

.reviews-bottoms .btn-second {
  grid-column: 2/5;
}

@media (max-width: 1300px) {
  .reviews-bottoms .btn-second {
    grid-column: 2/3;
  }
}

@media (max-width: 1023px) {
  .reviews-bottoms .btn-second {
    grid-column: 1/2;
  }
}

.nalog-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.nalog-bg img {
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nalog {
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .nalog {
    padding-bottom: 64px;
  }
}

.nalog .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 1023px) {
  .nalog .container {
    grid-template-columns: 1fr;
  }
}

.nalog .col {
  padding: 32px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .nalog .col {
    padding: 24px;
  }
}

.nalog .col:first-child {
  z-index: 3;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.nalog .col:first-child .col-title {
  font-size: 24px;
  line-height: 120%;
  max-width: 380px;
  margin-bottom: 110px;
}

@media (max-width: 767px) {
  .nalog .col:first-child .col-title {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 64px;
  }
}

.nalog .col:first-child p:last-child {
  max-width: 400px;
  font-size: 48px;
  text-transform: uppercase;
}

.nalog .col:first-child p:last-child span {
  color: #0074D9;
}

@media (max-width: 1199px) {
  .nalog .col:first-child p:last-child {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .nalog .col:first-child p:last-child {
    font-size: 28px;
    max-width: 100%;
  }
}

.nalog .col:last-child {
  background-color: #F5F5F5;
}

.nalog .col .btn {
  margin-top: auto;
}

.nalog__title {
  font-size: 24px;
  line-height: 130%;
  color: #0B2545;
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .nalog__title {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .nalog__title {
    font-size: 18px;
  }
}

.nalog__text {
  margin-bottom: 24px;
}

.nalog__text p {
  line-height: 140%;
}

.nalog__text p:not(:last-child) {
  margin-bottom: 16px;
}

.doctors {
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .doctors {
    padding-bottom: 64px;
  }
}

.doctors-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

@media (max-width: 1460px) {
  .doctors-items {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1199px) {
  .doctors-items {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .doctors-items {
    grid-template-columns: 1fr;
  }
}

.doctors-item {
  overflow: hidden;
  background-color: #F5F5F5;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  border-radius: 8px;
}

@media (max-width: 1460px) {
  .doctors-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.doctors-item__name {
  font-size: 24px;
  margin-bottom: 20px;
  color: #0B2545;
}

@media (max-width: 1300px) {
  .doctors-item__name {
    font-size: 21px;
  }
}

.doctors-item__position {
  line-height: 140%;
  color: #0074D9;
  margin-bottom: 32px;
}

@media (max-width: 1300px) {
  .doctors-item__position {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.doctors-item__descr {
  margin-bottom: 32px;
  line-height: 140%;
}

@media (max-width: 1300px) {
  .doctors-item__descr {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.doctors-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
}

@media (max-width: 1460px) {
  .doctors-item img {
    height: 320px;
    border-radius: 8px 8px 0 0;
  }
}

/*@media (max-width: 1023px) {
  .doctors-item img {
    height: 250px;
  }
}*/

.doctors-item__bottom {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: auto;
  -webkit-transform: translateY(86px);
  -ms-transform: translateY(86px);
  transform: translateY(86px);
}

@media (max-width: 1300px) {
  .doctors-item__bottom {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.doctors-item .col:last-child {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1460px) {
  .doctors-item .col:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 1300px) {
  .doctors-item .col:last-child {
    padding: 24px;
  }
}

@media (max-width: 1300px) {
  .doctors-item .btn {
    padding: 0 16px;
  }
}

.info {
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .info {
    padding-bottom: 64px;
  }
}

.info-slider .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-slider img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

@media (max-width: 1199px) {
  .info-inner {
    grid-template-columns: 1fr;
  }
}

.info-inner .col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 767px) {
  .info-inner ul {
    grid-template-columns: 1fr;
  }
}

.info-inner ul li {
  padding: 32px;
  font-size: 24px;
  border-radius: 8px;
  background-color: #F5F5F5;
}

@media (max-width: 1300px) {
  .info-inner ul li {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .info-inner ul li {
    font-size: 24px;
  }
}

@media (max-width: 1023px) {
  .info-inner ul li {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .info-inner ul li {
    padding: 24px;
  }
}

.info-inner ul p:last-child {
  color: #0B2545;
  line-height: 120%;
}

.info-inner ul p:first-child {
  margin-bottom: 64px;
  font-weight: 500;
  color: #0074D9;
}

@media (max-width: 1300px) {
  .info-inner ul p:first-child {
    margin-bottom: 48px;
  }
}

.info__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 32px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #F5F5F5;
}

@media (max-width: 767px) {
  .info__text {
    padding: 24px;
  }
}

.info__text p:not(:last-child) {
  margin-bottom: 16px;
}

.info__text .row:not(:last-child) {
  margin-bottom: 24px;
}

.info__text .row:first-child {
  line-height: 130%;
  color: #0B2545;
  font-size: 24px;
}

@media (max-width: 1300px) {
  .info__text .row:first-child {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .info__text .row:first-child {
    font-size: 18px;
  }
}

.info__text .row:first-child span {
  color: #0074D9;
}

.info__text .row:first-child p:not(:last-child) {
  margin-bottom: 10px;
}

.info__text .row:last-child {
  line-height: 140%;
}

.video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.video .icon {
  border-radius: 8px;
  background-color: #df564b;
  height: 54px;
  width: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

.video .icon svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

@media (max-width: 767px) {
  .video .icon svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 767px) {
  .video .icon {
    height: 48px;
    width: 64px;
  }
}

.video__label {
  position: absolute;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 32px;
  bottom: 32px;
}

@media (max-width: 1300px) {
  .video__label {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .video__label {
    left: 16px;
    bottom: 16px;
  }
}

.video__label p {
  height: 54px;
  background-color: #0B2545;
  border-radius: 8px;
  color: #fff;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .video__label p {
    display: none;
  }
}

.video img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .video img {
    max-height: 400px;
  }
}

.services {
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .services {
    padding-bottom: 64px;
  }
}

.services-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

@media (max-width: 1460px) {
  .services-items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1023px) {
  .services-items {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .services-items {
    grid-template-columns: 1fr;
  }
}

.services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.services-item__icon {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 54px;
  height: 54px;
  background-color: #0074D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  top: 32px;
  right: 32px;
  position: absolute;
}

@media (max-width: 767px) {
  .services-item__icon {
    top: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
  }
}

.services-item__icon svg {
  width: 24px;
  height: 24px;
}

.services-item__info {
  border-radius: 0 0 8px 8px;
  padding: 32px;
  line-height: 130%;
  background-color: #F5F5F5;
  font-size: 24px;
  color: #0B2545;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

@media (max-width: 1300px) {
  .services-item__info {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .services-item__info {
    font-size: 18px;
    padding: 24px;
  }
}

.services-item img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.consultation {
  border-radius: 8px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

@media (max-width: 767px) {
  .consultation {
    padding: 48px 24px 24px 24px;
  }
}

.consultation p {
  font-size: 24px;
  margin-bottom: 24px;
}

@media (max-width: 1300px) {
  .consultation p {
    font-size: 21px;
  }
}

.consultation span {
  font-size: 16px;
  margin-top: 8px;
  display: block;
}

@media (max-width: 1300px) {
  .consultation span {
    font-size: 14px;
  }
}

.descr {
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .descr {
    padding-bottom: 64px;
  }
}

.descr .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 1199px) {
  .descr .container {
    grid-template-columns: 1fr;
  }
}

.descr .col:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 767px) {
  .descr .col:first-child {
    grid-template-columns: 1fr;
  }
}

.descr .col:last-child {
  border-radius: 8px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 32px;
  color: #fff;
  line-height: 130%;
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1860px) {
  .descr .col:last-child {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .descr .col:last-child {
    padding: 24px;
  }
}

.descr .col:last-child p {
  max-width: 80%;
}

@media (max-width: 767px) {
  .descr .col:last-child p {
    max-width: 100%;
  }
}

.descr .col:last-child p:first-child {
  margin-bottom: 32px;
  line-height: 110%;
  font-size: 48px;
}

@media (max-width: 1860px) {
  .descr .col:last-child p:first-child {
    font-size: 32px;
    margin-bottom: 64px;
  }
}

@media (max-width: 767px) {
  .descr .col:last-child p:first-child {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 130%;
  }
}

.descr__icon {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  position: absolute;
  bottom: 32px;
  right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0074D9;
  width: 54px;
  height: 54px;
}

@media (max-width: 767px) {
  .descr__icon {
    margin-top: 24px;
    position: static;
  }
}

.descr__icon svg {
  width: 24px;
  height: 24px;
}

.descr-item {
  padding: 32px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F5F5F5;
}

@media (max-width: 767px) {
  .descr-item {
    padding: 24px;
  }
}

.descr-item:first-child {
  color: #fff;
  background-color: #0074D9;
}

.descr-item:first-child p:first-child {
  color: #fff;
}

.descr-item p:first-child {
  margin-bottom: 80px;
  color: #0B2545;
  font-weight: 500;
  font-size: 100px;
}

@media (max-width: 1860px) {
  .descr-item p:first-child {
    font-size: 80px;
  }
}

@media (max-width: 1460px) {
  .descr-item p:first-child {
    font-size: 64px;
  }
}

@media (max-width: 767px) {
  .descr-item p:first-child {
    margin-bottom: 40px;
  }
}

.descr-item p:first-child sup {
  top: -54px;
  left: 8px;
  font-size: 40px;
  font-weight: 400;
}

@media (max-width: 1460px) {
  .descr-item p:first-child sup {
    font-size: 24px;
    top: -24px;
  }
}

.descr-item p:last-child {
  font-size: 21px;
  line-height: 130%;
}

@media (max-width: 1860px) {
  .descr-item p:last-child {
    font-size: 16px;
  }
}

.hero {
  padding-top: 16px;
  padding-bottom: 16px;
}

.hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 1023px) {
  .hero .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }
}

.hero .col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
}

.hero-contacts {
  border-radius: 8px;
  padding: 32px;
  background-color: #F5F5F5;
}

@media (max-width: 1023px) {
  .hero-contacts {
    padding: 24px;
  }
}

.hero-contacts p a:hover {
  color: #0B2545;
}

.address:hover .address__icon {
  background-color: #0074D9;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.hero-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.hero-slider-thumbs {
  height: 100%;
}

.hero-slider-thumbs .swiper-slide {
  position: relative;
}

.hero-slider-thumbs img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 1023px) {
  .hero-slider-thumbs img {
    position: static;
    max-height: 400px;
  }
}

@media (max-width: 1023px) {
  .hero-slider-thumbs img {
    border-radius: 8px 8px 0 0;
    max-height: 300px;
  }
}

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

@media (max-width: 1199px) {
  .hero-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 1023px) {
  .hero-contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .hero-contacts {
    display: none;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (max-width: 1199px) {
  .social {
    margin-top: 16px;
  }
}

@media (max-width: 1023px) {
  .social {
    margin-top: 0;
  }
}

.social a {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0074D9;
}

.social a svg {
  width: 24px;
  height: 24px;
}

.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 140%;
}

@media (max-width: 767px) {
  .address {
    display: none;
  }
}

.address__icon {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0B2545;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  margin-right: 16px;
}

.address__icon svg {
  width: 24px;
  height: 24px;
}

.hero-slider {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .hero-slider {
    margin-top: 0;
  }
}

.service {
  padding-bottom: 72px;
}

.hero-slider .swiper-pagination {
  bottom: 24px;
  left: 32px;
  text-align: left;
}

.serviceSwiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 50%;
  margin: 0 !important;
}

.serviceSwiper .swiper-pagination-bullet:not(:last-child) {
  margin-right: 8px !important;
}

.swiper-pagination-bullet-active {
  background: #0B2545;
}

.serviceSwiper .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.hero-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
  padding: 32px 32px 64px 32px;
  background-color: #F5F5F5;
}

.hero-slide .hero-slide__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .hero-slide .hero-slide__actions {
    margin-top: 16px;
  }
}

.hero-slide .hero-slide__actions .btn {
  margin-right: 16px;
}

@media (max-width: 767px) {
  .hero-slide .hero-slide__actions .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 16px;
    text-align: center;
  }
}

.hero-slide .hero-slide__actions .social {
  margin-top: 0;
}

.hero-slide .hero-slide__actions .social a {
  border-radius: 50%;
  width: 54px;
}

@media (max-width: 1023px) {
  .hero-slide {
    border-radius: 0 0 8px 8px;
    padding: 24px 24px 64px 24px;
  }
}

@media (max-width: 767px) {
  .hero-slide {
    padding-top: 32px;
  }
}

.hero-slide__subtitle {
  color: #0074D9;
  margin-bottom: 120px;
  font-size: 48px;
}

@media (max-width: 1860px) {
  .hero-slide__subtitle {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .hero-slide__subtitle {
    margin-bottom: 48px;
  }
}

@media (max-width: 1199px) {
  .hero-slide__subtitle {
    font-size: 21px;
  }
}

@media (max-width: 1023px) {
  .hero-slide__subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.hero-slide__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #d2e0e5;
}

@media (max-width: 1199px) {
  .hero-slide__bottom {
    padding-bottom: 24px;
  }
}

.hero-slide__bottom p {
  font-size: 48px;
  color: #0B2545;
}

@media (max-width: 1460px) {
  .hero-slide__bottom p {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .hero-slide__bottom p {
    font-size: 24px;
  }
}

.hero-slide__bottom a {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0074D9;
}

.hero-slide__bottom a svg {
  width: 24px;
  height: 24px;
}

.hero-slide__info {
  margin-bottom: 120px;
}

@media (max-width: 1199px) {
  .hero-slide__info {
    margin-bottom: 56px;
  }
}

@media (max-width: 767px) {
  .hero-slide__info {
    margin-bottom: 40px;
  }
}

.hero-slide__info p:first-child {
  color: #0B2545;
  font-size: 96px;
  text-transform: uppercase;
}

@media (max-width: 1460px) {
  .hero-slide__info p:first-child {
    font-size: 72px;
  }
}

@media (max-width: 1199px) {
  .hero-slide__info p:first-child {
    font-size: 56px;
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .hero-slide__info p:first-child {
    font-size: 38px;
  }
}

.hero-slide__info p:last-child {
  font-size: 21px;
  line-height: 140%;
}

@media (max-width: 1460px) {
  .hero-slide__info p:last-child {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .hero-slide__info p:last-child {
    font-size: 16px;
  }
}

.hero-slide__info p:last-child span {
  color: #0B2545;
}

.information__buttons {
  margin-top: 20px;
}

.information__buttons button {
  color: #0074D9;
}

.close-text {
  display: none;
}

.information__top.open .close-text {
  display: block;
}

.information__top.open .open-text {
  display: none;
}

.hidden-text {
  display: none;
  margin-top: 16px;
}

.information {
  padding-bottom: 16px;
}

.information__top {
  border-radius: 8px;
  padding: 32px;
  background-color: #F5F5F5;
}

@media (max-width: 767px) {
  .information__top {
    padding: 24px;
  }
}

.information__top h2 {
  font-size: 24px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .information__top h2 {
    font-size: 21px;
  }
}

.information__top p {
  line-height: 140%;
}

.information__top p:not(:last-child) {
  margin-bottom: 16px;
}

.service-hero {
  padding-top: 32px;
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .service-hero {
    padding-bottom: 64px;
  }
}

.service-hero .social {
  margin-top: 0;
}

.service-hero .hero-slider {
  margin-top: 0;
}

.service-hero .hero-slide__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .service-hero .hero-slide__actions {
    margin-top: 16px;
  }
}

.service-hero .hero-slide__actions .btn {
  margin-right: 16px;
}

.service-hero .hero-slide__actions .social a {
  border-radius: 50%;
  width: 54px;
}

.service-hero .hero-slide__bottom {
  display: block;
}

.service-hero .hero-slide__bottom a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .service-hero .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 16px;
  }
}

.service-hero .hero-slide__info {
  margin-bottom: 88px;
}

@media (max-width: 1023px) {
  .service-hero .hero-slide__info {
    margin-bottom: 40px;
  }
}

.service-hero .hero-slide__info p:first-child {
  font-size: 64px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .service-hero .hero-slide__info p:first-child {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .service-hero .hero-slide__info p:first-child {
    font-size: 32px;
  }
}

.faq {
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .faq {
    padding-bottom: 64px;
  }
}

.accordion {
  overflow: hidden;
  background-color: #F5F5F5;
  border-radius: 8px;
  position: relative;
  padding: 24px 32px;
}

.accordion__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  max-height: 642px;
}

.accordion:not(:last-child) {
  margin-bottom: 16px;
}

.accordion-container {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 16px;
  border-radius: 8px;
}

.accordion-container-rezerv {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1300px) {
  .accordion-container,
  .accordion-container-rezerv {
    grid-template-columns: 1fr;
  }


  .accordion-container .accordion__right img {
    max-height: 300px;
    min-height: 0px !important;
  }
}

@media (max-width: 767px) {
  .accordion {
    padding: 24px;
  }
}

.accordion__intro {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  font-size: 21px;
  color: #0B2545;
}

.accordion__intro sup {
  color: #0074D9;
}

@media (max-width: 1023px) {
  .accordion__intro sup {
    display: none;
  }
}

@media (max-width: 767px) {
  .accordion__intro {
    line-height: 140%;
    font-size: 18px;
  }
}

.accordion__active .accordion__content {
  opacity: 1;
}

.accordion__active .accordion__intro-btn svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion__content {
  max-height: 0;
  will-change: max-height;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  position: relative;
  line-height: 140%;
  padding: 0;
}

.accordion__content p:not(:last-child) {
  margin-bottom: 8px;
}

.accordion__content p {
  max-width: 80%;
  line-height: 140%;
}

@media (max-width: 1023px) {
  .accordion__content p {
    max-width: 100%;
  }
}

.accordion__content ul {
  padding-left: 16px;
}

.accordion__content li {
  padding-left: 16px;
  position: relative;
}

.accordion__content li:not(:last-child) {
  margin-bottom: 8px;
}

.accordion__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #0074D9;
  border-radius: 50%;
}

.accordion__content-text {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .accordion__content-text {
    padding-top: 16px;
  }
}

.accordion__intro-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: 15px;
}

.accordion__intro-btn svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.equipment {
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .equipment {
    padding-bottom: 64px;
  }
}

.equipment-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 1023px) {
  .equipment-inner {
    grid-template-columns: 1fr;
  }
}

.equipment-inner .col {
  border-radius: 8px;
}

.equipment-inner .col:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px;
  background-color: #F5F5F5;
}

@media (max-width: 767px) {
  .equipment-inner .col:first-child {
    padding: 24px;
  }
}

.equipment-inner .col:last-child {
  position: relative;
  border: 1px solid #d2e0e5;
}

.equipment-inner .col:last-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1023px) {
  .equipment-inner .col:last-child img {
    position: static;
    max-height: 400px;
  }
}

.equipment__bottom {
  line-height: 140%;
}

.equipment__bottom p:not(:last-child) {
  margin-bottom: 16px;
}

.equipment__bottom ul {
  color: #0B2545;
}

.equipment__bottom li {
  padding-left: 16px;
  position: relative;
}

.equipment__bottom li:not(:last-child) {
  margin-bottom: 16px;
}

.equipment__bottom li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #0074D9;
  border-radius: 50%;
}

.equipment__title {
  margin-bottom: 190px;
  font-size: 48px;
  color: #0B2545;
}

.equipment__title span {
  color: #0074D9;
}

@media (max-width: 1300px) {
  .equipment__title {
    font-size: 40px;
    margin-bottom: 96px;
  }
}

@media (max-width: 1199px) {
  .equipment__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .equipment__title {
    line-height: 130%;
    font-size: 21px;
    margin-bottom: 16px;
  }
}

.works {
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .works {
    padding-bottom: 64px;
  }
}

.works-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 767px) {
  .works-inner {
    grid-template-columns: 1fr;
  }
}

.works-inner img {
  border-radius: 8px;
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1300px) {
  .works-inner img {
    height: 400px;
  }
}

@media (max-width: 1023px) {
  .works-inner img {
    height: auto;
  }
}

.service-info .col:first-child {
  max-width: 1350px;
}

ul.price p {
  line-height: 130%;
  margin-bottom: 0 !important;
}

ul.price p:last-child {
  white-space: nowrap;
  margin-left: 10px;
}

@media (max-width: 767px) {
  ul.price p:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}

ul.price li {
  background-color: #F5F5F5;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  color: #0B2545;
  padding: 32px !important;
}

@media (max-width: 767px) {
  ul.price li {
    font-size: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px !important;
  }
}

ul.price li::before {
  display: none;
}

.service-info {
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .service-info {
    padding-bottom: 64px;
  }
}

.doctors-page .doctors-items {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1460px) {
  .doctors-page .doctors-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .doctors-page .doctors-items {
    grid-template-columns: 1fr;
  }
}

.doctors-page .doctors-item__bottom {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-top: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.doctors-page .btn {
  margin-top: auto;
}

.doctors-page .doctors-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-template-columns: 1fr;
  gap: 0;
}

.doctors-page .doctors-item .col:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.doctors-page .doctors-item img {
  border-radius: 8px 8px 0 0;
  height: 420px;
}

@media (max-width: 1023px) {
  .doctors-page .doctors-item img {
/*    height: 320px;*/
  }
}

.doctors-page .doctors-item:nth-child(-n + 2) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 1300px) {
  .doctors-page .doctors-item:nth-child(-n + 2) {
    gap: 0;
    grid-template-columns: 1fr;
  }
}

.doctors-page .doctors-item:nth-child(-n + 2) .doctors-item__bottom {
  margin-top: auto;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media (max-width: 1300px) {
  .doctors-page .doctors-item:nth-child(-n + 2) .doctors-item__bottom {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .doctors-page .doctors-item:nth-child(-n + 2) {
    gap: 0;
  }
}

.doctors-page .doctors-item:nth-child(-n + 2) img {
  border-radius: 8px 0 0 8px;
  height: 100%;
}

@media (max-width: 1300px) {
  .doctors-page .doctors-item:nth-child(-n + 2) img {
    height: 420px;
    border-radius: 8px 8px 0 0;
  }
}

@media (max-width: 1023px) {
  .doctors-page .doctors-item:nth-child(-n + 2) img {
/*    height: 320px;*/
  }
}

.doctors-page .doctors-item:nth-child(1) {
  grid-column: 1/3;
}

@media (max-width: 1460px) {
  .doctors-page .doctors-item:nth-child(1) {
    grid-column: 1/2;
  }
}

.doctors-page .doctors-item:nth-child(2) {
  grid-column: 3/5;
}

@media (max-width: 1460px) {
  .doctors-page .doctors-item:nth-child(2) {
    grid-column: 2/3;
  }
}

@media (max-width: 767px) {
  .doctors-page .doctors-item:nth-child(2) {
    grid-column: 1/2;
  }
}

.error-404 {
  padding-bottom: 96px;
  padding-top: 32px;
}

.error-404__wrapper {
  max-width: 525px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.error-404__wrapper img {
  align-self: center;
  margin-bottom: 55px;
}

.error-404 h1 {
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 25px;
}

.error-404 p {
  margin-bottom: 25px;
  line-height: 140%;
}

.error-404 a {
  width: 350px;
}

@media (max-width: 570px) {
  .error-404__wrapper img {
    height: 180px;
    margin-bottom: 32px;
  }

  .error-404 a {
    width: 100%;
  }

  .error-404 h1 {
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 16px;
  }
}

@media (max-width: 365px) {
  .error-404 a {
    width: 300px;
  }
}

.contacts {
  margin-bottom: 72px;
}

.contacts__row {
  margin-bottom: 40px;
  min-height: 465px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contacts__row:first-of-type {
  margin-top: 32px;
}

.contacts__text {
  padding: 48px 40px;
  background: rgba(243, 248, 250, 1);
  border-radius: 8px;
  /*min-height: 465px;*/
}

.contacts__text-block {
  max-width: 180px;
  margin-bottom: 25px;
}

.contacts__text-block:last-of-type {
  margin-bottom: 0;
}

.contacts__text h4 {
  font-size: 24px;
  line-height: 130%;
  color: #0B2545;
  max-width: 450px;
  font-weight: 400;
  margin-bottom: 30px;
}

.contacts__text span {
  color: #6B8093;
}

.contacts__text-block p {
  margin-top: 8px;
}

.contacts__text p,
.contacts__text p a {
  color: #0B2545;
}

.contacts__text p a:hover {
  color: #0074D9;
}

.contacts__map iframe {
  min-height: 465px;
}

@media (max-width: 1023px) {
  .contacts__row {
    grid-template-columns: 1fr;
  }

  .contacts__map iframe {
    min-height: 350px;
  }
}

.doctor {
  margin-bottom: 72px;
}

.doctor__wrapper {
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  gap: 16px;
}

.doctor__item {
  height: fit-content;
  position: sticky;
  top: 170px;
}

.doctor__item img {
  max-height: 413px;
  margin-bottom: 16px;
  border-radius: 8px;
}

.doctor__item .btn {
  width: 100%;
}

.doctor__item .btn:last-of-type {
  margin-top: 16px;
  background: none;
  border: 1px solid #0074D9;
  color: #0074D9;
  transition: .4s background;
}

.doctor__item .btn:last-of-type:hover {
  background: #0074D9;
  color: #fff;
  transition: .4s background;
}

.doctor__item-text {
  padding: 48px 40px;
  background: rgba(243, 248, 250, 1);
  border-radius: 8px;
}

.doctor__name {
  margin-bottom: 64px;
}

.doctor__name h3 {
  font-size: 40px;
  line-height: 120%;
  color: #0B2545;
  font-weight: 400;
  margin-bottom: 16px;
}

.doctor__name p {
  color: #0074D9;
  line-height: 140%;
}

.doctor__about-row {
  margin-bottom: 40px;
}

.doctor__about-row h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #0B2545;
  margin-bottom: 24px;
}

.doctor__about-row p {
  line-height: 140%;
  color: #6B8093;
}

.doctor__education-item {
  display: flex;
  margin-bottom: 24px;
}

.doctor__education-item span {
  color: #0074D9;
  margin-right: 16px;
}

.doctor__sertificats-row {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #D2E0E5;
}

.doctor__sertificats-row span {
  color: #0074D9;
}

.doctor__sertificats-row:hover p {
  color: #2d3642;
  transition: .3s color;
}

.doctor__sertificats-row:hover span {
  color: #1EC8FF;
  transition: .3s color;
}

.doctor__photos {
  padding-bottom: 72px;
}

.doctor-slider .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.doctor-slider img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.doctor__photos-inner {
  position: relative;
  margin-bottom: 24px;
}

.swiper-button-prev.doctor-slider-button-prev,
.swiper-button-next.doctor-slider-button-next,
.swiper-button-prev.certificats-slider-button-prev,
.swiper-button-next.certificats-slider-button-next,
.swiper-button-prev.reviews-slider-button-prev,
.swiper-button-next.reviews-slider-button-next
{
  right: 0;
  top: -10px;
  bottom: 0;
  border: 1px solid #E9F0F2;
}

.swiper-button-prev.doctor-slider-button-prev,
.swiper-button-prev.certificats-slider-button-prev,
.swiper-button-prev.reviews-slider-button-prev{
  right: 64px;
}

.swiper-button-prev.doctor-slider-button-prev:hover,
.swiper-button-next.doctor-slider-button-next:hover {
  border: none;
}

.doctor__reviews {
  padding-bottom: 72px;
}

.doctor__reviews-item {
  border-radius: 8px;
  background-color: #F5F5F5;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*-ms-flex-direction: column;*/
  /*flex-direction: column;*/
  /*-webkit-box-pack: justify;*/
  /*-ms-flex-pack: justify;*/
  /*justify-content: space-between;*/
  height: 80%;
}

.reviews-slider .swiper-wrapper {
  align-items: stretch;
}

.reviews-slider .swiper-slide {
  height: 320px;
}

.doctor__reviews-item p:first-child {
  font-size: 24px;
  color: #0B2545;
}

.doctor__reviews-item p:last-child {
  line-height: 140%;
}

.reviews-slider {
  margin: 24px 0;
}

@media (max-width: 1300px) {
  .doctor__item {
    top: 100px;
  }
}

@media (max-width: 1200px) {
  .reviews-slider .swiper-slide {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .reviews-slider .swiper-slide {
    height: 200px;
  }
}

@media (max-width: 1023px) {
  .doctor__wrapper {
    grid-template-columns: 1fr;
  }

  .doctor__item {
    height: fit-content;
    position: relative;
    top: 0;
  }

  .doctor__item img {
    /*margin: 0 auto 15px auto;*/
    width: 100%;
    max-height: none;
    object-fit: cover;
  }
}

@media (max-width: 767px) {

  .contacts__text {
    padding: 40px 24px;
  }

  .contacts__text h4 {
    font-size: 21px;
    line-height: 130%;
  }


  .doctor__item img {
    /*max-height: 290px;*/
    /*max-height: none;*/
    /*object-fit: cover;*/
    /*width: 100%;*/
  }

  .doctor__name h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .doctor__item-text {
    padding: 32px 24px;
  }

  .doctor__name {
    margin-bottom: 32px;
  }

  .doctor__about-row {
    margin-bottom: 32px;
  }

  .doctor-slider__wrapper .swiper-button-prev.doctor-slider-button-prev,
  .doctor-slider__wrapper .swiper-button-next.doctor-slider-button-next,
  .doctor-slider__wrapper .swiper-button-prev.certificats-slider-button-prev,
  .doctor-slider__wrapper .swiper-button-next.certificats-slider-button-next,
  .doctor-slider__wrapper .swiper-button-prev.reviews-slider-button-prev,
  .doctor-slider__wrapper .swiper-button-next.reviews-slider-button-next {
    top: -35px;
  }
}

.rezerv {
  padding-bottom: 72px;
}

.rezerv h1 {
  margin-bottom: 48px;
}

.rezerv p {
  color: #0B2545;
  line-height: 140%;
  margin-bottom: 20px;
}

.rezerv__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

@media (max-width: 1199px) {

  .rezerv__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .rezerv__item h4 {
    margin-bottom: 24px;
  }

}

.rezerv__item {
  padding: 32px;
  border-radius: 8px;
  background: #F5F5F5;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rezerv__item h4 {
  font-size: 24px;
  line-height: 28px;
  color: #0B2545;
  font-weight: 400;
}

.rezerv__item-bottom ul li {
  position: relative;
  padding-left: 16px;
  line-height: 140%;
}

.rezerv__item-bottom ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #6B8093;
  border-radius: 50%;
}

.rezerv__item:last-of-type {
  background-image: url("./img/decor-1.png");
  background-position: -400px;
  background-repeat: no-repeat;
  background-size: cover;
}

.rezerv__item:last-of-type h4 {
  color: #F5F5F5;
}

.rezerv__item:last-of-type a {
  color: #0074D9;
  margin-top: 8px;
}

.rezerv__item:last-of-type a:hover {
  color: #1EC8FF;
}

.rezerv__item:last-of-type p {
  color: #F5F5F5;
  line-height: 22px;
}

.conditions {
  padding-bottom: 72px;
}
.conditions__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.conditions__item:last-of-type img {
  width: 100%;
  object-fit: cover;
}

.conditions__row {
  padding: 24px 32px;
  background: #F5F5F5;
  margin-bottom: 16px;
  max-height: 73px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.conditions__row:last-of-type {
  margin-bottom: 0;
}

.conditions__row p {
  font-size: 24px;
  line-height: 25px;
  color: #0B2545;
}

.conditions__row sup {
  color: #0074D9;
}

.conditions__description {
  color: #6B8093;
  font-size: 18px;
  line-height: 140%;
  max-width: 1125px;
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .rezerv__wrapper {
    grid-template-columns: 1fr;
  }

  .rezerv__item {
    min-height: 260px;
  }

  .rezerv__item:last-of-type {
    background-position: 0 0;
  }
}

@media (max-width: 1500px) {
  .conditions__row p {
    font-size: 18px;
  }

  .conditions__row {
    padding: 18px 24px;
  }
}

@media (max-width: 1155px) {
  .conditions__wrapper {
    grid-template-columns: 1fr;
  }

  .conditions__item:last-of-type img {
    max-height: 350px;
  }
}

@media (max-width: 590px) {
  .conditions__row {
    padding: 10px 12px;
  }

  .conditions__row p {
    font-size: 14px;
  }
  
  .conditions__row img {
    display: none;
  }

  .conditions__description {
    font-size: 14px;
  }

  .rezerv__item:last-of-type {
    background-position: -295px;
  }
}

.carousel__button.is-close:before {
  content: url("./img/icon-close-modal.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
}

.carousel__button svg {
  display: none;
}

.fancybox__content>.carousel__button.is-close {
  top: -60px;
  background: #0074D9;
  padding: 12px;
  width: 48px;
  height: 48px;
}

.fancybox__content {
  border-radius: 8px;
}

.modal__body {
  max-width: 611px;
}

.modal__body h5 {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: #0B2545;
  margin-bottom: 8px;
}

.modal__body p {
  color: #6B8093;
  margin-bottom: 32px;
}

.input.input-wrapper input,
.input-wrapper select{
  width: 100%;
  border: 1px solid #D2E0E5;
  border-radius: 8px;
  padding: 20px;
}

.input-wrapper select {
  appearance: none;
  cursor: pointer;
  position: relative;
}

.input-wrapper img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
}

.input-wrapper img.active {
  transform: translateY(-50%) rotate(180deg);
}

.input-wrapper select option {
  width: 100%;
  border: 1px solid #D2E0E5;
  border-radius: 8px;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

.input.input-wrapper input:active {
  border: 1px solid #0074D9;
  outline: none;
}

.input.input-wrapper.error input {
  border: 1px solid red;
}

.input-wrapper select,
.input-wrapper input,
.input-wrapper .input-label {
  color: #6B8093;
  background: #fff;
}

.checkbox-container {
  isplay: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  user-select: none;
}

.checkbox-container:last-of-type {
  margin-bottom: 24px;
}

.checkbox-container p {
  margin-bottom: 0;
  line-height: 20px;
}

.checkbox-container p a {
  color: #0B2545;
}

.checkbox-container p a:hover {
  color: #1EC8FF;
}

.ok_but {
  width: 100%;
}

.serviceSwiper {
  margin-top: 24px;
}

.serviceSwiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.serviceSwiper .swiper-slide .col {
  max-height: 540px;
  border-radius: 8px;
  background-color: #F5F5F5;
}

.serviceSwiper .swiper-slide .col:last-of-type {
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.serviceSwiper .swiper-slide {
  min-height: 540px;
}

.serviceSwiper2 .swiper-slide {
  min-height: 0;
}

.serviceSwiper .swiper-slide .col h5 {
  font-size: 48px;
  line-height: 67px;
  font-weight: 500;
  color: #0B2545;
  margin-bottom: 16px;
  line-height: 140%;
}

.serviceSwiper .swiper-button-next,
.serviceSwiper .swiper-button-prev {
  background: #0074D9;
}

.serviceSwiper .swiper-button-next::after,
.serviceSwiper .swiper-button-prev::after {
  color: #fff;
}

@media (max-width: 1023px) {
  .serviceSwiper .swiper-slide .col h5 {
    line-height: normal;
  }
}

.serviceSwiper .swiper-slide .col p {
  font-size: 18px;
  line-height: 140%;
}

.serviceSwiper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
}

.serviceSwiper .swiper-slide .service__item-text {
  margin-top: auto;
}

.serviceSwiper .swiper-slide .service__item-text a {
  max-width: 260px;
}

.serviceSwiper .swiper-slide .service__item-text p {
  font-weight: 500;
  font-size: 32px;
  color: #0B2545;
  line-height: 140%;
  margin-bottom: 24px;
}

.service__item-inner span {
  height: 54px;
  display: block;
  width: 54px;
  border-radius: 50%;
  background-color: #0074D9;
  flex-shrink: 0;
}

.service__item div {
  display: flex;
}

.service__item div span:first-of-type {
  opacity: 50%;
  margin-right: 8px;
}

.serviceSwiper.swiper-horizontal>.swiper-pagination-bullets,
.serviceSwiper.swiper-pagination-bullets.swiper-pagination-horizontal,
.serviceSwiper.swiper-pagination-custom,
.serviceSwiper.swiper-pagination-fraction {
  bottom: 350px;
  left: 32px;
  width: auto;
}

.serviceSwiper2 .swiper-slide {
  display: block;
  height: 275px;
  margin-top: 16px;
  cursor: pointer;
}

.serviceSwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.serviceSwiper2 .swiper-slide span {
  padding: 8px 16px;
  border-radius: 8px;
  background: #0B2545;
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #fff;
  font-size: 14px;
  display: none;
}

.swiper-wrapper .swiper-slide span {
  display: block;
}

.serviceSwiper2 .swiper-slide-thumb-active span {
    background-color: #0074D9;
}

.serviceSwiper2 .swiper-slide:hover span {
  background: #0074D9;
}

.service-info .price {
  padding-bottom: 0;
}

@media (max-width: 1340px) {
  .serviceSwiper .swiper-slide .col h5 {
    font-size: 36px;
    margin-bottom: 8px;
  }

  .serviceSwiper .swiper-slide .col p {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .serviceSwiper .swiper-slide .service__item.service__item-text p {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .serviceSwiper .swiper-slide .col:last-of-type {
    padding: 24px 18px;
  }
}

@media (max-width: 1180px) {
  .serviceSwiper .swiper-slide {
    grid-template-columns: 1fr;
  }

  .serviceSwiper .swiper-slide img {
    max-height: 275px;
  }

  .serviceSwiper.swiper-horizontal>.swiper-pagination-bullets,
  .serviceSwiper.swiper-pagination-bullets.swiper-pagination-horizontal,
  .serviceSwiper.swiper-pagination-custom,
  .serviceSwiper.swiper-pagination-fraction {
    top: 215px;
  }

  .serviceSwiper2 .swiper-slide span {
    display: block;
  }

  .serviceSwiper .swiper-slide .col {
    max-height: max-content;
  }
}

@media (max-width: 768px) {
  .serviceSwiper2 {
    display: none;
  }
}


@media (max-width: 500px) {
  .serviceSwiper .swiper-button-next, .serviceSwiper .swiper-button-prev {
    top: 15px;
  }

  .serviceSwiper .swiper-slide .service__item-text a {
    max-width: none;
  }
}

.all__reviews {
  padding-bottom: 72px;
}

.all__reviews h1 {
  margin-bottom: 48px;
}

@media (max-width: 1023px) {

  .all__reviews h1 {
    margin-bottom: 24px;
  }
}

.conditions h1 {
  margin-bottom: 48px;
}

.about {
  padding-bottom: 40px;
}

.about h1 {
  margin-bottom: 24px;
}

.about__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.about__item {
  max-height: 595px;
  height: 100%;
}

.about__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.about__item-row {
  display: flex;
}

.about__item-img_doctor {
  max-width: 292px;
  max-height: 268px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 16px;
}

.about__item-text {
  background: #F5F5F5;
  padding: 24px 16px;
  width: 100%;
  border-radius: 8px;
}

.about__item-description {
  background: #F5F5F5;
  padding: 32px;
  width: 100%;
  border-radius: 8px;
  margin-top: 22px;
}

.about__item-description p {
  margin-bottom: 16px;
  line-height: 140%;
}

.about__item-description p a {
  display: inline;
  color: #0074D9;
}

.about__item-description p a:hover {
  color: #1EC8FF;
}


.about__item-text h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #0B2545;
  margin-bottom: 8px;
}

.about__item-bottom p {
  margin-bottom: 24px;
}

.item-bottom-wrapper {
  display: flex;
}

.item-bottom-wrapper a {
  width: 48px;
  height: 48px;
  background: #0074D9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
  transition: .2s;
}

.item-bottom-wrapper a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.item-bottom-wrapper a:hover {
  background-color: #1EC8FF;
  transition: .2s;
}

.about__item-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-opportunities {
  padding-bottom: 72px;
}

.about-opportunities h1 {
  margin-bottom: 32px;
}

.opportunities__blocks {
  margin-bottom: 32px;
  max-width: 1193px;
}

.opportunities__blocks h5 {
  font-weight: 400;
  font-size: 21px;
  line-height: 120%;
  margin-bottom: 16px;
  color: #0B2545;
}

.opportunities__blocks p {
  line-height: 140%;
  margin-bottom: 16px;
}

.opportunities__blocks ul {
  list-style: none;
  margin-top: 5px;
}

.opportunities__blocks ul > li {
  position: relative;
  padding-left: 16px;
}

.opportunities__blocks ul > li:not(:last-child) {
  margin-bottom: 16px;
}

.opportunities__blocks ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #0074D9;
  border-radius: 50%;
}

.opportunities__blocks a {
  color: #0074D9;
}

.opportunities__blocks a:hover {
  color: #1EC8FF;
}

.opportunities__photos {
  padding-bottom: 72px;
}

.opportunities__photos .doctor-slider {
  margin-bottom: 40px;
}

.opportunities__photos p {
  margin-bottom: 16px;
  max-width: 1193px;
  line-height: 140%;
}

.about__item-circle {
  width: 150px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  margin-right: 20px;
}

.about__item-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.about__item-text .circle__wrapper {
  display: flex;
  align-items: center;
}

.price-footer .footer,
.price-footer.footer{
  padding-bottom: 0;
}

@media (max-width: 1275px) {
  .about__wrapper {
    grid-template-columns: 1fr;
  }

  .about__wrapper .about__item-img {
    max-height: 300px;
  }

}

@media (max-width: 780px) {

  .about__item-text h4 {
    margin-bottom: 0;
    line-height: 130%;
  }

  .about__item-row {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .about__item-circle {
    display: block;
  }

  .about__item-img_doctor {
    display: none;
  }

  .about__item-img_doctor {
    width: 100%;
    margin-top: 16px;
  }

  .about__item {
    max-height: fit-content;
  }

  .about__item-description {
    padding: 24px 16px;
  }

  .about__item-bottom {
    margin-top: 15px;
  }

  .opportunities-slider__wrapper .swiper-button-prev.doctor-slider-button-prev,
  .opportunities-slider__wrapper .swiper-button-next.doctor-slider-button-next,
  .opportunities-slider__wrapper .swiper-button-prev.certificats-slider-button-prev,
  .opportunities-slider__wrapper .swiper-button-next.certificats-slider-button-next,
  .opportunities-slider__wrapper .swiper-button-prev.reviews-slider-button-prev,
  .opportunities-slider__wrapper .swiper-button-next.reviews-slider-button-next {
    top: -45px;
  }

}

@media (max-width: 500px) {
  .about__item-text h4 {
    font-size: 17px;
  }

  .about__item-text p {
    font-size: 14px;
  }

}

.price {
  padding-bottom: 48px;
}

.price h1 {
  margin-bottom: 24px;
}

.price p {
  line-height: 140%;
}

.price p:first-of-type {
  margin-bottom: 16px;
}

.price p a {
  color: #0074D9;
}

.price p a:hover {
  color: #1EC8FF;
  transition: .2s;
}

.price-array {
  padding-bottom: 72px;
}

.price-array ul {
  gap: 6px;
  display: flex;
  flex-wrap: wrap;
}

.price-array ul li {
  transition: background 0.3s, color 0.3s;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #D2E0E5;
  color: #0B2545;
  cursor: pointer;
  white-space: nowrap
}

.price-array ul .current {
  background: #0074D9;
  border: 1px solid #0074D9;
  color: #fff;
}

.price-array h5 {
  margin-top: 48px;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 24px;
  color: #0B2545;
}

.price-row {
  padding: 24px;
  background: #F5F5F5;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-row:not(:last-of-type) {
  margin-bottom: 8px;
}

.price-row p {
  color: #0B2545;
  margin-bottom: 8px;
  line-height: 140%;
}

.price-row__count {
  font-size: 21px;
  color: #0B2545;
  white-space: nowrap
}

.price-row span {
  font-size: 14px;
}

@media (max-width: 1280px) {
  .price-row {
    padding: 12px;
  }

  .price-row__count {
    margin-left: 15px;
  }

  .price-row__text p {
    font-size: 15px;
  }

  .price-row__count {
    font-size: 18px;
  }
}

@media (max-width: 780px) {
  .tabs2 li {
    width: 100%;
  }

  .price p {
    font-size: 14px;
  }

  .price-array ul {
    /*padding-right: 16px;*/
    /*padding-left: 16px;*/
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none;
  }
}

.spr {
  padding-bottom: 72px;
}

.spr h1 {
  margin-bottom: 40px;
}

.spr h1 + p {
  font-size: 21px;
  line-height: 140%;
  color: #0B2545;
  margin-bottom: 24px;
}

.spr form {
  max-width: 1038px;
}

.spr-form__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.spr-form__item input,
.spr-form__item select {
  padding: 18px 20px;
  border: 1px solid #d2e0e5;
  border-radius: 8px;
  height: 56px;
  width: 100%;
  font-size: 16px;
  color: #6b8093;
}

.spr-form__item input[placeholder] {
  font-size: 16px;
  color: #6b8093;
}

.spr-form__item span {
  font-size: 13px;
  color: #6b8093;
  display: block;
  margin-top: 8px;
  position: absolute;
  white-space: nowrap;
}

.form_radio:not(:last-of-type) {
  margin-bottom: 16px;
}

.form_radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 0;
  line-height: 18px;
  user-select: none;
}
.form_radio label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  margin-right: 8px;
  left: 0;
  bottom: 1px;
  border: 1px solid #D2E0E5;
  /*background: url(/img/radio-1.png) 0 0 no-repeat;*/
}

.form_radio label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  left: 7px;
}

.form_radio input[type=radio]:checked + label:before {
  background: #0074D9;
  border: 1px solid #0074D9;
}

.spr form .spr-form__subtitle {
  display: block;
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #0B2545;
}

.spr form ul > li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 140%;
}

.spr form ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #6B8093;
  border-radius: 50%;
}

.spr form ul span {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
}

.spr .download__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #d2e0e5;
  border-radius: 8px;
  padding: 32px 40px;
  width: 100%;
  height: 225px;
}

.spr .download__wrapper img {
  margin-bottom: 24px;
  width: 48px;
  height: 48px;
}

.spr .download__wrapper p {
  font-weight: 400;
  font-size: 16px;
  color: #0B2545;
  margin-bottom: 8px;
}

.spr .download__wrapper span {
  font-weight: 400;
  font-size: 14px;
  color: #6b8093;
  margin-bottom: 8px;
}

.spr .download__wrapper label {
  font-weight: 400;
  font-size: 16px;
  color: #0B2545;
  border: 1px solid #0074D9;
  border-radius: 8px;
  padding: 12px 24px;
  cursor: pointer;
  transition: background .3s;
}

.spr .download__wrapper #spr_file-error {
  font-weight: 400;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: default;
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  color: #ee4130;
  font-size: 13px;
  line-height: 14px;
  white-space: nowrap;
}

.spr .download__wrapper label:hover {
  background: #0074D9;
  transition: background .3s;
  color: #fff;
}

.spr .download__wrapper #spr_file-error:hover {
  background: none;
}

.spr .download__wrapper {
  position: relative;
  z-index: 10;
  margin-top: 32px;
}

.spr .download__wrapper input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -10;
}

.spr .download__wrapper.dragover {
  background-color: #fafafa;
  outline-offset: -17px;
}

.sec-list {
  margin-top: 24px;
  margin-bottom: 40px;
}

.spr form ul#list > li:before {
  display: none;
}

.sec-list ul li{
  font-weight: 400;
  font-size: 14px;
  color: #0B2545;
}

#list > li {
  display: flex;
  gap: 16px;
}

#list > li:not(:last-of-type) {
  margin-bottom: 8px;
}

.spr-form__item.input-wrapper label.error {
  right: 0;
  top: -20px;
  left: auto;
}

@media (max-width: 767px) {

  .spr-select:not(:last-of-type) {
    margin-bottom: 25px;
  }

  .spr-form__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 380px) {
  .spr h1 {
    font-size: 28px;
  }

  .input-wrapper img {
    right: 10px;
    width: 18px;
    height: 18px;
  }

  .spr-form__item input, .spr-form__item select {
    padding: 12px 14px;
    font-size: 14px;
  }

  .spr-form__item input[placeholder] {
    font-size: 14px;
  }

  .spr-form__item span {
    font-size: 12px;
  }

  .spr .download__wrapper {
    padding: 31px 23px;
  }
}

.modal.fancybox__content#modal-feedback {
  max-width: 611px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.modal.fancybox__content#modal-success {
  max-width: 611px;
  width: 100%;
  display: flex;
  justify-content: center;
}

#modal-success .modal__body {
  display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*@media (max-width: 768px) {*/
/*  #modal-success .modal__body {*/
/*    width: fit-content;*/
/*  }*/

/*  .modal__success-wrapper {*/
/*    width: fit-content;*/
/*  }*/
/*}*/

.modal__success-wrapper {
  max-width: 440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal__success-wrapper img {
  width: 154px;
  height: 120px;
  margin-bottom: 24px;
}

.modal__success-wrapper h1 {
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  color: #0B2545;
  margin-bottom: 16px;
}

.modal__success-wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #6b8093
}

.modal__success-wrapper a {
  width: 100%;
}


@media (hover),
(min-width: 0\0),
(min--moz-device-pixel-ratio: 0) {
  .descr__icon:hover {
    background-color: #1EC8FF;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: #0074D9;
  }

  .swiper-button-next:hover::after,
  .swiper-button-prev:hover::after {
    color: #fff;
  }

  .btn-second:hover {
    background-color: #BEC6CE;
  }

  .hero-slide__bottom a:hover {
    background-color: #1EC8FF;
  }

  .header__tel:hover {
    color: #0074D9;
  }

  .header__menu a:hover {
    background-color: #0074D9;
    color: #fff;
  }

  .social a:hover {
    background-color: #1EC8FF;
  }

  .btn:hover {
    background-color: #1EC8FF;
  }

  .services-item:hover .services-item__icon {
    opacity: 1;
  }

  .services-item:hover .services-item__info {
    color: #fff;
    background-color: #0B2545;
  }

  .video:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .doctors-item:hover .doctors-item__bottom {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .checkbox-container:hover input~.checkmark {
    border-color: #0074D9;
  }

  .text-content a:hover {
    opacity: 0.5;
  }

  .breadcrumbs ul a:hover {
    opacity: 0.5;
  }
}

.revealOnScroll {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  aniamtion-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.flipX {
  -webkit-animation-name: flipX;
  animation-name: flipX;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08419, 0.00011, 0, 0, -0.00011, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes DevLogo {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes DevLogo {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@media screen and (max-width: 767px) {
  .revealOnScroll {
    opacity: 1;
  }

  .fancybox__content>.carousel__button.is-close {
    top: -50px;
  }
}

.video__label {
    display: none !important;
}