:root {
  --main: #4EA3FF;
  --main-gradient: #93C7FF;
  --main-second: #66EFEF;
  --second: #2CB2BB;
  --light-font: #ffffff;
  --dark-font: #354251;
  --grey-font: #9CA5AF;
  --main-font: #161B21;
  --main-font-gradient: rgba(22, 27, 33, 0.3);
  --dark-background: #354251;
  --grey-background: #F5FAFD;
  --light-background: #ffffff;
  --grey-background-gradient: color-mix(
      in srgb,
      var(--grey-background) 90%,
      transparent
  );
  --border-grey: #D8E3EF;
  --interface-grey: #5F6C7B;
  --error: #D92546;
  --child-main-color: #F4B835;
  --child-extra-color: #8BD54B;
  --default: #D7DCE0;
  --loader: #D8E3EF;
  --overlay: rgba(53, 66, 81, 0.3);
  --star: #FFCC00;
  --warning: #F4A435;
  --grey-light-background: #FCFBFC;
  --shadow: rgba(95, 108, 123, 0.1);
  --shadow-grey: rgba(95, 108, 123, 0.24);
  --shadow-grey-accent: rgba(95, 108, 123, 0.16);
  --viber: #7B519D;
  --whatsapp: #24CC63;
  --telegram: #2AA1DA;
  --ok: #FF9205;
  --vk: #2787F5;
  --youtube: #E62117;
  --facebook: #0863F7;
  --instagram: linear-gradient(315deg, #FBE18A 0.96%, #FCBB45 21.96%, #F75274 38.96%, #D53692 52.96%, #8F39CE 74.96%, #5B4FE9 100.96%);
  --tiktok: linear-gradient(180deg, #E4286C 0%, #3DDFE0 100%);
  --google: conic-gradient(from -45deg at 40.3% 50%, #EA4335 0deg, #EA4335 90deg, #4285F4 90deg, #4285F4 180deg, #34A853 180deg, #34A853 270deg, #FBBC05 270deg, #FBBC05 360deg);
  --rutube: radial-gradient(46.88% 46.88% at 81.25% 12.5%, #ED143B 53.5%, #100943 100%);
  --tinkoff: rgba(255, 221, 45, 1);
  --sber-gradient: linear-gradient(37.7deg, rgba(163, 205, 57, 0.1) 20.3%, rgba(129, 197, 95, 0.1) 33.94%, rgba(166, 218, 237, 0.1) 87.05%);
  --halva: rgba(255, 78, 80, 1);
  --max: radial-gradient(60% 60% at 15% 85%, #40C2FD 0%, rgba(64,194,253,0) 100%), linear-gradient(135deg, #A255DB 0%, #345EFC 100%);
  --webkit-rutube: #ED143B;
  --webkit-instagram: #DF3F88;
  --webkit-tiktok: #4CCED6;
  --webkit-max: #6F5AEB;
}

.content-page__title > h1 {
  margin-top: 0px;
  padding-bottom: 0px !important;
  line-height: 140%;
}
.content-page__container.container {
  padding: 0px 24px 0px 24px;
}
.content-page__container.container .breadcrumb {
  position: relative;
  top: 0;
  min-height: 32px;
  height: -moz-fit-content;
  height: fit-content;
}
.content-page__container.container .breadcrumb__item > span, .content-page__container.container .breadcrumb__item > a {
  color: var(--main-font);
  font-weight: 600;
}
.content-page__container.container .breadcrumb__delimiter svg {
  stroke: var(--main-font);
}
.content-page__container--child {
  display: block;
  width: 100%;
  max-width: 1164px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 200px;
  margin: 64px auto;
  padding: 0px 24px;
}
.content-page__container--child h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  padding: 0px;
  margin: 0px;
  color: var(--main-font);
}
.content-page__container--content {
  width: 100%;
  display: block;
  padding: 64px 24px;
  border-radius: 32px;
  margin-bottom: 24px;
  background-color: var(--light-background);
}
.content-page__subtitle {
  margin-top: 16px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 48px;
  min-height: 56px;
  height: -moz-fit-content;
  height: fit-content;
}
.content-page__subtitle > p {
  color: var(--main-font);
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 140%;
  max-width: 572px;
  width: 100%;
}
.content-page__wrap--content {
  margin: 0 auto;
  max-width: 1116px;
  width: 100%;
}
.content-page__wrap--sidebar {
  margin-top: 32px;
  display: flex;
  width: 100%;
  gap: 32px;
  margin-bottom: 24px;
}
.content-page__wrap--light {
  background: var(--light-background);
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 32px;
  margin: 32px 0px;
}
.content-page__sidebar {
  max-width: 320px;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.content-page__link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 28px;
}
.content-page__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
}
.content-page__head--text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.content-page__head--actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.content-page__head--description {
  max-width: 700px;
}
.content-page__head .btn {
  background-color: transparent;
  height: 48px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  white-space: nowrap !important;
  box-shadow: none;
}
.content-page__head .btn:hover {
  box-shadow: none;
}
.content-page__head .btn.btn--grey.btn--nowrap-transparent.price-index__accordion-action > span {
  width: 82px;
}

.content-page-nav {
  width: 100%;
  min-height: 80px;
  background-color: var(--light-background);
  border: 1.5px solid transparent;
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 10px;
  padding: 8px;
}
.content-page-nav__item {
  cursor: pointer;
  min-height: 60px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition: all ease 0.3s;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0px 20px;
}
.content-page-nav__item:hover {
  background-color: var(--grey-background);
  transition: all 0.3s ease;
}
.content-page-nav__item:hover svg {
  stroke: var(--main);
}
.content-page-nav__item.active {
  background-color: var(--light-background);
  border: 1.5px solid var(--main);
}
.content-page-nav__item.active svg {
  stroke: var(--main);
}
.content-page-nav__icon {
  min-width: 32px;
  height: 32px;
  width: 32px;
}
.content-page-nav__icon svg {
  stroke: var(--interface-grey);
}
.content-page-nav__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.3s ease;
}
.content-page-nav__links {
  max-width: 120px;
  font-size: 1.16rem;
  font-weight: 600;
  line-height: 140%;
  color: var(--main-font);
}

.content-page-admin__content p {
  line-height: 140%;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 140%;
  color: var(--main-font);
}
.content-page-admin__content h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
  color: var(--main-font);
  margin: 24px 0px 12px 0px;
}
.content-page-admin__content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 140%;
  color: var(--main-font);
  margin-bottom: 24px;
}
.content-page-admin__content li {
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 140%;
  color: var(--main-font);
}
.content-page-admin__content ol li {
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 140%;
  padding-left: 4px;
}
.content-page-admin__content ul li {
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 140%;
}
.content-page-admin__content ul li {
  margin: 0px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.content-page-admin__paragraph {
  margin-bottom: 32px;
}
.content-page-admin__flex-16 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-page.content-block.content-block--grey {
  margin-top: 0px;
  padding-bottom: 0px;
}
.content-page .header-grey-background {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 104px;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.content-page .header_bottom {
  height: 30px;
}

.content-block.content-block--grey.content-page.help-detail, .content-block.content-block--grey.content-page.page-detail {
  padding-top: 80px;
}
@media (max-width: 640px) {
  .content-block.content-block--grey.content-page.help-detail, .content-block.content-block--grey.content-page.page-detail {
    padding-top: 0px;
  }
}

.content-page.content-block--padding {
  padding: 80px 0px !important;
}

@media (max-width: 1580px) {
  .header-grey-background .breadcrumb .container {
    padding: 0px;
  }
}
@media (max-width: 1080px) {
  .content-page-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
    background-color: var(--grey-background);
    margin-bottom: 16px;
    padding: 0px;
  }
  .content-page-nav__item {
    border: 1.5px solid transparent;
    justify-content: start;
    background-color: var(--light-background);
    gap: 12px;
  }
  .content-page-nav__item.active {
    border: 1.5px solid var(--main);
    background-color: var(--light-background);
  }
}
@media (max-width: 1024px) {
  .content-page .header-grey-background {
    min-height: 80px;
    padding: 0px;
  }
  .content-page__wrap--sidebar {
    flex-direction: column;
  }
  .content-page__head {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .content-page__head--actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .content-page__head--actions .btn {
    max-width: none;
    white-space: inherit !important;
  }
  .content-page__head--description {
    text-align: center;
  }
  .content-page__container--child {
    margin: 0px;
    padding: 48px 24px;
  }
  .content-page.content-block--padding {
    padding: 0px !important;
  }
  .content-page.content-block.content-block--grey {
    padding: 0px;
    background: transparent;
  }
  .content-page__title h1 {
    margin: 0px;
    padding: 0px;
    margin-top: 2px;
    min-height: 32px;
    height: -moz-fit-content;
    height: fit-content;
    text-align: start;
  }
  .content-page__container.container {
    padding: 0px;
  }
  .content-page__container.container .breadcrumb {
    position: relative;
    top: 0;
    min-height: 32px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0px;
  }
  .content-page__container.container .breadcrumb .container {
    max-width: 100%;
  }
  .content-page__container.container .header-grey-background {
    margin: 0px;
    padding: 24px;
    min-height: 114px;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 24px;
    background-color: var(--grey-background);
    margin-bottom: 12px;
  }
  .content-page__container.container .header_bottom {
    height: 80px;
  }
  .content-page__container.container .header_bottom > div {
    padding: 16px 0px;
  }
  .content-page__container.container .header-bottom__wrap.container {
    padding: 0px;
  }
  .content-page-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
    background-color: var(--grey-background);
    padding: 12px;
  }
  .content-page__container--child {
    padding: 0px 24px;
  }
  .content-page__grey-background.content-page__container.container {
    background-color: var(--grey-background);
    padding: 12px;
    border-radius: 32px;
    margin: 0px;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 641px) {
  .content-block__article.content-page__title {
    text-align: center;
  }
  .content-block__article.header-grey-background {
    margin-bottom: 0px;
  }
}
@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-Regular.woff2?19873a15cf8af83ccda793186f53d983) format("woff2");
  src: url(/fonts/Inter-Regular.woff?0a93ffd86f24c8bebdc5e62a1756b272) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-Medium.woff2?3db408952a8a32914124856194228a33) format("woff2");
  src: url(/fonts/Inter-Medium.woff?e2d67c1acf9d289b962b7fd8070784af) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-SemiBold.woff2?1b12911183d4d0726dd4d870ca370e39) format("woff2");
  src: url(/fonts/Inter-SemiBold.woff?020fa8b6e0cb1f6f3b7bb954d7ffe87c) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-Bold.woff2?4f0caf5ae9e89afce04f91fba149f465) format("woff2");
  src: url(/fonts/Inter-Bold.woff?418edcaf58c0aefbf2879b8937edf00e) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Moloko";
  src: url(/fonts/Moloko.woff2?523cddcc76ae027d5ebec2ace3695356) format("woff2");
  src: url(/fonts/Moloko.woff?2468d88cf55314fe5d200edd29a6c407) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@media (pointer: coarse) {
  input, textarea, a, div, .btn, [contenteditable] {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: default;
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
  }
  span, p, .title {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
}
html {
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  scrollbar-width: thin;
  scrollbar-color: var(--main) transparent;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  max-width: 92%;
  margin: 0 auto !important;
  font-family: "Inter", sans-serif;
  line-height: 16.8px;
  color: var(--main-font);
  cursor: default;
  font-weight: 500;
}
body.no-scroll {
  overflow: hidden !important;
  touch-action: none;
  overscroll-behavior: contain;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  main {
    overflow: hidden;
  }
}
img {
  max-width: 100%;
  display: block;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: stroke 0.2s ease, fill 0.2s ease;
}

button {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}

p {
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 8px 0;
}

a {
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 140%;
  transition: color 0.2s ease;
  color: var(--main);
}

ol {
  margin: 12px 0px;
  padding: 0;
}
ol li {
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 16px;
}
ol li:last-child {
  margin-bottom: 0;
}

ul, .list--16 {
  margin: 12px 0px;
  padding: 0;
  list-style: none;
}
ul li, .list--16 li {
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 140%;
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
}
ul li:last-child, .list--16 li:last-child {
  margin-bottom: 0;
}
ul li::before, .list--16 li::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 50%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 7" fill="none"><path d="M1.3584 3.97927L2.77846 5.11532C3.11162 5.38184 3.59481 5.34231 3.88022 5.02519L6.99609 1.56311" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center, radial-gradient(34.53% 93.01% at 30.47% -26.01%, var(--main-gradient) 0%, var(--main) 100%);
  background-size: 8px 7px, cover;
}
ul.negative li::before, .list--16.negative li::before {
  background: url('data:image/svg+xml;utf8,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.66602 1.33331L1.33268 6.66665" stroke="white" stroke-width="1.5" stroke-linecap="round"/><path d="M1.33301 1.33331L6.66634 6.66665" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat center, var(--error);
}

.list--32 li {
  margin-bottom: 24px;
  height: 32px;
  position: relative;
  margin-bottom: 0px !important;
  padding: 6px 0px 6px 48px;
}
.list--32 li:last-child {
  margin-bottom: 0;
}
.list--32 li::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 50%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 7" fill="none"><path d="M1.3584 3.97927L2.77846 5.11532C3.11162 5.38184 3.59481 5.34231 3.88022 5.02519L6.99609 1.56311" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center, radial-gradient(34.53% 93.01% at 30.47% -26.01%, var(--main-gradient) 0%, var(--main) 100%);
  background-size: 8px 7px, cover;
}

main.main {
  position: relative;
}

.gradient-main {
  background: radial-gradient(48.16% 48.16% at 16.97% 16.97%, var(--main-gradient) 0%, var(--main) 100%);
  color: var(--light-font);
  box-shadow: none;
}
.gradient-main svg {
  stroke: var(--light-font);
  fill: var(--light-font);
}

.font-main {
  color: var(--main-font);
}

.main_container {
  max-width: 1440px;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}
.container--small {
  max-width: 1164px;
}

.content-block {
  margin-top: 32px;
  padding: 0px;
  border-radius: 64px;
  width: 100%;
}
.content-block--load {
  background-color: var(--grey-background);
  min-height: 140px;
}
.content-block--padding {
  padding: 80px 0;
}
.content-block--padding-64 {
  padding: 64px 0;
}
.content-block--padding-48 {
  padding: 48px 0;
}
.content-block--light {
  background-color: var(--light-background);
}
.content-block--grey {
  background-color: var(--grey-background);
}

@media all and (max-width: 900px) {
  .content-block--padding {
    padding: 40px 0;
  }
  .content-block--padding-64 {
    padding: 0px 0px 12px 0px;
  }
  .content-block--padding-48 {
    padding: 0px;
  }
}
@media all and (max-width: 640px) {
  .content-block {
    border-radius: 32px;
  }
}
@media all and (max-width: 1560px) {
  .container {
    padding: 0 16px;
  }
}
@media all and (max-width: 968px) {
  body {
    max-width: 98%;
  }
}
@media all and (max-width: 640px) {
  body {
    max-width: unset;
  }
  .container {
    max-width: 94%;
    padding: 0;
  }
}
.header_bottom {
  height: 136px;
}

.title {
  font-size: 2.667rem;
  font-weight: 600;
  line-height: 44.8px;
  margin: 0;
}
.title--center {
  text-align: center;
}
.title--color {
  color: var(--main);
  font-weight: 600;
}
.title.center {
  text-align: center;
}
.title_center {
  width: 100%;
  text-align: center;
}
.title_center--color {
  color: var(--main);
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  .title {
    line-height: normal;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .title {
    text-align: center;
  }
  .title--start-mobile {
    text-align: start;
  }
}

.subtitle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
}

.head {
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
  margin: 0px;
  margin-bottom: 16px;
}

.text-number--main {
  font-size: 3.33rem;
  font-weight: 400;
  line-height: 140%;
  color: var(--main-font);
}
.text-number--color {
  font-size: 3.33rem;
  font-weight: 400;
  line-height: 140%;
  color: var(--main);
}

.text-xs {
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}
.text-sm {
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 140%;
}
.text-base {
  font-size: 1.33rem;
  font-weight: 500;
  line-height: 140%;
}
.text-lg {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 140%;
}
.text-xl {
  font-size: 1.66rem;
  font-weight: 500;
  line-height: 140%;
}
.text-2xl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
}
.text-3xl {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 140%;
}
.text-4xl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 140%;
}
.text-5xl {
  font-size: 4rem;
  font-weight: 500;
  line-height: 140%;
}
.text-6xl {
  font-size: 5rem;
  font-weight: 500;
  line-height: 140%;
}
.text-7xl {
  font-size: 6rem;
  font-weight: 500;
  line-height: 140%;
}
.text-8xl {
  font-size: 8rem;
  font-weight: 500;
  line-height: 140%;
}
.text-9xl {
  font-size: 10rem;
  font-weight: 500;
  line-height: 140%;
}

.font-thin {
  font-weight: 100;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-black {
  font-weight: 900;
}

.select-none {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 7px 24px;
  border-radius: 12px;
  min-height: 48px;
  color: var(--main-font);
  background-color: var(--light-background);
  cursor: pointer;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 24px 0px var(--shadow);
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: box-shadow 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.btn:hover {
  box-shadow: 0px 14px 16px 0px rgba(95, 108, 123, 0.16);
}
.btn a, .btn span {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
}
.btn--white {
  background-color: var(--light-background);
}
.btn--grey {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  border-radius: 12px;
  border: 1.5px solid var(--border-grey);
  height: 48px;
  padding: 12px;
  transition: all 0.3s ease;
}
.btn--grey:hover {
  background-color: color-mix(in srgb, var(--border-grey) 20%, transparent);
}
.btn--grey:active {
  background-color: color-mix(in srgb, var(--border-grey) 60%, transparent);
}
.btn span {
  z-index: 2;
  position: relative;
}
.btn svg {
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  stroke: var(--interface-grey);
  fill: var(--interface-grey);
  transition: stroke 0.2s ease, fill 0.2s ease;
  position: relative;
  z-index: 2;
}
.btn--link {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
  border: 1.5px solid var(--border-grey);
  padding: 14px 24px;
  min-height: unset;
  transition: border-color 0.2s ease;
  font-size: 1.1667rem;
  line-height: 18.6px;
}
.btn--link svg {
  stroke: var(--grey-font);
  fill: var(--grey-font);
}
.btn--link:hover {
  border-color: var(--grey-font);
  box-shadow: none;
}
.btn--link:hover svg {
  stroke: var(--interface-grey);
  fill: var(--interface-grey);
}
.btn--color {
  background: radial-gradient(48.16% 48.16% at 16.97% 16.97%, var(--main-gradient) 0%, var(--main) 100%);
  color: var(--light-font);
  box-shadow: none;
}
.btn--color::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(34.53% 93.01% at 30.47% -26.01%, var(--main-gradient) 0%, var(--main) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: inherit;
  z-index: 1;
}
.btn--color svg {
  stroke: var(--light-font);
  fill: var(--light-font);
}
.btn--color:hover {
  box-shadow: none;
}
.btn--color:hover::after {
  opacity: 1;
}
.btn--color-progress {
  background: radial-gradient(48.16% 48.16% at 16.97% 16.97%, var(--main-gradient) 0%, var(--main) 100%);
  color: var(--light-font);
  box-shadow: none;
}
.btn--color-progress::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(34.53% 93.01% at 30.47% -26.01%, var(--main-gradient) 0%, var(--main) 100%);
  pointer-events: none;
  border-radius: 0;
  z-index: 1;
  opacity: 1;
  width: 30%;
  left: -30%;
  opacity: 1;
  left: 0;
  width: 0%;
  background: rgba(255, 255, 255, 0.35);
  animation: btn-progress-fill 5s linear forwards;
}
.btn--color-progress svg {
  stroke: var(--light-font);
  fill: var(--light-font);
}
.btn--color-progress:hover {
  box-shadow: none;
}
.btn--color-progress:hover::after {
  opacity: 1;
}
.btn.disabled {
  color: var(--grey-font);
  border: 1.5px solid var(--border-grey);
  background: var(--light-background);
  pointer-events: none;
}
.btn.disabled svg {
  stroke: var(--border-grey);
  fill: var(--border-grey);
}
.btn--children-bg {
  position: relative;
  overflow: hidden;
}
.btn--children-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/services/detskaya-stomatologiya/child_pattern_vector.svg");
  background-size: cover;
  background-position: center;
  opacity: 33%;
  z-index: 0;
}
.btn--children-bg > span {
  padding: 2px 8px;
  background: var(--child-main-color);
  border-radius: 12px;
}
.btn--children-bg > * {
  position: relative;
  z-index: 1;
}
.btn--width {
  max-width: none !important;
  width: 100%;
}

.btn--nowrap-transparent {
  background-color: transparent;
  height: 48px;
  max-width: none;
  white-space: nowrap !important;
  box-shadow: none;
}
.btn--nowrap-transparent:hover {
  box-shadow: none;
}

@keyframes btn-progress-fill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.background-hover {
  padding: 8px;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s ease;
  border-radius: 8px;
}
.background-hover:hover, .background-hover.active {
  background-color: var(--grey-background);
}

.price-for-seo {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.interface-svg {
  stroke: var(--interface-grey);
  fill: var(--interface-grey);
  transition: stroke 0.2s ease, fill 0.2s ease;
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.interface-svg--more {
  stroke: var(--interface-grey);
  fill: var(--interface-grey);
  transition: stroke 0.2s ease, fill 0.2s ease;
  min-width: 48px;
  width: 48px;
  height: 48px;
}
.interface-svg--more-64 {
  stroke: var(--interface-grey);
  fill: var(--interface-grey);
  transition: stroke 0.2s ease, fill 0.2s ease;
  min-width: 64px;
  width: 64px;
  height: 64px;
}
.interface-svg--color {
  stroke: var(--main);
  fill: var(--main);
}
.interface-svg--grey {
  stroke: var(--grey-font);
  fill: var(--grey-font);
}
.interface-svg--white {
  stroke: var(--light-font);
  fill: var(--light-font);
}
.interface-svg--error {
  stroke: var(--error);
  fill: var(--error);
}
.interface-svg--warning {
  stroke: var(--warning);
}
.interface-svg--mini {
  min-width: 24px !important;
  width: 24px !important;
  height: 24px !important;
}
.interface-svg--mini-16 {
  min-width: 16px !important;
  width: 16px !important;
  height: 16px !important;
}
.interface-svg--fill {
  stroke: none !important;
}
.interface-svg--stroke {
  fill: none !important;
}

.svg_service {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  color: var(--dark);
}

.icon-stroke--main {
  stroke: var(--main);
}
.icon-stroke--light {
  stroke: var(--light-background);
}
.icon-main {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.icon-figure {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.icon-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay {
  height: 100%;
  position: fixed;
  background-color: var(--overlay);
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: opacity 0.5s ease;
}
.overlay.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 10000;
}
.overlay-content {
  width: 100%;
  bottom: 0;
  max-width: 480px;
  overflow-y: auto;
  position: fixed;
  right: -100%;
  top: 0;
  transition: right 0.5s ease;
  z-index: 10001;
  border-radius: 32px 0px 0px 32px;
  background-color: var(--light-background);
  padding: 32px 48px 32px;
}
.overlay-content.active {
  right: 0;
  overflow-y: auto;
  scrollbar-width: none;
}
.overlay-close {
  width: 48px;
  height: 48px;
  top: 32px;
  position: absolute;
  right: 32px;
}
.overlay-close .btn {
  padding: 12px;
  width: 100%;
  height: 100%;
}
.overlay-close .btn svg {
  margin-right: 0;
}

.popup-overlay {
  background: rgba(37, 63, 65, 0.5);
  overflow: auto;
  padding: 40px 0;
}

.popup-content {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 28px rgba(37, 63, 65, 0.28);
  margin: auto;
  padding: 40px 32px;
}
.popup-content.popup-image-content {
  max-height: 90vh;
  max-width: 600px;
}
.popup-content .slider-popup {
  height: auto;
}
.popup-content .popup-min-width {
  min-width: 650px;
}
.popup-content .popup-min-width iframe {
  height: 365px;
}

.popup-content.popup-image-content.popup-color-content {
  max-height: none;
  max-width: none;
}

.video-popup-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: var(--light-background);
  border-radius: 24px;
}
.video-popup-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 90%;
  border: none;
  border-radius: 20px;
}

@media only screen and (max-width: 500px) {
  .popup-content {
    width: 90vw !important;
    max-width: none !important;
  }
  .video-popup-container {
    padding-top: 0;
    height: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .note-video-clip {
    width: 380px !important;
  }
  .table {
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 400px) {
  .note-video-clip {
    width: 320px !important;
  }
}
.animate-background {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.animate-background img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.animate-background__image-one {
  animation: fadeInOut 2s infinite;
  animation-timing-function: ease-in-out;
}
.animate-background__image-two {
  animation: fadeInOut 2s infinite;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateBackgr {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateBackgrOne {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateBackgrTwo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loader-circle {
  animation: dash 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.spinner-border {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border: 0.25em solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--main);
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.swiper-navigation {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 0;
}
.swiper-navigation .swiper-button-next, .swiper-navigation .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--light-background);
  margin-top: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 14px 24px 0px var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  /*
  &.swiper-button-disabled {
      opacity: 0 !important;
  }
      */
}
.swiper-navigation .swiper-button-next svg, .swiper-navigation .swiper-button-prev svg {
  width: 24px;
  height: 24px;
  stroke: var(--grey-font);
}
.swiper-navigation .swiper-button-next::after, .swiper-navigation .swiper-button-prev::after {
  display: none;
}
.swiper-navigation .swiper-button-next {
  right: -44px !important;
}
.swiper-navigation .swiper-button-next svg {
  transform: rotate(-90deg);
}
.swiper-navigation .swiper-button-prev {
  left: -44px !important;
}
.swiper-navigation .swiper-button-prev svg {
  transform: rotate(90deg);
}
.swiper-navigation .swiper-button-disabled.swiper-button-prev, .swiper-navigation .swiper-button-disabled.swiper-button-next {
  opacity: 0;
}
.swiper-navigation .swiper-button-disabled.custom-prev, .swiper-navigation .swiper-button-disabled.custom-next {
  opacity: 0;
}

.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  box-shadow: 0px 14px 24px 0px var(--shadow);
  background-color: var(--light-background);
  border-radius: 32px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 4px;
  margin-right: 8px;
  transition: width 0.2s ease;
  cursor: pointer;
  position: relative;
  padding: 4px;
  box-sizing: content-box;
}
.swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 4px;
  transition: width 0.2s ease;
  border-radius: 16px;
  background: var(--main-font);
  opacity: 0.1;
}
.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: radial-gradient(48.16% 48.16% at 16.97% 16.97%, var(--main-gradient) 0%, var(--main) 100%);
  width: 24px;
  opacity: 1;
}

.custom-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 10;
  pointer-events: none;
}
.custom-navigation button {
  background-color: var(--light-background);
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  box-shadow: 0px 14px 24px 0px var(--shadow);
  pointer-events: auto;
  transition: opacity 0.2s ease;
}
.custom-navigation button:hover {
  transform: scale(1.05);
}
.custom-navigation button svg {
  width: 24px;
  height: 24px;
  stroke: var(--grey-font);
}
.custom-navigation button::after {
  display: none;
}
.custom-navigation button.custom-prev {
  margin-left: 0px;
}
.custom-navigation button.custom-prev svg {
  transform: rotate(90deg);
}
.custom-navigation button.custom-next {
  margin-right: 0px;
}
.custom-navigation button.custom-next svg {
  transform: rotate(-90deg);
}

.implant-price-small-container .custom-navigation button {
  box-shadow: unset;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 188.4;
  }
  100% {
    stroke-dashoffset: 376;
  }
}
.email-block:hover .email-block__value > div:first-child {
  color: var(--main);
}
.email-block:hover .email-block__icon svg {
  stroke: var(--main);
}
.email-block__wrap {
  display: flex;
  align-items: flex-start;
}
.email-block__icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-top: 4px;
}
.email-block__value {
  font-weight: 600;
}
.email-block__value div:first-child {
  transition: color 0.2s ease;
}
.email-block__value div:last-child {
  font-size: 0.833rem;
  line-height: 14px;
  color: var(--grey-font);
}

.rc-anchor {
  display: none !important;
}

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

.service-item {
  width: 100%;
  max-width: 338px;
  height: 48px;
  border-radius: 12px;
  background-color: var(--grey-background);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 8px;
}
.service-item__icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
}
.service-item__name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  color: var(--main-font);
}
.service-item__interface-svg {
  display: block;
  margin: auto;
  width: 32px;
  min-width: 32px;
  height: 32px;
  stroke: var(--main);
}

body .app-content {
  border-radius: 32px;
}
body .app-den-calc .select-component .switch-component__options {
  z-index: 2;
}
body .app-den-calc .service-item {
  min-height: 552px;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
body .app-den-calc .service-item p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}
body .app-den-calc .swiper-initialized .swiper-button-next:after,
body .app-den-calc .swiper-initialized .swiper-button-prev:after {
  display: none;
}
body .app-den-calc .treatment-plan__wrap .btn,
body .app-den-calc .service-item__action .btn,
body .app-den-calc .btn.tooth-detail__save {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
}
body .btn.btn-outline.close,
body .btn.btn-outline.zoom {
  min-width: 48px;
  width: 48px;
  background-position: center;
  background-repeat: no-repeat;
}
body .btn.btn-outline.close:hover,
body .btn.btn-outline.zoom:hover {
  background-position: center;
  background-repeat: no-repeat;
}

body ._row-16_10ek6_54 ._btn_t7e5g_1._outline_t7e5g_25 {
  border-radius: 8px;
}

.float-panel__slide-icon--max.max-icon {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.float-panel__slide-icon--max.max-icon {
  fill: var(--webkit-max);
}

.list-with-image__icon-figure.icon-figure {
  position: relative;
  display: inline-block;
  fill: var(--main);
}

.info-link-v2__icon-figure.icon-figure {
  position: relative;
  display: inline-block;
  fill: var(--main);
}
