@charset "UTF-8";
:root {
  /* Color's =====> */
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-background: #FFFFFF;
  --color-primary: #000000;
  --color-border-primary: #edf0f8;
  --color-gray-100: #f8f8f8;
  --color-gray-400: #edf0f8;
  --color-gray-500: #e8eaee;
  --color-gray-600: #d1d5dd;
  --color-gray-700: #adb4c8;
  --color-gray-800: #8f8e8f;
  --color-gray-900: #7f7e7e;
  --color-green-100: #ECFAE2;
  --color-green-300: #A2C595;
  --color-green-400: #008489;
  --color-green-500: #015D52;
  --color-green-600: #015D52;
  --color-green-700: #629A4E;
  --color-orange-100: #ffd8bd;
  --color-orange-900: #FF4500;
  --color-orange-1000: #FF4500;
  --color-red-1000: #FF4500;
  /* Box Shadow =====> */
  --shadow-primary: 0 15px 30px rgba(127,126,126,.4);
  /* Font-family =====> */
  --font-Steppe: "Steppe", Arial, sans-serif;
  /* Font-size =====> */
  --text-3xs: 0.5rem; /* 8px */
  --text-2xs: 0.625rem; /* 10px */
  --text-xs: 0.75rem; /* 12px */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  --text-xl: 1.25rem; /* 20px */
  --text-2xl: 1.5rem; /* 24px */
  --text-2-5xl: 1.75rem; /* 28px */
  --text-3xl: 2rem; /* 32px */
  --text-3-5xl: 2.5rem; /* 40px */
  --text-4xl: 3rem; /* 48px */
  --text-5xl: 3.75rem; /* 60px */
  --text-title: 4.5rem; /* 72px */
  /* Border-radius =====> */
  --rounded: 0.25rem; /* 4px */
  --rounded-base: 1rem; /* 16px */
  --rounded-2xl: 1.5rem; /* 24px */
  --rounded-3xl: 2rem; /* 32px */
  --rounded-4xl: 2.5rem; /* 40px */
  --rounded-5xl: 3.75rem; /* 60px */
  --rounded-full: 100%;
  /* Transition's =====> */
  --transition-low: all 0.15s ease-in-out;
  --transition-normal: all 0.3s ease-in-out;
  --transition-high: all 0.6s ease-in-out;
}

@font-face {
  font-family: "Steppe";
  src: url("../fonts/new/Steppe-Light.woff2") format("woff2"), url("../fonts/new/Steppe-Light.woff") format("woff"), local("Steppe-Light"), url("../fonts/new/Steppe-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Steppe";
  src: url("../fonts/new/Steppe-Regular.woff2") format("woff2"), url("../fonts/new/Steppe-Regular.woff") format("woff"), local("Steppe-Regular"), url("../fonts/new/Steppe-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Steppe";
  src: url("../fonts/new/Steppe-Medium.woff2") format("woff2"), url("../fonts/new/Steppe-Medium.woff") format("woff"), local("Steppe-Medium"), url("../fonts/new/Steppe-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Steppe";
  src: url("../fonts/new/Steppe-Bold.woff2") format("woff2"), url("../fonts/new/Steppe-Bold.woff") format("woff"), local("Steppe-Bold"), url("../fonts/new/Steppe-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
a {
  text-decoration: none;
}

html,
body {
  color: #000000;
  font-family: "Steppe", Arial, sans-serif;
  font-size: 16px;
  position: relative;
  scroll-behavior: smooth;
}

a, button {
  position: relative;
}
a:focus, button:focus {
  outline-color: transparent;
}
@media (min-width: 1280px) {
  a:focus, button:focus {
    outline-color: #EC3814;
  }
}
a:active, button:active {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: 1rem;
  line-height: 1.625rem;
  font-family: "Steppe", Arial, sans-serif;
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: 300;
}
p.small {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin: 0.5rem 0;
  color: #6b6b6b;
}
@media (min-width: 1024px) {
  p.small {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

h1, .h1 {
  font-family: "Steppe", Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.625rem;
  line-height: 3.2rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  h1, .h1 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 2.375rem;
    line-height: 3.25rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    line-height: inherit;
  }
}

h2, .h2 {
  font-family: "Steppe", Arial, sans-serif;
  margin-top: 0;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    margin-bottom: 32px;
  }
}

h3, .h3 {
  font-family: "Steppe", Arial, sans-serif;
  margin-top: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

h4, .h4 {
  margin-top: 0;
  font-family: "Steppe", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

body .pswp {
  z-index: 99999;
}

.appointment-widget-holder-inline {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
}

table.MsoNormalTable {
  width: auto !important;
  padding-left: 0 !important;
}
table.MsoNormalTable td {
  width: 180px !important;
}
@media screen and (max-width: 767px) {
  table.MsoNormalTable td {
    width: 155px !important;
  }
}

.grecaptcha-badge {
  display: none !important;
}

#prices:target,
#services:target,
#doctors:target,
#maps:target,
#callback-form:target {
  scroll-margin-top: 200px !important;
}

.swiper-button-lock {
  display: none !important;
}

body {
  margin: 0;
  padding-top: 195px;
}
@media (max-width: 1023px) {
  body {
    padding-top: 118px;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 116px;
  }
}
@media (max-width: 1023px) {
  body.mob-app-banner--closed {
    padding-top: 55px;
  }
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
}
html.overflow-hidden {
  overflow: hidden;
}
html.overflow-hidden body {
  overflow: hidden;
}

.no-scroll-body {
  height: 100vh;
  overflow-y: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.container {
  min-width: 320px;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1024px;
    padding: 0 24px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}

.column-small {
  max-width: 813px;
}

.block-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  width: calc(100% + 24px);
}
.block-grid [class*=col-] {
  margin: 0 12px;
}
.block-grid {
  /* 12 columns for all screen sizes */
}
.block-grid .col-1 {
  width: calc((8.3333333333% - 24px) * 1 + 0px);
}
.block-grid .col-2 {
  width: calc((8.3333333333% - 24px) * 2 + 24px);
}
.block-grid .col-3 {
  width: calc((8.3333333333% - 24px) * 3 + 48px);
}
.block-grid .col-4 {
  width: calc((8.3333333333% - 24px) * 4 + 72px);
}
.block-grid .col-5 {
  width: calc((8.3333333333% - 24px) * 5 + 96px);
}
.block-grid .col-6 {
  width: calc((8.3333333333% - 24px) * 6 + 120px);
}
.block-grid .col-7 {
  width: calc((8.3333333333% - 24px) * 7 + 144px);
}
.block-grid .col-8 {
  width: calc((8.3333333333% - 24px) * 8 + 168px);
}
.block-grid .col-9 {
  width: calc((8.3333333333% - 24px) * 9 + 192px);
}
.block-grid .col-10 {
  width: calc((8.3333333333% - 24px) * 10 + 216px);
}
.block-grid .col-11 {
  width: calc((8.3333333333% - 24px) * 11 + 240px);
}
.block-grid .col-12 {
  width: calc((8.3333333333% - 24px) * 12 + 264px);
}
.block-grid {
  /* 12 columns on desktop */
}
@media (min-width: 1025px) {
  .block-grid .col-desktop-1 {
    width: calc((8.3333333333% - 24px) * 1 + 0px);
  }
  .block-grid .col-desktop-2 {
    width: calc((8.3333333333% - 24px) * 2 + 24px);
  }
  .block-grid .col-desktop-3 {
    width: calc((8.3333333333% - 24px) * 3 + 48px);
  }
  .block-grid .col-desktop-4 {
    width: calc((8.3333333333% - 24px) * 4 + 72px);
  }
  .block-grid .col-desktop-5 {
    width: calc((8.3333333333% - 24px) * 5 + 96px);
  }
  .block-grid .col-desktop-6 {
    width: calc((8.3333333333% - 24px) * 6 + 120px);
  }
  .block-grid .col-desktop-7 {
    width: calc((8.3333333333% - 24px) * 7 + 144px);
  }
  .block-grid .col-desktop-8 {
    width: calc((8.3333333333% - 24px) * 8 + 168px);
  }
  .block-grid .col-desktop-9 {
    width: calc((8.3333333333% - 24px) * 9 + 192px);
  }
  .block-grid .col-desktop-10 {
    width: calc((8.3333333333% - 24px) * 10 + 216px);
  }
  .block-grid .col-desktop-11 {
    width: calc((8.3333333333% - 24px) * 11 + 240px);
  }
  .block-grid .col-desktop-12 {
    width: calc((8.3333333333% - 24px) * 12 + 264px);
  }
}
.block-grid {
  /* 8 columns on tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .block-grid .col-tablet-1 {
    width: calc((12.5% - 24px) * 1 + 0px);
  }
  .block-grid .col-tablet-2 {
    width: calc((12.5% - 24px) * 2 + 24px);
  }
  .block-grid .col-tablet-3 {
    width: calc((12.5% - 24px) * 3 + 48px);
  }
  .block-grid .col-tablet-4 {
    width: calc((12.5% - 24px) * 4 + 72px);
  }
  .block-grid .col-tablet-5 {
    width: calc((12.5% - 24px) * 5 + 96px);
  }
  .block-grid .col-tablet-6 {
    width: calc((12.5% - 24px) * 6 + 120px);
  }
  .block-grid .col-tablet-7 {
    width: calc((12.5% - 24px) * 7 + 144px);
  }
  .block-grid .col-tablet-8 {
    width: calc((12.5% - 24px) * 8 + 168px);
  }
}
.block-grid {
  /* 4 columns on mobile */
}
@media (max-width: 767px) {
  .block-grid .col-mobile-1 {
    width: calc((25% - 24px) * 1 + 0px);
  }
  .block-grid .col-mobile-2 {
    width: calc((25% - 24px) * 2 + 24px);
  }
  .block-grid .col-mobile-3 {
    width: calc((25% - 24px) * 3 + 48px);
  }
  .block-grid .col-mobile-4 {
    width: calc((25% - 24px) * 4 + 72px);
  }
}

@media (min-width: 1280px) {
  .hide-desktop-large {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .hide-desktop-small {
    display: none;
  }
}
@media (min-width: 1025px) {
  .hide-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hide-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

.mt-base {
  margin-top: 0.5rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.75rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.mt-6 {
  margin-top: 2.5rem;
}

.mt-7 {
  margin-top: 3rem;
}

.mt-8 {
  margin-top: 3.5rem;
}

.mt-9 {
  margin-top: 4rem;
}

.mt-10 {
  margin-top: 4.5rem;
}

.mt-11 {
  margin-top: 5rem;
}

.split-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .split-container {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .split-container .split-main {
    width: calc((100% - 48px) / 3 * 2 + 24px);
  }
}
@media (max-width: 1279px) {
  .split-container .split-main {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .split-container .split-sidebar {
    width: calc((100% - 48px) / 3);
  }
}
@media (max-width: 1279px) {
  .split-container .split-sidebar {
    margin-top: 2rem;
    width: 100%;
  }
}
.split-container .split-sidebar .section__row:not(:first-child) {
  margin-top: 3.5rem;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .split-container .split-sidebar {
    max-width: 976px;
    overflow: hidden;
  }
}
.split-container ol {
  font-family: "Steppe", Arial, sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 16px 0;
  list-style: none;
  counter-reset: item;
}
.split-container ol li {
  margin-bottom: 16px;
}
.split-container ol li.h4 {
  margin-bottom: 24px;
}
.split-container ol li:last-child {
  margin-bottom: 0;
}
.split-container ol li::before {
  counter-increment: item;
  content: counters(item, ".") ". ";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
.split-container ol li ol {
  margin-top: 12px;
}
.split-container ol li ol li {
  display: block;
  margin-bottom: 8px;
}
.split-container ol li ol li::before {
  content: counters(item, ".") ". ";
  font-weight: 300;
  font-family: "Steppe", Arial, sans-serif;
}
.split-container ol li ol li p {
  display: inline;
  margin-bottom: 0;
}
.split-container ol li ol li ol {
  margin-left: 12px;
}
.split-container ol li ol li ol li::before {
  content: counters(item, ".", ". ") ". ";
}
.split-container ol li ol li ul {
  margin: 8px 0 0 12px;
}
.split-container ol li ol li ul li {
  display: block;
}
.split-container ol li ol li ul li::before {
  content: "- ";
  counter-increment: none;
}
.split-container ol ul {
  margin: 12px 0 24px 16px;
}
.split-container ol ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  counter-increment: none;
}
.split-container ol ul li::before, .split-container ol ul li::after {
  content: "";
  display: block;
  position: absolute;
  counter-increment: none;
}
.split-container ol ul li::after {
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background: #FF4500;
  border-radius: 50%;
}
.split-container ol ul li::before {
  z-index: 1;
  left: 5px;
  top: 8px;
  width: 9px;
  height: 5px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(-45deg);
}

.i-logo {
  width: 100%;
  height: 100%;
  /*Стили (kirill) от 04.08.2023*/
  -o-object-fit: contain;
     object-fit: contain;
  /********************/
}

.i-lk {
  width: 18px;
  height: 17px;
  fill: #FF4500;
}

.i-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 8px;
}

.i-arrow-big {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 8px;
}

.i-search {
  display: inline-block;
  width: 23px;
  height: 23px;
}

.i-action {
  display: inline-block;
  width: 24px;
  height: 25px;
}

.i-timetable {
  display: inline-block;
  width: 23px;
  height: 24px;
}

.i-fb {
  width: 15px;
  height: 27px;
  fill: #FF4500;
}

.i-inst {
  width: 26px;
  height: 26px;
  fill: #FF4500;
}

.i-telegram {
  max-width: 22px;
  max-height: 18px;
}

.i-odn {
  max-width: 12px;
  max-height: 21px;
}

.i-ytb {
  max-width: 22px;
  max-height: 16px;
}

.i-vk {
  max-width: 26px;
  max-height: 15px;
}

.i-star {
  width: 18px;
  height: 18px;
}

.i-education {
  width: 18px;
  height: 12px;
}

.i-family {
  width: 22px;
  height: 24px;
}

.i-pharmacy {
  width: 24px;
  height: 24px;
}

.i-man {
  width: 24px;
  height: 24px;
}

.i-doctor {
  width: 30px;
  height: 35px;
  /*стили от 04.08.2023 (kirill)*/
  background: url("/images/development/main/note.svg") center center/cover no-repeat;
}
@media (min-width: 1280px) {
  .i-doctor {
    width: 70px;
    height: 78px;
  }
}
.i-doctor-hover {
  width: 30px;
  height: 35px;
}
@media (min-width: 1280px) {
  .i-doctor-hover {
    width: 70px;
    height: 78px;
  }
}

.i-diagnostics {
  width: 31px;
  height: 40px;
}
@media (min-width: 1280px) {
  .i-diagnostics {
    width: 74px;
    height: 77px;
  }
}
.i-diagnostics-hover {
  width: 31px;
  height: 40px;
}
@media (min-width: 1280px) {
  .i-diagnostics-hover {
    width: 74px;
    height: 77px;
  }
}

.i-analyzes {
  width: 35px;
  height: 34px;
  /*стили от 04.08.2023 (kirill)*/
  background: url("/images/development/main/colb.svg") center center/cover no-repeat;
}
@media (min-width: 1280px) {
  .i-analyzes {
    width: 70px;
    height: 77px;
  }
}
.i-analyzes-hover {
  width: 35px;
  height: 34px;
}
@media (min-width: 1280px) {
  .i-analyzes-hover {
    width: 70px;
    height: 77px;
  }
}

.i-house {
  width: 32px;
  height: 31px;
  /*стили от 04.08.2023 (kirill)*/
  background: url("/images/development/main/house.svg") center center/cover no-repeat;
}
@media (min-width: 1280px) {
  .i-house {
    width: 71px;
    height: 71px;
  }
}
.i-house-hover {
  width: 32px;
  height: 31px;
}
@media (min-width: 1280px) {
  .i-house-hover {
    width: 71px;
    height: 71px;
  }
}

.i-program {
  width: 31px;
  height: 34px;
  /*стили от 04.08.2023 (kirill)*/
  background: url("/images/development/main/calendar.svg") center center/cover no-repeat;
}
@media (min-width: 1280px) {
  .i-program {
    width: 70px;
    height: 77px;
  }
}
.i-program-hover {
  width: 31px;
  height: 34px;
}
@media (min-width: 1280px) {
  .i-program-hover {
    width: 70px;
    height: 77px;
  }
}

.i-telemedicine {
  width: 31px;
  height: 34px;
}
@media (min-width: 1280px) {
  .i-telemedicine {
    width: 69px;
    height: 77px;
  }
}
.i-telemedicine-hover {
  width: 31px;
  height: 34px;
}
@media (min-width: 1280px) {
  .i-telemedicine-hover {
    width: 69px;
    height: 77px;
  }
}

.i-docs {
  width: 261px;
  height: 241px;
}
@media (min-width: 1280px) {
  .i-docs {
    width: 368px;
    height: 241px;
  }
}

.i-tube {
  width: 219px;
  height: 241px;
}
@media (min-width: 1280px) {
  .i-tube {
    width: 307px;
    height: 241px;
  }
}

.i-schedule {
  width: 260px;
  height: 202px;
}
@media (min-width: 1280px) {
  .i-schedule {
    width: 308px;
    height: 243px;
  }
}

.i-pdf,
.i-document {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  flex-shrink: 0;
}

.i-doc-blue {
  width: 30px;
  height: 41px;
}
@media (min-width: 768px) {
  .i-doc-blue {
    width: 38px;
    height: 52px;
  }
}

.i-home-blue {
  width: 30px;
  height: 41px;
}
@media (min-width: 768px) {
  .i-home-blue {
    width: 39px;
    height: 44px;
  }
}

.i-complex {
  width: 33px;
  height: 41px;
}
@media (min-width: 768px) {
  .i-complex {
    width: 42px;
    height: 52px;
  }
}

.i-glasses {
  width: 33px;
  height: 41px;
}
@media (min-width: 768px) {
  .i-glasses {
    width: 42px;
    height: 52px;
  }
}

.i-hierarchy {
  width: 33px;
  height: 41px;
}
@media (min-width: 768px) {
  .i-hierarchy {
    width: 42px;
    height: 52px;
  }
}

.i-red-star {
  width: 30px;
  height: 30px;
}

.i-microscope {
  width: 30px;
  height: 41px;
}
@media (min-width: 768px) {
  .i-microscope {
    width: 38px;
    height: 52px;
  }
}

.i-complex-program {
  width: 30px;
  height: 30px;
}

.i-bottle {
  width: 30px;
  height: 30px;
}

.i-bag {
  width: 38px;
  height: 39px;
}
@media (min-width: 768px) {
  .i-bag {
    width: 41px;
    height: 52px;
  }
}

.i-arrow-sale {
  width: 38px;
  height: 52px;
}

.i-calculate {
  width: 38px;
  height: 44px;
}
@media (min-width: 768px) {
  .i-calculate {
    width: 38px;
    height: 52px;
  }
}

.i-clinic,
.i-clinic-default {
  width: 12px;
  height: 16px;
  margin-right: 8px;
  margin-top: 2px;
  stroke: none;
  flex-shrink: 0;
  align-self: baseline;
}

.i-hospital {
  width: 38px;
  height: 52px;
}

.i-inform-base {
  width: 38px;
  height: 52px;
}

.link-phone {
  font-family: "Steppe", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
@media (min-width: 1280px) {
  .link-phone {
    font-size: 16px;
    line-height: 26px;
  }
}
.link-phone__data {
  cursor: pointer;
}
.link-phone.dashed:hover {
  border-bottom: 1px dashed transparent;
  color: #EC3814;
}

.link-text {
  font-family: "Steppe", Arial, sans-serif;
  display: inline;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  border-bottom: 1px solid #FF4500;
  transition: all 0.3s;
}
.link-text:hover {
  border-bottom: 1px solid transparent;
  color: #FF4500;
}
.link-text.inherit {
  font-size: inherit;
}

.note-text {
  font-family: "Steppe", Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #6b6b6b;
  display: inline-block;
}
.note-text--black {
  color: #000000;
}
.note-text.link {
  margin-top: 16px;
  font-family: "Steppe", Arial, sans-serif;
  color: #000000;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .note-text.link {
    margin-left: 24px;
    margin-top: 0;
  }
}
.note-text.link:hover {
  color: #FF4500;
}
.note-text--services {
  margin-top: 30px;
}

.lk {
  display: block;
  cursor: pointer;
}
.lk .i-lk {
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.lk__text {
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
  line-height: 22px;
}
@media (min-width: 1280px) {
  .lk:hover {
    color: #EC3814;
  }
  .lk:hover .lk__text {
    color: inherit;
  }
  .lk:hover .i-lk {
    fill: currentColor;
  }
}

.link-wrapper .section-popup:first-of-type {
  border-top: 1px solid transparent;
}
.link-wrapper .section-popup:last-of-type {
  margin-bottom: 32px;
}
.link-wrapper .popup-button .i-arrow {
  transform: translateY(-4px) rotate(-90deg);
}
.link-wrapper .btn {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .link-wrapper {
    display: none;
  }
}

.btn-ico-bg {
  border-radius: 50%;
  background: #FF4500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .btn-ico-bg {
    margin-left: 0.75rem;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden !important;
}

.ps {
  position: relative;
  overflow: hidden !important;
}
.ps__rail-y {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 10px;
  border-radius: 5px;
  background-color: #e7eff7;
}
.ps__thumb-y {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 23;
  box-shadow: 0 4px 3px rgba(20, 44, 54, 0.1);
  border-radius: 5px;
  background-color: #4fa0f0;
}
.ps__rail-x {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  height: 10px;
  border-radius: 5px;
  background-color: #e7eff7;
}
.ps__thumb-x {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  z-index: 23;
  box-shadow: 0 4px 3px rgba(20, 44, 54, 0.1);
  border-radius: 5px;
  background-color: #4fa0f0;
}

@media (min-width: 768px) {
  .section-row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .section-row {
    margin-bottom: 64px;
  }
}
@media (min-width: 1280px) {
  .section-row {
    margin-bottom: 64px;
  }
}

.red {
  color: #EC3814 !important;
}

.black {
  color: #000000;
}

.select-wrapper {
  display: inline-flex;
}

.select-holder {
  position: relative;
}
.select-holder:focus {
  outline: none;
}
.select-holder *:focus {
  outline: none;
}
.select-holder .selection {
  display: inline-block;
}
.select-holder .select2-dropdown {
  border: none;
}
.select-holder .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #000000;
}
.select-holder .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  border-bottom: 1px dashed #FF4500;
  padding: 0;
  transition: border-bottom-color 0.3s;
}
.select-holder .select2-container {
  width: auto !important;
  height: 100%;
}
.select-holder .select2-container:hover .select2-selection--single .select2-selection__rendered {
  border-bottom-color: transparent;
}
.select-holder .select2-container--open .select2-selection--single .select2-selection__rendered {
  border-bottom-color: transparent;
}
.select-holder .select2-container--open .select2-selection--single .select2-selection__rendered::after {
  transform: rotate(-45deg);
}
.select-holder .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: "Steppe", Arial, sans-serif;
  margin-top: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  cursor: pointer;
  width: auto;
  color: currentColor;
  display: inline-block;
  transition: border-bottom-color 0.3s;
}
.select-holder .select2-selection {
  height: 100%;
  border: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  background: transparent;
}
.select-holder .select2-selection__arrow {
  display: none;
}
.select-holder .select2-selection__rendered {
  padding-left: 0;
  transition: border-bottom-color 0.3s;
}
.select-holder .select2-selection__rendered::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  color: #4fa0f0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-radius: 2px;
  transform-origin: 50% 50%;
  transform: translateY(-25%) rotate(135deg);
}
.select-holder .select2-container--default .select2-results > .select2-results__options {
  max-height: none;
  position: absolute;
  display: block;
  top: calc(100% + 4px);
  left: 0;
  min-width: 100%;
  z-index: 9;
  border-top: none;
  box-sizing: border-box;
  box-shadow: 0 15px 30px rgba(127, 126, 126, 0.4);
  background: #fff;
  transition: all 0.3s ease-in-out;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .select-holder .select2-container--default .select2-results > .select2-results__options {
    padding: 0;
  }
}
.select-holder .select2-results__option {
  padding: 4px 24px;
  font-family: "Steppe", Arial, sans-serif;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.375rem;
  display: block;
  cursor: pointer;
  transition: color 0.3s;
}
@media (min-width: 1280px) {
  .select-holder .select2-results__option {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    padding: 8px 24px;
  }
}
.select-holder .select2-results__option:hover {
  background: transparent;
  color: #EC3814;
}
.select-holder .select2-container--default .select2-results__option[aria-selected=true] {
  background: #e8eaee;
  color: #6b6b6b;
}
.select-holder .select2-container--default .select2-results__option[aria-selected=false] {
  background-color: transparent;
}
.select-holder .select2-container--default .select2-results__option[aria-selected=false]:hover {
  color: #EC3814;
}

.info-list {
  margin-top: 8px;
  margin-bottom: 24px;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .info-list {
    margin-bottom: 30px;
  }
}
.info-list__item {
  margin-bottom: 17px;
}
.info-list__item:first-child {
  margin-top: 15px;
}
.info-list__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .info-list__item {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .info-list__item {
    margin-bottom: 4px;
  }
}
.info-list__title {
  font-family: "Steppe", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.info-list__wrapper {
  margin-bottom: 12px;
}
.info-list__link {
  display: inline-flex;
  align-items: center;
}
.info-list__top-title {
  font-family: "Steppe", Arial, sans-serif;
  font-weight: 400;
  display: inline;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  .info-list__top-title {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 768px) {
  .info-list .note-text {
    font-weight: 300;
    color: #000000;
  }
}
@media (min-width: 1280px) {
  .info-list .note-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }
}
.info-list .note-text.black {
  display: block;
  color: #000000;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .info-list .note-text.black {
    margin-right: 42px;
    width: 167px;
  }
}
.info-list .link-text {
  font-family: "Steppe", Arial, sans-serif;
  line-height: 20px;
  display: inline;
}

@media (min-width: 1280px) {
  .text-wrapper {
    display: flex;
  }
}
.text-wrapper p {
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  .text-wrapper__left {
    margin-top: 0;
    width: 50%;
    max-width: 564px;
    padding-right: 64px;
    border-right: 1px solid #7f7e7e;
  }
}
.text-wrapper__left p:last-child {
  margin-bottom: 0;
}
.text-wrapper__right {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .text-wrapper__right {
    margin-top: 32px;
  }
}
@media (min-width: 1280px) {
  .text-wrapper__right {
    margin-top: 0;
    width: 50%;
    max-width: 564px;
    padding-left: 64px;
  }
}
.text-wrapper__img {
  width: 290px;
  height: 190px;
  margin-bottom: 32px;
}
.text-wrapper__img img {
  width: 100%;
  height: auto;
}

.row h2 {
  margin-bottom: 8px;
}
@media (min-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
}
.row .link-text {
  margin-bottom: 32px;
  display: inline-block;
}
@media (min-width: 1280px) {
  .row .link-text {
    order: 2;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .row__left {
    width: 335px;
    margin-right: 24px;
  }
}

.popular-link {
  display: flex;
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  .popular-link {
    margin-bottom: 50px;
  }
}
.popular-link .nav-menu {
  margin-left: 0;
}
.popular-link .nav-menu__item {
  color: #EC3814;
}
@media (min-width: 1280px) {
  .popular-link .nav-menu__item:hover {
    color: #000000;
  }
}
.popular-link .i-red-star {
  margin-right: 24px;
}

@media (min-width: 768px) {
  .service__item {
    margin-bottom: 24px;
  }
}

.button-wrapper {
  display: flex;
  flex-direction: column;
  width: auto;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .button-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .button-wrapper {
    display: flex;
  }
}
.button-wrapper .btn {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .button-wrapper .btn {
    margin-bottom: 0;
    margin-right: 24px;
  }
}

.col-small {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .col-small {
    width: 734px;
  }
}

.ps {
  position: relative;
}
.ps__scrollbar-x-rail {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 4px;
  background-color: #edf0f8;
  width: 100%;
  height: 9px;
  border-radius: 5px;
}
.ps__scrollbar-x {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 23;
  height: 100%;
  box-shadow: 0 4px 3px rgba(20, 44, 54, 0.1);
  border-radius: 5px;
  background-color: #FF4500;
}
.ps__scrollbar-y-rail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 4px;
  background-color: #edf0f8;
  width: 4px;
  border-radius: 5px;
}
.ps__scrollbar-y {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 23;
  box-shadow: 0 4px 3px rgba(20, 44, 54, 0.1);
  border-radius: 5px;
  background-color: #FF4500;
}

.round-box {
  margin-right: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .round-box {
    margin-right: 32px;
    margin-bottom: 32px;
  }
}
.round-box__color {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .round-box__color {
    margin-bottom: 32px;
    width: 100px;
    height: 100px;
  }
}
.round-box__text {
  font-size: 14px;
  line-height: 22px;
  color: #6b6b6b;
  font-family: "Steppe", Arial, sans-serif;
  text-align: center;
}
.round-box-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-bottom: -24px;
}
@media (min-width: 768px) {
  .round-box-wrapper {
    margin-right: -32px;
    margin-bottom: -32px;
  }
}

.button-wrapper-lib {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .button-wrapper-lib {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
}
.button-wrapper-lib .btn {
  margin-bottom: 16px;
  margin-right: 24px;
  margin-left: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .button-wrapper-lib .btn {
    margin-right: 24px;
    margin-bottom: 0;
  }
}
.button-wrapper-lib .note-text {
  display: block;
}

.library .checkbox {
  margin-right: 24px;
}
.library .c-radio {
  margin-right: 20px;
}

.section-step {
  display: block;
  margin-bottom: 32px;
}
.section-step h2 {
  margin-bottom: 16px;
}
@media (min-width: 1280px) {
  .section-step h2 {
    margin-bottom: 24px;
  }
}
.section-step .filters-block {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .section-step .filters-block {
    padding-top: 32px;
  }
}
@media (min-width: 1280px) {
  .section-step .filters-block {
    display: block;
  }
}
.section-step .filters-block__select {
  margin-bottom: 16px;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .section-step .filters-block__select {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1280px) {
  .section-step .filters-block__select {
    width: 320px;
  }
}
.section-step .filters-block__select .c-select--filter {
  width: 100%;
}

.show-form__btn.link-text {
  font-size: 14px;
  line-height: 22px;
  font-family: "Steppe", Arial, sans-serif;
}
.show-form__btn.close {
  display: inline-block;
}
.show-form .note-text {
  display: none;
}
.show-form.hidden .form-group {
  display: none;
}
.show-form.hidden .show-form__btn.close {
  display: none;
}
.show-form.hidden .filters-block__row {
  display: none;
}
.show-form.hidden .note-text {
  display: block;
}
.show-form--group {
  margin: 0 -24px;
  position: relative;
  border-top: 1px solid #ffffff;
  padding: 24px 24px 0px;
  margin-top: 24px;
}
@media (min-width: 1280px) {
  .show-form--group {
    margin: 0 0 24px;
    padding: 24px 0 0;
  }
}
.show-form--group.hidden {
  border-top: 1px solid transparent;
  padding: 0 24px;
}
@media (min-width: 1280px) {
  .show-form--group.hidden {
    padding: 0;
  }
}

.form-group-wrapper .form-group {
  width: 100%;
  display: inline-block;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.form-group-wrapper .form-group:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-group-wrapper .form-group {
    width: 238px;
    margin-bottom: 0;
    margin-right: 24px;
  }
}
@media (min-width: 1280px) {
  .form-group-wrapper .form-group {
    width: 290px;
  }
}
.form-group-wrapper__row {
  display: flex;
  width: 100%;
  margin-bottom: -16px;
}
.form-group-wrapper__row .form-group {
  width: calc(50% - 12px);
  margin-right: 24px;
}
.form-group-wrapper__row .form-group:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .form-group-wrapper__row {
    margin-bottom: 0;
  }
  .form-group-wrapper__row .form-group {
    width: 104px;
  }
  .form-group-wrapper__row .form-group .form-input {
    padding-left: 8px;
    padding-right: 8px;
  }
  .form-group-wrapper__row .form-group.flat {
    width: 69px;
  }
}
@media (min-width: 1280px) {
  .form-group-wrapper__row.flat {
    width: 104px;
  }
}
@media (min-width: 768px) {
  .form-group-wrapper .filters-block__row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.test-page-wrapper {
  display: block;
}
@media (min-width: 1280px) {
  .test-page-wrapper {
    display: flex;
  }
}
.test-page-wrapper__left {
  display: block;
  z-index: 2;
  position: relative;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .test-page-wrapper__left {
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .test-page-wrapper__left {
    margin-bottom: 0;
    width: calc(50% - 12px);
    margin-right: 24px;
  }
}
.test-page-wrapper__left p {
  font-weight: 400;
}
@media (min-width: 768px) {
  .test-page-wrapper__left p {
    width: 604px;
  }
}
.test-page-wrapper__right {
  display: block;
}
@media (min-width: 1280px) {
  .test-page-wrapper__right {
    width: calc(50% - 12px);
  }
}

.places-wrapper {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.places-wrapper .place {
  display: flex;
  margin-bottom: 12px;
}
.places-wrapper .place:hover .place__text {
  color: #6b6b6b;
}
@media (min-width: 768px) {
  .places-wrapper {
    display: none;
  }
}

.scheme {
  font-family: "Steppe", Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  margin-right: 12px;
  color: #000000;
  transition: color 0.3s;
}

a.scheme:hover {
  color: #EC3814;
}

.card-hover {
  display: none;
}
@media (min-width: 1280px) {
  .card-hover {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    opacity: 0;
    background: transparent;
    transition: box-shadow 0.3s;
    pointer-events: none;
  }
}
.card-hover.active {
  opacity: 1;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(127, 126, 126, 0.4);
  z-index: 2;
}

.tel {
  white-space: nowrap;
  display: inline-block;
}

.spoiler-wrapper-top-page {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .spoiler-wrapper-top-page {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .spoiler-wrapper-top-page .spoiler-box__btn-show {
    margin-top: 0;
  }
}

.links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.links-list li.active a {
  font-weight: bold;
}
@media (min-width: 1280px) {
  .links-list li.active a:hover {
    color: #000000;
  }
}

.section-schedule .loader {
  display: none;
}
.section-schedule.loading .loader {
  display: block;
  width: 100px;
  height: 100px;
}

.block-wrapper h3,
.block-wrapper .h3 {
  margin-bottom: 12px;
}

.section-text {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .section-text {
    margin-bottom: 48px;
  }
}
@media (min-width: 1280px) {
  .section-text {
    margin-bottom: 56px;
  }
}
@media (min-width: 1920px) {
  .section-text {
    margin-bottom: 48px;
  }
}

.slick-list {
  padding: 1px;
}

@media (min-width: 1280px) {
  .services-list .spoiler-wrapper a {
    margin-top: 1px;
    margin-left: 1px;
  }
}

@keyframes dropdown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes flyout {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@media (max-width: 767px) {
  #CalltouchWidgetFrame {
    bottom: var(--bottom-shift, 0px) !important;
  }
}
.d-none {
  display: none;
}

.d-sm-inline {
  display: none;
}
@media (min-width: 768px) {
  .d-sm-inline {
    display: inline;
  }
}

.d-lg-inline {
  display: none;
}
@media (min-width: 1280px) {
  .d-lg-inline {
    display: inline;
  }
}

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

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

.w-100 {
  width: 100%;
}

.bold {
  font-weight: 500;
}

.d-sm-block {
  display: none;
}
@media (min-width: 768px) {
  .d-sm-block {
    display: block;
  }
}

.d-md-block {
  display: none;
}
@media (min-width: 1024px) {
  .d-md-block {
    display: block;
  }
}

.d-lg-block {
  display: none;
}
@media (min-width: 1280px) {
  .d-lg-block {
    display: block;
  }
}

@media (min-width: 1280px) {
  .d-lg-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none;
  }
}

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

.d-flex {
  display: flex;
}
@media (min-width: 768px) {
  .d-flex .section {
    width: 50%;
  }
}

.f-wrap {
  flex-wrap: wrap;
}

.mr-24 {
  margin-right: 24px;
}

.checkbox-wrapper {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .checkbox-wrapper {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .section-category {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .section-category.filters-block .section-category__item {
    margin-right: 24px;
    width: calc(50% - 24px);
  }
}
.section-category.filters-block .c-select {
  width: 100%;
}
.section-category__item {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .section-category__item {
    width: 33.3%;
    margin-bottom: 32px;
  }
}
@media (min-width: 1280px) {
  .section-category__item {
    width: 25%;
  }
}
.section-category .filters-block__select {
  display: block;
}

.mg-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .mg-container {
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 40px;
  }
}
.mg-container .slider-block--reviews,
.mg-container .mailing-list {
  padding: 0;
}
.mg-container .slider-block {
  margin: 0;
}

textarea:hover, textarea:focus {
  border: 1px solid #6b6b6b;
}