[data-toggle-drop-search] {
  cursor: pointer; }
[data-toggle-drop-search]:not(.is-active) .btn-circle__icon:last-child {
  display: none; }
[data-toggle-drop-search].is-active .btn-circle__icon:first-child {
  display: none; }

.is-drop-search-shown {
  z-index: 30; }

.header-drop-search .form-one-input {
  display: flex;
  justify-content: space-between; }
.header-drop-search .search-block__enter .select2.select2-container--open::before {
  background: transparent !important; }

.header-drop-search {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 100%;
  background: #fff;
  z-index: 20;
  padding-top: 22px;
  padding-bottom: 18px;
  transition: all 0.26s ease; }
.header-drop-search:not(.is-active) {
  opacity: 0;
  pointer-events: none; }
.header-drop-search__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  transition: all 0.36s ease;
  opacity: 0;
  z-index: 21; }
.header-drop-search__bg.is-active {
  opacity: 1;
  pointer-events: auto; }

.js-slider-schedule-show-hide .schedule-slider__inner-body {
  height: 310px;
  overflow: hidden; }
.js-slider-schedule-show-hide.is-show .schedule-slider__inner-body {
  height: auto; }
.js-slider-schedule-show-hide.is-show .schedule-slider__show-more-icon {
  transform: scaleY(-1); }
.link-main {
  font-size: 18px;
  line-height: 22px;
}
.schedule-slider {
  padding: 32px 33px;
  border-radius: 30px;
  background: #F6F6F6;
  position: relative; }
@media (max-width: 760px) {
  .schedule-slider {
    padding-left: 61px;
    padding-right: 61px; } }
.schedule-slider .swiper-slide {
  width: auto !important;
  position: relative; }
.schedule-slider .swiper-slide:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #E8E8E8; }
.schedule-slider__inner-body--scroll {
  height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(100% + 44px);
  position: relative; }
.schedule-slider__inner-body--scroll .swiper {
  width: calc(100% - 44px);
  margin-left: 0;
  margin-right: 0; }
.schedule-slider__inner-body--scroll .ps__rail-x {
  display: none !important; }
.schedule-slider__inner-bottom {
  margin-top: 24px;
  display: flex;
  justify-content: center; }
.schedule-slider__show-more {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: Gotham Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  position: relative; }
.schedule-slider__show-more::before {
  content: '';
  width: calc(100% + 40px);
  height: calc(100% + 30px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.schedule-slider__show-more-icon {
  display: flex; }
.schedule-slider__slide {
  padding-left: 12px;
  padding-right: 12px; }
.schedule-slider__slide-head {
  margin-bottom: 16px; }
.schedule-slider__slide-head-text {
  text-align: center;
  font-family: Gotham Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px; }
.schedule-slider__slide-head-text:not(:last-child) {
  margin-bottom: 4px; }
.schedule-slider__slide-link {
  width: 86px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Gotham Pro;
  text-align: center;
  border-radius: 8px;
  color: #4BBAD5;
  border: 1px solid #4BBAD5;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px; }
.schedule-slider__slide-item {
  display: flex;
  justify-content: center; }
.schedule-slider__slide-item:not(:last-child) {
  margin-bottom: 12px; }
.schedule-slider__slide-item.is-disabled .schedule-slider__slide-link {
  pointer-events: none;
  border-color: #E8E8E8;
  background: #E8E8E8;
  color: #C3C3C3; }
.schedule-slider__slide-item.is-clear .schedule-slider__slide-link {
  pointer-events: none;
  font-size: 0;
  position: relative;
  border-color: transparent; }
.schedule-slider__slide-item.is-clear .schedule-slider__slide-link::before {
  content: "";
  width: 46px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #646968; }
.schedule-slider__arrow {
  position: absolute;
  cursor: pointer;
  top: 32px; }
.schedule-slider__arrow--prev {
  left: 15px; }
.schedule-slider__arrow--next {
  right: 15px; }

@media (max-width: 1200px) {
  .header-drop-search {
    display: none !important; }
  .header-drop-search__bg {
    display: none !important; } }
.header {
  position: relative;
  background: #fff; }

.z-next {
  z-index: 50; }

.link-big {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  color: #FF5F00;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase; }
.link-big__icon {
  display: flex; }

h4 {
  font-size: 22px;
  line-height: 26px;
  color: #3D4543;
  font-weight: 500;
  text-transform: uppercase; }
@media (max-width: 760px) {
  h4 {
    font-size: 20px;
    line-height: 26px; } }

.text-content {
  font-size: 16px;
  line-height: 22px;
  color: #646968; }
.text-content h2 {
  line-height: 1.36;
  font-size: 2rem; }
.text-content h3 {
  line-height: 1.36;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 25px !important; }
@media (max-width: 760px){
  .text-content h2{

  }
}
.text-content p {
  font-size: 16px;
  line-height: 22px;
  color: #646968;
  margin: 16px 0; }
@media (max-width: 760px) {
  .text-content p {
    font-size: 16px;
    line-height: 20px; }
  .text-content h2 {
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
}
.text-content b {
  font-weight: 500;
  max-width: 459px;
  display: inline-block; }
.text-content ul {
  margin: 16px 0; }
.text-content ul li {
  bottom: 0;
  padding: 0;
  position: relative;
  padding-left: 21px; }
.text-content ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: 10px; }
.text-content *:first-child {
  margin-top: 0; }
.text-content *:last-child {
  margin-bottom: 0; }

.table-scroll {
  max-width: 100%;
  overflow-x: auto; }

.text-content-big {
  font-size: 18px;
  line-height: 22px;
  color: #646968;
  word-break: break-word; }
.text-content-big--medium {
  max-width: 902px; }
@media (max-width: 760px) {
  .text-content-big {
    font-size: 16px;
    line-height: 22px; } }
.text-content-big iframe {
  margin: 24px 0;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  border-radius: 30px; }
.text-content-big a {
  color: #FF5F00;
  text-decoration: underline; }
.text-content-big p {
  font-size: 18px;
  line-height: 22px;
  color: #646968;
  margin: 24px 0; }
@media (max-width: 760px) {
  .text-content-big p {
    font-size: 16px;
    line-height: 20px; } }
.text-content-big h2 {
  font-size: 28px;
  line-height: 34px;
  color: #3D4543;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 32px;
  margin-top: 64px; }
.text-content-big h2 + * {
  margin-top: 0; }
@media (max-width: 760px) {
  .text-content-big h2 {
    font-size: 22px;
    line-height: 28px; } }
.text-content-big h3 {
  font-size: 28px;
  line-height: 34px;
  color: #3D4543;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 32px;
  margin-top: 64px; }
.text-content-big h3 + * {
  margin-top: 0; }
@media (max-width: 760px) {
  .text-content-big h3 {
    font-size: 22px;
    line-height: 28px; } }
.text-content-big h4 {
  font-size: 22px;
  line-height: 26px;
  color: #3D4543;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 24px; }
.text-content-big h4 + * {
  margin-top: 0; }
@media (max-width: 760px) {
  .text-content-big h4 {
    font-size: 20px;
    line-height: 26px; } }
.text-content-big b {
  font-weight: 500; }
.text-content-big ol {
  margin: 16px 0;
  padding-left: 22px; }
.text-content-big ol li {
  bottom: 0;
  padding: 0;
  position: relative; }
.text-content-big ol li:not(:last-child) {
  margin-bottom: 8px; }
.text-content-big ul {
  margin: 16px 0; }
.text-content-big ul li {
  bottom: 0;
  padding: 0;
  position: relative;
  padding-left: 26px; }
.text-content-big ul li:not(:last-child) {
  margin-bottom: 8px; }
.text-content-big ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: 10px; }
.text-content-big .table-scroll {
  margin: 32px 0; }
@media (max-width: 760px) {
  .text-content-big .table-scroll {
    margin-top: 16px;
    margin-bottom: 24px;
    width: 100vw;
    position: relative;
    left: -16px;
    padding-left: 16px;
    padding-right: 16px; } }
.text-content-big .table-scroll + * {
  margin-top: 0; }
.text-content-big table {
  border-collapse: separate;
  font-size: 16px;
  line-height: 22px;
  table-layout: fixed;
  min-width: 100%; }
@media (max-width: 760px) {
  .text-content-big table {
    font-size: 14px;
    line-height: 16px; } }
.text-content-big table thead th, .text-content-big table thead td {
  text-align: left;
  background: #646968;
  border: 1px solid #E8E8E8;
  border-left: 0;
  padding: 22px;
  color: #fff;
  border-radius: 0 !important;
  font-size: 16px;
  line-height: 22px; }
.text-content-big table thead th:first-child, .text-content-big table thead td:first-child {
  border-left: 1px solid #E8E8E8;
  border-top-left-radius: 20px !important; }
.text-content-big table thead th:last-child, .text-content-big table thead td:last-child {
  border-top-right-radius: 20px !important; }
@media (max-width: 760px) {
  .text-content-big table thead th, .text-content-big table thead td {
    padding: 16px; } }
.text-content-big table th, .text-content-big table td {
  text-align: left;
  border: 1px solid #E8E8E8;
  border-top: 0;
  border-left: 0;
  padding: 22px;
  color: #646968; }
.text-content-big table th:first-child, .text-content-big table td:first-child {
  border-left: 1px solid #E8E8E8; }
@media (max-width: 760px) {
  .text-content-big table th, .text-content-big table td {
    padding: 16px;
    font-size: 14px;
    line-height: 16px; } }
.text-content-big table tr:last-of-type th:first-child, .text-content-big table tr:last-of-type td:first-child {
  border-bottom-left-radius: 20px; }
.text-content-big table tr:last-of-type th:last-child, .text-content-big table tr:last-of-type td:last-child {
  border-bottom-right-radius: 20px; }
.text-content-big img {
  max-width: 100%;
  object-fit: contain;
  border-radius: 30px;
  margin-top: 64px;
  margin-bottom: 48px;
  display: block;
  min-height: 249px; }
.text-content-big blockquote {
  margin: 24px 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  padding-left: 15px; }
.text-content-big blockquote::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5 17L15.5 17C14.3954 17 13.5 16.1046 13.5 15L13.5 11.4721C13.5 11.1616 13.5723 10.8554 13.7111 10.5777L15.1292 7.74164C15.3564 7.28711 15.821 7 16.3292 7C17.3265 7 17.9752 8.04958 17.5292 8.94164L16.5 11L17.5 11C18.6046 11 19.5 11.8954 19.5 13L19.5 15C19.5 16.1046 18.6046 17 17.5 17ZM8.5 17L6.5 17C5.39543 17 4.5 16.1046 4.5 15L4.5 11.4721C4.5 11.1616 4.57229 10.8554 4.71114 10.5777L6.12918 7.74164C6.35644 7.28712 6.821 7 7.32918 7C8.32653 7 8.97521 8.04958 8.52918 8.94164L7.5 11L8.5 11C9.60457 11 10.5 11.8954 10.5 13L10.5 15C10.5 16.1046 9.60457 17 8.5 17Z' fill='%234BBAD5'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 7L8.5 7C9.60457 7 10.5 7.89543 10.5 9L10.5 12.5279C10.5 12.8384 10.4277 13.1446 10.2889 13.4223L8.87082 16.2584C8.64356 16.7129 8.17899 17 7.67082 17C6.67347 17 6.02479 15.9504 6.47082 15.0584L7.5 13L6.5 13C5.39543 13 4.5 12.1046 4.5 11L4.5 9C4.5 7.89543 5.39543 7 6.5 7ZM15.5 7L17.5 7C18.6046 7 19.5 7.89543 19.5 9L19.5 12.5279C19.5 12.8384 19.4277 13.1446 19.2889 13.4223L17.8708 16.2584C17.6436 16.7129 17.179 17 16.6708 17C15.6735 17 15.0248 15.9504 15.4708 15.0584L16.5 13L15.5 13C14.3954 13 13.5 12.1046 13.5 11L13.5 9C13.5 7.89543 14.3954 7 15.5 7Z' fill='%234BBAD5'/%3E%3C/svg%3E%0A");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: left top, right bottom; }
.text-content-big blockquote::after {
  width: 1px;
  height: calc(100% - 56px);
  top: 32px;
  position: absolute;
  left: 0;
  content: "";
  background: #4BBAD5; }
.text-content-big blockquote p {
  font-size: 22px;
  line-height: 26px;
  color: #3D4543; }
@media (max-width: 760px) {
  .text-content-big blockquote p {
    font-size: 18px;
    line-height: 22px; } }
.text-content-big blockquote + footer {
  margin-bottom: 32px;
  margin-top: -32px; }
.text-content-big footer {
  font-size: 14px;
  color: #646968;
  line-height: 16px; }
.text-content-big *:first-child {
  margin-top: 0; }
.text-content-big *:last-child {
  margin-bottom: 0; }
.text-content-big--alt h4 {
  margin-top: 32px;
  margin-bottom: 24px; }
@media (max-width: 760px) {
  .text-content-big--alt h4 {
    margin-top: 48px; } }

@media (max-width: 760px) {
  .hide-mobile {
    display: none !important; } }

@media (min-width: 760.98px) {
  .show-mobile {
    display: none !important; } }

@media (max-width: 1200px) {
  .hide-tablet {
    display: none !important; } }

.is-hide {
  display: none !important; }

@media (min-width: 1200.98px) {
  .hide-desktop {
    display: none !important; } }

.m-0 {
  margin: 0 !important; }
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important; }
.mt-24  {
  margin-top: 24px !important;
}
.big-link {
  font-size: 22px;
  line-height: 142.2%;
  font-weight: 700;
  color: #FF5F00;
  text-decoration: none; }

.small-link {
  font-size: 16px;
  line-height: 22px;
  color: #fff; }

.color-orange {
  color: #FF5F00 !important; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase; }
.link-arrow__icon {
  display: flex; }

.link-iconed {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #3D4543;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.35s ease; }
.link-iconed:hover {
  color: #4BBAD5; }

.btn-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F6F6F6;
  font-family: "Gotham Pro", sans-serif; }
.btn-circle--no-bg {
  background: transparent; }

.btn, .but-medics-blue {
  font-family: "Gotham Pro", sans-serif;
  cursor: pointer;
  padding: 15px 24px;
  border-radius: 100px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  transition: background 0.35s ease;
  display: inline-flex;
  gap: 8px;
  background: #4BBAD5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  appearance: none; }
.btn--small, .but-medics-blue--small {
  font-size: 14px;
  line-height: 13.4px;
  letter-spacing: -2%;
  padding: 9.5px 11.2px;
  font-weight: 400; }
.btn--icon, .but-medics-blue--icon {
  padding: 4px;
  padding-left: 24px; }
.btn--icon .btn__text, .but-medics-blue--icon .btn__text {
  flex: 1;
  min-width: 0;
  justify-content: flex-start; }
.btn:hover, .but-medics-blue:hover {
  background: #68D2F3; }
.btn--orange, .but-medics-blue--orange {
  background: #FF5F00; }
.btn--orange .btn__icon--circle svg path, .but-medics-blue--orange .btn__icon--circle svg path {
  fill: #FF5F00; }
.btn--orange:hover, .but-medics-blue--orange:hover {
  background: #F88947; }
.btn--orange:hover .btn__icon--circle svg path, .but-medics-blue--orange:hover .btn__icon--circle svg path {
  fill: #F88947; }
.btn--fiolet, .but-medics-blue--fiolet {
  background: #7360F2; }
.btn--fiolet .btn__icon--circle, .but-medics-blue--fiolet .btn__icon--circle {
  background: #3D4543; }
.btn--fiolet:hover, .but-medics-blue--fiolet:hover {
  background: #806ef4; }
.btn--fiolet:hover .btn__icon--circle, .but-medics-blue--fiolet:hover .btn__icon--circle {
  background: #3D4543; }
.btn--grey, .but-medics-blue--grey {
  background: #fff;
  color: #3D4543; }
.btn--grey .btn__icon--circle, .but-medics-blue--grey .btn__icon--circle {
  background: #3D4543; }
.btn--grey .btn__icon--circle svg path, .but-medics-blue--grey .btn__icon--circle svg path {
  fill: #fff; }
.btn--grey:hover, .but-medics-blue--grey:hover {
  background: #CCCCCC; }
.btn--grey:hover .btn__icon--circle, .but-medics-blue--grey:hover .btn__icon--circle {
  background: #3D4543; }
.btn--dark, .but-medics-blue--dark {
  background: #3D4543;
  color: #fff; }
.btn--dark .btn__icon--circle, .but-medics-blue--dark .btn__icon--circle {
  background: #fff; }
.btn--dark .btn__icon--circle svg path, .but-medics-blue--dark .btn__icon--circle svg path {
  fill: #FF5F00; }
.btn--dark:hover, .but-medics-blue--dark:hover {
  background: #646968; }
.btn--dark:hover .btn__icon--circle, .but-medics-blue--dark:hover .btn__icon--circle {
  background: #fff; }
.btn__text, .but-medics-blue__text {
  flex: 0 auto; }
.btn__icon--circle, .but-medics-blue__icon--circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff; }

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: calc(1296px + 15px + 15px);
  width: 100vw;
  margin: 0 auto;
  box-sizing: border-box; }

[data-accordion-row]:not(.is-active) [data-accordion-body] {
  display: none; }
[data-accordion-row]:not(.is-active) .accordion__icon-image:last-child {
  display: none; }
[data-accordion-row].is-active .accordion__icon-image:first-child {
  display: none; }

.accordion {
  width: 100%; }
.accordion .card-video-wrapper {
  padding-right: 77px; }
@media (max-width: 991px) {
  .accordion .card-video-wrapper {
    padding-right: 0; } }
.accordion .description-block {
  padding-right: 77px; }
@media (max-width: 991px) {
  .accordion .description-block {
    padding-right: 0; } }
.accordion__row {
  background: #F6F6F6;
  border-radius: 30px; }
.accordion__row:not(:last-child) {
  margin-bottom: 8px; }
.accordion__row--bottom-medium:not(:last-child) {
  margin-bottom: 16px; }
@media (max-width: 760px) {
  .accordion__row--bottom-medium:not(:last-child) {
    margin-bottom: 6px; } }
.accordion__row--bottom-big:not(:last-child) {
  margin-bottom: 24px; }
@media (max-width: 760px) {
  .accordion__row--bottom-big:not(:last-child) {
    margin-bottom: 6px; } }
.accordion__row--transparent {
  background: transparent; }
.accordion__row--bordered {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border-top: 1px solid #F6F6F6;
  border-bottom: 1px solid #F6F6F6; }
.accordion__row--bordered:not(:last-child) {
  margin-bottom: 0px; }
.accordion__row--bordered:not(:first-child) {
  margin-top: -1px; }
.accordion__row--bordered .accordion__head {
  padding: 16px 0; }
.accordion__row--bordered .accordion__body {
  padding-bottom: 16px;
  padding-top: 24px; }
@media (max-width: 760px) {
  .accordion__row--bordered .accordion__body {
    padding-top: 24px; } }
.accordion__row--bordered .accordion__icon {
  background: #F6F6F6; }
.accordion__head {
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  gap: 16px; }
@media (max-width: 760px) {
  .accordion__head {
    padding: 16px; } }
.accordion__head--radius {
  border-radius: 30px;
  background: #F6F6F6; }
.accordion__icon {
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  cursor: pointer; }
@media (max-width: 760px) {
  .accordion__icon {
    width: 44px;
    height: 44px; } }
.accordion__title {
  color: #3D4543;
  font-size: 38px;
  font-weight: 500;
  line-height: 42px;
  flex: 1;
  min-width: 0;
  text-transform: uppercase;
  margin: 0; }
.accordion__title--small {
  font-size: 28px;
  line-height: 34px; }
@media (max-width: 760px) {
  .accordion__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px; } }
.accordion__title > * {
  margin: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: inherit; }
.accordion__title-icon {
  display: flex;
  width: 60px;
  height: 60px; }
.accordion__title-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain; }
@media (max-width: 760px) {
  .accordion__title-icon {
    width: 38px;
    height: 38px; } }
.accordion__body {
  padding-top: 8px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px; }
@media (max-width: 760px) {
  .accordion__body {
    padding: 16px; } }
.accordion__body--clear {
  padding: 0;
  background: #fff; }
@media (max-width: 760px) {
  .accordion__body--clear {
    padding: 0; } }

.tabs .swiper-slide {
  width: auto;
  padding-bottom: 2px; }
.tabs .swiper-slide:first-child .tabs__head-item {
  padding-left: 0; }
@media (max-width: 760px) {
  .tabs .swiper-slide:first-child .tabs__head-item {
    padding-left: 0; } }
.tabs .swiper-slide:first-child .tabs__head-item::before {
  left: 0;
  transform: translateX(0); }
.tabs .swiper {
  margin-bottom: -2px; }
.tabs__head {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 24px; }
.tabs__head-slider {
  width: 100%; }
.tabs__head-item {
  padding-bottom: 5px;
  padding-right: 24px;
  padding-left: 24px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #646968;
  transition: color 0.26s ease;
  text-transform: uppercase;
  cursor: pointer; }
@media (max-width: 760px) {
  .tabs__head-item {
    padding-left: 12px;
    padding-right: 12px; } }
.tabs__head-item::before {
  content: "";
  width: calc(100% - 4px);
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  background: #FF5F00;
  opacity: 0;
  transition: opacity 0.26s ease; }
.tabs__head-item.is-active {
  color: #FF5F00; }
.tabs__head-item.is-active::before {
  opacity: 1; }
.tabs__body-item:not(.is-active) {
  display: none; }

.table-chars--gap-bottom {
  margin-bottom: 16px; }
.table-chars__row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px; }
.table-chars__row p {
  margin: 16px 0; }
.table-chars__row p:first-child {
  margin-top: 0; }
.table-chars__row p:last-child {
  margin-bottom: 0; }
.table-chars__row:not(:last-child) {
  margin-bottom: 8px; }
.table-chars__row--column {
  flex-direction: column; }
.table-chars__name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #3D4543; }
.table-chars__val {
  font-size: 16px;
  line-height: 22px;
  color: #646968; }

.search-input-form {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
  padding: 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  box-sizing: border-box; }
.search-input-form__enter {
  flex: 1;
  min-width: 0; }

.search-input-form__input {
  padding: 0;
  border: unset;
  font-size: 16px;
  line-height: 32px; }
.search-input-form__input::placeholder {
  color: #646968;
  opacity: 1; }
.search-input-form__btn {
  display: flex; }
.search-input-form__btn-item {
  padding: 0;
  border: unset;
  background: transparent; }
@media (max-width: 1199px) {
  .search-input-form__enter .select2-container--open:after {
    content: '';
    width: calc(100% - 1px);
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
  }
}

.popup--review {
  max-width: 647px;
  width: 100vw;
  position: relative; }
.popup--review .card-reviews__text {
  display: block;
  display: block;
  -webkit-line-clamp: unset;
  overflow: unset; }
.popup--review .card-reviews {
  padding: 0;
  background: transparent;
  min-height: unset; }
.popup--review .card-reviews:hover {
  background: transparent; }
.popup--review .card-reviews__head {
  margin-bottom: 16px; }
@media (max-width: 760px) {
  .popup--review .card-reviews__head {
    margin-bottom: 12px; } }
.popup--review .card-reviews__text {
  padding-top: 16px; }
@media (max-width: 760px) {
  .popup--review .card-reviews__text {
    padding-top: 12px; } }
.popup--review .card-reviews__person {
  padding-bottom: 16px; }
@media (max-width: 760px) {
  .popup--review .card-reviews__person {
    padding-bottom: 12px; } }
.popup--review .card-reviews__body {
  padding-top: 16px; }
@media (max-width: 760px) {
  .popup--review .card-reviews__body {
    padding-top: 12px; } }
.popup--medium {
  max-width: 585px;
  width: 100vw;
  position: relative; }
.popup--big {
  max-width: 721px;
  width: 100vw;
  position: relative; }
.popup--large {
  max-width: 1003px;
  width: 100vw;
  position: relative; }
.popup--success {
  max-width: 408px; }
.popup--success-2 {
  max-width: 410px; }
.popup--main {
  background: #F6F6F6;
  border-radius: 30px;
  padding: 48px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 16px;
  width: 100%; }
.popup--main .mfp-close {
  display: none; }
.popup--main .popup__close {
  position: absolute;
  top: 44px;
  right: 48px; }
.popup--main-small-padding {
  padding: 32px; }
@media (max-width: 760px) {
  .popup--main-small-padding {
    padding: 16px; } }
.popup--main-small-padding .popup__close {
  right: 32px;
  top: 32px; }
@media (max-width: 760px) {
  .popup--main-small-padding .popup__close {
    right: 16px;
    top: 16px; } }
.popup--main-light {
  background: #FFFFFF; }
.popup--main-light .popup__close {
  background: #F6F6F6; }
.popup--main-light .popup__close svg path {
  fill: #28303F; }
.popup--video {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  border-radius: 30px;
  background: #3D4543;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 48px 125px;
  box-sizing: border-box; }
.popup--video .mfp-close {
  display: none; }
.popup--video .popup__close {
  position: absolute;
  top: 48px;
  right: 48px; }
.popup__inner--top-gap {
  padding-top: 40px; }
@media (max-width: 760px) {
  .popup__inner--top-gap {
    padding-top: 0; }
  .popup__inner--top-gap .popup__title {
    padding-right: 48px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400; }
  .popup__inner--top-gap .popup__descr {
    margin-top: 9px;
    font-size: 14px;
    line-height: 16px; } }
.popup__body {
  margin-top: 24px; }
.popup__footer-actions {
  width: 100%;
  padding-top: 8px;
  border-top: 1px solid #E8E8E8;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
.popup__footer-actions .card-action__price-old {
  font-size: 18px; }
.popup__footer-actions .card-action__price-new {
  font-size: 22px;
  line-height: 26px; }
@media (min-width: 760.98px) {
  .popup__footer-actions .card-action__price {
    flex-direction: row-reverse;
    justify-content: flex-end; } }
.popup__footer-actions-price {
  flex: 1;
  min-width: 0; }
.popup__close {
  position: absolute;
  right: 48px;
  top: 45px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #646968;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2; }
.popup__close--white {
  background: #fff; }
.popup__close--white svg path {
  fill: #28303F; }
.popup__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 16px; }
.popup__title {
  font-size: 28px;
  line-height: 34px;
  color: #3D4543;
  text-transform: uppercase;
  font-weight: 700; }
.popup__title--center {
  text-align: center; }
.popup__descr {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #646968;
  margin: 0;
  margin-top: 24px; }
@media (max-width: 760px) {
  .popup__descr br {
    display: none; } }
.popup__descr a {
  text-decoration: underline;
  color: #646968; }
.popup__descr b {
  font-weight: 500; }
@media (max-width: 760px) {
  .popup__descr b {
    font-weight: 400; } }
.popup__descr--left {
  text-align: left;
  margin-bottom: 16px; }
.popup__action {
  margin-top: 24px;
  display: flex;
  justify-content: center; }
.popup__grid-form {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 36px;
  margin-top: 32px; }
@media (max-width: 991px) {
  .popup__grid-form {
    margin-top: 16px;
    gap: 16px; } }
.popup__grid-form-title {
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #3D4543; }
@media (max-width: 991px) {
  .popup__grid-form-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px; } }
.popup__grid-form-time {
  width: 418px;
  max-width: 418px;
  flex: 1 0 418px; }
@media (max-width: 991px) {
  .popup__grid-form-time {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%; } }
.popup__grid-form-calendar > img {
  max-width: 100%;
  object-fit: contain; }
.popup__grid-form-calendar .schedule-slider {
  padding-left: 44px;
  padding-right: 44px; }
@media (max-width: 760px) {
  .popup__grid-form-calendar .schedule-slider {
    padding-left: 46px;
    padding-right: 46px; } }
.popup__grid-form-form {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column; }
.popup__grid-form-form .popup__grid-form-bg {
  flex: 1;
  min-height: 0; }
.popup__grid-form-bg {
  padding: 24px;
  background: #F6F6F6;
  border-radius: 12px; }
.popup__grid-form-bg .popup__body {
  margin-top: 0; }
@media (max-width: 991px) {
  .popup__grid-form-bg {
    padding: 16px; } }
.popup__grid-form-action {
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%; }
.popup__grid-form-action .form-main__footer {
  margin-top: 0;
  display: flex;
  justify-content: flex-end; }

.form-main__body {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px; }
.form-main__body .control-input__error {
  position: static;
  transform: unset; }
.form-main__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 12px; }
.form-main__footer-check {
  flex: 1;
  min-width: 0; }
.form-main__footer-check .block-form__input {
  max-width: 280px; }
.form-main__footer-item {
  width: 100%;
  max-width: 100%;
  flex: 1 0 100%;
  margin-bottom: -12px; }

.btn-checkbox {
  cursor: pointer; }
.btn-checkbox__label {
  position: relative; }
.btn-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0.1em;
  height: 0.1em;
  visibility: hidden; }
.btn-checkbox__input:checked + .btn-checkbox__block .btn-checkbox__icon {
  border-color: #4BBAD5; }
.btn-checkbox__input:checked + .btn-checkbox__block .btn-checkbox__icon svg {
  opacity: 1; }
.btn-checkbox__block {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 4px 7px;
  background: #fff;
  border: 1px solid #E8E8E8;
  color: #3D4543;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 100px;
  padding-left: 13px; }
.btn-checkbox__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  position: relative; }
.btn-checkbox__icon svg {
  opacity: 0;
  transition: all 0.35s ease;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
.btn-checkbox__text {
  flex: 1;
  min-width: 0; }

.control-textarea {
  flex: 1;
  min-width: 0;
  border: unset;
  font-size: 14px;
  line-height: 16px;
  color: #3D4543;
  height: 100%;
  width: 100%;
  resize: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  font-family: "Gotham Pro", sans-serif; }
.control-textarea::placeholder {
  color: #646968;
  opacity: 1;
  font-size: 14px;
  line-height: 16px;
  font-family: "Gotham Pro", sans-serif; }

.control-input {
  flex: 1;
  min-width: 0;
  border: unset;
  font-size: 14px;
  line-height: 16px;
  color: #3D4543; }
.control-input--solo {
  padding-left: 19px; }
.control-input::placeholder {
  color: #646968;
  opacity: 1; }
.control-input__wrapper {
  box-sizing: border-box;
  height: 44px;
  border-radius: 100px;
  padding: 5px;
  background: #fff;
  border: 1px solid #E8E8E8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  position: relative; }
.control-input__wrapper--alt {
  background: transparent;
  border-color: #E8E8E8;
  padding: 0;
  border-radius: 0;
  border: unset; }
.control-input__wrapper--no-icon {
  padding-left: 16px;
  padding-right: 16px; }
.control-input__wrapper--transparent {
  background: transparent;
  border-color: #E8E8E8; }
.control-input__wrapper--transparent .control-input {
  color: #fff;
  background: transparent;
  position: relative;
  top: -1px; }
.control-input__wrapper--transparent .control-input::placeholder {
  opacity: 1;
  color: #E8E8E8; }
.control-input__wrapper--textarea {
  height: 153px;
  border-radius: 24px;
  align-items: flex-start; }
.control-input__wrapper--textarea textarea {
  max-width: calc(100% - 54px); }
.control-input__wrapper:hover {
  border-color: #C3C3C3; }
.control-input__wrapper.error {
  border-color: #D31D1D; }
.control-input__wrapper.error .control-input {
  color: #D31D1D; }
.control-input__wrapper.error .control-input__icon svg path {
  fill: #D31D1D; }
.control-input__wrapper.error .control-input__error {
  display: block; }
.control-input__wrapper.error + .control-input__error {
  display: block;
  position: static;
  transform: translateY(0); }
.control-input__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F6F6F6;
  border-radius: 50%;
  width: 32px;
  height: 32px; }
.control-input__error {
  color: #D31D1D;
  font-size: 12px;
  line-height: 14px;
  display: none; }
.control-input__error.error {
  display: block; }

.input-checkbox {
  display: inline-block;
  height: 24px;
  width: 24px;
  overflow: hidden;
  margin-top: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 0.1s ease-in-out;
  background: #FFFFFF;
  border-radius: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='%234BBAD5'/%3E%3C/svg%3E%0A");
  background-size: 0 0;
  background-repeat: no-repeat;
  background-position: center center; }
.input-checkbox:checked {
  background-size: 16px 16px; }

.input-radio, .control-input__radio input {
  display: inline-block;
  height: 24px;
  width: 24px;
  overflow: hidden;
  margin-top: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 0.1s ease-in-out;
  border: 1px solid #e8e8e8;
  background: #FFFFFF;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='8' fill='%234BBAD5'/%3E%3C/svg%3E%0A");
  background-size: 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin-top: -4px; }
.input-radio:checked, .control-input__radio input:checked {
  background-size: 16px 16px; }

.control-input__radio-icon {
  display: none; }

.control-input__radio {
  font-size: 16px;
  color: #646968; }

.control-label, .control-input__radio {
  display: inline-flex;
  flex-wrap: wrap;
  cursor: pointer;
  gap: 8px; }
.control-label__text, .control-input__radio__text {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  color: #F6F6F6;
  padding-top: 7px; }
.control-label--dark .control-label__text, .control-input__radio--dark .control-label__text {
  color: #646968; }
.control-label--center, .control-input__radio--center {
  align-items: center; }
.control-label--center .control-label__text, .control-input__radio--center .control-label__text {
  padding-top: 0; }

.win-medics__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  background: #F6F6F6;
  position: relative;
  padding-left: 12px;
  padding-right: 12px; }
.win-medics__icon {
  margin-right: 8px;
  display: flex;
  position: relative;
  z-index: 5; }
.win-medics__text {
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  padding-right: 5px; }
.win-medics__text .win-medics-selected {
  padding: 14px 32px !important;
  padding-left: 44px !important;
  z-index: 6;
  position: absolute;
  left: 0;
  top: 0;
  background: unset !important;
  height: 100% !important;
  border-radius: 0 !important;
  border: unset !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.win-medics__arrow {
  display: flex;
  position: relative;
  z-index: 5; }

.swiper-pagination--static {
  position: static; }

.swiper-pagination-bullet {
  background: #E8E8E8;
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 30px;
  transition: all 0.2s ease; }
.swiper-pagination-bullet:first-child {
  margin-left: 0 !important; }
.swiper-pagination-bullet:last-child {
  margin-right: 0 !important; }
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 19px;
  background: #4BBAD5; }

.drop-list {
  position: relative;
  display: flex; }
.drop-list.is-active .drop-list__body {
  opacity: 1;
  pointer-events: auto;
  z-index: 20; }
.drop-list.is-active .drop-list__arrow {
  transform: scale(-1); }
.drop-list__arrow {
  display: flex;
  justify-content: center;
  align-items: center; }
.drop-list__head {
  display: inline-flex;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 16px;
  color: #3D4543;
  cursor: pointer; }
.drop-list__icon {
  display: flex; }
.drop-list__text {
  font-size: 14px;
  line-height: 16px;
  color: #3D4543; }
.drop-list__body {
  position: absolute;
  left: 12px;
  bottom: 0;
  transform: translateY(100%);
  background: #fff;
  padding: 8px 0;
  border-radius: 0 0 8px 8px;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none; }
.drop-list__list {
  margin: 0;
  padding: 0; }
.drop-list__link {
  font-size: 14px;
  line-height: 16px;
  color: #3D4543;
  cursor: pointer;
  display: flex;
  padding: 0 8px; }
.drop-list__link:hover {
  color: #4BBAD5; }
.drop-list__item:not(:last-child) {
  margin-bottom: 9px; }
.drop-list__item.is-active .drop-list__link {
  color: #4BBAD5; }

.btn-nav__close {
  display: none; }
.btn-nav.is-active .btn-nav__show {
  display: none; }
.btn-nav.is-active .btn-nav__close {
  display: flex; }

.header-top {
  gap: 24px; }
.header-top .container {
  width: 100% !important; }
.header-top__right {
  gap: 24px;
  display: flex;
  flex-wrap: wrap; }
.header-top__right-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
.header-top__right-actions .btn-circle__icon {
  display: flex; }
.header-top__left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 32px; }
.header-top .header-top-content__inner {
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #E8E8E8; }

.schedule {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #646968;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase; }

.social-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px; }
.social-block__item {
  display: flex; }

.lang-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px; }
.lang-list__link {
  color: #646968;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer; }
.lang-list__link.is-active {
  color: #3D4543;
  font-weight: 500; }
.lang-list__link:hover {
  color: #4BBAD5; }

.header-nav-wrapper {
  margin: 0;
  padding: 18px 0;
  background: #fff;
  z-index: 200 !important; }
.header-nav-wrapper .search-input-form {
  margin-bottom: 24px; }
.header-nav-wrapper .search-block__enter .select2.select2-container--open::before {
  display: none; }

.header-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 16px;
  margin: 0; }
.header-nav::after {
  display: none; }
.header-nav__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px; }
.header-nav__control-mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px; }

.main-logo {
  display: flex; }

.parent-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
  margin-left: auto;
  margin-right: auto;
  margin-left: 0; }
@media (max-width: 1340px) {
  .parent-menu {
    gap: 16px; } }
.parent-menu a, .parent-menu span {
  font-size: 16px;
  line-height: 22px;
  color: #3D4543;
  cursor: pointer;}

.carusel-first-slider .swiper-pagination {
  transform: unset;
  left: 55px;
  bottom: 63px;
  display: flex;
  width: auto; }
.carusel-first-slider .carousel-text {
  display: flex;
  width: 100%; }
.carusel-first-slider .carusel-first-sector {
  overflow: hidden;
  min-height: 344px;
  display: flex; }
.carusel-first-slider .carusel-first-sector::before {
  content: "";
  width: 100%;
  max-width: 544px;
  height: 100%;
  background: linear-gradient(90deg, #19232a 0%, rgba(25, 35, 42, 0.72) 56.8%, rgba(25, 35, 42, 0) 96.5%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }
.carusel-first-slider .photo-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
.carusel-first-slider .carousel-text-wrapper {
  position: relative;
  z-index: 5;
  padding-top: 62px;
  padding-left: 52px;
  padding-right: 52px;
  padding-bottom: 115px;
  color: #ffffff;
  display: flex; }
.carusel-first-slider .carousel-text-wrapper__info {
  display: flex;
  flex-direction: column;
  max-width: 478px; }
.carusel-first-slider .carousel-text-wrapper__title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 500; }
.carusel-first-slider .carousel-text-wrapper__subtitle {
  font-size: 18px;
  line-height: 22px;
  color: #E8E8E8; }
.carusel-first-slider .carousel-text-wrapper__prices {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px; }
.carusel-first-slider .carousel-text-wrapper__price {
  color: #FF5F00;
  font-weight: 26px;
  font-size: 22px;
  font-weight: 500; }
.carusel-first-slider .carousel-text-wrapper__price-old {
  text-decoration: line-through;
  color: #C3C3C3;
  font-size: 18px;
  line-height: 22px; }
.carusel-first-slider .carousel-text-wrapper__action {
  padding-top: 8px;
  margin-top: auto; }

.search-block {
  width: 100%;
  max-width: 948px;
  margin: 0 auto;
  position: relative;
  z-index: 20; }
.search-block--top {
  margin-top: -30px; }
.search-block__icon {
  display: flex;
  pointer-events: none;
  position: relative;
  z-index: 25; }
.search-block__inner {
  background: #fff;
  border: 1px solid #CCCCCC;
  padding: 6px 16px;
  padding-right: 8px;
  border-radius: 1000px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px; }
.search-block__enter {
  flex: 1;
  min-width: 0; }
.search-block__enter .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 0;
  border: none;
  background: none;
  font-size: 16px;
  line-height: 22px;
  color: #3D4543;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2px; }
.search-block__enter .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding: 0; }
.search-block__enter .select2.select2-container--open::before {
  content: "";
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  background: #fff; }
.search-block__enter .select2.select2-container--open.select2-container--below::before {
  top: unset;
  bottom: 0; }
.search-block__enter select {
  opacity: 0; }
.search-block__enter .search-block__select {
  z-index: 5;
  position: absolute !important;
  width: 100% !important;
  left: 0 !important;
  box-sizing: border-box; }
.search-block__enter .select2-container {
  position: absolute;
  border: unset;
  width: 100% !important;
  display: flex;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 58px;
  display: flex;
  align-items: center;
  box-sizing: border-box; }
.search-block__enter .select2-container .selection {
  width: 100%;
  display: block;
  padding-left: 52px;
  padding-right: 120px; }
.search-block__enter .select2-container .select2-selection {
  border: unset;
  width: 100%; }
.search-block__enter .select2-container .select2-selection__choice__remove {
  background: transparent;
  border: unset;
  opacity: 0;
  pointer-events: none; }
.search-block__input {
  width: 100%;
  border: unset;
  font-size: 16px;
  line-height: 22px;
  color: #3D4543; }
.search-block__action {
  position: relative;
  z-index: 25; }

.select2-result {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 8px 16px; }
.select2-result .select2-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #646968; }
.select2-result .select2-description {
  font-size: 14px;
  line-height: 16px;
  color: #646968; }

.select2-results__option {
  padding: 0;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  background: #fff; }

.select2-results__message {
  padding: 19px 16px;
  padding-left: 32px;
  border: unset;
  font-size: 14px;
  line-height: 22px;
  color: #3D4543; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FF5F00; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .select2-result .select2-text {
  color: #fff; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .select2-result .select2-description {
  color: #fff; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 350px;
  border-radius: 0 0 30px 30px;
  border-color: #E8E8E8;
  border: 1px solid #E8E8E8;
  background: #fff;
  border-top: unset; }

.select2-dropdown {
  background: transparent;
  position: relative;
  border: unset;
  z-index: 100; }

.select2-container .select2-search--inline .select2-search__field {
  height: 24px;
  width: 100%;
  border: unset;
  font-size: 16px;
  line-height: 22px;
  color: #3D4543; }
.select2-container .select2-search--inline .select2-search__field::placeholder {
  opacity: 1;
  color: #3D4543; }

.select2-dropdown--above .select2-results > .select2-results__options {
  max-height: 350px;
  border-radius: 30px 30px 0 0; }

.select2-drop-description--padding {
  min-height: 28px;
  display: flex;
  align-items: center;
  padding-left: 10px; }
select.js-select-drop {
  opacity: 0;
}
.js-select-drop ~ .select2-container .select2-search--dropdown {
  padding: 0;
  position: absolute;
  padding-left: 48px;
  top: -35px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 29px; }
.js-select-drop ~ .select2-container .select2-search--dropdown .select2-search__field {
  border: unset;
  color: #3D4543;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  flex: 1;
  min-width: 0;
  overflow: hidden; }
.js-select-drop ~ .select2-container .select2-dropdown--above .select2-search--dropdown {
  top: unset;
  bottom: -35px; }
.js-select-drop.light-form__select--no-icon ~ .select2-container .select2-search--dropdown {
  padding-left: 12px; }

.section {
  margin-top: 98px;
  margin-bottom: 140px; }
.section--small-gap {
  margin-top: 64px;
  margin-bottom: 64px; }
.section--small-bottom {
  margin-bottom: 48px; }
.section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin-bottom: 48px; }
.section__head--medium-gap {
  margin-bottom: 32px; }
.section__head--small-gap {
  margin-bottom: 24px; }
.section__head-content {
  flex: 1;
  min-width: 0; }
.section__head-item {
  margin-bottom: 4px;
  margin-bottom: -14px;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%; }
.section__pre-title {
  font-size: 14px;
  line-height: 24px;
  color: #FF5F00;
  text-transform: uppercase;
  font-weight: 500; }
.section__title {
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3D4543; }
.section__title--medium {
  font-size: 32px;
  line-height: 1.2;
}
.section__title--small {
  font-size: 28px;
  line-height: 34px; }
.section__action-link {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #646968;
  text-transform: uppercase; }
.section__action-link:hover {
  color: #3D4543; }
.section__action-link:hover svg path {
  fill: #3D4543; }
.section__action-link-arrow {
  display: flex;
  align-items: center;
  justify-content: center; }
.section__footer {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
.section__footer--end {
  justify-content: flex-end; }
.section__footer-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 auto; }

.slider-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px; }
.slider-control__action {
  flex: 1;
  min-width: 0; }
.slider-control__action .combo-box {
  max-width: 306px; }
.slider-control__arrows {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px; }
.slider-control__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  background: #F6F6F6;
  cursor: pointer;
  transition: all 0.35s ease; }
.slider-control__arrow:hover {
  background: #E8E8E8; }
.slider-control__arrow:hover svg path {
  fill: #3D4543; }

.flat-cards {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - (24px / 1.35)));
  gap: 24px; }

.flat-card__slide .flat-card__link {
  width: 100%; }
@media (min-width: 760.98px) {
  .flat-card__slide {
    width: calc(25% - (24px - (24px / 4)) );
    height: auto; }
  .flat-card__slide:not(:last-child) {
    margin-right: 24px; }
  .flat-card__slide .flat-card__link {
    min-height: 192px;
    height: auto;
    width: 100%; }
  .flat-card__slide .flat-card__title {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word; } }
.flat-card__link {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 23px;
  padding-top: 31px;
  padding-right: 39px;
  background: #fff;
  border-radius: 24px;
  position: relative;
  box-sizing: border-box;
  min-height: 192px;
  transition: background 0.35s ease;
  border: 1px solid #F6F6F6;
  background: #F6F6F6; }
.flat-card__link:hover {
  background: #fff; }
.flat-card__link:hover .flat-card__link-icon rect {
  fill: #F6F6F6; }
.flat-card__link-icon {
  position: absolute;
  right: 8px;
  top: 8px; }
.flat-card__link-icon rect {
  transition: fill 0.35s ease; }
.flat-card__icon {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 24px; }
.flat-card__title {
  font-size: 22px;
  line-height: 26px;
  color: #3D4543;
  display: block;
  max-width: 197px; }

.medic-item:hover .medic-item__image img {
  transform: scale(1.1); }
.medic-item__slide {
  width: calc(25% - (24px - (24px / 4)) );
  height: auto; }
.medic-item__slide:not(:last-child) {
  margin-right: 24px; }
.medic-item__slide .medic-item {
  height: 100%;
  display: flex;
  flex-direction: column; }
.medic-item__slide .medic-item .medic-item__content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column; }
.medic-item__slide .medic-item .medic-item__name {
  margin-bottom: 0; }
.medic-item__slide .medic-item .medic-item__descr {
  margin-bottom: auto; }
.medic-item__image {
  width: 100%;
  height: 404px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  margin-bottom: 24px; }
.medic-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
  transform-origin: 50% 0;
  object-position: top center;}
.medic-item__image--no-image {
  background: #F6F6F6; }
.medic-item__image--no-image img {
  object-fit: contain;
  object-position: bottom center; }
.medic-item__name {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 22px;
  line-height: 26px;
  color: #3D4543;
  text-decoration: none;
  text-transform: uppercase; }
.medic-item__name-item {
  font-weight: 500; }
.medic-item__properties {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-top: 8px; }
.medic-item__properties-item {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px; }
.medic-item__properties-item a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.medic-item__properties-icon {
  display: flex;
  width: 24px;
  height: 24px; }
.medic-item__properties-name {
  font-size: 14px;
  color: #3D4543;
  flex: 1;
  min-width: 0; }
.medic-item__position {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #646968;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; }
.medic-item__position + .medic-item__descr {
  margin-top: 0; }
.medic-item__descr {
  font-size: 16px;
  line-height: 22px;
  color: #646968;
  margin-top: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; }
.medic-item__descr b {
  font-weight: 500; }
.medic-item__action {
  display: flex;
  justify-content: center;
  margin-top: 24px; }
.medic-item__action .btn {
  width: 100%; }
.medic-item__properties-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px; }
.medic-item__properties-price-item {
  color: #3D4543;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px; }
.medic-item__properties-price-old {
  color: #646968;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: line-through; }

.banner {
  overflow: hidden;
  min-height: 344px;
  display: flex;
  border-radius: 30px;
  position: relative;
  display: block; }
.banner .link-arrow {
  font-weight: 400; }
.banner .about-us__video-link {
  z-index: 2; }
.banner--service {
  min-height: 466px; }
.banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
.banner__bg::before {
  content: "";
  width: 100%;
  max-width: 544px;
  height: 100%;
  background: linear-gradient(90deg, #19232a 0%, rgba(25, 35, 42, 0.72) 56.8%, rgba(25, 35, 42, 0) 96.5%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }
.banner__bg--no-dark::before {
  display: none; }
.banner__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%; }
.banner__content {
  padding: 79px 54px;
  position: relative;
  z-index: 5;
  color: #fff;
  max-width: 508px;
  min-height: 185px;
  display: flex;
  flex-direction: column; }
.banner__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 12px;
  text-transform: uppercase; }
.banner__descr {
  font-size: 18px;
  line-height: 22px;
  color: #C3C3C3;
  max-width: 478px; }
.banner__action {
  margin-top: auto;
  padding-top: 16px; }

.card-couter {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  background: #F6F6F6;
  box-sizing: border-box; }
.card-couter__head {
  margin-bottom: 8px; }
.card-couter__title {
  font-size: 38px;
  line-height: 42px;
  color: #FF5F00;
  font-weight: 700;
  margin-bottom: 0; }
.card-couter__text {
  font-size: 18px;
  line-height: 22px;
  color: #3D4543;
  margin-bottom: 0; }

.about-us {
  display: flex;
  flex-wrap: wrap;
  gap: 50px; }
.about-us__image-link {
  display: flex;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  height: 100%; }
.about-us__image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.about-us__video-link {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: #4BBAD5;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  padding: 12px;
  gap: 8px; }
.about-us__video-link-ico {
  display: flex; }
.about-us__video-link-text {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #FFFFFF;
  max-width: 72px;
  text-align: center; }
.about-us__image {
  flex: 1;
  min-width: 0; }
.about-us__content {
  flex: 1 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  width: calc(50% - 12px); }
.about-us__title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #3D4543;
  margin-bottom: 24px;
  text-transform: uppercase; }
.about-us__text {
  font-size: 18px;
  line-height: 22px;
  color: #646968; }
.about-us__cards {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
.about-us__card {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - (24px - (24px / 2)));
  flex: 1 0 calc(50% - (24px - (24px / 2)));
  max-width: calc(50% - (24px - (24px / 2))); }

.card-action {
  padding: 22px;
  border-radius: 30px;
  background: #F6F6F6;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 251px;
  box-sizing: border-box;
  border: 1px solid #F6F6F6;
  transition: background 0.35s ease; }
.card-action:hover {
  background: #fff; }
.card-action--small {
  min-height: 186px; }
.card-action__slide {
  width: calc(33.332% - (24px - (24px / 3)) ); }
.card-action__slide:not(:last-child) {
  margin-right: 24px; }
.card-action__slide .card-action {
  height: 100%; }
.card-action__head {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap; }
.card-action__body {
  flex: 1;
  min-height: 1; }
.card-action__time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px; }
.card-action__time-icon {
  display: flex; }
.card-action__time-title {
  font-size: 18px;
  line-height: 22px;
  color: #646968; }
.card-action__label {
  position: absolute;
  right: 16px;
  top: 16px; }
.card-action__label-inner {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 8px 12px 8px 12px;
  border-radius: 100px;
  background: #FF5F00; }
.card-action__title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: #3D4543;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; }
.card-action__title--small {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding-right: 36px;
  -webkit-line-clamp: 4;
  text-transform: unset; }
.card-action__info-icon {
  right: 24px;
  top: 24px;
  position: absolute; }
.card-action__footer {
  margin-top: 21px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: flex-end;
  justify-content: space-between; }
.card-action__price--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px; }
.card-action__price-old {
  font-size: 16px;
  line-height: 22px;
  color: #646968;
  text-decoration: line-through; }
.card-action__price-old--big {
  font-size: 22px;
  line-height: 26px;
}
.card-action__price-new {
  font-size: 28px;
  line-height: 34px;
  color: #646968; }
.card-action__price-new--orange {
  color: #FF5F00; }

.card-news {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%; }
.card-news:hover .card-news__image img {
  transform: scale(1.1); }
.card-news__slide {
  height: auto;
  width: calc(33.332% - (24px - (24px / 3)) ); }
.card-news__slide:not(:last-child) {
  margin-right: 24px; }
.card-news__slide .card-action {
  height: 100%; }
.card-news__image {
  width: 100%;
  height: 388px;
  position: relative;
  border-radius: 30px;
  overflow: hidden; }
.card-news__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
  transform-origin: 50% 0; }
.card-news__picture {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.card-news__label {
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 14px;
  line-height: 16px;
  color: #4BBAD5;
  padding: 8px 12px;
  border-radius: 100px;
  background: #fff;
  font-weight: 500;
  z-index: 1; }
.card-news__label--red {
  color: #FF5F00; }
.card-news__content {
  margin-top: 24px;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column; }
.card-news__date {
  font-size: 18px;
  color: #646968;
  margin-bottom: 12px; }
.card-news__head {
  flex: 1;
  min-height: 0; }
.card-news__title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: #3D4543;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; }
.card-news__descr {
  font-size: 16px;
  line-height: 22px;
  color: #646968;
  margin-top: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; }

.block-form {
  border-radius: 30px;
  background: #3D4543;
  padding: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
.block-form__title {
  color: #FFFFFF;
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  flex: 1 0 310px;
  width: 310px;
  max-width: 310px;
  display: flex;
  align-items: center; }
.block-form__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
.block-form__inputs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-width: 0; }
.block-form__inputs-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px; }
.block-form__input {
  flex: 1;
  min-width: 0; }
.block-form__action {
  flex: 1 0 247px;
  max-width: 247px;
  min-width: 0;
  width: 247px; }

.card-center__slide {
  height: auto;
  width: calc(25% - (24px - (24px / 4)) ); }
.card-center__slide:not(:last-child) {
  margin-right: 24px; }
.card-center__slide:not(:last-child) .card-center {
  height: 100%; }
.card-center__image {
  width: 100%;
  height: 218px;
  border-radius: 20px;
  position: relative;
  display: flex;
  overflow: hidden; }
.card-center__picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex; }
.card-center__label {
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 14px;
  line-height: 16px;
  color: #3D4543;
  padding: 8px 12px;
  border-radius: 100px;
  background: #fff;
  font-weight: 500;
  z-index: 5; }
.card-center__label--green {
  background: #16A320;
  color: #fff; }
.card-center__content {
  margin-top: 24px; }
.card-center__descr-item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
.card-center__descr-item:not(:last-child) {
  margin-bottom: 8px; }
.card-center__descr-item--address {
  min-height: 47px; }
.card-center__descr-item--time {
  min-height: 74px; }
.card-center__descr-content {
  flex: 1;
  min-width: 0; }
.card-center__descr-content--row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
.card-center__descr-text {
  font-size: 16px;
  line-height: 22px;
  color: #3D4543;
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
.card-center__descr-icon {
  display: flex; }
.card-center__descr-name {
  font-weight: 500; }
.card-center__descr-val--big {
  font-size: 18px; }
.card-center__footer {
  margin-top: 8px; }
.card-center__footer .card-center__descr-item {
  align-items: center; }

.arrow-orange--blue {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4BBAD5;
  border-radius: 50%; }
.arrow-orange--blue:hover {
  background: #68D2F3; }

.footer__sub-item:not(:last-child) {
  margin-bottom: 8px; }
.footer__sub-block:not(:last-child) {
  margin-bottom: 30px; }
.footer__apps {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 8px; }
.footer__subscribe-input {
  max-width: 319px;
  margin-bottom: 12px; }
@media (max-width: 760px) {
  .footer__subscribe-input {
    max-width: 100%;
    width: 100%; } }
.footer__subscribe-input .control-input__wrapper {
  width: 100%; }
.footer__subscribe-action {
  max-width: 319px;
  width: 100%;
  width: 319px; }
@media (max-width: 760px) {
  .footer__subscribe-action {
    max-width: 100%;
    width: 100%; } }
.footer__subscribe-action .btn {
  display: flex;
  font-size: 14px; }
.footer__block-title {
  font-size: 14px;
  line-height: 26px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 13px; }
.footer__block:not(:last-child) {
  margin-bottom: 32px; }
.footer__nav-list {
  columns: 2; }
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 52px; }
.footer__nav-item:not(:last-child) {
  margin-bottom: 6px; }
.footer__nav-link {
  padding: 4px 0;
  font-size: 16px;
  line-height: 22px;
  color: #E8E8E8; }
.footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px; }
.footer__row:not(:last-child) {
  margin-bottom: 48px; }
.footer__btns {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px; }
.footer__top {
  border-radius: 30px;
  padding: 48px;
  background: #3D4543; }
.footer__bottom {
  padding-top: 24px;
  padding-bottom: 39px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start; }
.footer__bottom-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex: 1;
  min-width: 0; }
.footer__bottom-nav-item {
  font-size: 14px;
  line-height: 1;
  color: #3D4543; }
.footer__bottom-nav-item--full {
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%; }
.footer__bottom-pay {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px; }
.footer__bottom-nav-link {
  font-size: 14px;
  line-height: 1;
  color: #3D4543; }

.work-time__title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 8px;
  text-transform: uppercase; }
.work-time__name {
  font-size: 16px;
  line-height: 22px;
  color: #E8E8E8;
  text-transform: uppercase;
  font-weight: 500; }
.work-time__val {
  font-size: 16px;
  line-height: 22px;
  color: #E8E8E8;
  padding-left: 6px; }

.socials-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16.33px; }
.socials-block--column {
  flex-direction: column;
  gap: 16px; }
.socials-block__link {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #646968;
  transition: all 0.35s ease;
  border-radius: 50%; }
.socials-block__link:hover {
  background: #3D4543; }
.socials-block__link--light {
  background: #F6F6F6; }
.socials-block__link--light:hover {
  background: #E8E8E8; }

.is-no-scroll {
  position: relative;
  overflow: hidden; }
.main-nav-item {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  align-items: center;
}
.main-nav-item__arrow {
  display: flex;
}
.main-nav-item__text {
  flex: 1;
  min-width: 0;
}

@media (max-width: 1300px) {
  .header-nav {
    gap: 16px; } }
@media (max-width: 1200px) {
  .drop-list__text {
    font-size: 16px; }

  .card-center__slide {
    width: 306px; }
  .card-center__descr-text {
    line-height: 20px; }

  .block-form {
    padding: 32px;
    gap: 24px; }
  .block-form__title {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
    font-size: 28px;
    line-height: 34px; }
  .block-form__content {
    gap: 24px; }
  .block-form__inputs {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    gap: 16px; }
  .block-form__action {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%; }
  .block-form__action .btn {
    width: 100%;
    box-sizing: border-box; }

  .card-news__slide {
    width: 306px; }
  .card-news__image {
    height: 299px; }
  .card-news__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500; }
  .card-news__descr {
    line-height: 20px; }

  .card-action__slide {
    width: 416px; }
  .card-action__slide:not(:last-child) {
    margin-right: 8px; }
  .card-action__label-inner {
    font-size: 14px;
    line-height: 16px; }

  .popup--video {
    padding: 36px;
    padding-top: 68px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px; }
  .popup--video .popup__close {
    position: absolute;
    top: 16px;
    right: 16px; }
  .popup__video-inner {
    position: relative;
    height: 0;
    padding-top: 56.6%; }
  .popup__video-inner > * {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

  .about-us {
    gap: 24px; }
  .about-us__content {
    flex: 1 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    width: calc(50% - 12px); }
  .about-us__title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 16px; }
  .about-us__text {
    font-size: 16px;
    line-height: 20px; }
  .about-us__cards {
    margin-top: 32px; }

  .card-couter {
    padding: 16px; }
  .card-couter__icon {
    max-height: 30px; }
  .card-couter__icon > * {
    height: 30px;
    width: 30px; }
  .card-couter__title {
    font-size: 28px;
    line-height: 30px; }
  .card-couter__text {
    font-size: 16px;
    line-height: 20px; }

  .banner {
    min-height: 340px; }
  .banner__content {
    padding: 68px 40px; }
  .banner__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px; }
  .banner__descr {
    max-width: 292px;
    font-size: 16px;
    line-height: 20px; }
  .banner .link-arrow {
    font-size: 14px;
    line-height: 24px;
    color: #CCCCCC; }

  .medic-item__slide {
    width: 306px; }

  .flat-cards {
    gap: 16px; }

  .flat-card__link {
    padding: 12px 10px 16px 16px; }
  .flat-card__icon {
    height: 62px; }
  .flat-card__title {
    font-size: 18px;
    line-height: 22px;
    word-break: break-word;
    hyphens: auto; }

  .btns-block {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  .btns-block .btn {
    width: 100%;
    display: flex;
    box-sizing: border-box; }
  .btns-block__item {
    flex: 1;
    min-width: 0; }

  .search-block {
    max-width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto; }

  .carusel-first-slider .carousel-text-wrapper {
    padding-top: 68px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 90px; }
  .carusel-first-slider .carusel-first-sector {
    min-height: 340px; }
  .carusel-first-slider .carousel-text-wrapper__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px; }
  .carusel-first-slider .carousel-text-wrapper__subtitle {
    font-size: 16px;
    line-height: 20px; }
  .carusel-first-slider .carousel-text-wrapper__prices {
    margin-top: 16px; }
  .carusel-first-slider .carousel-text-wrapper__price {
    font-size: 20px;
    line-height: 26px; }
  .carusel-first-slider .carousel-text-wrapper__price-old {
    font-size: 16px;
    line-height: 20px; }
  .carusel-first-slider .carousel-text-wrapper__action {
    margin-top: 0;
    margin-top: 16px;
    padding-top: 0; }
  .carusel-first-slider .swiper-pagination {
    left: 40px;
    bottom: 82px; }

  .section {
    margin-top: 64px;
    margin-bottom: 96px; }
  .section--small-gap {
    margin-top: 64px;
    margin-bottom: 64px; }
  .section--tablet-top-small-gap {
    margin-top: 64px; }
  .section__title {
    font-size: 28px;
    line-height: 34px; }
  .section__head {
    margin-bottom: 32px;
    align-items: flex-end; }
  .section__head--small-bottom-tablet {
    margin-bottom: 16px; }
  .section__head--medium-bottom-tablet {
    margin-bottom: 24px; }

  .footer {
    position: relative; }
  .footer .btn--icon {
    padding-left: 20px; }
  .footer__subscribe-input {
    width: 311px; }
  .footer__bottom {
    padding-top: 24px;
    padding-bottom: 10px; }
  .footer__bottom-nav {
    gap: 8px; }
  .footer__nav-list {
    columns: 4;
    width: 100%; }
  .footer__nav {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px; }
  .footer__btns-item--scroll {
    position: absolute;
    right: 24px;
    top: 24px; }
  .footer__top {
    padding: 24px;
    border-radius: 20px; }
  .footer__btns {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    gap: 7px; }

  .container {
    padding-left: 36px;
    padding-right: 36px; }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 150; }

  .header-nav-bg {
    position: absolute;
    width: 100vw;
    height: var(--vh, 100vh);
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s ease; }

  .header-top {
    padding-left: 36px;
    padding-right: 36px;
    background: #fff; }
  .header-top .header-top-content__inner {
    border-bottom: unset;
    padding-top: 8px;
    padding-bottom: 8px; }
  .header-top__left {
    gap: 24px; }
  .header-top__left .font-01 {
    margin-right: 0 !important;
    padding-top: 0 !important; }

  .header-nav-wrapper {
    margin-left: auto;
    width: 404px !important;
    max-width: 100vw;
    height: calc(var(--vh, 100vh) - 63px);
    padding: 16px 36px 16px 24px;
    overflow-y: auto;
    box-sizing: border-box;
    transition: all 0.35s ease;
    transform: translate(100%);
    pointer-events: none;
    position: absolute;
    right: 0; }

  .header-nav__content {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    width: 100%; }
  .header-nav__content .social-block__link {
    width: 44px;
    height: 44px;
    background: #F6F6F6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .header-nav__content .social-block__link img {
    width: 24px;
    height: 24px; }
  .header-nav__content-head {
    margin-bottom: 12px; }
  .header-nav__content-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #3D4543; }
  .header-nav__content-item .schedule {
    flex-direction: column;
    gap: 4px; }
  .header-nav__content-item .font-01 {
    padding: 0;
    margin: 0; }
  .header-nav__content-item .font-01 .link-iconed {
    font-size: 16px;
    line-height: 22px;
    color: #646968;
    font-weight: 500; }
  .header-nav__content-item .font-01 .link-iconed__icon {
    display: flex; }
  .header-nav__content-item:not(:last-child) {
    margin-bottom: 12px; }
  .header-nav__actions {
    width: 100%;
    margin-top: 8px; }
  .header-nav__actions .header-nav__action {
    width: 100%; }
  .header-nav__actions .header-nav__action .btn {
    width: 100%;
    box-sizing: border-box; }
  .header-nav .child-menu {
    position: static;
    display: block;
    width: 100%;
    height: auto !important;
    padding: 0;
    border-radius: 0;
    background: transparent;
    min-height: 56px !important;
    padding: 0;
    background: #F6F6F6;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
    display: none !important; }
  .header-nav .child-menu > li {
    min-height: 56px;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    width: 100%;
    box-sizing: border-box; }
  .header-nav .children-menu, .header-nav .grandchildren-menu {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 0;
    margin-left: 0;
    background: transparent; }
  .header-nav .grand-menu .children-menu {
    border-left: 1px solid rgba(75, 186, 213, 0.5); }
  .header-nav .grand-menu .children-menu li {
    min-height: 56px;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    width: 100%;
    box-sizing: border-box; }

  .main-nav-item {
    min-height: 56px;
    padding: 12px;
    padding: 0;
    background: #F6F6F6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px !important;
    cursor: pointer; }
  .main-nav-item__text {
    flex: 1;
    display: flex;
    height: 56px;
    height: 56px;
    min-width: 0; }
  .main-nav-item__text a {
    padding-left: 12px;
    font-size: 16px;
    align-items: center;
    padding-right: 12px;
    flex: 1;
    min-width: 0;
    display: flex !important;
    color: #3D4543; }

  .main-nav-item__arrow {
    margin-right: 12px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%; }

  .parent-menu {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0; }
  .parent-menu > li {
    background: #F6F6F6;
    border-radius: 12px;
    overflow: hidden; }
  .parent-menu > li.is-active .child-menu {
    display: block !important; }
  .parent-menu > li.is-active .main-nav-item__arrow {
    background: #4BBAD5;
    transform: scaleY(-1); }
  .parent-menu > li.is-active .main-nav-item__arrow svg path {
    fill: #fff; }

  .beesender-widget-button-wrapper {
    z-index: 100 !important; }

  .header .sticky-wrapper {
    height: auto !important; }
  .header .header-top {
    position: relative;
    z-index: 150; }
  .header.is-active .btn-nav__show {
    display: none; }
  .header.is-active .btn-nav__close {
    display: flex; }
  .header.is-active .header-nav-wrapper {
    transform: translateX(0);
    pointer-events: auto;
    z-index: 150; }
  .header.is-active .header-nav-bg {
    pointer-events: auto;
    opacity: 1;
    z-index: 1; }
}
@media (max-width: 1199px) {
  body > .select2-container {
    z-index: 500; }

  .slider-control__action .combo-box {
    width: 100%;
    max-width: 576px; }

  .select2-container .select2-search--inline .select2-search__field {
    height: 22px; }

  .form-main__footer {
    margin-top: 12px; }
  .form-main__footer-check {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%; }
  .form-main__footer-send {
    width: 100%; }
  .form-main__footer-send .btn {
    width: 100%;
    box-sizing: border-box;
    min-width: 0; }

  .popup__action {
    width: 100%; }
  .popup__action .btn {
    width: 100%;
    box-sizing: border-box;
    min-width: 0; }
  .popup--main {
    padding: 16px;
    max-width: calc(100vw - 32px); }
  .popup--main .popup__close {
    right: 16px;
    top: 16px; }
  .popup__descr {
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px; }
  .popup__descr--left {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 16px; }
  .popup__title {
    font-size: 20px;
    line-height: 26px;
    padding: 7px 0;
    padding-right: 34px; }

  .work-time__name {
    font-size: 16px;
    line-height: 20px;
    color: #CCCCCC; }
  .work-time__val {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #CCCCCC; }

  .footer {
    position: relative; }
  .footer .socials-block {
    max-width: 576px;
    justify-content: space-between; }
  .footer .btn--icon {
    padding-left: 20px; }
  .footer__subscribe-input {
    width: 100%; }
  .footer__bottom {
    padding-top: 12px;
    padding-bottom: 80px; }
  .footer__bottom-nav {
    gap: 12px;
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center; }
  .footer__bottom-pay {
    margin: 0 auto; }
  .footer__sub-block {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%; }
  .footer__col {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%; }
  .footer__apps {
    gap: 8px 21px; }
  .footer__apps-item {
    flex: 1;
    min-width: 0; }
  .footer__apps-link {
    display: flex;
    width: 100%; }
  .footer__apps-link img {
    width: 100%;
    object-fit: contain; }
  .footer__block-title {
    font-size: 14px;
    line-height: 20px; }
  .footer__block-title--big-mobile {
    font-size: 20px;
    line-height: 26px; }
  .footer__nav-list {
    columns: 2;
    width: 100%; }
  .footer__nav-link {
    font-size: 14px;
    display: block;
    line-height: 16px; }
  .footer__nav-link:not(:last-child) {
    margin-bottom: 12px; }
  .footer__nav {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0; }
  .footer__bottom-nav-item {
    font-size: 12px; }
  .footer__bottom-nav-link {
    font-size: 12px; }
  .footer__btns-item--scroll {
    position: absolute;
    top: 16px;
    right: 16px; }
  .footer__top {
    padding: 16px; }
  .footer__row:not(:last-child) {
    margin-bottom: 32px; }
  .footer__logo {
    max-width: calc(100% - 50px); }
  .footer__logo img {
    max-width: 100%; }
  .footer__btns {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    gap: 12px;
    flex-direction: column; }
  .footer__btns .btn {
    width: 100%;
    box-sizing: border-box;
    display: flex; }

  .card-center__descr-item--address {
    min-height: 40px; }
  .card-center__descr-item--time {
    min-height: 60px; }
  .card-center__slide {
    width: 326px; }
  .card-center__descr-text {
    line-height: 20px; }

  .block-form {
    padding: 16px 14px;
    gap: 16px; }
  .block-form .control-label__text {
    padding-top: 0; }
  .block-form__inputs-row:not(:last-child) {
    margin-bottom: 0; }
  .block-form__title {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
    font-size: 28px;
    line-height: 32px; }
  .block-form__input {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%; }
  .block-form__content {
    gap: 16px; }
  .block-form__inputs {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    gap: 16px;
    flex-direction: column; }
  .block-form__action {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%; }
  .block-form__action .btn {
    width: 100%;
    box-sizing: border-box; }

  .card-news__date {
    font-size: 16px;
    line-height: 20px; }
  .card-news__slide {
    width: 326px; }
  .card-news__slide:not(:last-child) {
    margin-right: 8px; }
  .card-news__image {
    height: 303px; }
  .card-news__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500; }
  .card-news__descr {
    line-height: 20px;
    -webkit-line-clamp: 2; }

  .card-action {
    padding: 16px; }
  .card-action__price-old {
    font-size: 14px;
    line-height: 18px; }
  .card-action__price-new {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500; }
  .card-action__head {
    margin-bottom: 18px; }
  .card-action__title {
    font-size: 20px;
    line-height: 26px; }
  .card-action__title--small {
    font-size: 16px;
    line-height: 20px;
    padding-right: 48px; }
  .card-action__slide {
    width: 326px; }
  .card-action__slide--small {
    width: 321px; }
  .card-action__slide:not(:last-child) {
    margin-right: 8px; }
  .card-action__label-inner {
    font-size: 14px;
    line-height: 16px; }

  .about-us {
    gap: 40px; }
  .about-us__image {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    height: 352px; }
  .about-us__content {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%; }
  .about-us__cards {
    margin-top: 32px;
    gap: 16px; }

  .banner {
    min-height: 460px;
    display: flex; }
  .banner--service {
    min-height: calc(100vw - 29px); }
  .banner__bg::before {
    content: "";
    width: 100%;
    max-width: 100%;
    height: 343px;
    background: linear-gradient(0deg, #19232a 0%, rgba(25, 35, 42, 0.72) 56.8%, rgba(25, 35, 42, 0) 96.5%);
    position: absolute;
    left: 0;
    top: unset;
    z-index: 1;
    bottom: 0; }
  .banner__content {
    padding: 24px;
    width: 100%;
    justify-content: flex-end;
    margin-top: auto; }
  .banner__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
    font-weight: 400; }
  .banner__action {
    margin-top: 49px;
    padding-top: 0; }
  .banner__descr {
    max-width: 292px;
    font-size: 16px;
    line-height: 20px; }
  .banner .link-arrow {
    font-size: 14px;
    line-height: 24px; }
  .banner .link-arrow__text {
    color: #CCCCCC; }

  .medic-item__image {
    height: 328px; }
  .medic-item__slide {
    width: 326px; }
  .medic-item__slide:not(:last-child) {
    margin-right: 8px; }

  .slider-control {
    margin-bottom: 16px; }

  .flat-cards {
    gap: 16px 15px;
    grid-template-columns: repeat(2, calc(50% - 7.5px)); }

  .flat-card__link {
    padding: 12px 12px 16px 16px; }
  .flat-card__icon {
    height: 62px; }
  .flat-card__title {
    font-size: 18px;
    line-height: 22px;
    word-break: break-word;
    hyphens: auto; }

  .btns-block {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; }
  .btns-block .btn {
    width: 100%;
    display: flex;
    box-sizing: border-box; }
  .btns-block__item {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0; }
  .btns-block__item .btn {
    width: 100%;
    display: flex;
    box-sizing: border-box; }

  .search-block {
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto; }
  .search-block .btn {
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .search-block--top {
    margin-top: -64px;
    margin-bottom: 39px; }
  .search-block__inner {
    padding: 7px 16px; }
  .search-block__enter .select2-container .selection {
    padding-left: 16px;
    padding-right: 48px; }

  .carusel-first-slider .carusel-first-sector::before {
    content: "";
    width: 100%;
    max-width: 100%;
    height: 343px;
    background: linear-gradient(0deg, #19232a 0%, rgba(25, 35, 42, 0.72) 56.8%, rgba(25, 35, 42, 0) 96.5%);
    position: absolute;
    left: 0;
    top: unset;
    z-index: 1;
    bottom: 0; }
  .carusel-first-slider .carousel-text-wrapper {
    padding: 24px;
    padding-bottom: 127px;
    width: 100%; }
  .carusel-first-slider .carusel-first-sector {
    min-height: 524px; }
  .carusel-first-slider .carousel-text-wrapper__info {
    justify-content: flex-end; }
  .carusel-first-slider .carousel-text-wrapper__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px; }
  .carusel-first-slider .carousel-text-wrapper__subtitle {
    font-size: 16px;
    line-height: 20px; }
  .carusel-first-slider .carousel-text-wrapper__prices {
    margin-top: 16px; }
  .carusel-first-slider .carousel-text-wrapper__price {
    font-size: 20px;
    line-height: 26px; }
  .carusel-first-slider .carousel-text-wrapper__price-old {
    font-size: 16px;
    line-height: 20px; }
  .carusel-first-slider .carousel-text-wrapper__action {
    margin-top: 0;
    margin-top: 16px;
    padding-top: 0; }
  .carusel-first-slider .swiper-pagination {
    left: 26px;
    bottom: 87px; }

  .section {
    margin-top: 32px;
    margin-bottom: 72px; }
  .section--small-gap {
    margin-top: 64px;
    margin-bottom: 64px; }
  .section--tablet-top-small-gap {
    margin-top: 32px; }
  .section__title {
    font-size: 28px;
    line-height: 34px; }
  .section__title--small-mobile {
    font-size: 22px;
    line-height: 28px; }
  .section__title--small {
    font-size: 22px;
    line-height: 28px; }
  .section__head {
    margin-bottom: 32px;
    align-items: flex-end; }
  .section__action-link {
    font-size: 12px; }
  .section__action-link-arrow {
    position: relative;
    top: -1px; }
  .section__footer--top-mobile {
    margin-top: 24px; }
  .section__footer--top-mobile .content-text__footer-link {
    margin: 0 auto; }
  .section__footer--top-mobile .content-text__footer-link.is-active .content-text__footer-icon {
    transform: scaleY(-1); }
  .section--small-bottom {
    margin-bottom: 24px;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px; }

  .header-top {
    padding-left: 16px;
    padding-right: 16px; }

  .header-nav-wrapper {
    width: 100vw !important;
    padding: 16px;
    padding-bottom: 75px; }
  .header-nav-wrapper .lang-list {
    gap: 16px; }
  .header-nav-wrapper .drop-list__text {
    font-size: 16px; } }
.pagination .disabled {
  opacity: 0.8;
  pointer-events: none; }
.pagination__bg {
  background: #F6F6F6; }
.pagination__bg svg path {
  stroke: #646968; }
.sitemap-block{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 24px;
}
.sitemap-block .flat-card__slide{
  width: 100%;
  margin: 0;
}
.contacts-form-text{
  margin-bottom: 32px;
  color: #666;
  line-height: 33px;
  font-size: 18px;
}
/*# sourceMappingURL=update.css.map */
.ajax-schedule {
  position: relative;
}
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loader-item {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-top-color: #AEECFF;
  border-right-color: #AEECFF;
  border-left-color: #AEECFF;
  border-bottom-color: #4BBAD5;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.share {
  font-size: 18px;
  line-height: 22px;
  color: #646968;
  word-break: break-word; }
.share--medium {
  max-width: 902px; }
@media (max-width: 760px) {
  .share {
    font-size: 16px;
    line-height: 22px; } }
.share iframe {
  margin: 24px 0;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  border-radius: 30px; }

.share p {
  font-size: 18px;
  line-height: 22px;
  color: #646968;
  margin: 24px 0; }
@media (max-width: 760px) {
  .share p {
    font-size: 16px;
    line-height: 20px; } }
.share h2 {
  font-size: 28px;
  line-height: 34px;
  color: #3D4543;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 32px;
  margin-top: 64px; }
.share h2 + * {
  margin-top: 0; }
@media (max-width: 760px) {
  .share h2 {
    font-size: 22px;
    line-height: 28px; } }
.share h3 {
  font-size: 28px;
  line-height: 34px;
  color: #3D4543;
  font-weight: 700;
  /* text-transform: uppercase; */
  margin-bottom: 32px;
  margin-top: 64px; }
.share h3 + * {
  margin-top: 0; }
@media (max-width: 760px) {
  .share h3 {
    font-size: 22px;
    line-height: 28px; } }
.share h4 {
  font-size: 22px;
  line-height: 26px;
  color: #3D4543;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 24px; }
.share h4 + * {
  margin-top: 0; }
@media (max-width: 760px) {
  .share h4 {
    font-size: 20px;
    line-height: 26px; } }




.share strong, .share b {
  font-weight: 500;
}
.share em {
  font-style: italic;
}


@media (max-width: 1200px) {
  .main-nav-item__text a {
    display: block;
    width: 100%;
  }
}

/**/
.header-nav .child-menu {
  max-height: calc(100vh - 150px);
  /*min-height: 300px;*/
  overflow-y: auto;
  padding-bottom: 16px;
}
.header-nav .child-menu li a {
  min-height: 56px;
  padding: 12px;
  background: #F6F6F6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px !important;
  cursor: pointer;
}
.header-nav .child-menu li:not(:last-child) {
  margin-bottom: 12px;
}

.section-main-title {
  margin-bottom: 24px;
}
.section-main-title h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 42px;
  margin-bottom: 40px;
  text-align: left;
}
.big-title h1 {
  margin: 0;
}
.big-title h1{
  font-size: 51px;
  line-height: 72px;
  color: #3D4543;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.tree-title h1 {
  word-break: break-word;
  margin-top: 36px;
  margin-bottom: 48px;
  color: #3D4543;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;

}
@media (max-width: 1200px) {
  .big-title h1{
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 760px) {
  .big-title h1 {
    font-size: 19px;
    line-height: 24px;
  }
  .tree-title h1 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 34px;
  }
}

/**/

[data-slider-review] .reviews-grid__item {
  width: 100%;
}
[data-slider-review] .siwper {
  transition: opacity .36s ease;
  will-change: opacity;
}
[data-slider-review] .swiper:not(.swiper-initialized) {
  opacity: 0;
}

.pos-static {
  position: static !important;
}
.multilevel-menu {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateY(100%) translateX(-50%);
  max-height: calc(100dvh - 142px);
  overflow: hidden;
  z-index: 100;
  display: flex;
  width: 100%;
  display: none;
  padding-top: 38px;
  font-size: 16px;
  line-height: 22px;
  color: #3D4543;
  max-width: calc(1296px + 15px + 15px);
  padding-left: 15px;
  padding-right: 15px;
}
.multilevel-menu.is-active {
  display: flex;
}
.multilevel-menu__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  background: #fff;
  padding: 8px;
  border: 1px solid #E8E8E8;
  border-radius: 16px;
  height: auto;
  overflow-y: hidden;
  width: 100%;
}
.multilevel-menu__aside {
  flex: 1 0 360px;
  width: 360px;
  max-width: 360px;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none
}
.multilevel-menu__aside::-webkit-scrollbar {
  width: 100%;
  height: 0;
  background: transparent;
}


.multilevel-menu__content {
  flex: 1;
  min-width: 0;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none
}
.multilevel-menu__content::-webkit-scrollbar {
  width: 100%;
  height: 0;
  background: transparent;
}
.multilevel-menu__row-grid {
  display: grid;
  gap: 16px 24px;
  grid-template-columns: repeat(3, calc((100% / 3.01) - (24px - (24px / 3))));
}
.multilevel-menu__aside-item a,
.multilevel-menu__col a {
  min-height: 56px;
  padding: 12px;
  background: #F6F6F6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px !important;
  cursor: pointer;
}
.multilevel-menu__aside-item a:hover,
.multilevel-menu__col a:hover,
.multilevel-menu__aside-item.is-active a,
.multilevel-menu__col.is-active a {
  background: #FF5F00;
  color: #fff;

}
.multilevel-menu__aside-item:not(:last-child) {
  margin-bottom: 12px;
}
.multilevel-menu__row:not(.is-active) {
  display: none;
}
.multilevel-menu__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.multilevel-menu__title {
  flex: 1;
  min-width: 0;
  font-weight: 500;
  font-size: 18px;
}
.multilevel-menu__back {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.multilevel-menu__back-title {
  font-size: 16px;
  flex: 1;
  min-width: 0;
}
.multilevel-menu__back-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  border-radius: 50%;
}

.accordion--small .accordion__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: unset;
}
.accordion--small .accordion__head {
  padding: 16px;
}
.accordion--small .accordion__row {
  border-radius: 20px;
}
.accordion--small .accordion__body {
  padding-left: 16px;
  padding-right: 16px;
}
.accordion--small .accordion__title {
  font-weight: 400;
}
.section__title--alt {
  font-weight: 500;
}
body .events .events_item h3 {
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 1200px) {
  .multilevel-menu {
    bottom: unset;
    transform: translateY(0%) translateX(-50%);
    max-height: 100dvh;
    padding-top: 0;
    top: 0;
    z-index: 300;
    height: 100dvh;
  }
  .menu-enc.is-active .multilevel-menu{
    display: block;

  }
  .multilevel-menu__inner {
    border-radius: 0;
    padding: 16px 8px;
    border: unset;
  }
  .multilevel-menu__aside-item a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .multilevel-menu__aside-item a .main-nav-item__text {
    display: flex;
    align-items: center;
  }
  .multilevel-menu__row {
    position: fixed;
    z-index: 400;
    left: 50%;
    top: 0;
    height: 100dvh;
    background: #fff;
    width: 100vw;
    padding: 16px 8px;
    box-sizing: border-box;
    transform: translateX(-50%);
    overflow: auto;
  }
  .multilevel-menu__row-grid {
    display: grid;
    gap: 16px 24px;
    grid-template-columns: repeat(1, 100%);
  }
}
/**/

