@charset "UTF-8";

html {
  font-size: 6.9444444444vw;
}

/* Шаблоны (заготовки)
* @extend %имя шаблона;
*/

:root {
  --font-size-h1: 0.48rem;
  --font-size-h2: 0.4rem;
  --font-size-h3: 0.32rem;
  --font-size-h4: 0.28rem;
  --font-size-h5: 0.24rem;
  --body-size: 0.16rem;
  --txt-lg: 0.2rem;
  --txt-m: 0.18rem;
  --txt-sm: 0.14rem;
  --line-height-h1: 0.6rem;
  --line-height-h2: 0.5rem;
  --line-height-h3: 0.42rem;
  --line-height-h4: 0.34rem;
  --line-height-h5: 0.32rem;
  --body-line: 0.2rem;
  --txt-line-lg: 0.24rem;
  --txt-line-m: 0.22rem;
  --txt-line-sm: 0.18rem;
}

:root {
  --header-height: 1.25rem;
  --header-height-decrement: -1.25rem;
  --container-gap: 1rem;
  --container-gap-decrement: -1rem;
  --section-padding: 0.75rem;
}

@-webkit-keyframes showHeader {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@keyframes showHeader {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes logoLoading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }

  75% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes logoLoading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }

  75% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes logoTopLoading {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-0.045rem);
            transform: translateY(-0.045rem);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes logoTopLoading {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-0.045rem);
            transform: translateY(-0.045rem);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes logoRightLoading {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(0.045rem);
            transform: translateX(0.045rem);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes logoRightLoading {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(0.045rem);
            transform: translateX(0.045rem);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes logoLeftLoading {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  50% {
    -webkit-transform: translate(-0.03rem, -0.01rem);
            transform: translate(-0.03rem, -0.01rem);
  }

  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes logoLeftLoading {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  50% {
    -webkit-transform: translate(-0.03rem, -0.01rem);
            transform: translate(-0.03rem, -0.01rem);
  }

  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes main-screen-title {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.2rem) scale(1.1);
            transform: translateY(-0.2rem) scale(1.1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes main-screen-title {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.2rem) scale(1.1);
            transform: translateY(-0.2rem) scale(1.1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes ft-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes ft-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes ft-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes ft-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

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

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]::before,
[class*=" icon-"]::before {
  color: inherit;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.icon-close:before {
  content: "\e900";
}

.icon-down:before {
  content: "\e901";
}

.icon-call:before {
  content: "\e906";
  color: #445051;
}

.icon-arrow-big:before {
  content: "\e907";
}

.icon-arrow:before {
  content: "\e908";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-youtube:before {
  content: "\e904";
}

.icon-star:before {
  content: "\e905";
  color: #D9D9D9;
}

.icon-star.active::before {
  color: #9AC5EF;
}

.icon-medic-sleep:before {
  content: "\e909";
  color: #398bdc;
}

.icon-online:before {
  content: "\e90a";
  color: #398bdc;
}

.icon-crown:before {
  content: "\e90b";
  color: #398bdc;
}

.icon-parodontology:before {
  content: "\e90c";
  color: #398bdc;
}

.icon-implantation:before {
  content: "\e90d";
  color: #398bdc;
}

.icon-orthodontics:before {
  content: "\e90e";
  color: #398bdc;
}

.icon-surgery:before {
  content: "\e90f";
  color: rgb(57, 139, 220);
}

.icon-surgery .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(105, 158, 209);
}

.icon-surgery .path3:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(105, 158, 209);
}

.icon-whitening:before {
  content: "\e912";
  color: #398bdc;
}

.icon-therapy:before {
  content: "\e913";
  color: #398bdc;
}

.icon-prevention:before {
  content: "\e914";
  color: #398bdc;
}

.icon-kids:before {
  content: "\e915";
  color: #398bdc;
}

.icon-diagnostic:before {
  content: "\e916";
  color: #398bdc;
}

.icon-calendar:before {
  content: "\e918";
  color: #445051;
}

.icon-pin:before {
  content: "\e919";
  color: #445051;
}

.icon-14 {
  font-size: 0.14rem;
  line-height: 0.14rem;
}

.icon-20 {
  font-size: 0.2rem;
  line-height: 0.2rem;
}

.icon-24 {
  font-size: 0.24rem;
  line-height: 0.24rem;
}

.icon-30 {
  font-size: 0.3rem;
  line-height: 0.3rem;
}

.icon-48 {
  font-size: 0.48rem;
  line-height: 0.48rem;
}

.icon-55 {
  font-size: 0.55rem;
  line-height: 0.55rem;
}

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

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

:focus,
:active {
  outline: none;
}

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

html {
  min-height: 100vh;
}

body {
  font-family: Montserrat, sans-serif, system-ui, sans-serif;
  margin: 0;
  font-size: var(--body-size);
  line-height: var(--body-line-height);
  font-weight: 400;
  position: relative;
  color: #303535;
  background-color: #FFFEFE;
  min-height: 100vh;
  height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  min-height: -webkit-fill-available;
}

body.active {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

body.active header {
  background-color: #fff;
  padding-bottom: 0.05rem;
  top: 0;
}

body .ytp-chrome-top.ytp-show-cards-title {
  display: none !important;
}

#player .ytp-title-link {
  display: none !important;
}

#player.ytp-copy-link-button {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

input,
button,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
}

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

img {
  vertical-align: top;
}

sup {
  color: inherit;
}

input,
textarea,
select {
  cursor: pointer;
}

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

button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

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

.page-container {
  overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.modal {
  height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: calc(var(--header-height) + 0.18rem);
}

#loom-companion-mv3 {
  display: none;
}

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.logo {
  width: 1.56rem;
  height: 0.56rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.logo_footer {
  width: 100%;
  height: 1.12rem;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
  border-radius: 6px;
}

.icon {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

svg {
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

svg * {
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.image {
  position: relative;
}

.image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

a {
  color: inherit;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  display: inline-block;
}

a:visited {
  text-decoration: none;
}

.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.category-page .main-screen .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.category-page .main-screen__image {
  width: 100%;
  min-height: 4.77rem;
  height: 100%;
}

.category-page .main-screen__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.category-page .main-screen__content {
  border: 1px solid rgb(154, 197, 239);
  min-height: 100%;
  padding: 0.56rem 0.4rem;
}

.category-page .main-screen__content .label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.08rem 0.16rem;
}

.category-page .main-screen__items {
  display: grid;
  grid-template-columns: repeat(3, 1.9rem);
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  margin-bottom: 0.45rem;
}

.category-page .main-screen__items .item {
  padding-left: 0.23rem;
  position: relative;
}

.category-page .main-screen__items .item::before {
  content: "";
  position: absolute;
  width: 0.15rem;
  height: 0.15rem;
  top: 0;
  left: 0;
  background-color: #CAE3FB;
  border-radius: 50%;
}

.category-page .main-screen__btns button:first-child {
  margin-right: 0.12rem;
}

.category-page .benefits .image {
  height: 3.9rem;
  width: 100%;
}

.category-page .benefits .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.category-page .benefits__image {
  position: sticky;
  top: 0.35rem;
}

.category-page .benefits__wrapper {
  padding-left: 0.8rem;
}

.category-page .benefits__item .title::before {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #CAE3FB;
  top: 0;
  left: -0.16rem;
  -webkit-transform: translate(-100%, 0.05rem);
      -ms-transform: translate(-100%, 0.05rem);
          transform: translate(-100%, 0.05rem);
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: -1;
}

.category-page .benefits__item:nth-child(2) .title::before {
  width: 0.62rem;
  height: 0.62rem;
  left: -0.31rem;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.category-page .benefits .glass {
  left: 0.3rem;
}

.category-page .benefits .tooth-bg {
  width: 4.2rem;
  height: 2.8rem;
  bottom: 0.05rem;
  left: 0.3rem;
  z-index: -1;
}

.category-page .laboratory-section__content {
  padding: 0.24rem;
  border: 1px solid #CAE3FB;
}

.category-page .laboratory-section__content p,
.category-page .laboratory-section__content h3,
.category-page .laboratory-section__content h4,
.category-page .laboratory-section__content h5,
.category-page .laboratory-section__content h6 {
  margin-top: 0.16rem;
}

.category-page .laboratory-section__image {
  height: 2.84rem;
}

.category-page .faq__items {
  padding-top: 0.2rem;
}

.category-page .faq-item-accordion__content {
  padding-left: 0.24rem;
}

.category-page .faq-item-accordion__header.active + div {
  margin: 0.32rem 0 0.48rem;
}

.category-page .section.main-screen {
  padding-bottom: 0.4rem;
}

.category-page .section__subcategories {
  padding-top: 0;
}

.category-page .section__subcategories .col-lg-4 {
  margin-bottom: 0.2rem;
}

.category-page .section__category-price + .section__callback .callBackItem {
  padding-top: 0.86rem;
  padding-bottom: 0.86rem;
}

.category-page .section__category-price + .section__callback .callBackItem .image {
  top: -0.86rem;
  bottom: -0.86rem;
}

.category-page .section__category-price + .section__callback .callBackItem__content {
  padding-left: 0.64rem;
  padding-right: 0.9rem;
}

.category-page .section__benefits {
  overflow: clip;
}

.category-page .section__benefits .pos-s {
  top: calc(var(--header-height) + 0.2rem);
}

.category-page .section__benefits .tooth-bg {
  width: 4.2rem;
  height: 2.8rem;
  left: 0.2rem;
  bottom: 0;
  -webkit-transform: translateY(80%);
      -ms-transform: translateY(80%);
          transform: translateY(80%);
}

.category-page .subcategory-item {
  padding: 0.16rem 0.24rem;
  cursor: pointer;
  min-height: 0.76rem;
  height: 100%;
}

.category-page .info-banner + .category-benefits {
  padding-top: 1.5rem;
}

.category-page .steps .col-md-6 {
  margin-bottom: 0.2rem;
}

.category-page .installment .image {
  min-height: 3.74rem;
  height: 100%;
}

.category-page .installment__content {
  padding: 0.48rem 0.32rem;
  border: 1px solid #CAE3FB;
}

.category-page .installment__content h4,
.category-page .installment__content h3,
.category-page .installment__content h5 {
  margin-bottom: 0.24rem;
  font-weight: 600;
}

.category-page .installment__content p {
  margin-bottom: 0.16rem;
}

@charset "UTF-8";

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

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

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

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

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.ytp-chrome-top.ytp-show-cards-title {
  opacity: 0;
}

html {
  font-size: 6.9444444444vw;
}

/* Шаблоны (заготовки)
* @extend %имя шаблона;
*/

:root {
  --font-size-h1: 0.48rem;
  --font-size-h2: 0.4rem;
  --font-size-h3: 0.32rem;
  --font-size-h4: 0.28rem;
  --font-size-h5: 0.24rem;
  --body-size: 0.16rem;
  --txt-lg: 0.2rem;
  --txt-m: 0.18rem;
  --txt-sm: 0.14rem;
  --line-height-h1: 0.6rem;
  --line-height-h2: 0.5rem;
  --line-height-h3: 0.42rem;
  --line-height-h4: 0.34rem;
  --line-height-h5: 0.32rem;
  --body-line: 0.2rem;
  --txt-line-lg: 0.24rem;
  --txt-line-m: 0.22rem;
  --txt-line-sm: 0.18rem;
}

:root {
  --header-height: 1.25rem;
  --header-height-decrement: -1.25rem;
  --container-gap: 1rem;
  --container-gap-decrement: -1rem;
  --section-padding: 0.75rem;
}

@keyframes showHeader {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@keyframes logoLoading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }

  75% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes logoTopLoading {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-0.045rem);
            transform: translateY(-0.045rem);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes logoRightLoading {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(0.045rem);
            transform: translateX(0.045rem);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes logoLeftLoading {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  50% {
    -webkit-transform: translate(-0.03rem, -0.01rem);
            transform: translate(-0.03rem, -0.01rem);
  }

  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes main-screen-title {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.2rem) scale(1.1);
            transform: translateY(-0.2rem) scale(1.1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ft-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes ft-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

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

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]::before,
[class*=" icon-"]::before {
  color: inherit;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.icon-close:before {
  content: "\e900";
}

.icon-down:before {
  content: "\e901";
}

.icon-call:before {
  content: "\e906";
  color: #445051;
}

.icon-arrow-big:before {
  content: "\e907";
}

.icon-arrow:before {
  content: "\e908";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-youtube:before {
  content: "\e904";
}

.icon-star:before {
  content: "\e905";
  color: #D9D9D9;
}

.icon-star.active::before {
  color: #9AC5EF;
}

.icon-medic-sleep:before {
  content: "\e909";
  color: #398bdc;
}

.icon-online:before {
  content: "\e90a";
  color: #398bdc;
}

.icon-crown:before {
  content: "\e90b";
  color: #398bdc;
}

.icon-parodontology:before {
  content: "\e90c";
  color: #398bdc;
}

.icon-implantation:before {
  content: "\e90d";
  color: #398bdc;
}

.icon-orthodontics:before {
  content: "\e90e";
  color: #398bdc;
}

.icon-surgery:before {
  content: "\e90f";
  color: rgb(57, 139, 220);
}

.icon-surgery .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(105, 158, 209);
}

.icon-surgery .path3:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(105, 158, 209);
}

.icon-whitening:before {
  content: "\e912";
  color: #398bdc;
}

.icon-therapy:before {
  content: "\e913";
  color: #398bdc;
}

.icon-prevention:before {
  content: "\e914";
  color: #398bdc;
}

.icon-kids:before {
  content: "\e915";
  color: #398bdc;
}

.icon-diagnostic:before {
  content: "\e916";
  color: #398bdc;
}

.icon-calendar:before {
  content: "\e918";
  color: #445051;
}

.icon-pin:before {
  content: "\e919";
  color: #445051;
}

.icon-14 {
  font-size: 0.14rem;
  line-height: 0.14rem;
}

.icon-20 {
  font-size: 0.2rem;
  line-height: 0.2rem;
}

.icon-24 {
  font-size: 0.24rem;
  line-height: 0.24rem;
}

.icon-30 {
  font-size: 0.3rem;
  line-height: 0.3rem;
}

.icon-48 {
  font-size: 0.48rem;
  line-height: 0.48rem;
}

.icon-55 {
  font-size: 0.55rem;
  line-height: 0.55rem;
}

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

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

:focus,
:active {
  outline: none;
}

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

html {
  min-height: 100vh;
}

body {
  font-family: Montserrat, sans-serif, system-ui, sans-serif;
  margin: 0;
  font-size: var(--body-size);
  line-height: var(--body-line-height);
  font-weight: 400;
  position: relative;
  color: #303535;
  background-color: #FFFEFE;
  min-height: 100vh;
  height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  min-height: -webkit-fill-available;
}

body.active {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

body.active header {
  background-color: #fff;
  padding-bottom: 0.05rem;
  top: 0;
}

body .ytp-chrome-top.ytp-show-cards-title {
  display: none !important;
}

#player .ytp-title-link {
  display: none !important;
}

#player.ytp-copy-link-button {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

input,
button,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
}

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

img {
  vertical-align: top;
}

sup {
  color: inherit;
}

input,
textarea,
select {
  cursor: pointer;
}

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

button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

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

.page-container {
  overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.modal {
  height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: calc(var(--header-height) + 0.18rem);
}

#loom-companion-mv3 {
  display: none;
}

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.logo {
  width: 1.56rem;
  height: 0.56rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.logo_footer {
  width: 100%;
  height: 1.12rem;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
  border-radius: 6px;
}

.icon {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

svg {
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

svg * {
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.image {
  position: relative;
}

.image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

a {
  color: inherit;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  display: inline-block;
}

a:visited {
  text-decoration: none;
}

.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.none {
  display: none;
}

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

.flex-inline {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

.--just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.--just-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

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

.--align-str {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.--align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

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

.--align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.--self-end {
  -ms-flex-item-align: end;
      align-self: end;
}

.--dir-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f-family_unbonded {
  font-family: "Unbounded", cursive;
}

.f-weight_300 {
  font-weight: 300 !important;
}

.f-weight_400 {
  font-weight: 400 !important;
}

.f-weight_500 {
  font-weight: 500 !important;
}

.f-weight_600 {
  font-weight: 600 !important;
}

.f-size_lg {
  font-size: var(--txt-lg);
  line-height: normal;
}

.f-size_m {
  font-size: var(--txt-m);
  line-height: normal;
}

.f-size_sm {
  font-size: var(--txt-sm);
  line-height: normal;
}

.f-size_15-18 {
  font-size: 0.15rem;
  line-height: 0.18rem;
}

.f-size_18-36 {
  font-size: var(--body-size-2);
  line-height: var(--body-line-height-2o);
}

.f-size_24-25 {
  font-size: 0.24rem;
  line-height: 0.25rem;
}

.f-size_34-41 {
  font-size: 0.34rem;
  line-height: 0.41rem;
}

.f-size_14-23 {
  font-size: 0.14rem;
  line-height: 0.23rem;
}

.f-size_16-25 {
  font-size: 0.16rem;
  line-height: 0.25rem;
}

.text-uppercase {
  text-transform: uppercase;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-color__white {
  color: #fff;
}

.text-color_accent {
  color: #CAE3FB;
}

.txt-lg {
  font-size: var(--txt-lg);
  line-height: var(--txt-line-lg);
}

.txt-m {
  font-size: var(--txt-m);
  line-height: var(--txt-line-m);
}

.txt-sm {
  font-size: var(--txt-sm);
  line-height: var(--txt-line-sm);
}

.container {
  padding: 0 var(--container-gap);
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

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

.row {
  --bs-gutter-x: 0.2rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.mb_5 {
  margin-bottom: 0.05rem;
}

.mb_8 {
  margin-bottom: 0.08rem;
}

.mb_10 {
  margin-bottom: 0.1rem;
}

.mb_16 {
  margin-bottom: 0.16rem;
}

.mb_20 {
  margin-bottom: 0.2rem;
}

.mb_24 {
  margin-bottom: 0.24rem;
}

.mb_20-16 {
  margin-bottom: 0.2rem;
}

.mb_24-12 {
  margin-bottom: 0.24rem;
}

.mb_32-16 {
  margin-bottom: 0.32rem;
}

.mb_32-24 {
  margin-bottom: 0.32rem;
}

.mb_48 {
  margin-bottom: 0.48rem;
}

.mb_40-20 {
  margin-bottom: 0.4rem;
}

.mb_48-24 {
  margin-bottom: 0.48rem;
}

.mb_60 {
  margin-bottom: 0.6rem;
}

.ml_auto {
  margin-left: auto;
}

.mr_5 {
  margin-right: 0.05rem;
}

.mr_10 {
  margin-right: 0.1rem;
}

.mr_16 {
  margin-right: 0.16rem;
}

.mr_20 {
  margin-right: 0.2rem;
}

.mr_24 {
  margin-right: 0.24rem;
}

.mr_30 {
  margin-right: 0.3rem;
}

.mx {
  margin-left: auto;
  margin-right: auto;
}

h1,
.h1 {
  font-size: var(--font-size-h1);
  line-height: normal;
  font-weight: 400;
}

h2,
.h2 {
  font-weight: 400;
  font-size: var(--font-size-h2);
  line-height: normal;
}

h1,
h2,
h3,
h5 {
  font-family: "Unbounded";
}

h3,
.h3 {
  font-size: var(--font-size-h3);
  line-height: normal;
  font-weight: 400;
}

h4,
.h4 {
  font-size: var(--font-size-h4);
  line-height: normal;
  font-weight: 400;
}

h5,
.h5 {
  font-size: var(--font-size-h5);
  line-height: normal;
  font-weight: 400;
}

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

.show {
  opacity: 1;
  visibility: visible;
}

.block {
  display: block;
}

.pos-a {
  position: absolute;
}

.pos-r {
  position: relative;
}

.pos-s {
  position: sticky;
}

.border_radius {
  border-radius: 0.2rem;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.fit-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.overflow {
  overflow: hidden;
}

.glass {
  font-family: Unbounded;
  padding: 0.1rem 0.24rem;
  bottom: 0;
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.45);
  -webkit-box-shadow: 0 0.05rem 0.1rem 0 rgba(255, 255, 255, 0.2) inset, 0 0.04rem 0.04rem 0 rgba(0, 0, 0, 0.1) inset, 0 0.035rem 0.035rem 0 rgba(255, 255, 255, 0.35) inset, 0 -0.05rem 0.1rem 0 rgba(255, 255, 255, 0.2) inset, 0 -0.035rem 0.1rem 0 rgba(255, 255, 255, 0.35) inset, 0 0.1rem 0.15rem 0 rgba(135, 135, 135, 0.1);
          box-shadow: 0 0.05rem 0.1rem 0 rgba(255, 255, 255, 0.2) inset, 0 0.04rem 0.04rem 0 rgba(0, 0, 0, 0.1) inset, 0 0.035rem 0.035rem 0 rgba(255, 255, 255, 0.35) inset, 0 -0.05rem 0.1rem 0 rgba(255, 255, 255, 0.2) inset, 0 -0.035rem 0.1rem 0 rgba(255, 255, 255, 0.35) inset, 0 0.1rem 0.15rem 0 rgba(135, 135, 135, 0.1);
  -webkit-backdrop-filter: blur(0.05rem);
          backdrop-filter: blur(0.05rem);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0) translateZ(0);
          transform: translate3d(0, 0, 0) translateZ(0);
  -webkit-transform: translateY(50%) translateZ(0) translate3d(0, 0, 0);
          transform: translateY(50%) translateZ(0) translate3d(0, 0, 0);
}

.arrow-big {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  border: 0.01rem solid #303535;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: all 0.35s linear;
  transition: all 0.35s linear;
}

.bgc_accent {
  background-color: #CAE3FB;
}

.bgc_light {
  background-color: #EEF6FF;
}

.preloader {
  background-color: #303535;
  position: fixed;
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 1000;
}

.preloader__logo {
  width: 0.64rem;
  height: 0.64rem;
  overflow: visible;
}

.preloader__logo svg {
  overflow: visible;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.preloader__logo #logo-left {
  -webkit-animation: logoLoading 2s linear infinite, logoLeftLoading 2.5s linear infinite 0.35s;
          animation: logoLoading 2s linear infinite, logoLeftLoading 2.5s linear infinite 0.35s;
}

.preloader__logo #logo-top {
  -webkit-animation: logoLoading 2s linear infinite 1s, logoTopLoading 2.35s linear infinite 1s;
          animation: logoLoading 2s linear infinite 1s, logoTopLoading 2.35s linear infinite 1s;
}

.preloader__logo #logo-right {
  -webkit-animation: logoLoading 2s linear infinite 1.5s, logoRightLoading 2.35s linear infinite 1.5s;
          animation: logoLoading 2s linear infinite 1.5s, logoRightLoading 2.35s linear infinite 1.5s;
}

.preloader__text {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.preloader__text span {
  opacity: 0;
  -webkit-animation: fade-in 1.5s ease-in-out infinite;
          animation: fade-in 1.5s ease-in-out infinite;
}

.preloader__text span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.preloader__text span:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.preloader__text span:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.header {
  height: var(--header-height);
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #EEF6FF;
}

.header__top {
  padding: 0.18rem 0 0.12rem;
}

.header__top .btn {
  height: 0.33rem;
  font-size: var(--txt-sm);
  line-height: normal;
  width: 2.35rem;
  padding: 0 0.16rem;
}

.header__contacts {
  display: none;
}

.header__wrapper {
  position: relative;
}

.header__wrapper::after {
  height: 0.01rem;
  background-color: #303535;
  top: -0.05rem;
  left: 0;
  right: 0;
  content: "";
  position: absolute;
}

.header__wrapper .header__socials {
  padding-left: 0.45rem;
  display: none;
}

.header-visible {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.header-hidden {
  -webkit-transform: translateY(calc(-100% + -0.1rem));
      -ms-transform: translateY(calc(-100% + -0.1rem));
          transform: translateY(calc(-100% + -0.1rem));
}

.header-hidden .search-form__answer {
  opacity: 0;
  visibility: hidden;
}

.header .logo {
  margin-right: auto;
}

.header .lang-switcher .lang-item {
  text-align: center;
  font-size: var(--txt-m);
  line-height: normal;
  cursor: pointer;
  -webkit-transition: all 280ms ease-in-out 0ms;
  transition: all 280ms ease-in-out 0ms;
}

.header .lang-switcher .lang-item:first-child {
  margin-right: 0.2rem;
  position: relative;
}

.header .lang-switcher .lang-item:first-child:after {
  position: absolute;
  top: 0;
  right: -0.12rem;
  content: "/";
  color: #303535;
}

.header .lang-switcher .lang-item:hover {
  color: #9AC5EF;
}

.header .lang-switcher .lang-item.current-lang {
  pointer-events: none;
  font-weight: 600;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .lang-switcher .lang-item.current-lang:before {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 100%;
  background-color: #CAE3FB;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  z-index: -1;
}

.header.--fixed {
  background-color: #EEF6FF;
  padding-bottom: 0.05rem;
  top: 0;
}

.header.--fixed .header__menu {
  top: 0;
}

.footer {
  padding: 0.5rem 0;
  background-color: #303535;
  color: #fff;
}

.footer__contacts,
.footer__menu,
.footer .f-weight_600 {
  padding-top: 0.5rem;
}

.footer__menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__menu li {
  width: 50%;
  margin-bottom: 0.2rem;
}

.footer__menu li a:hover {
  color: #FFFFFF;
}

.footer__contacts li {
  margin-right: 0.2rem;
}

.footer__contacts li a {
  -webkit-transition: none;
  transition: none;
}

.footer__contacts li a:hover {
  color: #FFFFFF;
}

.footer .btn {
  padding: 0 0.16rem;
  height: 0.33rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer .btn_fill:hover {
  background: #fff;
}

.accordion {
  margin-bottom: 0.08rem;
}

.accordion__header {
  border-radius: 0.1rem;
  background-color: #EEF6FF;
  padding: 0.12rem 0.24rem;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(135, 135, 135, 0);
          box-shadow: 0 0.1rem 0.1rem 0 rgba(135, 135, 135, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.accordion__header:hover {
  background-color: #CAE3FB;
}

.accordion__header button {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.accordion__header button span {
  color: #303535;
}

.accordion__header button span::before {
  color: #303535;
}

.accordion__header.active {
  background-color: #FFFEFE;
  border-color: #CAE3FB;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(135, 135, 135, 0.1);
          box-shadow: 0 0.1rem 0.1rem 0 rgba(135, 135, 135, 0.1);
}

.accordion__header.active button {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.accordion__header.active + .accordion__content {
  margin: 0.24rem 0;
}

.accordion__content {
  margin: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.accordion__content p,
.accordion__content ul {
  margin-bottom: 0.12rem;
}

.accordion__content ul li {
  list-style: disc inside;
}

.modal {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: rgba(48, 53, 53, 0.2);
  -webkit-backdrop-filter: blur(0.04rem);
          backdrop-filter: blur(0.04rem);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0) translateZ(0);
          transform: translate3d(0, 0, 0) translateZ(0);
}

.modal__wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  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;
  padding: 0.35rem;
}

.modal.hide {
  opacity: 0;
  visibility: hidden;
}

.modal.hide .modal__body {
  padding: 0;
}

.modal.hide .modal__wrapper {
  opacity: 0;
  visibility: hidden;
}

.modal.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.modal__close {
  border: none;
  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: 0.24rem;
  height: 0.24rem;
  top: 0.16rem;
  right: 0.16rem;
  z-index: 5;
  cursor: pointer;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  color: #303535;
}

.modal__close:hover {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal__content .col-lg-6 h3,
.modal__content .col-lg-6 h3 + div {
  position: relative;
  z-index: 1;
}

.modal__content .col-lg-6:first-child .tooth-bg {
  z-index: 0;
  width: 5.3rem;
  height: 3.2rem;
  bottom: -20%;
  left: -20%;
}

.modal__body {
  position: relative;
  overflow: hidden;
  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;
  height: auto;
  padding: 0.55rem;
  background-color: #FFFEFE;
  border-radius: 0.2rem;
  max-width: 12.4rem;
}

.modal__title {
  margin-bottom: 0.15rem;
}

.modal__title .btn {
  margin-left: 0.3rem;
}

.breadcrumbs {
  padding-top: 0.4rem;
}

.breadcrumbs__item {
  padding-right: 0.12rem;
  position: relative;
}

.breadcrumbs__item .active {
  color: #9AC5EF;
  font-weight: 500;
  pointer-events: none;
}

.breadcrumbs__item::after {
  width: 0.1rem;
  height: 100%;
  top: 0;
  right: -0.02rem;
  content: "/";
  position: absolute;
}

.breadcrumbs__item:last-child::after {
  content: none;
}

.callBackItem {
  padding: 0.64rem 0;
  background-color: #CAE3FB;
  min-height: 3rem;
}

.callBackItem a {
  display: none;
}

.callBackItem a.callBackItem__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.callBackItem .btn span:first-child {
  margin-right: 0.05rem;
}

.callBackItem .image {
  top: -0.64rem;
  width: 100%;
  min-height: 3rem;
  bottom: -0.64rem;
}

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

.callBackItem__list li svg {
  width: 0.4rem;
  height: 0.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.16rem;
}

.callBackItem__list li:not(:last-child) {
  margin-bottom: 0.2rem;
}

.callBackItem_checkup {
  min-height: 4.93rem;
}

.callBackItem_checkup .image {
  min-height: 4.93rem;
}

.callBackItem_checkup .callBackItem__content {
  position: relative;
  z-index: 1;
  padding: 0 0.54rem 0 0.64rem;
}

.callBackItem_checkup .tooth-bg {
  width: 4.9rem;
  height: 3rem;
  position: absolute;
  top: -1.54rem;
  right: -0.85rem;
}

.section.section__callback {
  padding-top: 0;
}

.laboratory-section__content {
  padding: 0.24rem;
  border: 1px solid #CAE3FB;
}

.laboratory-section__content p,
.laboratory-section__content h3,
.laboratory-section__content h4,
.laboratory-section__content h5,
.laboratory-section__content h6 {
  margin-top: 0.16rem;
}

.laboratory-section__image {
  height: 2.84rem;
}

.btn {
  padding: 0 0.24rem;
  background-color: transparent;
  height: 0.52rem;
  font-weight: 400;
  font-size: 0.16rem;
  font-family: "Unbounded";
  line-height: normal;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  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;
  border-radius: 0.3rem;
  color: #303535;
  width: 2.85rem;
}

.btn_outline {
  background-color: #fff;
  border: 0.01rem solid #303535;
}

.btn_outline:hover {
  border-color: #9AC5EF;
  background-color: #9AC5EF;
}

.btn_fill {
  background-color: #9AC5EF;
}

.btn_fill:hover {
  background-color: #303535;
  color: #fff;
}

.btn_fill_white {
  background-color: #fff;
}

.btn_fill_white:hover {
  background-color: #9AC5EF;
  color: #fff;
}

.btn_fill-light {
  background-color: #cbe3fb;
}

.btn__w_100 {
  width: 100%;
}

.btn_sm {
  background-color: #CAE3FB;
  height: 0.36rem;
  width: 1.48rem;
  font-family: "Montserrat";
  font-weight: 600;
  border: 0.01rem solid #CAE3FB;
}

.btn_sm:hover {
  border-color: #303535;
  background-color: #fff;
  color: #303535;
}

.btn_txt-s {
  font-size: var(--txt-sm);
  font-weight: 400;
}

.burger {
  --burger-menu-radius: 0.4rem;
  position: relative;
  z-index: 100;
  display: none;
  width: var(--burger-menu-radius);
  height: var(--burger-menu-radius);
  outline: none;
  cursor: pointer;
}

.burger::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #CAE3FB;
}

.burger .line {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 1px;
  background: #303535;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.burger .line:nth-child(1) {
  top: 30%;
}

.burger .line:nth-child(2) {
  top: 50%;
}

.burger .line:nth-child(3) {
  top: 70%;
}

.burger .line::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #303535;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.burger .line:nth-child(2)::after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.burger .line:nth-child(3)::after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.burger:hover .line::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.burger.active .line::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.burger.active .line:nth-child(1) {
  -webkit-transform: translateY(calc(var(--burger-menu-radius) / 5)) rotate(45deg);
      -ms-transform: translateY(calc(var(--burger-menu-radius) / 5)) rotate(45deg);
          transform: translateY(calc(var(--burger-menu-radius) / 5)) rotate(45deg);
}

.burger.active .line:nth-child(2) {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

.burger.active .line:nth-child(3) {
  -webkit-transform: translateY(calc(var(--burger-menu-radius) / -5)) rotate(-45deg);
      -ms-transform: translateY(calc(var(--burger-menu-radius) / -5)) rotate(-45deg);
          transform: translateY(calc(var(--burger-menu-radius) / -5)) rotate(-45deg);
}

.menu {
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.menu__item {
  padding: 0.08rem 0.16rem;
  cursor: pointer;
  -webkit-transition: background-color 0.35s linear;
  transition: background-color 0.35s linear;
  border-radius: 0.2rem;
}

.menu__item.active,
.menu__item:hover {
  background-color: #CAE3FB;
}

.menu__item.active {
  pointer-events: none;
  font-weight: 600;
}

.menu__list:not(:last-child) .menu__item {
  margin-right: 0.24rem;
}

.menu__link {
  font-size: var(--txt-sm);
  line-height: normal;
}

.contacts-list__icon {
  margin-right: 0.12rem;
  width: 0.3rem;
  height: 0.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts-list .btn_fill {
  margin-top: 0.12rem;
}

.contacts-list .btn_fill svg {
  margin-left: 0.08rem;
  fill: #000;
  -webkit-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.contacts-list .btn_fill:hover svg {
  fill: #fff;
}

.contacts-list__row {
  margin-bottom: 0.12rem;
}

.contacts-list__row + .btn_fill {
  margin-top: 0.32rem;
}

.form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.15rem;
  position: relative;
  z-index: 2;
}

.form__selected {
  padding: 0.12rem 0.16rem;
  border-radius: 0.05rem;
  border: 0.01rem solid #303535;
}

.form__item {
  position: relative;
}

.form__item label {
  display: inline-block;
}

.form__item input,
.form__item textarea {
  padding: 0.12rem 0.16rem;
  border-radius: 0.05rem;
  border: 0.01rem solid rgba(48, 53, 53, 0.5);
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  background-color: transparent;
  width: 100%;
  height: 0.5rem;
}

.form__item input::-webkit-input-placeholder, .form__item textarea::-webkit-input-placeholder {
  color: rgba(48, 53, 53, 0.5);
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.form__item input::-moz-placeholder, .form__item textarea::-moz-placeholder {
  color: rgba(48, 53, 53, 0.5);
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.form__item input:-ms-input-placeholder, .form__item textarea:-ms-input-placeholder {
  color: rgba(48, 53, 53, 0.5);
  -ms-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.form__item input::-ms-input-placeholder, .form__item textarea::-ms-input-placeholder {
  color: rgba(48, 53, 53, 0.5);
  -ms-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.form__item input::placeholder,
.form__item textarea::placeholder {
  color: rgba(48, 53, 53, 0.5);
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.form__item input:hover,
.form__item textarea:hover {
  border-color: #303535;
}

.form__item input:focus,
.form__item input:active,
.form__item input:focus-within,
.form__item textarea:focus,
.form__item textarea:active,
.form__item textarea:focus-within {
  border-color: #303535;
}

.form__item_row {
  grid-column: 1/3;
}

.form__item textarea {
  resize: none;
  height: 1.5rem;
}

.form__item.disabled input {
  background-color: rgba(48, 53, 53, 0.1);
  border-color: rgba(48, 53, 53, 0.1);
}

.form__item.valid input {
  border-color: #303535;
}

.form__item.invalid {
  color: #EE402D;
}

.form__item.invalid input {
  color: #EE402D;
  border-color: #EE402D;
}

.form__item_dropdown .icon-24 {
  opacity: 0.9;
}

.form__item_dropdown .dropdown__btn {
  height: 0.5rem;
}

.form__btn {
  grid-column: 2/3;
  padding-top: 0.15rem;
}

.form__message {
  height: 0.12rem;
  position: absolute;
  font-size: 0.11rem;
  line-height: normal;
  bottom: -0.13rem;
}

.form .date-item__icon {
  right: 0.16rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.form .date-item__icon span::before {
  color: rgba(48, 53, 53, 0.5);
}

.form .date-item .form-control {
  z-index: 2;
  position: relative;
  background-color: #fff;
}

.form .date-item .flatpickr-calendar {
  z-index: 1;
  width: 100%;
  padding: 0.24rem 0.2rem;
  border: 0.01rem solid #303535;
}

.form .date-item .flatpickr-calendar::before,
.form .date-item .flatpickr-calendar::after {
  content: none;
}

.form .date-item .flatpickr-calendar.static {
  top: calc(100% - 0.1rem);
}

.form .date-item .flatpickr-innerContainer {
  overflow: visible;
}

.form .date-item .flatpickr-wrapper {
  width: 100%;
  min-width: 2.75rem;
}

.form .date-item .flatpickr-wrapper .flatpickr-months {
  height: 0.25rem;
  position: relative;
  margin-bottom: 0.05rem;
}

.form .date-item .flatpickr-wrapper .flatpickr-months .flatpickr-month {
  height: 100%;
  width: 100%;
}

.form .date-item .flatpickr-wrapper .flatpickr-current-month {
  padding-top: 0;
  border-radius: 0.05rem;
  border: 0.01rem solid #303535;
  height: 100%;
  width: 100%;
  left: 0;
  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;
  right: 0;
}

.form .date-item .flatpickr-wrapper .flatpickr-months .flatpickr-prev-month svg,
.form .date-item .flatpickr-wrapper .flatpickr-months .flatpickr-next-month svg {
  width: 0.12rem;
  height: 0.12rem;
}

.form .date-item .flatpickr-wrapper .numInputWrapper {
  display: none;
}

.form .date-item .flatpickr-wrapper .cur-month {
  margin-left: 0;
  font-size: var(--txt-sm);
  color: #303535;
  font-weight: 500;
}

.form .date-item .flatpickr-wrapper .dayContainer,
.form .date-item .flatpickr-wrapper .flatpickr-weekdaycontainer {
  display: grid;
  grid-template-columns: repeat(7, 0.3rem);
  gap: 0.05rem;
}

.form .date-item .flatpickr-wrapper .flatpickr-weekdaycontainer {
  grid-template-rows: repeat(auto-fit, 0.18rem);
}

.form .date-item .flatpickr-wrapper .flatpickr-rContainer {
  width: 100%;
}

.form .date-item .flatpickr-wrapper .flatpickr-weekdays {
  height: auto;
}

.form .date-item .flatpickr-wrapper .flatpickr-weekdays .flatpickr-weekday {
  color: #6E7781;
  text-align: center;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.form .date-item .flatpickr-wrapper .flatpickr-weekdays span.flatpickr-weekday {
  width: 0.3rem;
  height: 0.18rem;
  max-width: 100%;
  line-height: normal;
  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;
}

.form .date-item .flatpickr-wrapper .dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  grid-template-rows: repeat(auto-fit, 0.3rem);
}

.form .date-item .flatpickr-wrapper .flatpickr-rContainer {
  overflow: visible;
}

.form .date-item .flatpickr-wrapper .flatpickr-days {
  width: 100%;
  overflow: visible;
}

.form .date-item .flatpickr-wrapper .flatpickr-day {
  border: none;
  width: 0.3rem;
  height: 0.3rem;
  max-width: 100%;
  line-height: normal;
  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;
  color: #2D3536;
  text-align: center;
  font-size: var(--txt-sm);
  font-style: normal;
  font-weight: 400;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.form .date-item .flatpickr-wrapper .flatpickr-day:hover {
  background-color: #EEF6FF;
}

.form .date-item .flatpickr-wrapper .flatpickr-day.prevMonthDay,
.form .date-item .flatpickr-wrapper .flatpickr-day.nextMonthDay,
.form .date-item .flatpickr-wrapper .flatpickr-day.flatpickr-disabled {
  color: #2D3536;
  opacity: 0.5;
}

.form .date-item .flatpickr-wrapper .flatpickr-day.selected {
  font-weight: 500;
  background-color: #9AC5EF;
}

.form .date-item .flatpickr-wrapper .flatpickr-prev-month,
.form .date-item .flatpickr-wrapper .flatpickr-next-month {
  padding: 0;
  width: 0.24rem;
  height: 0.24rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-doctor .date-item .form-control {
  background-color: #EEF6FF;
}

.form-doctor .date-item .form-control.active {
  background-color: #fff;
}

.form .btn__spinner {
  height: 0.24rem;
  width: 0.24rem;
}

.form-consultation {
  grid-template-columns: repeat(3, 1fr);
}

.form-consultation .form__btn {
  grid-column: 3/4;
  margin-left: auto;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 0.2rem;
  height: 0;
  overflow: hidden;
  z-index: 1;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.dropdown {
  position: relative;
  width: auto;
  min-width: 1.22rem;
}

.dropdown__list {
  max-height: 2rem;
  overflow-y: scroll;
}

.dropdown__content {
  top: calc(100% - 0.08rem);
  position: absolute;
  padding: 0.07rem 0.16rem 0.14rem;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 100%;
  border: 0.01rem solid #303535;
}

.dropdown__item {
  margin-bottom: 0.1rem;
  font-size: var(--txt-sm);
  line-height: normal;
  cursor: pointer;
  width: auto;
  position: relative;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.dropdown__item:first-child {
  margin-top: 0.04rem;
}

.dropdown__item:last-child {
  margin-bottom: 0;
}

.dropdown__item span {
  padding: 0.04rem;
}

.dropdown__item.active {
  pointer-events: none;
  font-weight: 500;
}

.dropdown__item.active span {
  border-radius: 0.05rem;
  background-color: #CAE3FB;
}

.dropdown__btn {
  cursor: pointer;
  padding: 0.12rem;
  height: 0.5rem;
  text-align: center;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.01rem solid rgba(48, 53, 53, 0.5);
  border-radius: 0.05rem;
}

.dropdown__btn .icon-down {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.35s linear;
  transition: -webkit-transform 0.35s linear;
  transition: transform 0.35s linear;
  transition: transform 0.35s linear, -webkit-transform 0.35s linear;
}

.dropdown__active {
  font-weight: 700;
  text-align: center;
}

.dropdown.active .dropdown__btn .icon-down {
  -webkit-transform: scale(1, -1) translateY(0.04rem);
      -ms-transform: scale(1, -1) translateY(0.04rem);
          transform: scale(1, -1) translateY(0.04rem);
}

.dropdown.active .dropdown__content {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}

.doctor-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.doctor-card__photo {
  height: 4.28rem;
}

.doctor-card__photo .image {
  width: 100%;
  height: 100%;
}

.doctor-card__photo .image img {
  z-index: -1;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.doctor-card__photo .image img:first-child {
  z-index: 2;
}

.doctor-card__info {
  z-index: 3;
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.45);
  -webkit-box-shadow: 0 0.05rem 0.1rem 0 rgba(255, 255, 255, 0.2) inset, 0 0.04rem 0.04rem 0 rgba(0, 0, 0, 0.1) inset, 0 0.035rem 0.035rem 0 rgba(255, 255, 255, 0.35) inset, 0 -0.05rem 0.1rem 0 rgba(255, 255, 255, 0.2) inset, 0 -0.035rem 0.1rem 0 rgba(255, 255, 255, 0.35) inset, 0 0.1rem 0.15rem 0 rgba(135, 135, 135, 0.1);
          box-shadow: 0 0.05rem 0.1rem 0 rgba(255, 255, 255, 0.2) inset, 0 0.04rem 0.04rem 0 rgba(0, 0, 0, 0.1) inset, 0 0.035rem 0.035rem 0 rgba(255, 255, 255, 0.35) inset, 0 -0.05rem 0.1rem 0 rgba(255, 255, 255, 0.2) inset, 0 -0.035rem 0.1rem 0 rgba(255, 255, 255, 0.35) inset, 0 0.1rem 0.15rem 0 rgba(135, 135, 135, 0.1);
  -webkit-backdrop-filter: blur(0.05rem);
          backdrop-filter: blur(0.05rem);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0) translateZ(0);
          transform: translate3d(0, 0, 0) translateZ(0);
  padding: 0.24rem 0.16rem;
  -webkit-transform: translate3d(0, 0, 0) translateZ(0) translateY(-0.24rem);
          transform: translate3d(0, 0, 0) translateZ(0) translateY(-0.24rem);
}

.doctor-card:hover .image img:first-child {
  opacity: 0;
}

.card {
  border-radius: 0.1rem;
  border: 0.01rem solid #131313;
  padding: 0.24rem 0.24rem 0.4rem;
  text-decoration: none;
}

a.card {
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

a.card:hover {
  background-color: rgba(238, 246, 255, 0.6);
  border-color: rgba(238, 246, 255, 0.6);
}

.powered-by {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}

.powered-by__text {
  font-weight: 500;
  font-size: 0.14rem;
  line-height: normal;
  margin-right: 0.1rem;
}

.powered-by__logo {
  width: 1.25rem;
  height: 0.25rem;
}

.powered-by:hover {
  color: #FFFFFF;
}

.powered-by:hover .path {
  fill: #FFFFFF;
}

.powered-by:hover .letter {
  stroke: #FFFFFF;
}

.info-banner__content {
  padding: 0.6rem 0.85rem;
  height: 100%;
}

.info-banner__content * {
  position: relative;
  z-index: 1;
}

.info-banner__content p {
  margin-top: 0.14rem;
  padding-left: 0.2rem;
  font-size: var(--txt-lg);
}

.info-banner__image {
  height: 3.45rem;
}

.info-banner__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.info-banner .tooth-bg {
  position: absolute;
  left: -0.5rem;
  bottom: -1.75rem;
  width: 5.3rem;
  height: 3.2rem;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.step-item {
  min-height: 1.5rem;
  height: 100%;
  padding: 0.36rem 0.32rem 0.18rem 0.45rem;
  border: 1px solid #303535;
}

.step-item .number {
  top: -0.05rem;
  left: -0.2rem;
  line-height: normal;
  font-size: 0.64rem;
  z-index: -1;
}

.step-item h5 {
  margin-bottom: 0.16rem;
}

.step-item .switch-btn {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: 1px solid #303535;
  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;
  position: relative;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  z-index: 2;
}

.step-item .switch-btn:hover {
  background-color: #CAE3FB;
}

.step-item .switch-btn::before,
.step-item .switch-btn::after {
  content: "";
  position: absolute;
  width: 0.01rem;
  height: 0.1rem;
  background: #303535;
}

.step-item .switch-btn::before {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.step-item .switch-btn::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.step-item__content {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  padding: 0.12rem 0.6rem 0.12rem 0.24rem;
  top: -1px;
  bottom: -1px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.step-item.active .switch-btn::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.step-item.active .step-item__content {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.video-wrapper {
  position: relative;
}

.video-wrapper .glass {
  z-index: 3;
}

.video-wrapper button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  z-index: 3;
  background-color: transparent;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  border-radius: 50%;
  overflow: hidden;
}

.video-wrapper button:hover {
  background-color: red;
}

.video-wrapper.active button,
.video-wrapper.active .video-preview {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.video-preview {
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.category-benefits .col-lg-4 {
  margin-bottom: 0.2rem;
}

.category-benefits__item {
  padding: 0.28rem 0.2rem;
  height: 100%;
  display: grid;
  width: 100%;
  grid-template-columns: 0.48rem 1fr;
  -webkit-column-gap: 0.12rem;
     -moz-column-gap: 0.12rem;
          column-gap: 0.12rem;
}

.category-benefits__icon {
  height: 0.48rem;
}

.category-price {
  padding: 0.32rem 0.2rem;
  border: 1px solid #CAE3FB;
}

.category-price__wrapper [data-category-price]:not(:nth-child(1)):not(:nth-child(2)) {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.category-price__row {
  padding-bottom: 0.1rem;
  margin-bottom: 0.24rem;
  border-bottom: 1px solid #303535;
  display: grid;
  grid-template-columns: 75% auto;
  -webkit-column-gap: 0.16rem;
     -moz-column-gap: 0.16rem;
          column-gap: 0.16rem;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.serviceItem-price__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.serviceItem-price__col {
  border-top: 1px solid #878787;
  border-bottom: 1px solid #878787;
}

.serviceItem-price__col:first-child {
  border-left: 1px solid #878787;
  border-top-left-radius: 0.2rem;
  border-right: 1px solid #878787;
}

.serviceItem-price__col:nth-child(2) {
  border-right: 1px solid #878787;
}

.serviceItem-price__col:nth-child(4) {
  border-right: 1px solid #878787;
  border-top-right-radius: 0.2rem;
  border-left: 1px solid #878787;
}

.serviceItem-price__cell {
  padding: 0.16rem 0.24rem;
  border-bottom: 1px solid #878787;
  text-align: center;
  height: 1.28rem;
  font-size: var(--txt-m);
}

.serviceItem-price__cell:last-child {
  border-bottom: none;
}

.serviceItem-price__cell .image {
  height: 100%;
  width: 100%;
}

.serviceItem-price__row {
  padding: 0.24rem 0;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.types-table {
  padding: 0 0.4rem;
}

.types-table__row {
  padding: 0.4rem 0 0.24rem;
  display: grid;
  -webkit-column-gap: 0.48rem;
     -moz-column-gap: 0.48rem;
          column-gap: 0.48rem;
  grid-template-columns: 2.45rem 1.7rem 1fr;
}

.types-table__row_2 {
  grid-template-columns: 42% 1fr;
}

.types-table__row:not(:last-child) {
  border-bottom: 1px solid rgb(0, 0, 0);
}

.types-table__row .image {
  width: 100%;
  border-radius: 0.1rem;
}

.types-table__row .image.photo {
  height: 1.22rem;
}

.types-table__row .logo {
  background-color: #fff;
  height: 0.58rem;
  width: 100%;
  border-radius: 0.1rem;
  padding: 0.1rem;
  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;
}

.types-table__row .logo img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.table .outline {
  top: -0.45rem;
}

.table .outline + div {
  display: none;
}

.table__header {
  grid-template-columns: repeat(2, minmax(2rem, 1fr));
  display: grid;
  height: 1.2rem;
}

.table__header div {
  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;
  height: 100%;
  width: 100%;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  background-color: #CAE3FB;
  pointer-events: none;
}

.table__cell {
  padding: 0.16rem;
  height: 2rem;
  overflow-y: auto;
  overflow-x: hidden;
  border: 0.01rem solid #878787;
  border-top: none;
}

.table__cell div {
  padding-left: 0.23rem;
  position: relative;
}

.table__cell div::before {
  width: 0.15rem;
  height: 0.15rem;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #CAE3FB;
}

.table__row {
  grid-template-columns: repeat(2, minmax(2rem, 1fr));
  display: grid;
}

.table__row .table__col.min:first-child .table__cell {
  border-right: none;
}

.table__row .table__col.min:last-child .table__cell {
  border-left: none;
}

.table_no-number .table__row {
  grid-template-columns: repeat(2, minmax(2rem, 1fr));
}

.table_no-number .table__header {
  margin-left: 0;
}

.arrowBtn {
  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: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid rgb(48, 53, 53);
}

.arrowBtn:hover {
  background-color: #CAE3FB;
}

.section {
  padding: var(--section-padding) 0;
  max-width: 100vw;
}

.section__intro {
  padding: 0.32rem 0;
}

.section__intro .image {
  width: 100%;
  min-height: 3.5rem;
  height: 100%;
}

.section__intro .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.section__intro .intro-card {
  padding: 0.5rem 0.64rem;
  border: 1px solid rgb(154, 197, 239);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section__intro .intro-card h3,
.section__intro .intro-card h4,
.section__intro .intro-card h5 {
  font-family: "Unbounded";
  margin-bottom: 0.16rem;
}

.section__intro .intro-card p {
  font-weight: 500;
  font-size: var(--txt-lg);
  line-height: 0.24rem;
  margin-bottom: 0.16rem;
}

.section__intro .intro-card li {
  padding-left: 0.25rem;
  position: relative;
  margin-bottom: 0.24rem;
}

.section__intro .intro-card li:last-child {
  margin-bottom: 0;
}

.section__intro .intro-card li::before {
  width: 0.15rem;
  height: 0.15rem;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #CAE3FB;
}

.section__title {
  font-size: 0.96rem;
  line-height: normal;
}

.section__title .outline {
  color: #fff;
  left: -0.1rem;
  bottom: -0.1rem;
  z-index: -1;
  white-space: nowrap;
  text-shadow: -0.01rem -0.01rem 0 rgba(48, 53, 53, 0.1), 0.01rem -0.01rem 0 rgba(48, 53, 53, 0.1), -0.01rem 0.01rem 0 rgba(48, 53, 53, 0.1), 0.01rem 0.01rem 0 rgba(48, 53, 53, 0.1);
}

.section__title .outline.top {
  bottom: auto;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section__main-screen {
  padding-top: 1.1rem;
}

.form-section {
  padding: 0.55rem;
  overflow: hidden;
  background-color: #CAE3FB;
}

.form-section .form {
  max-width: 5.95rem;
  margin: 0 auto;
}

.form-section .title {
  position: relative;
  z-index: 1;
}

.form-section .title + div {
  z-index: 1;
}

.form-section .tooth-bg {
  position: absolute;
  width: 5.3rem;
  height: 3.2rem;
  left: -0.5rem;
  bottom: -0.5rem;
  z-index: 0;
}

.form-section .date-item .form-control {
  background-color: #CAE3FB;
}

.team__slider .swiper-wrapper {
  padding-bottom: 1rem;
}

.team__slider .swiper-navigation {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}

.team img {
  -o-object-fit: cover;
     object-fit: cover;
}

.results .swiper-button-lock {
  opacity: 0.5;
}

.results__images {
  width: calc(100% - 0.2rem);
}

.results__images .image {
  height: 4.66rem;
}

.results__before,
.results__after {
  width: 50%;
}

.results__before .swiper-navigation,
.results__after .swiper-navigation {
  padding: 0 0.1rem;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.results__before .swiper-navigation button,
.results__after .swiper-navigation button {
  width: 0.2rem;
  height: 0.2rem;
  background-color: #CAE3FB;
}

.results__before .swiper-navigation button span,
.results__after .swiper-navigation button span {
  font-size: 0.08rem;
  line-height: 0.08rem;
}

.results__description {
  height: 100%;
  padding: 0.32rem 0.2rem 0.32rem 0;
}

.results__description::before {
  width: calc(100% + 0.2rem);
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0.2rem;
  border: 0.01rem solid #CAE3FB;
  content: "";
  position: absolute;
}

.history .row {
  margin-bottom: 0.7rem;
}

.history .swiper-wrapper {
  padding-bottom: 0.5rem;
}

.history__item {
  cursor: pointer;
}

.history__item .image {
  height: 2.33rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.history__item .glass {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.history__item:hover .glass {
  opacity: 1;
}

.main-page {
  padding-top: calc(var(--header-height) + 0.18rem);
}

.main-page .video {
  pointer-events: none;
}

.main-page .history__item.active .video {
  pointer-events: auto;
  z-index: 5;
}

.main-page .main-screen__header {
  margin-bottom: 0.9rem;
}

.main-page .main-screen__header > .col-md-7 {
  position: relative;
}

.no-webp .main-page .main-screen__header > .col-md-7::before{
  background: url("../img/teeth.png") no-repeat center/contain; }

.main-page .main-screen__header > .col-md-7::before {
  width: 6.7rem;
  height: 4.6rem;
  top: 50%;
  left: 0.7rem;
  content: "";
  position: absolute;
  z-index: -1;
}

.main-page .main-screen__header .btn {
  padding: 0 0.2rem;
}

.main-page .main-screen button + a {
  display: none;
}

.main-page .main-screen__banner {
  height: 3.2rem;
}

.main-page .main-screen__banners .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.04rem;
  background-color: #fff;
  opacity: 0.7;
  border-radius: 0.02rem;
  margin: 0 0.05rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-page .main-screen__banners .swiper-pagination-bullet-active {
  width: 0.35rem;
  background-color: #CAE3FB;
  opacity: 1;
}

.main-page .main-screen__banners .swiper-navigation {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-page .main-screen__banners .swiper-navigation button {
  border-radius: 0.2rem 0.2rem 0 0;
  border: none;
  background-color: #CAE3FB;
  margin: 0;
}

.main-page .about__content {
  margin-bottom: 0.38rem;
}

.main-page .about__content p {
  margin-bottom: 0.2rem;
}

.main-page .about__content + .flex {
  margin-bottom: 0.48rem;
}

.main-page .about__descr {
  max-width: 2.1rem;
}

.main-page .about__descr:first-child {
  margin-right: 0.8rem;
}

.main-page .about__descr h3 {
  margin-bottom: 0.04rem;
}

.main-page .about__image .glass {
  z-index: 5;
  bottom: 0;
  right: 0.2rem;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

.main-page .laboratory .tooth-bg {
  height: 3.2rem;
  width: 5rem;
  bottom: 0;
  -webkit-transform: translateY(45%) scale(-1, -1) rotate(35deg);
      -ms-transform: translateY(45%) scale(-1, -1) rotate(35deg);
          transform: translateY(45%) scale(-1, -1) rotate(35deg);
  right: 20%;
}

.main-page .laboratory .image {
  height: 100%;
}

.main-page .laboratory .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.main-page .why .row {
  margin-bottom: 0.8rem;
}

.main-page .why .section__title {
  margin-bottom: 0.7rem;
}

.main-page .why .swiper-slide {
  border-radius: 0.2rem;
  overflow: hidden;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.main-page .why__item {
  padding: 0.35rem 0.45rem;
  border: 0.01rem solid #303535;
  height: 100%;
}

.main-page .why__item .number {
  font-size: 0.64rem;
  line-height: normal;
  top: 0;
  left: -0.17rem;
  color: #CAE3FB;
  z-index: -1;
}

.main-page .why .swiper-slide {
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.main-page .why .image {
  height: 0;
  padding-bottom: 56.25%;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.main-page .why .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.main-page .why .swiper-navigation {
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.main-page .why .glass {
  right: 0;
  -webkit-transform: translateX(35%) translateY(60%);
      -ms-transform: translateX(35%) translateY(60%);
          transform: translateX(35%) translateY(60%);
  z-index: 2;
  width: calc(100% - 1.5rem);
  padding: 0.4rem;
  text-align: center;
}

.main-page .benefits .image {
  height: 3.9rem;
  width: 100%;
}

.main-page .benefits .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.main-page .benefits__image {
  position: sticky;
  top: 0.35rem;
}

.main-page .benefits__wrapper {
  padding-left: 0.8rem;
}

.main-page .benefits__item .title::before {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #CAE3FB;
  top: 0;
  left: -0.16rem;
  -webkit-transform: translate(-100%, 0.05rem);
      -ms-transform: translate(-100%, 0.05rem);
          transform: translate(-100%, 0.05rem);
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: -1;
}

.main-page .benefits__item:nth-child(2) .title::before {
  width: 0.62rem;
  height: 0.62rem;
  left: -0.31rem;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.main-page .benefits .glass {
  left: 0.3rem;
}

.main-page .benefits .tooth-bg {
  width: 4.2rem;
  height: 2.8rem;
  bottom: 0.05rem;
  left: 0.3rem;
  z-index: -1;
}

.main-page .reviews__slider {
  padding: 0.24rem 0 1rem;
}

.main-page .articles {
  padding-bottom: 1rem;
}

.main-page .articles__slider .swiper {
  padding: 0.1rem 0 1rem;
}

.main-page .articles__slider .swiper-navigation {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service-item-page-main .services__items,
.main-page .services__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}

.service-item-page-main .services__item,
.main-page .services__item {
  min-height: 2.46rem;
}

.service-item-page-main .services__item:nth-child(2),
.service-item-page-main .services__item:last-child,
.main-page .services__item:nth-child(2),
.main-page .services__item:last-child {
  grid-column: 2/4;
}

.service-item-page-main .services__item:nth-child(6),
.main-page .services__item:nth-child(6) {
  grid-column: 1/3;
}

.service-item-page-main .services-item,
.main-page .services-item {
  padding: 0.18rem;
  background-color: #EEF6FF;
  width: 100%;
  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;
  border: 1px solid #EEF6FF;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(158, 158, 158, 0);
          box-shadow: 0px 10px 10px 0px rgba(158, 158, 158, 0);
}

.service-item-page-main .services-item:hover,
.main-page .services-item:hover {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(158, 158, 158, 0.12);
          box-shadow: 0px 10px 10px 0px rgba(158, 158, 158, 0.12);
  border-color: #9AC5EF;
  background-color: #fff;
}

.service-item-page-main .services-item:hover .services-item__btn,
.main-page .services-item:hover .services-item__btn {
  border-color: #9AC5EF;
  background-color: #9AC5EF;
}

.service-item-page-main .services-item__icon,
.main-page .services-item__icon {
  margin-right: 0.08rem;
}

.service-item-page-main .services-item__btn,
.main-page .services-item__btn {
  margin-top: auto;
  margin-left: auto;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  border: 0.01rem solid #303535;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: all 0.35s linear;
  transition: all 0.35s linear;
  background-color: #EEF6FF;
  color: #303535;
}

.service-item-page-main .services-item__btn span,
.main-page .services-item__btn span {
  color: #303535;
}

.service-item-page-main .services-item__btn span::before,
.main-page .services-item__btn span::before {
  color: #303535;
}

.service-item-page-main .services-item__descr,
.main-page .services-item__descr {
  padding-left: 0.2rem;
}

.map {
  height: 4.4rem;
}

.price-page .price {
  min-height: 100vh;
}

.price-page .price .row {
  margin-bottom: 0.65rem;
}

.price-page .price__text {
  padding-left: 0.85rem;
}

.price-page .price-item {
  margin-bottom: 0.08rem;
  overflow: hidden;
}

.price-page .price-item__header {
  border-radius: 0.1rem;
  background-color: #EEF6FF;
  padding: 0.12rem 0.24rem;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(135, 135, 135, 0);
          box-shadow: 0 0.1rem 0.1rem 0 rgba(135, 135, 135, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.price-page .price-item__header:hover {
  background-color: #CAE3FB;
}

.price-page .price-item__header button {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.price-page .price-item__header button span {
  color: #303535;
}

.price-page .price-item__header button span::before {
  color: #303535;
}

.price-page .price-item__header.active {
  background-color: #FFFEFE;
  border-color: #CAE3FB;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(135, 135, 135, 0.1);
          box-shadow: 0 0.1rem 0.1rem 0 rgba(135, 135, 135, 0.1);
}

.price-page .price-item__header.active button {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.price-page .price-item__header.active + .accordion__content {
  margin: 0.24rem 0;
}

.price-page .price-item__icon {
  margin-right: 0.16rem;
}

.price-page .price-item .item {
  margin-bottom: 0.25rem;
  padding-bottom: 0.16rem;
  border-bottom: 0.01rem solid #303535;
}

.price-page .price-item .item button {
  font-weight: 500;
  font-family: Montserrat;
  margin-left: 0.55rem;
}

.doctors-page .doctors .row:first-child {
  margin-bottom: 0.65rem;
}

.doctors-page .doctors__items .col-md-6 {
  margin-bottom: 0.08rem;
}

.doctors-page .doctors .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts-page h1 {
  white-space: normal;
}

.contacts-page .section__title {
  margin-bottom: 0.6rem;
}

.contacts-page .section__title .outline {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contacts-page .contacts-list__icon {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #CAE3FB;
}

.contacts-page .map {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.contacts-page .map iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.doctor__photo {
  position: sticky;
  top: calc(var(--header-height) + 0.18rem);
}

.doctor__photo .image {
  height: 5.4rem;
}

.doctor__photo .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.doctor__content {
  padding-left: 0.3rem;
}

.doctor__descr .item {
  display: grid;
  -webkit-column-gap: 0.63rem;
     -moz-column-gap: 0.63rem;
          column-gap: 0.63rem;
  margin-bottom: 0.12rem;
  grid-template-columns: 1.47rem 1fr;
}

.doctor .text-block__row {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 0.14rem;
     -moz-column-gap: 0.14rem;
          column-gap: 0.14rem;
  margin-bottom: 0.2rem;
}

.doctor__form {
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}

.doctor__form .col-lg-5 > div {
  padding: 0.5rem 0.6rem;
  border-radius: 0.1rem;
  background-color: #fff;
  border: 0.01rem solid #9AC5EF;
  height: 100%;
}

.doctor-form {
  padding: 0.5rem 0.6rem;
  border-radius: 0.1rem;
  background-color: #EEF6FF;
}

.service-item__menu {
  position: sticky;
  top: calc(var(--header-height) + 0.18rem);
}

.service-item__link {
  padding: 0.12rem 0.2rem;
  background-color: #EEF6FF;
  border: 1px solid #EEF6FF;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(158, 158, 158, 0);
          box-shadow: 0px 10px 10px 0px rgba(158, 158, 158, 0);
  margin-bottom: 0.1rem;
  min-height: 0.8rem;
}

.service-item__link:hover {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(158, 158, 158, 0.12);
          box-shadow: 0px 10px 10px 0px rgba(158, 158, 158, 0.12);
  border-color: #9AC5EF;
  background-color: #fff;
}

.service-item__link:hover button {
  border-color: #9AC5EF;
  background-color: #9AC5EF;
}

.service-item__link.active {
  background-color: #CAE3FB;
  font-weight: 600;
  pointer-events: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-item__link.active button {
  display: none;
  margin-left: 0;
}

.service-item__link button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.1rem;
}

.service-item__info .video,
.service-item__info .video + div {
  margin-bottom: 0.65rem;
}

.service-item h2 {
  font-family: Unbounded;
  margin-bottom: 0.4rem;
}

.service-item__content h2 {
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}

.service-item__content h2:first-child {
  margin-top: 0.5rem;
}

.service-item__content p {
  margin-bottom: 0.4rem;
}

.service-item__content h3,
.service-item__content h4 {
  font-size: var(--txt-lg);
}

.service-item__content h3 {
  margin: 0.32rem 0 0.12rem;
  font-weight: 600;
}

.service-item__content h4 {
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.service-item__content ul {
  padding-left: 0.25rem;
  margin: 0.25rem 0;
}

.service-item__content ul li {
  margin-bottom: 0.05rem;
  list-style: disc;
}

.service-item__content ul li,
.service-item__content ol li {
  list-style-position: inside;
}

.service-item__content img {
  height: 4rem;
  border-radius: 0.2rem;
  overflow: hidden;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin-bottom: 0.32rem;
}

.service-item-price {
  padding: 0.4rem 0.5rem;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0.05rem rgba(217, 217, 217, 0.1);
          box-shadow: 0 0.1rem 0.1rem 0.05rem rgba(217, 217, 217, 0.1);
  border: 0.01rem solid #9AC5EF;
}

.service-item-price__row {
  display: grid;
  grid-template-columns: 74.33% 1fr;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  padding-bottom: 0.1rem;
  border-bottom: 0.01rem solid #303535;
  margin-bottom: 0.25rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.service-item-price__row div:last-child {
  text-align: right;
}

.service-item-accordion__header {
  height: 0.72rem;
}

.service-item-accordion__content .item {
  padding: 0.16rem 0.24rem;
}

.main-screen {
  padding: 0.75rem 0;
}

.main-screen h1 {
  line-height: normal;
}

.main-screen h1 + div {
  max-width: 5.05rem;
}

.main-screen__btns {
  margin-top: 0.44rem;
}

.main-screen__btns button {
  margin-right: 0.24rem;
}

.main-screen__btns .messenger {
  margin: 0 0.04rem;
  border: 1px solid #303535;
  border-radius: 0.3rem;
  width: 0.72rem;
  height: 0.48rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}

.main-screen__btns .messenger svg {
  width: 0.24rem;
  height: 0.24rem;
  display: block;
}

.main-screen__btns .messenger:last-child {
  margin-right: 0;
}

.serviceItem-page .main-screen .section__title h1 span {
  color: #9AC5EF;
}

.serviceItem-page .main-screen__image {
  height: 100%;
  min-height: 4.11rem;
}

.serviceItem-page .main-screen__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.serviceItem-page .main-screen__content {
  padding: 0.48rem 0.54rem;
  border: 1px solid #9AC5EF;
  min-height: 4.1rem;
}

.serviceItem-page .main-screen__content ul {
  margin-bottom: 0.08rem;
}

.serviceItem-page .main-screen__content ul li {
  padding-left: 0.24rem;
  position: relative;
  margin-bottom: 0.24rem;
}

.serviceItem-page .main-screen__content ul li::before {
  width: 0.15rem;
  height: 0.15rem;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #CAE3FB;
}

.serviceItem-page .benefits .image {
  height: 3.9rem;
  width: 100%;
}

.serviceItem-page .benefits .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.serviceItem-page .benefits__image {
  position: sticky;
  top: 0.35rem;
}

.serviceItem-page .benefits__wrapper {
  padding-left: 0.8rem;
}

.serviceItem-page .benefits__item .title::before {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #CAE3FB;
  top: 0;
  left: -0.16rem;
  -webkit-transform: translate(-100%, 0.05rem);
      -ms-transform: translate(-100%, 0.05rem);
          transform: translate(-100%, 0.05rem);
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: -1;
}

.serviceItem-page .benefits__item:nth-child(2) .title::before {
  width: 0.62rem;
  height: 0.62rem;
  left: -0.31rem;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.serviceItem-page .benefits .glass {
  left: 0.3rem;
}

.serviceItem-page .benefits .tooth-bg {
  width: 4.2rem;
  height: 2.8rem;
  bottom: 0.05rem;
  left: 0.3rem;
  z-index: -1;
}

.serviceItem-page .type-section__content {
  padding: 0.4rem 0.24rem;
  border: 1px solid #CAE3FB;
}

.serviceItem-page .type-section__content h2,
.serviceItem-page .type-section__content h3,
.serviceItem-page .type-section__content h4,
.serviceItem-page .type-section__content h5,
.serviceItem-page .type-section__content h6,
.serviceItem-page .type-section__content p {
  margin-bottom: 0.24rem;
}

.serviceItem-page .type-section__content h2:last-child,
.serviceItem-page .type-section__content h3:last-child,
.serviceItem-page .type-section__content h4:last-child,
.serviceItem-page .type-section__content h5:last-child,
.serviceItem-page .type-section__content h6:last-child,
.serviceItem-page .type-section__content p:last-child {
  margin-bottom: 0;
}

.serviceItem-page .type-section__content p {
  font-size: var(--txt-m);
}

.serviceItem-page .type-section ul {
  margin-top: 0.7rem;
}

.serviceItem-page .type-section li {
  height: 0.4rem;
  margin-right: 0.4rem;
}

.serviceItem-page .type-section li img {
  max-height: 100%;
}

.serviceItem-page .type-section .flex.--wrap {
  row-gap: 0.4rem;
}

.serviceItem-page .section__intro + .section__callback {
  padding-top: 0.4rem;
}

.serviceItem-page .section__benefits {
  overflow: clip;
}

.serviceItem-page .section__benefits .pos-s {
  top: calc(var(--header-height) + 0.2rem);
}

.serviceItem-page .section__benefits .tooth-bg {
  width: 4.2rem;
  height: 2.8rem;
  left: 0.2rem;
  bottom: 0;
  -webkit-transform: translateY(80%);
      -ms-transform: translateY(80%);
          transform: translateY(80%);
}

.serviceItem-page .section__benefits .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.serviceItem-page .laboratory .laboratory-section__image {
  height: 2.84rem;
}

.foreign__map .image {
  width: 100%;
  height: 5.37rem;
}

.foreign__map .image picture {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.foreign__map .countries {
  display: none;
}

.foreign__map .countries li {
  font-size: 0.18rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.foreign__map .countries li span {
  display: block;
  position: relative;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #9ac5ef;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 0.08rem;
}

.foreign-services__item {
  padding: 0.18rem;
  background: #eef6ff;
  border-radius: 0.2rem;
  border: 1px solid #eef6ff;
  -webkit-transition: background 0.35s linear, border 0.35s linear, -webkit-box-shadow 0.35s linear;
  transition: background 0.35s linear, border 0.35s linear, -webkit-box-shadow 0.35s linear;
  transition: background 0.35s linear, border 0.35s linear, box-shadow 0.35s linear;
  transition: background 0.35s linear, border 0.35s linear, box-shadow 0.35s linear, -webkit-box-shadow 0.35s linear;
  height: 100%;
}

.foreign-services__item .services-item__icon {
  margin-right: 0.1rem;
}

.foreign__main-screen .swiper-pagination-bullet {
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.foreign__main-screen .messenger:hover {
  background-color: #CAE3FB;
}

.foreign__main-screen .foreign-pagination {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  margin: 0 auto;
}

.foreign__main-screen .swiper-pagination-bullet {
  width: 0.28rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  background-color: #cae3fb;
  opacity: 1;
}

.foreign__main-screen .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.44rem;
  background-color: #9ac5ef;
}

.foreign__main-screen .foreign-promo__slider {
  min-width: 0;
}

.foreign__main-screen .foreign-promo {
  height: 3.9rem;
  width: 100%;
  min-width: 0 !important;
  position: relative;
}

.foreign__main-screen .foreign-promo .swiper-button-disable {
  background: rgba(255, 255, 255, 0.4) !important;
  pointer-events: none;
}

.foreign__main-screen .foreign-promo .image {
  width: 50%;
  height: 3.9rem;
  border-radius: 0.2rem;
  overflow: hidden;
}

.foreign__main-screen .foreign-promo .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.foreign__main-screen .foreign-promo-prev,
.foreign__main-screen .foreign-promo-next {
  position: absolute;
  top: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background: #cae3fb;
  z-index: 10;
  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;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.foreign__main-screen .foreign-promo-prev span,
.foreign__main-screen .foreign-promo-next span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.foreign__main-screen .foreign-promo-next {
  left: auto;
  right: 0;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.foreign__main-screen .foreign-promo-next span {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.foreign-page .benefits .image {
  height: 3.9rem;
  width: 100%;
}

.foreign-page .benefits .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.foreign-page .benefits__image {
  position: sticky;
  top: 0.35rem;
}

.foreign-page .benefits__wrapper {
  padding-left: 0.8rem;
}

.foreign-page .benefits__item .title::before {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #CAE3FB;
  top: 0;
  left: -0.16rem;
  -webkit-transform: translate(-100%, 0.05rem);
      -ms-transform: translate(-100%, 0.05rem);
          transform: translate(-100%, 0.05rem);
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: -1;
}

.foreign-page .benefits__item:nth-child(2) .title::before {
  width: 0.62rem;
  height: 0.62rem;
  left: -0.31rem;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.foreign-page .benefits .glass {
  left: 0.3rem;
}

.foreign-page .benefits .tooth-bg {
  width: 4.2rem;
  height: 2.8rem;
  bottom: 0.05rem;
  left: 0.3rem;
  z-index: -1;
}

.foreign-page .section__callback .glass {
  z-index: 20;
  bottom: 0;
  right: 0.14rem;
}

.foreign-page .section__callback .callBackItem {
  padding-top: 0.86rem;
  padding-bottom: 0.86rem;
}

.foreign-page .section__callback .callBackItem .image {
  top: -0.86rem;
  bottom: -0.86rem;
}

.foreign-page .section__callback .callBackItem__content {
  padding-left: 0.64rem;
  padding-right: 0.9rem;
}

.section__test .testItem {
  min-height: 5.8rem;
  height: 5.8rem;
  background: #cae3fb;
}

.section__test .testItem__image .image {
  width: 5.7rem;
  min-height: 5.8rem;
}

.section__test .testItem__content {
  position: relative;
  padding: 1.2rem 0.5rem 0.5rem 0;
}

.section__test .testItem__content a {
  position: relative;
  z-index: 10;
}

.section__test .testItem__content .tooth-bg {
  position: absolute;
  width: 5.3rem;
  height: 3.2rem;
  top: auto;
  bottom: -1.9rem;
  right: 0;
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
}

.foreign-test {
  height: 5.8rem;
  background-color: #cae3fb;
}

.foreign-test .swiper-slide {
  z-index: -100;
}

.foreign-test .swiper-slide-visible {
  z-index: 1;
}

.foreign-test__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.foreign-test .slide-container {
  padding: 0.65rem 0.55rem 0.35rem;
  height: 100%;
}

.foreign-test__question {
  margin-left: 0.48rem;
  position: relative;
}

.foreign-test__question .test-number {
  font-size: var(--txt-lg);
  font-family: "Unbounded";
  position: absolute;
  left: -0.48rem;
}

.foreign-test__question .test-question {
  max-width: 5.3rem;
  width: 5.3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.foreign-test__question .test-question__question {
  font-size: var(--txt-lg);
  font-family: "Unbounded";
  margin-bottom: 0.28rem;
}

.foreign-test__question .test-question__answers {
  max-height: 2.8rem;
  overflow-y: scroll;
  width: 100%;
}

.foreign-test__question .test-question__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #878787;
  border-radius: 0.3rem;
  padding: 0.07rem 0.16rem;
  margin-bottom: 0.08rem;
  cursor: pointer;
}

.foreign-test__question .test-question__answer.active span::before {
  background: #9ac5ef;
}

.foreign-test__question .test-question__answer:last-child {
  margin-bottom: 0;
}

.foreign-test__question .test-question__answer span {
  display: block;
  min-width: 0.24rem;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 0.16rem;
  position: relative;
}

.foreign-test__question .test-question__answer span::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

.foreign-test__image {
  width: 4.7rem;
  height: 4.05rem;
  overflow: hidden;
  border-radius: 0.2rem;
  position: relative;
}

.foreign-test__image .image {
  width: auto;
  height: 100%;
}

.foreign-test__image .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.foreign-test .download-slide__headers .foreign-test__question {
  padding: 0 !important;
}

.foreign-test .download-slide__headers .miss {
  font-size: var(--txt-lg);
}

.foreign-test .download-slide__file {
  width: 100%;
  height: 3.4rem;
  border-radius: 0.2rem;
  border: 1px solid #878787;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}

.foreign-test .download-slide__icon {
  width: 0.48rem;
  height: 0.48rem;
}

.foreign-test__video {
  max-width: 6.3rem;
  margin: 0 auto;
}

.foreign-test__description {
  padding: 0.65rem 0.24rem 0.24rem 1.05rem;
  font-size: 0.24rem;
  font-family: Unbounded;
}

.foreign-test__pagination {
  position: absolute;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  left: 1.05rem !important;
  bottom: 0.42rem !important;
  z-index: 50;
}

.foreign-test__pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.foreign-test__pagination .swiper-pagination-bullet-active {
  background-color: #9ac5ef;
}

.foreign-test__messengers {
  min-width: 5.25rem;
  min-height: 100%;
  background: #eef6ff;
  border-radius: 0.2rem;
  padding: 0.9rem 0.95rem;
}

.foreign-test__messengers ul li {
  width: 100%;
  min-height: 0.48rem;
  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;
  padding: 0.12rem;
  background: #9ac5ef;
  border-radius: 0.3rem;
  margin-bottom: 0.08rem;
  font-family: Unbounded;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  cursor: pointer;
}

.foreign-test__messengers ul li:last-child {
  margin-bottom: 0;
}

.foreign-test__messengers ul li span {
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.08rem;
}

.foreign-test__messengers .policy-check span {
  min-width: 0.32rem;
  height: 0.32rem;
  background: #cbe3fb;
  border-radius: 0.05rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.08rem;
}

.foreign-test__messengers .policy-check span .icon {
  width: 0.24rem;
  height: 0.24rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.foreign-test__messengers .policy-check.active span .icon {
  opacity: 1;
}

.foreign-test__messengers .messengers-logo {
  padding: 0.12rem 0.24rem;
  border-radius: 0.3rem;
  border: 1px solid #303535;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 0.08rem;
}

.foreign-test__messengers .messengers-logo .icon {
  width: 0.24rem;
  height: 0.24rem;
}

.foreign-test__messengers .messenger-form .form__item input {
  border-radius: 0.3rem;
}

.foreign-test__form {
  padding: 0.66rem 1.05rem;
}

.foreign-test__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0.24rem;
  right: 0.55rem;
  z-index: 50;
}

.foreign-test__prev[disabled],
.foreign-test__next[disabled] {
  pointer-events: none;
  opacity: 0.6;
}

.foreign-test__prev .btn,
.foreign-test__next .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: transparent;
}

.foreign-test__prev .btn {
  padding: 0;
  width: 0.52rem;
  margin-right: 0.08rem;
}

.foreign-test__prev .btn span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-navigation button {
  margin: 0 0.05rem;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  border: 0.01rem solid transparent;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.swiper-navigation button span {
  color: #303535;
}

.swiper-navigation button span::before {
  color: #303535;
}

.swiper-navigation button.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.swiper-navigation button:hover {
  border-color: #cbe3fb;
}

.swiper-navigation__next {
  background-color: #cbe3fb;
}

.swiper-navigation__prev {
  -webkit-transform: scale(-1, 1) rotate(-90deg);
      -ms-transform: scale(-1, 1) rotate(-90deg);
          transform: scale(-1, 1) rotate(-90deg);
}

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

.messenger {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.16rem;
}

.search-form {
  margin: 0 0.3rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.search-form__item {
  position: relative;
  padding: 0.04rem 0.08rem;
  border-radius: 0.3rem;
  background: #cae3fb;
}

.search-form__item label {
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
  margin-right: 0.04rem;
}

.search-form__item label svg {
  stroke: #000;
}

.search-form__item input {
  background: transparent;
  width: 100%;
}

.search-form__answer {
  padding: 0.16rem 0.24rem 0.16rem 0.36rem;
  position: absolute;
  top: calc(100% + 0.12rem);
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0.15rem 0.15rem 0 rgba(48, 53, 53, 0.15);
          box-shadow: 0 0.15rem 0.15rem 0 rgba(48, 53, 53, 0.15);
  z-index: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.search-form__answer li {
  font-size: 0.14rem;
  font-weight: 600;
  letter-spacing: -0.28px;
}

.search-form__answer li.last {
  font-size: 0.12rem;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.search-form__answer li:not(:last-child) {
  margin-bottom: 0.04rem;
}

.search-form.active .search-form__answer {
  opacity: 1;
  visibility: visible;
}

.search-page {
  padding: 0.56rem 0 0.8rem;
}

.search-page h1 {
  margin-bottom: 0.4rem;
}

.search-page .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}

.search-page .search-item {
  padding: 0.16rem;
  border: 1px solid #303535;
  border-radius: 0.2rem;
}

.search-page .search-item .title {
  font-size: 0.18rem;
  font-weight: 600;
  margin-bottom: 0.12rem;
}

.search-page .search-item .btn {
  margin-left: auto;
  margin-top: auto;
}

.hidden-text p,
.hidden-text li {
  font-size: 0.14rem;
  font-weight: 300;
  line-height: 0.2rem;
  margin-bottom: 0.1rem;
}

.hidden-text ul,
.hidden-text ol {
  padding-left: 0.2rem;
}

.hidden-text ul {
  list-style: disc;
}

.hidden-text h2 {
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.32rem;
  margin-bottom: 0.12rem;
}

.hidden-text h3 {
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.24rem;
  margin-bottom: 0.12rem;
}

.hidden-text__content {
  background: linear-gradient(184deg, #111 58.94%, #C4C4C4 85.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  pointer-events: none;
}

.hidden-text.active {
  overflow: visible;
}

.hidden-text.active .hidden-text__content {
  pointer-events: auto;
}

.hidden-text__btn {
  position: relative;
  font-weight: 600;
  font-size: 0.16rem;
  text-transform: uppercase;
  margin: 0 auto;
}

.hidden-text .transition-opacity {
  -webkit-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}

.hidden-text .opacity-0 {
  opacity: 0;
}

.hidden-text.active::before {
  opacity: 1;
  visibility: visible;
  z-index: 98;
}

.hidden-text.active .hidden-text__content {
  background: transparent;
  -webkit-text-fill-color: inherit;
  z-index: 99;
}

.hidden-text.active .hidden-text__title {
  z-index: 99;
}

.hidden-text.active .hidden-text__btn {
  z-index: 99;
}

.hidden-text.active .hidden-text__btn svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

/* FONT_START */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Slide styles end */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media all and (min-width: 922px) {
  .foreign-test__question .test-question__answer:hover span::before {
    background: #cae3fb;
  }

  .foreign-test__messengers ul li:hover {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
  }

  .foreign-test__prev .btn:hover,
  .foreign-test__next .btn:hover {
    background: #9ac5ef;
  }
}

@media all and (min-width: 992px) {
  .category-page .subcategory-item:hover .arrowBtn {
    background-color: #CAE3FB;
  }

  .foreign-services__item:hover {
    background: transparent;
    border: 1px solid #9ac5ef;
    -webkit-box-shadow: 0 10px 10px 0 rgba(158, 158, 158, 0.12);
            box-shadow: 0 10px 10px 0 rgba(158, 158, 158, 0.12);
  }

  .foreign-test .download-slide__file:hover {
    border: 1px solid #9ac5ef;
  }
}

@media (min-width: 993px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media all and (min-width: 993px) {
  .header-visible .menu {
    opacity: 1;
    visibility: visible;
  }

  .header-hidden .menu {
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1025px) {
  .dropdown:hover .dropdown__btn {
    border-color: #303535;
  }

  .dropdown:hover .dropdown__btn .icon-down {
    -webkit-transform: scale(1, -1) translateY(0.04rem);
        -ms-transform: scale(1, -1) translateY(0.04rem);
            transform: scale(1, -1) translateY(0.04rem);
  }

  .dropdown:hover .dropdown__content {
    visibility: visible;
    opacity: 1;
    z-index: 5;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1600px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

@media all and (min-width: 1600px) {
  .doctor-card__photo {
    height: 4.4rem;
  }
}

@media all and (min-width: 1800px) {
  .container {
    max-width: 1660px;
  }

  .main-page .main-screen__banner img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}

@media all and (min-width: 1900px) {
  html {
    font-size: 5.2631578947vw;
  }

  html {
    font-size: 5.2631578947vw;
  }

  .doctor__photo .image img {
    height: 6.4rem;
  }
}

@media all and (min-width: 1921px) {
  .container {
    max-width: 1760px;
  }
}

@media all and (max-width: 992px) {
  html {
    font-size: 13.0208333333vw;
  }

  :root {
    --font-size-h1: 0.48rem;
    --font-size-h2: 0.4rem;
    --font-size-h3: 0.32rem;
    --font-size-h4: 0.26rem;
    --font-size-h5: 0.24rem;
    --body-size: 0.16rem;
    --txt-lg: 0.2rem;
    --txt-m: 0.18rem;
    --txt-sm: 0.14rem;
  }

  :root {
    --container-gap: 0.45rem;
    --section-padding: 0.55rem;
  }

  .category-page .main-screen .row .col-lg-7 {
    margin-bottom: 0.24rem;
  }

  .category-page .benefits .image {
    height: 3.5rem;
  }

  .category-page .benefits__wrapper {
    padding-left: 0.6rem;
  }

  .category-page .benefits .tooth-bg {
    bottom: auto;
    top: 3.5rem;
    width: 3.5rem;
    height: 1.9rem;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
    left: 25%;
  }

  .category-page .laboratory-section__content {
    margin-bottom: 0.24rem;
  }

  .category-page .laboratory-section .row + .row .col-lg-4:first-child {
    display: none;
  }

  .category-page .laboratory-section .row + .row .col-lg-4:last-child {
    margin-top: 0.24rem;
  }

  .category-page .section__category-price + .section__callback .callBackItem__image {
    display: none;
  }

  .category-page .section__category-price + .section__callback .callBackItem {
    padding-top: 0.48rem;
    padding-bottom: 0.48rem;
  }

  .category-page .section__category-price + .section__callback .callBackItem__content {
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }

  .category-page .category-price__wrapper .col-lg-6:not(:first-child) {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .category-page .installment .col-lg-5 {
    margin-top: 0.12rem;
  }

  html {
    font-size: 13.0208333333vw;
  }

  :root {
    --font-size-h1: 0.48rem;
    --font-size-h2: 0.4rem;
    --font-size-h3: 0.32rem;
    --font-size-h4: 0.26rem;
    --font-size-h5: 0.24rem;
    --body-size: 0.16rem;
    --txt-lg: 0.2rem;
    --txt-m: 0.18rem;
    --txt-sm: 0.14rem;
  }

  :root {
    --container-gap: 0.45rem;
    --section-padding: 0.55rem;
  }

  .header__top .mr_30 {
    margin-right: 0.2rem;
  }

  .header__top .header__socials {
    display: none;
  }

  .header__top .btn {
    display: none;
  }

  .header__wrapper {
    padding: 0.04rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__wrapper .logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 auto;
  }

  .header__wrapper .lang-switcher {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0.1rem;
  }

  .header__wrapper .burger {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .header__wrapper::after {
    left: 0;
    right: 0;
  }

  .header__wrapper .contacts-list {
    padding-left: 0.45rem;
  }

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

  .header__wrapper .header__socials a {
    margin: 0 0.08rem;
  }

  .header::before {
    width: 100vw;
    height: 110vh;
    top: -5vh;
    background: rgba(255, 255, 255, 0.45);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.2) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.1) inset, 0px 3.5px 3.5px 0px rgba(255, 255, 255, 0.35) inset, 0px -5px 10px 0px rgba(255, 255, 255, 0.2) inset, 0px -3.5px 10px 0px rgba(255, 255, 255, 0.35) inset, 0px 10px 15px 0px rgba(135, 135, 135, 0.1);
            box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.2) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.1) inset, 0px 3.5px 3.5px 0px rgba(255, 255, 255, 0.35) inset, 0px -5px 10px 0px rgba(255, 255, 255, 0.2) inset, 0px -3.5px 10px 0px rgba(255, 255, 255, 0.35) inset, 0px 10px 15px 0px rgba(135, 135, 135, 0.1);
    -webkit-backdrop-filter: blur(0.05rem);
            backdrop-filter: blur(0.05rem);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateY(-0.35rem) translate3d(0, 0, 0) translateZ(0);
            transform: translateY(-0.35rem) translate3d(0, 0, 0) translateZ(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
  }

  .header .header__menu {
    -webkit-transition: -webkit-transform 0.35s linear;
    transition: -webkit-transform 0.35s linear;
    transition: transform 0.35s linear;
    transition: transform 0.35s linear, -webkit-transform 0.35s linear;
    -webkit-transform: translateX(calc(100% + 0.15rem));
        -ms-transform: translateX(calc(100% + 0.15rem));
            transform: translateX(calc(100% + 0.15rem));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    right: 0;
    top: -0.35rem;
    height: 98.5vh;
    background-color: #9AC5EF;
    width: 100vw;
    padding: 1.5rem 0.3rem 0.6rem 0;
    z-index: 50;
    border-radius: 0.2rem 0px 0px 0.2rem;
    height: calc(var(--vh, 1vh) * 100);
    min-height: -webkit-fill-available;
  }

  .header .header__menu::before {
    width: 100vw;
    height: 100vh;
    top: var(--header-height-decrement);
    left: 0;
    position: absolute;
    background-color: #303535;
    z-index: -1;
    content: none;
  }

  .header__contacts {
    display: block;
    margin-top: auto;
  }

  .header.active::before {
    opacity: 0.9;
    visibility: visible;
    z-index: 10;
  }

  .header.active .header__menu {
    -webkit-transform: translateX(0.15rem);
        -ms-transform: translateX(0.15rem);
            transform: translateX(0.15rem);
  }

  .header .lang-switcher .lang-item.current-lang:before {
    width: 0.52rem;
    height: 0.52rem;
  }

  .footer__contacts {
    padding-top: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__contacts div {
    margin-right: 0.2rem;
    margin-bottom: 0;
  }

  .modal .form-modal {
    margin-top: 0.2rem;
  }

  .callBackItem {
    padding: 0.64rem 0.25rem;
  }

  .callBackItem .image {
    display: none;
  }

  .callBackItem_checkup .callBackItem__content {
    padding: 0;
    margin-bottom: 0.24rem;
  }

  .callBackItem_checkup .callBackItem {
    min-height: auto;
  }

  .callBackItem_checkup .callBackItem__image {
    height: auto;
  }

  .callBackItem_checkup .callBackItem .image {
    left: -0.15rem;
    right: -0.15rem;
    width: auto;
  }

  .laboratory-section__content {
    margin-bottom: 0.24rem;
  }

  .laboratory-section .row + .row .col-lg-4:first-child {
    display: none;
  }

  .laboratory-section .row + .row .col-lg-4:last-child {
    margin-top: 0.24rem;
  }

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

  .menu {
    margin-bottom: 10%;
  }

  .menu__list {
    -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: start;
  }

  .menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    text-align: left;
    margin: 0 0 0.08rem;
    padding: 0.1rem 0.3rem 0.1rem 0.45rem;
  }

  .menu__item.active {
    border-radius: 0 0.2rem 0.2rem 0;
  }

  .menu__item:last-child {
    margin-bottom: 0;
  }

  .menu__link {
    font-size: 0.24rem;
    line-height: normal;
    white-space: nowrap;
  }

  .menu .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .menu__close {
    display: block;
  }

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

  .form-consultation .form__btn {
    grid-column: 2/3;
  }

  .dropdown__active {
    font-size: 0.14rem;
  }

  .dropdown__active + .icon-24 {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }

  .doctor-card__photo {
    height: 3.28rem;
  }

  .doctor-card__photo img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .info-banner__content {
    padding: 0.32rem 0.16rem;
  }

  .info-banner__image {
    display: none;
  }

  .serviceItem-price__content {
    width: 100%;
    overflow-x: auto;
  }

  .serviceItem-price__col {
    width: 1.68rem;
  }

  .serviceItem-price__cell {
    padding: 0.16rem 0.12rem;
    font-size: 0.14rem;
  }

  .types-table__row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.24rem;
  }

  .types-table__row .overflow + div {
    grid-column: 1/-1;
  }

  .types-table__row .image.photo {
    height: 1.8rem;
  }

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

  .table__header div {
    pointer-events: auto;
    font-size: 0.16rem;
    background-color: #fff;
    border: 0.01rem solid #878787;
    border-bottom: none;
  }

  .table__header div.swiper-button-disabled {
    background-color: #CAE3FB;
    border-color: #CAE3FB;
  }

  .table__content {
    overflow: visible !important;
    overflow-y: hidden;
  }

  .table__col .table__cell:first-child {
    border-top: 0.01rem solid #878787;
  }

  .table__col.swiper-slide-prev .table__cell:first-child,
  .table__col.swiper-slide-next .table__cell:first-child {
    border-top: 0.01rem solid #878787;
  }

  .section__intro .image {
    max-width: 4rem;
  }

  .section__intro .intro-card {
    padding: 0.32rem 0.24rem;
  }

  .section__intro .col-lg-4 {
    margin-bottom: 0.16rem;
  }

  .form-section .tooth-bg {
    width: 4rem;
    height: 2rem;
    opacity: 0.5;
  }

  .form-section .col-lg-5 {
    margin-bottom: 0.24rem;
  }

  .results__images {
    width: 100%;
    margin-bottom: 0.1rem;
  }

  .results__description {
    padding: 0.24rem 0.16rem;
  }

  .results__description::before {
    width: 100%;
  }

  .main-page .main-screen__header > .col-md-7::before {
    top: 85%;
  }

  .main-page .about .row .col-lg-6:first-child {
    margin-bottom: 0.4rem;
  }

  .main-page .why .glass {
    padding: 0.24rem;
    width: 100%;
    -webkit-transform: translateX(20%) translateY(60%);
        -ms-transform: translateX(20%) translateY(60%);
            transform: translateX(20%) translateY(60%);
  }

  .main-page .benefits .image {
    height: 3.5rem;
  }

  .main-page .benefits__wrapper {
    padding-left: 0.6rem;
  }

  .main-page .benefits .tooth-bg {
    bottom: auto;
    top: 3.5rem;
    width: 3.5rem;
    height: 1.9rem;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
    left: 25%;
  }

  .main-page .articles {
    padding-bottom: 0.7rem;
  }

  .service-item-page-main .services__items,
  .main-page .services__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-item-page-main .services__item:nth-child(3),
  .service-item-page-main .services__item:nth-child(9),
  .service-item-page-main .services__item:last-child,
  .main-page .services__item:nth-child(3),
  .main-page .services__item:nth-child(9),
  .main-page .services__item:last-child {
    grid-column: 1/3;
  }

  .price-page .price .row {
    margin-bottom: 0.35rem;
  }

  .price-page .price__text {
    padding-left: 0;
  }

  .price-page .price-item .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .price-page .price-item .item h6 {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .price-page .price-item .item__price {
    margin-left: 0;
    margin-right: auto;
  }

  .contacts-page h1 {
    font-size: 0.3rem;
  }

  .contacts-page .section__title {
    margin-bottom: 0.32rem;
  }

  .contacts-page .section__title .outline {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .contacts-page .col-lg-4 {
    margin-bottom: 0.24rem;
  }

  .doctor__photo {
    position: relative;
    top: 0;
    margin-bottom: 0.24rem;
  }

  .doctor__photo .image {
    width: 4rem;
    height: 4rem;
  }

  .doctor__photo .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .doctor__content {
    padding-left: 0;
  }

  .doctor__form .col-lg-5 {
    margin-bottom: 0.2rem;
  }

  .doctor__form {
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
  }

  .doctor-form {
    padding: 0.25rem 0.3rem;
  }

  .service-item .col-lg-3 .btn {
    margin-top: 0.2rem;
  }

  .service-item__menu {
    margin-bottom: 0.24rem;
  }

  .service-item__content h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
  }

  .service-item__content h2:first-child {
    margin-top: 0.2rem;
  }

  .service-item__content p {
    margin-bottom: 0.2rem;
  }

  .service-item__content h3 {
    margin: 0.16rem 0 0.08rem;
  }

  .service-item__content h4 {
    margin-bottom: 0.16rem;
  }

  .service-item__content ul {
    margin: 0.16rem 0;
  }

  .serviceItem-page .benefits .image {
    height: 3.5rem;
  }

  .serviceItem-page .benefits__wrapper {
    padding-left: 0.6rem;
  }

  .serviceItem-page .benefits .tooth-bg {
    bottom: auto;
    top: 3.5rem;
    width: 3.5rem;
    height: 1.9rem;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
    left: 25%;
  }

  .serviceItem-page .type-section__content {
    padding: 0.32rem 0.24rem;
    margin-bottom: 0.48rem;
  }

  .serviceItem-page .type-section-3-columns .type-section__content {
    margin-bottom: 0;
  }

  .serviceItem-page .type-section-3-columns .col-lg-4 + .col-lg-4.col-md-6 {
    margin-top: 0.24rem;
  }

  .serviceItem-page .category-price__wrapper .col-lg-6:not(:first-child) {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .serviceItem-page .laboratory .txt-lg {
    margin: 0.16rem 0;
  }

  .foreign__map .image {
    height: 3rem;
  }

  .foreign__main-screen {
    padding-top: 0;
  }

  .foreign__main-screen .foreign-promo {
    margin-bottom: 0.5rem;
  }

  .foreign__main-screen .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .foreign-page .benefits .image {
    height: 3.5rem;
  }

  .foreign-page .benefits__wrapper {
    padding-left: 0.6rem;
  }

  .foreign-page .benefits .tooth-bg {
    bottom: auto;
    top: 3.5rem;
    width: 3.5rem;
    height: 1.9rem;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
    left: 25%;
  }

  .foreign-page .section__callback .callBackItem__image {
    display: none;
  }

  .foreign-page .section__callback .callBackItem {
    padding-top: 0.48rem;
    padding-bottom: 0.48rem;
  }

  .foreign-page .section__callback .callBackItem__content {
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }

  .section__test .testItem {
    height: auto;
  }

  .section__test .testItem__image .image {
    width: auto;
  }

  .section__test .testItem__content {
    padding: 0.5rem 0.5rem 1.5rem;
  }

  .section__test .testItem__content .tooth-bg {
    bottom: -1rem;
  }

  .foreign-test__question .test-question {
    width: auto;
    max-width: 100%;
  }

  .foreign-test .download-slide__headers .miss {
    margin-left: 0.48rem;
    margin-bottom: 0.24rem;
  }

  .foreign-test .download-slide__headers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .foreign-test .download-slide__file {
    height: 5rem;
  }

  .search-form__answer {
    top: 100%;
  }

  .search-page {
    padding: 0.28rem 0 0.4rem;
  }

  .search-page h1 {
    margin-bottom: 0.2rem;
  }

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

@media (max-width: 992px) {
  .service-item-page-main .services__item:nth-child(2),
  .service-item-page-main .services__item:last-child,
  .main-page .services__item:nth-child(2),
  .main-page .services__item:last-child {
    grid-column: 2/3;
  }
}

@media all and (max-width: 922px) {
  .--dir-col_sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .foreign-test {
    height: auto;
  }

  .foreign-test__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .foreign-test .slide-container {
    height: auto;
    padding: 0.55rem;
  }

  .foreign-test__image {
    width: auto;
    margin-bottom: 0.16rem;
  }

  .foreign-test__pagination {
    bottom: 0.24rem !important;
    left: 0.55rem !important;
  }

  .foreign-test__navigation {
    bottom: 0.14rem;
  }

  .foreign-test__prev .btn,
  .foreign-test__next .btn {
    height: 0.32rem;
  }

  .foreign-test__prev .btn {
    width: 0.32rem;
  }
}

@media (max-width: 767px) {
  .category-page .benefits__image {
    margin-top: 0.36rem;
    top: 0;
    position: relative;
  }

  .category-page .benefits .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .main-page .benefits__image {
    margin-top: 0.36rem;
    top: 0;
    position: relative;
  }

  .main-page .benefits .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .serviceItem-page .benefits__image {
    margin-top: 0.36rem;
    top: 0;
    position: relative;
  }

  .serviceItem-page .benefits .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .foreign-page .benefits__image {
    margin-top: 0.36rem;
    top: 0;
    position: relative;
  }

  .foreign-page .benefits .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media all and (max-width: 767px) {
  .search-form {
    position: static;
    margin: 0 0.16rem;
  }

  .search-page .grid {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 576px) {
  html {
    font-size: 26.6666666667vw;
  }

  :root {
    --font-size-h1: 0.32rem;
    --font-size-h2: 0.28rem;
    --font-size-h3: 0.24rem;
    --font-size-h4: 0.24rem;
    --font-size-h5: 0.2rem;
    --body-size: 0.16rem;
    --txt-lg: 0.16rem;
    --txt-m: 0.16rem;
  }

  :root {
    --line-height-h1: 0.56rem;
    --line-height-h2: 0.52rem;
  }

  :root {
    --container-gap: 0.15rem;
    --header-height: 1.1rem;
    --header-height-decrement: -1rem;
    --container-gap-decrement: -0.1rem;
    --section-padding: 0.35rem;
  }

  .logo {
    width: 1.1rem;
    height: 0.45rem;
  }

  .logo_footer {
    width: 1.1rem;
    height: 0.45rem;
  }

  .category-page .main-screen__image {
    min-height: 3.3rem;
  }

  .category-page .main-screen__content {
    padding: 0.32rem 0.16rem;
  }

  .category-page .main-screen__content .label {
    padding: 0.04rem 0.08rem;
    font-size: 0.14rem;
  }

  .category-page .main-screen__content h1 span {
    display: contents;
  }

  .category-page .main-screen__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }

  .category-page .main-screen__items .item {
    font-size: 0.14rem;
  }

  .category-page .main-screen__items .item:last-child {
    grid-column: 2/3;
  }

  .category-page .main-screen__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .category-page .main-screen__btns button:first-child {
    margin-right: 0;
    margin-bottom: 0.08rem;
  }

  .category-page .benefits .image {
    height: 2.8rem;
  }

  .category-page .benefits__wrapper {
    padding-left: 0.25rem;
  }

  .category-page .benefits__item .title::before {
    left: -0.08rem;
  }

  .category-page .laboratory-section__image {
    height: 2.45rem;
  }

  .category-page .section__subcategories .col-lg-4 {
    margin-bottom: 0.12rem;
  }

  .category-page .section__benefits .pos-s {
    margin-top: 0.24rem;
  }

  .category-page .installment .image {
    min-height: 1.82rem;
  }

  .category-page .installment__content {
    padding: 0.32rem 0.16rem;
  }

  html {
    font-size: 26.6666666667vw;
  }

  :root {
    --font-size-h1: 0.32rem;
    --font-size-h2: 0.28rem;
    --font-size-h3: 0.24rem;
    --font-size-h4: 0.24rem;
    --font-size-h5: 0.2rem;
    --body-size: 0.16rem;
    --txt-lg: 0.16rem;
    --txt-m: 0.16rem;
  }

  :root {
    --line-height-h1: 0.56rem;
    --line-height-h2: 0.52rem;
  }

  :root {
    --container-gap: 0.15rem;
    --header-height: 1.1rem;
    --header-height-decrement: -1rem;
    --container-gap-decrement: -0.1rem;
    --section-padding: 0.35rem;
  }

  .logo {
    width: 1.1rem;
    height: 0.45rem;
  }

  .logo_footer {
    width: 1.1rem;
    height: 0.45rem;
  }

  .row {
    --bs-gutter-x: 0.15rem;
  }

  .mb_20-16 {
    margin-bottom: 0.16rem;
  }

  .mb_24-12 {
    margin-bottom: 0.12rem;
  }

  .mb_32-16 {
    margin-bottom: 0.16rem;
  }

  .mb_32-24 {
    margin-bottom: 0.24rem;
  }

  .mb_40-20 {
    margin-bottom: 0.2rem;
  }

  .mb_48-24 {
    margin-bottom: 0.24rem;
  }

  .arrow-big {
    width: 0.35rem;
    height: 0.35rem;
  }

  .header__top {
    padding: 0.05rem 0;
  }

  .header__top .f-size_sm {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .header__top ul {
    display: none;
  }

  .header__wrapper::after {
    top: 0;
  }

  .header__wrapper .logo {
    margin: 0 auto 0 0;
  }

  .header {
    padding: 0.1rem 0;
  }

  .header__menu {
    top: -0.2rem;
  }

  .header__wrapper::after {
    bottom: 0.03rem;
  }

  .header .lang-switcher .lang-item:first-child:after {
    right: -0.15rem;
  }

  .header .lang-switcher .lang-item.current-lang:before {
    width: 0.4rem;
    height: 0.4rem;
  }

  .header .time-work {
    display: none;
  }

  .footer {
    padding: 0.2rem 0 0.5rem;
  }

  .footer__menu li a {
    font-size: var(--txt-sm);
  }

  .footer__menu {
    padding-top: 0.1rem;
  }

  .footer__menu li {
    margin-bottom: 0.08rem;
  }

  .accordion__header {
    padding: 0.12rem;
  }

  .accordion__header button span {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }

  .modal__wrapper {
    padding: 0.2rem;
  }

  .modal__close {
    top: 0.12rem;
    right: 0.12rem;
    width: 0.18rem;
    height: 0.18rem;
  }

  .modal__close span {
    font-size: 0.18rem;
    line-height: 0.18rem;
  }

  .modal__content .col-lg-6:first-child .tooth-bg {
    display: none;
  }

  .modal__content {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 85vh;
  }

  .modal__body {
    padding: 0.25rem;
  }

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

  .callBackItem a + button {
    display: none;
  }

  .callBackItem .image {
    display: block;
  }

  .callBackItem {
    padding: 0.4rem 0.15rem 0;
  }

  .callBackItem .row .image {
    min-height: auto;
    top: 0;
    bottom: 0;
    left: calc(-0.5 * var(--bs-gutter-x));
    right: calc(-0.5 * var(--bs-gutter-x));
    width: auto;
  }

  .callBackItem__image {
    margin-top: 0.24rem;
    height: 2.4rem;
  }

  .callBackItem_checkup .callBackItem .image {
    left: -0.1rem;
    right: -0.1rem;
  }

  .callBackItem_checkup .tooth-bg {
    width: 2.4rem;
    height: 1.4rem;
    top: -0.8rem;
    right: 0;
  }

  .laboratory-section__image {
    height: 2.45rem;
  }

  .btn {
    width: 100%;
  }

  .menu__link {
    font-size: 0.2rem;
  }

  .menu__close {
    margin-top: auto;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .form__item_row {
    grid-column: 1/2;
  }

  .form__btn {
    grid-column: 1/2;
  }

  .form-consultation {
    grid-template-columns: 1fr;
  }

  .form-consultation .form__btn {
    grid-column: 1/2;
  }

  .dropdown {
    min-width: 100%;
  }

  .doctor-card__photo {
    height: 3.5rem;
  }

  .step-item {
    padding: 0.12rem 0.16rem;
    display: grid;
    grid-template-columns: 0.33rem 1fr 0.33rem;
    -webkit-column-gap: 0.08rem;
       -moz-column-gap: 0.08rem;
            column-gap: 0.08rem;
    min-height: 100%;
  }

  .step-item .number {
    position: relative;
    top: 0;
    left: 0;
    font-size: 0.24rem;
  }

  .step-item h5 {
    margin-bottom: 0;
    font-size: 0.18rem;
  }

  .step-item__content {
    font-size: 0.14rem;
    padding-right: 0.5rem;
  }

  .category-benefits .section__title .outline {
    top: -0.24rem;
    bottom: auto;
  }

  .category-benefits__item {
    padding: 0.24rem 0.16rem;
  }

  .category-price__row {
    grid-template-columns: 1fr;
    row-gap: 0.08rem;
  }

  .serviceItem-price__row h5 {
    font-size: 0.16rem;
  }

  .types-table {
    padding: 0 0.24rem;
  }

  .types-table__row {
    padding: 0.24rem 0 0.12rem;
  }

  .types-table__row h4 {
    font-size: 0.18rem;
  }

  .types-table__row h4 + div {
    min-width: 1.3rem;
  }

  .types-table__row_2 {
    grid-template-columns: 1fr;
  }

  .types-table__row .image.photo {
    height: 1rem;
  }

  .table .outline {
    top: 0;
  }

  .table .outline + div {
    display: block;
    text-align: center;
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }

  .table__header {
    margin-left: 0;
    height: 0.66rem;
  }

  .table__row {
    display: block;
  }

  .section__title {
    font-size: 0.48rem;
  }

  .section__title .outline {
    left: -0.05rem;
  }

  .section__main-screen {
    padding-top: 0.2rem;
  }

  .form-section .tooth-bg {
    bottom: auto;
    top: -0.7rem;
    left: auto;
    right: -0.5rem;
  }

  .form-section {
    padding: 0.2rem 0.1rem;
  }

  .team__slider .swiper-wrapper {
    padding-bottom: 0.6rem;
  }

  .team__slider {
    padding-bottom: 0.5rem;
  }

  .results__images .image {
    height: 2rem;
  }

  .main-page .main-screen__header > .col-md-7::before {
    width: 4.15rem;
    height: 2.5rem;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
        -ms-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
  }

  .main-page .main-screen button + button {
    display: none;
  }

  .main-page .main-screen .mr_20 {
    margin-right: 0.1rem;
  }

  .main-page .main-screen button + a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main-page .main-screen button + a span {
    white-space: nowrap;
  }

  .main-page .main-screen h1 {
    margin-bottom: 0.24rem;
    width: 90%;
  }

  .main-page .main-screen h1 span {
    display: block;
  }

  .main-page .main-screen .btn {
    margin-left: auto;
    padding: 0 0.1rem;
  }

  .main-page .about__image .glass {
    right: 0;
  }

  .main-page .about__content {
    margin-bottom: 0.32rem;
  }

  .main-page .about__content + .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.32rem;
  }

  .main-page .about__descr {
    max-width: 100%;
    width: calc((100% - 0.4rem) / 2);
  }

  .main-page .about__descr:first-child {
    margin-right: 0;
  }

  .main-page .about .btn {
    margin: 0 auto;
  }

  .main-page .laboratory .tooth-bg {
    height: 1.5rem;
    width: 3rem;
    right: 10%;
    -webkit-transform: translateY(30%) scale(-1, -1) rotate(35deg);
        -ms-transform: translateY(30%) scale(-1, -1) rotate(35deg);
            transform: translateY(30%) scale(-1, -1) rotate(35deg);
  }

  .main-page .laboratory .image {
    margin-bottom: 0.24rem;
  }

  .main-page .laboratory .btn {
    margin-top: 0.24rem;
  }

  .main-page .why h2 {
    font-size: 0.24rem;
  }

  .main-page .why .section__title {
    margin-bottom: 0.4rem;
  }

  .main-page .why .section__title + .row {
    margin-bottom: 0.4rem;
  }

  .main-page .why .swiper-navigation {
    top: auto;
    bottom: -0.7rem;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(100%);
        -ms-transform: translateX(50%) translateY(100%);
            transform: translateX(50%) translateY(100%);
    z-index: 5;
  }

  .main-page .why .glass {
    padding: 0.08rem 0.12rem;
    font-size: 0.16rem;
    -webkit-transform: translateX(50%) translateY(75%);
        -ms-transform: translateX(50%) translateY(75%);
            transform: translateX(50%) translateY(75%);
    width: calc(100% - 0.15rem);
    right: 50%;
  }

  .main-page .benefits .image {
    height: 2.8rem;
  }

  .main-page .benefits__wrapper {
    padding-left: 0.25rem;
  }

  .main-page .benefits__item .title::before {
    left: -0.08rem;
  }

  .main-page .reviews h2 {
    font-size: 0.22rem;
  }

  .main-page .reviews__slider {
    padding: 0;
  }

  .main-page .articles__slider .swiper {
    padding: 0 0 0.5rem;
  }

  .main-page .articles {
    padding-bottom: 0.35rem;
  }

  .main-page .articles .col-lg-4 {
    margin-bottom: 0.24rem;
  }

  .service-item-page-main .services__items,
  .main-page .services__items {
    grid-template-columns: 1fr;
  }

  .service-item-page-main .services__item,
  .main-page .services__item {
    min-height: auto;
  }

  .service-item-page-main .services__item:nth-child(2),
  .service-item-page-main .services__item:last-child,
  .main-page .services__item:nth-child(2),
  .main-page .services__item:last-child {
    grid-column: 1/2;
  }

  .service-item-page-main .services__item:nth-child(3),
  .service-item-page-main .services__item:nth-child(9),
  .service-item-page-main .services__item:last-child,
  .main-page .services__item:nth-child(3),
  .main-page .services__item:nth-child(9),
  .main-page .services__item:last-child {
    grid-column: 1/2;
  }

  .service-item-page-main .services__item:nth-child(6),
  .main-page .services__item:nth-child(6) {
    grid-column: 1/2;
  }

  .service-item-page-main .services-item__header,
  .main-page .services-item__header {
    margin-bottom: 0;
  }

  .service-item-page-main .services-item__btn,
  .main-page .services-item__btn {
    display: none;
  }

  .service-item-page-main .services-item__descr,
  .main-page .services-item__descr {
    display: none;
  }

  .price-page .price-item__header {
    padding: 0.12rem;
  }

  .price-page .price-item__header button span {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }

  .price-page .price-item__icon {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }

  .doctors-page .doctors .row:first-child {
    margin-bottom: 0.35rem;
  }

  .contacts-page .section__title .outline {
    display: none;
  }

  .doctor__photo .image {
    width: 100%;
  }

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

  .doctor__descr .item {
    grid-template-columns: 1fr;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 100%;
  }

  .doctor .text-block__row {
    grid-template-columns: 1fr;
  }

  .doctor .text-block__row .f-weight_500 {
    margin-bottom: 0.08rem;
  }

  .doctor__form .col-lg-5 > div {
    padding: 0.25rem 0.3rem;
  }

  .service-item__info .video,
  .service-item__info .video + div {
    margin-bottom: 0.35rem;
  }

  .service-item__content img {
    height: 2.5rem;
  }

  .service-item-price {
    padding: 0.2rem 0.25rem;
  }

  .service-item-price__row {
    grid-template-columns: 1fr;
    gap: 0.2rem 0;
  }

  .serviceItem-page .benefits .image {
    height: 2.8rem;
  }

  .serviceItem-page .benefits__wrapper {
    padding-left: 0.25rem;
  }

  .serviceItem-page .benefits__item .title::before {
    left: -0.08rem;
  }

  .serviceItem-page .type-section ul {
    margin-bottom: 0.4rem;
  }

  .serviceItem-page .type-section li {
    height: 0.35rem;
    margin-right: 0.24rem;
  }

  .serviceItem-page .type-section .flex.--wrap {
    row-gap: 0.24rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .serviceItem-page .type-section-3-columns .image {
    height: 3rem;
  }

  .serviceItem-page .section__benefits .pos-s {
    margin-top: 0.24rem;
  }

  .foreign__map .image {
    height: 2.19rem;
    margin-bottom: 0.23rem;
  }

  .foreign__map .image picture {
    left: auto;
    right: var(--container-gap-decrement);
  }

  .foreign__map .image picture img {
    left: auto;
    right: var(--container-gap-decrement);
  }

  .foreign__map .countries {
    display: block;
  }

  .foreign__main-screen .foreign-promo {
    height: 2.2rem;
  }

  .foreign__main-screen .foreign-promo .image {
    height: 2.2rem;
  }

  .foreign-page .main-screen__btns button {
    margin-right: 0;
  }

  .foreign-page .main-screen__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .foreign-page .main-screen__btns .messenger {
    margin-top: 0.16rem;
    width: 1.04rem;
  }

  .foreign-page .benefits .image {
    height: 2.8rem;
  }

  .foreign-page .benefits__wrapper {
    padding-left: 0.25rem;
  }

  .foreign-page .benefits__item .title::before {
    left: -0.08rem;
  }

  .section__test .testItem__image .image {
    min-height: 2.87rem;
  }

  .section__test .testItem__content {
    padding: 0.24rem 0.24rem 1rem;
  }

  .section__test .testItem__content .tooth-bg {
    width: 3.2rem;
    height: 2rem;
    bottom: -0.3rem;
  }

  .foreign-test .slide-container {
    padding: 0;
  }

  .foreign-test__question .test-number {
    position: static;
    margin-right: 0.08rem;
  }

  .foreign-test__question {
    margin: 0;
    padding: 0.16rem 0.24rem 0.55rem;
  }

  .foreign-test__question .test-question__question {
    margin-bottom: 0.12rem;
    width: auto;
    max-width: 100%;
  }

  .foreign-test__image {
    height: 2.9rem;
    margin-bottom: 0;
  }

  .foreign-test .download-slide {
    padding: 0.24rem;
  }

  .foreign-test .download-slide__headers .miss {
    margin-left: 0.34rem;
  }

  .foreign-test .download-slide__file {
    height: 3.4rem;
    padding: 0.4rem;
  }

  .foreign-test .advice {
    padding: 0.24rem;
  }

  .foreign-test .advice .foreign-test__question {
    padding: 0;
  }

  .foreign-test__description {
    font-size: 0.16rem;
    padding: 0.2rem 0.15rem;
  }

  .foreign-test__pagination {
    left: 0.24rem !important;
  }

  .foreign-test__messengers {
    min-width: 100%;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    padding: 0.2rem 0.15rem;
  }

  .foreign-test__form {
    padding: 0.2rem 0.15rem;
  }

  .foreign-test__navigation {
    right: 0.24rem;
  }

  .swiper-navigation button {
    width: 0.4rem;
    height: 0.4rem;
  }

  .swiper-navigation button span {
    font-size: 0.16rem;
    line-height: 0.16rem;
  }

  .messenger {
    width: 0.32rem;
    height: 0.32rem;
  }

  .search-form__answer {
    padding: 0.12rem 0.16rem;
  }

  .search-form__answer li {
    font-size: 0.12rem;
  }
}

@media (max-width: 576px) {
  .f-size_14-23 {
    font-size: 0.12rem;
    line-height: 0.2rem;
  }

  .f-size_16-25 {
    font-size: 0.12rem;
    line-height: 0.2rem;
  }

  .dropdown__list {
    max-height: 1.5rem;
  }
}

@media all and (max-width: 320px) {
  .main-page .main-screen {
    padding-top: 0.95rem;
  }

  .main-page .about__content {
    font-size: 0.14rem;
  }
}

.webp .main-page .main-screen__header > .col-md-7::before{ background: url(../img/teeth.webp) no-repeat center/contain; }