.reset-btn {
  display: inline-flex;
  text-align: left;
  font: inherit;
  letter-spacing: inherit;
  border: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  word-break: break-word;
  cursor: pointer;
}
.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1319px) {
  .d-mobile-none {
    display: none!important;
  }
}
@media (max-width: 1319px) {
  .d-mobile-flex {
    display: flex!important;
  }
}
@media (max-width: 1319px) {
  .d-mobile-block {
    display: block!important;
  }
}
@media (max-width: 1319px) {
  .d-mobile-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1320px) {
  .d-pc-none {
    display: none!important;
  }
}
:root {
  --bs-body-color: #394149;
  --bs-font-sans-serif: 'Roboto', sans-serif;
  --header-offset: 53px;
}
@media (min-width: 1320px) {
  :root {
    --header-offset: 156px;
  }
}
html {
  width: 100%;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100vh;
  width: 100%;
}
img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
input[type='text'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type='text']::-ms-clear,
input[type='text']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input,
textarea {
  outline: none;
  width: 100%;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
  padding: 10px 13px;
  line-height: 18px;
  font-size: 14px;
  display: block;
  color: #394149;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #c4c4c4;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #c4c4c4;
}
input[type='checkbox'],
input[type='radio'] {
  padding: 0;
  display: inline-block;
  width: auto;
}
textarea {
  resize: vertical;
}
.wrapper {
  width: 100%;
  flex-grow: 1;
}
.container {
  margin: 0 auto;
  max-width: 1320px;
}
.button {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover {
    opacity: 0.9;
    color: #fff;
  }
}
.title {
  text-align: center;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1319px) {
  .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.title1 {
  text-align: center;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 30px;
  margin-bottom: 80px;
}
@media (max-width: 1319px) {
  .title1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.desc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 55px;
}
@media (max-width: 1319px) {
  .desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button1 {
  display: inline-block;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 30px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 40px 18px;
  box-sizing: border-box;
  text-align: center;
  color: #299c8f;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.button1._cl {
  min-height: 54px;
  color: #7A8891;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 30px;
  padding: 20px 40px 18px;
  text-transform: uppercase;
}
.button1._services {
  width: -moz-fit-content;
  width: fit-content;
  padding: 17px 32px 16px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #299c8f;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button1._services-active {
  padding: 17px 32px 16px;
  background: #f58a08;
  border: 1px solid #f58a08;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button1._services-active-2 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 22px 32px 19px;
  background: #67CCC1;
  border: 1px solid #67CCC1;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button1._services-active-3 {
  padding: 22px 32px 19px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #fff;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button1 svg {
  margin-left: 10px;
  margin-bottom: 3px;
  fill: #299B8E;
}
@media (hover: hover) and (pointer: fine) {
  .button1:hover {
    background: #31BBAC;
    border-color: #31BBAC;
    color: #fff;
  }
  .button1:hover._services {
    background: #31BBAC;
    border: 1px solid #31BBAC;
    color: #fff;
  }
  .button1:hover._services-active {
    background: #f58a08;
    border: 1px solid #f58a08;
    color: #fff;
    opacity: 0.8;
  }
  .button1:hover._services-active-2 {
    background: transparent;
    border: 1px solid #31BBAC;
    color: #31BBAC;
  }
  .button1:hover._services-active-3 {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
  }
  .button1:hover svg {
    fill: #fff;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 1319px) {
  .button1:hover {
    color: #299c8f;
    background: none;
    border: none;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 1319px) {
  .button1:hover svg {
    fill: #299c8f;
  }
}
@media (max-width: 1319px) {
  .button1 {
    text-transform: none;
    border: none;
    background: none;
    padding: 0;
    letter-spacing: 0;
    color: #48b9ac;
  }
  .button1 svg {
    fill: #48b9ac;
  }
  .button1._cl {
    padding: 7px 40px 6px;
    line-height: 1.2;
  }
  .button1._cl-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    padding: 7px 40px 6px;
    line-height: 1.2;
    border: 1px solid #c4c4c4;
    background: #fff;
    text-transform: uppercase;
    color: #31BBAC;
  }
  .button1._services {
    padding: 17px 17px 16px;
    border-color: transparent;
  }
  .button1._services-active {
    padding: 17px 17px 16px;
  }
  .button1._services-active-2 {
    padding: 17px 17px 16px;
  }
  .button1._services-active-3 {
    padding: 17px 17px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hover:hover {
    opacity: 0.7;
  }
}
.green {
  color: #299B8E;
}
.orange {
  color: #f58a08;
}
.choices {
  color: #394149;
  line-height: 18px;
  font-size: 14px;
  text-align: left;
}
.choices[data-type*=select-one]::after {
  width: 12px;
  height: 7px;
  border: 0;
  background: url(/images/icon-choices-arrow.svg?cbf22224d37ffb0cd0775e6c3458a993) center / contain no-repeat;
  margin-top: -2.5px !important;
  right: 14px;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 10px;
}
.choices[data-type*=select-one] .choices__input {
  font: inherit;
  padding: 10px 13px;
  border-bottom: 1px solid #c4c4c4;
}
.choices[data-type*=select-one].is-open::after {
  transform: rotate(180deg);
}
.choices[data-type*=select-one].is-open .choices__inner {
  border-radius: 0;
}
.choices__inner {
  display: flex;
  font: inherit;
  min-height: 40px;
  padding: 10px 30px 10px 13px;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
  border-radius: 0;
}
@supports (scrollbar-width: thin) {
  .choices__list {
    scrollbar-color: #C8D7D9 #EDEDED;
    scrollbar-width: thin;
  }
}
.choices__list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #EDEDED;
}
.choices__list::-webkit-scrollbar-thumb {
  background-color: #C8D7D9;
  border-radius: 20px;
}
.choices__list::-webkit-resizer,
.choices__list::-webkit-scrollbar-button,
.choices__list::-webkit-scrollbar-corner {
  display: none;
}
.choices__list--single {
  padding: 0;
}
.choices__list--single .choices__item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.choices__list--dropdown {
  word-break: break-word;
  border: 1px solid #c4c4c4;
  border-radius: 0;
}
.choices__list--dropdown .choices__item {
  font: inherit;
  padding: 11px 13px 11px 44px;
}
.choices__list--dropdown .choices__item::before {
  content: '';
  position: absolute;
  left: 13px;
  top: 12px;
  width: 15px;
  height: 15px;
  background: url(/images/icon-checkbox.svg?fd2954d66cf5492a22513392c2225b00) center / contain no-repeat;
}
.choices__list--dropdown .choices__item.is-selected::before {
  background-image: url(/images/icon-checkbox-selected.svg?d7298cf69b86d3180817699985603361);
}
.choices__list--dropdown .choices__item--selectable {
  padding-right: 13px;
}
.choices__list--dropdown .choices__item--selectable::after {
  display: none;
}
.choices__placeholder {
  opacity: 1;
  color: #c4c4c4;
}
.choices__placeholder::before {
  opacity: 0.5;
}
.calendar-input {
  background: #fff url(/images/icon-calendar.svg?30976bc6447f18677608a7b572b9dc03) no-repeat 95% 50% !important;
}
.calendar {
  position: absolute;
  margin-top: -1px;
  text-align: center;
  z-index: 50;
  top: 100%;
  left: 0;
  width: 290px;
}
.calendar._static {
  position: relative;
  margin: 0 auto;
  top: auto;
  left: auto;
  z-index: auto;
}
.calendar > table {
  margin: 0;
  border: 1px solid #c4c4c4;
  box-shadow: none;
}
.calendar .jsCalendar-nav-left,
.calendar .jsCalendar-nav-right {
  background: no-repeat url(/images/icon-calendar-arrow.svg?c768086db4ffc49d3925fa29e1ae81fc) 50% 50% !important;
}
.calendar .jsCalendar-nav-left:after,
.calendar .jsCalendar-nav-right:after {
  display: none;
}
.calendar .jsCalendar-nav-right {
  transform: rotate(180deg);
}
.calendar thead .jsCalendar-title-name {
  width: 200px;
  font-size: 14px;
  font-weight: 700;
  color: #002033;
}
.calendar thead .jsCalendar-title-name:first-letter {
  text-transform: uppercase;
}
.calendar tbody td.jsCalendar-current {
  background: #0078D2;
}
.calendar tbody td.jsCalendar-date-disabled {
  color: #b8b8b8 !important;
  background: #f3f3f3 !important;
  pointer-events: none;
  cursor: not-allowed;
}
.calendar tbody td.jsCalendar-date-disabled:hover {
  color: #b8b8b8 !important;
  background: #f3f3f3 !important;
}
.swiper {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.swiper-wrapper {
  box-sizing: border-box;
}
.swiper-container {
  position: relative;
  margin: 23px -75px 0;
  padding: 0 75px;
  box-sizing: border-box;
}
@media (max-width: 1319px) {
  .swiper-container {
    padding: 0;
    margin: 0;
  }
}
.swiper-container .swiper-slide {
  margin-right: 20px;
  padding: 0;
  box-sizing: border-box;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  background: #F6F8F7;
  top: 0;
  right: 0;
  width: 75px;
  height: calc(100% + 45px);
  cursor: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.swiper-container .swiper-button-prev._white,
.swiper-container .swiper-button-next._white {
  background: #fff;
}
@media (max-width: 1319px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    display: none;
  }
}
.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after {
  display: none;
}
.swiper-container .swiper-button-prev span,
.swiper-container .swiper-button-next span {
  width: 53px;
  height: 53px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.swiper-container .swiper-button-prev span svg,
.swiper-container .swiper-button-next span svg {
  stroke: #67CCC1;
}
.swiper-container .swiper-button-prev span:hover,
.swiper-container .swiper-button-next span:hover {
  border: 1px solid #31BBAC;
  background: #31BBAC;
}
.swiper-container .swiper-button-prev span:hover svg,
.swiper-container .swiper-button-next span:hover svg {
  stroke: #fff;
}
.swiper-container .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
  right: auto;
}
.swiper-block4 .swiper-slide {
  width: 100%;
  margin-right: 0;
}
.swiper-block4 .swiper-button-prev {
  transform: none;
  left: 0;
  right: auto;
}
.swiper-block4 .swiper-button-prev span svg {
  transform: rotate(180deg);
  margin-left: -4px;
}
.swiper-block4 .swiper-button-next span svg {
  margin-right: -4px;
}
.swiper-license {
  position: relative;
  margin: 23px -75px 0;
  padding: 0 75px;
}
@media (max-width: 1319px) {
  .swiper-license {
    padding: 0;
    margin: 0;
  }
}
.swiper-license .swiper-slide {
  width: 210px;
  margin-right: 10px;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 1319px) {
  .swiper-license .swiper-slide {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.swiper-license .swiper-slide:last-child {
  margin-right: 0;
}
.swiper-license .swiper-button-prev,
.swiper-license .swiper-button-next {
  background: #F6F8F7;
  top: 0;
  right: 0;
  width: 75px;
  height: calc(100% + 45px);
  cursor: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.swiper-license .swiper-button-prev._white,
.swiper-license .swiper-button-next._white {
  background: #fff;
}
@media (max-width: 1319px) {
  .swiper-license .swiper-button-prev,
  .swiper-license .swiper-button-next {
    display: none;
  }
}
.swiper-license .swiper-button-prev:after,
.swiper-license .swiper-button-next:after {
  display: none;
}
.swiper-license .swiper-button-prev span,
.swiper-license .swiper-button-next span {
  width: 53px;
  height: 53px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.swiper-license .swiper-button-prev span svg,
.swiper-license .swiper-button-next span svg {
  stroke: #67CCC1;
}
.swiper-license .swiper-button-prev span:hover,
.swiper-license .swiper-button-next span:hover {
  border: 1px solid #31BBAC;
  background: #31BBAC;
}
.swiper-license .swiper-button-prev span:hover svg,
.swiper-license .swiper-button-next span:hover svg {
  stroke: #fff;
}
.swiper-license .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
  right: auto;
}
.swiper-2 {
  position: relative;
  margin: 23px -75px 0;
  padding: 0 75px;
}
@media (max-width: 1319px) {
  .swiper-2 {
    padding: 0;
    margin: 0;
  }
}
.swiper-2 .swiper-slide {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 1319px) {
  .swiper-2 .swiper-slide {
    width: 97%;
    padding: 0 5px;
  }
}
.swiper-2 .swiper-slide:only-child {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1319px) {
  .swiper-2 .swiper-slide:only-child {
    width: 97%;
    max-width: 620px;
  }
}
.swiper-2 .swiper-button-prev,
.swiper-2 .swiper-button-next {
  background: #fff;
  top: 0;
  right: 0;
  width: 75px;
  height: calc(100% + 45px);
  cursor: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 1319px) {
  .swiper-2 .swiper-button-prev,
  .swiper-2 .swiper-button-next {
    display: none;
  }
}
.swiper-2 .swiper-button-prev:after,
.swiper-2 .swiper-button-next:after {
  display: none;
}
.swiper-2 .swiper-button-prev span,
.swiper-2 .swiper-button-next span {
  width: 53px;
  height: 53px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.swiper-2 .swiper-button-prev span svg,
.swiper-2 .swiper-button-next span svg {
  stroke: #67CCC1;
}
.swiper-2 .swiper-button-prev span:hover,
.swiper-2 .swiper-button-next span:hover {
  border: 1px solid #31BBAC;
  background: #31BBAC;
}
.swiper-2 .swiper-button-prev span:hover svg,
.swiper-2 .swiper-button-next span:hover svg {
  stroke: #fff;
}
.swiper-2 .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
  right: auto;
}
.swiper-3 {
  position: relative;
  margin: 23px -75px 0;
  padding: 0 75px;
}
@media (max-width: 1319px) {
  .swiper-3 {
    padding: 0;
    margin: 0;
  }
}
.swiper-3 .swiper-slide {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 1319px) {
  .swiper-3 .swiper-slide {
    width: 97%;
    padding: 0 5px;
  }
}
.swiper-3 .swiper-button-prev,
.swiper-3 .swiper-button-next {
  background: #fff;
  top: 0;
  right: 0;
  width: 75px;
  height: calc(100% + 45px);
  cursor: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 1319px) {
  .swiper-3 .swiper-button-prev,
  .swiper-3 .swiper-button-next {
    display: none;
  }
}
.swiper-3 .swiper-button-prev:after,
.swiper-3 .swiper-button-next:after {
  display: none;
}
.swiper-3 .swiper-button-prev span,
.swiper-3 .swiper-button-next span {
  width: 53px;
  height: 53px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: auto;
}
.swiper-3 .swiper-button-prev span svg,
.swiper-3 .swiper-button-next span svg {
  stroke: #67CCC1;
}
.swiper-3 .swiper-button-prev span:hover,
.swiper-3 .swiper-button-next span:hover {
  border: 1px solid #31BBAC;
  background: #31BBAC;
}
.swiper-3 .swiper-button-prev span:hover svg,
.swiper-3 .swiper-button-next span:hover svg {
  stroke: #fff;
}
.swiper-3 .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
  right: auto;
}
.swiper-4 {
  margin: 0 -85px 95px;
  padding: 0 75px;
}
@media (max-width: 1319px) {
  .swiper-4 {
    padding: 0;
    margin: 0;
    overflow: visible;
    width: 100%;
  }
}
.swiper-4 .swiper-slide {
  width: 25%;
  padding: 0 var(--bs-gutter-x, 0.75rem);
  box-sizing: border-box;
}
@media (max-width: 1319px) {
  .swiper-4 .swiper-slide {
    width: 329px;
  }
}
.swiper-4 .swiper-button-prev,
.swiper-4 .swiper-button-next {
  background: #fff;
  top: 0;
  right: 0;
  width: 75px;
  height: calc(100% + 45px);
  cursor: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 1319px) {
  .swiper-4 .swiper-button-prev,
  .swiper-4 .swiper-button-next {
    display: none;
  }
}
.swiper-4 .swiper-button-prev:after,
.swiper-4 .swiper-button-next:after {
  display: none;
}
.swiper-4 .swiper-button-prev span,
.swiper-4 .swiper-button-next span {
  width: 53px;
  height: 53px;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.swiper-4 .swiper-button-prev span svg,
.swiper-4 .swiper-button-next span svg {
  stroke: #67CCC1;
}
.swiper-4 .swiper-button-prev span:hover,
.swiper-4 .swiper-button-next span:hover {
  border: 1px solid #31BBAC;
  background: #31BBAC;
}
.swiper-4 .swiper-button-prev span:hover svg,
.swiper-4 .swiper-button-next span:hover svg {
  stroke: #fff;
}
.swiper-4 .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
  right: auto;
}
.bg-light-gray .swiper-button-prev,
.bg-light-gray .swiper-button-next {
  background-color: #f6f8f7;
}
.swiper-5 {
  margin: 0 -85px 95px;
  padding: 0 75px;
  margin-bottom: 25px;
}
@media (max-width: 1319px) {
  .swiper-5 {
    padding: 0;
    margin: 0;
    overflow: visible;
    width: 100%;
  }
}
.swiper-5 .swiper-slide {
  width: 25%;
  padding: 0 var(--bs-gutter-x, 0.75rem);
  box-sizing: border-box;
}
@media (max-width: 1319px) {
  .swiper-5 .swiper-slide {
    width: 329px;
  }
}
.swiper-5 .swiper-button-prev,
.swiper-5 .swiper-button-next {
  background: #fff;
  top: 0;
  right: 0;
  width: 75px;
  height: calc(100% + 45px);
  cursor: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 1319px) {
  .swiper-5 .swiper-button-prev,
  .swiper-5 .swiper-button-next {
    display: none;
  }
}
.swiper-5 .swiper-button-prev:after,
.swiper-5 .swiper-button-next:after {
  display: none;
}
.swiper-5 .swiper-button-prev span,
.swiper-5 .swiper-button-next span {
  width: 53px;
  height: 53px;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.swiper-5 .swiper-button-prev span svg,
.swiper-5 .swiper-button-next span svg {
  stroke: #67CCC1;
}
.swiper-5 .swiper-button-prev span:hover,
.swiper-5 .swiper-button-next span:hover {
  border: 1px solid #31BBAC;
  background: #31BBAC;
}
.swiper-5 .swiper-button-prev span:hover svg,
.swiper-5 .swiper-button-next span:hover svg {
  stroke: #fff;
}
.swiper-5 .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
  right: auto;
}
.swiper-5 .swiper-slide {
  width: 20%;
}
.bg-light-gray {
  background-color: #f6f8f7;
}
h1.section-top__title,
h1.page-services__title,
h1.page-services__title._default,
h1.page-services__title._fs-36,
h1.page-services__title._fs-24,
h1.page-services__title._fs-18,
h1.page-services__title._fs-16,
h1.help-form__title,
h1.help-form3__text,
h1.booking__title,
h1.booking-2__title,
h1.review-form__title,
h1.info__title,
h1.title,
h1.title1 {
  font-size: 44px;
  line-height: 1.2;
}
h2.section-top__title,
h2.page-services__title,
h2.page-services__title._default,
h2.page-services__title._fs-36,
h2.page-services__title._fs-24,
h2.page-services__title._fs-18,
h2.page-services__title._fs-16,
h2.help-form__title,
h2.help-form3__text,
h2.booking__title,
h2.booking-2__title,
h2.review-form__title,
h2.info__title,
h2.title,
h2.title1 {
  font-size: 38px;
  line-height: 1.2;
}
h3.section-top__title,
h3.page-services__title,
h3.page-services__title._default,
h3.page-services__title._fs-36,
h3.page-services__title._fs-24,
h3.page-services__title._fs-18,
h3.page-services__title._fs-16,
h3.help-form__title,
h3.help-form3__text,
h3.booking__title,
h3.booking-2__title,
h3.review-form__title,
h3.info__title,
h3.title,
h3.title1 {
  font-size: 34px;
  line-height: 1.2;
}
h4.section-top__title,
h4.page-services__title,
h4.page-services__title._default,
h4.page-services__title._fs-36,
h4.page-services__title._fs-24,
h4.page-services__title._fs-18,
h4.page-services__title._fs-16,
h4.help-form__title,
h4.help-form3__text,
h4.booking__title,
h4.booking-2__title,
h4.review-form__title,
h4.info__title,
h4.title,
h4.title1 {
  font-size: 28px;
  line-height: 1.25;
}
h5.section-top__title,
h5.page-services__title,
h5.page-services__title._default,
h5.page-services__title._fs-36,
h5.page-services__title._fs-24,
h5.page-services__title._fs-18,
h5.page-services__title._fs-16,
h5.help-form__title,
h5.help-form3__text,
h5.booking__title,
h5.booking-2__title,
h5.review-form__title,
h5.info__title,
h5.title,
h5.title1 {
  font-size: 23px;
  line-height: 1.3;
}
h6.section-top__title,
h6.page-services__title,
h6.page-services__title._default,
h6.page-services__title._fs-36,
h6.page-services__title._fs-24,
h6.page-services__title._fs-18,
h6.page-services__title._fs-16,
h6.help-form__title,
h6.help-form3__text,
h6.booking__title,
h6.booking-2__title,
h6.review-form__title,
h6.info__title,
h6.title,
h6.title1 {
  font-size: 20px;
  line-height: 1.35;
}
@media (max-width: 1319px) {
  h1.section-top__title,
  .section-top:not(._mod) h1.section-top__title,
  h1.page-services__title,
  h1.page-services__title._default,
  h1.page-services__title._fs-36,
  h1.page-services__title._fs-24,
  h1.page-services__title._fs-18,
  h1.page-services__title._fs-16,
  h1.help-form__title,
  h1.help-form3__text,
  h1.booking__title,
  h1.booking-2__title,
  h1.review-form__title,
  h1.info__title,
  h1.title,
  h1.title1 {
    font-size: 36px;
  }
  h2.section-top__title,
  .section-top:not(._mod) h2.section-top__title,
  h2.page-services__title,
  h2.page-services__title._default,
  h2.page-services__title._fs-36,
  h2.page-services__title._fs-24,
  h2.page-services__title._fs-18,
  h2.page-services__title._fs-16,
  h2.help-form__title,
  h2.help-form3__text,
  h2.booking__title,
  h2.booking-2__title,
  h2.review-form__title,
  h2.info__title,
  h2.title,
  h2.title1 {
    font-size: 32px;
  }
  h3.section-top__title,
  .section-top:not(._mod) h3.section-top__title,
  h3.page-services__title,
  h3.page-services__title._default,
  h3.page-services__title._fs-36,
  h3.page-services__title._fs-24,
  h3.page-services__title._fs-18,
  h3.page-services__title._fs-16,
  h3.help-form__title,
  h3.help-form3__text,
  h3.booking__title,
  h3.booking-2__title,
  h3.review-form__title,
  h3.info__title,
  h3.title,
  h3.title1 {
    font-size: 28px;
  }
  h4.section-top__title,
  .section-top:not(._mod) h4.section-top__title,
  h4.page-services__title,
  h4.page-services__title._default,
  h4.page-services__title._fs-36,
  h4.page-services__title._fs-24,
  h4.page-services__title._fs-18,
  h4.page-services__title._fs-16,
  h4.help-form__title,
  h4.help-form3__text,
  h4.booking__title,
  h4.booking-2__title,
  h4.review-form__title,
  h4.info__title,
  h4.title,
  h4.title1 {
    font-size: 24px;
  }
  h5.section-top__title,
  .section-top:not(._mod) h5.section-top__title,
  h5.page-services__title,
  h5.page-services__title._default,
  h5.page-services__title._fs-36,
  h5.page-services__title._fs-24,
  h5.page-services__title._fs-18,
  h5.page-services__title._fs-16,
  h5.help-form__title,
  h5.help-form3__text,
  h5.booking__title,
  h5.booking-2__title,
  h5.review-form__title,
  h5.info__title,
  h5.title,
  h5.title1 {
    font-size: 21px;
  }
  h6.section-top__title,
  .section-top:not(._mod) h6.section-top__title,
  h6.page-services__title,
  h6.page-services__title._default,
  h6.page-services__title._fs-36,
  h6.page-services__title._fs-24,
  h6.page-services__title._fs-18,
  h6.page-services__title._fs-16,
  h6.help-form__title,
  h6.help-form3__text,
  h6.booking__title,
  h6.booking-2__title,
  h6.review-form__title,
  h6.info__title,
  h6.title,
  h6.title1 {
    font-size: 18px;
  }
}
.section-top__title.heading-default-style {
  font-size: 30px;
  line-height: 1.2;
}
.page-services__title._default.heading-default-style {
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 1319px) {
  .section-top:not(._mod) .section-top__title.heading-default-style {
    font-size: 24px;
  }
  .page-services__title._default.heading-default-style {
    font-size: 24px;
  }
}
.bg-white {
  background-color: white;
}
.close {
  position: absolute;
  top: 15px;
  right: 19px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  border: none;
  background: white url(/images/icon-close.svg?5f74b2098209618990ec17a7ae5c3248) center / contain no-repeat;
  border-radius: 4px;
}
@media (max-width: 1319px) {
  .d-xs-none {
    display: none;
  }
}
@media (max-width: 1319px) {
  .xs-p0 {
    padding: 0;
  }
}
@media (max-width: 1319px) {
  .col-xs {
    flex: 1 0 0;
  }
}
.page {
  width: 100%;
}
.page__title {
  font-size: 40px;
  line-height: 1.175;
  margin-top: 78px;
  margin-bottom: 30px;
  color: #394149;
  font-weight: 700;
}
.page__title._black {
  color: #000000;
}
@media (max-width: 1319px) {
  .page__title {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.page__columns {
  display: flex;
  margin-bottom: 135px;
}
.page__content {
  flex: 1;
  width: 0;
}
.page__content > *:first-child {
  padding-top: 0;
  margin-top: 0;
}
.page__content > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page__content .container {
  padding-left: 0;
  padding-right: 0;
}
.show-more-btn {
  display: inline-block;
  background: #E9F8F6 url(/images/icon-show-more.svg?31f82b674da6741bfeb47ac6d30d8d59) no-repeat calc(100% - 20px) 50%;
  border: 1px solid #67CCC1;
  padding: 8px 87px;
  border-radius: 30px;
  margin: 33px 0 0 10px;
  color: #299B8E;
  font-size: 20px;
  text-decoration: none;
}
.show-more-btn:hover {
  color: #299B8E;
}
@media (hover: hover) and (pointer: fine) {
  .show-more-btn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1319px) {
  .show-more-btn {
    margin-left: 20px;
  }
}
.error {
  background: url(/images/icon-error.svg?7f94261b231bb1ccbe0688754c07864d) no-repeat 0 7px;
  padding: 7px 7px 7px 20px;
  font-size: 13px;
  line-height: 20px;
  color: #F44336;
  text-align: left;
  display: none;
}
:target::before {
  content: "";
  display: block;
  margin-top: -180px;
  height: 180px;
  visibility: hidden;
  width: 1px;
}
@media (max-width: 1319px) {
  :target::before {
    margin-top: -120px;
    height: 120px;
  }
}
.item-tab {
  display: flex;
  justify-content: center;
  padding: 10px 15px;
  background: rgba(196, 196, 196, 0.2);
  box-shadow: inset 0 1px 1px rgba(97, 97, 97, 0.2), inset 0 1px 2px rgba(97, 97, 97, 0.2);
  border-radius: 20px;
  color: #333333;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
}
.item-tab.active {
  background: #299B8E;
  color: #fff;
}
.item-tab.active:hover {
  color: #fff;
}
.item-tab:hover {
  color: #299B8E;
}
.item__list-icon {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 36px;
  color: #394149;
}
.item__list-icon::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%2331BBAC'/%3E%3Cpath d='M9.5 14L3.66813 7.94347C3.29515 7.55612 3.29526 6.94318 3.66837 6.55597L4.44721 5.7477C4.84066 5.33939 5.49454 5.33956 5.88777 5.74808L9.5 9.50079L13.1122 5.74809C13.5055 5.33956 14.1593 5.33939 14.5528 5.7477L15.3316 6.55597C15.7047 6.94318 15.7048 7.55613 15.3319 7.94347L9.5 14Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
}
.item__list-number {
  display: flex;
  gap: 14px;
}
.item__list-number.mt {
  margin-top: 40px;
}
.item__list-number .number {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #299B8E;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #299B8E;
  flex: 0 0 40px;
}
.item__list-number .text {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
}
@media (max-width: 1319px) {
  .item__list-number .text {
    font-size: 18px;
    line-height: 24px;
  }
}
a {
  color: inherit;
  transition-property: color, opacity, background;
  transition-duration: 0.2s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a._red {
  color: #C12025;
}
dl:last-child {
  margin-bottom: 0;
}
dt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3334;
}
dd {
  margin-bottom: 13px;
}
.ico-bg {
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  background: center / contain no-repeat;
}
.ico-bg._info {
  background-image: url(/images/icon-help-info.svg?c66490c7e17a204924ee06d6dfb94f5f);
}
.ico-bg._clock {
  background-image: url(/images/icon-clock.svg?67170d7273d5e5dee128d62317059f7c);
}
.ico-bg._clock-white {
  background-image: url(/images/time.svg?6f4123dcbf19c3f97c91a124fb48a3d7);
}
.ico-bg._marker-blue {
  background-image: url(/images/location.svg?e249aaf7b8f9a541613e7e9accd70f55);
}
.ico-bg._marker-yellow {
  background-image: url(/images/location-2.svg?52bd574102147c4cd6400ab77b035f68);
}
@keyframes lazyloading {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.bg-light-gray {
  background-color: #f6f8f7;
}
/*base*/
.base-btn {
  display: inline-flex;
  text-align: left;
  font: inherit;
  letter-spacing: inherit;
  border: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  word-break: break-word;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  min-height: 40px;
  font-size: 16px;
  line-height: 1.25;
  white-space: nowrap;
  padding: 10px 20px;
  align-items: center;
  background: rgba(196, 196, 196, 0.2);
  box-shadow: inset 0 1px 1px rgba(97, 97, 97, 0.2), inset 0 1px 2px rgba(97, 97, 97, 0.2);
  border-radius: 20px;
  color: #333333;
  transition-property: background-color, color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.base-btn svg {
  fill: currentColor;
}
.base-btn__arrow {
  margin-left: 10px;
  width: 19px;
  height: 11px;
}
.base-btn:hover,
.base-btn:focus {
  color: inherit;
}
.base-btn._filled {
  background-color: #299B8E;
  color: white;
}
.base-btn._filled:hover {
  background-color: #31BBAC;
}
.base-btn._white-green {
  background-color: white;
  color: #299B8E;
  box-shadow: inset 0 0 0 1px #299B8E;
}
.base-btn._white-green:hover {
  background-color: #299B8E;
  box-shadow: inset 0 0 0 1px #299B8E;
  color: white;
}
.base-btn._white-grey {
  background-color: white;
  color: #7A8891;
  box-shadow: inset 0 0 0 1px #299B8E;
}
.base-btn._white-grey:hover {
  background-color: #299B8E;
  box-shadow: inset 0 0 0 1px #299B8E;
  color: white;
}
.base-btn._outline-grey {
  box-shadow: inset 0 0 0 1px #c4c4c4;
}
.base-btn._details {
  padding-left: 40px;
  padding-right: 15px;
}
.base-btn._details svg {
  width: 13px;
  height: 13px;
  margin-left: 20px;
}
.base-btn._big {
  font-weight: 500;
  border-radius: 31px;
  padding: 16px 35px;
  line-height: 1;
  min-height: 54px;
  text-transform: uppercase;
}
.base-btn._big._white-grey {
  font-weight: 400;
}
.base-checkbox {
  text-align: left;
  display: inline-block;
  position: relative;
  padding-left: 1.8em;
  cursor: pointer;
  line-height: 1.25 !important;
}
.base-checkbox input {
  display: none!important;
}
.base-checkbox__box {
  position: absolute;
  left: 0;
  top: -0.12em;
  width: 1.25em;
  height: 1.25em;
  background: url(/images/icon-checkbox.svg?fd2954d66cf5492a22513392c2225b00) center / contain no-repeat;
}
input[type=radio] ~ .base-checkbox__box {
  background-image: url(/images/icon-radio.svg?aaf762b9ff287152caeebf2a8fdb072d);
}
input:checked ~ .base-checkbox__box {
  background-image: url(/images/icon-checkbox-selected.svg?d7298cf69b86d3180817699985603361);
}
input[type=radio]:checked ~ .base-checkbox__box {
  background-image: url(/images/icon-radio-selected.svg?1d27fc5c27cd5852f94a05202e8e82f6);
}
.base-checkbox._small {
  font-size: 12px;
}
.search-field {
  position: relative;
  align-self: flex-start;
  /* Стили для выпадающего меню */
}
.search-field__input {
  width: 100%;
  border-radius: 20px;
  padding: 11px 45px 11px 20px;
  background: #efefef;
  border: none;
  box-shadow: inset 0 1px 1px rgba(97, 97, 97, 0.2), inset 0 1px 2px rgba(97, 97, 97, 0.2);
  color: #394149;
  font-size: 16px;
}
.search-field__input::-moz-placeholder {
  color: #9C9C9C;
}
.search-field__input::placeholder {
  color: #9C9C9C;
}
.search-field__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  cursor: pointer;
  border: none;
  background: no-repeat url(/images/icon-search.svg?c964fb4f799ccd75fd0d9e1f92cf76c6) 50% 50%;
  padding: 0;
}
.search-field__btn:hover {
  opacity: 0.5;
}
.search-field._active .search-field__input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.search-field._active .search-field__dropdown {
  visibility: visible;
}
.search-field__dropdown {
  z-index: 55;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  word-break: break-word;
  will-change: visibility;
  overflow: hidden;
  visibility: hidden;
}
.search-field__result-list {
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
  padding-bottom: 20px;
}
@supports (scrollbar-width: thin) {
  .search-field__result-list {
    scrollbar-color: #C8D7D9 #EDEDED;
    scrollbar-width: thin;
  }
}
.search-field__result-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #EDEDED;
}
.search-field__result-list::-webkit-scrollbar-thumb {
  background-color: #C8D7D9;
  border-radius: 20px;
}
.search-field__result-list::-webkit-resizer,
.search-field__result-list::-webkit-scrollbar-button,
.search-field__result-list::-webkit-scrollbar-corner {
  display: none;
}
.search-field__result-item {
  display: inline-flex;
  text-align: left;
  font: inherit;
  letter-spacing: inherit;
  border: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  word-break: break-word;
  cursor: pointer;
  width: 100%;
  padding: 11px 18px;
  line-height: 18px;
  font-size: 16px;
}
.search-field__result-item:hover {
  background-color: #F6F8F7;
}
.search-field .search-result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200%;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 1000;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 15px;
}
@media (max-width: 1319px) {
  .search-field .search-result {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    max-height: 70vh;
    border-radius: 0 0 10px 10px;
  }
}
.search-field .search-result__close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 26px;
}
.search-field .search-result__title {
  font-weight: bold;
  font-size: 16px;
  margin: 13px 0;
}
@media (max-width: 1319px) {
  .search-field .search-result__title {
    font-size: 14px;
    margin: 10px 0;
  }
}
.search-field .search-result__list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 0;
  padding: 0;
}
.search-field .search-result__list li {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 1319px) {
  .search-field .search-result__list li {
    padding: 12px 0;
  }
}
.search-field .search-result__list li:hover {
  background-color: #F6F8F7;
}
.search-field .search-result__list li:first-child {
  border-top: 1px solid #e0e0e0;
}
.search-field .search-result__list a {
  text-decoration: none;
  font-size: 15px;
}
@media (max-width: 1319px) {
  .search-field .search-result__list a {
    font-size: 14px;
  }
}
.search-field .search-result__list a:hover {
  text-decoration: underline;
}
.search-field .search-result button {
  margin: 15px 0;
}
@media (max-width: 1319px) {
  .search-field .search-result button {
    width: 100%;
    margin: 10px 0;
  }
}
.base-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.base-list > li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 2.5em;
}
.base-list > li:last-child {
  margin-bottom: 0;
}
.base-list > li::before {
  content: '';
  background: url(/images/icon-list.svg?6a11346f2bd3ed11c3cd9ec1f63a9700) no-repeat;
  border-radius: 50%;
  background-size: contain;
  width: 1.125em;
  height: 1.125em;
  position: absolute;
  left: 0;
  top: 0.1875em;
}
.base-list._dots > li {
  padding-left: 1.125em;
}
.base-list._dots > li::before {
  width: 0.5em;
  height: 0.5em;
  top: 0.5em;
  background: #299B8E;
}
.text-content a {
  color: inherit;
  text-decoration: underline;
}
.text-content a:hover {
  text-decoration: none;
}
.text-content b,
.text-content strong {
  font-weight: 500;
}
.text-content img {
  display: block;
  margin: 40px 0;
}
.text-content p {
  margin: 1.5em 0;
}
.text-content__img-full {
  width: 100%;
}
@media (min-width: 1320px) {
  .text-content ._accent {
    font-size: 1.125em;
    margin: 0.8em 0;
    font-weight: 500;
    line-height: 1.3334;
  }
}
.text-content > *:first-child {
  margin-top: 0;
}
.text-content > *:last-child {
  margin-bottom: 0;
}
.form-call {
  padding: 160px 0;
}
.form-call._mod {
  padding: 40px 0;
  background-color: #67CCC1;
  color: white;
}
.form-call._mod .form-call__title {
  color: inherit;
  font-size: 24px;
  line-height: 28px;
}
.form-call._mod .form-call__title b {
  color: inherit;
}
.form-call._mod .form-call__btn {
  background-color: #f58a07;
}
.form-call._mod .form-call__btn:hover {
  background-color: rgba(245, 138, 7, 0.8);
}
.form-call._mod .form-call__timer {
  color: inherit;
}
.form-call__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-call__title {
  font-size: 30px;
  line-height: 35px;
  color: #f58a07;
  text-align: center;
  font-weight: 300;
  flex-shrink: 0;
  margin-right: 25px;
  margin-left: 20px;
}
.form-call__title b {
  color: #299B8E;
  display: block;
  font-weight: 700;
}
.form-call__form {
  display: flex;
  margin-right: 40px;
  flex-basis: 600px;
}
@media (min-width: 1320px) {
  .form-call__input {
    border-radius: 30px 0 0 30px;
    flex-basis: 354px;
    font-size: 20px;
    line-height: 38px;
    padding: 10px 20px;
  }
}
.form-call__btn {
  display: inline-flex;
  text-align: left;
  font: inherit;
  letter-spacing: inherit;
  border: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  word-break: break-word;
  cursor: pointer;
  min-height: 60px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-basis: 245px;
  color: white;
  background-color: #31BBAC;
  border-radius: 0 30px 30px 0;
  transition: background-color 0.2s;
  padding: 10px 20px;
}
.form-call__btn:hover {
  background-color: #299B8E;
}
.form-call__timer {
  font-size: 50px;
  line-height: 60px;
  color: #c4c4c4;
  white-space: nowrap;
  flex-shrink: 0;
}
.form-call__timer i {
  height: 60px;
  width: 60px;
}
.form-call__timer ._minutes {
  color: #f58a07;
}
@media (max-width: 1319px) {
  .form-call {
    padding: 40px 0;
  }
  .form-call__row {
    flex-direction: column;
  }
  .form-call__timer {
    order: -1;
    margin-bottom: 22px;
  }
  .form-call__title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
  }
  .form-call__form {
    flex-basis: auto;
    margin: 0 0 25px;
    width: 275px;
    max-width: 100%;
    display: block;
  }
  .form-call__btn {
    flex-basis: auto;
    min-height: 54px;
    border-radius: 30px;
    padding-left: 44px;
    padding-right: 44px;
  }
  .form-call__input-help {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
  }
}
.popup-call {
  margin: 0;
}
.popup-call .modal-content {
  display: block;
  text-align: center;
  margin: 0;
  border-radius: 10px;
  padding: 40px;
  color: #7A8891;
  line-height: 18px;
}
@media (max-width: 1319px) {
  .popup-call .modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.popup-call__title {
  padding: 27px 0 35px;
  font-size: 30px;
  color: #299B8E;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
}
.popup-call__form {
  width: 275px;
  max-width: 100%;
  margin: 0 auto;
}
.popup-call__form input {
  margin-bottom: 25px;
}
.popup-call__btn {
  background: #31BBAC;
  border: none;
  font-size: 20px;
  color: #fff;
  padding: 15px 60px;
  margin: 0 0 20px;
  border-radius: 30px;
}
@media (hover: hover) and (pointer: fine) {
  .popup-call__btn:hover {
    opacity: 0.7;
  }
}
.popup-call__text {
  font-size: 12px;
  margin: 0 0 5px;
}
.popup-call__text a,
.popup-call__text a:hover {
  color: inherit;
}
.popup-call__text1 {
  font-size: 12px;
  padding: 10px 0;
}
.popup-call__text2 {
  font-size: 18px;
  font-weight: 500;
  color: #394149;
}
.popup-call__success {
  font-size: 30px;
  font-weight: 500;
  padding: 150px 0;
  text-align: center;
  color: #219b90;
  display: none;
}
.popup-call__success.show {
  display: block;
}
.popup-image .modal-dialog {
  max-width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.popup-image .modal-content {
  background: #FFFFFF;
  box-shadow: 0 0 16px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: auto;
  margin: auto;
  max-width: 100%;
  overflow: hidden;
}
.popup-image__image-wrap {
  position: relative;
  width: 600px;
  height: 400px;
}
.popup-image__image-wrap::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.1), rgba(51, 51, 51, 0));
  background-position: 0 0;
  background-size: 200% 100%;
  animation: lazyloading 1.5s ease infinite;
  transition: opacity 0.2s;
}
.popup-image__image-wrap._loaded {
  width: auto;
  height: auto;
}
.popup-image__image-wrap._loaded::after {
  opacity: 0;
}
.popup-image__image-wrap._loaded img {
  opacity: 1;
  width: auto;
  height: auto;
}
.popup-image__image-wrap img {
  opacity: 0;
  transition: opacity 0.2s;
  position: relative;
  z-index: 2;
}
.popup-image._img-scroll .popup-image__image-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.popup-image._img-scroll img {
  max-width: none;
}
.popup-image .close {
  z-index: 10;
}
.popup-video .close {
  right: -35px;
  z-index: 10;
}
@media (max-width: 1319px) {
  .popup-video .close {
    right: -15px;
    top: -10px;
  }
}
.popup-video .modal-dialog {
  max-width: 100%;
  margin: 40px;
  height: calc(100% - 80px);
  min-height: auto;
}
@media (max-width: 1319px) {
  .popup-video .modal-dialog {
    margin: 20px;
    height: calc(100% - 40px);
  }
}
.popup-video .modal-content {
  border: 0;
  width: 1319px;
  margin: auto;
  max-height: 100%;
  border-radius: 0;
  box-shadow: 0 0 16px 12px rgba(0, 0, 0, 0.15);
}
.popup-video__frame {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.popup-video__frame::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.popup-video__frame::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.1), rgba(51, 51, 51, 0));
  background-position: 0 0;
  background-size: 200% 100%;
  animation: lazyloading 1.5s ease infinite;
  transition: opacity 0.2s;
}
.popup-video__frame._loaded::after {
  opacity: 0;
}
.popup-video__frame._loaded iframe,
.popup-video__frame._loaded video {
  opacity: 1;
}
.popup-video__frame iframe,
.popup-video__frame video {
  transition: opacity 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  display: none;
}
.popup-video__frame._iframe iframe {
  display: block;
}
.popup-video__frame._video video {
  display: block;
}
.popup-support {
  border-radius: 15px;
  margin: 0;
}
.popup-support .modal-content {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.popup-support #popup-support-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 37px 0;
}
@media (max-width: 1319px) {
  .popup-support #popup-support-form {
    padding: 15px 0;
  }
}
.popup-support ._logo {
  display: block;
  width: 173px;
  height: 56px;
  margin: 0 auto 30px;
}
.popup-support ._title {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1319px) {
  .popup-support ._title {
    max-width: 300px;
  }
}
.popup-support ._input {
  width: 100%;
  max-width: 396px;
  min-height: 40px;
  margin: 26px 0 0;
  padding: 12px 14px;
}
.popup-support ._input:first-child {
  margin-top: 24px;
}
@media (max-width: 1319px) {
  .popup-support ._input {
    max-width: 300px;
  }
}
.popup-support ._textarea {
  width: 100%;
  max-width: 396px;
  min-height: 150px;
  margin: 17px 0 0;
  padding: 12px 14px;
}
@media (max-width: 1319px) {
  .popup-support ._textarea {
    max-width: 300px;
  }
}
.popup-support__form {
  display: block;
  min-height: 675px;
}
.popup-support__form button {
  margin-top: 18px;
  text-align: center;
}
@media (max-width: 1319px) {
  .popup-support__form {
    min-height: 607px;
  }
  .popup-support__form button {
    margin-top: 10px;
  }
}
.popup-support__success {
  display: none;
  flex-direction: column;
  min-height: 675px;
  padding: 37px;
  background-image: url(/images/bg-form.png?041182042c543199669261e9639a6e4e);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.popup-support__success ._content {
  margin: auto;
}
.popup-support__success ._content__title {
  margin: 0 0 61px;
  font-size: 36px;
  color: #f58a08;
  text-align: center;
}
.popup-support__success ._content__subtitle {
  width: 100%;
  max-width: 298px;
  margin: 0;
  font-size: 24px;
  color: #0D1317;
  text-align: center;
}
@media (max-width: 1319px) {
  .popup-support__success {
    min-height: 607px;
  }
}
.top-banner {
  margin-bottom: 26px;
}
@media (max-width: 1319px) {
  .top-banner {
    padding: 0;
    margin-bottom: 20px;
  }
}
.top-banner__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #299B8E;
  overflow: hidden;
}
@media (max-width: 1319px) {
  .top-banner__inner {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding: 0 12px 16px;
    border-radius: 0;
  }
}
.top-banner ._left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 460px;
  position: relative;
  height: 152px;
}
@media (max-width: 1319px) {
  .top-banner ._left {
    justify-content: center;
    width: 100%;
  }
}
.top-banner ._left img {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
}
.top-banner ._center {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: center;
  align-items: center;
  row-gap: 5px;
  margin-right: 60px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1319px) {
  .top-banner ._center {
    margin-right: 0;
    grid-template-columns: auto;
    grid-gap: 0 8px;
  }
}
.top-banner ._center h2 {
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 0;
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1319px) {
  .top-banner ._center h2 {
    grid-column: 1/3;
    font-size: 35px;
  }
}
.top-banner ._center p {
  grid-column: 1/2;
  grid-row: 2/3;
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  color: #f58a07;
  line-height: 1;
}
.top-banner ._center p span {
  font-size: 40px;
}
@media (max-width: 1319px) {
  .top-banner ._center p {
    font-size: 20px;
  }
  .top-banner ._center p span {
    font-size: 30px;
  }
}
.top-banner ._center .button1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/3;
  overflow: unset;
  position: relative;
  min-height: 48px;
  padding: 5px 40px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 8px 12px rgba(51, 51, 51, 0.42);
}
@media (max-width: 1319px) {
  .top-banner ._center .button1 {
    grid-row: 2/3;
    margin-right: 10px;
    padding: 5px 29px;
    font-size: 14px;
  }
}
.top-banner ._center .button1 img {
  position: absolute;
  left: 0;
  bottom: -75%;
}
@media (max-width: 1319px) {
  .top-banner ._center .button1 img {
    left: -4%;
    bottom: -60%;
    transform: scale(0.75);
  }
}
.top-banner._variant-2 .top-banner__inner {
  background-color: #299B8E;
}
.crumbs {
  font-size: 14px;
  line-height: 1.07;
  color: #7A8891;
  margin-bottom: 40px;
}
.crumbs a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.crumbs__item {
  display: inline-block;
}
.crumbs__item:not(:last-child)::after {
  content: ' / ';
}
.crumbs__item ._active {
  color: #299B8E;
  font-weight: 500;
}
.crumbs:first-child {
  padding-top: 30px;
}
.search-page {
  padding-bottom: 60px;
}
@media (max-width: 1319px) {
  .search-page {
    padding-bottom: 20px;
  }
}
.search-page__title {
  margin-bottom: 20px;
}
.search-page .search-field {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1319px) {
  .search-page .search-field {
    width: 100%;
  }
}
.search-page .search-field__input {
  width: 100%;
  padding-right: 45px;
  padding-left: 15px;
  border: 1px solid #e0e0e0;
}
.search-page .search-field__btn-search,
.search-page .search-field__btn-clear {
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: #d1ecf1;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-radius: 0 20px 20px 0;
  transition: background-color 0.2s ease;
}
.search-page .search-field__btn-search:hover,
.search-page .search-field__btn-clear:hover {
  box-shadow: inset 0 1px 1px rgba(97, 97, 97, 0.2), inset 0 1px 2px rgba(97, 97, 97, 0.2);
  background-color: #e0e0e0;
}
.search-page .search-field__btn-search:active,
.search-page .search-field__btn-clear:active {
  box-shadow: inset 0 1px 1px rgba(97, 97, 97, 0.2), inset 0 1px 2px rgba(97, 97, 97, 0.2);
  background-color: #d2d1d1;
}
.search-page .search-field__btn-search {
  right: 0;
  background: no-repeat url(/images/icon-search.svg?c964fb4f799ccd75fd0d9e1f92cf76c6) 50% 50%;
}
.search-page .search-field__btn-clear {
  border-radius: 0;
  right: 45px;
  background: no-repeat url(/images/icons/icon-close-black.svg) 50% 50%;
}
.search-page .result {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.search-page .result__title {
  margin-bottom: 10px;
}
.search-page .result__title a {
  text-decoration: none;
}
.search-page .result__title a:hover {
  opacity: 0.8;
}
.search-page .result__breadcrumbs {
  margin: -30px;
}
@media (max-width: 1319px) {
  .search-page .result__breadcrumbs {
    margin: -30px -10px;
  }
}
.search-page .result__text {
  margin-bottom: 10px;
}
.categories._fixed .categories__inner {
  background-color: #F6F8F7;
  right: var(--scrollbar-offset, 0px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.categories._static {
  position: relative!important;
  margin-bottom: 50px;
}
.categories._static .categories__scroll-container {
  padding: 0;
}
.categories__inner {
  z-index: 20;
  position: relative;
  will-change: position, top;
  right: 0;
  left: 0;
}
.categories__inner.collapsing {
  overflow: hidden;
}
.categories__inner:not(.collapsing) {
  transition-property: box-shadow, background-color;
  transition-duration: 0.3s;
}
.categories__container {
  display: flex;
}
.categories__scroll-container {
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 1;
}
.categories__total {
  align-self: center;
  margin-left: 35px;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 21px;
}
.categories__total b {
  font-size: 30px;
  font-weight: 700;
  color: #299B8E;
}
.categories__list {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 0 auto;
}
.categories__item {
  display: flex;
  margin-right: 9px;
  flex: 1;
}
.categories__item:last-child {
  margin-right: 0;
}
.categories__link {
  display: inline-flex;
  text-align: left;
  font: inherit;
  letter-spacing: inherit;
  border: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  word-break: break-word;
  cursor: pointer;
  min-height: 40px;
  font-size: 16px;
  line-height: 1.1875;
  text-align: center;
  justify-content: center;
  flex-grow: 1;
  white-space: nowrap;
  padding: 5px 18px;
  align-items: center;
  background: rgba(196, 196, 196, 0.2);
  box-shadow: inset 0 1px 1px rgba(97, 97, 97, 0.2), inset 0 1px 2px rgba(97, 97, 97, 0.2);
  border-radius: 20px;
  color: #333333;
}
.categories__link:focus {
  color: #333333;
}
.categories__link.active,
.categories__link:hover {
  color: white;
  background-color: #299B8E;
}
@media (min-width: 1320px) {
  .categories__inner {
    display: block!important;
  }
}
@media (max-width: 1319px) {
  .categories {
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    margin: 0;
    width: auto;
    right: var(--scrollbar-offset, 0px);
  }
  .categories._static {
    margin-bottom: 40px;
  }
  .categories._static .categories__inner {
    position: relative;
  }
  .categories__inner {
    z-index: auto;
    width: 290px;
    background: white;
    border: none;
    box-shadow: 4px -4px 7px rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 100%;
    left: 0;
    max-height: calc(100vh - 118px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  @supports (scrollbar-width: thin) {
    .categories__inner {
      scrollbar-color: #C8D7D9 #EDEDED;
      scrollbar-width: thin;
    }
  }
  .categories__inner::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #EDEDED;
  }
  .categories__inner::-webkit-scrollbar-thumb {
    background-color: #C8D7D9;
    border-radius: 20px;
  }
  .categories__inner::-webkit-resizer,
  .categories__inner::-webkit-scrollbar-button,
  .categories__inner::-webkit-scrollbar-corner {
    display: none;
  }
  .categories__container {
    padding: 0;
  }
  .categories__scroll-container {
    padding: 0;
    overflow: visible;
  }
  .categories__list {
    display: block;
  }
  .categories__item {
    margin: 0;
  }
  .categories__link {
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    text-align: left;
    justify-content: flex-start;
    padding: 10px 20px;
  }
  .categories__link:hover {
    background-color: #F6F8F7;
    color: #333333;
  }
  .categories__link.active {
    color: white;
    background-color: #31BBAC;
  }
  .categories__total {
    margin-left: 0;
    margin-top: 10px;
  }
  .categories__total b {
    line-height: 1;
  }
}
.section-top {
  margin-bottom: 40px;
}
.section-top__main {
  display: flex;
  align-items: center;
}
.section-top__title {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}
.section-top__ico {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
  flex-shrink: 0;
}
.section-top__text {
  margin: 20px 0 0;
  font-size: 18px;
  color: #7A8891;
  line-height: 1.16;
}
@media (max-width: 1319px) {
  .section-top {
    margin-bottom: 25px;
  }
  .section-top._mod .section-top__main {
    justify-content: center;
  }
  .section-top._mod .section-top__title {
    width: -moz-min-content;
    width: min-content;
  }
  .section-top:not(._mod) {
    text-align: center;
  }
  .section-top:not(._mod) .section-top__main {
    display: block;
  }
  .section-top:not(._mod) .section-top__title {
    font-size: 24px;
  }
  .section-top:not(._mod) .section-top__ico {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .section-top:not(._mod) .section-top__text {
    margin-top: 8px;
    font-size: 14px;
  }
}
.benefits {
  width: 100%;
  padding: 61px 0 77px;
}
@media (max-width: 1319px) {
  .benefits {
    padding: 31px 0 44px;
    text-align: center;
  }
}
.benefits__inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1319px) {
  .benefits__inner {
    justify-content: center;
    align-items: center;
  }
}
.benefits__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  text-align: left;
}
@media (max-width: 1319px) {
  .benefits__items {
    flex-direction: column;
  }
}
.benefits__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 6px;
  max-width: calc(25% - 20px);
}
@media (max-width: 1319px) {
  .benefits__item {
    max-width: 100%;
    -moz-column-gap: 15px;
         column-gap: 15px;
    align-items: center;
  }
}
.benefits__item-ico {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  width: 63px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits__item-ico img {
  position: absolute;
  width: 120%;
  max-width: none;
  top: 0;
}
.benefits__item-ico span {
  position: absolute;
  padding-top: 0.25em;
}
.benefits__item-text {
  margin: 0;
  line-height: 1.5;
  color: #7A8891;
  font-size: 16px;
}
.booking:first-child {
  margin-top: 0;
}
.booking:last-child {
  margin-bottom: 0;
}
.booking._full {
  background-image: url(/images/booking-full.jpg?9b3de0a557c3982f04f3008651909dd0);
  background-position: center;
  background-size: cover;
}
.booking._full .booking__img {
  right: -90px;
  bottom: auto;
  transform: translateY(-50%);
  top: 50%;
}
.booking:not(._full) .booking__inner {
  background-image: url(/images/indication-1.png?763bdbaada06f7e1f9fcfdc6f2cbdb1c);
  background-position: center;
  background-size: cover;
  padding-left: 66px;
  padding-right: 66px;
  border-radius: 15px;
}
.booking__inner {
  position: relative;
  min-height: 422px;
  padding-top: 75px;
  padding-bottom: 75px;
}
.booking__head {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: 100%;
  max-width: 722px;
}
.booking__img {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 0;
}
.booking__title {
  color: #299B8E;
  line-height: 1.2;
  margin: 0;
  font-size: 36px;
}
@media (max-width: 1319px) {
  .booking__title {
    font-size: 30px;
    margin: 23px 0 12px;
    white-space: nowrap;
  }
}
.booking__text {
  margin: 0;
  line-height: 1.5;
  color: #7A8891;
  font-size: 16px;
}
.booking__subtitle {
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.5;
  color: #0e1317;
  width: 100%;
  max-width: 722px;
  margin-top: 38px;
  font-size: 18px;
}
@media (max-width: 1319px) {
  .booking {
    margin-top: 25px;
    margin-bottom: 60px;
  }
  .booking__inner {
    padding: 20px;
  }
  .booking__head {
    max-width: 100%;
    text-align: center;
  }
  .booking__subtitle {
    max-width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .booking__title {
    text-align: center;
  }
  .booking__img {
    position: static;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: none!important;
  }
}
.booking__btns {
  display: flex;
  flex-direction: row;
  gap: 51px;
  margin-top: 27px;
}
@media (max-width: 1319px) {
  .booking__btns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
}
.booking__btns ._tel {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 12px;
       column-gap: 12px;
  justify-content: center;
  align-items: center;
}
.booking__btns ._btn {
  display: flex;
  flex-direction: row;
  gap: 23px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media (max-width: 1319px) {
  .booking__btns ._btn {
    flex-direction: column;
  }
}
.booking-2 {
  width: 100%;
  height: 100%;
  min-height: 435px;
  padding: 44px 0 55px;
  background-image: url(/images/indication.png?784ea202ee337b6bc5e0c207a69d0435);
  background-position: center;
  background-size: cover;
}
@media (max-width: 1319px) {
  .booking-2 {
    background-position: left;
  }
}
@media (max-width: 1319px) {
  .booking-2__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.booking-2__btns {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 51px;
  margin-top: 27px;
}
@media (max-width: 1319px) {
  .booking-2__btns {
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
}
.booking-2__btns ._tel {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 12px;
       column-gap: 12px;
  justify-content: center;
  align-items: center;
}
.booking-2__btns ._btn {
  display: flex;
  flex-direction: row;
  gap: 23px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1319px) {
  .booking-2__btns ._btn {
    flex-direction: column;
  }
}
@media (max-width: 1319px) {
  .booking-2__btns {
    flex-direction: column;
  }
}
.booking-2__head {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: 100%;
  max-width: 619px;
}
@media (max-width: 1319px) {
  .booking-2__head {
    text-align: center;
  }
}
.booking-2__title {
  color: white;
  line-height: 1.2;
  margin: 0;
  font-size: 36px;
}
@media (max-width: 1319px) {
  .booking-2__title {
    font-size: 30px;
    margin: 23px 0 12px;
  }
}
.booking-2__text {
  margin: 0;
  line-height: 1.5;
  color: white;
  font-size: 16px;
}
.booking-2__subtitle {
  width: 100%;
  max-width: 619px;
  margin-top: 38px;
  color: #0e1317;
}
@media (max-width: 1319px) {
  .booking-2__subtitle {
    margin-top: 15px;
    text-align: center;
  }
}
.service-card {
  padding: 30px 30px 30px 270px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5), 3px 4px 20px rgba(0, 0, 0, 0.25);
  background-position: center;
  background-size: cover;
  background-color: #FCFDFD;
  position: relative;
  min-height: 350px;
  max-width: 620px;
  width: 100%;
}
.service-card__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 16px;
  margin-bottom: 17px;
  position: relative;
}
.service-card__title::after {
  position: absolute;
  content: '';
  width: 113px;
  height: 2px;
  background-color: white;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.service-card__img {
  position: absolute;
  width: 200px;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
}
.service-card__text {
  font-size: 14px;
  margin-bottom: 20px;
}
.service-card__btn {
  text-decoration: none;
}
.service-card._mod-1 {
  background-image: url(/images/recommendation-1.png?261e40a6bdc4098850140935c0ae2640);
}
.service-card._mod-2 {
  background-image: url(/images/recommendation-2.png?ee71308392b59128d565baa39570440f);
}
.service-card._wide {
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1320px) {
  .service-card._wide {
    min-height: 213px;
    max-width: none;
    padding: 25px 40px 25px 313px;
  }
  .service-card._wide .service-card__img {
    width: 243px;
    height: 162px;
    top: 25px;
    transform: none;
    border-radius: 0;
  }
  .service-card._wide .service-card__title {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .service-card._wide .service-card__title:after {
    display: none;
  }
  .service-card._wide .service-card__text {
    font-size: 18px;
    line-height: 1.15;
    margin-bottom: 17px;
  }
}
@media (max-width: 1319px) {
  .service-card {
    padding: 30px 8px;
    text-align: center;
    min-height: auto;
  }
  .service-card__img {
    position: static;
    transform: none;
    width: 320px;
    height: 180px;
    margin-bottom: 27px;
  }
  .service-card__title {
    padding-bottom: 0;
    font-size: 20px;
  }
  .service-card__title::after {
    display: none;
  }
}
.offers {
  margin-top: 60px;
  margin-bottom: 100px;
}
.offers__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 1319px) {
  .offers__list {
    flex-direction: column;
    align-items: center;
    flex-basis: auto;
    gap: 30px;
  }
}
.seo-block {
  padding-top: 75px;
  padding-bottom: 125px;
}
.sidebar {
  position: relative;
  width: 290px;
  flex-shrink: 0;
  margin-right: 40px;
}
.sidebar__inner {
  z-index: 20;
  position: relative;
  will-change: position, top;
  width: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #D8D4D4;
}
@supports (scrollbar-width: thin) {
  .sidebar__inner {
    scrollbar-color: #C8D7D9 #EDEDED;
    scrollbar-width: thin;
  }
}
.sidebar__inner::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #EDEDED;
}
.sidebar__inner::-webkit-scrollbar-thumb {
  background-color: #C8D7D9;
  border-radius: 20px;
}
.sidebar__inner::-webkit-resizer,
.sidebar__inner::-webkit-scrollbar-button,
.sidebar__inner::-webkit-scrollbar-corner {
  display: none;
}
.sidebar__inner.collapsing {
  overflow: hidden;
}
.sidebar__link {
  display: inline-flex;
  text-align: left;
  font: inherit;
  letter-spacing: inherit;
  border: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  word-break: break-word;
  cursor: pointer;
  width: 100%;
  min-height: 40px;
  font-size: 16px;
  line-height: 1.1875;
  padding: 10px 20px;
  align-items: center;
  color: #333333;
}
.sidebar__link:focus {
  color: #333333;
}
.sidebar__link:hover {
  background-color: #F6F8F7;
  color: #333333;
}
.sidebar__link.active {
  color: white;
  background-color: #31BBAC;
}
@media (min-width: 1320px) {
  .sidebar__inner {
    display: block!important;
  }
}
@media (max-width: 1319px) {
  .sidebar {
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    margin: 0;
    width: auto;
    right: var(--scrollbar-offset, 0px);
  }
  .sidebar__inner {
    background: #fff;
    width: 290px;
    border: none;
    box-shadow: 4px -4px 7px rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 100%;
    left: 0;
    max-height: calc(100vh - 118px);
  }
}
.review-form {
  padding: 30px 30px 50px;
  width: 480px;
  max-width: 100%;
  background: #FFFFFF;
  box-shadow: 0 2px 13px 5px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  text-align: center;
}
.review-form__inner {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.review-form__logo {
  width: 173px;
  margin-bottom: 27px;
}
.review-form__title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #299B8E;
  margin-bottom: 11px;
}
.review-form__description {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.29;
  color: #394149;
  margin-bottom: 38px;
}
.review-form__field {
  margin-bottom: 20px;
}
.review-form__field:last-child {
  margin-bottom: 0;
}
.review-form__info {
  font-size: 12px;
  font-weight: 300;
  color: #7A8891;
  margin-top: 10px;
  line-height: 1.15;
}
.review-form__btn {
  margin-top: 30px;
  width: 230px;
  max-width: 100%;
}
.review-form__agreement {
  font-size: 12px;
  line-height: 1.15;
  color: #7A8891;
  margin-top: 18px;
}
@media (max-width: 1319px) {
  .review-form__title {
    font-size: 24px;
  }
  .review-form__description {
    margin-bottom: 17px;
  }
}
.base-pagination {
  display: flex;
  margin-top: 60px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.base-pagination__current {
  font-weight: 700;
  flex-shrink: 0;
}
.base-pagination__pages {
  display: flex;
  color: #7A8891;
  margin-left: auto;
  margin-right: auto;
}
.base-pagination__pages > a {
  cursor: pointer;
  text-decoration: none;
}
.base-pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 35px;
  display: flex;
  font-size: 20px;
  color: #c4c4c4;
  line-height: 1.2;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 5px;
}
.base-pagination__list:first-child {
  margin-left: 0;
}
.base-pagination__list:last-child {
  margin-right: 0;
}
.base-pagination__list li {
  margin: 0 5px;
}
.base-pagination__list li:first-child {
  margin-left: 0;
}
.base-pagination__list li:last-child {
  margin-right: 0;
}
.base-pagination__list a {
  text-decoration: none;
  padding: 0 5px;
  cursor: pointer;
}
.base-pagination__list a._active,
.base-pagination__list a:hover {
  color: #299B8E;
}
.base-pagination__list a._active {
  font-weight: 700;
}
.base-pagination__prev,
.base-pagination__next {
  width: 1em;
  text-align: center;
  cursor: pointer;
}
.base-pagination__prev svg,
.base-pagination__next svg {
  fill: currentColor;
  width: 0.5em;
  height: 1em;
  vertical-align: middle;
  margin-top: -0.1875em;
}
.base-pagination__prev:hover,
.base-pagination__next:hover {
  color: #299B8E;
}
.base-pagination__next svg {
  transform: scaleX(-1);
}
@media (max-width: 1319px) {
  .base-pagination {
    display: block;
    margin-top: 20px;
  }
  .base-pagination__current {
    font-size: 14px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .base-pagination__pages {
    justify-content: center;
  }
  .base-pagination__list {
    font: inherit;
    color: inherit;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.mobile-menu-panel {
  display: none;
  width: 100%;
  background-color: #299B8E;
  padding: 8px 27px;
}
.mobile-menu-panel__btn {
  display: inline-flex;
  text-align: left;
  font: inherit;
  letter-spacing: inherit;
  border: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  word-break: break-word;
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.mobile-menu-panel__btn svg {
  fill: currentColor;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  flex-shrink: 0;
}
@media (max-width: 1319px) {
  .mobile-menu-panel {
    display: flex;
  }
}
/**/
.review-card__header {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  margin-bottom: 3px;
}
.review-card__title,
.review-card__person {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
}
.review-card__title b,
.review-card__person b {
  font-weight: inherit;
}
.review-card__title img img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.review-card__person img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-card__body {
  display: flex;
}
.review-card__text-content {
  font-weight: 300;
}
.review-card__author {
  text-align: right;
  font-weight: 500;
}
.review-card__img {
  width: 210px;
  height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 24px;
  border: 1px solid #F6F8F7;
  margin-top: 6px;
  cursor: pointer;
}
.review-card__img::after {
  content: '';
  position: absolute;
  background: url(/images/icon-zoom.svg?da957c32f9385a379c578c7b677a9ae5) center / cover no-repeat;
  width: 72px;
  height: 72px;
}
.review-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1319px) {
  .review-card__header {
    flex-wrap: wrap;
  }
  .review-card__person {
    margin-left: auto;
    font-size: 14px;
    line-height: 1.15;
  }
  .review-card__person > div {
    display: flex;
    flex-direction: column;
  }
  .review-card__person b {
    color: #7A8891;
    font-weight: 400;
  }
  .review-card__body {
    display: block;
  }
  .review-card__img {
    margin: 9px auto;
  }
  .review-card__text {
    font-size: 14px;
  }
  .review-card__author {
    font-size: 12px;
    margin-top: 12px;
  }
}
.custom-slider {
  display: flex;
  flex-direction: column;
  width: 512px;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1319px) {
  .custom-slider {
    width: 100%;
    max-width: 512px;
  }
}
.custom-slider ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 0;
  padding: 10px 5px;
  justify-content: center;
}
.custom-slider ul li {
  cursor: pointer;
  position: relative;
  z-index: 2;
  height: 40px;
  width: calc(100% / 7 - 5px);
  transition: filter 0.2s, box-shadow 0.2s;
}
.custom-slider ul li:not(._active) {
  filter: grayscale(100%);
}
.custom-slider ul li._active {
  box-shadow: 0 0 0 1px #299B8E;
}
.custom-slider ul li ._img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.custom-slider .compare {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.custom-slider .compare .before,
.custom-slider .compare .after {
  position: absolute;
  width: 100%;
  height: 100%;
}
.custom-slider .compare .before > div,
.custom-slider .compare .after > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.custom-slider .compare .before img,
.custom-slider .compare .after img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-slider .compare .before {
  width: 50%;
  z-index: 2;
}
.custom-slider .compare .before::before {
  content: '';
  width: 4px;
  background-color: white;
  right: -2px;
  height: 100%;
  position: absolute;
  top: 0;
}
.custom-slider .compare .before::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: -25px;
  background: url(/images/two_arrow.png?2519c7cb28d23b63390cb3ef38721fa4) center / contain no-repeat;
}
.custom-slider .compare .before img {
  width: 200%;
}
.custom-slider .compare input {
  padding: 0;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}
.video-section {
  padding-top: 75px;
  padding-bottom: 80px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.video-section__card-wrap {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.video-section__card-wrap .video-section__card {
  flex-basis: 620px;
  flex-grow: 1;
  width: 0;
}
.video-section__card-text {
  flex-basis: 609px;
  flex-grow: 1;
  width: 0;
}
.video-section__card {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  outline: none;
}
.video-section__card:hover::after {
  transform: scale(1.3);
}
.video-section__card::before {
  content: '';
  padding-top: 56.25%;
  display: block;
  width: 100%;
}
.video-section__card::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(/images/video-play.svg?848c6f1912faa399f92ed1db98bec3eb) center / contain no-repeat;
  z-index: 5;
  transition: transform 0.2s;
}
.video-section__card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1319px) {
  .video-section__card-wrap {
    display: block;
  }
  .video-section__card-wrap .video-section__card {
    width: 100%;
  }
  .video-section__card-text {
    margin-top: 20px;
    width: 100%;
  }
}
.video-modal__ratio {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}
.video-modal__holder {
  position: absolute;
  inset: 0;
}
.video-modal__holder iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.sign-up-steps {
  padding-top: 44px;
  padding-bottom: 105px;
  background-color: #F6F8F7;
}
.sign-up-steps input {
  background-color: #F6F8F7;
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
.sign-up-steps select {
  outline: none;
  width: 100%;
  height: 46px;
  padding: 0 20px;
  background: #F6F8F7;
  border: 1px solid #C4C4C4;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
}
.sign-up-steps .choices {
  font-size: 16px;
  line-height: 24px;
}
.sign-up-steps .choices__inner {
  background-color: #F6F8F7;
  padding-left: 20px;
}
.sign-up-steps .choices__list--dropdown .choices__item {
  padding-left: 20px;
}
.sign-up-steps .choices__list--dropdown .choices__item::before {
  display: none;
}
@media (max-width: 1319px) {
  .sign-up-steps {
    padding-top: 24px;
    padding-bottom: 60px;
  }
}
.sign-up-steps ._top {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 16px;
  align-items: center;
  margin-bottom: 45px;
}
@media (max-width: 1319px) {
  .sign-up-steps ._top {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    text-align: center;
  }
  .sign-up-steps ._top img {
    margin: 0 auto;
  }
}
.sign-up-steps ._time-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 15px;
  justify-content: center;
}
.sign-up-steps ._time-list div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 36px;
  background-color: #F6F8F7;
  font-size: 18px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
}
.sign-up-steps ._time-list div:hover,
.sign-up-steps ._time-list div._active {
  color: white;
  background-color: #F58A07;
}
.sign-up-steps ._inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 34px;
}
@media (max-width: 1319px) {
  .sign-up-steps ._inner {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 47px;
  }
}
.sign-up-steps ._inner__card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  min-height: 532px;
  height: 100%;
  padding: 21px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  background-size: 100px 100px;
  background-position: center;
  background-repeat: no-repeat;
}
.sign-up-steps ._inner__card#step-2 {
  background-image: url(/images/step-bg-calendar.svg?087119f96e0cceba57932a56e61fb7f8);
}
.sign-up-steps ._inner__card#step-3 {
  background-image: url(/images/step-bg-time.svg?c268fb7869ddcc8b34f4945db338c179);
}
.sign-up-steps ._inner__card ._card-content {
  display: none;
}
.sign-up-steps ._inner__card._active {
  background-image: none!important;
}
.sign-up-steps ._inner__card._active ._card-content {
  display: block;
}
.sign-up-steps ._inner__card._big {
  grid-column: 1/4;
  display: grid;
  grid-template-columns: 500px auto 1fr;
  grid-gap: 28px;
  min-height: 386px;
}
@media (max-width: 1319px) {
  .sign-up-steps ._inner__card._big {
    grid-template-columns: 1fr;
    grid-gap: 23px;
  }
}
.sign-up-steps ._inner__card._big ._card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 29px;
}
@media (max-width: 1319px) {
  .sign-up-steps ._inner__card._big ._card {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.sign-up-steps ._inner__card._big ._card ._avatar {
  position: relative;
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  width: 210px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1319px) {
  .sign-up-steps ._inner__card._big ._card ._avatar {
    margin: 0 auto;
  }
}
.sign-up-steps ._inner__card._big ._card ._avatar img {
  max-width: 100%;
  border-radius: 10px;
}
.sign-up-steps ._inner__card._big ._card ._avatar ._social {
  position: absolute;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  justify-content: center;
  top: 10px;
  right: 10px;
}
.sign-up-steps ._inner__card._big ._card ._avatar ._social img {
  width: 23px;
}
.sign-up-steps ._inner__card._big ._card ._description {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 1319px) {
  .sign-up-steps ._inner__card._big ._card ._description {
    grid-gap: 10px;
  }
}
.sign-up-steps ._inner__card._big ._card ._links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -moz-column-gap: 12px;
       column-gap: 12px;
  height: -moz-fit-content;
  height: fit-content;
}
.sign-up-steps ._inner__card._big ._card ._links a {
  text-decoration: underline;
  color: #31BBAC;
  font-size: 16px;
}
.sign-up-steps ._inner__card._big ._contacts__item {
  padding: 11px 14px;
}
.sign-up-steps ._inner__card._big ._line {
  display: flex;
  width: 1px;
  height: 95%;
  background-color: #C4C4C4;
  margin: auto 0;
}
@media (max-width: 1319px) {
  .sign-up-steps ._inner__card._big ._line {
    display: none;
  }
}
.sign-up-steps ._inner__card._big ._contacts {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 35px;
  margin: auto 0;
}
@media (max-width: 1319px) {
  .sign-up-steps ._inner__card._big ._contacts {
    grid-gap: 20px;
  }
}
.sign-up-steps ._inner__card._big ._contacts__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #F6F8F7;
  border: 1px solid #C4C4C4;
}
.sign-up-steps ._inner__card._big ._contacts__top > h3 {
  padding: 11px 18px;
}
@media (max-width: 1319px) {
  .sign-up-steps ._inner__card._big ._contacts__top {
    flex-direction: column;
    row-gap: 9px;
    justify-content: flex-start;
    align-items: flex-start;
    height: -moz-fit-content;
    height: fit-content;
    padding: 11px 20px;
    border: 1px solid #31BBAC;
  }
}
.sign-up-steps ._inner__card._big ._contacts__top ._line {
  display: flex;
  width: 1px;
  height: 60%;
  background-color: #C4C4C4;
}
@media (max-width: 1319px) {
  .sign-up-steps ._inner__card._big ._contacts__top ._line {
    display: none;
  }
}
.sign-up-steps ._inner__card._big ._contacts__top ._address {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.sign-up-steps ._inner__card._big ._contacts__top ._address img {
  margin-top: -3px;
}
.sign-up-steps ._inner__card._big ._contacts__top ._address p {
  line-height: 1;
}
.sign-up-steps ._inner__card._big ._contacts__center {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  align-items: flex-end;
}
@media (max-width: 1319px) {
  .sign-up-steps ._inner__card._big ._contacts__center {
    grid-template-columns: repeat(1, 1fr);
  }
  .sign-up-steps ._inner__card._big ._contacts__center .personal-page__paragraph {
    text-align: center;
  }
}
@media (max-width: 1319px) {
  .sign-up-steps ._inner__card._big ._contacts__bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.sign-up-steps ._inner__card._big ._contacts__bottom .help-form3__text2 {
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
  align-items: flex-start;
  margin-top: 14px;
}
.sign-up-steps ._inner__card._big ._contacts__bottom .help-form3__text2 input {
  margin: 5px 0 0;
}
@media (max-width: 1319px) {
  .sign-up-steps ._inner__card._big ._contacts__bottom .help-form3__text2 input {
    margin: 3px 0 0;
  }
}
@media (max-width: 1319px) {
  .sign-up-steps ._inner__card {
    min-height: 320px;
    padding: 21px 20px;
  }
  .sign-up-steps ._inner__card._big {
    grid-column: 1/2;
  }
}
.sign-up-steps ._inner__card ._top {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 13px;
       column-gap: 13px;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 41px;
}
@media (max-width: 1319px) {
  .sign-up-steps ._inner__card ._top {
    margin-bottom: 20px;
  }
}
.sign-up-steps ._inner__card ._top ._title {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 123px;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 54px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2px 11px;
  background: #FFFFFF;
  border: 1px solid #F6F8F7;
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.sign-up-steps ._inner__card ._top ._title img {
  width: 37px;
  height: auto;
}
.sign-up-steps ._inner__card ._top ._title h3 {
  position: relative;
  white-space: nowrap;
  padding-left: 17px;
}
.sign-up-steps ._inner__card ._top ._title h3:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 6px;
  background-color: #D8D4D4;
}
.sign-up-steps ._inner__card ._center-input {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.sign-up-steps ._inner__card ._input {
  outline: none;
  display: flex;
  align-items: center;
  width: 100%;
  background: #F6F8F7;
  border: 1px solid #C4C4C4;
}
.sign-up-steps .appointment-services-list,
.sign-up-steps .appointment-resources-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sign-up-steps .appointment-services-list--scroll {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 6px;
}
.sign-up-steps .appointment-services-list--scroll::-webkit-scrollbar {
  width: 6px;
}
.sign-up-steps .appointment-services-list--scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}
.sign-up-steps .appointment-services-list--scroll::-webkit-scrollbar-track {
  background: transparent;
}
.sign-up-steps .appointment-resources-list--scroll {
  max-height: 150px;
  overflow-y: auto;
  padding-right: 6px;
}
.sign-up-steps .appointment-resources-list--scroll::-webkit-scrollbar {
  width: 6px;
}
.sign-up-steps .appointment-resources-list--scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}
.sign-up-steps .appointment-resources-list--scroll::-webkit-scrollbar-track {
  background: transparent;
}
.sign-up-steps .appt-select-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 14px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
}
.sign-up-steps .appt-select-item--selected {
  border-color: #299B8E;
  background: #eff6ff;
}
.sign-up-steps .appt-select-item__radio {
  display: none;
}
.sign-up-steps .appt-select-item__body {
  flex: 1;
  min-width: 0;
}
.sign-up-steps .appt-select-item__name {
  font-weight: 600;
  font-size: 14px;
}
.sign-up-steps .appt-select-item__meta {
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
}
.sign-up-steps .appt-select-item__meta--mt4 {
  margin-top: 4px;
}
.sign-up-steps .appt-select-item__check {
  color: #299B8E;
  font-size: 18px;
}
.sign-up-steps .appt-dates-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 15px;
  justify-content: center;
}
.sign-up-steps .appt-date-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 45px;
  background-color: #F6F8F7;
  border: none;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1;
  color: #1e293b;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s;
}
.sign-up-steps .appt-date-btn:hover {
  background-color: #f58a07;
  color: #fff;
}
.sign-up-steps .appt-date-btn--selected {
  background-color: #299B8E;
  color: #fff;
}
.sign-up-steps .appt-date-btn--selected:hover {
  background-color: #299B8E;
}
.sign-up-steps .appt-date-btn__day {
  opacity: 0.8;
}
.sign-up-steps .appt-time-slot {
  cursor: pointer;
}
.sign-up-steps .appt-time-slot--selected {
  background: #299B8E !important;
  color: #fff !important;
  border-color: #299B8E !important;
}
.sign-up-steps .appt-info-box {
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}
.sign-up-steps .appt-info-box__label {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 4px;
}
.sign-up-steps .appt-info-box__value {
  font-size: 14px;
  font-weight: 600;
}
.sign-up-steps .appt-section-label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sign-up-steps .appt-hint {
  color: #6b7280;
  font-size: 14px;
}
.sign-up-steps .appt-hint--padded {
  padding: 6px 0;
}
.sign-up-steps .appt-card-flex {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sign-up-steps .appt-step-title {
  text-align: left;
}
.sign-up-steps .appt-step--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.sign-up-steps .appt-doc-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #94a3b8;
}
.sign-up-steps .appt-booking-error {
  background: #fee2e2;
  border: 1px solid #fca5a5;
  border-radius: 6px;
  padding: 10px 14px;
  color: #dc2626;
  font-size: 14px;
  margin-bottom: 12px;
}
.sign-up-steps .appt-field-error {
  color: #dc2626;
  font-size: 12px;
  display: block;
  margin-top: -8px;
  margin-bottom: 4px;
}
.sign-up-steps input.is-invalid::-moz-placeholder {
  color: #dc2626;
  opacity: 1;
}
.sign-up-steps input.is-invalid::placeholder {
  color: #dc2626;
  opacity: 1;
}
.sign-up-steps input.is-invalid {
  border-color: #dc2626;
  color: #dc2626;
}
.sign-up-steps select.is-invalid {
  color: #dc2626;
  border-color: #dc2626;
}
.sign-up-steps .appt-success-center {
  display: flex;
  justify-content: center;
}
.sign-up-steps .appt-success-box {
  background: #f0fff4;
  border: 1px solid #34d399;
  border-radius: 8px;
  padding: 32px 28px;
  max-width: 540px;
  width: 100%;
  text-align: center;
}
.sign-up-steps .appt-success-icon {
  font-size: 48px;
  margin-bottom: 12px;
}
.sign-up-steps .appt-success-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.sign-up-steps .appt-success-desc {
  color: #374151;
  font-size: 15px;
  margin-bottom: 20px;
}
.sign-up-steps .appt-success-details {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
  text-align: left;
  font-size: 14px;
  line-height: 2;
}
.sign-up-steps .appt-muted {
  color: #6b7280;
}
.sign-up-steps .appt-success-btn {
  margin-top: 20px;
}
/**/
.header {
  height: var(--header-offset, 0);
}
.header__inner {
  background: #f6f8f7;
  font-size: 14px;
  color: #333333;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 50;
  top: 0;
  left: 0;
  will-change: contents;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1319px) {
  .header__inner {
    box-shadow: none;
  }
}
.header._fixed .header__inner {
  position: fixed;
  z-index: 200;
  right: var(--scrollbar-offset, 0px);
}
@media (min-width: 1320px) {
  .header._small .header__content {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .header._small .header__logo img {
    height: 42px;
  }
  .header._small .header__phone-text {
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
  }
  .header._small .header__menu-content {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.header__content {
  padding-top: 18px;
  padding-bottom: 18px;
  transition-property: padding-top, padding-bottom;
  transition-duration: 0.2s;
}
@media (max-width: 1319px) {
  .header__content {
    padding-top: 9px;
    padding-bottom: 9px;
    display: flex;
  }
  .header__content .row {
    flex-grow: 1;
  }
}
.header .close {
  display: none;
}
.header__logo {
  display: flex;
  justify-content: flex-start;
  width: 188px;
}
.header__logo img {
  max-width: 100%;
  width: auto;
  height: 60px;
  transition: height 0.2s;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1319px) {
  .header__logo {
    width: 110px;
    position: absolute;
    justify-content: center;
    left: 50%;
    margin-left: -55px;
  }
  .header__logo img {
    height: 35px;
  }
}
@media (max-width: 320px) {
  .header__logo img {
    height: 30px;
  }
}
@media (max-width: 1319px) {
  .header__phone {
    display: none;
  }
}
.header__phone-number {
  font: bold 30px/1 'Montserrat', sans-serif;
  color: #333333;
  text-decoration: none;
  letter-spacing: 0.3px;
  display: inline-block;
  position: relative;
}
.header__phone-number:hover {
  color: #333333;
}
.header__phone-text {
  display: block;
  color: #7A8891;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-size: 12px;
  transition-property: margin-top, opacity, visibility;
  transition-duration: 0.2s;
}
.header__btn-online {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  background: #f58a08;
}
@media (hover: hover) and (pointer: fine) {
  .header__btn-online:hover {
    opacity: 0.9;
    color: #fff;
  }
}
.header__personal {
  color: #219b90;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header__personal-icon {
  width: 43px;
  height: 43px;
  display: block;
  background: url(/images/icon-personal.svg?5c65f0bec1153f17c13ee92d7536c1fb) no-repeat 50% 50%;
  background-size: 100% auto;
  margin-bottom: -3px;
}
@media (max-width: 1319px) {
  .header__personal-icon {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1319px) {
  .header__personal {
    font-size: 0;
  }
}
.header__address-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 24px;
}
.header__address-link:after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: url(/images/icon-arrow.svg?98ac0542a56d7dd75baac9a57fd79234) no-repeat 50% 50%;
  background-size: 100% auto;
  margin-left: 5px;
}
.header__address-link[aria-expanded="true"]:after {
  content: "";
  background: url(/images/icon-address-close.svg?6ba45c31dd0042c30ab1a8b6c78af4e8) no-repeat 0 0;
  width: 24px;
  height: 24px;
}
.header__address-link.open:after {
  transform: rotate(180deg);
}
.header__lang {
  background: #a8dfd9;
  box-shadow: 0px -1px rgba(97, 97, 97, 0.4);
  border-radius: 18px;
  padding: 5px;
  display: flex;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 1319px) {
  .header__lang {
    background: none;
    box-shadow: none;
    display: block;
  }
}
.header__lang-link,
.header__lang-link:hover {
  text-decoration: none;
  padding: 2px 5px;
  color: #219b90;
  font-size: 14px;
}
@media (max-width: 1319px) {
  .header__lang-link,
  .header__lang-link:hover {
    opacity: 0;
    transition: opacity 0.3s;
    background: url(/images/lang-bg.png?660e715817bb2875d0779cb1a655baa0) no-repeat 0 0;
    position: absolute;
    font-size: 18px;
    top: 25px;
    left: 5px;
    width: 35px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1319px) {
  .header__lang-link.opened {
    opacity: 1;
  }
}
.header__lang-link-active {
  text-decoration: none;
  padding: 2px 5px;
  font-size: 14px;
  color: #6f6f6f !important;
  background: #fff;
  border-radius: inherit;
  box-shadow: 0px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1319px) {
  .header__lang-link-active {
    display: block;
    background: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 1;
    color: #209a8f;
  }
}
.header__menu {
  background: #fff;
}
@media (max-width: 1319px) {
  .header__menu {
    display: none;
  }
}
.header__menu-content {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  transition-property: padding-top, padding-bottom;
  transition-duration: 0.2s;
}
.header__menu nav {
  padding-left: 14px;
  font-size: 16px;
  font-weight: 500;
}
.header__menu nav a {
  text-decoration: none;
}
.header__menu nav a:hover {
  opacity: 0.8;
}
.header__menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header__menu ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header__menu .help-form {
  display: none;
}
.header__menu .help-form__container {
  padding-top: 35px;
  padding-bottom: 100px;
}
@media (max-width: 1319px) {
  .header__menu .help-form {
    display: block;
    background: none;
    padding-top: 0;
  }
}
.header__search {
  width: 215px;
}
.header__search .search-field__input {
  font-size: 14px;
  line-height: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__popup {
  display: block;
  position: absolute;
  left: var(--bs-gutter-x, 0.75rem);
  top: 0;
  right: var(--bs-gutter-x, 0.75rem);
  background: #fff;
  border-radius: 0 0 10px 10px;
  z-index: 100;
  box-sizing: border-box;
  box-shadow: 0px 3px 7px rgba(97, 97, 97, 0.1);
  text-align: left;
  color: #68747C;
  font-size: 14px;
  line-height: 1.2;
}
.header__popup .header__popup-c {
  padding: 30px 0 35px 125px;
}
@media (max-width: 1319px) {
  .header__popup .header__popup-c {
    padding: 15px;
  }
}
.header__popup img {
  width: 12px;
  margin-right: 5px;
}
.header__popup-title {
  font-size: 18px;
  font-weight: 500;
  color: #209a8f;
  margin-bottom: 12px;
}
.header__popup-address {
  margin-bottom: 15px;
}
.header__popup-phone {
  margin-bottom: 12px;
}
.header__popup-schedule {
  background: url(/images/icon-clock1.svg?5c284ea0f7fed7254bb5456d1cfed5a7) no-repeat 0 0;
  padding: 0 20px;
}
.header__xs-menu-icon {
  display: none;
  flex-shrink: 0;
}
@media (max-width: 1319px) {
  .header__xs-menu-icon {
    display: block;
    padding: 7px 0;
    cursor: pointer;
    width: 35px;
    float: left;
  }
  .header__xs-menu-icon path {
    fill: #299B8E;
  }
}
.header__xs-search {
  display: none;
}
@media (max-width: 1319px) {
  .header__xs-search {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: url(/images/icon-header-search.svg?a9e9870701a0e4379029204d055437c7) no-repeat 50%;
  }
}
.header__xs-search-form {
  width: 0;
  height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.header__xs-search-form-btn {
  display: inline-flex;
  text-align: left;
  font: inherit;
  letter-spacing: inherit;
  border: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  word-break: break-word;
  cursor: pointer;
  width: 50px;
  height: 35px;
  background: url(/images/icon-header-search1.svg?042b8ebe7e31d867a0b39820a2159ffd) no-repeat 50% 50%;
}
.header__xs-phone {
  display: none;
}
@media (max-width: 1319px) {
  .header__xs-phone {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: url(/images/icon-header-phone.svg?e7f0235fa5755f4f5e6f3b083f9d01ed) no-repeat 50%;
  }
}
@media (max-width: 1319px) {
  .header.header-search .header__inner {
    background: #299B8E;
    z-index: 200;
  }
  .header.header-search .header__xs-phone,
  .header.header-search .header__logo,
  .header.header-search .header__personal,
  .header.header-search .header__lang,
  .header.header-search .header__xs-search {
    display: none;
  }
  .header.header-search .header__xs-search-form {
    margin-left: 15px;
    width: calc(100% - 50px);
    height: auto;
    position: relative;
    overflow: visible;
  }
  .header.header-search .header__xs-search-form input::-moz-placeholder {
    color: #fff;
  }
  .header.header-search .header__xs-search-form input::placeholder {
    color: #fff;
  }
  .header.header-search .header__xs-search-form-input {
    background: none;
    border: none;
    width: calc(100% - 50px);
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 4px 30px 4px 0;
  }
  .header.header-search .header__xs-search-form-clear {
    display: inline-flex;
    text-align: left;
    font: inherit;
    letter-spacing: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    word-break: break-word;
    position: absolute;
    right: 55px;
    top: 7px;
    cursor: pointer;
    display: none;
  }
  .header.header-search .header__xs-search-form .search-result {
    position: absolute;
    z-index: 51;
    top: 44px;
    left: -20px;
    width: calc(100% - 10px);
    background: #fff;
    display: none;
    text-align: left;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - var(--header-offset, 0) - 200px);
  }
  @supports (scrollbar-width: thin) {
    .header.header-search .header__xs-search-form .search-result {
      scrollbar-color: #C8D7D9 #EDEDED;
      scrollbar-width: thin;
    }
  }
  .header.header-search .header__xs-search-form .search-result::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #EDEDED;
  }
  .header.header-search .header__xs-search-form .search-result::-webkit-scrollbar-thumb {
    background-color: #C8D7D9;
    border-radius: 20px;
  }
  .header.header-search .header__xs-search-form .search-result::-webkit-resizer,
  .header.header-search .header__xs-search-form .search-result::-webkit-scrollbar-button,
  .header.header-search .header__xs-search-form .search-result::-webkit-scrollbar-corner {
    display: none;
  }
  .header.header-search .header__xs-search-form .search-result__title {
    background: #D8EFF2;
    padding: 7px 20px;
    font-weight: 700;
  }
  .header.header-search .header__xs-search-form .search-result__list {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
  }
  .header.header-search .header__xs-search-form .search-result__list li {
    padding: 8px 20px;
    border: 1px solid #EDF2F6;
    cursor: pointer;
  }
  .header.header-search .header__xs-menu-icon path {
    fill: #fff;
  }
  .header.header-search::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: var(--scrollbar-offset, 0px);
    bottom: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 1319px) {
  .header-open .header__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: inherit;
    z-index: 200;
    height: var(--header-offset, 0);
  }
  .header-open .header__content .header__lang {
    display: none;
  }
  .header-open .header__xs-menu-icon,
  .header-open .header__xs-search,
  .header-open .header__xs-phone,
  .header-open .header__personal {
    display: none;
  }
  .header-open .header__lang {
    height: 28px;
    display: flex;
    margin: 0;
    padding: 0;
    font-weight: 500;
    align-items: center;
  }
  .header-open .header__lang > * {
    margin-right: 20px;
  }
  .header-open .header__lang > *:last-child {
    margin-right: 0;
  }
  .header-open .header__lang-link {
    background: none;
    position: static;
    opacity: 1 !important;
    line-height: 1;
    color: inherit;
    padding: 0;
    height: auto;
    width: auto;
  }
  .header-open .header__lang-link-active {
    color: #209a8f !important;
    padding: 0;
  }
  .header-open .header__menu {
    display: block;
    margin: 0;
    padding-top: var(--header-offset, 0);
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
  }
  @supports (scrollbar-width: thin) {
    .header-open .header__menu {
      scrollbar-color: #C8D7D9 #EDEDED;
      scrollbar-width: thin;
    }
  }
  .header-open .header__menu::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #EDEDED;
  }
  .header-open .header__menu::-webkit-scrollbar-thumb {
    background-color: #C8D7D9;
    border-radius: 20px;
  }
  .header-open .header__menu::-webkit-resizer,
  .header-open .header__menu::-webkit-scrollbar-button,
  .header-open .header__menu::-webkit-scrollbar-corner {
    display: none;
  }
  .header-open .header__menu-mob-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }
  .header-open .header__search {
    width: 100%;
  }
  .header-open .header__search .search-field__input {
    padding-left: 30px;
  }
  .header-open .header__search .search-field__btn {
    background-image: url(/images/icon-search1.svg?710bd92cbbf8b2cedc417c0d0a930123);
  }
  .header-open .close {
    display: block;
    top: 13px;
    background-color: transparent;
    right: 15px;
  }
  .header-open .header__address-link[aria-expanded=true]:after {
    background-image: url(/images/icon-arrow.svg?98ac0542a56d7dd75baac9a57fd79234);
    background-position: 100% 80%;
    transform: rotate(180deg);
  }
  .header-open .b2 {
    max-width: 700px;
    margin: 0 auto;
    flex-wrap: wrap!important;
  }
  .header-open .b2 .col-auto {
    width: 100%;
    padding: 0;
  }
  .header-open .b2 .col {
    padding: 0;
  }
  .header-open .header__popup {
    position: relative;
    top: -5px;
    left: 0;
    box-shadow: none;
    padding: 0 10px;
    width: auto;
    max-width: 375px;
    margin: 0 auto;
  }
  .header-open .header__popup-schedule {
    padding-bottom: 25px;
  }
  .header-open .header__popup .col-lg-4 {
    width: 100%;
  }
  .header-open .header__menu ul {
    flex-direction: column;
    text-align: left;
    padding: 25px 30px 10px;
    max-width: 375px;
    margin: 0 auto;
  }
  .header-open .header__menu ul li {
    margin-bottom: 17px;
    font-weight: 500;
  }
}
.header-banner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-banner__content {
  background: #F58C8C;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 15px;
}
@media (max-width: 1319px) {
  .header-banner__content {
    flex-direction: column;
  }
}
.header-banner__title {
  padding: 5px 30px 5px 15px;
  border-radius: 5px 0 0 5px;
  margin-right: 30px;
  height: 34px;
  background: url(/images/warning-bg.png?ff58460c058138ad87fd82a2db1a4cef) no-repeat 100% 0;
}
.header-banner__title img {
  margin-right: 5px;
}
@media (max-width: 1319px) {
  .header-banner__title {
    margin-right: 0;
  }
}
.header-banner p {
  margin: 0;
  color: #fff;
  font-size: 17px;
}
@media (max-width: 1319px) {
  .header-banner p {
    font-size: 14px;
    line-height: 1.2;
    padding: 5px;
    text-align: center;
  }
}
.footer {
  background: #299B8E;
  padding: 25px 0 40px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  position: relative;
  width: 100%;
}
@media (max-width: 1319px) {
  .footer .position-relative {
    position: static !important;
  }
}
@media (max-width: 1319px) {
  .footer {
    padding-top: 35px;
    padding-bottom: 180px;
  }
  .footer .col-4 {
    width: 100%;
  }
}
.footer__logo {
  width: 128px;
  display: block;
}
@media (max-width: 1319px) {
  .footer__logo {
    margin: 0 auto;
  }
}
.footer__desc {
  padding: 25px 30px 0 0;
  font-weight: 300;
  line-height: 1.3;
  text-align: justify;
}
@media (max-width: 1319px) {
  .footer__desc {
    display: none;
  }
}
.footer__search {
  position: relative;
  margin: 32px 35px 0 0;
}
.footer__search input::-moz-placeholder {
  color: #fff;
}
.footer__search input::placeholder {
  color: #fff;
}
@media (max-width: 1319px) {
  .footer__search {
    display: none;
  }
}
.footer__search-input {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 20px;
  width: 100%;
  height: 36px;
  padding: 5px 50px 5px 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.footer__search-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: url(/images/icon-footer-search.svg?815fa8a8684c9699acdb576690f2c1d9) no-repeat 50% 50%;
  width: 50px;
  height: 100%;
}
.footer__error-btn {
  margin: 25px 0 28px;
  background: none;
  border: 1px solid #fff;
  padding: 12px 35px;
  border-radius: 25px;
  color: #fff;
}
@media (max-width: 1319px) {
  .footer__error-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
.footer__popup {
  position: absolute;
  width: calc(100% - 15px);
  z-index: 100;
  border-radius: 10px;
  background: #fff;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #7A8891;
  max-width: 800px;
}
@media (max-width: 1319px) {
  .footer__popup {
    bottom: 50px;
    top: auto;
  }
}
.footer__popup-form {
  padding: 25px 35px 25px 35px;
}
.footer__popup-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #299B8E;
  padding-bottom: 15px;
}
.footer__popup-textarea {
  resize: none;
}
.footer__popup-text {
  padding: 15px 0 7px;
}
.footer__popup-text1 {
  font-size: 12px;
  padding: 7px 0 21px;
}
.footer__popup-text2 {
  padding-top: 20px;
  font-size: 12px;
}
.footer__popup-text2 a,
.footer__popup-text2 a:hover {
  color: inherit;
}
.footer__popup-btn {
  border: none;
  background: #67CCC1;
  padding: 10px 45px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .footer__popup-btn:hover {
    opacity: 0.7;
  }
}
.footer__popup-success {
  text-align: center;
  padding: 218px 0;
  color: #6f6f6f;
  font-size: 20px;
}
.footer__popup .base-checkbox {
  margin-bottom: 13px;
}
.footer .footer__popup.collapse {
  height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}
.footer .footer__popup.collapsing {
  height: 0;
  transition: opacity 0.35s ease;
}
.footer .footer__popup.show {
  opacity: 1;
  height: auto;
}
.footer__address {
  padding: 30px 30px 30px 0;
}
.footer__address strong {
  font-weight: 500;
}
.footer__address-title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer__address-item {
  margin-bottom: 15px;
}
@media (max-width: 1319px) {
  .footer__address-item {
    font-weight: 300;
  }
}
@media (max-width: 1319px) {
  .footer__address {
    padding-right: 0;
    padding-bottom: 15px;
    text-align: center;
  }
}
.footer__phone {
  font-size: 12px;
  padding-bottom: 40px;
}
@media (max-width: 1319px) {
  .footer__phone {
    text-align: center;
    padding-bottom: 30px;
  }
}
.footer__phone-number {
  font-size: 24px;
  font-weight: 700;
}
.footer__schedule {
  line-height: 1.3;
}
.footer__schedule-title {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1319px) {
  .footer__schedule {
    text-align: center;
  }
}
.footer__menu {
  padding: 30px 10px 23px;
}
@media (max-width: 1319px) {
  .footer__menu {
    padding-top: 45px;
    max-width: 800px;
    margin: 0 auto;
  }
}
.footer__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1319px) {
  .footer__menu-list {
    padding-left: 0;
    padding-top: 45px;
  }
}
.footer__menu-list li {
  padding-bottom: 10px;
}
.footer__menu-list a,
.footer__menu-list a {
  color: inherit;
  text-decoration: none;
}
.footer__menu-list a:hover {
  color: #c1c68c;
}
@media (max-width: 1319px) {
  .footer__menu {
    display: flex;
    flex-direction: column;
  }
  .footer__menu .order-xs-1 {
    order: 1;
  }
  .footer__menu .order-xs-2 {
    order: 2;
  }
  .footer__menu .order-xs-3 {
    order: 3;
  }
  .footer__menu .order-xs-4 {
    order: 4;
  }
  .footer__menu .order-xs-5 {
    order: 5;
  }
}
.footer__tab {
  border-top: 1px solid #fff;
  margin: 0 30px;
}
@media (max-width: 1319px) {
  .footer__tab {
    margin: 0;
  }
}
.footer__tab button {
  width: 100%;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  text-align: left;
  font-size: 16px;
  padding: 0;
  color: inherit;
}
.footer__tab button:after {
  content: "";
  display: block;
  background: url(/images/icon-footer-arrow.svg?1f789e22a30748c7230ec5e653444e42) no-repeat 100% 50%;
  width: 12px;
  height: 6px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.footer__tab button[aria-expanded="false"]:after {
  transform: rotate(180deg);
}
.footer__tab .footer__menu-list {
  margin-top: 10px;
  padding-left: 0;
}
.footer__tab .footer__menu-list a {
  font-weight: 300;
  color: #9fefe6;
}
.footer__tab .footer__menu-list a:hover {
  color: #fff;
}
.footer__tab .footer__menu-list-all {
  font-weight: 400;
  margin-top: 5px;
  display: inline-block;
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 1319px) {
  .footer__tab .footer__menu-list {
    padding-top: 0;
  }
}
.footer__soc {
  padding: 40px 0 0;
  font-weight: 300;
}
@media (max-width: 1319px) {
  .footer__soc {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 130px;
  }
}
.footer__soc a {
  margin: 10px 17px 0 0;
  display: inline-block;
}
@media (max-width: 1319px) {
  .footer__soc a {
    margin: 10px 10px;
  }
}
@media (max-width: 1319px) {
  .footer__copyright {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
}
@media (max-width: 1319px) {
  .footer .order-xs-1 {
    order: 1;
  }
}
@media (max-width: 1319px) {
  .footer .order-xs-2 {
    order: 2;
  }
}
@media (max-width: 1319px) {
  .footer .col-auto {
    width: 100%;
  }
}
.scroll-block {
  position: fixed;
  z-index: 100;
  right: calc(var(--scrollbar-offset, 0px) + 13px);
  bottom: 100px;
  opacity: 0;
  transition: opacity 0.5s;
}
.scroll-block a {
  width: 55px;
  height: 60px;
  cursor: pointer;
  display: block;
}
.scroll-block__to-top {
  background: url(/images/icon-to-top.svg?5ea0e94bc2c8487aa89cc962ae03014b) no-repeat 50%;
}
.scroll-block__mes {
  background: url(/images/icon-message.svg?b37a7028640f89ed70577105b37827e6) no-repeat 50%;
}
.scroll-block__telegram {
  background: url(/images/icon-telegram.svg?ab2e688dc75e9e2c6e935f388c97384b) no-repeat 50%;
}
.scroll-block__phone {
  background: url(/images/icon-phone.svg?53dc9428b627af1a231772ae07b7a7b4) no-repeat 50%;
}
.scroll-block__wa {
  background: url(/images/icon-wa.svg?65456d6cade672d0316073b7233b58c0) no-repeat 50%;
}
@media (max-width: 1319px) {
  .scroll-block {
    right: calc(var(--scrollbar-offset, 0px) + 10px);
  }
}
.scroll-block.show {
  opacity: 1;
}
.banner {
  margin-bottom: 50px;
}
@media (max-width: 1319px) {
  .banner {
    margin-bottom: 40px;
  }
}
.banner__img {
  height: 570px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1319px) {
  .banner__img {
    height: 470px;
    background-position: center center;
  }
}
@media (max-width: 800px) {
  .banner__img {
    height: 370px;
  }
}
@media (max-width: 660px) {
  .banner__img {
    height: 280px;
  }
}
@media (max-width: 500px) {
  .banner__img {
    height: 200px;
  }
}
@media (max-width: 375px) {
  .banner__img {
    height: 224px;
  }
}
.banner .bg-main {
  background-image: url(/images/banner.jpg?95ab18fe9215abfd93956bb5c62fa11e);
}
@media (max-width: 375px) {
  .banner .bg-main {
    background-image: url(/images/banner-mobile.jpg?84c428f8a3d5121cb8523c82bdbcdc92);
    height: 224px;
  }
}
.banner .bg-hirurg {
  background-image: url(/images/banner_hirurg.jpg?24e4732df8d73ed8fc4ad76b91c1f449);
}
.banner__menu {
  display: flex;
  margin: -160px 0 0;
  justify-content: space-around;
  position: relative;
  z-index: 10;
}
@media (max-width: 1319px) {
  .banner__menu {
    margin: -25px -10px 0;
    flex-wrap: wrap;
  }
}
.banner__menu-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0.55%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
  display: block;
  width: calc(25% - 15px);
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.7), 3px 4px 20px rgba(0, 0, 0, 0.25);
  padding-bottom: 40px;
  border-radius: 10px;
}
@media (max-width: 1319px) {
  .banner__menu-item {
    width: calc(50% - 10px);
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  }
}
.banner__menu-item-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 120px;
}
@media (max-width: 1319px) {
  .banner__menu-item-img {
    height: 64px;
    margin-bottom: 10px;
  }
  .banner__menu-item-img img {
    height: 56px;
  }
}
@media (max-width: 1319px) {
  .banner__menu-item:nth-child(4) .banner__menu-item-img {
    height: 54px;
  }
  .banner__menu-item:nth-child(4) .banner__menu-item-img img {
    height: 46px;
  }
}
.banner__menu-item:hover {
  color: inherit;
}
.banner__menu-item:nth-child(1):hover {
  background: rgba(150, 221, 212, 0.8);
}
.banner__menu-item:nth-child(2):hover {
  background: rgba(232, 203, 151, 0.8);
}
.banner__menu-item:nth-child(3):hover {
  background: rgba(225, 190, 189, 0.8);
}
.banner__menu-item:nth-child(4):hover {
  background: rgba(164, 198, 237, 0.8);
}
.content-block {
  padding-top: 75px;
  padding-bottom: 80px;
}
.specialization {
  padding-top: 50px;
  padding-bottom: 60px;
}
.specialization__content-text {
  margin-bottom: 15px;
}
.specialization__list-title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.3334;
}
.specialization__list {
  padding-left: 25px;
}
.specialization__list a {
  text-decoration: none;
}
.reviews {
  padding-top: 66px;
  padding-bottom: 80px;
}
.reviews__content {
  display: flex;
  -moz-column-gap: 70px;
       column-gap: 70px;
  align-items: flex-start;
}
.reviews__content._empty {
  -moz-column-gap: 115px;
       column-gap: 115px;
  padding-top: 28px;
}
.reviews__empty-img {
  flex: 1;
  align-self: center;
  margin-right: -135px;
}
.reviews__empty-img img {
  width: 100%;
}
.reviews__list-wrap {
  flex: 1;
  width: 0;
}
.reviews__list-top {
  margin-bottom: 16px;
}
.reviews__top-btn {
  font-size: 18px;
  font-weight: 500;
}
.reviews__show-more {
  margin-top: 50px;
  display: flex;
}
.reviews__show-more-btn {
  flex-basis: 240px;
}
.reviews__item:not(:first-child) {
  border-top: 1px solid #C4C4C4;
  margin-top: 30px;
  padding-top: 14px;
}
.reviews__form {
  flex-shrink: 0;
}
@media (max-width: 1319px) {
  .reviews {
    padding-top: 30px;
  }
  .reviews__content {
    flex-direction: column;
  }
  .reviews__list-top {
    text-align: center;
  }
  .reviews__list-wrap {
    width: 100%;
  }
  .reviews__form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
  }
  .reviews__item:not(:first-child) {
    border: 0;
    margin-top: 40px;
    padding-top: 0;
  }
  .reviews__show-more {
    margin-top: 20px;
    justify-content: center;
  }
  .reviews__content._empty {
    padding-top: 0;
  }
  .reviews__content._empty .reviews__form {
    margin-top: 0;
  }
  .reviews__empty-img {
    order: -1;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
}
.directions {
  padding-top: 37px;
}
@media (max-width: 1319px) {
  .directions {
    padding-top: 0;
  }
}
.directions__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 43px;
}
@media (max-width: 1319px) {
  .directions__title {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.directions__book {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  padding-left: 55px;
  background: #67cdc2 url(/images/icon-book.svg?9a64b757ae02acb212c0a27ec924a160) no-repeat 17px 50%;
}
@media (hover: hover) and (pointer: fine) {
  .directions__book:hover {
    opacity: 0.9;
    color: #fff;
  }
}
@media (max-width: 1319px) {
  .directions__book {
    width: 335px;
    background-position: 45px 50%;
  }
}
@media (max-width: 1319px) {
  .directions__row {
    display: none;
  }
}
@media (max-width: 1319px) {
  .directions .tab-content-first > .active {
    display: none;
  }
}
@media (max-width: 1319px) {
  .directions .tab-content-first > .show,
  .directions .tab-content-first > .collapsing {
    display: block !important;
  }
}
.directions__xs-nav {
  display: none;
}
@media (max-width: 1319px) {
  .directions__xs-nav {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 13px 20px 13px 30px;
    color: #394149;
    text-align: center;
    line-height: 1;
    border-radius: 0;
    border: 1px solid #D8D4D4;
  }
}
.directions__xs-nav svg {
  stroke: #C4C4C4;
  float: right;
  margin-top: 3px;
}
.directions__xs-nav[aria-expanded="true"] {
  background: #299B8E;
  color: #fff;
}
.directions__xs-nav[aria-expanded="true"] svg {
  transform: rotate(180deg);
  stroke: #fff;
}
.directions__nav {
  background: #f3f3f3;
  border-radius: 20px;
  float: left;
  box-shadow: inset 0 1px 1px rgba(97, 97, 97, 0.2), inset 0 1px 2px rgba(97, 97, 97, 0.2);
  margin: 0 0 35px;
}
.directions__nav button {
  background: none;
  border: none;
  padding: 8px 23px;
  border-radius: inherit!important;
  transition-property: background-color, color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.directions__nav button:hover,
.directions__nav button.active {
  background-color: #299c8f;
  color: #fff;
  box-shadow: inset 0 1px 1px rgba(97, 97, 97, 0.2), inset 0 1px 2px rgba(97, 97, 97, 0.2);
}
.directions__content {
  background: #f6f8f7;
  box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 0 83px;
}
.directions__content.full {
  display: none;
}
@media (max-width: 1319px) {
  .directions__content {
    padding: 12px 0 45px;
  }
}
@media (max-width: 1319px) {
  .directions:not(._search) .directions__content {
    background: none;
    box-shadow: none;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 1319px) {
  .directions__nav-inner {
    padding: 30px 10px;
  }
}
.directions__nav-inner button {
  background: none;
  border: none;
  padding: 0;
  margin-right: 23px;
  font-size: 16px;
}
.directions__nav-inner button.active {
  font-weight: 500;
  position: relative;
}
.directions__nav-inner button.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 5px;
  background: #67cdc0;
  border-radius: 3px;
  width: 100%;
}
.directions__list {
  display: flex;
  padding: 25px 0 0;
  flex-wrap: wrap;
}
@media (max-width: 1319px) {
  .directions__list {
    padding: 0 10px 25px;
  }
}
.directions__list > div {
  width: 25%;
}
@media (max-width: 1319px) {
  .directions__list > div {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .directions__list > div {
    width: 100%;
  }
}
.directions__list-item {
  display: flex;
  padding: 0 0 8px;
  width: 100%;
}
@media (max-width: 1319px) {
  .directions__list-item {
    padding: 0;
  }
}
.directions__list-digit {
  color: #299c8f;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 700;
  min-width: 24px;
}
.directions__list-links {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  flex: 1 0 0;
}
.directions__list-links a {
  color: #333333;
  text-decoration: none;
  font-size: 13px;
  margin: 0 20px 7px 0;
  display: block;
  padding: 0 5px;
  border-radius: 3px;
}
.directions__list-links a:hover {
  background: #d9efec;
}
@media (max-width: 1319px) {
  .directions__c {
    padding: 20px;
    text-align: center;
  }
}
.directions__book-xs {
  display: none;
}
@media (max-width: 1319px) {
  .directions__book-xs {
    display: block;
    margin-top: 7px;
    text-align: center;
  }
}
.directions__search-row {
  padding-top: 23px;
  padding-bottom: 34px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.directions__search-main {
  display: flex;
  flex-wrap: wrap;
  gap: inherit;
  flex-basis: 570px;
}
.directions__search {
  flex-grow: 1;
}
.directions__letters {
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
}
.directions__letters-inner {
  box-shadow: inset 0 1px 1px rgba(97, 97, 97, 0.2), inset 0 1px 2px rgba(97, 97, 97, 0.2);
  background: rgba(196, 196, 196, 0.2);
  padding: 5px 30px;
  font-size: 16px;
  line-height: 1.25;
  display: flex;
  border-radius: 20px;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 1;
}
.directions__letters-btn {
  display: inline-flex;
  text-align: left;
  font: inherit;
  letter-spacing: inherit;
  border: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  word-break: break-word;
  cursor: pointer;
  padding: 5px;
}
.directions__letters-btn:hover,
.directions__letters-btn._active {
  color: #299B8E;
}
.directions__letters-btn._active {
  font-weight: 700;
}
.directions__btn-all {
  flex: 1;
}
@media (max-width: 1319px) {
  .directions__search-main {
    flex-basis: 100%;
  }
  .directions__search {
    flex-grow: 1;
    flex-basis: 300px;
  }
  .directions__letters {
    flex-grow: 1;
    margin-left: calc(var(--bs-gutter-x, 0.75rem) * -1);
    margin-right: calc(var(--bs-gutter-x, 0.75rem) * -1);
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
}
.help-form {
  display: flex;
  background: center / cover url(/images/CTA-1-bg.jpg?ebafa6cbe2f5ad0e7ef88795603cf2bd) no-repeat;
  height: 588px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1319px) {
  .help-form .container {
    padding: 0;
  }
}
@media (max-width: 1319px) {
  .help-form {
    background: center / cover, url(/images/CTA-1-bg.jpg?ebafa6cbe2f5ad0e7ef88795603cf2bd) no-repeat;
    padding: 300px 0 0;
    height: auto;
  }
}
@media (max-width: 800px) {
  .help-form {
    background-size: auto 300px;
  }
}
@media (max-width: 400px) {
  .help-form {
    background-position: -40px 0;
    background-size: auto 235px;
    padding: 235px 0 0;
  }
}
.help-form__quest {
  font-size: 24px;
  padding: 0 0 27px;
}
@media (max-width: 1319px) {
  .help-form__quest {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.help-form__title {
  font-size: 48px;
}
@media (max-width: 1319px) {
  .help-form__title {
    font-size: 24px;
    line-height: 1.2;
  }
}
.help-form__desc {
  font-size: 16px;
  font-weight: 500;
  color: #0e1317;
  margin-bottom: 32px;
}
.help-form__desc br {
  display: none;
  /*@media(max-width: 400px) { display: block;}*/
}
.help-form__desc .w {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1319px) {
  .help-form__fields {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 1319px) {
  .help-form__fields .col-6 {
    width: 100%;
  }
  .help-form__fields .col-6 input,
  .help-form__fields .col-6 .choices,
  .help-form__fields .col-6 .custom-select {
    margin-bottom: 15px;
  }
}
.help-form__fields-btn {
  border: none;
  border-radius: 30px;
  font-size: 20px;
  color: #fff;
  background: #f58a08;
  padding: 10px 35px;
  margin: 35px 0 20px;
}
@media (max-width: 1319px) {
  .help-form__fields-btn {
    margin: 5px 0 15px;
  }
}
.help-form__fields-btn:hover {
  opacity: 0.8;
}
.help-form__fields label {
  cursor: pointer;
}
.help-form__fields-small {
  font-size: 12px;
  margin: 0 0 5px;
}
.help-form__fields-small a,
.help-form__fields-small a:hover {
  color: inherit;
}
.help-form__fields-small input {
  margin: 0 5px 0 10px;
}
@media (max-width: 1319px) {
  .help-form__fields-small input {
    display: block;
    margin-bottom: 30px;
    float: left;
  }
}
@media (max-width: 1319px) {
  .help-form__fields-small {
    align-items: flex-start;
  }
}
@media (max-width: 1319px) {
  .help-form__fields .align-left {
    text-align: left;
  }
}
.help-form__success {
  background: rgba(190, 219, 222, 0.3);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 3px solid #fff;
  border-radius: 10px;
  position: absolute;
  top: 65px;
  right: 0;
  z-index: 100;
  width: 831px;
}
@media (max-width: 1319px) {
  .help-form__success {
    width: calc(100% - 60px);
    right: 30px;
    top: 45px;
  }
}
.help-form__success .close {
  border: none;
  position: absolute;
  top: 40px;
  right: 40px;
  background: #fff url(/images/icon-close.svg?5f74b2098209618990ec17a7ae5c3248) no-repeat 50%;
  border-radius: 5px;
  width: 35px;
  height: 35px;
}
@media (max-width: 1319px) {
  .help-form__success .close {
    top: 20px;
    right: 20px;
  }
}
.help-form__success-message {
  display: flex;
  height: 475px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #333333;
}
.help-form__success-message img {
  display: none;
}
@media (max-width: 1319px) {
  .help-form__success-message img {
    display: block;
  }
}
@media (max-width: 1319px) {
  .help-form__success-message {
    height: 330px;
    font-size: 18px;
  }
}
.help-form__success-thanks {
  font-size: 36px;
  color: #f58a08;
}
@media (max-width: 1319px) {
  .help-form__success-thanks {
    font-size: 24px;
  }
}
@media (max-width: 1319px) {
  .help-form__closed {
    background: none;
    border: none;
    width: 100% !important;
    height: auto !important;
    top: 40px !important;
    right: 0 !important;
    overflow: hidden;
    background: #67CCC1;
    padding-top: 10px;
    height: auto;
    border-radius: 0;
  }
  .help-form__closed .close {
    display: none;
  }
}
.help-form__closed-text1 {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1319px) {
  .help-form__closed-text1 {
    font-size: 24px;
  }
}
.help-form__closed-text2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 35px;
}
@media (max-width: 1319px) {
  .help-form__closed-text2 {
    font-size: 16px;
    padding: 10px 65px 0;
    margin-bottom: 15px;
  }
}
.help-form__closed .help-form__fields {
  width: 580px;
}
.help-form__closed .help-form__fields input {
  margin-bottom: 25px;
}
@media (max-width: 1319px) {
  .help-form__closed .help-form__fields input {
    margin-bottom: 15px;
  }
}
@media (max-width: 1319px) {
  .help-form__closed .help-form__fields .choices {
    margin-bottom: 15px;
  }
}
@media (max-width: 1319px) {
  .help-form__closed .help-form__fields {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.help-form__closed .help-form__fields-btn {
  margin-top: 45px !important;
}
@media (max-width: 1319px) {
  .help-form__closed .help-form__fields-btn {
    margin-top: 5px !important;
    width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 1319px) {
  .help-form__closed .help-form__success-message {
    display: block;
    height: auto;
  }
}
.help-form__container {
  padding: 100px 80px 0 0;
  width: 665px;
  float: right;
  position: relative;
}
@media (max-width: 1319px) {
  .help-form__container {
    float: none;
    width: auto;
    background: #67CCC1;
    padding: 20px 10px;
  }
}
.jsCalendar tbody td,
.jsCalendar thead .jsCalendar-week-days th {
  height: 34px;
  width: 34px;
}
.help-form2 {
  background: url(/images/visit-form-bg.jpg?0c66ffd7b5e805c2bd3249d4fbde8ae2) no-repeat 50% 0;
  min-height: 590px;
  position: relative;
}
@media (max-width: 1319px) {
  .help-form2 .help-form__success-message {
    min-height: 520px;
  }
}
@media (max-width: 1319px) {
  .help-form2 {
    background: #f6f8f7 url(/images/visit-form-bg.jpg?0c66ffd7b5e805c2bd3249d4fbde8ae2) no-repeat -130px 100px !important;
    background-size: auto 590px !important;
    padding-top: 590px !important;
  }
}
@media (max-width: 800px) {
  .help-form2 {
    background-size: auto 450px;
    padding-top: 450px !important;
  }
}
@media (max-width: 400px) {
  .help-form2 {
    background-size: auto 380px !important;
    padding-top: 380px !important;
  }
}
.help-form2__bg {
  position: absolute;
  top: 0;
  left: 42%;
  width: 68%;
  height: 100%;
  background-color: #56B2A7;
}
@media (max-width: 1319px) {
  .help-form2__bg {
    display: none;
  }
}
.help-form2 .help-form__container {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media (max-width: 1319px) {
  .help-form2 .help-form__container {
    position: static;
    padding: 45px 0;
    background: #56b2a7;
  }
}
.help-form2 .help-form__quest {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1319px) {
  .help-form2 .help-form__quest {
    position: absolute;
    top: 31px;
    left: 0;
    width: 100%;
    color: #299B8E;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 30px;
  }
}
.help-form2 .help-form__fields {
  display: block;
}
@media (max-width: 1319px) {
  .help-form2 .help-form__fields {
    display: flex;
  }
  .help-form2 .help-form__fields-input {
    margin-bottom: 25px;
  }
}
.help-form2 .help-form__title {
  font-size: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1319px) {
  .help-form2 .help-form__title {
    font-size: 24px;
    padding: 0 50px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1319px) {
  .help-form2 .help-form__fields-btn {
    margin: 20px 15px;
    padding: 13px 0;
  }
}
@media (max-width: 1319px) {
  .help-form2 .choices {
    margin-bottom: 25px;
  }
}
.help-form2 .help-form__fields .row {
  margin-bottom: 30px;
}
@media (max-width: 1319px) {
  .help-form2 .help-form__fields .row {
    margin: 0;
  }
}
.help-form2 .help-form__desc {
  margin-bottom: 12px;
}
@media (max-width: 1319px) {
  .help-form2 .help-form__desc {
    font-size: 14px;
    padding: 5px 20px 10px;
  }
}
.help-form2 .help-form__success {
  width: 760px;
  /*background: rgba(91,170,160,.5);*/
}
@media (max-width: 1319px) {
  .help-form2 .help-form__success {
    bottom: 100px;
    top: auto;
    width: calc(100% - 60px);
  }
}
.help-form2 .order-5 {
  order: 5;
}
.help-form2 .order-6 {
  order: 6;
}
.help-form3 {
  background: #f6f8f7 url(/images/help-form-bg2.jpg?bbdb83f0e51159073a61bb10b4928f46) no-repeat 50% 0;
  height: 486px;
}
@media (max-width: 1319px) {
  .help-form3 {
    background: none;
    padding-top: 0 !important;
    margin-top: 80px;
  }
}
.help-form3 .help-form__success {
  top: 20px;
  right: -15px;
  width: 710px;
  height: 445px;
}
.help-form3 .help-form__success .close {
  top: 25px;
  right: 25px;
}
@media (max-width: 1319px) {
  .help-form3 .help-form__success .close {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 1319px) {
  .help-form3 .help-form__success {
    bottom: auto;
    top: 30px;
    right: 30px;
    width: calc(100% - 60px);
    height: 340px;
  }
}
.help-form3 .help-form__container {
  width: 642px;
  padding: 82px 58px 0 0;
}
@media (max-width: 1319px) {
  .help-form3 .help-form__container {
    width: auto;
    padding: 0 30px 10px;
  }
}
.help-form3__title {
  font-size: 36px;
  line-height: 1;
  text-align: left;
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
@media (max-width: 1319px) {
  .help-form3__title {
    display: block;
    font-size: 30px;
    text-align: center;
    padding: 0 30px;
  }
}
.help-form3__title-icon {
  display: block;
  background: url(/images/icon-help-form-phone.svg?c158e3d7d91ea91affd2170cdfa6e4a4) no-repeat 0 0;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background-size: 100%;
}
@media (max-width: 1319px) {
  .help-form3__title-icon {
    position: relative;
    top: -30px;
    margin: 0 auto;
    background-image: url(/images/icon-help-form-phone1.svg?de611571f0baa977787e8abbfecad27e);
  }
}
.help-form3__title-text {
  display: block;
}
@media (max-width: 1319px) {
  .help-form3__title-text {
    margin-top: -20px;
  }
}
.help-form3__title img {
  margin-right: 10px;
}
.help-form3__text {
  font-size: 16px;
  line-height: 1;
  color: #394149;
  padding: 0 0 35px 35px;
  margin: 0;
}
@media (max-width: 1319px) {
  .help-form3__text {
    padding: 12px 30px 8px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
  }
}
.help-form3__text1 {
  font-size: 12px;
  padding: 17px 0 0;
}
@media (max-width: 1319px) {
  .help-form3__text1 {
    padding-top: 10px;
  }
}
.help-form3__text2 {
  color: #394149;
  font-size: 14px;
}
.help-form3__text2 input {
  margin: 3px 5px 30px 0;
  float: left;
}
@media (max-width: 1319px) {
  .help-form3__text2 {
    font-size: 12px;
    text-align: left;
    margin-left: 20px;
  }
}
.help-form3__text2 a,
.help-form3__text2 a:hover {
  color: inherit;
}
@media (max-width: 1319px) {
  .help-form3 .help-form__fields {
    padding: 0;
  }
}
.help-form3 .help-form__fields-btn {
  margin: 5px auto 20px;
}
@media (max-width: 1319px) {
  .help-form3 .help-form__fields-btn {
    max-width: 230px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}
.digits {
  padding: 125px 0 85px;
}
@media (max-width: 1319px) {
  .digits {
    padding: 60px 0 50px;
  }
}
.digits .col-3,
.digits .col-4 {
  display: flex;
}
@media (max-width: 1319px) {
  .digits .col-3,
  .digits .col-4 {
    width: 50%;
    flex-grow: 1;
  }
}
.digits .col-6,
.digits .col-8 {
  display: flex;
}
@media (max-width: 1319px) {
  .digits .col-6,
  .digits .col-8 {
    width: 100%;
    flex-grow: 1;
  }
}
.digits__item {
  position: relative;
  flex: 1;
  width: 0;
  height: 140px;
  border-radius: 10px;
  background: #f9f9f7;
  color: #394149;
  margin: 0 15px 40px 0;
  background-position: calc(100% - 10px) 15px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
  line-height: 1.1;
  box-sizing: border-box;
  font-weight: 300;
}
@media (max-width: 1319px) {
  .digits__item {
    padding: 50px 20px 10px;
    margin: 0 0 15px;
    background-position: 50% 5px;
    height: auto;
    min-height: 110px;
    display: block;
    font-size: 14px;
    font-weight: 300;
  }
}
.digits__item-num {
  font-size: 48px;
  font-weight: 500;
  margin-right: 5px;
  color: #38a69b;
}
@media (max-width: 1319px) {
  .digits__item-num {
    font-size: 30px;
  }
}
.digits__item-num span {
  font-size: 20px;
  margin-right: 7px;
  font-weight: 400;
}
@media (max-width: 1319px) {
  .digits__item-num span {
    font-size: 14px;
    font-weight: 300;
  }
}
.digits__item-icon {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 15px;
  right: 10px;
}
@media (max-width: 1319px) {
  .digits__item-icon {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 38px;
    height: 38px;
  }
}
.digits__bg1 {
  background-color: #209a8f;
  color: #fff;
}
.digits__bg1 .digits__item-num {
  color: #fff;
}
.digits__bg2 {
  background-color: #e9f7f7;
}
.digits__bg3 {
  padding: 0 50px;
}
@media (max-width: 1319px) {
  .digits__bg3 {
    background-position: 25% 15px;
    padding: 20px 10px 30px;
    height: auto;
  }
  .digits__bg3 .digits__item-num {
    padding-left: 35px;
    padding-bottom: 10px;
  }
  .digits__bg3 .digits__item-icon {
    left: 25%;
  }
}
.digits__bg4 {
  background-color: #e9f7f7;
}
.digits__bg5 {
  background-color: #fef4ea;
}
.digits__bg6 {
  background-color: #f8f7ff;
}
.digits__bg7 {
  background-color: #FEF4F4;
}
.digits__top {
  margin-bottom: 14px;
}
.digits__text {
  margin-bottom: 24px;
}
.services {
  background: #f6f8f7;
  padding: 80px 0 75px;
}
@media (max-width: 1319px) {
  .services {
    padding: 40px 0;
  }
}
.services__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -15px 15px;
}
.services__list:after {
  height: 0;
  width: calc(50% - 30px);
  content: "";
}
@media (max-width: 1319px) {
  .services__list {
    margin: 0 auto 10px;
    max-width: 800px;
  }
}
@media (max-width: 800px) {
  .services__list {
    max-width: 340px;
  }
}
.services__item {
  display: flex;
  width: calc(50% - 30px);
  padding: 17px 30px;
  background: #fff;
  border: 2px solid #f6f8f7;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  margin: 0 0 20px;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  color: #384148;
  align-items: center;
}
@media (max-width: 1319px) {
  .services__item {
    flex-direction: column;
    padding: 23px 20px 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 800px) {
  .services__item {
    width: 100%;
  }
}
.services__item-text {
  padding: 0 35px 10px;
  line-height: 1.2;
  text-align: justify;
}
@media (max-width: 1319px) {
  .services__item-text {
    padding: 17px 0 0;
    text-align: center;
  }
}
.services__item-title {
  font-size: 24px;
  text-decoration: none;
  padding-bottom: 5px;
  font-weight: 500;
}
@media (max-width: 1319px) {
  .services__item-title {
    color: #458e85;
  }
}
@media (max-width: 1319px) {
  .services__item-img {
    width: 100%;
    height: 120px;
    overflow: hidden;
  }
}
@media (max-width: 1319px) {
  .services__item-p {
    text-align: justify;
  }
}
.services__item img {
  max-width: none;
  width: 230px;
}
@media (max-width: 1319px) {
  .services__item img {
    width: 100%;
    display: none;
  }
}
.services__item .img-xs {
  display: none;
}
@media (max-width: 1319px) {
  .services__item .img-xs {
    display: block;
  }
}
.services__item span {
  display: block;
  padding-bottom: 5px;
}
.services__item svg {
  fill: #384148;
  position: absolute;
  top: calc(50% - 10px);
  right: 25px;
}
@media (max-width: 1319px) {
  .services__item svg {
    top: calc(100% - 45px);
  }
}
.services__item:hover,
.services__item.active {
  border-color: #299c8f;
  color: #384148;
}
.services__item:hover .services__item-title,
.services__item.active .services__item-title {
  color: #299c8f;
}
.services__item:hover svg,
.services__item.active svg {
  fill: #299c8f;
}
.specialists {
  padding: 100px 0;
}
@media (max-width: 1319px) {
  .specialists {
    padding: 60px 0 50px;
  }
}
@media (max-width: 1319px) {
  .specialists .desc {
    padding: 0 30px;
    margin-bottom: 10px;
  }
}
.specialists__item {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  margin: 15px 0;
  position: relative;
  background-color: white;
  height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1319px) {
  .specialists__item {
    margin-bottom: 30px;
  }
}
.specialists__item-img {
  flex: 1;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.specialists__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.specialists__item-img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: url(/images/mask.png?b11942c453aa6d1af0eb41cb4c4656df) repeat-x 0 100%;
  width: 100%;
  height: 100px;
  opacity: 0;
  transition: opacity 0.1s;
}
.specialists__item-text {
  height: 200px;
  transition: height 0.1s;
  padding: 35px 20px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  position: relative;
  justify-content: flex-end;
}
.specialists__item-type {
  width: 40px;
  height: 40px;
  margin: -20px auto;
  position: relative;
  background: #fff;
  border: 1px solid #31BBAC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.specialists__item-title {
  font-size: 17px;
  line-height: 1.17;
  font-weight: 700;
  margin-bottom: 18px;
}
.specialists__item-desc {
  font-size: 14px;
  flex-shrink: 0;
  padding: 0 10px;
  margin-bottom: 10px;
  line-height: 16px;
  max-height: calc(16px * 2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.specialists__item-btn {
  display: none;
  background: #31BBAC;
  color: #fff;
  width: 175px;
  border-radius: 20px;
  padding: 10px 0;
  margin-top: auto;
  margin-bottom: 10px;
  text-decoration: none;
}
.specialists__item-btn:hover {
  color: #fff;
  opacity: 0.7;
}
.specialists__item-adr {
  font-size: 12px;
  margin-top: auto;
  flex-basis: 36px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.specialists__item-adr img {
  width: 13px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -3px;
}
.specialists__item-soc {
  position: absolute;
  top: 15px;
  right: -45px;
  z-index: 5;
  transition: all 0.1s;
}
.specialists__item-soc a {
  display: block;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 15px 0 0;
}
.specialists__item-soc-lang {
  background-image: url(/images/icon-lang.svg?a6f0e7e978528a6f449758688f41b4bc);
  width: 34px;
  height: 34px;
}
.specialists__item-soc-facebook {
  background-image: url(/images/icon-spec-facebook.svg?f4ad864699c756089dd06632c72c1b38);
}
.specialists__item-soc-youtube {
  background-image: url(/images/icon-spec-youtube.svg?12c28802d015f3bd7a66f6626b31bd5c);
}
.specialists__item-soc-insta {
  background-image: url(/images/icon-spec-insta.svg?e112f9db1d9d7b1085237ba671838e2b);
}
.specialists__item-reviews {
  line-height: 1.065;
  margin-top: 5px;
  font-size: 14px;
}
.specialists__item-reviews b {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #299B8E;
  vertical-align: -2px;
}
.specialists__item:hover .specialists__item-img::after {
  opacity: 1;
}
.specialists__item:hover .specialists__item-text {
  height: 260px;
}
.specialists__item:hover .specialists__item-btn {
  display: block;
}
.specialists__item:hover .specialists__item-soc {
  right: 15px;
}
.stocks {
  background: #f6f8f7;
  padding: 80px 0 145px;
  text-align: center;
}
@media (max-width: 1319px) {
  .stocks {
    padding: 50px 0 40px;
  }
}
.stocks .title {
  margin-bottom: 80px;
}
@media (max-width: 1319px) {
  .stocks .title {
    padding: 0 20px;
    margin-bottom: 65px;
  }
}
@media (max-width: 1319px) {
  .stocks .container {
    max-width: 460px;
  }
}
@media (max-width: 1319px) {
  .stocks .col-6 {
    width: 100%;
  }
}
.stocks__item {
  border-radius: 10px;
  border: 3px solid #fff;
  text-align: left;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  overflow: hidden;
  height: 172px;
  margin: 0 0 25px;
  position: relative;
}
@media (max-width: 1319px) {
  .stocks__item {
    margin-bottom: 30px;
  }
}
.stocks__item-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.stocks__item-img-small {
  width: 100%;
  height: 100%;
}
.stocks__item-img-small img {
  width: inherit;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.stocks__item-content {
  position: relative;
  height: 100%;
  z-index: 1;
}
.stocks__item-content-text {
  width: 200px;
  font-size: 16px;
  padding: 13px 25px;
  line-height: 1.2;
  font-weight: 500;
  min-height: 120px;
  color: #394149;
}
.stocks__item-content-btn {
  display: inline-block;
  padding: 9px 20px;
  color: #333333;
  text-decoration: none;
  border-radius: 15px;
  background: #fff;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  bottom: 12px;
  left: 22.5px;
}
.stocks__item-content-btn svg {
  margin-left: 30px;
  fill: #7A8891;
}
.stocks__item-content-btn:hover {
  color: #fff;
  background: #31BBAC;
}
.stocks__item-content-btn:hover svg {
  fill: #fff;
}
.stocks__item-big {
  padding: 35px 32px;
  height: 369px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 1319px) {
  .stocks__item-big {
    padding: 30px 20px;
  }
}
.stocks__item-big .stocks__item-img {
  height: 100%;
}
.stocks__item-big .stocks__item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1319px) {
  .stocks__item-big .stocks__item-img img {
    width: 100%;
    height: 100%;
    margin-right: 20px;
  }
}
.stocks__item-big .stocks__item-img-secondBig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
@media (max-width: 1319px) {
  .stocks__item-big .stocks__item-img-secondBig img {
    width: 100%;
    height: 100%;
    margin-right: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.stocks__item-big-content {
  position: relative;
  height: 100%;
  z-index: 1;
}
.stocks__item-big-content-title {
  font-size: 30px;
  line-height: 1.2;
  width: 300px;
  z-index: 1;
}
@media (max-width: 1319px) {
  .stocks__item-big-content-title {
    font-size: 24px;
    width: 200px;
  }
}
.stocks__item-big-content-title:after {
  content: "";
  margin-top: 23px;
  display: block;
  width: 73%;
  height: 2px;
  background: #fff;
}
@media (max-width: 1319px) {
  .stocks__item-big-content-title:after {
    margin-top: 30px;
  }
}
.stocks__item-big-content-text {
  z-index: 1;
  margin-top: 31px;
}
.stocks__item-big-content-text-mr {
  margin-top: 0;
  font-size: 30px;
}
.stocks__item-big-content-btn {
  display: inline-block;
  padding: 15px 15px 13px 15px;
  color: #299B8E;
  text-decoration: none;
  border: 1px solid #31BBAC;
  border-radius: 20px;
  background: #fff;
  margin: 55px 0 0 0;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
  z-index: 1;
  position: absolute;
  bottom: 0;
}
.stocks__item-big-content-btn svg {
  margin-top: -2px;
  margin-left: 30px;
  fill: #299B8E;
}
@media (max-width: 1319px) {
  .stocks__item-big-content-btn svg {
    margin-top: -1px;
  }
}
@media (max-width: 1319px) {
  .stocks__item-big-content-btn {
    margin: 256px 0 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .stocks__item-big-content-btn:hover {
    color: #fff;
    background: #31BBAC;
  }
  .stocks__item-big-content-btn:hover svg {
    fill: #fff;
  }
}
.stocks .button1 {
  display: none;
}
@media (max-width: 1319px) {
  .stocks .button1 {
    display: inline-block;
  }
}
.news {
  padding: 95px 0;
}
@media (max-width: 1319px) {
  .news {
    padding: 60px 0;
    text-align: center;
  }
}
.news .title {
  margin-bottom: 85px;
}
@media (max-width: 1319px) {
  .news .title {
    margin-bottom: 40px;
  }
}
.news .swiper {
  margin: 0 -15px 42px 0;
}
@media (max-width: 1319px) {
  .news .swiper {
    margin-bottom: 30px;
  }
}
.news .swiper-slide {
  width: 25%;
  padding: 0 25px 0 0;
  box-sizing: border-box;
}
@media (max-width: 1319px) {
  .news .swiper-slide {
    width: 325px;
  }
}
.news__item {
  text-decoration: none;
  color: #0D1317;
  border-radius: 15px;
  border: 1px solid transparent;
  overflow: hidden;
  display: block;
}
@media (max-width: 1319px) {
  .news__item {
    border: 1px solid #D8D4D4;
    text-align: left;
  }
}
.news__item-text {
  display: block;
  padding: 35px 23px 20px;
  color: #5B5B5B;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 1319px) {
  .news__item-text {
    padding: 30px 20px 20px;
    line-height: 1.3;
  }
}
.news__item-title {
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  padding-bottom: 25px;
  display: block;
  font-weight: 500;
  color: #394149;
}
@media (max-width: 1319px) {
  .news__item-title {
    padding-bottom: 15px;
  }
}
.news__item-date {
  color: #67CCC1;
  display: block;
}
@media (max-width: 1319px) {
  .news__item-date {
    margin-top: 15px;
  }
}
.news__item img {
  width: 100%;
}
.news__item:hover {
  border-color: #299B8E;
}
.news__item:hover .news__item-title {
  color: #299B8E;
}
@media (max-width: 1319px) {
  .news__item-img {
    display: flex;
    height: 170px;
    overflow: hidden;
    align-items: center;
  }
}
.news-page {
  background: #F6F8F7;
}
.about {
  background: #f6f8f7;
  padding: 90px 0 225px;
  color: #394149;
}
@media (max-width: 1319px) {
  .about {
    padding: 35px 0 0;
  }
}
.about .nav {
  display: block;
}
@media (max-width: 1319px) {
  .about .nav {
    display: none;
  }
}
.about__btn {
  display: flex;
  width: 475px;
  margin: 0 0 0 15px;
  padding: 0;
  background: none;
  border: none;
  font-size: 18px;
  justify-content: stretch;
  align-items: center;
  position: relative;
  color: inherit;
  z-index: 5;
}
.about__btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  display: block;
  background: #fff;
  width: 4px;
  height: 100%;
}
.about__btn-num {
  color: #299B8E;
  border-radius: 30px 0 0 30px;
  padding: 20px 16px;
  font-size: 30px;
  line-height: 1;
}
.about__btn-num1 {
  padding: 5px 16px 35px;
}
.about__btn-text {
  padding: 0 10px;
  font-size: 23px;
  text-align: left;
}
.about__btn.active {
  color: #299B8E;
  background: #fff;
  border-radius: 30px 0 0 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.about__btn.active .about__btn-num {
  background: #f58a08;
  color: #fff;
}
.about__btn.active .about__btn-text {
  background: #fff;
}
@media (max-width: 1319px) {
  .about .tab-content > .active {
    display: none;
  }
}
@media (max-width: 1319px) {
  .about .tab-content > .show,
  .about .tab-content > .collapsing {
    display: block !important;
  }
}
.about .col-auto,
.about .col {
  padding: 0;
}
.about__xs-btn {
  display: none;
}
@media (max-width: 1319px) {
  .about__xs-btn {
    display: flex;
    width: 100%;
    border: 1px solid #E8E9EA;
    background: #fff;
    padding: 12px 25px;
    margin-top: -1px;
    position: relative;
    align-items: center;
    color: #394149;
    cursor: pointer;
  }
}
.about__xs-btn-num {
  flex: 0 0 auto;
  font-size: 30px;
  font-weight: 700;
  color: #299B8E;
}
.about__xs-btn-text {
  flex: 1 0 0%;
  text-align: left;
  padding: 0 0 0 15px;
  font-size: 18px;
}
.about__xs-btn svg {
  stroke: #31BBAC;
  flex: 0 0 auto;
}
.about__xs-btn[aria-expanded="true"] {
  background: #67CCC1;
  color: #fff;
}
.about__xs-btn[aria-expanded="true"] svg {
  stroke: #fff;
  transform: rotate(180deg);
}
.about__xs-btn[aria-expanded="true"] .about__xs-btn-num {
  color: #fff;
}
.about__content {
  position: relative;
  margin: 0 20px 0 0;
  background: white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  min-height: 490px;
  line-height: 1.4;
  padding: 33px 420px 45px 50px;
  box-sizing: border-box;
  font-weight: 500;
}
@media (max-width: 1319px) {
  .about__content {
    margin: 0;
    padding: 28px 20px;
    background-position: calc(100% + 160px) 120px;
  }
}
.about__content-title {
  position: relative;
  z-index: 1;
  font-size: 35px;
  color: #299B8E;
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 1px solid #C0EBD9;
  margin-bottom: 35px;
}
@media (max-width: 1319px) {
  .about__content-title {
    margin-bottom: 20px;
  }
}
.about__content p {
  position: relative;
  z-index: 1;
}
@media (max-width: 1319px) {
  .about__content p {
    max-width: 60%;
    font-weight: 400;
  }
}
.about__content img {
  position: absolute;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1319px) {
  .about__content img {
    right: -100px;
    height: 65%;
  }
}
.client-reviews {
  padding: 160px 0 52px;
  color: #394149;
}
@media (max-width: 1319px) {
  .client-reviews {
    padding-top: 65px;
  }
}
@media (max-width: 1319px) {
  .client-reviews .title1 {
    margin-bottom: 45px;
  }
}
@media (max-width: 1319px) {
  .client-reviews .swiper-4 .swiper-slide {
    padding-left: 0;
    width: 320px;
  }
}
.client-reviews .swiper {
  padding-top: 5px;
}
.client-reviews__item {
  max-width: 298px;
  border-radius: 10px;
  overflow: hidden;
}
.client-reviews__item-img {
  width: 100%;
  border-radius: 0 0 10px 10px;
}
.client-reviews__item-mask {
  height: 55px;
  position: relative;
  margin-top: -55px;
  /*backdrop-filter: blur(5px);*/
  border-radius: 0 0 10px 10px;
  color: #fff;
  white-space: nowrap;
  line-height: 55px;
  font-size: 18px;
  font-weight: 300;
  padding-left: 22px;
  background: url(/images/cr-mask.png?ea88e16e63bb91a8b1296d5647ca4ac5) repeat 0 0;
}
.client-reviews__item-mask img {
  margin-right: 10px;
}
.client-reviews__item-text {
  color: #5B5B5B;
  line-height: 1.5;
  padding: 25px;
}
.client-reviews__item-link {
  color: #67CCC1;
  text-decoration: none;
  margin-left: 25px;
  font-size: 15px;
}
.client-reviews__item-link img {
  margin-left: 10px;
}
.client-reviews__item-link:hover {
  color: #67CCC1;
}
.partners {
  padding: 80px 0 120px;
}
@media (max-width: 1319px) {
  .partners {
    padding: 30px 0 20px;
  }
}
.partners .swiper-slide {
  width: 16.667%;
}
@media (max-width: 1319px) {
  .partners .swiper-slide {
    width: 215px;
    padding-top: 20px;
  }
}
.partners .swiper-slide img {
  width: auto;
  max-width: 100%;
}
.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 10px;
  height: 80px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.licenses {
  padding: 90px 0 70px;
}
@media (max-width: 1319px) {
  .licenses {
    padding-top: 70px;
    text-align: center;
  }
}
.licenses .title1 {
  margin-bottom: 45px;
}
@media (max-width: 1319px) {
  .licenses .title1 {
    margin-bottom: 30px;
  }
}
.licenses .swiper-slide {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1319px) {
  .licenses .swiper-5 .swiper-slide {
    width: 135px;
  }
  .licenses .swiper-5 .swiper-slide img {
    width: 118px;
  }
}
.licenses .swiper-5--centered .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 1319px) {
  .licenses .swiper-5--centered .swiper-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 1319px) {
  .licenses .icon-scale {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    background: url(/images/icon-scale.svg?29c1e12ed4df51cb5a87e1fae04ac8fd) no-repeat 0 0;
    width: 45px;
    height: 45px;
    border-radius: 23px;
  }
}
.info {
  padding: 45px 0 90px;
  position: relative;
  min-height: 550px;
  font-size: 16px;
}
@media (max-width: 1319px) {
  .info {
    display: none;
  }
}
.info .col-6 {
  padding-right: 45px;
}
.info .info__map {
  position: absolute;
  top: 45px;
  right: 60px;
  width: calc(50% - 20px);
  height: 470px;
  border: 3px solid #fff;
}
.info .info__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.info__logo {
  width: 160px;
  margin-bottom: 25px;
}
.info__title {
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 22px;
  color: #5B5B5B;
}
.info__schedule {
  padding: 0 0 0 30px;
  line-height: 1.2;
  background: url(/images/icon-info-schedule.svg?b9b5b997b35aea9fa0071d613b208867) no-repeat 0 0;
}
.info__schedule span {
  display: block;
  padding-bottom: 10px;
}
.info__phone-number {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
.info__phone-text {
  color: #7A8891;
  font-size: 12px;
  padding: 10px 0 5px;
  letter-spacing: 1.5px;
}
.info__phone-btn {
  margin-left: -5px;
  border: none;
  background: #f58a08 url(/images/icon-info-phone.svg?81a6a33e5995487ca34c0c3281eff838) no-repeat 20px 50%;
  padding: 0 25px 0 50px;
  line-height: 60px;
  height: 60px;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  float: left;
}
@media (hover: hover) and (pointer: fine) {
  .info__phone-btn:hover {
    opacity: 0.7;
  }
}
.info__mail {
  padding: 32px 0 25px;
}
.info__mail a {
  font-size: 16px;
  color: #0A7ABF;
  text-decoration: underline;
  margin-left: 5px;
}
.info__mail a:hover {
  text-decoration: none;
}
.info__address {
  background: url(/images/icon-info-address.svg?49d88aabf4a99e85649616969eb9a463) no-repeat 0 0;
  padding: 0 0 50px 27px;
}
.info__address__title {
  display: block;
  padding-bottom: 10px;
  color: #299B8E;
}
.info__address-item {
  padding: 0 0 7px;
}
.info__youtube {
  background: url(/images/icon-info-youtube.svg?73f3f674298992542f80a452ebbdfe22) no-repeat 0 0;
  padding: 0 0 0 80px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.info__youtube-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 8px;
  text-transform: none;
}
.info__youtube-subscribe {
  color: #C12025;
  text-transform: uppercase;
  text-decoration: none;
}
.info__youtube-subscribe:hover {
  color: #C12025;
}
.doctors {
  margin-top: 40px;
  margin-bottom: 65px;
}
.doctors__list {
  display: flex;
  align-items: flex-start;
}
.doctors__list .swiper {
  margin-bottom: 0;
}
.doctors__list .swiper-4 .swiper-slide {
  width: 329px;
}
.doctors__list--1-items {
  max-width: 48.82%;
}
.doctors__list--2-items {
  max-width: 74.43%;
}
.doctors__price {
  width: 276px;
  padding: 30px 23px 30px 34px;
  color: white;
  background-color: #56B2A7;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 15px 0 15px 45px;
  flex-shrink: 0;
  order: 1;
  position: relative;
  z-index: 2;
  line-height: 1.15;
}
.doctors__price-label-1 {
  font-size: 18px;
  margin-bottom: 8px;
}
.doctors__price-val-1 {
  font-size: 18px;
}
.doctors__price-val-1 b {
  font-size: 30px;
  font-weight: 700;
}
.doctors__price-label-2 {
  margin-top: 22px;
  margin-bottom: 4px;
}
.doctors__price-val-2 {
  font-size: 18px;
}
.doctors__price-val-2 b {
  font-weight: 500;
}
@media (min-width: 1320px) {
  .doctors__price ~ .swiper {
    padding: 0 25px;
    margin: 0 -35px;
  }
  .doctors__price ~ .swiper .swiper-slide {
    width: calc(100% / 3);
  }
  .doctors__price ~ .swiper .swiper-button-prev,
  .doctors__price ~ .swiper .swiper-button-next {
    width: 25px;
    justify-content: flex-end;
  }
}
@media (min-width: 1320px) {
  .doctors__list--1-items .swiper .swiper-slide {
    width: 100%;
  }
}
@media (min-width: 1320px) {
  .doctors__list--2-items:has(.doctors__price) .swiper .swiper-slide {
    width: calc(100% / 2);
  }
}
.doctors .specialists__item {
  margin: 15px 0;
}
.doctors ._selector {
  display: flex;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 25px;
  background: rgba(196, 196, 196, 0.2);
  box-shadow: inset 0 0.545045px 1.09009px rgba(97, 97, 97, 0.2), inset 0 1.09009px 2.18018px rgba(97, 97, 97, 0.2);
  border-radius: 20px;
  margin-bottom: 5px;
}
@media (max-width: 1319px) {
  .doctors ._selector {
    margin: 0 auto;
  }
}
.doctors ._selector__item {
  cursor: pointer;
  position: relative;
  margin-right: 34px;
  font-size: 18px;
  color: #7A8891;
}
.doctors ._selector__item._active {
  color: #299B8E;
}
.doctors ._selector__item:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #C4C4C4;
}
.doctors ._selector__item:last-child {
  margin-right: 0;
}
.doctors ._selector__item:last-child:after {
  display: none;
}
@media (max-width: 1319px) {
  .doctors__list {
    flex-direction: column;
  }
  .doctors__list--1-items {
    max-width: 100%;
  }
  .doctors__list--1-items .swiper-wrapper {
    justify-content: center;
  }
  .doctors__list--2-items {
    max-width: 100%;
  }
  .doctors__price {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1319px) and (min-width: 768px) {
  .doctors__list--2-items .swiper-wrapper {
    justify-content: center;
  }
}
.filter {
  display: flex;
  text-align: left;
  padding-bottom: 45px;
  flex-wrap: wrap;
}
@media (max-width: 1319px) {
  .filter {
    max-width: 620px;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}
@media (max-width: 620px) {
  .filter {
    max-width: 375px;
  }
}
.filter > div {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 1319px) {
  .filter > div {
    width: 50%;
    margin-bottom: 7px;
  }
}
@media (max-width: 620px) {
  .filter > div {
    width: 100%;
  }
}
.filter__title {
  font-size: 18px;
  color: #299B8E;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 1319px) {
  .filter__title {
    display: none;
  }
}
.filter select {
  min-height: 40px;
  visibility: hidden;
}
.filter .choices__inner {
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  min-height: 40px;
  border: 0;
  box-shadow: inset 0 1px 1px rgba(97, 97, 97, 0.2), inset 0 1px 2px rgba(97, 97, 97, 0.2);
  background: #ebeceb url(/images/icon-filter-arrow1.svg?5049cc0e48614fb1ff0f952d6b4ccbb2) no-repeat calc(100% - 20px) 50%;
}
.filter .choices .choices__inner {
  padding: 11px 45px 11px 20px;
}
.filter .choices__list--single {
  padding: 0;
  display: block;
}
.filter .choices:after {
  display: none;
}
.filter .is-open .choices__inner {
  border-radius: 20px 20px 0 0!important;
  background-image: url(/images/icon-filter-arrow2.svg?171b0a1520452576bc3b8ba94dc83773);
}
.filter .choices__list--dropdown {
  border-radius: 0 0 20px 20px;
}
.filter .is-flipped .choices__inner {
  border-radius: 0 0 20px 20px!important;
}
.filter .is-flipped .choices__list--dropdown {
  border-radius: 20px 20px 0 0;
  padding-top: 10px;
}
.filter .is-flipped .choices__list--dropdown .choices__list {
  padding-bottom: 10px;
}
.filter .choices__list--dropdown input ~ .choices__list {
  max-height: 262px;
}
.filter .choices__list--dropdown {
  z-index: 55;
}
.filter .choices__list--dropdown .choices__item {
  padding: 11px 18px;
  font-size: 16px;
}
.filter .choices__list--dropdown .choices__item::before {
  display: none;
}
.filter .choices__list--dropdown .choices__list {
  padding-bottom: 20px;
}
.filter .choices__list--dropdown .choices__item:hover {
  background: #F6F8F7;
}
.filter .choices__list--dropdown .is-selected {
  background: #31BBAC;
  color: #fff;
}
.filter .choices__list--dropdown .is-selected:hover {
  background: #31BBAC;
}
.filter .choices__list--dropdown .choices__item--selectable:after {
  display: none;
}
.filter .choices[data-type*=select-one] .choices__input {
  border: 1px solid #31BBAC;
  border-radius: 5px;
  margin: 3px 5px;
  padding: 6px 13px;
  width: calc(100% - 10px);
  font-size: 16px;
  background: url(/images/icon-search2.svg?de88b53988195848d54c4037d3a004de) no-repeat 98% 50%;
}
.additional-services {
  padding-top: 65px;
  padding-bottom: 112px;
}
.additional-services__item {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.additional-services__item:last-child {
  margin-bottom: 0;
}
.text-block-5 {
  padding: 65px 0;
  max-width: 1320px;
  margin: 0 auto;
}
.text-block-5 h1,
.text-block-5 h2,
.text-block-5 h3,
.text-block-5 h4,
.text-block-5 h5,
.text-block-5 h6 {
  padding: 12px 0;
}
@media (max-width: 1319px) {
  .text-block-5 h1,
  .text-block-5 h2,
  .text-block-5 h3,
  .text-block-5 h4,
  .text-block-5 h5,
  .text-block-5 h6 {
    grid-template-columns: repeat(3, minmax(auto, 273px));
  }
}
@media (max-width: 900px) {
  .text-block-5 h1,
  .text-block-5 h2,
  .text-block-5 h3,
  .text-block-5 h4,
  .text-block-5 h5,
  .text-block-5 h6 {
    grid-template-columns: repeat(2, minmax(auto, 273px));
    justify-content: space-evenly;
  }
}
@media (max-width: 600px) {
  .text-block-5 h1,
  .text-block-5 h2,
  .text-block-5 h3,
  .text-block-5 h4,
  .text-block-5 h5,
  .text-block-5 h6 {
    grid-template-columns: repeat(1, minmax(auto, 273px));
  }
}
.text-block-5 p {
  margin-bottom: 1rem;
}
.text-block-5 ul {
  list-style: none;
  margin-bottom: 1rem;
}
.text-block-5 ul li {
  padding-left: 40px;
  position: relative;
}
.text-block-5 ul li p {
  margin-bottom: 0px;
}
.text-block-5 ul li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 10px;
  transform: translate(50%);
  width: 10px;
  height: 10px;
  background-color: #67CCC1;
  margin-right: 12px;
  border-radius: 50%;
}
.text-block-5 table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-family: Arial, sans-serif;
  color: black;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.text-block-5 table thead th {
  background-color: #299c8f;
  color: white;
  padding: 12px 16px;
  text-align: left;
  font-weight: bold;
  border: 1px solid #f6f8f7;
}
.text-block-5 table tbody td {
  padding: 12px 16px;
  border: 1px solid #f6f8f7;
  vertical-align: top;
}
.text-block-5 table tbody tr:nth-child(even) {
  background-color: #f6f8f7;
}
.text-block {
  padding: 50px 0;
}
.text-block__content > *:first-child {
  margin-top: 0;
}
.text-block__content > *:last-child {
  margin-bottom: 0;
}
.text-block__custom-width {
  max-width: 800px;
}
.text-block__list-content {
  max-width: 800px;
}
.text-block__list-content p {
  padding: 15px 0;
}
.text-block__description p {
  max-width: 800px;
}
.text-block__features {
  margin-bottom: 25px;
}
.text-block__features-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #299B8E;
}
@media (max-width: 1319px) {
  .text-block__features-title {
    text-align: center;
    font-size: 18px;
  }
}
.text-block__features-list-wrapper {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, minmax(auto, 273px));
  justify-content: space-between;
}
@media (max-width: 1319px) {
  .text-block__features-list-wrapper {
    grid-template-columns: repeat(3, minmax(auto, 273px));
  }
}
@media (max-width: 900px) {
  .text-block__features-list-wrapper {
    grid-template-columns: repeat(2, minmax(auto, 273px));
    justify-content: space-evenly;
  }
}
@media (max-width: 600px) {
  .text-block__features-list-wrapper {
    grid-template-columns: repeat(1, minmax(auto, 273px));
  }
}
.text-block__feature {
  padding: 0 5px;
}
.text-block__feature-img {
  width: 100%;
  position: relative;
  border-radius: 50%;
  background-color: rgba(49, 187, 172, 0.15);
  margin-bottom: 16px;
  transform: translateX(5px);
}
.text-block__feature-img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.text-block__feature-img::after {
  position: absolute;
  content: '';
  background-image: url(/images/icon-list.svg?6a11346f2bd3ed11c3cd9ec1f63a9700);
  background-repeat: no-repeat;
  background-size: contain;
  left: 15px;
  bottom: 5px;
  width: 42px;
  height: 42px;
  z-index: 2;
}
.text-block__feature-img img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  right: 0;
  border-radius: inherit;
  transform: translateX(-10px);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.text-block__feature-text a {
  color: inherit;
  text-decoration: underline;
}
.text-block__feature-text a:hover {
  text-decoration: none;
}
.text-block__row {
  display: flex;
}
.text-block__row-img {
  width: 340px;
  max-width: 100%;
  align-self: flex-start;
  position: relative;
  border-radius: 50%;
  background-color: rgba(49, 187, 172, 0.15);
  transform: translateX(10px);
  flex-shrink: 0;
  margin-right: 40px;
}
.text-block__row-img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.text-block__row-img img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  right: 0;
  border-radius: inherit;
  transform: translateX(-10px);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.text-block__row-col {
  flex: 1;
  margin-right: 50px;
}
.text-block__row-col:last-child {
  margin-right: 0;
}
@media (max-width: 1319px) {
  .text-block .section-top {
    text-align: left;
  }
  .text-block .section-top__main {
    display: flex;
    justify-content: flex-start;
  }
  .text-block .section-top__ico {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .text-block__row {
    display: block;
  }
  .text-block__row-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .text-block__row-col {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.text-block__list-wrap {
  padding-left: 60px;
  margin-bottom: 45px;
}
.text-block__list-wrap > ul {
  list-style: none;
  margin: 5px;
}
.text-block__list-wrap > ul > li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 2.5em;
}
.text-block__list-wrap > ul > li:last-child {
  margin-bottom: 0;
}
.text-block__list-wrap > ul > li::before {
  content: '';
  background: url(/images/icon-list.svg?6a11346f2bd3ed11c3cd9ec1f63a9700) no-repeat;
  background-size: contain;
  width: 1.125em;
  height: 1.125em;
  position: absolute;
  left: 0;
  top: 0.1875em;
}
@media (max-width: 1319px) {
  .text-block__list-wrap {
    padding-left: 0;
  }
}
.text-block__list-title {
  font-size: 20px;
  margin-bottom: 18px;
}
@media (max-width: 1319px) {
  .text-block__list-title {
    font-size: 18px;
    line-height: 130%;
  }
}
.text-block__text-card {
  display: flex;
  margin: 40px 0;
  background-color: #F6F8F7;
  border-radius: 10px;
  padding: 30px 40px 30px 25px;
}
@media (max-width: 1319px) {
  .text-block__text-card {
    flex-direction: column;
    padding: 25px 15px;
  }
}
.text-block__text-card-img {
  width: 350px;
  margin-right: 30px;
  flex-shrink: 0;
  align-self: flex-start;
}
@media (max-width: 1319px) {
  .text-block__text-card-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.services-lists {
  padding-top: 66px;
  padding-bottom: 66px;
}
.services-lists__content {
  display: grid;
  grid-template-columns: 276px 1fr;
  grid-gap: 50px;
  align-items: start;
}
.services-lists__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.services-lists__info {
  background: #56B2A7;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 25px 20px;
  font-size: 18px;
  color: white;
  line-height: 1.15;
}
.services-lists__col a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.services-lists__col a:hover {
  text-decoration: underline;
}
.services-lists__col:last-child {
  grid-column: span 3;
}
.services-lists__col__col:nth-child(3n + 1) {
  grid-column: span 3;
  grid-row-start: auto;
}
.services-lists__col > *:first-child {
  margin-top: 0;
}
.services-lists__col > *:last-child {
  margin-bottom: 0;
}
.services-lists__col-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin: 30px 0 16px;
}
.services-lists__col-title:hover {
  cursor: pointer;
  text-decoration: underline;
}
.services-lists__col-title-active {
  text-decoration: underline;
}
.services-lists__col-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #299B8E;
  margin: 16px 0;
}
.services-lists__col-list li {
  margin-bottom: 5px;
}
.services-lists__col-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1319px) {
  .services-lists__content {
    grid-template-columns: auto;
  }
  .services-lists__info {
    margin-left: 30px;
    margin-right: 30px;
  }
  .services-lists__cols {
    width: 100%;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }
  .services-lists__col-title {
    margin: 20px 0 16px;
    font-weight: 500;
  }
  .services-lists__col-title a {
    text-decoration: underline;
  }
}
.variant-1 {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 1319px) {
  .variant-1 .section-top {
    padding-top: 30px !important;
  }
}
@media (max-width: 1319px) {
  .variant-1 .section-top__title {
    font-size: 30px;
  }
}
.variant-1__top {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1319px) {
  .variant-1__top {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.variant-1__items {
  display: flex;
  gap: 7px;
  justify-content: space-between;
  width: 100%;
  flex: 1 1 auto;
  border-bottom: none;
  flex-wrap: nowrap;
}
@media (max-width: 1319px) {
  .variant-1__items {
    overflow: auto;
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding: 0 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .variant-1__items::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.variant-1__items .nav-item {
  width: 100%;
}
@media (max-width: 1319px) {
  .variant-1__items .nav-item {
    white-space: nowrap;
  }
}
.variant-1__item {
  width: 100%;
}
.variant-1__total {
  white-space: nowrap;
  font-size: 18px;
  line-height: 21px;
  color: #394149;
}
.variant-1__total span {
  font-weight: 700;
  font-size: 30px;
  line-height: 106.5%;
  color: #299B8E;
}
.variant-1 .bottom-items {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 40px;
}
.variant-1 .bottom-items.active {
  display: grid;
}
@media (max-width: 1319px) {
  .variant-1 .bottom-items.active {
    display: flex;
    overflow: auto;
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding: 0 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .variant-1 .bottom-items.active::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.variant-1 .bottom-items__item {
  border-radius: 10px;
  background: #f6f8f7;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  margin: 5px;
}
@media (max-width: 1319px) {
  .variant-1 .bottom-items__item {
    flex: 1 0 80%;
  }
}
.variant-1 .bottom-items__item-img {
  position: relative;
  width: 100%;
  height: 270px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.variant-1 .bottom-items__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.variant-1 .bottom-items__item-bottom {
  padding: 15px 25px 20px;
}
.variant-1 .bottom-items__item-date {
  font-size: 14px;
  line-height: 16px;
  color: #7A8891;
  margin-bottom: 14px;
}
.variant-1 .bottom-items__item-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #394149;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
.variant-1 .bottom-items__item-title:hover {
  color: #299B8E;
}
.variant-1 .bottom-items__item-desc {
  font-size: 14px;
  line-height: 16px;
  color: #394149;
}
.variant-1 .bottom-items__item-desc span {
  color: #f58a08;
}
.listing-page .section-top {
  padding-top: 40px;
}
.listing-page .offers .service-card {
  background-image: none;
}
.listing-page .offers .service-card__title::after {
  display: none;
}
.listing-page .stocks {
  background: none;
}
.listing-page .news {
  padding: 67px 0;
}
.listing-page .news .title {
  text-align: left;
  margin-bottom: 57px;
}
.listing-page .button1 {
  text-transform: inherit;
  font-size: 18px;
  line-height: 106.5%;
  padding: 17px 28px;
}
.listing-page .about .title1 {
  text-align: left;
}
.listing-page .page-services__info-2 {
  background: none;
}
.listing-page .page-services__info-2 .swiper-container {
  overflow: hidden;
}
.listing-page .page-services__info-2 .swiper-container .swiper-button-next,
.listing-page .page-services__info-2 .swiper-container .swiper-button-prev {
  background: #fff;
}
.proposition {
  background-color: #f6f8f7;
  padding-bottom: 200px;
  padding-top: 78px;
}
.proposition .section-top {
  margin-bottom: 60px;
}
@media (max-width: 1319px) {
  .proposition .section-top {
    margin-bottom: 40px;
  }
}
.proposition__item {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 40px;
}
.proposition__item:not(:last-child) {
  margin-bottom: 50px;
}
.proposition__item-img {
  position: relative;
  width: 100%;
  height: 250px;
  max-width: 440px;
}
@media (max-width: 1319px) {
  .proposition__item-img {
    height: 170px;
  }
}
.proposition__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1319px) {
  .proposition__item {
    flex-direction: column;
    padding: 35px 20px;
    gap: 35px;
  }
}
.proposition .item__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.proposition .item__right-title {
  color: #299c8f;
  font-weight: 500;
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (max-width: 1319px) {
  .proposition .item__right-title {
    font-size: 24px;
    line-height: 24px;
  }
}
.proposition .item__right-text {
  font-size: 18px;
  line-height: 21px;
  color: #394149;
}
@media (max-width: 1319px) {
  .proposition .item__right-text {
    font-size: 15px;
    line-height: 18px;
  }
}
.proposition .right {
  display: flex;
}
.proposition .bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1319px) {
  .proposition .bottom {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.proposition .bottom__info {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  grid-column-gap: 10px;
}
@media (max-width: 1319px) {
  .proposition .bottom__info {
    row-gap: 10px;
  }
}
.proposition .bottom__info .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}
.proposition .bottom__info .text-price {
  font-size: 18px;
  line-height: 21px;
  color: #394149;
}
@media (max-width: 1319px) {
  .proposition .bottom__info .text-price {
    font-size: 18px;
    line-height: 21px;
  }
}
.proposition .bottom__info .price-price {
  font-size: 18px;
  line-height: 21px;
  color: #394149;
}
@media (max-width: 1319px) {
  .proposition .bottom__info .price-price {
    font-size: 16px;
    line-height: 19px;
  }
}
.proposition .bottom__info .price-price span {
  margin-right: 5px;
  font-weight: 700;
  font-size: 30px;
  line-height: 106.5%;
  color: #299B8E;
}
.proposition .bottom__info .text-time {
  font-size: 16px;
  line-height: 19px;
  color: #68747C;
}
.proposition .bottom__info .time-time {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #394149;
  min-width: 88px;
}
@media (max-width: 1319px) {
  .proposition {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.tidings {
  margin-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 1319px) {
  .tidings {
    margin-bottom: 80px;
  }
}
.tidings__top {
  display: flex;
  gap: 7px;
  margin-bottom: 50px;
  margin-top: 60px;
}
@media (max-width: 1319px) {
  .tidings__top {
    overflow: auto;
    margin: 40px -15px;
    width: calc(100% + 30px);
    padding: 0 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tidings__top::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.tidings__nav {
  text-decoration: none;
  padding: 8px 25px;
}
@media (max-width: 1319px) {
  .tidings__nav {
    white-space: nowrap;
  }
}
.tidings__center {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 70px;
  grid-row-gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1319px) {
  .tidings__center {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tidings__item {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
}
.tidings__item a {
  text-decoration: none;
}
.tidings__item-img {
  position: relative;
  width: 100%;
  height: 250px;
}
.tidings__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.tidings__item-date {
  margin: 10px 31px;
  font-size: 14px;
  line-height: 16px;
  color: #7A8891;
}
.tidings__item-title {
  margin: 10px 31px 20px;
  font-size: 16px;
  line-height: 19px;
  color: #394149;
  text-decoration: none;
  display: block;
}
.tidings__item-title:hover {
  color: #299B8E;
}
.news-inner-page {
  background: #F6F8F7;
}
@media (max-width: 1319px) {
  .news-inner-page {
    background: #fff;
  }
}
.news-inner {
  padding-bottom: 30px;
}
.news-inner__date {
  color: #7A8891;
  margin-bottom: 17px;
}
@media (max-width: 1319px) {
  .news-inner__date {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
  }
}
.news-inner__title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 25px;
  color: #394149;
}
@media (max-width: 1319px) {
  .news-inner__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.news-inner__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 45px;
  margin-bottom: 40px;
}
@media (max-width: 1319px) {
  .news-inner__content {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
}
.news-inner__content-img {
  position: relative;
  width: 100%;
  height: 400px;
}
@media (max-width: 1319px) {
  .news-inner__content-img {
    height: 220px;
  }
}
.news-inner__content-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-inner-subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
  margin-top: 60px;
}
.news-inner-subtitle.green {
  color: #299B8E;
}
.news-inner-text {
  font-size: 16px;
  line-height: 24px;
  color: #394149;
}
.news-inner-text span {
  font-weight: 500;
  color: #299B8E;
}
.news-inner .titlee {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-top: 50px;
}
@media (max-width: 1319px) {
  .news-inner .titlee {
    text-align: left;
  }
}
.news-inner .text-block__list-wrap {
  padding-left: 0;
  margin-bottom: 25px;
}
.news-inner .text-block__list-wrap a {
  color: #394149;
}
.news-inner #price-plus {
  display: none !important;
}
.news-inner .personal-page__paragraph {
  max-width: 950px;
}
.block-warning {
  display: flex;
  padding: 20px 33px;
  gap: 15px;
  margin-bottom: 50px;
}
@media (max-width: 1319px) {
  .block-warning {
    position: relative;
  }
}
.block-warning .left {
  flex: 0 0 36px;
}
@media (max-width: 1319px) {
  .block-warning .left {
    position: absolute;
    top: 20px;
    left: 33px;
  }
}
.block-warning .right__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 4px;
}
@media (max-width: 1319px) {
  .block-warning .right__title {
    margin-left: 43px;
  }
}
.block-warning.orange-block {
  background: #FFFFFF;
  box-shadow: 0px 2px 13px 5px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.block-warning.orange-block .right__title {
  color: #f58a07;
}
.block-warning.green-block {
  border-bottom: 2px dashed #C4C4C4;
  border-top: 2px dashed #C4C4C4;
}
.block-warning.green-block .right__title {
  color: #299B8E;
}
.branches {
  margin-top: 60px;
  margin-bottom: 60px;
}
.branches__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #394149;
  margin-bottom: 60px;
}
@media (max-width: 1319px) {
  .branches__title {
    font-size: 30px;
    line-height: 35px;
  }
}
.branches__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 70px;
}
@media (max-width: 1319px) {
  .branches__items {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 75px;
  }
}
.branches__item {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: #f6f8f7;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.branches__item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #209a8f;
  margin: 30px 20px 15px 45px;
}
@media (max-width: 1319px) {
  .branches__item-title {
    margin-left: 30px;
    margin-top: 15px;
  }
}
.branches__item-link {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 12px 20px 12px 45px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #394149;
  text-decoration: none;
}
.branches__item-link:hover {
  color: #394149;
}
@media (max-width: 1319px) {
  .branches__item-link {
    margin-left: 30px;
  }
}
.branches__item-work {
  display: flex;
  gap: 5px;
  margin: 12px 20px 25px 45px;
}
@media (max-width: 1319px) {
  .branches__item-work {
    margin-left: 30px;
  }
}
.branches__item-work p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #394149;
}
.branches__item-work p span {
  color: #209a8f;
}
.branches__item-work .left svg {
  margin-top: -5px;
}
.branches__item-img {
  position: relative;
  width: 100%;
  height: 260px;
}
.branches__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.contacts__links {
  margin-bottom: 60px;
}
.contacts__email {
  display: flex;
  gap: 13px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px;
}
.contacts__email a {
  font-size: 16px;
  line-height: 20px;
  color: #0A7ABF;
  text-decoration: none;
}
.contacts__email a:hover {
  color: #0A7ABF;
  opacity: 0.8;
}
.contacts__tel {
  display: flex;
  gap: 8px;
}
.contacts__tel-title {
  font-size: 18px;
  line-height: 24px;
  color: #0D1317;
}
.contacts__tel a {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #299B8E;
  text-decoration: none;
}
.contacts__tel-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #0D1317;
}
.contacts__map {
  width: 100%;
  height: 90vh;
  margin-bottom: 100px;
}
@media (max-width: 1319px) {
  .contacts__map {
    height: 190px;
    padding: 0 10px;
  }
}
.road {
  margin-bottom: 200px;
}
@media (max-width: 1319px) {
  .road {
    margin-bottom: 130px;
  }
}
.road__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.road__top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 80px;
}
@media (max-width: 1319px) {
  .road__top {
    flex-direction: column;
  }
  .road__top .road__title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
}
.road .columns {
  display: flex;
}
@media (max-width: 1319px) {
  .road .columns {
    display: block;
  }
}
.road .columns .col {
  flex: 1 1 33.333%;
  padding: 0 40px;
}
.road .columns .col:not(:last-child) {
  border-right: 1px dashed #D8D4D4;
}
@media (max-width: 1319px) {
  .road .columns .col {
    padding: 0;
  }
  .road .columns .col img {
    margin: 40px auto 5px;
  }
  .road .columns .col:not(:last-child) {
    border-right: none;
  }
}
.road__img {
  display: block;
  margin: 0 auto;
}
.road img {
  display: block;
}
.road img.mt {
  margin-top: 50px;
}
.road .margin {
  margin: 24px 0;
}
.road .only-text {
  margin-left: 22px;
}
@media (max-width: 1319px) {
  .road .only-text {
    font-size: 14px;
  }
}
.road .mb {
  margin-bottom: 22px;
}
.road .green {
  font-weight: 700;
  color: #299B8E;
}
.road .bold {
  font-weight: 700;
  color: #394149;
}
.road .text {
  font-size: 14px;
  line-height: 24px;
  color: #394149;
}
@media (max-width: 1319px) {
  .road .text {
    font-size: 14px;
  }
}
.road .light {
  font-weight: 300;
}
.road__list-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #299B8E;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 1319px) {
  .road__list-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.road__list-number {
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  color: #299B8E;
  margin: 25px 0 5px 22px;
}
@media (max-width: 1319px) {
  .road__list-number {
    font-size: 14px;
  }
}
.road__list-icon {
  display: flex;
  gap: 6px;
  margin-bottom: 5px;
}
.road__list-icon .icon {
  width: 16px;
  flex: 0 0 16px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.road__list-icon .text {
  margin: 0;
}
.about-us__title {
  text-align: left;
  margin-bottom: 40px;
}
.about-us__images {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1319px) {
  .about-us__images {
    margin: 0 -12px 40px;
    width: calc(100% + 24px);
  }
}
.about-us__images .left {
  position: relative;
  width: 68%;
  height: 580px;
}
.about-us__images .left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1319px) {
  .about-us__images .left {
    display: none;
  }
}
.about-us__images .right {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about-us__images .right__img {
  position: relative;
  width: 100%;
  height: 50%;
}
.about-us__images .right__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1319px) {
  .about-us__images .right {
    display: none;
  }
}
.about-us__images .swiper {
  display: none;
}
@media (max-width: 1319px) {
  .about-us__images .swiper {
    display: block;
  }
}
.about-us__images .swiper-slide {
  width: 300px;
  position: relative;
  height: 220px;
  overflow: hidden;
  margin: 0 10px;
}
.about-us__images .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us__text {
  margin-bottom: 60px;
}
.about-us .about {
  padding-bottom: 90px;
}
.about-us__title-2 {
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 1319px) {
  .about-us__title-2 {
    text-align: center;
  }
}
.about-us__numbers {
  margin-top: 130px;
}
@media (max-width: 1319px) {
  .about-us__numbers {
    margin-top: 60px;
  }
  .about-us__numbers h2 {
    text-align: center;
  }
}
.about-us .digits {
  padding: 20px 0 150px;
}
.about-us__team-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #299B8E;
  margin: 80px 0;
}
.about-us__team-title .orange {
  color: #f58a07;
}
@media (max-width: 1319px) {
  .about-us__team-title {
    font-size: 24px;
    line-height: 30px;
    padding: 0 15px;
    margin: 50px 0 20px;
  }
}
@media (max-width: 1319px) {
  .about-us__team .news-inner-text {
    padding: 0 20px;
  }
}
.about-us .block-doctors {
  padding: 30px;
  display: flex;
  gap: 30px;
  background: #F6F8F7;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 60px 0 100px;
}
@media (max-width: 1319px) {
  .about-us .block-doctors {
    flex-direction: column;
    padding: 25px 15px;
    gap: 15px;
  }
}
.about-us .block-doctors__img {
  position: relative;
  width: 350px;
  height: 235px;
  flex: 0 0 350px;
}
@media (max-width: 1319px) {
  .about-us .block-doctors__img {
    flex: 1 1 auto;
    width: 100%;
    height: 200px;
  }
}
.about-us .block-doctors__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us .block-doctors__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-us .block-doctors__text-text {
  font-size: 18px;
  line-height: 1.4em;
}
.about-us .block-doctors__text-orange {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2em;
  color: #f58a07;
}
@media (max-width: 1319px) {
  .about-us .block-doctors__text-orange {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    padding: 0 20px;
  }
}
.about-us .images-team {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  margin-bottom: 100px;
}
@media (max-width: 1319px) {
  .about-us .images-team {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}
.about-us .images-team__img {
  position: relative;
  width: 100%;
  height: 275px;
}
@media (max-width: 1319px) {
  .about-us .images-team__img {
    height: 220px;
  }
}
.about-us .images-team__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us__entry {
  margin-bottom: 90px;
}
.about-us__entry .road__list-icon {
  align-items: flex-start;
  gap: 8px;
}
.about-us__entry .road__list-icon .text {
  font-size: 18px;
}
.about-us__entry .road__list-icon .text > * {
  display: inline-block;
}
@media (max-width: 1319px) {
  .about-us__entry .road__list-icon .text {
    font-size: 16px;
  }
}
.about-us__entry .road__list-icon .text .bold {
  font-weight: 500;
}
.about-us__entry .road__list-icon .icon {
  width: 36px;
  height: 24px;
  flex-basis: auto;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us__entry .only-text {
  font-size: 18px;
  margin-left: 45px;
  font-weight: 500;
}
@media (max-width: 1319px) {
  .about-us__entry .only-text {
    font-size: 16px;
  }
}
.about-us__entry .green {
  color: #299B8E;
  font-weight: 500 !important;
}
.about-us__entry .link {
  font-size: 24px;
  line-height: 1.2em;
  color: #299B8E;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 1319px) {
  .about-us__entry .link {
    white-space: nowrap;
  }
}
.about-us__entry .margin {
  margin: 22px 0;
}
.about-us__held-list {
  padding-left: 40px;
}
@media (max-width: 1319px) {
  .about-us__held-list {
    padding-left: 15px;
  }
}
.about-us__held .news-inner-text {
  margin: 30px 0 60px;
}
@media (max-width: 1319px) {
  .about-us__held .news-inner-text {
    padding: 0 15px;
  }
}
.about-us__held-img {
  display: block;
  margin-bottom: 120px;
}
.about-us__directions {
  display: flex;
  gap: 27px;
  margin-bottom: 20px;
}
@media (max-width: 1319px) {
  .about-us__directions {
    gap: 15px;
  }
}
.about-us__directions-icon {
  width: 50px;
  flex: 0 0 50px;
}
.about-us__directions-content h3 {
  font-size: 24px;
  line-height: 24px;
  color: #299B8E;
  font-weight: 600;
}
.about-us .personal-page__licenses {
  background: #fff;
}
.about-us .personal-page__licenses ._top img {
  display: none;
}
.about-us .swiper-license .swiper-button-next,
.about-us .swiper-license .swiper-button-prev {
  background: #fff;
}
.youtube {
  margin-top: 160px;
  margin-bottom: 250px;
}
@media (max-width: 1319px) {
  .youtube {
    margin-top: 100px;
    margin-bottom: 150px;
  }
}
.youtube__title {
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 1319px) {
  .youtube__title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
}
@media (max-width: 1319px) {
  .youtube .news-inner-text {
    display: none;
  }
}
.youtube .swiper-2 {
  margin: 35px -85px 0;
}
@media (max-width: 1319px) {
  .youtube .swiper-2 {
    margin: 0 -12px;
    width: calc(100% + 24px);
  }
}
@media (max-width: 1319px) {
  .youtube .swiper-2 .swiper-slide {
    width: 85%;
    margin: 0 5px;
  }
}
.reviews-about {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (max-width: 1319px) {
  .reviews-about {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
.reviews-about__title {
  text-align: left;
  margin-bottom: 50px;
}
.reviews-about__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
@media (max-width: 1319px) {
  .reviews-about__columns {
    grid-template-columns: repeat(3, 80%);
    grid-column-gap: 12px;
    margin: 0 -12px;
    padding: 0 12px;
    width: calc(100% + 24px);
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .reviews-about__columns::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.reviews-page .bg {
  background: #F6F8F7;
  padding: 70px 0;
}
@media (max-width: 1319px) {
  .reviews-page .bg {
    background: #fff;
    padding: 20px 0;
  }
}
.reviews-page ._inner__content_button {
  display: none !important;
}
.reviews-page .personal-page__licenses {
  background: #fff;
}
.reviews-page .personal-page__licenses ._top img {
  display: none;
}
.reviews-page .swiper-license .swiper-button-next,
.reviews-page .swiper-license .swiper-button-prev {
  background: #fff;
}
.reviews-page .reviews {
  padding-top: 0;
}
.treatment {
  position: relative;
  padding: 75px 0;
  margin: 80px 0;
  overflow: hidden;
}
@media (max-width: 1319px) {
  .treatment {
    padding-top: 250px;
    padding-bottom: 0;
    margin: 30px 0;
  }
}
.treatment .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 1319px) {
  .treatment .container {
    background: #F7F7F7;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.treatment__bg {
  position: absolute;
  z-index: -1;
  top: 68%;
  transform: translateY(-50%);
  right: 0;
  width: auto;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
@media (max-width: 1319px) {
  .treatment__bg {
    display: none;
  }
}
.treatment__bg-mobile {
  display: none;
  opacity: 0.6;
}
@media (max-width: 1319px) {
  .treatment__bg-mobile {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.treatment__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #299B8E;
  margin-bottom: 23px;
}
@media (max-width: 1319px) {
  .treatment__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
}
.treatment__specialization {
  display: flex;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 55px;
}
@media (max-width: 1319px) {
  .treatment__specialization {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
}
.treatment__specialization span {
  display: block;
}
.treatment__specialization span:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1319px) {
  .treatment__specialization span:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.treatment__text {
  max-width: 700px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
@media (max-width: 1319px) {
  .treatment__text {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
}
.treatment .booking__btns .booking__title {
  text-decoration: none;
}
.treatment .booking__btns .button1 {
  padding: 17px 32px 16px;
}
.disease-page__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
}
@media (max-width: 1319px) {
  .disease-page__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.disease-page__sub-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #299B8E;
  margin-bottom: 20px;
}
@media (max-width: 1319px) {
  .disease-page__sub-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.disease-page__list {
  padding-left: 51px;
}
.disease-page__list .item__list-icon {
  padding-left: 43px;
}
@media (max-width: 1319px) {
  .disease-page__list .item__list-icon {
    padding-left: 30px;
  }
  .disease-page__list .item__list-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='7' fill='%2331BBAC'/%3E%3Cpath d='M7.38759 10.8887L3.00016 6.33223C2.62718 5.94489 2.62729 5.33194 3.0004 4.94473L3.29753 4.63638C3.69098 4.22806 4.34486 4.22823 4.73809 4.63676L7.38759 7.38929L10.0371 4.63676C10.4303 4.22823 11.0842 4.22806 11.4776 4.63638L11.7748 4.94473C12.1479 5.33194 12.148 5.94489 11.775 6.33223L7.38759 10.8887Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 1319px) {
  .disease-page__list {
    padding-left: 25px;
  }
}
.disease-page .disease__title {
  text-align: left;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media (max-width: 1319px) {
  .disease-page .disease__title {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.disease-page .item__list-number {
  padding-left: 40px;
}
@media (max-width: 1319px) {
  .disease-page .item__list-number {
    padding-left: 0;
  }
}
.disease-page .categories__item {
  flex: none;
}
.disease-page .categories__item .categories__link {
  padding: 5px 30px;
}
.disease-page .what-is {
  margin: 80px 0 100px;
}
@media (max-width: 1319px) {
  .disease-page .what-is {
    margin: 60px 0 30px;
  }
}
.disease-page .what-is__title {
  margin-bottom: 45px;
}
@media (max-width: 1319px) {
  .disease-page .what-is__title {
    margin-bottom: 35px;
  }
}
.disease-page .what-is__body {
  display: flex;
  gap: 45px;
}
@media (max-width: 1319px) {
  .disease-page .what-is__body {
    flex-direction: column;
  }
}
.disease-page .what-is__img {
  position: relative;
  flex: 1 1 45%;
  height: 400px;
}
@media (max-width: 1319px) {
  .disease-page .what-is__img {
    height: 220px;
    flex: 1 1 220px;
  }
}
.disease-page .what-is__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.disease-page .what-is__text {
  flex: 1 1 55%;
}
@media (max-width: 1319px) {
  .disease-page .symptoms .item__list-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='7' fill='%2331BBAC'/%3E%3Cpath d='M7.38759 10.8887L3.00016 6.33223C2.62718 5.94489 2.62729 5.33194 3.0004 4.94473L3.29753 4.63638C3.69098 4.22806 4.34486 4.22823 4.73809 4.63676L7.38759 7.38929L10.0371 4.63676C10.4303 4.22823 11.0842 4.22806 11.4776 4.63638L11.7748 4.94473C12.1479 5.33194 12.148 5.94489 11.775 6.33223L7.38759 10.8887Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 14px;
    height: 14px;
  }
}
.disease-page .symptoms__title {
  margin-bottom: 20px;
}
.disease-page .symptoms__sub-title {
  margin-bottom: 20px;
}
.disease-page .symptoms__list {
  padding-left: 50px;
}
@media (max-width: 1319px) {
  .disease-page .symptoms__list {
    padding-left: 0;
  }
}
.disease-page .symptoms__text {
  margin: 40px 0;
}
.disease-page .symptoms__img img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 1319px) {
  .disease-page .symptoms {
    margin-top: 70px;
  }
}
.disease-page .problems {
  margin: 80px 0;
}
.disease-page .problems__images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  margin: 40px 0;
}
@media (max-width: 1319px) {
  .disease-page .problems__images {
    overflow: auto;
    grid-template-columns: 300px 300px 300px;
    grid-column-gap: 10px;
  }
}
.disease-page .problems__img {
  position: relative;
  height: 280px;
}
@media (max-width: 1319px) {
  .disease-page .problems__img {
    height: 210px;
  }
}
.disease-page .problems__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.disease-page .reviews-about__title {
  display: none;
}
.disease-page .causes__text {
  margin: 30px 0;
}
@media (max-width: 1319px) {
  .disease-page .causes .disease-page__list {
    padding-left: 0;
  }
}
.disease-page .block {
  margin: 60px 0;
}
.disease-page .help-form {
  margin: 150px 0 100px;
}
@media (max-width: 1319px) {
  .disease-page .help-form {
    margin: 60px 0;
  }
}
.disease-page .results__text {
  margin: 40px 0;
}
@media (max-width: 1319px) {
  .disease-page .results .button1 {
    margin: 0 auto;
    display: block;
  }
}
.disease-page .results .block-swipe {
  position: relative;
  width: 400px;
  height: 300px;
  background: gray;
  overflow: hidden;
  display: flex;
  flex: 0 0 400px;
}
.disease-page .results .block-swipe span {
  position: absolute;
  top: 0;
  left: 198px;
  height: 100%;
  width: 4px;
  background: #fff;
  z-index: 10;
  display: block;
}
.disease-page .results .block-swipe .arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: col-resize;
}
.disease-page .results .block-swipe .arrow img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.disease-page .results .block-swipe .left {
  position: relative;
  overflow: hidden;
  width: 200px;
  z-index: 5;
}
.disease-page .results .block-swipe .left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  max-width: none;
  height: 300px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.disease-page .results .block-swipe .right {
  overflow: hidden;
}
.disease-page .results .block-swipe .right img {
  max-width: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 300px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.disease-page .proposition {
  margin: 50px 0;
  padding: 30px 0 60px;
}
.disease-page .offers .service-card {
  background-image: none;
}
.disease-page .offers .service-card__title::after {
  display: none;
}
.disease-page .booking {
  margin-bottom: 50px;
}
.disease-page .section-top__title {
  margin-bottom: 20px;
}
.disease-page .section-top__text {
  margin-bottom: 20px;
}
.disease-page ._selector {
  margin-bottom: 20px;
}
.disease-page .top-banner__inner {
  background: #D8D4D4;
}
.disease-page .page-services__info .page-services__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 1319px) {
  .disease-page .page-services__info .page-services__title {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
}
.directory-page .top-banner__inner {
  background: #D8D4D4;
}
.directory-page .directions__content {
  display: none;
}
.directory-page .directions__content.full {
  display: block;
}
.directory-page .classification-diseases {
  margin: 100px 0;
}
@media (max-width: 1319px) {
  .directory-page .classification-diseases {
    margin: 60px 0;
  }
}
.directory-page .classification-diseases__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 40px;
}
@media (max-width: 1319px) {
  .directory-page .classification-diseases__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.directory-page .classification-diseases__sub-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (max-width: 1319px) {
  .directory-page .classification-diseases__sub-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.directory-page .classification-diseases__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
}
@media (max-width: 1319px) {
  .directory-page .classification-diseases__items {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
  }
}
.directory-page .classification-diseases__items .col-1,
.directory-page .classification-diseases__items .col-2 {
  width: 100%;
}
.directory-page .classification-diseases__items .item__list-icon {
  line-height: 26px;
  margin-bottom: 10px;
}
.directory-page .classification-diseases__items .item__list-icon::before {
  top: 4px;
}
.directory-page .classification-diseases__items .item__list-icon span {
  font-weight: 700;
  font-size: 16px;
  color: #299B8E;
  line-height: 24px;
}
@media (max-width: 1319px) {
  .text-page .images-team-slider {
    display: flex;
    overflow: auto;
    margin: 50px -15px !important;
    padding: 0 15px;
    width: calc(100% + 30px);
  }
  .text-page .images-team-slider .images-team__img {
    width: 300px;
    flex: 0 0 300px;
  }
}
.text-page .title-number {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 15px;
  margin-top: 50px;
}
@media (max-width: 1319px) {
  .text-page .title-number {
    font-size: 24px;
    line-height: 28px;
  }
}
.text-page .about-us__images {
  margin-top: 30px;
}
.text-page .clinic-number-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 45px;
  margin: 100px 0;
}
@media (max-width: 1319px) {
  .text-page .clinic-number-block {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.text-page .clinic-number-block h3 {
  margin-bottom: 30px;
}
.text-page .clinic-number-block h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
}
.text-page .clinic-number-block .green-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #299B8E;
  margin-bottom: 20px;
}
.text-page .clinic-number-block .left .news-inner-text:last-child {
  margin-bottom: 20px;
}
.text-page .clinic-number-block .right h3 {
  margin: 30px 0;
}
.text-page .team-clinic h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 30px;
}
.text-page .team-clinic .columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 45px;
  margin-bottom: 25px;
}
@media (max-width: 1319px) {
  .text-page .team-clinic .columns {
    grid-template-columns: 1fr;
  }
}
.text-page .team-clinic .columns .right {
  position: relative;
}
.text-page .team-clinic .columns .right img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.text-page .block-warning {
  margin: 50px 0;
}
.doctors-page .directions__content {
  box-shadow: none;
  background: #fff;
}
@media (max-width: 1319px) {
  .doctors-page .directions {
    display: block;
  }
}
@media (max-width: 1319px) {
  .doctors-page .directions .tab-content-first > .active,
  .doctors-page .directions__row {
    display: block;
  }
}
.doctors-page .directions__nav {
  width: auto;
}
.doctors-page .directions__content {
  background: #F6F8F7;
}
.doctors-page .item-mob {
  display: none;
}
.doctors-page .box {
  position: relative;
  z-index: 30;
  box-shadow: 0px 10px 11px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1319px) {
  .doctors-page .flex {
    display: flex;
    flex-direction: column;
  }
  .doctors-page .flex .directions__title {
    margin-bottom: 40px;
  }
  .doctors-page .filter > div {
    padding: 0;
  }
  .doctors-page .directions__nav-inner {
    padding-bottom: 0;
  }
  .doctors-page .directions__nav-inner button {
    margin-bottom: 30px;
  }
  .doctors-page .col {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .doctors-page .item-mob {
    position: relative;
    background: linear-gradient(0deg, #299B8E, #299B8E), linear-gradient(0deg, #299B8E, #299B8E), #299B8E;
    box-shadow: inset 0px 0.545045px 1.09009px rgba(97, 97, 97, 0.2), inset 0px 1.09009px 2.18018px rgba(97, 97, 97, 0.2);
    border-radius: 20px;
    overflow: hidden;
    padding: 11px 23px;
    display: inline-block;
    font-size: 16px;
    line-height: 106.5%;
    color: #FFFFFF;
    min-width: 205px;
  }
  .doctors-page .item-mob::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-1' x2='7.87827' y2='-1' transform='matrix(-0.760995 -0.648757 0.631566 -0.775322 11.9922 5.5)' stroke='white' stroke-width='2'/%3E%3Cline y1='-1' x2='7.87827' y2='-1' transform='matrix(0.760995 -0.648757 -0.631566 -0.775322 0 5.5)' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 8px;
    transform: rotate(-180deg);
  }
  .doctors-page .item-mob.active {
    border-radius: 20px 20px 0 0;
  }
  .doctors-page .item-mob.active::after {
    transform: rotate(0);
  }
  .doctors-page .directions__nav {
    position: absolute;
    z-index: 20;
    top: 39px;
    left: 12px;
    background: #fff;
    box-shadow: none;
    flex-direction: column;
    display: none;
    border: 1px solid #C4C4C4;
    border-radius: 0 0 20px 20px;
    border-top: none;
    overflow: hidden;
  }
  .doctors-page .directions__nav.active {
    display: flex;
  }
  .doctors-page .directions__nav button {
    border-radius: 0 !important;
    display: flex;
    justify-content: flex-start;
    min-width: 203px;
    border-top: 1px solid #C4C4C4;
  }
  .doctors-page .directions__nav .active {
    display: none;
  }
}
.doctors-page .personal-page__licenses {
  background: #fff;
}
.doctors-page .swiper-license .swiper-button-next,
.doctors-page .swiper-license .swiper-button-prev {
  background: #fff;
}
p,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
.error_wrapper {
  padding: 54px 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .error_wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.error_wrapper .error_content {
  padding-top: 30px;
  max-width: 560px;
}
@media (max-width: 1000px) {
  .error_wrapper .error_content {
    order: 1;
  }
}
.error_wrapper .error_content .content_titles {
  font-family: 'Roboto' sans-serif;
  margin-bottom: 68px;
}
.error_wrapper .error_content .content_titles .titles_title {
  font-size: 160px;
  font-family: "gothamProBold", sans-serif;
  font-weight: bold;
  color: #7A8891;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .error_wrapper .error_content .content_titles .titles_title {
    font-size: 120px;
    text-align: center;
  }
}
@media (max-width: 1000px) and (max-width: 375px) {
  .error_wrapper .error_content .content_titles .titles_title {
    font-size: 110px;
  }
}
.error_wrapper .error_content .content_titles .titles_description {
  font-size: 40px;
  font-weight: 400;
  color: #7A8891;
  line-height: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .error_wrapper .error_content .content_titles .titles_description {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 1000px) and (max-width: 375px) {
  .error_wrapper .error_content .content_titles .titles_description {
    font-size: 20px;
    text-align: center;
  }
}
.error_wrapper .error_content .content_titles .error_code {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 1000px) {
  .error_wrapper .error_content .content_titles .error_code {
    font-size: 20px;
    text-align: center;
    margin-bottom: 58px;
  }
}
@media (max-width: 1000px) and (max-width: 375px) {
  .error_wrapper .error_content .content_titles .error_code {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .error_wrapper .error_content .content_menu-error {
    order: 0;
  }
}
.error_wrapper .error_content .content_menu-error .menu-error_title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 12px;
}
@media (max-width: 1000px) {
  .error_wrapper .error_content .content_menu-error .menu-error_title {
    font-size: 18px;
  }
}
.error_wrapper .error_content .content_menu-error .menu-error_list {
  list-style: none;
}
@media (max-width: 1000px) {
  .error_wrapper .error_content .content_menu-error .menu-error_list .error-list_item {
    padding: 5px 0;
    line-height: 100%;
  }
}
@media (max-width: 1000px) and (max-width: 375px) {
  .error_wrapper .error_content .content_menu-error .menu-error_list .error-list_item {
    font-size: 18px;
  }
}
.error_wrapper .error_content .content_menu-error .menu-error_list .error-list_item .error-item_link {
  text-decoration: none;
  color: #299B8E;
  font-size: 18px;
}
.error_wrapper .error_content .content_menu-error .menu-error_list .error-list_item:not(:last-child) {
  margin-bottom: 12px;
}
#calendar table {
  width: auto;
  margin: 0;
}
._card-content #calendar table {
  margin: 0 auto;
}
.jsCalendar tbody td,
.jsCalendar thead .jsCalendar-week-days th {
  width: 34px !important;
}
.personal-page__licenses {
  position: relative;
}
.personal-page__licenses .swiper-license {
  margin: 0 20px;
  padding: 0 25px;
}
.personal-page__licenses .swiper-license .swiper-slide {
  height: 268px;
  width: auto;
}
.personal-page__licenses .swiper-license .swiper-slide img {
  height: 268px;
  width: auto;
}
.personal-page__licenses .swiper-license--centered .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 1319px) {
  .personal-page__licenses .swiper-license--centered .swiper-wrapper {
    justify-content: flex-start;
  }
}
.swiper-button-lock {
  display: flex;
  align-items: center;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.6;
}
.modal_sertificates {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100%;
  max-height: 100vh;
  overflow-y: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px;
  display: none;
  height: 100vh;
  box-sizing: border-box;
}
.modal_sertificates .close_modal_sertificates {
  font-size: 50px;
  z-index: 501;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 0;
}
.modal_sertificates .wrapper_sertificate {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 80vh;
  height: 80vh;
  width: 100%;
}
.modal_sertificates .wrapper_sertificate .sertificate_item .item_doby-img img {
  height: 80vh;
  width: 100%;
}
.modal_sertificates .modal-button-prev {
  position: absolute;
  top: 40%;
  left: 2em;
  width: 48px;
  translate: transform(50%);
}
.modal_sertificates .modal-button-prev span svg {
  fill: #bdbdbd;
}
.modal_sertificates .modal-button-prev span svg:hover {
  fill: #ffffff;
}
.modal_sertificates .modal-button-next {
  transform: rotate(180deg);
  position: absolute;
  top: 40%    ;
  right: 2em;
  width: 48px;
  translate: transform(50%);
}
.modal_sertificates .modal-button-next span svg {
  fill: #bdbdbd;
}
.modal_sertificates .modal-button-next span svg:hover {
  fill: #ffffff;
}
.modal-setificates_active {
  display: block;
}
.custom-select {
  box-sizing: border-box;
  background-color: #fff;
  color: #7A8891;
  position: relative;
}
.custom-select-dropdown {
  height: auto;
}
.custom-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  text-align: start;
  border: 1px #c4c4c4 solid;
  padding: 0 11px;
  cursor: pointer;
}
.custom-select-trigger svg {
  cursor: pointer;
}
.custom-select-options {
  position: absolute;
  list-style: none;
  text-align: start;
  width: -webkit-fill-available;
  background-color: #fff;
  max-height: 200px;
  overflow-y: scroll;
  border: 1px #c4c4c4 solid;
  border-top: none;
  z-index: 1;
  display: none;
  transition: 0.3s all ease;
}
.custom-select-options li {
  transition: 0.2s all ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 14px 0 11px 13px;
}
.custom-select-options li:hover {
  background-color: #f6f8f7;
}
.custom-select-options li .custom-select-checkbox {
  width: 17px;
  height: 17px;
  border-radius: 5px;
  border: 1px #cecece solid;
  margin-right: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-select-options li .custom-select-checkbox svg {
  display: none;
}
.custom-select-options li .custom-select-checkbox-active svg {
  display: block;
}
.custom-select-options .dark-background {
  background-color: #fff2f2;
  pointer-events: none;
}
.custom-select-options::-webkit-scrollbar {
  width: 6px;
}
.custom-select-options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 66, 105, 0.24);
  border-radius: 5px;
  height: 50px;
}
.custom-select-options-active {
  display: block;
  transition: 0.3s all ease;
}
.select__fs-14 {
  font-size: 14px;
}
.native-select-proxy {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1319px) {
  .personal-page__price table tr td:first-child,
  ._bottom {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal !important;
  }
}
.personal-page__price-btn ._button {
  position: relative;
  min-width: 176px;
  min-height: 26px;
  padding: 4px 26px 4px 4px;
  border: none;
  background: rgba(196, 196, 196, 0.2);
  box-shadow: inset 0 0.545045px 1.09009px rgba(97, 97, 97, 0.2), inset 0 1.09009px 2.18018px rgba(97, 97, 97, 0.2);
  border-radius: 20px;
  font-size: 18px;
  color: #299B8E;
}
.personal-page__price-btn ._button img {
  position: absolute;
  top: -4px;
  right: -8px;
  width: 50px;
  height: 50px;
}
.personal-page__info[data-price-block] .section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.personal-page__info[data-price-block] .section-top__main {
  margin-bottom: 0;
}
.price-block-search {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  width: 25%;
}
.price-block-search-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
}
.price-block-search-empty {
  display: none;
  margin-top: 12px;
}
.price-block-search-empty-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.price-block-search-empty-text {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 940px) {
  .personal-page__info[data-price-block] .section-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .price-block-search {
    width: 100%;
    justify-content: flex-start;
  }
  .price-block-search-input {
    max-width: 100%;
  }
}
/**/
.text_blok3 ._inner__left ul {
  list-style: none;
}
.text_blok3 ._inner__left ul li {
  position: relative;
  padding-left: 40px;
}
.text_blok3 ._inner__left ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 10px;
  transform: translate(50%);
  width: 10px;
  height: 10px;
  background-color: #67CCC1;
  margin-right: 12px;
  border-radius: 50%;
}
.text-block-rich .rich-content > h1,
.text-block-rich .rich-content > h2,
.text-block-rich .rich-content > h3,
.text-block-rich .rich-content > h4,
.text-block-rich .rich-content > h5,
.text-block-rich .rich-content > h6 {
  margin-top: 1.25em;
  margin-bottom: 0.6em;
  line-height: 1.3;
}
.text-block-rich .rich-content > h1:first-child,
.text-block-rich .rich-content > h2:first-child,
.text-block-rich .rich-content > h3:first-child,
.text-block-rich .rich-content > h4:first-child,
.text-block-rich .rich-content > h5:first-child,
.text-block-rich .rich-content > h6:first-child {
  margin-top: 0;
}
.text-block-rich .rich-content > p {
  margin-bottom: 1rem;
}
.text-block-rich .rich-content > h1 + p,
.text-block-rich .rich-content > h2 + p,
.text-block-rich .rich-content > h3 + p,
.text-block-rich .rich-content > h4 + p,
.text-block-rich .rich-content > h5 + p,
.text-block-rich .rich-content > h6 + p {
  margin-top: 0.35em;
}
.text-block-rich .rich-content > ul {
  list-style: none;
  padding: 0;
  padding-inline-start: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
}
.text-block-rich .rich-content > ul > li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 2.2em;
}
.text-block-rich .rich-content > ul > li:last-child {
  margin-bottom: 0;
}
.text-block-rich .rich-content > ul > li::before {
  content: '';
  background: url(/images/icon-list.svg?6a11346f2bd3ed11c3cd9ec1f63a9700) no-repeat;
  background-size: contain;
  width: 1.125em;
  height: 1.125em;
  position: absolute;
  left: 0;
  top: 0.1875em;
}
.text-block-rich table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 4px;
}
.text-block-rich table tr:first-child td,
.text-block-rich table thead th {
  background-color: #299B8E;
  color: #fff;
  font-weight: 500;
}
.text-block-rich table td,
.text-block-rich table th {
  padding: 12px 16px;
  border: 1px solid #D8D4D4;
  vertical-align: top;
}
.text-block-rich table tr:nth-child(even):not(:first-child) {
  background-color: #F6F8F7;
}
.text-block-rich table td p,
.text-block-rich table th p {
  margin: 0;
}
@media (max-width: 1319px) {
  .text-block-rich table td,
  .text-block-rich table th {
    padding: 10px 12px;
    font-size: 14px;
  }
}
.text-block-columns-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
@media (max-width: 1319px) {
  .text-block-columns-row {
    grid-template-columns: 1fr;
  }
}
.text-block-columns-row__item {
  min-width: 0;
}
.text_blok3 .rich-content > ul {
  margin-left: -10px;
}
.text_blok3 .rich-content > ul li {
  padding-left: 2.6em;
}
.text-block .text-block__description.rich-content > ul {
  margin-left: -10px;
}
.text-block .text-block__description.rich-content > ul li {
  padding-left: 2.6em;
}
.page-services {
  padding-top: 20px;
}
.page-services ._button {
  position: relative;
  min-width: 176px;
  min-height: 26px;
  padding: 4px 26px 4px 4px;
  border: none;
  background: rgba(196, 196, 196, 0.2);
  box-shadow: inset 0 0.545045px 1.09009px rgba(97, 97, 97, 0.2), inset 0 1.09009px 2.18018px rgba(97, 97, 97, 0.2);
  border-radius: 20px;
  font-size: 18px;
  color: #299B8E;
}
.page-services ._button img {
  position: absolute;
  top: -4px;
  right: -8px;
  width: 50px;
  height: 50px;
}
.page-services__title {
  margin: 35px 0;
  color: #299B8E;
  font-size: 40px;
  line-height: 1.2;
}
.page-services__title p {
  margin-bottom: 25px;
}
@media (max-width: 1319px) {
  .page-services__title {
    font-size: 30px;
    margin: 23px 0 12px;
  }
}
.page-services__title._default {
  margin: 0;
  color: inherit;
  font-size: 30px;
}
@media (max-width: 1319px) {
  .page-services__title._default {
    font-size: 24px;
  }
}
.page-services__title._fs-36 {
  margin: 0;
  font-size: 36px;
}
.page-services__title._fs-24 {
  margin: 0;
  font-size: 24px;
}
@media (max-width: 1319px) {
  .page-services__title._fs-24 {
    font-size: 18px;
  }
}
.page-services__title._fs-18 {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 1319px) {
  .page-services__title._fs-18 {
    font-size: 18px;
  }
}
.page-services__title._fs-16 {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 1319px) {
  .page-services__title._fs-16 {
    font-size: 16px;
  }
}
.page-services__title._white {
  color: #fff;
  margin: 0;
}
.page-services__title._blue {
  color: #299B8E;
}
.page-services__paragraph {
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.5;
  color: #7A8891;
}
.page-services__paragraph._color-default {
  color: #0e1317;
}
.page-services__paragraph span {
  color: #299B8E;
}
.page-services__paragraph._fs-12 {
  font-size: 12px;
}
.page-services__paragraph._fs-14 {
  font-size: 14px;
}
.page-services__paragraph._black {
  color: #0D1317;
}
.page-services__paragraph._fs-16 {
  font-size: 16px;
}
@media (max-width: 1319px) {
  .page-services__paragraph._fs-16 {
    font-size: 14px;
  }
}
.page-services__paragraph._fs-18 {
  font-size: 18px;
}
@media (max-width: 1319px) {
  .page-services__paragraph._fs-18 {
    font-size: 14px;
  }
}
.page-services__paragraph._white {
  color: #fff;
}
.page-services__top-banner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 444px;
  margin-top: 20px;
}
@media (max-width: 1319px) {
  .page-services__top-banner {
    flex-direction: column-reverse;
  }
}
.page-services__top-banner img {
  max-width: 100%;
}
.page-services__top-banner .col-md-6,
.page-services__top-banner .col-sm-6,
.page-services__top-banner .col-xs-6,
.page-services__top-banner .item_block {
  width: 100%;
  max-width: 100%;
  float: none;
}
.page-services__top-banner ._inner {
  display: flex;
  flex-direction: row;
  max-width: 440px;
}
.page-services__top-banner ._inner > div {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1319px) {
  .page-services__top-banner ._inner {
    text-align: center;
  }
}
.page-services__top-banner ._btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 10px;
  margin-top: auto;
}
@media (max-width: 1319px) {
  .page-services__top-banner ._btns {
    flex-direction: column;
    gap: 0;
    max-width: 200px;
    margin: 20px auto 0;
  }
}
.page-services__categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 47px;
}
.page-services__categories ._button {
  min-width: 174px;
  min-height: 26px;
  padding: 1px;
  border: none;
  background: rgba(196, 196, 196, 0.2);
  box-shadow: inset 0 0.545045px 1.09009px rgba(97, 97, 97, 0.2), inset 0 1.09009px 2.18018px rgba(97, 97, 97, 0.2);
  border-radius: 20px;
  font-size: 16px;
  text-align: center;
}
.page-services__categories ._button._active {
  background: rgba(103, 204, 193, 0.2);
  color: #299B8E;
}
@media (max-width: 1319px) {
  .page-services__categories {
    justify-content: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 18px;
    padding: 0 4px;
    margin-top: 25px;
  }
  .page-services__categories ._button {
    min-width: 165px;
    padding: 1px;
  }
}
.page-services__info-custom-width {
  max-width: 1320px;
}
.page-services__info-custom-width > p {
  padding: 5px 0;
}
@media (max-width: 1319px) {
  .page-services__info {
    margin-top: 68px;
  }
  .page-services__info h3 {
    text-align: center;
  }
}
.page-services__info-inner {
  row-gap: 23px;
  display: flex;
  flex-direction: column;
}
.page-services__info ._inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 35px;
}
.page-services__info ._inner._mt-20 {
  margin-top: 20px;
}
.page-services__info ._inner__left {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.page-services__info ._inner__left .button1 {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
.page-services__info ._inner__left ._img-top {
  display: none;
  max-width: 100%;
}
@media (max-width: 1319px) {
  .page-services__info ._inner__left ._img-top {
    display: block;
    margin: 0;
  }
  .page-services__info ._inner__left .button1 {
    margin: 10px auto 0;
  }
}
.page-services__info ._inner__right {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-gap: 25px;
}
.page-services__info ._inner__right .button1 {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1319px) {
  .page-services__info ._inner__right .button1 {
    margin: 0 auto;
  }
}
.page-services__info ._inner__slider {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #D8EFF2;
  padding: 10px 5px 18px;
}
.page-services__info ._inner__slider ._top {
  margin: 0 auto 10px 25px;
}
.page-services__info ._inner__slider ._bottom {
  margin: auto auto auto 25px;
}
.page-services__info ._inner ._b-r {
  max-width: 650px;
  align-self: flex-start;
  border-radius: 10px;
  margin: 0;
}
.page-services__info ._inner ._img-right {
  display: block;
}
@media (max-width: 1319px) {
  .page-services__info ._inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-services__info ._inner ._b-r {
    max-width: 100%;
    align-self: center;
  }
  .page-services__info ._inner ._img-right {
    display: none;
  }
}
.page-services__info-2 {
  padding: 43px 0;
}
.page-services__info-2 ._img-top {
  display: none;
  max-width: 100%;
  border-radius: 10px;
}
@media (max-width: 1319px) {
  .page-services__info-2 {
    margin-top: 68px;
    padding: 30px 0;
  }
  .page-services__info-2 h3 {
    text-align: center;
  }
  .page-services__info-2 ._img-top {
    display: block;
    margin: 20px auto 0;
  }
}
.page-services__info-2 ._hours {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin: 33px 0 52px;
}
@media (max-width: 1319px) {
  .page-services__info-2 ._hours {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 30px 0 28px;
  }
}
.page-services__info-2 ._hours__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.page-services__info-2 ._hours__item._results {
  width: 472px;
}
.page-services__info-2 ._hours__item._results h3 {
  margin-top: 5px;
}
.page-services__info-2 ._hours__item img {
  width: 80px;
  height: 80px;
}
@media (max-width: 1319px) {
  .page-services__info-2 ._hours__item {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .page-services__info-2 ._hours__item._results {
    width: 100%;
  }
  .page-services__info-2 ._hours__item img {
    width: 60px;
    height: 60px;
  }
}
.page-services__info-2 ._hours__item div {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
.page-services__info-2 ._hours__item div h3 {
  margin: 5px 0 0;
  font-size: 16px;
  text-align: left;
}
.page-services__info-2 ._hours__item div p {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  color: #299c8f;
}
.page-services__info-2 ._hours__item div p._results {
  font-size: 18px;
  color: #299c8f;
}
.page-services__info-2 ._inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 35px;
}
.page-services__info-2 ._inner._mt-20 {
  margin-top: 20px;
}
.page-services__info-2 ._inner__left {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
.page-services__info-2 ._inner__left ._ul {
  margin-top: 5px;
  margin-bottom: 0;
}
.page-services__info-2 ._inner__left .button1 {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
@media (max-width: 1319px) {
  .page-services__info-2 ._inner__left .button1 {
    margin: 10px auto 0;
  }
}
.page-services__info-2 ._inner__right {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-gap: 25px;
}
.page-services__info-2 ._inner__right .button1 {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1319px) {
  .page-services__info-2 ._inner__right .button1 {
    margin: 0 auto;
  }
}
.page-services__info-2 ._inner img {
  max-width: 650px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
}
.page-services__info-2 ._inner ._img-top {
  display: none;
}
.page-services__info-2 ._inner ._img-right {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1319px) {
  .page-services__info-2 ._inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-services__info-2 ._inner img {
    max-width: 100%;
  }
  .page-services__info-2 ._inner ._img-top {
    display: block;
    max-width: 100%;
    border-radius: 15px;
  }
  .page-services__info-2 ._inner ._img-right {
    display: none;
  }
}
.page-services__info-2 ._sing-up {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 23px;
  text-align: center;
}
.page-services__info-2 ._sing-up__agreement {
  color: #7A8891;
}
.page-services__info-2 ._sing-up__submit {
  display: inline-flex;
  text-align: left;
  font: inherit;
  letter-spacing: inherit;
  border: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  word-break: break-word;
  cursor: pointer;
  min-height: 47px;
  padding: 14px 50px;
  font-size: 18px;
  line-height: 1.065;
  justify-content: center;
  align-items: center;
  background-color: #f58a07;
  font-weight: 500;
  color: white;
  border-radius: 30px;
}
.page-services__info-2 ._sing-up__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.page-services__info-2 ._sing-up__form ._input {
  display: grid;
  grid-template-columns: repeat(3, 275px);
  grid-column-gap: 34px;
  grid-row-gap: 26px;
}
@media (max-width: 1319px) {
  .page-services__info-2 ._sing-up__form ._input {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.page-services__info-2 ._sing-up__form ._input ._radio {
  display: flex;
  border: 1px solid #c4c4c4;
  font-size: 14px;
  /* Create a custom radio button */
}
.page-services__info-2 ._sing-up__form ._input ._radio label {
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  position: relative;
  flex: 1;
  width: 0;
}
.page-services__info-2 ._sing-up__form ._input ._radio label input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
.page-services__info-2 ._sing-up__form ._input ._radio .checkmark {
  padding: 5px;
  min-height: 38px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 0;
  line-height: 1;
  color: #0D1317;
  transition: all 0.25s ease-in-out;
}
.page-services__info-2 ._sing-up__form ._input ._radio .checkmark small {
  font-size: 10px;
}
.page-services__info-2 ._sing-up__form ._input ._radio label:hover input ~ .checkmark {
  background-color: #ccc;
}
.page-services__info-2 ._sing-up__form ._input ._radio label input:checked ~ .checkmark {
  background-color: #31BBAC;
  color: #fff;
}
.page-services__info-2 ._sing-up__form ._input ._p {
  margin: -20px auto auto 0;
  text-align: left;
}
@media (max-width: 1319px) {
  .page-services__info-2 ._sing-up__form ._input ._p {
    margin: -20px auto auto;
    text-align: center;
  }
}
.page-services__info-2 ._sing-up p {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1319px) {
  .page-services__info-2 ._sing-up__form {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-services__info-2 ._sing-up__submit {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.page-services__how-to-start ._inner {
  display: flex;
  flex-direction: column;
}
.page-services__how-to-start ._inner__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1319px) {
  .page-services__how-to-start ._inner__top {
    flex-direction: column;
    justify-content: center;
  }
  .page-services__how-to-start ._inner__top h3 {
    text-align: center;
  }
}
.page-services__how-to-start ._inner__top #how-to-start-plus {
  display: none;
  opacity: 0;
}
.page-services__how-to-start ._inner__top #how-to-start-plus._active {
  display: block;
  opacity: 1;
}
.page-services__how-to-start ._inner__top #how-to-start-minus {
  display: none;
  opacity: 0;
}
.page-services__how-to-start ._inner__top #how-to-start-minus._active {
  display: block;
  opacity: 1;
}
.page-services__how-to-start ._inner__ul {
  overflow: hidden;
  display: none;
  margin: 0;
  transition: height 0.25s ease-in-out;
}
.page-services__how-to-start ._inner__ul._active {
  display: block;
}
.page-services__price {
  display: grid;
  grid-template-columns: 1fr 132px;
  margin-top: 44px;
}
@media (max-width: 1319px) {
  .page-services__price {
    grid-template-columns: 1fr 100px;
  }
}
.page-services__price ._top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 40px;
  padding: 4px 32px;
  background-color: #299B8E;
  font-size: 18px;
  color: #fff;
}
.page-services__price ._top._border-r {
  border-right: 1px solid #D8D4D4;
}
@media (max-width: 1319px) {
  .page-services__price ._top {
    padding: 4px 16px;
  }
}
.page-services__price ._bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
  min-height: 40px;
  margin: 0;
  padding: 10px 7px 10px 32px;
  font-size: 18px;
  border-bottom: 1px dashed #D8D4D4;
}
@media (max-width: 1319px) {
  .page-services__price ._bottom {
    font-size: 16px;
  }
}
.page-services__price ._bottom._border-r {
  border-right: 1px solid #D8D4D4;
}
.page-services__price ._bottom._active {
  color: #ff0000;
}
.page-services__price ._bottom ._text {
  border-radius: 20px;
  padding: 2px 15px;
  background-color: #ff0000;
  color: #fff;
}
@media (max-width: 1319px) {
  .page-services__price ._bottom {
    padding: 10px 10px 10px 16px;
  }
}
.page-services__price_span {
  display: none;
  width: 100%;
  height: 100%;
}
.page-services__price_span._active {
  display: flex;
}
.page-services__price-btn {
  margin-top: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1319px) {
  .page-services__price-btn {
    margin: 30px auto 0;
  }
}
.page-services__price-btn #price-plus {
  display: none;
  opacity: 0;
}
.page-services__price-btn #price-plus._active {
  display: block;
  opacity: 1;
}
.page-services__price-btn #price-minus {
  display: none;
  opacity: 0;
}
.page-services__price-btn #price-minus._active {
  display: block;
  opacity: 1;
}
.page-services__price-description {
  margin: 30px 0 55px;
}
@media (max-width: 1319px) {
  .page-services__price-description {
    margin: 23px 0 12px;
  }
}
.page-services__indication {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.page-services__indication ._inner {
  display: flex;
  flex-direction: column;
  row-gap: 39px;
}
.page-services__indication ._inner__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1319px) {
  .page-services__indication ._inner__top {
    flex-direction: column;
    justify-content: center;
  }
  .page-services__indication ._inner__top h3 {
    text-align: center;
  }
}
.page-services__indication ._inner__top #indication-plus {
  display: none;
  opacity: 0;
}
.page-services__indication ._inner__top #indication-plus._active {
  display: block;
  opacity: 1;
}
.page-services__indication ._inner__top #indication-minus {
  display: none;
  opacity: 0;
}
.page-services__indication ._inner__top #indication-minus._active {
  display: block;
  opacity: 1;
}
.page-services__indication ._inner__center {
  display: none;
}
.page-services__indication ._inner__center._active {
  display: flex;
}
.page-services__indication ._inner__bottom {
  display: none;
  flex-direction: column;
  row-gap: 29px;
}
.page-services__indication ._inner__bottom._active {
  display: flex;
}
.page-services__indication ._inner__ul {
  margin: 15px 0 0;
}
.page-services__video {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 383px;
  margin-top: 23px;
  grid-gap: 50px;
}
@media (max-width: 1319px) {
  .page-services__video {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
    height: 450px;
  }
}
.page-services__slide-video-item {
  display: flex;
  width: 100%;
  height: 100%;
}
.page-services ._frame {
  pointer-events: none;
}
.page-services__licenses {
  padding: 90px 0 70px;
}
@media (max-width: 1319px) {
  .page-services__licenses {
    padding-top: 70px;
    padding-bottom: 25px;
  }
}
.page-services__licenses ._title {
  margin-bottom: 45px;
}
@media (max-width: 1319px) {
  .page-services__licenses ._title {
    margin-bottom: 30px;
    text-align: center;
  }
}
.page-services__licenses .icon-scale {
  display: none;
}
@media (max-width: 1319px) {
  .page-services__licenses .icon-scale {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    background: url(/images/icon-scale.svg?29c1e12ed4df51cb5a87e1fae04ac8fd) no-repeat 0 0;
    width: 45px;
    height: 45px;
    border-radius: 23px;
  }
}
.page-services__question {
  width: 100%;
  padding-bottom: 90px;
  background: rgba(103, 204, 193, 0.1);
}
@media (max-width: 1319px) {
  .page-services__question {
    padding-bottom: 80px;
    margin-top: 0;
  }
}
.page-services__question ._top {
  width: 100%;
}
@media (max-width: 1319px) {
  .page-services__question ._top img {
    display: none;
  }
  .page-services__question ._top h3 {
    text-align: center;
    width: 100%;
  }
}
.page-services__question ._top__content {
  display: flex;
  flex-direction: row;
  gap: 9px;
  padding: 33px 0 32px;
}
.page-services__question ._bottom-question {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 0 0;
  /* Приховуємо стандартний маркер details */
  /* Коли details відкритий */
}
.page-services__question ._bottom-question::marker,
.page-services__question ._bottom-question::-webkit-details-marker {
  display: none;
}
.page-services__question ._bottom-question__title {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 5px;
  list-style: none;
  /* Прибираємо стандартний маркер */
  /* Прибираємо маркер для summary */
  /* Плюс показується коли закрито */
  /* Мінус прихований коли закрито */
}
.page-services__question ._bottom-question__title::marker,
.page-services__question ._bottom-question__title::-webkit-details-marker {
  display: none;
}
@media (max-width: 1319px) {
  .page-services__question ._bottom-question__title {
    padding-right: 30px;
  }
}
.page-services__question ._bottom-question__title img {
  margin: 0 0 auto;
}
.page-services__question ._bottom-question__title ._img-plus {
  opacity: 1;
}
.page-services__question ._bottom-question__title ._img-minus {
  opacity: 0;
}
@media (max-width: 1319px) {
  .page-services__question ._bottom-question__title ._img-plus {
    position: absolute;
    z-index: 2;
    right: 0;
  }
}
.page-services__question ._bottom-question__title ._img-minus {
  position: absolute;
  top: -2px;
  left: -3px;
}
@media (max-width: 1319px) {
  .page-services__question ._bottom-question__title ._img-minus {
    right: -3px;
    left: auto;
  }
}
.page-services__question ._bottom-question__title .page-services__title._fs-18 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 5px;
}
@media (max-width: 1319px) {
  .page-services__question ._bottom-question__title .page-services__title._fs-18 {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-services__question ._bottom-question__title h3 {
  margin-top: 5px;
}
@media (max-width: 1319px) {
  .page-services__question ._bottom-question__title h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
  }
  .page-services__question ._bottom-question__title h3::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7.5' r='7' fill='%2331BBAC'/%3E%3Cpath d='M7.38954 11.3889L3.00211 6.83247C2.62914 6.44513 2.62925 5.83219 3.00236 5.44498L3.29949 5.13662C3.69294 4.7283 4.34681 4.72848 4.74005 5.137L7.38954 7.88953L10.039 5.137C10.4323 4.72848 11.0861 4.7283 11.4796 5.13662L11.7767 5.44498C12.1498 5.83219 12.1499 6.44513 11.777 6.83247L7.38954 11.3889Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 14px;
    height: 15px;
  }
}
.page-services__question ._bottom-question[open] ._bottom-question__title {
  /* Плюс прихований коли відкрито */
  /* Мінус показується коли відкрито */
}
.page-services__question ._bottom-question[open] ._bottom-question__title ._img-plus {
  opacity: 0;
}
.page-services__question ._bottom-question[open] ._bottom-question__title ._img-minus {
  opacity: 1;
}
.page-services__question ._bottom-question[open] ._bottom-question__description {
  display: block;
}
.page-services__question ._bottom-question__description {
  display: none;
  margin: 0 0 0 64px;
}
@media (max-width: 1319px) {
  .page-services__question ._bottom-question__description {
    margin-left: 30px;
  }
}
.page-services__list-content {
  max-width: 800px;
}
.swiper-container {
  margin: 0;
  margin-top: 23px;
}
.personal-page .page-services__top-banner img {
  height: auto;
}
.personal-page .directions .filter {
  display: none;
}
.personal-page .images-team {
  margin: 50px 0;
}
.personal-page .bg {
  background-color: #F6F8F7;
}
.personal-page ._button {
  position: relative;
  min-width: 176px;
  min-height: 26px;
  padding: 4px 26px 4px 4px;
  border: none;
  background: rgba(196, 196, 196, 0.2);
  box-shadow: inset 0 0.545045px 1.09009px rgba(97, 97, 97, 0.2), inset 0 1.09009px 2.18018px rgba(97, 97, 97, 0.2);
  border-radius: 20px;
  font-size: 18px;
  color: #299B8E;
}
.personal-page ._button img {
  position: absolute;
  top: -4px;
  right: -8px;
  width: 50px;
  height: 50px;
}
.personal-page__title {
  margin: 78px 0 40px;
  color: #299B8E;
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1319px) {
  .personal-page__title {
    font-size: 30px;
    margin: 40px 0 30px;
  }
}
.personal-page__title._default {
  margin: 0;
  color: inherit;
  font-size: 30px;
}
@media (max-width: 1319px) {
  .personal-page__title._default {
    font-size: 24px;
  }
}
.personal-page__title._fs-36 {
  margin: 0;
  font-size: 36px;
}
.personal-page__title._fs-24 {
  margin: 0;
  font-size: 24px;
}
@media (max-width: 1319px) {
  .personal-page__title._fs-24 {
    font-size: 18px;
  }
}
.personal-page__title._fs-18 {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 1319px) {
  .personal-page__title._fs-18 {
    font-size: 14px;
  }
}
.personal-page__title._fs-16 {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 1319px) {
  .personal-page__title._fs-16 {
    font-size: 16px;
  }
}
.personal-page__title._white {
  color: #fff;
  margin: 0;
}
.personal-page__title._blue {
  color: #299B8E;
}
.personal-page__title._black {
  color: #0D1317;
}
.personal-page__paragraph {
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.5;
  color: #7A8891;
}
.personal-page__paragraph._color-default {
  color: #0e1317;
}
.personal-page__paragraph span {
  color: #299B8E;
}
.personal-page__paragraph._fs-12 {
  font-size: 12px;
}
.personal-page__paragraph._fs-14 {
  font-size: 14px;
}
.personal-page__paragraph._black {
  color: #0D1317;
}
.personal-page__paragraph._fs-16 {
  font-size: 16px;
}
@media (max-width: 1319px) {
  .personal-page__paragraph._fs-16 {
    font-size: 16px;
  }
}
.personal-page__paragraph._fs-18 {
  font-size: 18px;
}
@media (max-width: 1319px) {
  .personal-page__paragraph._fs-18 {
    font-size: 14px;
  }
}
.personal-page__paragraph._fs-24 {
  font-size: 24px;
}
@media (max-width: 1319px) {
  .personal-page__paragraph._fs-24 {
    font-size: 24px;
  }
}
.personal-page__paragraph._white {
  color: #fff;
}
.personal-page__paragraph._blue {
  color: #299B8E;
}
.personal-page__categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 47px;
}
.personal-page__categories ._button {
  min-width: 174px;
  min-height: 26px;
  padding: 1px;
  border: none;
  background: rgba(196, 196, 196, 0.2);
  box-shadow: inset 0 0.545045px 1.09009px rgba(97, 97, 97, 0.2), inset 0 1.09009px 2.18018px rgba(97, 97, 97, 0.2);
  border-radius: 20px;
  font-size: 16px;
  text-align: center;
}
.personal-page__categories ._button._active {
  background: rgba(103, 204, 193, 0.2);
  color: #299B8E;
}
@media (max-width: 1319px) {
  .personal-page__categories {
    justify-content: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 18px;
    padding: 0 4px;
    margin-top: 25px;
  }
  .personal-page__categories ._button {
    min-width: 165px;
    padding: 1px;
  }
}
.personal-page__doctor-info {
  padding-top: 41px;
  padding-bottom: 44px;
  background-color: #F6F8F7;
}
@media (max-width: 1319px) {
  .personal-page__doctor-info {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.personal-page__doctor-info a {
  cursor: pointer;
}
.personal-page__doctor-info ._inner {
  display: grid;
  grid-template-columns: 329px 1fr 361px;
  grid-column-gap: 40px;
  grid-row-gap: 22px;
}
@media (max-width: 1319px) {
  .personal-page__doctor-info ._inner {
    grid-template-columns: 1fr;
  }
}
.personal-page__doctor-info ._inner__avatar {
  position: relative;
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1319px) {
  .personal-page__doctor-info ._inner__avatar {
    margin: 0 auto;
  }
}
.personal-page__doctor-info ._inner__avatar img {
  border-radius: 10px;
}
.personal-page__doctor-info ._inner__avatar ._social {
  position: absolute;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  justify-content: center;
  top: 10px;
  right: 10px;
}
.personal-page__doctor-info ._inner__description {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 23px 31px 34px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.personal-page__doctor-info ._inner__description ._links {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 12px;
       column-gap: 12px;
  height: -moz-fit-content;
  height: fit-content;
}
.personal-page__doctor-info ._inner__description ._links a {
  text-decoration: underline;
  color: #31BBAC;
  font-size: 16px;
}
.personal-page__doctor-info ._inner__description ._title {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 500;
}
.personal-page__doctor-info ._inner__description ._subtitle {
  margin-top: 25px;
}
@media (max-width: 1319px) {
  .personal-page__doctor-info ._inner__description ._subtitle {
    margin-top: 15px;
  }
}
.personal-page__doctor-info ._inner__description ._info {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 34px;
  grid-row-gap: 28px;
}
@media (max-width: 1319px) {
  .personal-page__doctor-info ._inner__description ._info {
    grid-template-columns: 1fr;
    grid-row-gap: 18px;
    grid-column-gap: 0;
  }
}
.personal-page__doctor-info ._inner__description ._info__address {
  grid-column: 1/3;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 22px;
       column-gap: 22px;
  margin-top: 31px;
}
@media (max-width: 1319px) {
  .personal-page__doctor-info ._inner__description ._info__address {
    grid-column: 1/2;
    margin-top: 26px;
  }
}
.personal-page__doctor-info ._inner__description ._info__address div {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.personal-page__doctor-info ._inner__description ._info__address div p {
  line-height: 1;
}
@media (max-width: 1319px) {
  .personal-page__doctor-info ._inner__description ._info .button1 {
    grid-column: 1/2;
    grid-row: 4/5;
    margin: 0 auto;
  }
}
.personal-page__doctor-info ._inner__description ._info__reviews {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
@media (max-width: 1319px) {
  .personal-page__doctor-info ._inner__description ._info__reviews {
    grid-column: 1/2;
  }
}
.personal-page__doctor-info ._inner__description ._info__reviews div {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.personal-page__doctor-info ._inner__description ._info__reviews div a,
.personal-page__doctor-info ._inner__description ._info__reviews div p {
  line-height: 1;
}
.personal-page__doctor-info ._inner__info {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  min-height: 361px;
  height: 100%;
  padding: 23px 31px 34px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1319px) {
  .personal-page__doctor-info ._inner__info {
    grid-row: 4/5;
  }
}
.personal-page__doctor-info ._inner__info ._line {
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #C4C4C4;
}
.personal-page__doctor-info ._inner__info ._list {
  display: grid;
  grid-template-columns: 31px 1fr;
  grid-gap: 11px;
  align-items: center;
}
.personal-page__doctor-info ._inner__info ._list img {
  max-width: 100%;
}
.personal-page__doctor-info ._inner__info a {
  margin: auto auto 0;
}
.personal-page__doctor-info ._inner__info a img {
  margin-top: -3px;
  margin-right: 5px;
}
.personal-page__doctor-info ._inner__price {
  grid-column: 2/3;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 24px;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 23px 31px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1319px) {
  .personal-page__doctor-info ._inner__price {
    grid-column: 1/2;
    grid-row: 3/4;
    grid-gap: 30px;
  }
}
.personal-page__info {
  margin-top: 53px;
  margin-bottom: 135px;
}
@media (max-width: 1319px) {
  .personal-page__info {
    margin-top: 68px;
  }
  .personal-page__info h3 {
    text-align: center;
  }
}
.personal-page__info ._top {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 16px;
  align-items: center;
  margin-bottom: 45px;
}
@media (max-width: 1319px) {
  .personal-page__info ._top {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    text-align: center;
  }
  .personal-page__info ._top img {
    margin: 0 auto;
  }
}
.personal-page__info ._inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 35px;
}
.personal-page__info ._inner._mt-20 {
  margin-top: 20px;
}
.personal-page__info ._inner__left {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
.personal-page__info ._inner__left .button1 {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
.personal-page__info ._inner__left ._img-top {
  display: none;
  max-width: 100%;
}
@media (max-width: 1319px) {
  .personal-page__info ._inner__left ._img-top {
    display: block;
    margin: 0;
  }
  .personal-page__info ._inner__left .button1 {
    margin: 10px auto 0;
  }
}
.personal-page__info ._inner__right {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-gap: 25px;
}
.personal-page__info ._inner__right .button1 {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1319px) {
  .personal-page__info ._inner__right .button1 {
    margin: 0 auto;
  }
}
.personal-page__info ._inner__slider {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #D8EFF2;
  padding: 5px 5px 18px;
}
.personal-page__info ._inner__slider ._top {
  margin: 0 auto 25px 25px;
}
.personal-page__info ._inner__slider ._bottom {
  margin: auto auto auto 25px;
}
.personal-page__info ._inner img {
  max-width: 650px;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 23px;
}
.personal-page__info ._inner img._b-r {
  border-radius: 10px;
  margin: 0;
}
.personal-page__info ._inner ._img-right {
  display: block;
}
@media (max-width: 1319px) {
  .personal-page__info ._inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .personal-page__info ._inner img {
    max-width: 100%;
  }
  .personal-page__info ._inner ._img-right {
    display: none;
  }
}
.personal-page__info-2 {
  margin-top: 53px;
  padding: 43px 0;
  background-color: #F6F8F7;
}
.personal-page__info-2 ._img-top {
  display: none;
  max-width: 100%;
  border-radius: 10px;
}
@media (max-width: 1319px) {
  .personal-page__info-2 {
    margin-top: 68px;
    padding: 30px 0;
  }
  .personal-page__info-2 h3 {
    text-align: center;
  }
  .personal-page__info-2 ._img-top {
    display: block;
    margin: 20px auto 0;
  }
}
.personal-page__info-2 ._hours {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin: 33px 0 52px;
}
@media (max-width: 1319px) {
  .personal-page__info-2 ._hours {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 30px 0 28px;
  }
}
.personal-page__info-2 ._hours__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.personal-page__info-2 ._hours__item._results {
  width: 472px;
}
.personal-page__info-2 ._hours__item._results h3 {
  margin-top: 5px;
}
.personal-page__info-2 ._hours__item img {
  width: 80px;
  height: 80px;
}
@media (max-width: 1319px) {
  .personal-page__info-2 ._hours__item {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .personal-page__info-2 ._hours__item._results {
    width: 100%;
  }
  .personal-page__info-2 ._hours__item img {
    width: 60px;
    height: 60px;
  }
}
.personal-page__info-2 ._hours__item div {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
.personal-page__info-2 ._hours__item div h3 {
  margin: 5px 0 0;
  font-size: 16px;
  text-align: left;
}
.personal-page__info-2 ._hours__item div p {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  color: #299c8f;
}
.personal-page__info-2 ._hours__item div p._results {
  font-size: 18px;
  color: #299c8f;
}
.personal-page__info-2 ._inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 35px;
}
.personal-page__info-2 ._inner._mt-20 {
  margin-top: 20px;
}
.personal-page__info-2 ._inner__left {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
.personal-page__info-2 ._inner__left ._ul {
  margin-top: 5px;
  margin-bottom: 0;
}
.personal-page__info-2 ._inner__left .button1 {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
@media (max-width: 1319px) {
  .personal-page__info-2 ._inner__left .button1 {
    margin: 10px auto 0;
  }
}
.personal-page__info-2 ._inner__right {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-gap: 25px;
}
.personal-page__info-2 ._inner__right .button1 {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1319px) {
  .personal-page__info-2 ._inner__right .button1 {
    margin: 0 auto;
  }
}
.personal-page__info-2 ._inner img {
  max-width: 650px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
}
.personal-page__info-2 ._inner ._img-top {
  display: none;
}
.personal-page__info-2 ._inner ._img-right {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1319px) {
  .personal-page__info-2 ._inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .personal-page__info-2 ._inner img {
    max-width: 100%;
  }
  .personal-page__info-2 ._inner ._img-top {
    display: block;
    max-width: 100%;
    border-radius: 15px;
  }
  .personal-page__info-2 ._inner ._img-right {
    display: none;
  }
}
.personal-page__how-to-start ._inner {
  display: flex;
  flex-direction: column;
}
.personal-page__how-to-start ._inner__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1319px) {
  .personal-page__how-to-start ._inner__top {
    flex-direction: column;
    justify-content: center;
  }
  .personal-page__how-to-start ._inner__top h3 {
    text-align: center;
  }
}
.personal-page__how-to-start ._inner__top #how-to-start-plus {
  display: none;
  opacity: 0;
}
.personal-page__how-to-start ._inner__top #how-to-start-plus._active {
  display: block;
  opacity: 1;
}
.personal-page__how-to-start ._inner__top #how-to-start-minus {
  display: none;
  opacity: 0;
}
.personal-page__how-to-start ._inner__top #how-to-start-minus._active {
  display: block;
  opacity: 1;
}
.personal-page__how-to-start ._inner__ul {
  overflow: hidden;
  display: none;
  margin: 0;
  transition: height 0.25s ease-in-out;
}
.personal-page__how-to-start ._inner__ul._active {
  display: block;
}
.personal-page__price table {
  width: 100%;
}
.personal-page__price table ._text {
  border-radius: 20px;
  padding: 2px 15px;
  background-color: #ff0000;
  color: #fff;
  margin-left: 13px;
  white-space: nowrap;
  word-wrap: break-word;
}
@media (max-width: 1319px) {
  .personal-page__price table ._text {
    font-size: 12px;
  }
}
.personal-page__price table ._top-table {
  background-color: #299B8E;
}
.personal-page__price table tr td:nth-child(2) {
  width: 132px;
  border-bottom: 1px solid #D8D4D4;
  padding: 8px  2px 8px 38px;
}
@media (max-width: 1319px) {
  .personal-page__price table tr td:nth-child(2) {
    width: 100px;
    padding: 8px 12px;
  }
}
.personal-page__price table tr .price-item:nth-child(2) {
  padding: 13px 2px 13px 38px;
}
.personal-page__price table ._top-table td {
  padding: 2px 32px;
}
.personal-page__price table ._top-table td:first-child {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  border-right: 1px solid #D8D4D4;
}
@media (max-width: 1319px) {
  .personal-page__price table ._top-table td:first-child {
    font-size: 18px;
  }
}
.personal-page__price table tr .price-item {
  padding: 13px 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #394149;
  border-bottom: 1px solid #D8D4D4;
}
@media (max-width: 1319px) {
  .personal-page__price table tr .price-item {
    font-size: 14px;
  }
}
.personal-page__price table tr .price-item:not(:last-child) {
  border-right: 1px solid #D8D4D4;
}
.personal-page__price table ._top-table td:nth-child(2) {
  padding: 8px  2px 8px 38px;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1319px) {
  .personal-page__price table ._top-table td:nth-child(2) {
    padding: 8px 10px;
  }
}
.personal-page__price table tr .price-item:nth-child(2) {
  padding: 13px  2px 13px 38px;
}
.personal-page__price ._active {
  color: #ff0000 !important;
}
.personal-page__price_row {
  display: none;
}
.personal-page__price_row._active_item {
  display: table-row;
}
.personal-page__price-btn {
  margin-top: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1319px) {
  .personal-page__price-btn {
    margin: 30px auto 0;
  }
}
.personal-page__price-btn .price-plus-btn {
  display: none;
  opacity: 0;
}
.personal-page__price-btn .price-plus-btn._active {
  display: block;
  opacity: 1;
}
.personal-page__price-btn .price-minus-btn {
  display: none;
  opacity: 0;
}
.personal-page__price-btn .price-minus-btn._active {
  display: block;
  opacity: 1;
}
.personal-page__price-description {
  margin-top: 30px;
}
@media (max-width: 1319px) {
  .personal-page__price-description {
    margin-top: 23px;
  }
}
.personal-page__price-description--top {
  margin-top: 4px;
  margin-bottom: 16px;
}
@media (max-width: 1319px) {
  .personal-page__price-description--top {
    margin-top: 2px;
    margin-bottom: 14px;
  }
}
.personal-page__video {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 383px;
  margin-top: 23px;
  grid-gap: 50px;
}
@media (max-width: 1319px) {
  .personal-page__video {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
    height: 450px;
  }
}
.personal-page__slide-video-item {
  display: flex;
  width: 100%;
  height: 100%;
}
.personal-page ._frame {
  pointer-events: none;
}
.personal-page__licenses {
  padding: 66px 0 99px;
  background-color: #F6F8F7;
}
@media (max-width: 1319px) {
  .personal-page__licenses {
    padding: 34px 0 100px;
  }
}
.personal-page__licenses ._top {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 16px;
  align-items: center;
  margin-bottom: 45px;
}
@media (max-width: 1319px) {
  .personal-page__licenses ._top {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    text-align: center;
  }
  .personal-page__licenses ._top img {
    margin: 0 auto;
  }
}
@media (max-width: 1319px) {
  .personal-page__licenses .icon-scale {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    background: url(/images/icon-scale.svg?29c1e12ed4df51cb5a87e1fae04ac8fd) no-repeat 0 0;
    width: 45px;
    height: 45px;
    border-radius: 23px;
  }
}
.personal-page__licenses ._btns {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 45px;
}
@media (max-width: 1319px) {
  .personal-page__licenses ._btns {
    flex-direction: column;
    row-gap: 20px;
    margin: 34px auto 0;
  }
}
.page-specialists__specialists {
  padding: 70px 0 100px;
}
@media (max-width: 1319px) {
  .page-specialists__specialists {
    padding-top: 35px;
  }
}
.page-specialists .title1 {
  text-align: center;
}
@media (max-width: 1319px) {
  .page-specialists .title1 {
    margin-bottom: 28px;
  }
}
.page-specialists .specialists {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.page-specialists .specialists .specialists__item {
  width: calc(25% - 20px);
  margin: 0 10px 50px;
}
.page-specialists .specialists .specialists__item-btn {
  text-transform: uppercase;
}
@media (max-width: 1319px) {
  .page-specialists .specialists .specialists__item {
    width: calc(50% - 20px);
    margin-bottom: 37px;
  }
  .page-specialists .specialists .specialists__item-text {
    height: auto;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .page-specialists .specialists .specialists__item-title {
    min-height: 28px;
    order: 1;
  }
  .page-specialists .specialists .specialists__item-desc {
    min-height: 30px;
    order: 2;
  }
  .page-specialists .specialists .specialists__item-adr {
    order: 3;
  }
  .page-specialists .specialists .specialists__item-btn {
    display: block;
    width: 230px;
    margin-top: 10px;
    font-size: 16px;
    text-transform: none;
    order: 4;
  }
}
@media (max-width: 620px) {
  .page-specialists .specialists .specialists__item {
    width: 100%;
  }
}
@media (max-width: 1319px) {
  .page-specialists .specialists {
    max-width: 620px;
    margin: 0 auto;
  }
}
@media (max-width: 620px) {
  .page-specialists .specialists {
    max-width: 325px;
  }
}
@media (max-width: 1319px) {
  .page-specialists .show-more-btn {
    margin-top: 0;
  }
}
.page-specialists .more {
  display: none;
}

