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

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

@font-face {
  font-family: "HelveticaNeue";
  font-display: swap;
  src: url("../assets/fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("../assets/fonts/HelveticaNeueCyr-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Jost";
  font-display: swap;
  src: url("../assets/fonts/Jost-Regular.woff") format("woff"), url("../assets/fonts/Jost-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Jost";
  font-display: swap;
  src: url("../assets/fonts/Jost-Medium.woff") format("woff"), url("../assets/fonts/Jost-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Jost";
  font-display: swap;
  src: url("../assets/fonts/Jost-SemiBold.woff") format("woff"), url("../assets/fonts/Jost-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../assets/fonts/Inter-SemiBold.woff") format("woff"), url("../assets/fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

*,
blockquote {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  overflow-x: hidden;
  line-height: 1;
  size-adjust: 100%;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

a:active,
a:focus,
input,
textarea,
input:active,
textarea:active,
:active,
:focus {
  outline: none;
}

a:active::-webkit-outer-spin-button,
a:active::-webkit-inner-spin-button,
a:focus::-webkit-outer-spin-button,
a:focus::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
input:active::-webkit-outer-spin-button,
input:active::-webkit-inner-spin-button,
textarea:active::-webkit-outer-spin-button,
textarea:active::-webkit-inner-spin-button,
:active::-webkit-outer-spin-button,
:active::-webkit-inner-spin-button,
:focus::-webkit-outer-spin-button,
:focus::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
  resize: vertical;
  resize: horizontal;
}

button {
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  margin: 0;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

nav,
header,
footer,
aside {
  display: block;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

a {
  color: unset;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

body {
  height: 100%;
  font-family: "Jost", normal;
  font-style: normal;
  font-weight: 400;
  position: relative;
  font-size: 1rem;
  line-height: 187.5%;
  width: 100%;
  background-color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #3c3c3c;
}

html {
  height: 100%;
}

.wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

a {
  display: inline-block;
  color: #fff;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row_sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.main-block {
  min-height: 500px;
  margin-bottom: 90px;
}

.main-block__wrapper {
  z-index: 1;
  border-radius: 50px 50px 0px 0px;
  padding-top: 30px;
  background: #fff;
  position: relative;
  top: -80px;
  margin-bottom: -80px;
}

.lock .main-block__wrapper {
  z-index: 99;
}

.main-block_min {
  min-height: unset;
}

section {
  margin: 120px 0;
}

section:nth-child(1) {
  margin-top: 60px;
}

section:first-child {
  margin-top: 60px;
}

section:last-child {
  margin-bottom: 0;
}

.search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  border-radius: 45px;
  background: #fff;
}

.search.is-with-border {
  border: 1px solid #e6e6e6;
}

.search__popup .search {
  border: none;
}

.search_hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: transparent;
  background: transparent;
}

.search_hide .search__input {
  width: 0;
  padding: 0;
  border: none;
  height: auto;
}

.search_hide .search__btn_desktop {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.search__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search__input {
  height: 100%;
  padding: 20px 50px 20px 12px;
  border-radius: 45px;
  width: 100%;
  font-size: 1.125rem;
  line-height: 133.3333333333%;
  color: #222;
  border: 1px solid #e6e6e6;
}

.search__input.is-no-border {
  border: none;
}

.search__input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.search__input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.search__input:placeholder-shown {
  text-overflow: ellipsis;
}

.search__input::-webkit-input-placeholder {
  color: #999;
  font-size: 1.125rem;
  line-height: 133.3333333333%;
}

.search__input::-moz-placeholder {
  color: #999;
  font-size: 0.9375rem;
  line-height: 160%;
}

.search__input:-ms-input-placeholder {
  color: #999;
  font-size: 0.9375rem;
  line-height: 160%;
}

.search__input:-moz-placeholder {
  color: #999;
  font-size: 0.9375rem;
  line-height: 160%;
}

.search__cleaning {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 70px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search__cleaning .icon {
  width: 24px;
  height: 24px;
  stroke: #999;
}

.search__cleaning:hover.icon {
  stroke: #666;
}

.search__cleaning._active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search__cleaning._min-right {
  right: 20px;
}

.search__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 45px;
  height: 45px;
  background: #ff5c00;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.search__btn_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__btn .icon {
  width: 24px;
  height: 24px;
  fill: transparent;
  stroke: #fff;
}

.search_big {
  height: 80px;
}

.search_big .search__cleaning {
  right: 80px;
}

.search_big .search__input {
  padding: 20px 110px 20px 35px;
}

.search_big .search__btn {
  right: 20px;
}

.search-select.select-category {
  width: auto;
  margin: 5px 0 5px 5px;
}

.search-select .select-category__title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 13px 53px 13px 20px;
  height: 100%;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 25px;
  background-color: #f4f4f4;
  text-transform: uppercase;
}

.search-select .select-category__mobile {
  display: none;
}

.search-select .select-category__overlay {
  display: none;
}

.search-select .select-category__content {
  max-width: initial;
  max-height: initial !important;
  overflow: initial;
  width: auto;
  border-radius: 30px;
  background-color: #fff;
}

.search-select .select-category__wrapper {
  max-width: initial;
  max-height: initial !important;
  overflow: initial !important;
  padding: 5px;
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.search-select .select-category__label {
  cursor: pointer;
  padding: 20px 20px 20px 20px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  border-radius: 25px;
  overflow: initial;
  text-transform: uppercase;
}

.search-select .select-category__label:hover {
  background-color: #f4f4f4;
}

.search-select .select-category input:checked + .select-category__label {
  background-color: #f4f4f4;
}

.select-category input:checked + .select-category__label {
  background-color: #f4f4f4;
}

.search-popular {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  width: 100%;
  display: none;
  padding: 26px 25px 8px 25px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(156, 156, 156, 0.2509803922);
          box-shadow: 0px 5px 20px 0px rgba(156, 156, 156, 0.2509803922);
}

.search-popular._active {
  display: block;
}

.search-popular__title {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 110%;
  font-weight: 500;
  color: #b3b3b3;
  text-transform: uppercase;
}

.search-popular__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
  background-color: #fff;
}

.search-popular__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #f4f4f4;
}

.search-popular__item-name {
  font-size: 18px;
  line-height: 25px;
}

.search-popular__item-category {
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  color: #b3b3b3;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #f2f2f2;
  border-radius: 30px;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 184.6153846154%;
  color: #3c3c3c;
  max-height: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ff5c00;
  color: #fff;
}

.btn_square-orange {
  border-radius: 10px;
  color: #fff;
  border: 1px solid #e6e6e6;
  background-color: #ff5c00;
}

.btn_square-orange:hover {
  color: #ff5c00;
  background-color: #fff;
  border: 1px solid #ff5c00;
}

.btn_orange {
  background-color: #ff5c00;
  border: 1px solid transparent;
  color: #fff;
}

.btn_orange:hover {
  color: #ff5c00;
  background-color: #fff;
  border-color: #ff5c00;
}

.btn_transparent {
  background: transparent;
  border: 1px solid transparent;
}

.btn_active {
  -webkit-animation: blink 5s infinite;
          animation: blink 5s infinite;
}

.btn_disable {
  pointer-events: none;
  background: #cccccc;
}

@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.btn-ajax {
  border-radius: 30px;
  border: 1px solid #999;
  background: #fff;
  max-height: 60px;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 184.6153846154%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-ajax .icon {
  width: 20px;
  height: 20px;
  fill: #523189;
  margin-right: 10px;
}

.btn-ajax:hover {
  border: 1px solid #222;
  color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.logo {
  max-width: 148px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}

.logo svg {
  width: 100%;
}

.logo .icon {
  width: 35px;
  height: 35px;
  fill: #fff;
}

.logo__text {
  font-family: "HelveticaNeue", normal;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 1.25rem;
  line-height: 120%;
  color: #fff;
}

h1,
.h1,
h2,
.h2 {
  color: #222;
  font-family: "Inter", normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 15px 0;
}

h1,
.h1 {
  font-size: 2.75rem;
  line-height: 120%;
}

h2,
.h2 {
  font-size: 1.5625rem;
  line-height: 140%;
}

h3,
.h3,
h4,
.h4 {
  color: #222;
  font-size: 1.25rem;
  line-height: 130%;
  font-weight: 500;
  text-transform: none;
  margin: 10px 0;
}

.h2_big {
  font-size: 2.5rem;
  letter-spacing: 0.02em;
}

.h2_big:nth-child(1) {
  margin: 0;
  min-width: 251px;
}

.h1_big {
  font-size: 2.75rem;
}

.schedule__item,
.text .schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 130%;
  margin-bottom: 5px;
  padding-left: 0;
}

.schedule__item:last-child,
.text .schedule__item:last-child {
  margin-bottom: 0;
}

.schedule__item::before,
.schedule__item::after,
.text .schedule__item::before,
.text .schedule__item::after {
  content: none;
}

.schedule__day {
  min-width: 80px;
}

.schedule__time {
  font-weight: 500;
  color: #222;
}

.popup__body {
  max-height: 90vh;
}

.popup__content {
  width: 100%;
  max-width: 600px;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  max-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup__content_small {
  max-width: 500px;
}

.popup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.popup__header_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.popup__header:has(.popup__img) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popup__header:has(.popup__img) .popup__title {
  margin-top: 25px;
}

.popup__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% + 52px);
          flex: 0 0 calc(100% + 52px);
  max-height: 294px;
  height: 47vh;
  margin: -26px -26px 0 -26px;
  border-radius: 20px;
  overflow: hidden;
}

.popup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup__title {
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding-right: 15px;
  font-size: 1.25rem;
  line-height: 140%;
  color: #222;
}

.popup__close {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.popup__close .icon {
  width: 20px;
  height: 20px;
  fill: transparent;
  stroke: #222;
}

.popup__content-body {
  padding-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(156, 156, 156, 0.25) #fff;
  min-height: 133px;
}

.popup__content-body::-webkit-scrollbar {
  width: 8px;
}

.popup__content-body::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  margin-right: 10px;
}

.popup__content-body::-webkit-scrollbar-thumb {
  background-color: rgba(156, 156, 156, 0.25);
  border-left: 5px solid #fff;
  border-radius: 10px;
}

.popup__content-body::-moz-scrollbar {
  width: 8px;
}

.popup__content-body::-moz-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

.popup__content-body::-moz-scrollbar-thumb {
  background-color: rgba(156, 156, 156, 0.25);
  border-left: 5px solid #fff;
  border-radius: 10px;
}

.popup__content-body *:last-child {
  margin-bottom: 0;
}

.popup .feedback__select:last-child .select__title {
  margin-bottom: 0;
}

.popup__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

a {
  color: #3c3c3c;
}

.ui-select-content {
  position: absolute;
  top: 65px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 10px);
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(156, 156, 156, 0.25);
          box-shadow: 0px 5px 20px 0px rgba(156, 156, 156, 0.25);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 8;
  -webkit-box-shadow: 5px 0 0 0px #fff, 0px 5px 20px 0px rgba(156, 156, 156, 0.25);
          box-shadow: 5px 0 0 0px #fff, 0px 5px 20px 0px rgba(156, 156, 156, 0.25);
  overflow: hidden;
}

.ui-select-content__wrapper {
  overflow-y: auto;
  padding: 5px;
  scrollbar-width: thin;
  scrollbar-color: rgba(156, 156, 156, 0.25) #fff;
}

.ui-select-content__wrapper::-webkit-scrollbar {
  width: 8px;
}

.ui-select-content__wrapper::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  margin-right: 10px;
}

.ui-select-content__wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(156, 156, 156, 0.25);
  border-left: 5px solid #fff;
  border-radius: 10px;
}

.ui-select-content__wrapper::-moz-scrollbar {
  width: 8px;
}

.ui-select-content__wrapper::-moz-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

.ui-select-content__wrapper::-moz-scrollbar-thumb {
  background-color: rgba(156, 156, 156, 0.25);
  border-left: 5px solid #fff;
  border-radius: 10px;
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.preloader._active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.preloader .icon {
  fill: #f4f4f4;
  stroke: #e6e6e6;
}

.preloader_programs,
.preloader_news,
.preloader_articles,
.preloader_cols {
  background-color: #fff;
  background-image: url("../assets/img/gallery/preloader-programs-item.svg");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 100% auto;
  width: calc(100% - 40px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-clip: content-box;
}

.preloader_news {
  width: 100%;
}

.preloader_articles {
  width: 100%;
  left: unset;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  background-image: url("../assets/img/gallery/preloader-news-item.svg");
}

.preloader_news {
  background-image: url("../assets/img/gallery/preloader-news-item.svg");
}

.preloader_cols {
  width: calc(100% + 1px);
  background-image: url("../assets/img/gallery/preloader-cols.svg");
}

.preloader_big-no-padding {
  background-image: url(../assets/img/gallery/preloader-big.png);
  background-position: 0 0;
  background-size: 100% 200px;
  background-color: #fff;
  width: 100%;
}

.preloader_big {
  background: url("../assets/img/gallery/preloader-big.png") 0 0/100% 555px repeat-y #fff;
  width: calc(100% - 40px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.no-data {
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}

.no-data--inside-grid {
  grid-column: 1/-1;
}

.no-data__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1rem;
  line-height: 150%;
}

.no-data__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.no-data__icon .icon {
  width: 20px;
  height: 20px;
}

.no-data__text {
  color: #222;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.no-data__phone {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  margin-left: 5px;
  display: inline-block;
}

.no-data__phone > a {
  color: #666;
  opacity: 0.85;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.no-data__phone > a:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.text-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.text-content__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1000px;
          flex: 0 1 1000px;
  max-width: 100%;
}

.text-content__sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 31.57%;
          flex: 1 1 31.57%;
}

.text-content__img {
  max-width: 1000px;
  width: 100%;
}

.text-content .article-info {
  margin-bottom: 15px;
  padding-left: 0;
}

.text {
  max-width: 1280px;
  color: #222;
  font-size: 1rem;
  line-height: 150%;
  overflow: hidden;
  padding-bottom: 2px;
}

.text:after {
  content: "";
  clear: both;
  display: block;
}

.text.is-full {
  max-width: 100%;
}

.text *:last-child {
  margin-bottom: 0;
}

.text *:nth-child(1) {
  margin-top: 0;
}

.text p {
  margin-bottom: 10px;
}

.text p,
.text ul,
.text ol,
.text blockquote {
  margin-bottom: 30px;
}

.text p:nth-child(1),
.text ul:nth-child(1),
.text ol:nth-child(1),
.text blockquote:nth-child(1) {
  margin-top: 0;
}

.text p {
  margin: 10px 0;
}

.text p + ul,
.text p + ol,
.text p + blockquote,
.text p + h3,
.text p + div {
  margin-top: 30px;
}

.text ul li {
  position: relative;
  padding-left: 35px;
}

.text ul li::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M12.5018 2.75H6.50177C4.4307 2.75 2.75177 4.42893 2.75177 6.5V12.5C2.75177 14.5711 4.4307 16.25 6.50177 16.25H12.5018C14.5728 16.25 16.2518 14.5711 16.2518 12.5V6.5C16.2518 4.42893 14.5728 2.75 12.5018 2.75Z' fill='%23FF5C00'/%3E%3Cpath d='M12.0456 12.046C10.6397 13.4519 8.36027 13.4519 6.95439 12.046C5.5485 10.6401 5.5485 8.36069 6.95439 6.95481C8.36028 5.54892 10.6397 5.54892 12.0456 6.95481C13.4514 8.3607 13.4514 10.6401 12.0456 12.046Z' fill='white'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 2px;
}

.text ul li,
.text ol li {
  margin-bottom: 12px;
}

.text ul ul li,
.text ol ul li {
  padding-left: 32px;
}

.text ul ul li::after,
.text ol ul li::after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #ff5c00;
  border-radius: 1px;
  left: 9px;
  top: 8px;
}

.text ul ol li,
.text ol ol li,
.text ul ul li,
.text ol ul li {
  margin-bottom: 8px;
}

.text ul ul ul li,
.text ul ol ul li,
.text ol ul ul li,
.text ol ol ul li {
  padding-left: 32px;
}

.text ul ul ul li::after,
.text ul ol ul li::after,
.text ol ul ul li::after,
.text ol ol ul li::after {
  left: 3px;
  top: 12px;
  width: 12px;
  height: 1px;
  border-radius: 0;
}

.text ul ul ul li,
.text ul ol ul li,
.text ol ul ul li,
.text ol ol ul li,
.text ul ul ol li,
.text ul ol ol li,
.text ol ul ol li,
.text ol ol ol li {
  margin-bottom: 4px;
}

.text ul > ol:not(.mt-0),
.text ul > ul:not(.mt-0) {
  margin-top: 12px;
  margin-bottom: 12px;
}

.text ul ol:nth-child(1),
.text ul ul:nth-child(1),
.text ol ul:nth-child(1),
.text ol ol:nth-child(1) {
  margin-top: 8px;
}

.text ul ul ul:nth-child(1),
.text ul ol ul:nth-child(1),
.text ol ul ul:nth-child(1),
.text ol ol ul:nth-child(1) {
  margin-top: 4px;
}

.text ol {
  list-style-position: outside;
}

.text ol > li {
  position: relative;
  padding-left: 35px;
  counter-increment: list-counter;
}

.text ol > li a {
  display: inline-block;
}

.text ol > li:last-child {
  margin-bottom: 0;
}

.text ol > li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(list-counter) ".";
  color: #ff5c00;
  font-size: 0.9375rem;
  min-width: 25px;
  text-align: center;
}

.text ol > li::after {
  display: none;
}

.text ol > li > ol:not(.mt-0),
.text ol > li > ul:not(.mt-0) {
  margin-top: 15px;
}

.text a:not(.btn):not(.btn-block__link) {
  color: #ff5c00;
}

.text b {
  color: #523189;
  font-weight: 600;
}

.text strong {
  color: #ff5c00;
  font-weight: 600;
}

.text blockquote {
  padding: 20px;
  border-radius: 4px 10px 10px 4px;
  background: #f4f4f4;
  border-left: 4px solid #ff5c00;
  margin: 25px 0;
}

.text img:not(.section-image_img) {
  max-width: 100%;
  width: unset;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
  overflow: hidden;
}

.text .floating-image {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
  overflow: hidden;
}

.text .floating-image.floating-image--left {
  float: left;
  margin: 0 20px 20px 0;
  width: 40%;
}

.text .floating-image.floating-image--right {
  float: right;
  margin: 0 0 20px 20px;
  width: 40%;
}

.text h2 {
  margin-bottom: 40px;
}

.text h3 {
  margin: 10px 0;
}

.text__btn {
  margin-top: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 1px;
}

.text iframe {
  border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.text .js-captcha-block iframe {
  border-radius: 0px;
  overflow: hidden;
  max-width: unset;
  height: unset;
  aspect-ratio: unset;
}

.text .table-container {
  overflow-x: auto;
  width: 100%;
  margin: 25px 0;
}

.text table {
  min-width: 774px;
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 10px;
  border-radius: 20px;
}

.text table th,
.text table td {
  text-align: left;
  padding: 20px;
  min-width: 80px;
}

.text table th {
  font-size: 0.8125rem;
  line-height: 184.6153846154%;
  letter-spacing: 0.02em;
  color: #999;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}

.text table td {
  font-size: 1rem;
  line-height: 140%;
  color: #3c3c3c;
}

.text table b {
  color: #222;
  font-weight: 500;
}

.text del {
  text-decoration: line-through;
}

.text form {
  margin: 25px 0;
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
}

.text form h3 {
  text-transform: uppercase;
  margin: 25px 0;
}

.text form p {
  margin: 25px 0;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.text-nav {
  border-radius: 20px;
  background: #f4f4f4;
  padding: 25px;
}

.text-nav__item {
  color: #222;
  font-size: 0.9375rem;
  line-height: 178%;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.text-nav__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.text-nav__item:hover {
  color: #ff5c00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.text-nav__title {
  text-transform: uppercase;
  margin-top: 0;
}

.head-title {
  margin-bottom: 40px;
}

.head-title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.head-title__wrapper h2 {
  margin-bottom: 0;
}

.head-title__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.head-title-bottom {
  margin-top: 20px;
}

.head-title-bottom .head-title__btn {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.head-title-bottom .head-title__btn a {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 20px;
}

.hover-arrow {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 50%;
}

.hover-arrow .icon {
  fill: transparent;
  stroke: #323232;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.tour-3d {
  display: none;
}

.tour-3d__content {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.arrows {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.arrows__item {
  border-radius: 30px;
  border: 1px solid #999;
  background: #fff;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.arrows__item .icon {
  width: 30px;
  height: 30px;
  stroke: #3c3c3c;
  fill: transparent;
}

.arrows__item_next {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.arrows__item_disable {
  opacity: 0;
  visibility: hidden;
}

.arrows__item:hover {
  border: 1px solid #222;
  stroke: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fancybox__container {
  max-width: 100vw;
  max-height: 100vh;
}

.swiper-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.small-text {
  color: #999;
  font-size: 0.8125rem;
  line-height: 140%;
  width: 100%;
  max-width: 820px;
}

.small-text_m-30 {
  margin: -30px 0;
}

.d-none {
  display: none;
}

.before-end {
  border-radius: 25px;
  background: whitesmoke;
  color: #222;
  --pie-c: #27cb72, #27cb72;
  width: 270px;
  height: 50px;
  aspect-ratio: 1;
  background: conic-gradient(from -90deg, var(--pie-c) var(--pie-p, 0%), whitesmoke 0);
  --pie-b: 1em;
  position: relative;
}

.before-end_yellow {
  --pie-c: #fdd608, #fdd608;
}

.before-end_red {
  --pie-c: #ff5c00, #ff5c00;
}

.before-end span {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 260px;
  height: 40px;
  border-radius: 25px;
  background: #fff;
  font-size: 1rem;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.before-end_unlimited {
  background: none;
}

.before-end_unlimited span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: unset;
  position: relative;
  top: 0;
  left: 0;
  border: 2px solid #ececec;
  padding: 14px 18px;
  height: 50px;
}

.sidebar {
  padding: 25px;
  border-radius: 20px;
  background: #f2f2f2;
  width: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar_description {
  max-width: unset;
}

.sidebar__title {
  color: #222;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 140%;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  grid-area: title;
}

.sidebar__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #999;
  font-size: 0.8125rem;
  line-height: 140%;
  margin-top: 15px;
}

.sidebar__note .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  fill: #999;
}

.none {
  display: none;
}

.wrapper-preloader {
  position: relative;
}

.search-autocomplete-block {
  position: relative;
  z-index: 50;
}

.search-autocomplete-block .search__input {
  z-index: 3;
}

.search-autocomplete-block .search__cleaning {
  z-index: 4;
}

.search-autocomplete-block .search__btn {
  z-index: 4;
}

.autocomplete {
  z-index: -1;
  top: calc(100% + 14px);
  left: 0;
  width: 100%;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(156, 156, 156, 0.2509803922);
          box-shadow: 0px 5px 20px 0px rgba(156, 156, 156, 0.2509803922);
  border-radius: 30px;
  padding: 8px 25px;
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.autocomplete._active {
  max-height: unset;
  opacity: 1;
  display: block;
}

.autocomplete__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 16px 0;
  background-color: #fff;
}

.autocomplete__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #f4f4f4;
}

.autocomplete__item_no-content {
  padding: 18px 20px;
}

.autocomplete__item_no-content:hover {
  background: transparent;
}

.autocomplete__item .no-data {
  padding-bottom: 0;
  min-height: unset;
}

.autocomplete__item-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}

.autocomplete__item-title {
  font-size: 1.125rem;
  line-height: 138.8888888889%;
}

.autocomplete__item-text {
  display: block;
  font-size: 0.9375rem;
  line-height: 140%;
  color: #b3b3b3;
}

.autocomplete__accent-text {
  font-weight: 500;
}

.autocomplete__item-classification {
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  color: #b3b3b3;
}

.autocomplete__item-tech-info {
  font-size: 0.8125rem;
  line-height: 138.4615384615%;
  color: #9E9E9E;
  display: block;
}

.autocomplete__item-tech-info:first-of-type {
  margin-top: 5px;
}

.feedback__input,
.md-constructor-form__custom-radio,
.md-constructor-form__custom-checkbox,
.md-constructor-form__textarea,
.md-constructor-form input[type=password],
.md-constructor-form input[type=text],
.md-constructor-form input[type=email],
.md-constructor-form input[type=date],
.md-constructor-form input[type=tel] {
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #222;
  font-size: 0.9375rem;
  line-height: 133.3333333333%;
  width: 100%;
  padding: 20px;
  margin-bottom: 15px;
}

.md-constructor-form {
  scroll-behavior: smooth;
  max-width: 450px;
}

.md-constructor-form__title {
  text-transform: uppercase;
  display: block;
}

.md-constructor-form__errors {
  color: #ff5c00;
  margin-top: 10px;
}

.md-constructor-form_max-width {
  max-width: 100%;
}

.md-constructor-form__label {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.md-constructor-form__input-hidden {
  display: none;
  pointer-events: none;
}

.md-constructor-form .text {
  margin-bottom: 25px;
}

.md-constructor-form .popup__footer {
  margin-top: 25px;
}

.md-constructor-form_overflow {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
}

.md-constructor-form .form-element-wrapper {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin-bottom: 15px;
}

.md-constructor-form .form-element-wrapper .form__textarea {
  margin-bottom: 0;
}

.md-constructor-form .js-constructor-input._error {
  border: 2px solid #ff5c00;
}

.md-constructor-form input[type=password],
.md-constructor-form input[type=text],
.md-constructor-form input[type=email],
.md-constructor-form input[type=date],
.md-constructor-form input[type=tel] {
  margin-bottom: 0;
}

.md-constructor-form input[type=password]::-webkit-input-placeholder, .md-constructor-form input[type=text]::-webkit-input-placeholder, .md-constructor-form input[type=email]::-webkit-input-placeholder, .md-constructor-form input[type=date]::-webkit-input-placeholder, .md-constructor-form input[type=tel]::-webkit-input-placeholder {
  color: #999;
}

.md-constructor-form input[type=password]::-moz-placeholder, .md-constructor-form input[type=text]::-moz-placeholder, .md-constructor-form input[type=email]::-moz-placeholder, .md-constructor-form input[type=date]::-moz-placeholder, .md-constructor-form input[type=tel]::-moz-placeholder {
  color: #999;
}

.md-constructor-form input[type=password]:-ms-input-placeholder, .md-constructor-form input[type=text]:-ms-input-placeholder, .md-constructor-form input[type=email]:-ms-input-placeholder, .md-constructor-form input[type=date]:-ms-input-placeholder, .md-constructor-form input[type=tel]:-ms-input-placeholder {
  color: #999;
}

.md-constructor-form input[type=password]::-ms-input-placeholder, .md-constructor-form input[type=text]::-ms-input-placeholder, .md-constructor-form input[type=email]::-ms-input-placeholder, .md-constructor-form input[type=date]::-ms-input-placeholder, .md-constructor-form input[type=tel]::-ms-input-placeholder {
  color: #999;
}

.md-constructor-form input[type=password]::placeholder,
.md-constructor-form input[type=text]::placeholder,
.md-constructor-form input[type=email]::placeholder,
.md-constructor-form input[type=date]::placeholder,
.md-constructor-form input[type=tel]::placeholder {
  color: #999;
}

.md-constructor-form .input-date {
  margin-bottom: 15px;
  opacity: 1;
  width: 100%;
  height: 60px;
}

.md-constructor-form .input-date .input-date__input {
  opacity: 1;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  z-index: 0;
}

.md-constructor-form__textarea {
  margin-bottom: 0;
  height: 120px;
  resize: none;
  margin-bottom: 0;
}

.md-constructor-form__textarea::-webkit-input-placeholder {
  color: #999;
}

.md-constructor-form__textarea::-moz-placeholder {
  color: #999;
}

.md-constructor-form__textarea:-ms-input-placeholder {
  color: #999;
}

.md-constructor-form__textarea::-ms-input-placeholder {
  color: #999;
}

.md-constructor-form__textarea::placeholder {
  color: #999;
}

.md-constructor-form__custom-radio,
.md-constructor-form__custom-checkbox,
.md-constructor-form__checkbox {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
}

.md-constructor-form__custom-radio input,
.md-constructor-form__custom-checkbox input,
.md-constructor-form__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.md-constructor-form__custom-radio label,
.md-constructor-form__custom-checkbox label,
.md-constructor-form__checkbox label {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 20px;
}

.md-constructor-form__custom-radio label::before,
.md-constructor-form__custom-checkbox label::before,
.md-constructor-form__checkbox label::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  right: 24px;
  border: 1.5px solid #e6e6e6;
  background: #e6e6e6;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.md-constructor-form__custom-radio label:after,
.md-constructor-form__custom-checkbox label:after,
.md-constructor-form__checkbox label:after {
  content: "";
  opacity: 0;
  position: absolute;
  right: 28px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5c00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.md-constructor-form__custom-radio input:checked + label::before,
.md-constructor-form__custom-checkbox input:checked + label::before,
.md-constructor-form__checkbox input:checked + label::before {
  border: 1.5px solid #ff5c00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}

.md-constructor-form__custom-radio input:checked + label::after,
.md-constructor-form__custom-checkbox input:checked + label::after,
.md-constructor-form__checkbox input:checked + label::after {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.md-constructor-form__custom-radio:has(input:checked),
.md-constructor-form__custom-checkbox:has(input:checked),
.md-constructor-form__checkbox:has(input:checked) {
  border-color: #ff5c00;
}

.md-constructor-form__checkbox label::before {
  top: 6px;
}

.md-constructor-form__checkbox label::after {
  top: 10px;
}

.md-constructor-form__custom-checkbox label::before,
.md-constructor-form__checkbox label::before {
  border-radius: 4px;
}

.md-constructor-form__custom-checkbox label::after,
.md-constructor-form__checkbox label::after {
  background: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.20448 1.11328L4.2021 5.11328L1.7959 2.71428' stroke='%23FF5C00' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A") center 2px no-repeat;
}

.md-constructor-form__checkbox {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 10px;
  font-size: 0.9375rem;
}

.md-constructor-form__checkbox label {
  padding-right: 30px;
  padding: 0 0 0 20px;
}

.md-constructor-form__checkbox label::before {
  left: -10px;
}

.md-constructor-form__checkbox label::after {
  left: -6px;
}

.md-constructor-form__field--required .md-constructor-form__label:after {
  content: " *";
  color: #ff5c00;
}

.md-constructor-form__field--title {
  margin-bottom: 25px;
}

.md-constructor-form .select__title {
  color: #999;
}

.md-constructor-form .select__title._active {
  color: #222;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}

.btn-block__btn {
  max-height: 50px;
}

.btn-block__data-processing-user {
  font-size: 0.8125rem;
  line-height: 125%;
  color: #666;
}

.btn-block__link {
  display: inline;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #3c3c3c;
}

.btn-block__link:hover {
  color: #ff5c00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.input-date {
  position: relative;
}

.input-date__icon {
  width: 24px;
  height: 24px;
  fill: #3c3c3c;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
}

.input-date__input {
  margin: 0 !important;
  width: 100%;
}

.input-date._active .input-date__icon {
  fill: #ff5c00;
}

.error-text {
  font-size: 1rem;
  line-height: 125%;
  height: 0px;
  opacity: 0;
  color: #ff5c00;
}

.error-text._active {
  display: block;
  height: unset;
  opacity: 1;
  margin-top: 5px;
}

.js-captcha-block {
  overflow: hidden;
  padding-top: 10px;
}

.air-datepicker-global-container .air-datepicker {
  min-width: 303px;
  border-radius: 20px;
  padding: 15px;
  overflow: hidden;
}

.calltouch-phone--header {
  width: 100%;
  height: 100%;
}

.calltouch-phone--header > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 160%;
  color: #fff;
  opacity: 0.85;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}

.calltouch-phone--header > a:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.calltouch-phone--header.nav-btn__item {
  padding: 0;
  border-radius: 0;
  height: auto;
  background: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.calltouch-phone--header.nav-btn__item > a {
  opacity: 1;
  border-radius: 15px;
  background: rgba(34, 34, 34, 0.3);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 5%;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.calltouch-phone--clinic {
  font-size: 0.9375rem;
  line-height: 130%;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .location-list__item:hover,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .select__label:hover,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .filter-select__label:hover,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .pagination__btn:hover,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .pagination__item a:hover {
  color: #3b2716 !important;
  background-color: #a9e44d !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .form__custom-radio label,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .form__custom-checkbox label,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .md-constructor-form__custom-radio label,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .md-constructor-form__custom-checkbox label,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .md-constructor-form__checkbox label,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .select-multiply__item label {
  background-color: transparent !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .form__custom-radio label::before,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .form__custom-radio label::after,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .form__custom-checkbox label::before,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .form__custom-checkbox label::after,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .md-constructor-form__custom-radio label::before,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .md-constructor-form__custom-radio label::after,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .md-constructor-form__custom-checkbox label::before,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .md-constructor-form__custom-checkbox label::after,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .md-constructor-form__checkbox label::before,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .md-constructor-form__checkbox label::after,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .select-multiply__item label::before,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .select-multiply__item label::after {
  border: 1.5px solid #a9e44d;
  background: transparent;
  fill: none;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .form__custom-radio input:checked + label::before,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .form__custom-checkbox input:checked + label::before,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .md-constructor-form__custom-radio input:checked + label::before,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .md-constructor-form__custom-checkbox input:checked + label::before,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .md-constructor-form__checkbox input:checked + label::before,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .select-multiply__item input:checked + label::before {
  border: 1.5px solid #a9e44d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #a9e44d;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .search .icon {
  stroke: #a9e44d;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .doctors__slide,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .map-item__wrapper {
  border: 1px solid #a9e44d !important;
  border-radius: 18px;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .program {
  border: 1px solid #a9e44d !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .program * {
  background-color: transparent !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .program:not(.program_description):hover * {
  color: #3b2716 !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .doctor-info__price-wrapper:hover .doctor-info__price-text,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .doctor-info__price-wrapper:hover .icon {
  stroke: #3b2716 !important;
  color: #3b2716 !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .nav .nav__item {
  border-color: #a9e44d !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .nav .nav__item a:hover:not(.bvi-no-styles) {
  background-color: #3b2716 !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .text ul > li {
  padding-left: 20px;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .text ul > li::before {
  background-color: #a9e44d;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .text ol > li::before {
  color: #a9e44d;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .location-list__item:hover,
body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .select__label:hover,
body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .filter-select__label:hover,
body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .pagination__btn:hover,
body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .pagination__item a:hover {
  color: #fff !important;
  background-color: #000 !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .doctors__slide,
body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .map-item__wrapper {
  border: 1px solid #000 !important;
  border-radius: 18px;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .program {
  border: 1px solid #000 !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .program * {
  background-color: transparent !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .program:not(.program_description):hover * {
  color: #fff !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .doctor-info__price-wrapper:hover .doctor-info__price-text,
body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .doctor-info__price-wrapper:hover .icon {
  stroke: #fff !important;
  color: #fff !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .nav .nav__item:hover {
  border-color: #000 !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .nav .nav__item a:hover:not(.bvi-no-styles) {
  background-color: #fff !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .text ul > li {
  padding-left: 20px;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .text ul > li::before {
  background-color: #000;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .text ol > li::before {
  color: #000;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .location-list__item:hover,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .select__label:hover,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .filter-select__label:hover,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .pagination__btn:hover,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .pagination__item a:hover {
  color: #000 !important;
  background-color: #fff !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .form__custom-radio label,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .form__custom-checkbox label,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .md-constructor-form__custom-radio label,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .md-constructor-form__custom-checkbox label,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .md-constructor-form__checkbox label,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .select-multiply__item label {
  background-color: transparent !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .form__custom-radio label::before,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .form__custom-radio label::after,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .form__custom-checkbox label::before,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .form__custom-checkbox label::after,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .md-constructor-form__custom-radio label::before,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .md-constructor-form__custom-radio label::after,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .md-constructor-form__custom-checkbox label::before,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .md-constructor-form__custom-checkbox label::after,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .md-constructor-form__checkbox label::before,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .md-constructor-form__checkbox label::after,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .select-multiply__item label::before,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .select-multiply__item label::after {
  border: 1.5px solid #fff;
  background: transparent;
  fill: none;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .form__custom-radio input:checked + label::before,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .form__custom-checkbox input:checked + label::before,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .md-constructor-form__custom-radio input:checked + label::before,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .md-constructor-form__custom-checkbox input:checked + label::before,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .md-constructor-form__checkbox input:checked + label::before,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .select-multiply__item input:checked + label::before {
  border: 1.5px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .search .icon {
  stroke: #fff;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .doctors__slide,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .map-item__wrapper {
  border: 1px solid #fff !important;
  border-radius: 18px;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .program {
  border: 1px solid #fff !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .program * {
  background-color: transparent !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .program:not(.program_description):hover * {
  color: #000 !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .doctor-info__price-wrapper:hover .doctor-info__price-text,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .doctor-info__price-wrapper:hover .icon {
  stroke: #000 !important;
  color: #000 !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .nav .nav__item:hover {
  border-color: #fff !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .nav .nav__item a:hover:not(.bvi-no-styles) {
  background-color: #000 !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .text ul > li {
  padding-left: 20px;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .text ul > li::before {
  background-color: #fff;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .text ol > li::before {
  color: #fff;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .location-list__item:hover,
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .select__label:hover,
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .filter-select__label:hover,
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .pagination__btn:hover,
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .pagination__item a:hover {
  color: #f7f3d6 !important;
  background-color: #4d4b43 !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .doctors__slide,
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .map-item__wrapper {
  border: 1px solid #4d4b43 !important;
  border-radius: 18px;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .program {
  border: 1px solid #4d4b43 !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .program * {
  background-color: transparent !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .program:not(.program_description):hover * {
  color: #f7f3d6 !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .doctor-info__price-wrapper:hover .doctor-info__price-text,
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .doctor-info__price-wrapper:hover .icon {
  stroke: #f7f3d6 !important;
  color: #f7f3d6 !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .nav .nav__item:hover {
  border-color: #4d4b43 !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .nav .nav__item a:hover:not(.bvi-no-styles) {
  background-color: #f7f3d6 !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .text ul > li {
  padding-left: 20px;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .text ul > li::before {
  background-color: #4d4b43;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .text ol > li::before {
  color: #4d4b43;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .location-list__item:hover,
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .select__label:hover,
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .filter-select__label:hover,
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .pagination__btn:hover,
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .pagination__item a:hover {
  color: #9dd1ff !important;
  background-color: #063462 !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .doctors__slide,
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .map-item__wrapper {
  border: 1px solid #063462 !important;
  border-radius: 18px;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .program {
  border: 1px solid #063462 !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .program * {
  background-color: transparent !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .program:not(.program_description):hover * {
  color: #9dd1ff !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .program_description:hover * {
  color: #063462 !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .doctor-info__price-wrapper:hover .doctor-info__price-text,
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .doctor-info__price-wrapper:hover .icon {
  stroke: #9dd1ff !important;
  color: #9dd1ff !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .nav .nav__item:hover {
  border-color: #000 !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .nav .nav__item a:hover:not(.bvi-no-styles) {
  background-color: #9dd1ff !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .text ul > li {
  padding-left: 20px;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .text ul > li::before {
  background-color: #063462;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .text ol > li::before {
  color: #063462;
}

body .bvi-body:not(.bvi-no-styles) .footer-body__item_social {
  margin-top: 0px;
}

body .bvi-body:not(.bvi-no-styles) .input-date .icon {
  z-index: 1;
  top: calc(50% + 2px);
}

body .bvi-body:not(.bvi-no-styles) .logo:hover {
  background: transparent;
}

body .bvi-body:not(.bvi-no-styles) .action-item__before-end {
  --pie-c: #b3b3b3, #b3b3b3;
}

body .bvi-body:not(.bvi-no-styles) .description-direction-btn-block {
  border: 1px solid #323232;
}

body .bvi-body:not(.bvi-no-styles) .nav__btn {
  line-height: 22px;
}

body .bvi-body:not(.bvi-no-styles) .btn-local {
  border: 1px solid #323232;
}

body .bvi-body:not(.bvi-no-styles) .nav .nav__item {
  border: 1px solid #323232;
  border-color: #323232 !important;
}

body .bvi-body:not(.bvi-no-styles) .health-insurance__icon .icon {
  fill: transparent !important;
}

body .bvi-body:not(.bvi-no-styles) .health-insurance__item {
  border: 1px solid #323232;
}

body .bvi-body:not(.bvi-no-styles) .directions:not(.bvi-no-styles) .directions__list:not(.bvi-no-styles) .directions__item:not(.bvi-no-styles):hover {
  background-color: transparent !important;
}

body .bvi-body:not(.bvi-no-styles) .search .icon {
  fill: transparent;
  stroke: #000;
}

body .bvi-body:not(.bvi-no-styles) .search .icon use {
  fill: transparent !important;
}

body .bvi-body:not(.bvi-no-styles) .form__custom-radio label,
body .bvi-body:not(.bvi-no-styles) .form__custom-checkbox label,
body .bvi-body:not(.bvi-no-styles) .md-constructor-form__custom-radio label,
body .bvi-body:not(.bvi-no-styles) .md-constructor-form__custom-checkbox label,
body .bvi-body:not(.bvi-no-styles) .md-constructor-form__checkbox label,
body .bvi-body:not(.bvi-no-styles) .select-multiply__item label {
  background-color: transparent !important;
}

body .bvi-body:not(.bvi-no-styles) .form__custom-radio label::before,
body .bvi-body:not(.bvi-no-styles) .form__custom-radio label::after,
body .bvi-body:not(.bvi-no-styles) .form__custom-checkbox label::before,
body .bvi-body:not(.bvi-no-styles) .form__custom-checkbox label::after,
body .bvi-body:not(.bvi-no-styles) .md-constructor-form__custom-radio label::before,
body .bvi-body:not(.bvi-no-styles) .md-constructor-form__custom-radio label::after,
body .bvi-body:not(.bvi-no-styles) .md-constructor-form__custom-checkbox label::before,
body .bvi-body:not(.bvi-no-styles) .md-constructor-form__custom-checkbox label::after,
body .bvi-body:not(.bvi-no-styles) .md-constructor-form__checkbox label::before,
body .bvi-body:not(.bvi-no-styles) .md-constructor-form__checkbox label::after,
body .bvi-body:not(.bvi-no-styles) .select-multiply__item label::before,
body .bvi-body:not(.bvi-no-styles) .select-multiply__item label::after {
  border: 1.5px solid #323232;
  background: transparent;
  fill: none;
}

body .bvi-body:not(.bvi-no-styles) .form__custom-radio input:checked + label::before,
body .bvi-body:not(.bvi-no-styles) .form__custom-checkbox input:checked + label::before,
body .bvi-body:not(.bvi-no-styles) .md-constructor-form__custom-radio input:checked + label::before,
body .bvi-body:not(.bvi-no-styles) .md-constructor-form__custom-checkbox input:checked + label::before,
body .bvi-body:not(.bvi-no-styles) .md-constructor-form__checkbox input:checked + label::before,
body .bvi-body:not(.bvi-no-styles) .select-multiply__item input:checked + label::before {
  border: 1.5px solid #323232;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #323232;
}

body .bvi-body:not(.bvi-no-styles) .text ul > li {
  padding-left: 20px;
}

body .bvi-body:not(.bvi-no-styles) .text ul > li::before {
  background-image: none;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  top: 8px;
}

body .bvi-body:not(.bvi-no-styles) .doctor-info__price-wrapper:hover .doctor-info__price-text,
body .bvi-body:not(.bvi-no-styles) .doctor-info__price-wrapper:hover .icon {
  background-color: transparent !important;
}

body .bvi-body:not(.bvi-no-styles) .banner__h1 {
  margin-bottom: 60px;
}

body .bvi-body:not(.bvi-no-styles) .banner__breadcrumbs {
  margin-top: 20px;
}

body .bvi-body:not(.bvi-no-styles) .breadcrumbs__list {
  padding-left: 0;
}

body .bvi-body:not(.bvi-no-styles) #map,
body .bvi-body:not(.bvi-no-styles) #contactsMap {
  background-color: transparent !important;
  fill: transparent !important;
  color: transparent !important;
  border-color: transparent !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  text-shadow: unset !important;
  display: block !important;
  max-height: 754px !important;
}

body .bvi-body:not(.bvi-no-styles) #map *,
body .bvi-body:not(.bvi-no-styles) #contactsMap * {
  background-color: transparent !important;
  fill: transparent !important;
  color: transparent !important;
  border-color: transparent !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  text-shadow: unset !important;
  display: block !important;
}

body .bvi-body:not(.bvi-no-styles) #map script,
body .bvi-body:not(.bvi-no-styles) #contactsMap script {
  max-height: 0px;
}

body .bvi-body[data-bvi-images=false] {
  background: red;
}

body .bvi-body[data-bvi-images=false] picture {
  display: none;
}

body .bvi-body:not(.bvi-no-styles) svg.icon {
  background-color: transparent !important;
}

body .bvi-body .header__btn,
body .footer-header__btn {
  border-width: 1px;
  border-style: solid;
}

body .bvi-body .header__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}

body .bvi-body #air-datepicker-global-container .air-datepicker-cell.-day-.-selected- {
  background-color: #999 !important;
  border-color: #b3b3b3 !important;
}

body .bvi-body #air-datepicker-global-container .air-datepicker-cell.-day-.-focus- {
  background-color: #999 !important;
  border-color: #b3b3b3 !important;
  color: #fff;
}

body .bvi-body #air-datepicker-global-container .air-datepicker-cell.-day-.-current- {
  background-color: #999 !important;
  border-color: #b3b3b3 !important;
}

body .bvi-body #air-datepicker-global-container .air-datepicker-cell.-day-.-current-.-focus- {
  background-color: #999 !important;
  border-color: #b3b3b3 !important;
}

body .bvi-body #air-datepicker-global-container .air-datepicker-cell.-day-.-current-.-focus-.-disabled- {
  background-color: green !important;
  color: #fff;
  border: 1px solid #ff5c00;
}

body .bvi-body[data-bvi-theme] .header .header__container .header__wrapper .header__logo .logo:hover {
  background-color: transparent !important;
}

body .bvi-body[data-bvi-theme] .header .header__container .header__wrapper .header__user:hover {
  background-color: transparent !important;
}

body .bvi-body[data-bvi-theme] .header .header__container .header__wrapper .location__btn:hover {
  background-color: transparent !important;
  color: #000 !important;
}

body .bvi-body[data-bvi-theme] .header .header__container .header__wrapper .header__phone a:hover {
  background-color: transparent !important;
  color: #000 !important;
}

body .bvi-body[data-bvi-theme] .wrapper .main-block .container .preloader {
  visibility: hidden !important;
}

body .bvi-body[data-bvi-theme] .popup .popup__content .popup__header .close-popup:hover {
  background-color: transparent !important;
}

body .bvi-body[data-bvi-theme] .search button[type=submit].search__btn_desktop.search__btn,
body .bvi-body[data-bvi-theme] .search button[type=submit].search__btn_desktop.search__btn,
body .bvi-body[data-bvi-theme] .search button[type=submit].search__btn_mobile.search__btn,
body .bvi-body[data-bvi-theme] .search button[type=submit].search__btn_mobile.search__btn:hover {
  background: none !important;
}

body .bvi-body[data-bvi-theme] #contactsMap {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

body .bvi-body[data-bvi-theme] .clinic-list__icon {
  display: none;
}

body .bvi-body[data-bvi-theme] .services__btn {
  width: auto;
}

body .bvi-body[data-bvi-theme] .filter-select__title {
  line-height: 1.4;
}

body .bvi-body[data-bvi-theme] .appointment-left__date-item._active,
body .bvi-body[data-bvi-theme] .appointment-left__time-slot._active {
  background: #000 !important;
  color: #fff !important;
}

body .bvi-body[data-bvi-theme] .clinic-modal__arrows {
  display: none;
}

body .bvi-body[data-bvi-theme] .clinic-modal__btn {
  white-space: nowrap;
}

body .bvi-body[data-bvi-theme][data-bvi-fontsize="15"] #location.popup .popup__content,
body .bvi-body[data-bvi-theme][data-bvi-fontsize="16"] #location.popup .popup__content,
body .bvi-body[data-bvi-theme][data-bvi-fontsize="17"] #location.popup .popup__content,
body .bvi-body[data-bvi-theme][data-bvi-fontsize="18"] #location.popup .popup__content {
  max-width: 750px;
}

body .bvi-body[data-bvi-lineheight=average]:not(.bvi-no-styles) * {
  line-height: 2 !important;
}

body .bvi-body[data-bvi-lineheight=big]:not(.bvi-no-styles) * {
  line-height: 2.5 !important;
}

body .bvi-body[data-bvi-theme=black] .header .header__container .header__wrapper .location__btn {
  background-color: transparent !important;
  color: #fff !important;
}

body .bvi-body[data-bvi-theme=black] .header .header__container .header__wrapper .location__btn:hover {
  color: #fff !important;
}

body .bvi-body[data-bvi-theme=black] .appointment-left__date-item._active,
body .bvi-body[data-bvi-theme=black] .appointment-left__time-slot._active {
  background: #fff !important;
  color: #000 !important;
}

body.bvi-active .mfp-wrap {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.datepicker-container {
  z-index: 99999 !important;
}

.fancybox__slide.has-iframe .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
}

.link_white {
  color: #fff;
}

.link_dark {
  color: #3c3c3c;
}

.link_dark:hover {
  color: #ff5c00;
}

.js-select {
  position: relative;
}

.js-select[data-state=active] .js-select__title::before {
  -webkit-transform: translate(-3px, -50%) rotate(-45deg);
      -ms-transform: translate(-3px, -50%) rotate(-45deg);
          transform: translate(-3px, -50%) rotate(-45deg);
}

.js-select[data-state=active] .js-select__title::after {
  -webkit-transform: translate(3px, -50%) rotate(45deg);
      -ms-transform: translate(3px, -50%) rotate(45deg);
          transform: translate(3px, -50%) rotate(45deg);
}

.js-select[data-state=active] .js-select__content {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  overflow-y: auto;
  max-height: 360px;
}

.js-select__title {
  cursor: pointer;
}

.js-select__title::before,
.js-select__title::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate(-3px, -50%) rotate(45deg);
      -ms-transform: translate(-3px, -50%) rotate(45deg);
          transform: translate(-3px, -50%) rotate(45deg);
  top: 50%;
  right: 16px;
  width: 10px;
  height: 1px;
  background-color: #3c3c3c;
}

.js-select__title::after {
  -webkit-transform: translate(3px, -50%) rotate(-45deg);
      -ms-transform: translate(3px, -50%) rotate(-45deg);
          transform: translate(3px, -50%) rotate(-45deg);
}

.js-select__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}

.js-select__content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  max-height: 0;
}

.js-select__input {
  display: none;
}

.js-select .select-multiply__overflow {
  background: #fff;
  height: 20px;
  width: 98%;
  position: absolute;
  left: 1px;
  bottom: 3px;
  border-radius: 15px;
}

.js-select.select-multiply .select-multiply__btn-apply {
  padding: 20px;
}

.js-select.select-multiply .select-multiply__btn-apply .btn {
  width: 100%;
}

.js-select.select-multiply .select__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.js-select.select-multiply .select-multiply__item {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
}

.js-select.select-multiply .select-multiply__item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.js-select.select-multiply .select-multiply__item label {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 20px;
}

.js-select.select-multiply .select-multiply__item label::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  right: 24px;
  border: 1.5px solid #e6e6e6;
  background: #e6e6e6;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-select.select-multiply .select-multiply__item label:after {
  content: "";
  opacity: 0;
  position: absolute;
  right: 28px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5c00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-select.select-multiply .select-multiply__item label:hover {
  color: #ff5c00;
  background: transparent;
}

.js-select.select-multiply .select-multiply__item input:checked + label {
  background: transparent;
  color: #ff5c00;
}

.js-select.select-multiply .select-multiply__item input:checked + label::before {
  border: 1.5px solid #ff5c00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}

.js-select.select-multiply .select-multiply__item input:checked + label::after {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-select.select-multiply .select-multiply__item:has(input:checked) {
  border-color: #ff5c00;
}

.js-select.select-multiply .select-multiply__item .select__label {
  padding-right: 50px;
}

.js-select.select-multiply .select-multiply__item .select__label {
  max-height: unset;
}

.js-select.select-multiply .select-multiply__item label::before {
  border-radius: 4px;
}

.js-select.select-multiply .select-multiply__item label::after {
  background: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.20448 1.11328L4.2021 5.11328L1.7959 2.71428' stroke='%23FF5C00' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A") center 2px no-repeat;
}

.error {
  -webkit-box-shadow: 0 0 0 1px red;
          box-shadow: 0 0 0 1px red;
}

html.lock,
body.lock {
  overflow: hidden;
}

.popup {
  position: fixed;
  width: 100%;
  z-index: 104;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  scrollbar-width: thin;
  scrollbar-color: rgba(156, 156, 156, 0.25) #fff;
}

.popup::-webkit-scrollbar {
  width: 8px;
}

.popup::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  margin-right: 10px;
}

.popup::-webkit-scrollbar-thumb {
  background-color: rgba(156, 156, 156, 0.25);
  border-left: 5px solid #fff;
  border-radius: 10px;
}

.popup::-moz-scrollbar {
  width: 8px;
}

.popup::-moz-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

.popup::-moz-scrollbar-thumb {
  background-color: rgba(156, 156, 156, 0.25);
  border-left: 5px solid #fff;
  border-radius: 10px;
}

.popup .air-datepicker.-inline- {
  z-index: 95;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  -webkit-transform: perspective(600px) translate(0, 0) rotateX(0);
          transform: perspective(600px) translate(0, 0) rotateX(0);
  opacity: 1;
}

.popup.open.activeSelect .popup__content {
  overflow: unset;
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px;
  overflow: auto;
}

.popup__content {
  position: relative;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  opacity: 0;
  -webkit-transform: perspective(600px) translate(0, -100%) rotateX(45deg);
          transform: perspective(600px) translate(0, -100%) rotateX(45deg);
}

.popup__content-body {
  scroll-behavior: smooth;
}

.popup__close {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.popup .js-select .js-select__content {
  -webkit-transition: none;
  transition: none;
}

.popup .js-select[data-state=active] .js-select__content {
  top: 0;
  max-height: 100vh;
  height: 100%;
  position: fixed;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.popup__footer {
  margin-top: 15px;
}

.accordion {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.accordion__active,
.accordion:after {
  content: "";
  position: absolute;
  top: 42%;
  right: 0;
  border: 5px solid transparent;
  border-top: 6px solid #6c6c6c;
}

.accordion_active:after {
  content: "";
  border: 5px solid transparent;
  border-bottom: 6px solid #6c6c6c;
  border-top: none;
}

.panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

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

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

.header {
  position: relative;
  z-index: 99;
}

.header__container {
  position: relative;
}

.header__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  margin-top: 20px;
  padding: 10px 10px 10px 25px;
}

.header__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 40px;
  -webkit-box-shadow: 0 15px 40px 0 rgba(5, 8, 8, 0.1);
          box-shadow: 0 15px 40px 0 rgba(5, 8, 8, 0.1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: transform, backdrop-filter;
}

.header__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__logo svg path:not(:last-child) {
  fill: #fff;
}

.header__logo-link {
  width: 160px;
  height: 24px;
  max-width: none;
}

.header__logo-icon {
  width: 100%;
  height: 100%;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  gap: 10px;
}

.header__location {
  opacity: 0.85;
}

.header__phone {
  position: relative;
}

.header__phone-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__phone-icon {
  display: none;
  width: 24px;
  height: 24px;
  fill: #3c3c3c;
  pointer-events: none;
}

.header__search .search__input {
  padding-right: 90px;
}

.header__search .search_hide .search__input {
  padding: 0;
}

.header__search .search_hide .select-category {
  display: none;
}

.header .search__btn_desktop {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  opacity: 0.5;
  -webkit-transition-property: background-color, opacity;
  transition-property: background-color, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.header .search__btn_desktop:hover {
  opacity: 1;
  background-color: #ffffff;
}

.header .search__btn_desktop:hover .icon {
  stroke: #ff5c00;
}

.header .search__btn_desktop .icon {
  stroke: #3C3C3C;
  stroke-width: 2px;
}

.header .search__btn_mobile {
  display: none;
  border: 1px solid #e6e6e6;
  opacity: 0.5;
}

.header .search__btn_mobile .icon {
  stroke: #3C3C3C;
  stroke-width: 2px;
}

.header .search_small .search__btn_mobile {
  background-color: #fff;
  margin-left: auto;
}

.header .search__cleaning {
  -webkit-transition: none;
  transition: none;
  right: 60px;
}

.header__search-icon {
  width: 25px;
  height: 25px;
  stroke: #3C3C3C;
  stroke-width: 2px;
  fill: none;
}

.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px 22px;
}

.header__user {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #e6e6e6;
  opacity: 0.5;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.header__user .icon {
  width: 24px;
  height: 24px;
  fill: #323232;
}

.header__nav-btn {
  display: none;
}

.header.move,
.header.move-full {
  margin: 0 auto;
  width: 100%;
}

.header.move {
  position: fixed;
}

.header__navigation {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 16px;
}

.header_content .header__logo-link {
  width: 176px;
  height: 36px;
}

.header_content .header__btn {
  padding: 17px 22px;
}

.header_content .header__search .search {
  height: 60px;
}

.header_content .header__search .search_hide .search__input {
  padding: 0;
}

.header .search__cleaning {
  display: none;
}

.header_search-active .header__box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header_search-active .header__wrapper {
  gap: 70px;
}

.header_search-active .header__search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.header_search-active .header__navigation {
  display: none;
}

.header_search-active .header__phone {
  display: none;
}

.header_search-active .search__btn_desktop {
  width: 45px;
  height: 45px;
}

.header_search-active .search__btn {
  background-color: #ff5c00;
  opacity: 1;
  border-color: #ff5c00;
}

.header_search-active .search__btn .icon {
  stroke: #fff;
}

.header_search-active .search__btn:hover {
  background-color: #ff5c00;
}

.header_search-active .search__btn:hover .icon {
  stroke: #fff;
}

.header_search-active .search__cleaning {
  display: block;
}

.location__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 120%;
  color: #fff;
  opacity: 0.85;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.location__btn .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: transparent;
  stroke: #fff;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.location__btn:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.location:hover .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.check-location {
  position: absolute;
  top: 60px;
  left: 222px;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  min-width: 300px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
  z-index: 100;
}

.check-location__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

.check-location__title {
  line-height: 140%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #222;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.check-location__title span {
  font-weight: 500;
}

.check-location__item {
  width: 48%;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 15px 35px;
  font-weight: 500;
  letter-spacing: 0.33px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.6875rem;
  line-height: 218.1818181818%;
  color: #3c3c3c;
  cursor: pointer;
  max-width: 120px;
}

.check-location__item_yes {
  background: #ff5c00;
  color: #fff;
}

.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 160%;
  color: #fff;
  opacity: 0.85;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.phone:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.phone__icon {
  width: 45px;
  height: 45px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-btn {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  overflow: hidden;
}

.nav-btn.menu-open .nav-btn__icon-close {
  display: block;
}

.nav-btn.menu-open .nav-btn__icon-open {
  display: none;
}

.nav-btn__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.nav-btn__btn .icon {
  width: 100%;
  height: 100%;
  fill: #3C3C3C;
}

.nav-btn__btn_active {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-btn__wrapper {
  position: absolute;
  top: 10px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(34, 34, 34, 0.3);
  -webkit-box-shadow: 0px 15px 40px 0px rgba(5, 8, 8, 0.1);
          box-shadow: 0px 15px 40px 0px rgba(5, 8, 8, 0.1);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: calc(100vw - 40px);
  max-width: 320px;
  right: -350px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-btn__wrapper_active {
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-btn__item {
  border-radius: 15px;
  background: rgba(34, 34, 34, 0.3);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 5%;
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  color: #fff;
  font-size: 0.8125rem;
}

.nav-btn__item_orange {
  background: #ff5c00;
}

.nav-btn__icon-close {
  display: none;
  width: 24px;
  height: 24px;
  stroke: #323232;
  stroke-width: 2px;
}

.nav-btn__icon-open {
  display: block;
  width: 24px;
  height: 24px;
  fill: #323232;
}

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

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

.feedback__select {
  position: relative;
}

.feedback__select_disabled::after,
.feedback__select_disabled::before {
  background-color: #b3b3b3;
}

.feedback__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.feedback__btn {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 138px;
          flex: 0 0 138px;
}

.feedback__data-processing-user {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  color: #666;
  font-size: 0.8125rem;
  line-height: 125%;
  max-width: 210px;
}

.feedback__data-processing-user a {
  display: inline;
  font-weight: 500;
  color: #3c3c3c;
}

.select {
  margin: 0 auto;
}

.select[data-state=active] .select__label + .select__input + .select__label {
  min-height: 60px;
  border-top-width: 1px;
}

.select__title {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #222;
  font-size: 0.9375rem;
  line-height: 133.3333333333%;
  padding: 20px 35px 20px 20px;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select__title.js-select__title_empty {
  color: #b3b3b3;
}

.select__title:hover::before,
.select__title:hover::after {
  background-color: #222;
}

.select__title_disabled {
  border-radius: 10px;
  border: 1px solid #ececec;
  background: #f4f4f4;
  cursor: no-drop;
}

.select__title_disabled input {
  display: none;
}

.select__content {
  border-radius: 10px;
}

.select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}

.select__label {
  width: 100%;
  min-height: 60px;
  padding: 0 16px;
  border-radius: 10px;
  background: #fff;
  font-weight: 500;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 200%;
}

.select__label_one {
  min-height: 60px;
}

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

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

.search-fullscreen {
  position: fixed;
  top: 0;
  left: -110%;
  width: 100vw;
  height: 100vh;
  background: #fff;
  padding: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-fullscreen_active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  z-index: 103;
}

.search-fullscreen__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.search-fullscreen__back {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: transparent;
  stroke: #999999;
  stroke-width: 1.5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.search-fullscreen__input-block {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 45px;
  position: relative;
}

.search-fullscreen .search {
  height: 54px;
}

.search-fullscreen .search__input {
  border: 0px;
  padding: 14px 100px 14px 20px;
}

.search-fullscreen .search-fullscreen__header {
  margin-bottom: 16px;
  margin-left: -10px;
}

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

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

.location-list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.location-list__item {
  font-weight: 500;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 13px;
  max-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}

.location-list__item:hover {
  border-radius: 10px;
  background: #f4f4f4;
}

.location-list__item_active {
  color: #ff5c00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-nav__link {
  padding: 10px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.85;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.header-nav__link:hover {
  opacity: 1;
}

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

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

.mobile-menu {
  position: fixed;
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  padding-top: 109px;
  padding-bottom: 26px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background: #fff;
}

@supports (height: 100dvh) {
  .mobile-menu {
    height: 100dvh;
  }
}

.mobile-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
}

.mobile-menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mobile-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 15px;
}

.mobile-menu__item {
  width: calc(50% - 8px);
}

.mobile-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 95px;
  gap: 20px;
  padding: 25px 29px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mobile-menu__icon {
  width: 35px;
  height: 35px;
  fill: #ff5c00;
}

.mobile-menu__text {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #222;
}

.mobile-menu__contacts {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-top: auto;
}

.mobile-menu__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  border-radius: 15px;
  padding: 15px 10px 15px 10px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: #f4f4f4;
}

.mobile-menu__location-text {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 184.6153846154%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #222;
}

.mobile-menu__location-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  stroke: #222222;
  fill: none;
}

.mobile-menu__call {
  padding: 12px 10px 12px 10px;
}

.mobile-menu .calltouch-phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  padding: 15px 10px 15px 10px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: #f4f4f4;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 184.6153846154%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #222;
}

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

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

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

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

.footer-header {
  padding: 60px 0;
  border: 1px solid #e6e6e6;
  border-left: 0;
  border-right: 0;
}

.footer-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.footer-header__logo .icon {
  width: 60px;
  height: 60px;
  fill: #ff5c00;
}

.footer-header__phone {
  margin-left: auto;
  margin-right: 25px;
}

.footer-header__phone > a {
  color: #222;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 140%;
}

.footer-header__social .social {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-header__social .social__item {
  width: 45px;
  height: 45px;
}

.footer-header__social .social__item .icon {
  width: 25px;
  height: 18px;
}

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

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

.footer-content-header {
  padding: 60px 0;
  border-top: 1px solid #e6e6e6;
}

.footer-content-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.footer-content-header__logo .icon {
  width: 60px;
  height: 60px;
  fill: #ff5c00;
}

.footer-content-header__phone {
  margin-left: auto;
  margin-right: 25px;
}

.footer-content-header__phone > a {
  color: #222;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 140%;
}

.footer-content-header__btn {
  background-color: #ffffff;
  border: 1px solid #999;
}

.footer-content-header__btn:hover {
  border-color: #ff5c00;
}

.footer-content-header__social .social {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-content-header__social .social__item {
  width: 45px;
  height: 45px;
}

.footer-content-header__social .social__item .icon {
  width: 25px;
  height: 18px;
}

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

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

.footer-body {
  padding-bottom: 35px;
}

.footer-body__wrapper {
  display: grid;
  gap: 5px;
}

.footer-body__item_qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-left: auto;
}

.footer-body__item_social {
  grid-column: 4;
  grid-row: 2;
  margin-left: auto;
}

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

.footer-nav_title {
  color: #222;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 140%;
  position: relative;
}

.footer-nav_title:after {
  display: none;
}

.footer-nav_title.accordion_active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-nav_title.accordion_active .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer-nav__icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-nav__icon .icon {
  width: 24px;
  height: 24px;
  fill: transparent;
  stroke: #222;
}

.footer-nav__list {
  margin-top: 20px;
}

.footer-nav__item {
  margin-bottom: 10px;
}

.footer-nav__item:last-child {
  margin-bottom: 0;
}

.footer-nav__item a {
  color: #222;
  font-size: 1.125rem;
  line-height: 138.8888888889%;
}

.qr__wrapper {
  border-radius: 35px;
  border: 1px solid #999;
  background: #fff;
  padding: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.qr__img {
  display: block;
  width: 140px;
  height: 140px;
  fill: #222;
  margin: 0 auto 30px auto;
}

.qr__title-des {
  max-width: 180px;
}

.qr__title {
  color: #222;
  font-weight: 500;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 140%;
}

.qr__description {
  color: #999;
  font-size: 0.8125rem;
  line-height: 130%;
}

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

.social__item {
  border-radius: 50%;
  border: 1px solid #999;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social__item .icon {
  width: 25px;
  height: 18px;
  fill: #3c3c3c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social__item:hover {
  border: 1px solid #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social__item:hover .icon {
  fill: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.application-loading {
  max-width: 360px;
  margin: 35px auto 0 auto;
}

.application-loading:last-child {
  padding-bottom: 35px;
  border-bottom: 1px solid #e6e6e6;
}

.application-loading__title {
  color: #222;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 140%;
}

.application-loading__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-top: 15px;
}

.application-loading__item {
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17.5px 23.5px 16.5px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  max-width: 157.5px;
  max-height: 60px;
}

.application-loading__item .icon {
  width: 114px;
  height: 26px;
  fill: #3c3c3c;
}

.quality-rating--mobile {
  display: none;
}

.quality-rating--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quality-rating__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 22px 20px;
  border: 1px solid #999;
  border-radius: 35px;
}

.quality-rating__img-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 62px;
  height: 68px;
}

.quality-rating__image {
  display: block;
  width: 100%;
  height: 100%;
}

.quality-rating__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #222;
}

.quality-rating__link {
  text-decoration: underline;
}

.quality-rating__link:hover {
  color: #ff5c00;
}

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

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

.footer-content-body {
  margin: 0 auto;
  padding: 60px 0;
  border: 1px solid #e6e6e6;
  border-left: 0;
  border-right: 0;
}

.footer-content-body__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.footer-content-body__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}

.footer-content-body__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.footer-content-body__link:hover .footer-content-body__link-text {
  color: #ff5c00;
}

.footer-content-body__link-text {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #222;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.footer-content-body__icon-box {
  display: none;
}

.footer-content-body__icon {
  width: 24px;
  height: 24px;
  stroke: #222222;
  fill: none;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.footer {
  position: relative;
  z-index: 4;
}

.footer__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  font-size: 0.9375rem;
  line-height: 166.6666666667%;
  padding: 60px 0;
}

.footer__copyright {
  color: #999;
  margin-right: auto;
}

.footer__settings {
  margin-left: auto;
  font-weight: 500;
}

.footer a:not(.btn):hover {
  color: #ff5c00;
}

.version-visually-impaired {
  cursor: pointer;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  stroke-width: 2px;
}

.version-visually-impaired:hover .icon {
  stroke: #ff5c00;
}

.version-visually-impaired .icon {
  width: 25px;
  height: 25px;
  fill: transparent;
  stroke: #222;
}

@media (min-width: 834px) {
  .container {
    max-width: 50.875rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: 50.875rem;
  }

  .btn_minwidth {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .head-title-bottom {
    display: none;
  }

  .btn-block__data-processing-user {
    max-width: 210px;
  }

  body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .filter-select input:checked + label {
    color: #3b2716 !important;
    background-color: #a9e44d !important;
  }

  body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .filter-select input:checked + label {
    color: #fff !important;
    background-color: #000 !important;
  }

  body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .filter-select input:checked + label {
    color: #000 !important;
    background-color: #fff !important;
  }

  body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .filter-select input:checked + label {
    color: #f7f3d6 !important;
    background-color: #4d4b43 !important;
  }

  body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .filter-select input:checked + label {
    color: #9dd1ff !important;
    background-color: #063462 !important;
  }

  .header .search__btn_mobile:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    background-color: #ffffff;
  }

  .header .search__btn_mobile:hover .icon {
    stroke: #ff5c00;
  }

  .header__user:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }

  .header__user:hover .icon {
    fill: #ff5c00;
  }

  .nav-btn:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    background-color: #fff;
  }

  .nav-btn:hover .nav-btn__icon-open {
    fill: #ff5c00;
  }

  .nav-btn:hover .nav-btn__icon-close {
    stroke: #ff5c00;
  }

  .nav-btn__wrapper {
    display: none;
  }

  .select__input:checked + label {
    border-radius: 5px;
    background: #f4f4f4;
  }

  .select__label:hover {
    border-radius: 5px;
    background: #f4f4f4;
  }

  .mobile-menu__link:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: rgba(156, 156, 156, 0.25) 0 5px 20px 0;
            box-shadow: rgba(156, 156, 156, 0.25) 0 5px 20px 0;
  }

  .footer-header__social {
    display: none;
  }

  .footer-content-header__social {
    display: none;
  }

  .footer-body {
    padding: 60px 0;
    border: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0;
  }

  .footer-body__wrapper {
    grid-template-columns: repeat(2, minmax(150px, 231px)) repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }

  .footer-body__item {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .footer-body__application-loading {
    display: none;
  }

  .footer-nav_title {
    pointer-events: none;
  }

  .footer-nav__icon {
    display: none;
  }

  .footer-nav .panel {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

@media (min-width: 834px) and (min-width: 1440px) {
  .footer-body__wrapper {
    gap: 0 80px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 85rem;
  }

  .container {
    max-width: 85rem;
  }

  .search__btn_mobile {
    display: none;
  }

  .sidebar {
    max-width: 650px;
  }

  .calltouch-phone--header > a {
    padding: 10px;
  }

  .phone {
    padding: 10px 20px;
  }

  .footer-body__item_social {
    margin-top: 16px;
  }

  .qr__wrapper {
    width: 250px;
  }

  .quality-rating {
    width: 250px;
  }

  .footer__social {
    display: none;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 107.5rem;
  }
}

@media (max-width: 1919px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }

  .preloader_big-no-padding {
    background-size: 100% 425px;
  }

  .preloader_big {
    background-size: 100% 425px;
  }

  .text-content__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 865px;
            flex: 0 1 865px;
  }

  .text-content__sidebar {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30.31%;
            flex: 1 1 30.31%;
  }

  .text-content__img {
    max-width: 865px;
  }

  .text table th,
  .text table td {
    padding: 9px;
  }

  .header__wrapper {
    height: 72px;
  }

  .header__logo-wrapper {
    gap: 20px;
  }

  .header__logo-link {
    width: 148px;
    height: 22px;
  }

  .header__box {
    gap: 4px;
  }

  .header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.5;
    overflow: hidden;
  }

  .header__phone:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    background-color: #ffffff;
  }

  .header__phone:hover .header__phone-icon {
    fill: #ff5c00;
  }

  .header__phone-text {
    display: none;
  }

  .header__phone-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
  }

  .header__search .search__input {
    padding: 14px 90px 14px 25px;
  }

  .header__search .search {
    height: 52px;
  }

  .header .search__btn_desktop {
    width: 52px;
    height: 52px;
  }

  .header__btn {
    padding: 13px 22px;
  }

  .header__user {
    width: 52px;
    height: 52px;
  }

  .header_content .header__logo-link {
    width: 150px;
    height: 30px;
  }

  .header_content .header__wrapper {
    height: 60px;
  }

  .header_content .header__phone {
    width: auto;
    height: auto;
    background-color: transparent;
  }

  .header_content .header__phone:hover {
    background-color: transparent;
  }

  .header_content .header__phone-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header_content .header__phone-icon {
    display: none;
  }

  .header_content .calltouch-phone--header > a {
    text-indent: 0;
  }

  .header_content .header__search-btn {
    width: 40px;
    height: 40px;
  }

  .header_content .header__user {
    width: 40px;
    height: 40px;
  }

  .header_content .header__user .icon {
    width: 16px;
    height: 16px;
  }

  .header_content .header__btn {
    padding: 7px 22px;
  }

  .header_content .search__btn_desktop {
    width: 40px;
    height: 40px;
  }

  .header_content .search__btn_desktop .icon {
    width: 16px;
    height: 16px;
  }

  .header_content .search__cleaning {
    right: 50px;
  }

  .header_content .header__search .search {
    height: 40px;
  }

  .header_content .header__search .search__input {
    padding: 8px 72px 8px 16px;
  }

  .header_content.header_search-active .search__btn_desktop {
    width: 32px;
    height: 32px;
  }

  .header_search-active .header__wrapper {
    gap: 40px;
  }

  .header_search-active .search__btn_desktop {
    width: 40px;
    height: 40px;
  }

  .header-nav__link {
    padding: 8px;
  }
}

@media (max-width: 1439px) {
  .text-content__text .container {
    padding-left: 0;
    padding-right: 0;
  }

  .main-block {
    margin-bottom: 75px;
  }

  .main-block__wrapper {
    top: -70px;
    margin-bottom: -70px;
  }

  section {
    margin: 60px 0;
  }

  section:first-child {
    margin-top: 40px;
  }

  .search_hide .search__btn_desktop {
    display: none;
  }

  .search_hide .search__btn_mobile {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .search__input {
    padding: 20px 50px 20px 20px;
  }

  .search__btn_desktop {
    display: none;
  }

  .search_small .search__btn {
    left: 0;
    margin-left: 5px;
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid #e6e6e6;
  }

  .search_small .search__btn .icon {
    stroke: #222;
    stroke-width: 2px;
  }

  .search_small .search__input {
    display: none;
  }

  .select-mobile-popup.select-category .select-category {
    margin-bottom: 50px;
  }

  .select-mobile-popup.select-category .select-category__content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    z-index: 15;
  }

  .select-mobile-popup.select-category .select-category__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(34, 34, 34, 0.3490196078);
    z-index: 1;
  }

  .select-mobile-popup.select-category .select-category__mobile {
    position: relative;
    margin-top: 30vh;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 2;
  }

  .select-mobile-popup.select-category .select-category__mobile-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
  }

  .select-mobile-popup.select-category .select-category__mobile-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
  }

  .select-mobile-popup.select-category .select-category__mobile-close svg {
    width: 16px;
    height: 16px;
    stroke: #222222;
  }

  .select-mobile-popup.select-category .select-category__wrapper {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 20px;
    display: block;
    background-color: #fff;
    z-index: 2;
    overflow: auto !important;
  }

  .select-mobile-popup.select-category .select-category__label {
    padding: 18px 0;
    border-radius: 0;
  }

  .select-mobile-popup.select-category .select-category__label:hover {
    background-color: #fff;
  }

  .select-category.select-mobile-popup input:checked + .select-category__label {
    background-color: transparent;
    color: #ff5c00;
  }

  h1,
  .h1 {
    font-size: 2rem;
  }

  .h2_big {
    font-size: 2.1875rem;
  }

  .h1_big {
    font-size: 2.25rem;
  }

  .preloader_programs,
  .preloader_news,
  .preloader_articles,
  .preloader_cols {
    background-size: 151% auto;
  }

  .preloader_big-no-padding {
    background-size: 100% 220px;
  }

  .preloader_big {
    background-size: 100% 220px;
  }

  .no-data__phone {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-left: 35px;
    margin-top: 5px;
  }

  .text-content__wrapper {
    gap: 25px;
  }

  .text-content__wrapper_program .text-content__sidebar,
  .text-content__wrapper_program .text-content__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .text-content__wrapper_program .text-content__sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .text-content__wrapper_program .text-content__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .text-content__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 500px;
            flex: 0 1 500px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .text-content__sidebar {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .text-content__img {
    max-width: 100%;
  }

  .text h2 {
    margin-bottom: 30px;
  }

  .sidebar__note {
    margin-top: 10px;
  }

  .autocomplete__item-info {
    padding-right: 10px;
  }

  .md-constructor-form_overflow {
    padding-right: 10px;
  }

  body .bvi-body:not(.bvi-no-styles) .action__before-end span {
    font-size: 12px !important;
    line-height: 17px !important;
  }

  body .bvi-body:not(.bvi-no-styles) .contacts__map {
    max-width: 520px;
  }

  .js-select__title::before,
  .js-select__title::after {
    right: 24px;
  }

  .header__wrapper {
    height: 60px;
    padding: 8px 10px 8px 25px;
  }

  .header__logo-wrapper {
    gap: 16px;
  }

  .header__phone {
    width: 45px;
    height: 45px;
  }

  .header .search__btn_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
  }

  .header__btn {
    padding: 10px 22px;
  }

  .header__user {
    max-height: 45px;
    max-width: 45px;
  }

  .header__nav-btn {
    display: block;
  }

  .header__navigation {
    display: none;
  }

  .header_content .header__phone {
    background-color: #fff;
    opacity: 0.5;
  }

  .header_content .header__phone {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
  }

  .header_content .header__phone .icon {
    width: 16px;
    height: 16px;
  }

  .header_content .header__phone-text {
    display: none;
  }

  .header_content .header__phone-icon {
    display: block;
    width: 16px;
    height: 16px;
  }

  .header_content .search__btn_mobile {
    width: 40px;
    height: 40px;
  }

  .header_content .search__btn_mobile .icon {
    width: 16px;
    height: 16px;
  }

  .header_content .nav-btn {
    width: 40px;
    height: 40px;
  }

  .header_content .nav-btn__icon-open {
    width: 16px;
    height: 16px;
  }

  .header_content .nav-btn__icon-close {
    width: 16px;
    height: 16px;
  }

  .location__btn {
    font-size: 0.875rem;
  }

  .check-location {
    left: 213px;
  }

  .phone__icon {
    border: 1px solid #e6e6e6;
  }

  .phone__icon .icon {
    width: 24px;
    height: 24px;
    fill: #3c3c3c;
  }

  .search-fullscreen .autocomplete {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    position: static;
    padding: 0;
    border-radius: 0;
    border: none;
    top: calc(100% + 20px);
    background: transparent;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .search-fullscreen .autocomplete::-webkit-scrollbar {
    width: 8px;
  }

  .search-fullscreen .autocomplete::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    margin-right: 10px;
  }

  .search-fullscreen .autocomplete::-webkit-scrollbar-thumb {
    background-color: rgba(156, 156, 156, 0.25);
    border-left: 5px solid #fff;
    border-radius: 10px;
  }

  .search-fullscreen .autocomplete::-moz-scrollbar {
    width: 8px;
  }

  .search-fullscreen .autocomplete::-moz-scrollbar-track {
    background: #fff;
    border-radius: 10px;
  }

  .search-fullscreen .autocomplete::-moz-scrollbar-thumb {
    background-color: rgba(156, 156, 156, 0.25);
    border-left: 5px solid #fff;
    border-radius: 10px;
  }

  .search-fullscreen .autocomplete .autocomplete__item {
    background: transparent;
  }

  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mobile-menu.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .footer-content-header {
    padding: 48px 0;
  }

  .footer-content-header__btn {
    padding: 15px 25px;
  }

  .footer-body__item_social {
    display: none;
  }

  .qr__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    text-align: left;
    gap: 25px;
  }

  .qr__img {
    width: 120px;
    height: 120px;
  }

  .qr__img {
    margin: 0;
  }

  .quality-rating__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 13px 20px;
  }

  .quality-rating__text {
    text-align: left;
  }

  .footer-content-body {
    padding: 35px 0;
  }

  .footer-content-body__list {
    gap: 60px;
  }

  .footer-content-body__social {
    display: none;
  }

  .footer__footer {
    padding-top: 45px;
    padding-bottom: 45px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    grid-template-rows: auto auto;
  }

  .footer__copyright {
    grid-column: 1;
    grid-row: 2;
    margin-top: 6px;
  }

  .footer__settings {
    grid-column: 1;
    grid-row: 1;
    margin-left: 0;
    margin-right: auto;
  }

  .footer__social {
    grid-row: 2/3;
    margin-left: auto;
  }
}

@media (max-width: 1439px) and (max-width: 833px) {
  .search_small .search__btn {
    width: 24px;
    height: 24px;
    border: none;
  }

  .search-fullscreen .autocomplete .autocomplete__item {
    padding: 16px 0;
  }

  .search-fullscreen .autocomplete .autocomplete__item-title {
    display: block;
    font-size: 14px;
    line-height: 140%;
  }

  .search-fullscreen .autocomplete .autocomplete__item-text {
    font-size: 12px;
    line-height: 140%;
  }

  .search-fullscreen .autocomplete .autocomplete__item-classification {
    font-size: 10px;
    line-height: 180%;
  }
}

@media (max-width: 834px) {
  .text .floating-image {
    width: 100% !important;
    float: none;
    margin: 0 0 12px;
  }

  #recaptcha-container {
    -webkit-transform: scale(0.77);
        -ms-transform: scale(0.77);
            transform: scale(0.77);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }

  .g-recaptcha-bubble-arrow {
    display: none;
  }

  .g-recaptcha-bubble-arrow + div {
    position: fixed !important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .g-recaptcha-bubble-arrow + div {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
        -ms-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}

@media (max-width: 833px) {
  .main-block {
    margin-bottom: 50px;
  }

  .main-block__wrapper {
    padding-top: 20px;
    top: -50px;
    margin-top: -50px;
    border-radius: 30px 30px 0px 0px;
    margin-bottom: -50px;
  }

  #CalltouchWidgetFrame {
    bottom: 100px !important;
  }

  section {
    margin: 60px 0;
  }

  section:first-child {
    margin-top: 40px;
  }

  .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .search_small .search__btn .icon {
    width: 24px;
    height: 24px;
    top: 0;
    stroke: #fff;
  }

  .search_big .search__input {
    border-radius: 15px;
    padding: 10px 110px 10px 20px;
    height: 60px;
  }

  .search_big .search__btn {
    border-radius: 15px;
    right: 10px;
  }

  .btn_transparent {
    border-radius: 20px;
    border-color: #e6e6e6;
    background: #fff;
  }

  .btn-ajax {
    max-height: 50px;
  }

  .logo {
    gap: 10px;
  }

  .logo .icon {
    width: 30px;
    height: 30px;
  }

  .logo__text {
    font-size: 0.9375rem;
  }

  h1,
  .h1 {
    font-size: 1.5rem;
    letter-spacing: 0.8px;
  }

  h2,
  .h2 {
    font-size: 1.25rem;
    line-height: 140%;
  }

  .h2_big {
    max-width: 82%;
    font-size: 1.5625rem;
  }

  .h1_big {
    font-size: 1.625rem;
  }

  .schedule__day {
    font-size: 0.875rem;
    line-height: 130%;
  }

  .schedule__time {
    font-size: 0.875rem;
    line-height: 130%;
  }

  .popup__body {
    overflow: hidden;
  }

  .popup__content {
    padding: 20px;
    border-radius: 20px 20px 0 0;
  }

  .popup__title {
    font-size: 1rem;
    line-height: 140%;
  }

  .popup__close {
    width: 30px;
    height: 30px;
  }

  .popup__close .icon {
    width: 16px;
    height: 16px;
  }

  .popup__content-body {
    overflow-y: auto;
    overflow-x: hidden;
  }

  .popup__content-body::-webkit-scrollbar {
    width: 0;
  }

  .preloader_programs,
  .preloader_news,
  .preloader_articles,
  .preloader_cols {
    background-size: 309% auto;
  }

  .preloader_big-no-padding {
    background-size: 100% 200px;
  }

  .preloader_big {
    background-size: 100% 200px;
  }

  .text-content__sidebar,
  .text-content__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .text-content .article-info {
    margin-bottom: 25px;
  }

  .text {
    font-size: 0.9375rem;
    line-height: 140%;
  }

  .text p,
  .text ul,
  .text ol,
  .text blockquote {
    margin-bottom: 20px;
  }

  .text p + ul,
  .text p + ol,
  .text p + blockquote,
  .text p + h3,
  .text p + div {
    margin-top: 20px;
  }

  .text ul li {
    padding-left: 30px;
  }

  .text ul li::after {
    top: 0;
  }

  .text ul li,
  .text ol li {
    margin-bottom: 10px;
  }

  .text ul ul li,
  .text ol ul li {
    padding-left: 25px;
  }

  .text ul ul li::after,
  .text ol ul li::after {
    left: 9px;
    top: 7px;
  }

  .text ul ol li,
  .text ol ol li,
  .text ul ul li,
  .text ol ul li {
    margin-bottom: 6px;
  }

  .text ul ul ul li,
  .text ul ol ul li,
  .text ol ul ul li,
  .text ol ol ul li {
    padding-left: 22px;
  }

  .text ul ul ul li::after,
  .text ul ol ul li::after,
  .text ol ul ul li::after,
  .text ol ol ul li::after {
    width: 11px;
    left: 0;
    top: 10px;
  }

  .text ol > li {
    padding-left: 30px;
  }

  .text h2 {
    margin-bottom: 20px;
  }

  .text__btn {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .text-nav {
    padding: 20px;
  }

  .text-nav__item {
    line-height: 135%;
  }

  .text-nav__title {
    margin: 0;
    margin-bottom: 10px;
  }

  .head-title__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }

  .head-title__wrapper h2 {
    max-width: 100%;
  }

  .arrows {
    display: none;
  }

  .fancybox__container {
    max-height: calc(100vh - 80px);
  }

  .before-end span {
    font-size: 0.75rem;
    line-height: 140%;
  }

  .before-end:not(.before-end_actions-all):not(.before-end_unlimited) span {
    font-size: 0.75rem;
    line-height: 140%;
    max-width: 118px;
    padding: 0px 15px 0 15px;
  }

  .before-end_actions-all {
    max-width: 240px;
    height: 40px;
  }

  .before-end_actions-all span {
    font-size: 0.8125rem;
    line-height: 140%;
    max-width: 230px;
    height: 30px;
  }

  .sidebar {
    padding: 20px;
  }

  .sidebar_description {
    max-width: unset;
    margin-bottom: 15px;
  }

  .sidebar__title {
    font-size: 1rem;
    line-height: 140%;
  }

  .autocomplete {
    padding-top: 30px;
  }

  .btn-block__btn {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
  }

  .btn-block__data-processing-user {
    max-width: 296px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .error-text {
    font-size: 0.75rem;
    line-height: 133.3333333333%;
  }

  .calltouch-phone--clinic {
    font-size: 0.875rem;
  }

  body .bvi-body:not(.bvi-no-styles) .doctor__btn {
    font-size: 12px !important;
    line-height: 17px !important;
  }

  body .bvi-body:not(.bvi-no-styles) .contacts__map {
    max-width: 100%;
  }

  body .bvi-body:not(.bvi-no-styles) .contacts__tabs .contacts__content {
    gap: 0px;
  }

  body .bvi-body:not(.bvi-no-styles) .contacts__tabs .contacts__content .contacts__pane {
    display: none !important;
    max-width: 0px;
  }

  body .bvi-body:not(.bvi-no-styles) .contacts__tabs .contacts__content .contacts__pane._show {
    display: block !important;
    max-width: unset;
  }

  .popup__body {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    width: 100%;
    padding: 0;
    bottom: 0px;
  }

  .header__wrapper {
    height: 60px;
    padding: 8px 10px 8px 16px;
  }

  .header__wrapper::before {
    border-radius: 20px;
  }

  .header__logo-link {
    width: 118px;
    height: 18px;
  }

  .header__box {
    gap: 0;
  }

  .header__location {
    display: none;
  }

  .header__phone {
    display: none;
  }

  .header .search__btn_mobile {
    width: 40px;
    height: 40px;
    opacity: 1;
    background-color: transparent;
  }

  .header .search__btn_mobile .icon {
    stroke: #ffffff;
  }

  .header .search_small .search__btn_mobile {
    background-color: transparent;
  }

  .header__btn {
    display: none;
  }

  .header__user {
    width: 40px;
    height: 40px;
    opacity: 1;
    background: transparent;
    border: 0;
  }

  .header__user .icon {
    fill: #fff;
  }

  .header_content .header__search-btn {
    width: 45px;
    height: 45px;
  }

  .header_content .header__user {
    width: 45px;
    height: 45px;
  }

  .header_content .header__user .icon {
    width: 24px;
    height: 24px;
  }

  .header_content .nav-btn__icon-open {
    width: 24px;
    height: 24px;
  }

  .header_content .nav-btn__icon-close {
    width: 24px;
    height: 24px;
  }

  .check-location {
    position: fixed;
    top: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 400px;
    bottom: calc(var(--vh, 1vh) * -9 + 70px);
  }

  .check-location__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .check-location__item {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }

  .phone__icon {
    display: none;
  }

  .nav-btn {
    width: 40px;
    height: 40px;
  }

  .nav-btn {
    opacity: 1;
    background-color: transparent;
  }

  .nav-btn .nav-btn__icon-open {
    fill: #ffffff;
  }

  .nav-btn .nav-btn__icon-close {
    stroke: #ff5c00;
  }

  .nav-btn:hover {
    background-color: transparent;
  }

  .nav-btn__btn .icon {
    fill: #ffffff;
  }

  .feedback__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .feedback__data-processing-user {
    max-width: 296px;
    margin: 0 auto;
    text-align: center;
  }

  .select__input:checked + label {
    color: #ff5c00;
  }

  .select__label:hover {
    color: #ff5c00;
  }

  .search-fullscreen__input-block {
    border-radius: 15px;
  }

  .search-fullscreen .search__input {
    padding-right: 85px;
    border-radius: 15px;
  }

  .search-fullscreen .search__cleaning {
    right: 60px;
  }

  .search-fullscreen .search__btn {
    border-radius: 15px;
    width: 40px;
    height: 40px;
  }

  .search-fullscreen .search-fullscreen__header {
    position: relative;
  }

  .search-fullscreen .search-fullscreen__input-block {
    position: static;
  }

  .location-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-width: 175px;
       -moz-column-width: 175px;
            column-width: 175px;
  }

  .location-list__item {
    padding: 20px 0;
    max-height: unset;
    line-height: normal;
  }

  .mobile-menu {
    padding-top: 96px;
  }

  .mobile-menu__list {
    gap: 0;
    margin-left: -4px;
  }

  .mobile-menu__item {
    width: 100%;
  }

  .mobile-menu__link {
    gap: 6px;
    min-height: 0;
    padding: 12px 0;
    border: none;
  }

  .mobile-menu__icon {
    width: 24px;
    height: 24px;
  }

  .mobile-menu__text {
    font-size: 0.8125rem;
    line-height: 184.6153846154%;
    letter-spacing: 0.03em;
  }

  .mobile-menu__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-menu__call:hover {
    background-color: #ff5c00;
    border-color: #ff5c00;
    color: #fff;
  }

  .footer-header {
    padding: 35px 0px;
    border-radius: 30px 30px 0px 0px;
    background: #fff;
    -webkit-box-shadow: 0px -12px 30px -17px #e2e2e2;
            box-shadow: 0px -12px 30px -17px #e2e2e2;
    border: 0;
    margin: 0 -20px;
    max-width: 400px;
    margin: 0 auto;
  }

  .footer-header__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
  }

  .footer-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  .footer-header__logo .icon {
    width: 45px;
    height: 45px;
  }

  .footer-header__phone {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0 0;
  }

  .footer-header__phone > a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 20px 25px;
    font-size: 0.8125rem;
    line-height: 184.6153846154%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 55px;
  }

  .footer-header__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    border-radius: 20px;
    margin: 0;
    max-height: 55px;
  }

  .footer-content-header {
    padding: 35px 20px;
    border-radius: 30px 30px 0px 0px;
    background: #fff;
    -webkit-box-shadow: 0px -12px 30px -17px #e2e2e2;
            box-shadow: 0px -12px 30px -17px #e2e2e2;
    border: 0;
    margin: 0 -20px;
    max-width: 400px;
    margin: 0 auto;
  }

  .footer-content-header__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
  }

  .footer-content-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  .footer-content-header__logo .icon {
    width: 45px;
    height: 45px;
  }

  .footer-content-header__phone {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0 0;
  }

  .footer-content-header__phone > a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 20px 25px;
    font-size: 0.8125rem;
    line-height: 184.6153846154%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 55px;
  }

  .footer-content-header__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    border-radius: 20px;
    margin: 0;
    max-height: 55px;
  }

  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 400px;
    margin: 0 auto;
  }

  .footer-nav_title {
    border-radius: 20px;
    background: #f4f4f4;
    padding: 15px 20px;
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    text-align: left;
    height: 60px;
    font-size: 0.875rem;
    line-height: 140%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .footer-nav_title:nth-child(1) {
    margin-top: 0;
  }

  .footer-nav.active {
    border-radius: 20px;
    background: #f4f4f4;
  }

  .footer-nav.active .panel {
    padding: 0 20px 15px 20px;
  }

  .footer-nav__list {
    margin-bottom: 20px;
  }

  .footer-nav__item a {
    font-size: 0.9375rem;
    line-height: 140%;
    color: #666;
  }

  .qr__wrapper {
    display: none;
  }

  .quality-rating {
    max-width: 400px;
    margin: 0 auto;
  }

  .quality-rating--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .quality-rating--mobile:last-child {
    padding-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
  }

  .quality-rating--desktop {
    display: none;
  }

  .footer-content-body {
    padding: 0 0 35px 0;
    max-width: 400px;
    border: none;
  }

  .footer-content-body__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    width: 100%;
  }

  .footer-content-body__item {
    width: 100%;
    border-radius: 20px;
    background: #f2f2f2;
  }

  .footer-content-body__link {
    padding: 15px 20px;
  }

  .footer-content-body__link-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .footer-content-body__icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #fff;
  }

  .footer {
    padding-bottom: 20px;
  }

  .footer_with-tabbar {
    padding-bottom: 100px;
  }

  .footer__header {
    padding: 0;
  }

  .footer__footer {
    gap: 20px;
    padding: 0 20px;
    font-size: 0.8125rem;
  }

  .footer__copyright {
    grid-column: span 2;
    margin: 0 auto;
  }

  .footer__settings {
    grid-column: span 2;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }

  .footer__social {
    display: none;
  }

  .version-visually-impaired {
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 20px 25px;
  }
}

@media (max-width: 479px) {
  .header__wrapper {
    margin-top: 10px;
  }

  .header__search-icon {
    stroke: #ffffff;
  }

  .header_content .header__phone {
    width: 40px;
    height: 40px;
  }

  .header_content .header__phone .icon {
    width: 16px;
    height: 16px;
  }

  .header_content .header__search-btn {
    width: 40px;
    height: 40px;
  }

  .header_content .header__user {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 834px) and (max-width: 1919px) {
  .calltouch-phone--header > a {
    text-indent: -9999px;
  }

  .calltouch-phone--header > a:after {
    text-indent: 0;
    border: 1px solid #e6e6e6;
  }
}

@media (max-width: 1439px) and (min-width: 834px) {
  .header_content .header__phone:hover {
    background-color: #fff;
    opacity: 1;
  }
}

@media (min-width: 834px) and (max-width: 1439px) {
  .footer-body__wrapper {
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 0;
  }

  .footer-body__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .footer-body__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .footer-body__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer-body__item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (min-height: 561px) {
  .popup__header:has(.popup__img) .popup__close {
    position: absolute;
    top: 25px;
    right: 25px;
    left: unset;
  }
}

@media (max-height: 757px) {
  .popup__img {
    height: 25vh;
  }
}

@media (max-height: 560px) {
  .popup__img {
    display: none;
  }
}

@media (max-height: 650px) {
  .popup__btn {
    zoom: 0.7;
  }

  .feedback__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@supports (appearance:none){
.preloader_big-no-padding{background-image:url(../assets/img/gallery/preloader-big.png)}
.preloader_big{background:url("../assets/img/gallery/preloader-big.png") 0 0/100% 555px repeat-y #fff}
.text ul li::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M12.5018 2.75H6.50177C4.4307 2.75 2.75177 4.42893 2.75177 6.5V12.5C2.75177 14.5711 4.4307 16.25 6.50177 16.25H12.5018C14.5728 16.25 16.2518 14.5711 16.2518 12.5V6.5C16.2518 4.42893 14.5728 2.75 12.5018 2.75Z' fill='%23FF5C00'/%3E%3Cpath d='M12.0456 12.046C10.6397 13.4519 8.36027 13.4519 6.95439 12.046C5.5485 10.6401 5.5485 8.36069 6.95439 6.95481C8.36028 5.54892 10.6397 5.54892 12.0456 6.95481C13.4514 8.3607 13.4514 10.6401 12.0456 12.046Z' fill='white'/%3E%3C/svg%3E")}
.md-constructor-form__custom-checkbox label::after,.md-constructor-form__checkbox label::after{background:url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.20448 1.11328L4.2021 5.11328L1.7959 2.71428' stroke='%23FF5C00' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A") center 2px no-repeat}
.js-select.select-multiply .select-multiply__item label::after{background:url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.20448 1.11328L4.2021 5.11328L1.7959 2.71428' stroke='%23FF5C00' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A") center 2px no-repeat}
}

 @media (min-width: 834px){

@supports (appearance:none){

}

}

 @media (min-width: 834px) and (min-width: 1440px){

@supports (appearance:none){

}

}

 @media (min-width: 1440px){

@supports (appearance:none){

}

}

 @media (min-width: 1920px){

@supports (appearance:none){

}

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 1439px) and (max-width: 833px){

@supports (appearance:none){

}

}

 @media (max-width: 834px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}

 @media (max-width: 479px){

@supports (appearance:none){

}

}

 @media (min-width: 834px) and (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1439px) and (min-width: 834px){

@supports (appearance:none){

}

}

 @media (min-width: 834px) and (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (min-height: 561px){

@supports (appearance:none){

}

}

 @media (max-height: 757px){

@supports (appearance:none){

}

}

 @media (max-height: 560px){

@supports (appearance:none){

}

}

 @media (max-height: 650px){

@supports (appearance:none){

}

}
