@charset "UTF-8";
@font-face {
  font-family: "TT Fors Variable Italic";
  src: url("/bitrix/templates/hbr/assets/fonts/TT-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "TT Fors Variable Italic";
  src: url("/bitrix/templates/hbr/assets/fonts/TT-Medium-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "TT Fors Variable";
  src: url("/bitrix/templates/hbr/assets/fonts/TT-Variable.ttf") format("truetype"), url("/bitrix/templates/hbr/assets/fonts/TT-Fors-Trial-Variable.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TT Fors Variable";
  src: url("/bitrix/templates/hbr/assets/fonts/TT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Salina";
  src: url("/bitrix/templates/hbr/assets/fonts/Salina-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Salina";
  src: url("/bitrix/templates/hbr/assets/fonts/Salina-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Salina Regular";
  src: url("/bitrix/templates/hbr/assets/fonts/Salina-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Salina";
  src: url("/bitrix/templates/hbr/assets/fonts/Salina-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("/bitrix/templates/hbr/assets/fonts/JetBrainsMono-Medium.woff2") format("woff");
}
@font-face {
  font-family: "Oceanic Grotesk";
  src: url("/bitrix/templates/hbr/assets/fonts/Oceanic Grotesk-Regular-Web.woff2") format("woff2"), url("/bitrix/templates/hbr/assets/fonts/Oceanic Grotesk-Regular-Web.woff") format("woff"), url("/bitrix/templates/hbr/assets/fonts/Oceanic Grotesk-Regular-Web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oceanic Grotesk";
  src: url("/bitrix/templates/hbr/assets/fonts/Oceanic Grotesk-Medium-Web.woff2") format("woff2"), url("/bitrix/templates/hbr/assets/fonts/Oceanic Grotesk-Medium-Web.woff") format("woff"), url("/bitrix/templates/hbr/assets/fonts/Oceanic Grotesk-Medium-Web.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Oceanic Text";
  src: url("/bitrix/templates/hbr/assets/fonts/Oceanic Text-Regular-Web.woff2") format("woff2"), url("/bitrix/templates/hbr/assets/fonts/Oceanic Text-Regular-Web.woff") format("woff"), url("/bitrix/templates/hbr/assets/fonts/Oceanic Text-Regular-Web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oceanic Text";
  src: url("/bitrix/templates/hbr/assets/fonts/Oceanic Text-Regular Italic-Web.woff2") format("woff2"), url("/bitrix/templates/hbr/assets/fonts/Oceanic Text-Regular Italic-Web.woff") format("woff"), url("/bitrix/templates/hbr/assets/fonts/Oceanic Text-Regular Italic-Web.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Oceanic Text";
  src: url("/bitrix/templates/hbr/assets/fonts/Oceanic Text-Medium-Web.woff2") format("woff2"), url("/bitrix/templates/hbr/assets/fonts/Oceanic Text-Medium-Web.woff") format("woff"), url("/bitrix/templates/hbr/assets/fonts/Oceanic Text-Medium-Web.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
html, body {
  font-family: "TT Fors Variable", sans-serif;
  font-smooth: auto;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

body.fixed {
  overflow: hidden;
}

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1330px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
* {
  box-sizing: border-box;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: 200ms;
  transition: 200ms;
  position: relative;
}

a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: gray;
  opacity: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
}

a:focus, a:active, a:visited {
  color: #000000;
}

a:hover {
  -webkit-transition: 200ms;
  transition: 200ms;
  color: gray;
}

a.button:after {
  display: none;
}

.main-menu a:not(.svg-link):hover:after, .top-menu a:not(.svg-link):hover:after, .footer__menu a:not(.svg-link):hover:after {
  opacity: 1;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.main-menu a.svg-link svg path, .top-menu a.svg-link svg path, .footer__menu a.svg-link svg path {
  -webkit-transition: 200ms;
  transition: 200ms;
}

.main-menu a.svg-link:hover svg path, .top-menu a.svg-link:hover svg path, .footer__menu a.svg-link:hover svg path {
  -webkit-transition: 200ms;
  transition: 200ms;
  fill: #A41134;
}

.delimiter {
  margin: 0;
}

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

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

.text-serif {
  font-family: "Salina", serif;
}

.text-serif-regular, .sub-head, .quote {
  font-family: "Salina Regular", serif;
}

.text-uppercase, .sub-head, .quote--uppercase {
  text-transform: uppercase;
}

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

.bold, .text-regular--bold {
  font-weight: 500 !important;
}

.text-regular, .get-subscribe__info-column ul li, .message-window__text, .input-group input, .article__body-text, .category-tags-link, .modal-menu__bottom-link, .modal-menu__middel-link, .modal-menu__top-link, html, body {
  font-style: normal !important;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 137.5%;
  margin: 0;
}

.text-regular--small {
  font-size: 14px;
}

.text-regular--big, .article__body-text {
  font-size: 18px;
  line-height: 150%;
}

.footnote, .article__header-meta {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 137.5%;
  margin: 0;
}

@media (max-width: 300px) {
  .footnote, .article__header-meta {
    font-size: 14px;
  }
}
.footnote--italic {
  font-family: "TT Fors Variable Italic", sans-serif;
  font-style: italic;
}

.h1 {
  margin: 0;
  font-size: 42px;
  line-height: 114%;
  color: #000000;
  font-weight: 500;
}

.h1--serif {
  font-family: "Salina", serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  .h1 {
    font-size: 36px;
    line-height: 125%;
  }
}
@media (max-width: 340px) {
  .h1 {
    font-size: 24px;
  }
}
.h2 {
  margin: 0;
  font-size: 36px;
  line-height: 125%;
  color: #000000;
  font-weight: 500;
}

.h2--serif {
  font-family: "Salina", serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  .h2 {
    font-size: 24px;
    line-height: 133%;
  }
}
@media (max-width: 340px) {
  .h2 {
    font-size: 20px;
  }
}
.h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  line-height: 111%;
}

@media (max-width: 768px) {
  .h3 {
    font-size: 28px;
    line-height: 120%;
  }
}
@media (max-width: 500px) {
  .h3 {
    font-size: 22px;
  }
}
@media (max-width: 340px) {
  .h3 {
    font-size: 18px;
  }
}
.h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  line-height: 133%;
}

@media (max-width: 768px) {
  .h4 {
    font-size: 20px;
    line-height: 140%;
  }
}
@media (max-width: 340px) {
  .h4 {
    font-size: 18px;
  }
}
.h5 {
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  line-height: 130%;
}

@media (max-width: 768px) {
  .h5 {
    font-size: 20px;
    line-height: 140%;
  }
}
@media (max-width: 340px) {
  .h5 {
    font-size: 18px;
  }
}
.intro {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 133%;
}

@media (max-width: 768px) {
  .intro {
    font-size: 20px;
    line-height: 140%;
  }
}
@media (max-width: 340px) {
  .intro {
    font-size: 18px;
  }
}
@media (max-width: 300px) {
  .intro {
    font-size: 16px;
  }
}
.quote {
  margin: 0;
  color: #000000;
  font-size: 32px;
  font-weight: 400;
  line-height: 162.5%;
}

.quote--big {
  font-size: 40px;
  line-height: 125%;
}

@media (max-width: 768px) {
  .quote--big {
    font-size: 28px;
    line-height: 140%;
  }
}
@media (max-width: 340px) {
  .quote--big {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .quote {
    font-size: 26px;
    line-height: 140%;
  }
}
@media (max-width: 340px) {
  .quote {
    font-size: 22px;
  }
}
.sub-head {
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 137.5%;
  letter-spacing: 0.4px;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}

.placeholder, ::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}

@media (max-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 22px;
    line-height: 140%;
  }
  ::-moz-placeholder {
    font-size: 22px;
    line-height: 140%;
  }
  :-ms-input-placeholder {
    font-size: 22px;
    line-height: 140%;
  }
  ::-ms-input-placeholder {
    font-size: 22px;
    line-height: 140%;
  }
  .placeholder, ::placeholder {
    font-size: 22px;
    line-height: 140%;
  }
}
@media (max-width: 340px) {
  ::-webkit-input-placeholder {
    font-size: 18px;
  }
  ::-moz-placeholder {
    font-size: 18px;
  }
  :-ms-input-placeholder {
    font-size: 18px;
  }
  ::-ms-input-placeholder {
    font-size: 18px;
  }
  .placeholder, ::placeholder {
    font-size: 18px;
  }
}
.color-ghost {
  color: rgba(0, 0, 0, 0.6);
}

.color-red, .top-menu__span a {
  color: #A41134;
}

.color-white {
  color: #FFFFFF;
}

a.color-red:hover, .top-menu__span a:hover {
  -webkit-transition: 200ms;
  transition: 200ms;
  color: #ea315d;
}

a.color-red:hover:after, .top-menu__span a:hover:after {
  background: #ea315d;
}

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

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

.text-italic {
  font-family: "TT Fors Variable Italic", sans-serif;
  font-style: italic;
}

.text-white {
  color: #FFFFFF;
}

.text-footer {
  color: #C9C9C9;
}

.container.bg_w {
  padding: 0;
  background: #F0EFF6;
  margin-bottom: 60px;
}

.container.bg_w [id^=adfox] {
  min-height: unset;
  margin: 0 auto;
}

.ethics {
  max-width: 100%;
}

a:focus, a:active, a:hover, input:focus, input:active, input:hover, select:focus, select:active, select:hover {
  outline: none;
}

@media print {
  .article__body-sidebar {
    display: none !important;
  }
  .article__body-inner {
    max-width: 100% !important;
  }
}
.grecaptcha-badge {
  display: none !important;
}

.grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(12, 1fr);
}

@media (min-width: 0px) and (max-width: 320px) {
  .col-xxs-1 {
    grid-column: span 1/auto;
  }
}
@media (min-width: 321px) and (max-width: 500px) {
  .col-xs-1 {
    grid-column: span 1/auto;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .col-sm-1 {
    grid-column: span 1/auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .col-md-1 {
    grid-column: span 1/auto;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .col-lg-1 {
    grid-column: span 1/auto;
  }
}
.col-1 {
  grid-column: span 1/auto;
}

@media (min-width: 0px) and (max-width: 320px) {
  .col-xxs-2 {
    grid-column: span 2/auto;
  }
}
@media (min-width: 321px) and (max-width: 500px) {
  .col-xs-2 {
    grid-column: span 2/auto;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .col-sm-2 {
    grid-column: span 2/auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .col-md-2 {
    grid-column: span 2/auto;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .col-lg-2 {
    grid-column: span 2/auto;
  }
}
.col-2 {
  grid-column: span 2/auto;
}

@media (min-width: 0px) and (max-width: 320px) {
  .col-xxs-3 {
    grid-column: span 3/auto;
  }
}
@media (min-width: 321px) and (max-width: 500px) {
  .col-xs-3 {
    grid-column: span 3/auto;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .col-sm-3 {
    grid-column: span 3/auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .col-md-3 {
    grid-column: span 3/auto;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .col-lg-3 {
    grid-column: span 3/auto;
  }
}
.col-3 {
  grid-column: span 3/auto;
}

@media (min-width: 0px) and (max-width: 320px) {
  .col-xxs-4 {
    grid-column: span 4/auto;
  }
}
@media (min-width: 321px) and (max-width: 500px) {
  .col-xs-4 {
    grid-column: span 4/auto;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .col-sm-4 {
    grid-column: span 4/auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .col-md-4 {
    grid-column: span 4/auto;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .col-lg-4 {
    grid-column: span 4/auto;
  }
}
.col-4 {
  grid-column: span 4/auto;
}

@media (min-width: 0px) and (max-width: 320px) {
  .col-xxs-5 {
    grid-column: span 5/auto;
  }
}
@media (min-width: 321px) and (max-width: 500px) {
  .col-xs-5 {
    grid-column: span 5/auto;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .col-sm-5 {
    grid-column: span 5/auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .col-md-5 {
    grid-column: span 5/auto;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .col-lg-5 {
    grid-column: span 5/auto;
  }
}
.col-5 {
  grid-column: span 5/auto;
}

@media (min-width: 0px) and (max-width: 320px) {
  .col-xxs-6 {
    grid-column: span 6/auto;
  }
}
@media (min-width: 321px) and (max-width: 500px) {
  .col-xs-6 {
    grid-column: span 6/auto;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .col-sm-6 {
    grid-column: span 6/auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .col-md-6 {
    grid-column: span 6/auto;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .col-lg-6 {
    grid-column: span 6/auto;
  }
}
.col-6 {
  grid-column: span 6/auto;
}

@media (min-width: 0px) and (max-width: 320px) {
  .col-xxs-7 {
    grid-column: span 7/auto;
  }
}
@media (min-width: 321px) and (max-width: 500px) {
  .col-xs-7 {
    grid-column: span 7/auto;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .col-sm-7 {
    grid-column: span 7/auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .col-md-7 {
    grid-column: span 7/auto;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .col-lg-7 {
    grid-column: span 7/auto;
  }
}
.col-7 {
  grid-column: span 7/auto;
}

@media (min-width: 0px) and (max-width: 320px) {
  .col-xxs-8 {
    grid-column: span 8/auto;
  }
}
@media (min-width: 321px) and (max-width: 500px) {
  .col-xs-8 {
    grid-column: span 8/auto;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .col-sm-8 {
    grid-column: span 8/auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .col-md-8 {
    grid-column: span 8/auto;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .col-lg-8 {
    grid-column: span 8/auto;
  }
}
.col-8 {
  grid-column: span 8/auto;
}

@media (min-width: 0px) and (max-width: 320px) {
  .col-xxs-9 {
    grid-column: span 9/auto;
  }
}
@media (min-width: 321px) and (max-width: 500px) {
  .col-xs-9 {
    grid-column: span 9/auto;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .col-sm-9 {
    grid-column: span 9/auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .col-md-9 {
    grid-column: span 9/auto;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .col-lg-9 {
    grid-column: span 9/auto;
  }
}
.col-9 {
  grid-column: span 9/auto;
}

@media (min-width: 0px) and (max-width: 320px) {
  .col-xxs-10 {
    grid-column: span 10/auto;
  }
}
@media (min-width: 321px) and (max-width: 500px) {
  .col-xs-10 {
    grid-column: span 10/auto;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .col-sm-10 {
    grid-column: span 10/auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .col-md-10 {
    grid-column: span 10/auto;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .col-lg-10 {
    grid-column: span 10/auto;
  }
}
.col-10 {
  grid-column: span 10/auto;
}

@media (min-width: 0px) and (max-width: 320px) {
  .col-xxs-11 {
    grid-column: span 11/auto;
  }
}
@media (min-width: 321px) and (max-width: 500px) {
  .col-xs-11 {
    grid-column: span 11/auto;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .col-sm-11 {
    grid-column: span 11/auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .col-md-11 {
    grid-column: span 11/auto;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .col-lg-11 {
    grid-column: span 11/auto;
  }
}
.col-11 {
  grid-column: span 11/auto;
}

@media (min-width: 0px) and (max-width: 320px) {
  .col-xxs-12 {
    grid-column: span 12/auto;
  }
}
@media (min-width: 321px) and (max-width: 500px) {
  .col-xs-12 {
    grid-column: span 12/auto;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .col-sm-12 {
    grid-column: span 12/auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .col-md-12 {
    grid-column: span 12/auto;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .col-lg-12 {
    grid-column: span 12/auto;
  }
}
.col-12 {
  grid-column: span 12/auto;
}

.button {
  font-size: 16px;
  padding: 12px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background: transparent;
  border: 2px solid #A41134;
  color: #A41134 !important;
  -webkit-transition: 200ms;
  transition: 200ms;
  cursor: pointer;
}

.button svg {
  -webkit-transition: 200ms;
  transition: 200ms;
}

.button:disabled {
  border-color: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3) !important;
}

.button:disabled svg path {
  fill: rgba(0, 0, 0, 0.3);
}

.button:focus {
  outline: none;
}

.button:active {
  color: #A41134 !important;
  border-color: #820623;
  outline: none;
}

.button:active svg {
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

@media only screen and (hover: none) and (pointer: coarse) {
  .button:active svg {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.button:hover {
  background: rgba(164, 17, 52, 0.1) !important;
  color: #A41134;
  outline: none;
}

.button:hover svg {
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

@media only screen and (hover: none) and (pointer: coarse) {
  .button:hover svg {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.button--red {
  background: #A41134;
  color: #FFFFFF !important;
}

.button--red:focus {
  outline: none;
}

.button--red:active {
  background: #FFFFFF !important;
  color: #A41134 !important;
  border-color: #A41134 !important;
  outline: none;
}

.button--red:active svg {
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

@media only screen and (hover: none) and (pointer: coarse) {
  .button--red:active svg {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.button--red:hover {
  background: #FFFFFF !important;
  color: #A41134 !important;
  border-color: #820623 !important;
  outline: none;
}

.button--red:hover svg {
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

@media only screen and (hover: none) and (pointer: coarse) {
  .button--red:hover svg {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.button--promo:disabled {
  color: #000000;
}

.button--without-animation:hover svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.button--small {
  padding: 10px 20px;
}

.button--white {
  border-color: #FFFFFF;
  color: #FFFFFF !important;
}

.button__get-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: #A41134;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #FFFFFF !important;
  max-width: 150px;
  margin-right: 22px;
}

.button__get-subscribe:after {
  display: none;
}

.button__get-subscribe:hover {
  color: #A41134 !important;
  background: #FFFFFF;
}

.header {
  position: relative;
  background: #F0EFF6;
}

@media (max-width: 1200px) {
  .header {
    height: 66px;
  }
}
.header .grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header__top {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #F0EFF6;
  z-index: 999;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.header__bottom {
  padding: 66px 0 7px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
  .header__bottom {
    display: none;
  }
}
.header__logo a {
  display: block;
}

.header__logo img {
  width: 40px;
  height: 40px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.header__profile-search-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 32px;
  grid-column: span 11/auto;
}

@media (max-width: 1200px) {
  .header__profile-search-block {
    grid-column: span 2/auto;
  }
}
@media (max-width: 620px) {
  .header__profile-search-block {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 10px;
  }
}
.header__mobile-telephone {
  display: none;
}

@media (max-width: 1200px) {
  .header__mobile-telephone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__mobile-telephone-dropdown {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-height: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #F0EFF6;
}

.header__mobile-telephone-dropdown--active {
  padding: 5px;
  max-height: unset;
  -webkit-transition: 200ms;
  transition: 200ms;
  top: 65px;
}

.top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

@media (max-width: 1200px) {
  .top-menu {
    display: none;
  }
}
.top-menu__link {
  font-size: 14px;
  line-height: 157%;
}

.top-menu__icon {
  margin-right: -10px;
  line-height: 10px;
}

.top-menu__span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-menu__telephone-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu__list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (max-width: 1330px) {
  .main-menu__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-menu__item {
  list-style: none;
  padding: 10px;
}

.main-menu__item:hover > .main-menu__child-list {
  max-height: 100%;
  -webkit-transition: 200ms;
  transition: 200ms;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 18px;
  opacity: 1;
  z-index: 1;
}

@media (max-width: 1330px) {
  .main-menu__item {
    font-size: 14px;
  }
}
.main-menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 137%;
}

.main-menu__child-list {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 0;
  z-index: -1;
}

.main-menu__child-list:before {
  content: "";
  position: absolute;
  top: 18px;
  width: 100%;
  height: 100%;
  background: #F0EFF6;
  z-index: -1;
}

.main-menu__child-item {
  list-style: none;
  padding: 10px;
}

.main-menu__child-item:first-child {
  padding-top: 10px;
}

.main-menu__child-item:last-child {
  padding-bottom: 10px;
}

.main-menu__child-link {
  line-height: 137%;
}

.search__toggle-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-left: auto;
}

.search__toggle-button:active, .search__toggle-button:focus {
  outline: none;
}

.search__toggle-button svg path {
  -webkit-transition: 200ms;
  transition: 200ms;
}

.search__toggle-button:hover svg path {
  -webkit-transition: 200ms;
  transition: 200ms;
  fill: #A41134;
}

.search__toggle-button [data-action=search-close] {
  display: none;
}

@media (max-width: 500px) {
  .search__toggle-button--mobile-close [data-action=search-open] {
    display: none;
  }
  .search__toggle-button--mobile-close [data-action=search-close] {
    display: block;
  }
}
.search__input-field-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: #F0EFF6;
  overflow: hidden;
  width: 0;
  opacity: 0;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.search__input-field-wrapper .grid {
  height: 100%;
  width: 100%;
}

@media (max-width: 500px) {
  .search__input-field-wrapper {
    top: 56px;
    left: -15px;
    height: 60px;
    padding: 8px 16px;
    right: 0;
    -webkit-transform: translateX(-100vw);
        -ms-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}
.search__input-field-wrapper--active {
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 1;
  width: 90%;
}

@media (max-width: 500px) {
  .search__input-field-wrapper--active {
    width: 100vw;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.search__input-group {
  position: relative;
}

.search__input-field {
  border: none;
  background: transparent;
  caret-color: #A41134;
  width: 100%;
  height: 32px;
  padding: 0;
  font-size: 24px;
}

.search__input-field:focus {
  outline: none;
  padding: 0 0 0 10px;
}

.search__input-field:-moz-placeholder-shown + .search__input-label {
  opacity: 1;
  -moz-transition: 200ms;
  transition: 200ms;
}

.search__input-field:-ms-input-placeholder + .search__input-label {
  opacity: 1;
  -ms-transition: 200ms;
  transition: 200ms;
}

.search__input-field:placeholder-shown + .search__input-label {
  opacity: 1;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.search__input-label {
  opacity: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}

@media (max-width: 500px) {
  .search__input-label {
    font-size: 18px;
    line-height: 150%;
  }
}
@media (max-width: 340px) {
  .search__input-label {
    font-size: 16px;
    line-height: 125%;
  }
}
.search__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.search__close .button {
  background: transparent;
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 500px) {
  .search__close .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.search__close-button {
  cursor: pointer;
}

@media (max-width: 500px) {
  .search__close-button {
    display: none;
  }
}
.search__close-button path {
  -webkit-transition: 200ms;
  transition: 200ms;
}

.search__close-button:hover path {
  -webkit-transition: 200ms;
  transition: 200ms;
  fill: #A41134;
}

.search__icon, .search__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu-toggle-button {
  position: relative;
  width: 24px;
  height: 9.3px;
  display: block;
  cursor: pointer;
}

.header__menu-toggle-button:before {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  background: #000000;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.header__menu-toggle-button:after {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #000000;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.header__menu-toggle-button.opened:before {
  right: 0;
  top: 6.5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.header__menu-toggle-button.opened:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.modal-menu {
  position: fixed;
  top: 66px;
  background: #F0EFF6;
  max-width: 331px;
  width: 100%;
  height: -webkit-calc(100vh - 66px);
  height: calc(100vh - 66px);
  padding: 7px 12px;
  z-index: 9;
  -webkit-transform: translateX(-400px);
      -ms-transform: translateX(-400px);
          transform: translateX(-400px);
  opacity: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.modal-menu--scrolled {
  overflow: auto;
}

.modal-menu--active {
  -webkit-transition: 200ms;
  transition: 200ms;
}

@media (max-width: 1200px) {
  .modal-menu--active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
}
@media (min-width: 1201px) {
  .modal-menu--active {
    -webkit-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
            transform: translateX(-400px);
    opacity: 0;
  }
}
.modal-menu__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.modal-menu__top-list {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}

.modal-menu__top-item {
  list-style: none;
}

.modal-menu__top-item--horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.modal-menu__top-link {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}

.modal-menu__middel-list {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}

.modal-menu__middel-item {
  list-style: none;
}

.modal-menu__middel-link {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}

.modal-menu__bottom-list {
  margin: 0;
  padding: 0;
  width: 100%;
}

.modal-menu__bottom-item {
  list-style: none;
}

.modal-menu__bottom-link {
  padding: 10px;
  display: block;
}

.top-section {
  padding: 48px 0;
  background: #F0EFF6;
}

@media (max-width: 768px) {
  .top-section {
    padding: 24px 0;
  }
}
@media (max-width: 500px) {
  .top-section {
    padding: 28px 0 32px 0;
  }
}
.top-section .grid {
  gap: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .top-section .grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-section__link--opacity p, .top-section__link--opacity h1, .top-section__link--opacity h2, .top-section__link--opacity h3, .top-section__link--opacity h4, .top-section__link--opacity h5, .top-section__link--opacity h6 {
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 0.6;
}

.top-section__link--scale .top-section__image {
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.top-section__image {
  max-width: 100%;
  -webkit-transition: 200ms;
  transition: 200ms;
  display: block;
}

@media (max-width: 769px) {
  .top-section__image {
    margin: auto;
  }
}
.top-section__image-wrapper {
  overflow: hidden;
}

.top-section__text .h1 {
  -webkit-transition: 200ms;
  transition: 200ms;
  max-width: 550px;
  margin: auto;
}

.top-section__text .h1--serif {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .top-section__text .h1 {
    font-size: 24px;
    line-height: 133%;
    margin-bottom: 6px;
  }
  .top-section__text .h1 br {
    display: none;
  }
}
.top-section__text .sub-head {
  -webkit-transition: 200ms;
  transition: 200ms;
  margin-bottom: 12px;
}

@media (max-width: 769px) {
  .top-section__text .sub-head {
    margin-bottom: 6px;
  }
}
.top-section__text .text-regular, .top-section__text .get-subscribe__info-column ul li, .get-subscribe__info-column ul .top-section__text li, .top-section__text .message-window__text, .top-section__text .input-group input, .input-group .top-section__text input, .top-section__text .article__body-text, .top-section__text .category-tags-link, .top-section__text html, .top-section__text body, .top-section__text .modal-menu__top-link, .top-section__text .modal-menu__middel-link, .top-section__text .modal-menu__bottom-link {
  -webkit-transition: 200ms;
  transition: 200ms;
  max-width: 550px;
  margin: auto;
}

.top-section__text .text-regular b, .top-section__text .get-subscribe__info-column ul li b, .get-subscribe__info-column ul .top-section__text li b, .top-section__text .message-window__text b, .top-section__text .input-group input b, .input-group .top-section__text input b, .top-section__text .article__body-text b, .top-section__text .category-tags-link b, .top-section__text html b, .top-section__text body b, .top-section__text .modal-menu__top-link b, .top-section__text .modal-menu__middel-link b, .top-section__text .modal-menu__bottom-link b {
  display: block;
}

.articles-grid {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .articles-grid {
    margin-bottom: 32px;
  }
}
.articles-grid .grid {
  padding: 40px 0;
  gap: 20px;
}

@media (max-width: 768px) {
  .articles-grid .grid {
    padding: 24px 0;
  }
}
.articles-grid .grid--gap {
  row-gap: 35px;
}

@media (max-width: 768px) {
  .articles-grid .grid--gap {
    padding: 32px 0;
  }
}
@media (max-width: 500px) {
  .articles-grid .grid--gap {
    padding: 24px 0;
  }
}
.articles-grid__link {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.articles-grid__link--opacity p, .articles-grid__link--opacity h1, .articles-grid__link--opacity h2, .articles-grid__link--opacity h3, .articles-grid__link--opacity h4, .articles-grid__link--opacity h5, .articles-grid__link--opacity h6 {
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 0.6;
}

.articles-grid__link--scale .articles-grid__image {
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 310px) {
  .articles-grid__link {
    grid-column: span 12/auto;
  }
}
.articles-grid .sub-head {
  margin-bottom: 8px;
}

.articles-grid .h4 {
  margin-bottom: 8px;
}

.articles-grid__h4--background {
  padding-top: 14px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.articles-grid__image {
  -webkit-transition: 200ms;
  transition: 200ms;
  max-width: 100%;
  position: relative;
  z-index: 0;
  display: block;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

.articles-grid__image-wrapper {
  max-height: 281px;
  overflow: hidden;
}

.articles-grid__link-more {
  border: 4px solid #A41134;
  text-align: center;
  color: #A41134 !important;
  font-family: Salina-Trial, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 24px 24px;
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.articles-grid__link-more--disabled {
  -webkit-transition: 200ms;
  transition: 200ms;
  background: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}

@media (max-width: 1275px) {
  .articles-grid__link-more {
    font-size: 34px;
  }
}
@media (max-width: 1235px) {
  .articles-grid__link-more {
    font-size: 32px;
  }
}
@media (max-width: 1195px) {
  .articles-grid__link-more {
    font-size: 30px;
  }
}
@media (max-width: 1150px) {
  .articles-grid__link-more {
    font-size: 28px;
  }
}
@media (max-width: 1110px) {
  .articles-grid__link-more {
    font-size: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .articles-grid__link-more {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 835px) {
  .articles-grid__link-more {
    font-size: 26px;
  }
}
@media (max-width: 805px) {
  .articles-grid__link-more {
    font-size: 24px;
  }
}
@media (max-width: 735px) {
  .articles-grid__link-more {
    line-height: 138%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 615px) {
  .articles-grid__link-more {
    font-size: 22px;
  }
}
@media (max-width: 585px) {
  .articles-grid__link-more {
    font-size: 20px;
  }
}
@media (max-width: 555px) {
  .articles-grid__link-more {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .articles-grid__link-more {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .articles-grid__link-more {
    font-size: 24px;
  }
}
@media (max-width: 415px) {
  .articles-grid__link-more {
    font-size: 22px;
  }
}
@media (max-width: 395px) {
  .articles-grid__link-more {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .articles-grid__link-more {
    padding: 0 12px;
  }
}
@media (max-width: 325px) {
  .articles-grid__link-more {
    font-size: 18px;
  }
}
@media (max-width: 310px) {
  .articles-grid__link-more {
    padding: 20px;
    font-size: 24px;
  }
}
.articles-grid__link-more span {
  word-break: break-all;
  text-align: left;
  font-weight: 500;
}

.articles-grid__link-more svg {
  -webkit-transition: 200ms;
  transition: 200ms;
}

@media (max-width: 805px) {
  .articles-grid__link-more svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  .articles-grid__link-more svg {
    width: 42px;
    height: 42px;
  }
}
.articles-grid__link-more:hover {
  -webkit-transition: 200ms;
  transition: 200ms;
  background: #F0EFF6;
}

.articles-grid__link-more:hover svg {
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.best-articles-grid {
  background: #F0EFF6;
  padding: 48px 0;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .best-articles-grid {
    margin-bottom: 32px;
    padding: 24px 0;
  }
}
.best-articles-grid .grid {
  gap: 20px;
}

.best-articles-grid__link {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.best-articles-grid__link--opacity p, .best-articles-grid__link--opacity h1, .best-articles-grid__link--opacity h2, .best-articles-grid__link--opacity h3, .best-articles-grid__link--opacity h4, .best-articles-grid__link--opacity h5, .best-articles-grid__link--opacity h6 {
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 0.6;
}

.best-articles-grid__link--scale .best-articles-grid__image {
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 310px) {
  .best-articles-grid__link {
    grid-column: span 12/auto;
  }
}
.best-articles-grid .sub-head {
  padding-top: 14px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.best-articles-grid .h4 {
  margin-bottom: 8px;
}

.best-articles-grid__image {
  -webkit-transition: 200ms;
  transition: 200ms;
  max-width: 100%;
  position: relative;
  z-index: 0;
  display: block;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

.best-articles-grid__image-wrapper {
  max-height: 281px;
  overflow: hidden;
}

.category-articles-grid {
  background: #F0EFF6;
  padding: 48px 0;
  margin-bottom: 60px;
}

.category-articles-grid--transparent {
  background: transparent;
}

@media (max-width: 768px) {
  .category-articles-grid {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .category-articles-grid {
    padding: 24px 0;
  }
}
.category-articles-grid .grid {
  padding: 40px 0;
  gap: 20px;
}

@media (max-width: 768px) {
  .category-articles-grid .grid {
    padding: 32px 0;
  }
}
.category-articles-grid__link {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.category-articles-grid__link--opacity p, .category-articles-grid__link--opacity h1, .category-articles-grid__link--opacity h2, .category-articles-grid__link--opacity h3, .category-articles-grid__link--opacity h4, .category-articles-grid__link--opacity h5, .category-articles-grid__link--opacity h6 {
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 0.6;
}

.category-articles-grid__link--scale .category-articles-grid__image {
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.category-articles-grid .sub-head {
  padding-top: 14px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.category-articles-grid .h4 {
  margin-bottom: 8px;
}

.category-articles-grid__image {
  -webkit-transition: 200ms;
  transition: 200ms;
  max-width: 100%;
  position: relative;
  z-index: 0;
  display: block;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

.category-articles-grid__image-wrapper {
  max-height: 281px;
  overflow: hidden;
}

.category-banner {
  max-height: 320px;
  height: 100vh;
  background: #F0EFF6 url("/bitrix/templates/hbr/assets/images/category/pc-category-bg.svg") no-repeat center;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 200ms;
  transition: 200ms;
}

@media (max-width: 1150px) {
  .category-banner {
    background-size: cover;
  }
}
.category-banner h1 {
  max-width: 394px;
  text-align: center;
}

@media (max-width: 768px) {
  .category-banner {
    position: relative;
    max-height: 129px;
    margin-bottom: 15px;
    background: #F0EFF6 url("/bitrix/templates/hbr/assets/images/category/bg-mobile.svg") repeat;
    background-size: contain;
  }
  .category-banner h1 {
    -webkit-transition: 200ms;
    transition: 200ms;
    position: absolute;
    bottom: -55px;
    background: transparent;
  }
}
@media (max-width: 500px) {
  .category-banner {
    max-height: 161px;
  }
}
.category-tags {
  padding: 60px 0;
}

@media (max-width: 500px) {
  .category-tags {
    padding: 60px 0 28px 0;
  }
}
.category-tags-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
}

@media (max-width: 768px) {
  .category-tags-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.category-tags-item {
  list-style: none;
}

.category-tags-link {
  padding: 12px 24px;
  border: 1px solid #000000;
  border-radius: 60px;
  -webkit-transition: 200ms;
  transition: 200ms;
  display: block;
  /**
    не работает наследование от класса в media query
    @extend .text-regular--big {font-size: 18px; line-height: 150%;}
    @extend .text-regular--bold {font-weight: 500;}
  */
}

@media (min-width: 769px) {
  .category-tags-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
  }
}
@media (max-width: 768px) {
  .category-tags-link {
    padding: 4px 12px;
  }
}
.category-tags-link--active {
  -webkit-transition: 200ms;
  transition: 200ms;
  background: #000000;
  color: #FFFFFF !important;
  cursor: default;
}

.category-tags-link--active:hover {
  background: #000000 !important;
  color: #FFFFFF !important;
}

.category-tags-link:hover {
  -webkit-transition: 200ms;
  transition: 200ms;
  background: #F0EFF6;
  color: #000000;
}

.category-tags--mobile-delimiter {
  height: 60px;
}

@media (max-width: 768px) {
  .category-tags--mobile-delimiter {
    height: 60px;
  }
}
.article {
  background: #F0EFF6;
}

.article p:not(.show-more-shadow):empty {
  display: none;
}

.article__header {
  max-width: 869px;
  width: 100%;
  margin: 0 auto 32px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding: 100px 33px 0 33px;
}

@media (max-width: 744px) {
  .article__header {
    gap: 24px;
  }
}
@media (max-width: 500px) {
  .article__header {
    padding: 32px 16px 0 16px;
    margin: 0 auto 16px auto;
    gap: 16px;
  }
}
@media (max-width: 320px) {
  .article__header {
    padding: 32px 0 0 0;
  }
}
.article__header .h1 {
  max-width: 667px;
  margin: auto;
}

@media (max-width: 500px) {
  .article__header .h1 {
    font-size: 34px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .article__header .h1 {
    font-size: 32px;
  }
}
@media (max-width: 460px) {
  .article__header .h1 {
    font-size: 30px;
  }
}
@media (max-width: 420px) {
  .article__header .h1 {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .article__header .h1 {
    font-size: 22px;
  }
}
@media (max-width: 300px) {
  .article__header .h1 {
    font-size: 18px;
  }
}
.article__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 310px) {
  .article__social {
    gap: 16px;
  }
}
.article__body-subscriptions {
  padding: 45px 0;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__body-main-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 60px auto;
  max-width: 500px;
  width: 100%;
}

@media (max-width: 768px) {
  .article__body-main-image {
    margin-bottom: 24px;
  }
}
@media (max-width: 500px) {
  .article__body-main-image {
    margin-bottom: 16px;
  }
}
.article__body-main-image--tochka {
  max-width: 869px;
  gap: 0;
}

@media (max-width: 744px) {
  .article__body-main-image--tochka {
    margin-bottom: 0;
  }
}
.article__body-main-image img {
  width: 100%;
  display: block;
}

@media (max-width: 1330px) {
  .article__body-main-image figcaption {
    margin: 0 -15px;
  }
}
@media (max-width: 869px) {
  .article__body-main-image figcaption {
    padding: 0 33px;
    margin: 0;
  }
}
@media (max-width: 500px) {
  .article__body-main-image figcaption {
    padding: 0 16px;
  }
}
.article__body-text {
  padding: 0 33px;
}

@media (max-width: 500px) {
  .article__body-text {
    padding: 0 16px;
  }
}
@media (max-width: 340px) {
  .article__body-text {
    padding: 0;
  }
}
.article__body-text p {
  margin: 0 0 24px 0;
}

@media (max-width: 340px) {
  .article__body-text p {
    margin: 0 0 15px 0;
  }
}
.article__body-text-image img {
  max-width: 100%;
}

.article__body-text p a {
  color: #A41134 !important;
}

.article__body-text--inner {
  float: left;
  max-width: 375px;
  background: #FFF;
  padding: 25px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  margin: 0 28px 13px -18.5px;
}

@media (max-width: 650px) {
  .article__body-text--inner {
    float: none;
    max-width: 100%;
    margin: 0 auto 15px auto;
  }
}
.article__body-text--inner h1, .article__body-text--inner h2, .article__body-text--inner h3, .article__body-text--inner h4, .article__body-text--inner h5, .article__body-text--inner h6 {
  margin: 0 0 20px 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

.article__body-text--inner strong, .article__body-text--inner b {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 32px;
}

.article__body-text--inner strong + br, .article__body-text--inner b + br {
  display: none;
}

.article__body-text--inner strong + br {
  display: none;
}

.article__body-text--inner b + br {
  display: none;
}

.article__body-text--inner br {
  content: "";
  display: block;
}

.article__body-text:after {
  content: "";
  clear: both;
}

.article__body-text--tochka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding: 0;
}

@media (max-width: 744px) {
  .article__body-text--tochka {
    gap: 24px;
  }
}
.article__body-text--tochka:after {
  display: none;
}

.article__body-text--tochka c {
  color: #7f42e1;
}

.article__body-text--tochka u > a {
  color: #000000 !important;
}

.article__body-text--tochka u > a:hover {
  color: #7f42e1 !important;
}

.article__body-text--tochka p {
  margin: 0;
  font-size: 18px;
  line-height: 150%;
}

.article__body-text .percent-block .paragraph {
  position: relative;
}

.article__body-text .percent-block .text-percent-block {
  position: absolute;
  right: -330px;
  width: 202px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: -8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-family: "TT Fors Variable", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
}

.article__body-text .percent-block .text-percent-block c {
  font-family: Salina, serif;
}

.article__body-text .percent-block .text-percent-block span {
  font-family: Salina, serif;
}

@media (max-width: 1400px) {
  .article__body-text .percent-block .text-percent-block {
    right: -300px;
  }
}
@media (max-width: 1260px) {
  .article__body-text .percent-block .text-percent-block {
    right: -250px;
  }
}
@media (max-width: 1160px) {
  .article__body-text .percent-block .text-percent-block {
    position: static;
    width: 100%;
    margin-top: 24px;
  }
}
.article__body-text .percent-block .text-percent-block .percent-value p {
  font-family: Salina, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 100%;
  color: #7f42e1;
}

.article__body-text .quote-block {
  position: relative;
}

.article__body-text .quote-block .paragraph {
  position: relative;
}

.article__body-text .quote-block .text-quote-block {
  position: absolute;
  right: -330px;
  width: 202px;
  top: 0;
}

.article__body-text .quote-block .text-quote-block p {
  font-family: Salina, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  position: relative;
  z-index: 1;
}

.article__body-text .quote-block .text-quote-block p span {
  font-family: "TT Fors Variable", sans-serif;
}

.article__body-text .quote-block .text-quote-block:before {
  content: "«";
  font-family: Salina, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 56px;
  line-height: 100%;
  color: #7f42e1;
  display: block;
}

.article__body-text .quote-block .text-quote-block:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='292' height='527' viewBox='0 0 292 527' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_679_2008)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.2631 79.0142C51.3061 76.9195 50.8438 77.6651 50.7588 77.3346C50.8795 80.8368 51.3984 78.9236 51.2631 79.0142Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.4974 113.63L52.3029 113.002L52.8524 118.121L52.4974 113.63Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.1123 145.965C53.8492 142.921 52.6885 134.241 52.8792 128.48L53.0537 127.54L52.3701 124.932C52.55 131.929 53.2249 141.031 53.1123 145.965Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.9228 163.208C52.1958 162.137 52.3065 166.937 51.8855 159.182C51.8598 159.57 51.8472 159.676 51.8404 159.906C51.8608 160.603 51.8907 161.567 51.9228 163.208Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.5716 175.653L52.1123 171.167C51.9582 172.11 52.0836 176.093 51.9079 174.613C52.2482 179.226 52.4023 178.284 52.5716 175.653Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.3281 179.907L53.1078 177.585C53.0596 177.989 53.0476 178.61 53.3281 179.907Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.6601 172.656L53.1079 177.585C53.2059 176.939 53.4638 176.863 52.9223 175.321C53.1849 175.726 52.9076 174.75 52.6601 172.656Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.6845 169.847C52.7573 167.329 52.773 164.075 53.1893 168.573C52.8054 159.986 52.2822 161.24 52.6845 169.847Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.9523 147.613L54.1053 144.251L53.7681 141.345C53.9254 142.806 53.698 147.832 53.9523 147.613Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.4999 203.63C53.6749 203.9 53.8662 202.126 54.0738 201.777L53.7236 198.461C53.7063 200.167 53.7562 203.394 53.5203 203.633L53.4999 203.63Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.0536 201.774L54.6219 206.736C54.3833 202.312 54.2323 201.493 54.0536 201.774Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.2481 180.711L53.2944 172.554L54.309 182.284L54.2481 180.711Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.6347 222.593L54.0581 219.783L54.976 224.769L54.6347 222.593Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.6001 235.164C55.1215 233.096 55.2563 238.041 54.9192 235.83C55.216 239.246 55.7187 242.154 56.1937 244.773C55.801 241.986 55.6175 239.01 55.6001 235.164Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.9128 249.165C56.7267 247.773 56.463 246.335 56.1731 244.77C56.3692 246.253 56.6083 247.723 56.9128 249.165Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.0633 215.188C54.9763 215.569 54.7634 216.309 54.8227 219.109L55.1619 217.139C55.1288 216.548 55.0837 215.884 55.0428 215.185L55.0633 215.188Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.1702 217.069L55.1619 217.139C55.2825 219.253 55.3559 220.721 55.3847 221.347C55.3658 220.811 55.2919 219.521 55.1702 217.069Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.0198 214.684C55.0391 214.864 55.0424 215.007 55.0436 215.168C55.0667 214.974 55.0793 214.869 55.0198 214.684Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.4145 193.721C54.8129 196.634 55.4148 202.702 55.5159 196.824C55.0802 194.744 55.0111 198.099 54.4145 193.721Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.4543 212.263L55.2325 207.005C55.1177 207.098 55.0024 208.063 54.7817 206.613L55.4543 212.263Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.7679 214.845L55.4543 212.263L55.5529 214.214L55.7679 214.845Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.6039 240.124C56.9756 242.393 57.2178 244.878 57.4837 247.685C57.3248 244.677 57.0762 241.551 56.8702 238.59C56.6914 238.177 56.3475 236.891 56.5855 240.104L56.6039 240.124Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.9107 228.92C55.9321 229.083 55.9492 229.28 55.9727 229.425C56.0104 229.11 55.9995 228.859 55.9107 228.92Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M60.0209 275.374C60.0398 275.217 60.0566 275.076 60.0733 274.936C60.0373 274.896 60.0193 274.876 59.9833 274.836L60.0209 275.374Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.9494 238.101C56.8681 235.832 56.6574 234.472 56.4157 233.197C56.5866 234.891 56.745 236.689 56.8886 238.61C56.9699 238.798 57.0087 238.82 56.9494 238.101Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.7942 256.887C57.7916 255.694 57.7648 254.356 57.7239 252.963C57.6694 254.113 57.6359 256.476 57.7942 256.887Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.9016 230.2C55.874 230.09 55.8665 229.982 55.861 229.857C55.8132 230.598 55.866 230.498 55.9016 230.2Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.9028 230.2C56.0548 231.357 56.2341 232.286 56.4155 233.197C56.2907 231.812 56.1329 230.53 55.995 229.428C55.9615 229.709 55.9484 229.992 55.9049 230.182L55.9028 230.2Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.9331 283.6C63.4598 283.223 62.3625 277.309 62.3571 272.148C61.5477 267.122 60.4438 270.46 60.0565 274.916C60.2871 275.068 60.3914 275.063 61.2229 280.251C61.214 278.417 60.6351 268.686 61.4403 273.053C62.3201 279.92 61.886 278.694 61.9804 282.068C62.2199 279.196 63.7383 290.784 64.3584 289.239L63.4189 283.219C63.5583 283.093 64.0018 285.281 63.9127 283.598L63.9331 283.6Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M59.1448 265.02L58.8831 262.871C59.0478 265.311 59.0447 267.072 59.0107 270.307C59.5606 273.86 59.806 274.584 59.9627 274.834L59.0037 264.291L59.1448 265.02Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.0217 253.248C58.6325 254.905 59.2637 260.034 59.5163 256.879C58.96 250.602 58.754 252.499 58.2271 248.753C59.2139 258.889 57.7244 245.846 58.071 253.183C57.811 251.194 57.6526 249.396 57.4817 247.703C57.5745 249.529 57.6532 251.3 57.7035 252.961C57.714 252.873 57.7224 252.803 57.7103 252.73L57.7145 252.695C57.7261 252.252 57.7633 252.114 57.7659 252.613C57.7617 252.648 57.7879 252.775 57.8021 252.83C57.8776 252.893 57.9384 253.078 58.0175 253.283C58.1644 256.219 57.92 253.752 57.8021 252.83C57.7654 252.79 57.7533 252.718 57.7124 252.713L57.7082 252.748C58.091 256.139 58.4554 259.51 58.879 262.906C58.7421 260.755 58.4821 258.072 58.0154 253.301L58.0217 253.248Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.8189 202.23C56.7812 202.546 56.7629 202.526 56.7179 202.556C56.8056 203.207 56.8578 203.462 56.8189 202.23Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.7559 206.404C56.6374 205.66 56.3978 205.062 56.3333 202.652C56.3741 200.575 56.5603 202.661 56.7201 202.538C56.5199 201.091 56.1235 197.466 56.1183 202.021L56.2185 202.745C56.2678 206.844 56.0336 212.101 55.911 211.392C56.2601 210.206 56.5106 209.15 56.7538 206.421L56.7559 206.404Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.3858 230.11L58.2425 238.558L58.3452 234.229L58.1114 234.45C57.8555 229.65 57.6275 230.691 57.3879 230.093L57.3858 230.11Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M59.8846 276.354L59.2703 275.249C59.6561 276.879 60.0666 278.476 60.4954 280.093L59.8867 276.337L59.8846 276.354Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M61.1429 287.342L60.6491 286.963L61.2378 289.845L61.1429 287.342Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M248.557 182.327L248.02 179.879C248.256 181.028 248.415 181.777 248.557 182.327Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M250.879 200.204L251.16 200.629C250.927 199.8 250.801 199.465 250.879 200.204Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M180.65 515.994C184.916 514.831 189.313 512.741 188.595 512.673C188.145 512.797 187.658 512.881 187.191 512.968C184.708 514.486 182.53 515.365 180.65 515.994Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M251.136 346.933C251.035 347.259 250.93 347.62 250.827 347.964C250.845 348.856 250.869 349.695 250.905 350.429C250.968 349.387 251.069 348.189 251.136 346.933Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M249.582 344.15L250.635 339.506C250.366 340.542 250.022 342.031 249.582 344.15Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M224.428 86.1291L222.943 83.4604C224.539 87.7973 224.089 85.8395 224.428 86.1291Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M79.2391 399.493C79.7985 402.62 80.2698 405.097 80.8219 407.245C80.1314 403.479 79.8766 400.405 79.2391 399.493Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M254.646 188.981C254.391 187.473 254.2 186.81 254.11 186.87C254.38 188.433 254.565 189.309 254.646 188.981Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.1762 416.174C83.0551 415.626 82.9545 415.08 82.8334 414.532C82.1057 412.292 81.5049 410.031 80.8197 407.262C81.3393 410.029 81.9946 413.221 83.1762 416.174Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.0199 236.153C42.9905 236.398 42.9117 236.709 42.8824 236.954C42.9357 237.032 42.9776 236.681 43.0199 236.153Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.0205 339.132C32.0173 338.117 32.0712 336.451 32.1147 334.872C32.045 335.629 32.0167 336.907 32.0205 339.132Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M66.8737 320.075C67.0011 320.57 67.1227 320.941 67.2412 320.991C67.0986 320.796 66.9707 320.478 66.8737 320.075Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M93.2513 438.233C93.2513 438.233 93.2999 438.346 93.3098 438.436C93.1652 437.742 93.1709 437.867 93.2513 438.233Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M66.2982 328.013C66.359 328.893 66.4461 329.9 66.584 331.002C66.5383 330.516 66.4796 329.619 66.2982 328.013Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M66.1374 328.493C66.0478 327.681 65.9759 327.068 65.9041 326.454C65.7741 326.154 65.761 326.437 66.1374 328.493Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M67.0883 334.763C66.8734 333.439 66.6909 332.189 66.5635 330.999C66.5908 331.465 66.5902 331.643 66.5619 331.533C66.6663 332.222 66.8209 333.183 67.0679 334.761L67.0883 334.763Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M106.622 58.0653C106.523 58.1958 106.404 58.324 106.283 58.4697C105.044 60.5103 105.646 59.6391 106.622 58.0653Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M217.02 466.013C216.988 466.116 216.961 466.166 216.931 466.252C216.983 466.151 217.038 466.033 217.071 465.93L217.002 465.993L217.02 466.013Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M219.648 458.088C218.998 461.623 218.254 463.509 217.11 465.97L219.439 463.829L219.646 458.106L219.648 458.088Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M89.2488 77.6453L90.2096 76.3721C88.4316 79.4517 88.8515 78.5409 89.2488 77.6453ZM69.9199 349.07C69.7239 348.282 69.6542 348.344 69.6348 348.68C69.8397 349.221 70.1679 350.986 70.4668 352.997C70.5134 352.433 70.4285 351.409 69.9199 349.07ZM71.0319 356.944C71.0319 356.944 71.0807 357.056 71.0927 357.129C71.5295 360.936 71.3801 359.583 71.0319 356.944ZM248.079 359.505C248.107 358.227 248.502 356.316 249.048 354.175C248.837 355.769 248.541 357.549 248.079 359.505ZM253.605 226.848C253.372 225.147 252.779 221.784 253.012 220.531C253.756 222.453 253.576 223.961 253.605 226.848ZM240.265 139.786L241.081 145.631C238.876 138.748 238.032 133.665 238.617 139.18C240.243 139.801 243.648 161.633 245.231 162.267L245.555 166.149C245.396 165.045 245.27 164.887 245.11 163.8C245.64 171.338 247.114 169.236 248.491 178.885C248.939 182.248 249.112 184.618 248.554 182.345L249.374 186.073C249.661 187.317 249.802 188.562 250.048 189.801C250.285 191.983 249.953 191.463 249.735 189.301L251.21 200.724L251.158 200.646C251.586 202.263 252.39 205.954 252.756 207.742C252.885 210.657 252.411 206.295 252.321 207.049C252.671 209.155 253.125 211.256 253.37 213.367C253.276 214.672 253.024 214.002 252.794 212.462C252.5 210.932 252.124 208.52 251.887 206.339C251.488 209.334 251.768 210.631 252.151 212.812C252.471 214.986 252.962 217.998 252.984 224.407L252.371 218.426C251.804 222.308 252.449 226.976 252.429 233.736C252.579 232.135 252.765 220.163 253.645 227.03C253.662 228.972 253.812 231.535 254.386 235.233C254.114 235.254 254.086 236.176 254.16 237.644C254.17 239.122 254.258 241.161 254.339 243.431L253.631 243.115C253.976 248.032 254.315 247.628 254.695 250.52C254.767 255.992 254.26 257.106 253.837 258.39C253.953 267.141 254.557 252.372 254.956 262.741C254.564 270.007 254.741 275.118 254.982 283.866C254.644 288.95 254.573 282.945 254.335 284.767C254.486 286.28 254.678 287.798 254.765 289.321C254.676 290.413 254.532 290.058 254.451 289.871C254.411 293.674 255.133 290.237 254.937 296.21C255.272 297.051 254.785 300.089 254.273 303.854C254.008 305.726 253.74 307.794 253.556 309.854C253.372 311.914 253.333 313.973 253.299 315.82C252.897 317.622 252.973 314.909 252.642 315.421C252.093 325.569 252.081 324.109 251.929 332.49L250.678 339.494C251.233 336.926 251.475 337.329 251.575 339.103C251.612 340.869 251.384 343.991 251.177 346.938C251.725 345.135 252.197 343.608 252.466 342.572L251.357 351.853C251.06 352.956 250.989 351.987 250.946 350.434C250.912 351.07 250.881 351.672 250.845 352.148C250.061 355.417 249.941 353.641 249.919 351.219C250.238 350.118 250.576 349.019 250.89 347.954C250.817 345.614 250.705 343.43 250.221 343.834C250.211 344.438 250.093 345.599 249.92 346.877C249.909 346.271 249.853 345.872 249.738 346.143C249.618 346.449 249.626 347.429 249.568 348.952L248.46 350.938L248.683 351.498L246.26 363.451C245.865 367.799 245.44 371.877 244.919 376.583C244.638 378.934 244.338 381.443 243.923 384.223C243.508 387.003 243.082 390.048 242.223 393.415C242.532 389.965 241.481 392.508 240.877 392.187C241.749 390.44 242.211 387.791 242.702 384.718C243.194 381.645 243.695 378.146 244.487 374.646C243.656 378.301 243.489 377.445 243.583 376.477L241.614 389.143C241.163 388.751 240.561 391.704 239.474 394.902C241.192 392.669 237.81 404.312 236.824 409.444C236.382 409.676 236.33 408.37 238.017 402.237C236.729 405.553 236.481 407.801 236.252 410.069C236.004 412.317 235.856 414.595 234.456 417.809C234.904 416.314 235.205 415.532 235.199 414.89C234.442 418.448 231.566 426.895 231.877 424.814L232.323 423.337C231.551 425.808 230.558 428.91 229.54 432.222C228.502 435.533 227.543 439.048 226.392 442.256C224.193 448.684 222.511 454.088 222.696 454.965C222.545 455.018 222.079 453.361 222.114 452.724C220.992 458.818 220.049 464.969 218.457 471.007C218.396 470.128 217.301 470.958 216.59 471.015C215.878 471.073 215.614 470.329 217.047 466.319C215.994 468.542 214.709 471.307 212.669 476.063C213.526 474.617 215.56 472.69 214.644 474.804C212.849 477.508 212.202 478.41 211.511 479.502C210.803 480.574 210.046 481.871 207.697 485.043C209.131 482.936 208.899 485.916 206.609 489.29C206.785 488.688 205.336 489.013 206.049 487.728C204.597 490.687 202.983 493.608 201.15 496.45C202.561 494.358 200.588 495.599 198.833 497.098C199.266 496.776 197.864 498.441 195.981 500.316C194.135 502.231 191.718 504.238 190.679 505.128C191.877 504.292 193.04 503.417 194.167 502.484C192.028 504.417 190.37 505.803 189.009 506.957C187.625 508.126 186.54 509.046 185.394 509.959C184.25 510.855 183.068 511.728 181.427 512.617C179.784 513.524 177.645 514.425 174.609 515.183C175.324 514.931 176.062 514.307 175.889 514.019C175.804 513.867 175.481 513.793 174.812 513.837C174.129 513.827 173.148 514.048 171.61 514.255C171.284 514.377 170.85 514.538 170.328 514.743C169.808 514.93 169.166 515.102 168.453 515.337C166.994 515.75 165.162 516.154 162.982 516.356C162.435 516.416 161.869 516.472 161.282 516.527C160.701 516.529 160.1 516.528 159.478 516.525C158.856 516.522 158.216 516.499 157.574 516.493C156.914 516.467 156.284 516.357 155.609 516.276C154.935 516.195 154.264 516.08 153.569 515.997C152.878 515.879 152.198 515.673 151.511 515.519C150.826 515.349 150.124 515.158 149.421 514.967C148.746 514.709 148.05 514.465 147.374 514.224C146.737 513.828 146.093 513.484 145.502 513.057C142.804 511.863 140.186 510.518 137.718 508.96C140.23 510.15 145.017 512.43 150.443 513.701C151.111 513.835 151.8 513.97 152.487 514.123C153.175 514.259 153.837 514.445 154.537 514.493L157.583 514.857C157.912 514.879 158.243 514.883 158.575 514.887C159.235 514.912 159.855 514.933 160.495 514.956C160.806 514.957 161.114 514.976 161.423 514.996C161.716 514.977 162.029 514.961 162.321 514.943C163.491 514.869 164.571 514.856 165.539 514.74C163.257 514.574 162.942 514.43 162.349 514.359C161.754 514.306 160.877 514.183 157.535 513.695C156.979 513.486 156.927 513.408 157.194 513.423C157.462 513.437 158.053 513.525 158.775 513.558C159.495 513.608 160.355 513.694 161.153 513.789C161.95 513.884 162.703 513.832 163.177 513.853C158.026 513.575 152.967 512.188 148.312 510.012C148.391 510.218 147.723 510.084 146.716 509.661C145.709 509.239 144.306 508.662 142.987 507.899C142.325 507.535 141.643 507.169 141.021 506.828C140.422 506.454 139.841 506.117 139.377 505.831C138.428 505.272 137.783 504.946 137.8 505.144C142.556 508.381 147.782 510.981 153.307 512.46C153.531 512.842 150.963 512.642 147.061 511.286C143.206 509.883 138.165 507.127 133.901 503.415C132.927 502.373 133.571 502.539 134.439 502.909C135.331 503.247 136.471 503.775 136.447 503.63C136.118 503.43 135.406 502.972 134.551 502.318C133.72 501.631 132.698 500.815 131.721 499.969C130.789 499.092 129.857 498.216 129.133 497.506C128.432 496.782 127.941 496.207 127.82 495.997C128.956 497.076 130.162 498.092 131.388 499.11C130.359 498.009 129.31 497.065 128.389 496.101C127.422 495.167 126.449 494.285 125.548 493.323C124.604 492.374 123.666 491.372 122.747 490.213C121.806 489.068 120.885 487.748 119.969 486.215C119.218 485.218 118.421 483.557 117.654 482.166C116.952 480.747 116.349 479.554 116.048 479.465C117.465 483.229 115.699 484.993 113.623 482.93C113.419 482.55 111.796 479.651 110.159 476.519C108.63 473.347 106.938 469.977 106.519 468.628C105.878 466.701 106.955 467.933 108.022 469.235C109.156 470.509 110.344 471.843 109.727 470.239C109.607 470.207 109.207 469.732 108.759 469.145C108.352 468.563 107.893 467.885 107.651 467.482C106.607 465.115 108.725 468.216 106.019 463.266C104.845 462.681 101.137 452.931 104.249 461.079C102.965 458.63 102.378 457.296 101.742 455.85C101.17 454.394 100.571 452.81 99.2647 449.86C99.6023 451.893 95.4526 444.974 93.3672 439.866C93.6692 440.116 93.4826 438.902 93.3861 438.321C92.9216 437.002 92.4896 435.758 92.0718 434.569C91.6949 433.385 91.3342 432.239 90.9877 431.147C90.2968 428.947 89.6645 426.95 89.1387 424.93C88.5904 422.925 87.999 420.932 87.4428 418.819C86.8662 416.704 86.2633 414.461 85.6059 411.98C85.533 411.028 84.5186 406.156 85.3757 408.18C84.8808 406.769 84.2669 405.485 83.5377 402.391C82.7497 396.318 85.2866 409.273 84.9547 404.589C84.4546 404.262 82.4378 396.672 81.2399 392.294C80.8594 393.743 83.3757 402.532 84.7843 406.882C83.8717 407.057 80.957 399.52 78.3169 388.99C76.374 380.608 78.1601 385.27 77.7307 383.831C76.2487 375.931 75.2563 372.61 74.3488 369.618C73.4414 366.627 72.7457 363.946 71.9388 357.337C71.6352 352.069 73.0789 356.993 73.2828 355.807C74.6863 362.63 74.6732 366.383 75.5514 371.008L74.8074 365.26C75.3573 367.426 76.3686 371.977 76.6496 374.484C76.3067 370.066 72.0445 347.776 70.7531 335.504C70.2216 333.358 69.4451 329.617 69.4808 331.401L70.1608 335.255C70.2301 338.84 68.3904 328.032 68.9241 332.936C67.8206 327.768 66.5205 321.99 65.7791 314.659L66.2597 313.239C66.0731 313.413 66.5157 318.039 67.0168 320.092C66.6593 318.572 66.4978 315.759 66.2587 312.901C66.0605 310.048 65.7826 307.168 65.1289 305.524L65.2999 310.687C64.3253 305.481 62.7693 299.067 62.2607 292.565C61.9227 295.567 62.4751 294.067 62.2734 298.705C62.7577 294.653 64.2904 315.317 64.5057 308.83C64.1624 313.612 65.1831 317.043 65.2876 323.284C65.4784 323.075 65.4086 321.056 66.0635 326.508C66.1589 326.751 66.3188 327.322 66.4199 327.69C66.4419 327.853 66.4357 327.905 66.4598 328.051C66.4519 327.943 66.4419 327.853 66.4341 327.745C66.4886 327.983 66.507 328.003 66.4262 327.637C66.3544 326.33 66.3145 325.275 66.3874 324.839C66.8293 326.173 67.3425 328.992 67.8291 331.862C68.3586 334.719 68.8634 337.609 69.2294 339.058C69.631 342.292 68.7649 337.739 68.8027 339.506L69.8595 343.849C69.4287 344.332 70.3619 352.486 68.9013 344.927C69.2505 347.211 69.5588 349.49 69.9693 351.781C70.3767 355.833 71.2071 361.378 72.0029 364.783C72.425 368.018 74.0019 372.869 73.1101 370.093C73.8462 373.651 74.6231 377.214 75.4226 380.762L75.3262 380.875C77.3383 391.454 80.6027 402.485 82.9907 414.604C83.5275 416.358 84.1031 418.136 84.7249 420.221C85.3896 422.293 86.1209 424.676 86.9303 427.62L86.8879 428.843C88.4496 433.3 91.0938 442.406 92.332 444.191C92.5328 445.461 93.1467 447.438 94.0211 449.838C94.9815 452.213 96.1228 454.983 97.4643 457.813C100.147 463.472 103.359 469.389 105.42 473.141L106.074 473.219C106.813 474.5 107.533 475.76 108.272 477.041C109.01 478.321 109.878 479.564 110.719 480.857C112.4 483.442 114.249 486.19 116.592 489.139L116.746 488.552C118.787 491.074 121.295 494.381 124.397 497.919C127.479 501.455 131.221 505.194 135.652 508.375C135.474 508.3 135.182 508.141 134.855 507.924C134.531 507.689 134.172 507.397 133.774 507.083C132.98 506.436 132.072 505.705 131.385 505.036C135.845 509.537 142.028 513.319 148.711 515.701C152.082 516.815 155.521 517.707 158.942 518.062C159.8 518.165 160.634 518.3 161.477 518.365C162.321 518.413 163.168 518.443 163.971 518.485C164.795 518.53 165.617 518.593 166.429 518.565C167.239 518.555 168.043 518.598 168.818 518.531C171.914 518.135 174.085 517.665 176.225 517.28C175.947 517.354 175.691 517.412 175.496 517.478C175.795 517.407 176.262 517.32 176.716 517.161C177.377 517.009 178.061 516.841 178.742 516.691C179.43 516.489 180.118 516.286 180.848 516.071C179.604 516.421 178.425 516.742 177.359 516.989C179.633 516.353 182.939 515.058 185.838 513.358L187.389 513.045C187.633 512.914 187.813 512.793 188.059 512.644C190.966 511.052 190.134 511.077 188.418 511.726C189.793 510.805 190.943 509.857 191.822 509.09C192.494 508.85 193.213 508.384 194.008 507.803C194.765 507.2 195.575 506.496 196.37 505.737C197.962 504.219 199.545 502.593 201.056 501.581C201.637 500.707 204.151 497.716 206.285 494.607C208.439 491.502 210.193 488.277 210.235 487.41C210.384 487.374 210.926 486.656 210.057 488.029C211.947 485.23 213.677 482.376 214.814 479.629L216.095 478.626C216.905 476.356 217.675 474.081 218.365 471.779C220.525 467.927 221.403 466.306 220.219 470.488C221.931 465.532 222.546 463.506 223.137 461.69C223.727 459.875 224.235 458.227 225.366 453.967L225.634 454.497C226.694 451.528 227.862 446.614 228.853 444.917C232.187 438.535 239.68 411.743 244.603 394.323C243.545 395.887 244.199 393.883 245.037 391.385C245.834 388.882 246.636 385.811 246.232 385.371C246.742 384.4 247.426 381.972 247.099 384.887C248.682 375.805 250.429 371.423 250.838 365.048C251.083 364.561 251.106 365.062 251.107 365.578C251.107 366.095 251.067 366.606 251.264 366.167C251.373 365.432 251.49 363.24 251.828 362.319C252.164 361.416 251.871 363.695 251.758 365.158C253.203 355.846 252.418 354.774 251.664 353.972C252.819 349.341 253.143 346.977 253.122 343.505C253.665 341.915 254.401 339.227 253.588 344.984C253.728 344.164 254.027 342.528 254.37 340.522C254.673 338.512 254.939 336.106 255.216 333.79C255.747 329.174 256.152 324.916 255.803 324.714C256.109 323.718 256.369 320.155 256.387 319.303L256.918 314.864C257.042 313.651 257.098 312.661 257.175 311.674C257.328 309.699 257.44 307.72 257.663 304.116L257.424 306.116C256.758 303.19 257.626 300.09 257.906 294.269L257.99 294.44C258.784 287.79 258.607 286.328 258.611 284.905C258.574 283.477 258.554 282.086 259.031 275.488L258.491 276.189C257.924 275.552 258.168 272.645 258.49 268.911C258.651 267.044 258.855 264.986 258.957 262.916C258.998 260.839 258.957 258.752 258.814 256.831L258.587 259.598C258.092 255.41 259.817 247.911 259.846 243.68C259.914 242.763 260.046 245.127 260.161 246.422C260.527 235.38 259.482 244.989 259.013 236.765C259.278 235.248 260.108 238.711 259.774 233.172C259.836 231.792 259.236 227.787 258.646 223.179C258.363 220.868 258.053 218.428 257.857 216.074C257.748 214.904 257.657 213.755 257.622 212.665C257.566 211.573 257.462 210.528 257.451 209.584C257.356 211.245 257.282 212.909 256.614 209.128C255.817 203.303 255.811 193.284 254.278 188.065C254.264 187.316 254.318 187.037 254.365 186.99C253.423 182.553 251.569 172.562 250.658 169.944C251.205 167.803 249.957 160.892 248.221 154.599C246.611 148.285 245.107 142.482 245.943 142.422C245.426 140.154 244.971 137.893 244.413 135.619L242.586 128.871L242.836 129.203C240.657 120.544 239.459 117.553 238.257 114.598C237.836 112.572 238.39 114.009 238.516 114.166C237.818 110.987 237.029 108.561 236.424 106.514C235.796 104.481 235.269 102.817 234.732 101.24C233.639 98.0666 232.492 95.1713 230.451 90.034L230.637 88.8283C230.122 87.4144 228.628 82.9118 226.714 77.2379C225.746 74.3998 224.69 71.2662 223.534 68.1029C222.377 64.9397 221.166 61.7165 219.757 58.7544C219.869 58.8567 220.071 59.0766 220.539 60.0222C219.013 56.6546 217.404 52.939 215.627 49.239C214.772 47.3751 213.812 45.5165 212.868 43.6955C211.859 41.9022 210.936 40.0836 209.849 38.4233C207.83 35.0147 205.509 32.0504 203.426 29.7017C202.317 28.5726 201.297 27.5611 200.375 26.7747C199.387 26.0161 198.522 25.45 197.82 25.0814C197.165 24.4871 196.438 23.9731 195.693 23.4393C194.969 22.9078 194.267 22.3613 193.518 21.8625C191.948 20.9454 190.476 19.8976 188.806 19.1285C190.388 19.9404 191.372 20.7341 192.119 21.2505C192.864 21.7843 193.282 22.1013 193.468 22.2836C193.835 22.6833 193.367 22.4317 192.66 22.0981C191.251 21.3959 189.011 20.1852 191.238 21.857C190.68 21.4879 190.084 21.0964 189.47 20.6848C188.829 20.3235 188.169 19.9422 187.549 19.5833C186.908 19.222 186.334 18.8154 185.744 18.5491C185.158 18.2477 184.629 17.9888 184.18 17.7572C182.403 16.8331 181.991 16.4636 185.174 17.7692L186.111 18.2548C186.81 18.3028 186.155 17.8864 184.785 17.2066C184.096 16.8931 183.261 16.4196 182.244 16.0845C181.226 15.7494 180.109 15.3845 178.973 14.9996C174.367 13.6307 169.245 13.4635 169.446 13.1672C162.205 12.8536 155.141 14.3584 148.853 16.8279C142.545 19.2949 136.897 22.6593 131.786 26.3904C126.652 30.1366 122.05 34.2846 117.88 38.6442C113.711 42.9862 109.863 47.5979 106.606 52.2979L108.828 50.5348L104.132 57.0381C102.757 58.6533 101.944 59.0366 105.297 54.4014C103.143 56.6352 100.051 62.387 100.107 62.6073C93.3118 71.5823 101.849 58.616 99.8368 61.4006L97.1813 65.2294L97.879 64.4231C97.4083 65.2388 97.0445 65.8537 96.7258 66.4384C96.4275 67.0256 96.1539 67.5801 95.8514 68.2024C95.2057 69.442 94.3156 70.9905 92.4584 73.8649C89.9979 77.4501 90.8298 75.5209 89.893 76.9393C89.8359 76.8969 89.5093 77.3739 88.4694 79.1359L85.7452 83.3658L83.2763 87.7152L85.7971 84.493C83.9101 88.4849 81.1901 92.6797 84.0825 88.9503C83.0069 90.3166 81.3159 93.015 79.3408 96.3557C78.8475 97.1865 78.348 98.0699 77.8259 98.9684C77.5648 99.4177 77.3017 99.8845 77.0386 100.351C76.7959 100.821 76.5511 101.307 76.3267 101.797C75.368 103.746 74.3784 105.781 73.3908 107.798C72.4237 109.818 71.4608 111.803 70.5492 113.705C69.6581 115.609 68.7429 117.368 68.1124 119.001C66.7694 122.257 65.7316 124.696 65.2666 125.637C64.3173 128.548 63.2722 131.395 62.0854 134.385C61.0397 137.41 59.9117 140.603 58.6804 144.139C59.4237 142.43 60.4611 141.558 58.2653 147.613C57.944 146.311 56.8091 149.04 55.4589 152.705C54.2884 156.426 52.9067 161.048 51.689 163.429C52.6729 161.269 51.4616 165.68 50.3698 169.784C49.4211 173.906 48.7124 177.754 50.0171 174.298C48.6931 179.478 49.4111 174.51 48.1604 178.382C47.5786 181.516 46.8758 184.795 46.099 188.172C45.4223 191.579 44.7105 195.106 43.9861 198.739C43.2822 202.374 42.4268 206.062 41.8062 209.867C41.2061 213.674 40.6406 217.539 40.1343 221.429C40.2889 221.697 40.9488 219.124 40.7733 222.502C40.0783 225.195 39.2994 227.896 38.7065 230.601C38.4602 233.703 39.5139 233.562 38.2255 239.138C38.4855 238.351 38.8508 237.202 38.6852 239.282C34.4587 269.793 34.7551 302.019 32.0524 333.139C32.5556 328.928 32.5084 331.752 32.4131 334.979C32.5604 332.879 32.9017 335.055 33.1585 334.641L32.0774 347.68C32.7636 350.093 31.8114 361.706 32.474 363.102L32.4514 358.953C33.1366 364.498 34.4594 351.346 35.4979 352.199C34.6857 345.981 37.306 336.027 36.2826 325.85C36.5693 323.625 36.5714 327.771 36.8571 326.595C36.5027 324.008 36.4586 320.907 36.8925 315.193L36.9806 315.844C37.2577 307.799 37.5915 302.055 37.9751 296.069C38.4405 290.092 38.9352 283.87 39.6589 274.863L39.0682 276.163C39.3637 272.301 39.5645 271.488 39.8417 269.689C39.6336 267.44 39.3516 270.146 39.186 272.92C39 275.692 38.8077 278.516 38.4947 276.45C38.8522 275.194 39.0922 272.838 39.3705 269.988C39.6692 267.141 39.9449 263.793 40.2164 260.48C40.4878 257.167 40.7713 253.927 41.0654 251.293C41.3389 248.656 41.7866 246.646 42.1551 245.818C42.8002 239.898 41.3751 247.486 42.0203 241.567L42.5156 240.024L42.2645 238.482C42.7503 234.589 43.3715 232.688 43.654 232.58C43.5203 233.525 43.4376 235.259 43.3568 236.281C43.8406 233.794 44.121 230.233 44.5167 227.095C44.892 223.955 45.176 221.231 45.381 220.383L44.3746 226.029C45.4003 217.966 46.5146 208.988 48.2705 200.194C48.6594 197.98 49.0666 195.787 49.4514 193.608C49.6448 192.51 49.8361 191.43 50.0274 190.35C50.2187 189.269 50.4897 188.216 50.6993 187.156C51.6197 182.924 52.462 178.825 53.1728 174.959L52.6664 176.073C53.7268 170.15 54.6189 167.89 55.3685 165.435C56.1568 163.002 57.0232 160.437 58.7393 154.058L58.6827 154.531C59.1608 151.919 60.2851 148.584 61.4629 145.148C60.662 148.38 64.0628 139.355 62.9359 143.58C64.8417 137.348 65.2369 135.776 65.5446 134.763C65.8135 133.727 65.8151 133.194 67.0359 129.051L68.1964 127.321C68.9716 124.478 68.8621 124.18 71.3425 117.999C70.4351 120.56 71.0002 119.649 71.5181 118.785C71.777 118.354 72.091 117.982 72.1482 118.024C72.2236 118.087 72.079 118.603 71.6146 120.06C78.3749 107.736 79.6218 100.945 84.1073 95.8576C85.1756 92.8178 83.5585 95.4183 81.8381 98.3624C81.0178 99.8481 80.0664 101.389 79.6135 102.403C79.1176 103.429 78.9017 103.848 79.2293 103.015C78.4115 104.306 78.7528 103.012 79.6627 100.95C80.6319 98.9123 82.1106 96.0817 83.2308 94.1692C84.3347 92.2191 85.597 90.6794 87.2581 88.4045C88.0979 87.277 88.9853 85.9239 90.1312 84.317C91.2975 82.7124 92.6263 80.7893 94.1365 78.3895C93.5263 79.3309 93.5751 79.4435 92.9424 80.4C95.47 76.9473 97.0577 73.2044 100.277 68.9981C101.309 66.2565 104.256 63.459 103.973 62.3575C102.012 65.2372 99.9502 68.0871 98.2235 71.0838C98.9757 69.8213 99.6094 68.5091 100.405 67.2339C101.181 65.9387 101.983 64.611 102.858 63.1852C104.63 60.3362 106.754 57.1378 109.81 53.2502C109.518 53.9626 108.019 56.435 106.965 58.1419C108.847 55.9289 110.022 53.5602 111.975 51.2668C112.216 52.3809 104.709 61.7515 101.587 67.2328C103.69 64.9039 108.04 57.1314 106.992 60.1736C107.81 58.0115 109.471 55.7366 111.416 53.1751C113.323 50.5737 115.638 47.8608 117.782 44.6649L117.871 45.3161C118.589 44.3342 120.078 42.2878 121.661 40.662C120.885 41.7792 120.148 42.9189 119.433 44.0435C123.141 39.0415 128.2 35.5711 132.701 31.5713C127.779 35.6275 127.282 36.1376 127.234 35.8471C127.223 35.5966 127.874 34.6601 125.74 36.3803C128.46 33.5735 130.458 31.9439 131.981 30.8269C133.504 29.7098 134.612 29.1127 135.743 28.5004C136.912 27.9106 138.106 27.2881 139.975 26.2302C141.859 25.2097 144.379 23.7313 148.405 21.7924C147.326 22.3218 145.243 23.2652 143.879 23.9207C142.515 24.5763 141.803 24.8115 143.377 23.7895C144.884 22.9732 146.703 22.1584 148.423 21.4741C149.291 21.1508 150.114 20.8577 150.848 20.6074C151.602 20.3771 152.247 20.1873 152.779 20.0729C155.573 19.0722 156.897 18.75 157.335 18.5532C157.769 18.3915 157.309 18.4255 156.652 18.5428C155.323 18.7398 153.147 19.2449 155.553 18.3758C156.608 18.2172 157.48 18.0367 158.286 17.8839C158.692 17.7899 159.076 17.6936 159.463 17.5796C159.848 17.4832 160.233 17.3869 160.638 17.2929C162.204 16.8572 163.978 16.4108 166.676 16.2172L166.746 16.6705C170.231 16.6598 172.165 16.9621 173.359 17.0336C174.545 17.1753 174.987 17.1213 175.388 17.0625C175.787 17.0212 176.143 16.9925 177.159 17.1673C177.69 17.2308 178.352 17.4167 179.27 17.7221C179.729 17.866 180.248 18.0347 180.847 18.2308C181.145 18.3377 181.466 18.4294 181.783 18.5562C182.097 18.7005 182.432 18.8473 182.785 19.0141C182.364 18.8926 181.925 18.7512 181.482 18.6448L180.143 18.3959C179.25 18.2357 178.381 18.043 177.506 17.9028C178.55 18.1877 179.592 18.4903 180.635 18.7927L181.415 19.0283L182.167 19.3317L183.67 19.9384L182.204 19.8878C183.019 20.1809 183.773 20.4667 184.468 20.7277C185.16 21.0062 185.742 21.3426 186.33 21.6264C186.896 21.9254 187.443 22.2043 187.972 22.4632C188.476 22.7548 188.935 23.0766 189.417 23.3833C190.358 24.0118 191.303 24.6052 192.219 25.4442C192.69 25.8386 193.219 26.2754 193.765 26.7322C194.312 27.1891 194.826 27.7487 195.442 28.3205C195 27.6805 195.331 27.6845 196.327 28.373C196.825 28.7172 197.511 29.2262 198.231 29.9706C198.971 30.7174 199.946 31.5813 200.863 32.7586C202.013 34.4086 201.56 34.0342 201.477 34.042C201.434 34.0546 201.505 34.1521 201.898 34.6796C202.336 35.1768 202.988 36.1444 204.239 37.8242C203.533 37.1348 202.809 36.4255 202.029 35.4959C201.203 34.5965 200.341 33.4792 199.339 31.9715C198.947 31.7823 197.823 30.7761 197.411 30.5844C198.77 32.2238 200.492 34.298 202.034 36.3152C202.782 37.3476 203.56 38.2947 204.177 39.2048C204.794 40.1149 205.32 40.9251 205.745 41.5276C205.135 40.5648 204.404 39.392 204.085 38.7667C206.542 41.9786 208.753 45.3391 210.829 48.7902C211.47 50.5395 210.692 49.2365 209.845 47.9965C210.445 49.0469 210.96 49.9447 211.542 50.9752C212.147 51.9905 212.755 53.1487 213.515 54.7698C213.121 54.4203 212.843 54.3159 212.37 53.7611C211.92 53.1913 211.256 52.1511 210.026 49.9576C211.891 53.259 213.558 56.6612 215.18 60.0937C215.238 60.4743 215.656 61.841 215.978 62.9649C216.3 64.0889 216.465 64.9628 216.15 64.3023C218.093 70.2467 222.282 78.5768 224.862 86.4834C225.086 86.8661 225.489 87.6616 226.056 89.3309C228.317 96.79 229.903 103.475 233.237 112.183L233.822 117.36C235.834 124.291 232.959 110.353 236.305 121.91C238.727 130.1 236.466 125.079 237.03 127.993C237.764 130.003 238.803 132.76 239.81 135.959C240.754 139.168 241.535 142.874 242.071 146.71C241.375 144.207 241.074 142.214 240.504 139.868L240.265 139.786Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M249.747 344.507C249.906 344.046 250.023 343.935 250.16 343.827C250.178 343.153 250.056 343.138 249.747 344.507Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M224.701 86.6243L224.607 86.3635C224.52 86.2283 224.465 86.1682 224.428 86.1282L224.701 86.6243Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M108.263 467.217C108.954 468.724 109.328 469.587 109.549 470.165C109.733 470.187 109.398 469.524 108.263 467.217Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.074 307.449L63.8405 312.488C63.5102 310.046 63.5128 309.156 63.453 307.922C63.3545 308.052 63.2801 309.022 63.074 307.449Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M61.5482 263.474C61.4072 262.746 61.3831 261.907 61.2625 261.18L61.0308 261.384C61.3407 264.517 61.7617 266.721 61.5503 263.457L61.5482 263.474Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M64.2476 302.66C64.6518 302.228 64.0945 299.083 63.5833 295.552C63.6195 295.77 63.6373 295.968 63.6756 296.168C62.926 295.153 63.5755 298.914 64.2497 302.643L64.2476 302.66Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.4732 294.738C63.3332 293.654 63.1975 292.534 63.1167 291.475C62.8111 291.082 63.2048 292.82 63.4732 294.738Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M68.1002 339.137C67.9476 337.464 67.3689 338.142 67.4025 337.167C66.5632 335.341 69.8098 348.256 68.1002 339.137Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M65.3667 299.716L64.9621 301.02L65.6619 302.972L65.3667 299.716Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M68.6268 327.616L67.9951 321.97C67.9212 322.068 67.7576 321.355 67.5945 320.463C68.0507 323.934 68.4853 327.759 68.6268 327.616Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M67.5945 320.463C67.3544 318.655 67.1038 316.935 66.8715 315.928C67.0015 316.923 67.3103 319.024 67.5945 320.463Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M66.4771 307.429L66.5684 309.094L67.025 313.082L66.4771 307.429Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M78.8474 388.022C79.3098 390.052 79.813 392.088 80.3184 394.105C80.6419 394.696 80.385 393.028 79.8272 390.755C79.3774 389.313 78.8584 387.062 78.8699 388.007L78.8474 388.022Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.7422 369.371C76.9377 371.031 76.8188 371.159 76.8303 372.104L77.5416 372.224L76.7422 369.371Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M80.3592 387.17C80.6418 387.756 82.7733 395.947 81.0821 388.236C80.7791 387.648 79.3715 381.554 80.3592 387.17Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M111.463 476.533C111.166 476.07 110.912 475.595 110.637 475.117L109.754 475.741C110.324 476.005 110.871 476.284 111.463 476.533Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M183.434 509.013C180.063 510.674 179.647 510.856 179.423 511.167C179.165 511.421 179.023 511.742 175.637 512.655C175.222 512.836 175.367 512.836 175.79 512.762C176.214 512.688 176.92 512.505 177.589 512.283C178.965 511.878 180.273 511.34 179.472 511.796C180.001 511.539 180.484 511.312 180.927 511.08C181.369 510.848 181.791 510.614 182.145 510.425C182.897 510.034 183.456 509.692 183.842 509.418C184.587 508.902 184.563 508.757 183.434 509.013Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M179.452 511.794C178.809 512.144 178.051 512.409 177.283 512.762C178.549 512.237 179.116 512.003 179.452 511.794Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.9845 356.304L30.6334 360.978L31.0962 357.973L30.9845 356.304Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.6023 365.365L30.8732 366.434L31.4661 369.281C31.4692 368.214 31.4446 366.164 31.6249 365.35L31.6023 365.365Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M253.002 239.872L253.187 240.233C253.336 239.503 253.405 238.408 253.252 236.219C253.23 237.444 253.126 238.659 253.022 239.875L253.002 239.872Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M246.866 176.52L247.047 177.609L247.357 175.529L246.866 176.52Z' fill='%23F6D1E9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M234.812 123.991C235.346 126.119 236.147 128.617 236.701 130.748C235.366 126.122 235.457 123.285 234.812 123.991Z' fill='%23F6D1E9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_679_2008'%3E%3Crect width='502.592' height='233.586' fill='white' transform='translate(0.366943 499.042) rotate(-83.1858)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 110% 90%;
  height: 110%;
  left: -40px;
  position: absolute;
  top: 20px;
  width: 115%;
  z-index: 0;
}

@media (max-width: 1400px) {
  .article__body-text .quote-block .text-quote-block {
    right: -300px;
  }
}
@media (max-width: 1260px) {
  .article__body-text .quote-block .text-quote-block {
    right: -250px;
  }
}
@media (max-width: 1160px) {
  .article__body-text .quote-block .text-quote-block {
    position: relative;
    width: 100%;
    right: 0;
  }
  .article__body-text .quote-block .text-quote-block:after {
    background-image: url("data:image/svg+xml,%3Csvg width='616' height='145' viewBox='0 0 616 145' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M525.76 21.2383L527.449 21.7471C523.443 20.86 524.612 21.0557 525.76 21.2383ZM192.629 29.483C193.56 29.3004 193.473 29.2612 193.062 29.2743C192.434 29.4439 190.333 29.7831 187.929 30.1222C188.622 30.1092 189.857 29.9787 192.629 29.483ZM183.208 30.7745C183.208 30.7745 183.078 30.8137 182.992 30.8267C178.422 31.3876 180.046 31.192 183.208 30.7745ZM205.839 142.352C207.398 142.274 209.78 142.378 212.465 142.561C210.495 142.547 208.286 142.495 205.839 142.352ZM368.084 135.855C370.12 135.581 374.126 134.955 375.685 135.007C373.455 135.62 371.592 135.62 368.084 135.855ZM472.097 120.918L465.102 121.871C473.158 119.966 479.222 119.053 472.595 119.835C472.075 120.905 446.002 124.688 445.46 125.732L440.783 126.228C442.104 126.045 442.277 125.954 443.576 125.771C434.481 126.671 437.253 127.441 425.71 129.032C421.682 129.567 418.824 129.854 421.509 129.332L417.091 130.128C415.619 130.402 414.124 130.585 412.652 130.833C410.031 131.146 410.616 130.898 413.215 130.598L399.528 132.385L399.615 132.346C397.709 132.737 393.335 133.52 391.212 133.885C387.683 134.185 392.923 133.559 391.992 133.559C389.48 133.938 386.99 134.381 384.456 134.694C382.853 134.733 383.633 134.525 385.474 134.264C387.293 133.964 390.173 133.546 392.793 133.233C389.09 133.207 387.553 133.481 384.954 133.885C382.355 134.251 378.76 134.785 370.964 135.281L378.154 134.446C373.346 134.381 367.759 135.138 359.53 135.633C361.501 135.607 376.097 134.825 367.867 135.894C365.507 136.051 362.41 136.338 357.992 136.977C357.927 136.807 356.801 136.86 355.026 137.016C353.228 137.134 350.759 137.342 348.009 137.564L348.291 137.094C342.357 137.682 342.898 137.864 339.433 138.321C332.785 138.777 331.356 138.543 329.732 138.373C319.099 139.103 337.16 138.373 324.599 139.404C315.699 139.704 309.505 140.199 298.894 141.008C292.657 141.178 299.955 140.682 297.703 140.669C295.884 140.878 294.064 141.112 292.224 141.282C290.881 141.308 291.292 141.191 291.509 141.126C286.875 141.386 291.163 141.582 283.865 141.908C282.89 142.182 279.122 142.104 274.466 142.065C272.149 142.039 269.593 142.026 267.06 142.065C264.526 142.104 262.014 142.234 259.762 142.352C257.509 142.234 260.823 142.078 260.151 141.908C247.721 142.326 249.497 142.208 239.275 142.743L230.57 142.482C233.775 142.639 233.32 142.821 231.176 143.017C229.032 143.174 225.199 143.265 221.582 143.356C223.856 143.565 225.784 143.748 227.083 143.839H215.627C214.241 143.735 215.41 143.617 217.294 143.474C216.515 143.5 215.779 143.526 215.194 143.539C211.101 143.291 213.245 143.082 216.19 142.887C217.576 143.004 218.962 143.135 220.305 143.252C223.142 143.03 225.784 142.795 225.221 142.521C224.484 142.561 223.055 142.574 221.474 142.561C222.21 142.508 222.687 142.443 222.34 142.391C221.951 142.339 220.759 142.417 218.897 142.495L216.32 141.947L215.67 142.13L200.771 141.504C195.422 141.582 190.398 141.621 184.594 141.647C181.692 141.647 178.596 141.647 175.152 141.595C171.709 141.543 167.941 141.504 163.718 141.217C167.963 141.152 164.714 140.682 165.017 140.278C167.27 140.695 170.561 140.786 174.373 140.865C178.184 140.943 182.515 140.995 186.89 141.23C182.32 140.982 183.338 140.812 184.529 140.799L168.829 140.512C169.24 140.199 165.559 140.043 161.509 139.599C164.476 140.512 149.815 139.26 143.426 139.025C143.08 138.764 144.661 138.634 152.37 139.234C148.147 138.673 145.375 138.686 142.582 138.712C139.81 138.725 137.016 138.803 132.902 138.164C134.786 138.334 135.782 138.464 136.562 138.412C132.122 138.203 121.424 137.029 124.001 137.068L125.864 137.238C122.745 136.938 118.825 136.547 114.646 136.155C110.466 135.751 106.049 135.412 101.977 134.929C93.8346 134.029 87.013 133.377 85.9736 133.559C85.8869 133.468 87.836 133.05 88.6156 133.024C81.036 132.776 73.4132 132.646 65.8336 132.098C66.8948 131.994 65.7254 131.368 65.5521 130.924C65.3789 130.48 66.2451 130.259 71.3342 130.859C68.4756 130.363 64.9241 129.763 58.8388 128.837C60.7229 129.267 63.3649 130.402 60.6579 129.985C57.1063 129.059 55.9153 128.719 54.486 128.367C53.0784 128.002 51.3892 127.624 47.188 126.384C49.9599 127.128 46.3001 127.206 41.8606 126.019C42.6186 126.084 42.0122 125.197 43.6797 125.549C39.8683 124.858 36.0785 124.062 32.3537 123.123C35.104 123.853 33.3066 122.705 31.2276 121.714C31.6824 121.962 29.4518 121.205 26.8965 120.162C24.2978 119.144 21.5042 117.774 20.2698 117.187C21.4608 117.879 22.6952 118.544 23.9946 119.183C21.3309 117.983 19.4035 117.044 17.801 116.274C16.1768 115.491 14.8991 114.878 13.6214 114.226C12.3654 113.574 11.131 112.895 9.81001 111.93C8.46735 110.965 7.05972 109.686 5.6954 107.834C6.10686 108.264 6.97309 108.682 7.29793 108.551C7.47118 108.486 7.51449 108.277 7.3629 107.86C7.27627 107.429 6.86481 106.829 6.38839 105.877C6.19348 105.681 5.93361 105.42 5.60878 105.107C5.30559 104.794 5.00241 104.403 4.61261 103.972C3.89797 103.085 3.14001 101.963 2.57696 100.607C2.42537 100.267 2.27378 99.9151 2.12219 99.5499C2.03556 99.1846 1.94894 98.8063 1.86232 98.4149C1.77569 98.0235 1.71073 97.6191 1.6241 97.2147C1.55914 96.7973 1.60245 96.3929 1.60245 95.9624C1.60245 95.5319 1.64576 95.1014 1.64576 94.6578C1.68907 94.2143 1.84066 93.7707 1.92728 93.3272C2.03556 92.8836 2.1655 92.4271 2.29543 91.9705C2.51199 91.5269 2.70689 91.0703 2.9018 90.6268C3.2916 90.1963 3.61644 89.7658 4.04956 89.3614C5.11069 87.5742 6.36673 85.8261 7.90429 84.1563C6.8215 85.8261 4.74254 89.0092 3.98459 92.5184C3.91962 92.9489 3.85465 93.3924 3.76803 93.836C3.70306 94.2795 3.57313 94.71 3.61644 95.1535V97.0973C3.6381 97.306 3.68141 97.5148 3.72472 97.7235C3.78969 98.1409 3.85465 98.5323 3.91962 98.9367C3.96293 99.1324 3.98459 99.3281 4.00624 99.5238C4.07121 99.7064 4.13618 99.9021 4.20115 100.085C4.46102 100.815 4.63426 101.494 4.91579 102.094C4.78585 100.646 4.91579 100.437 4.91579 100.059C4.89413 99.6803 4.91579 99.1193 5.02407 96.9799C5.19731 96.6146 5.28394 96.5755 5.30559 96.7451C5.32725 96.9147 5.30559 97.293 5.37056 97.7496C5.41387 98.2062 5.43553 98.7541 5.43553 99.2628C5.43553 99.7716 5.60878 100.241 5.65209 100.541C5.24063 97.28 6.19348 93.9925 8.16416 90.9008C7.92595 90.966 7.99092 90.5355 8.35907 89.8702C8.72721 89.2048 9.2253 88.2786 9.9616 87.3915C10.3081 86.948 10.6546 86.4914 10.9794 86.074C11.3476 85.6695 11.6724 85.2782 11.9539 84.9651C12.4953 84.3259 12.7985 83.8954 12.5603 83.9215C9.31192 87.1567 6.90813 90.6398 5.91196 94.2273C5.47884 94.3969 5.34891 92.7662 6.4317 90.2093C7.57946 87.6785 10.1998 84.2998 14.0979 81.3385C15.224 80.6471 15.1157 81.0645 14.7908 81.6385C14.5093 82.2256 14.0329 82.9822 14.2061 82.9561C14.401 82.7343 14.8558 82.2516 15.5271 81.6646C16.2418 81.0906 17.0864 80.3862 17.9743 79.7078C18.9055 79.0555 19.8367 78.4033 20.5946 77.8945C21.3742 77.3988 22.0022 77.0465 22.2405 76.9552C21.0927 77.751 20.0316 78.5859 18.9704 79.4338C20.1615 78.7033 21.1577 77.9728 22.1971 77.3205C23.1933 76.6421 24.1245 75.9638 25.164 75.3245C26.1818 74.6592 27.2646 73.9939 28.5423 73.3286C29.7983 72.6502 31.2709 71.9719 33.0034 71.2805C34.1078 70.7326 36.0136 70.1064 37.5944 69.5193C39.2186 68.9714 40.5829 68.5018 40.6479 68.3061C36.2734 69.4802 33.8696 68.5018 36.0785 67.0407C36.5116 66.8842 39.8033 65.6449 43.3765 64.3795C47.0147 63.1793 50.8695 61.8617 52.4503 61.4964C54.7025 60.9485 53.3599 61.7182 51.9306 62.4879C50.5446 63.2967 49.0937 64.1446 50.9561 63.6359C50.9777 63.5576 51.4975 63.2706 52.1472 62.9445C52.7968 62.6444 53.5548 62.3052 54.0096 62.1226C56.7382 61.2877 53.2733 62.8531 58.9038 60.7789C59.4452 59.9962 70.7712 56.9305 61.3076 59.5005C64.1012 58.509 65.6387 58.0394 67.3062 57.5306C68.9954 57.061 70.8361 56.5653 74.2361 55.5216C71.8106 55.8869 79.6284 52.756 85.5404 51.0601C85.2806 51.2688 86.7315 51.0601 87.4245 50.9557C88.9621 50.5644 90.413 50.1991 91.799 49.8469C93.1849 49.5207 94.5276 49.2077 95.8053 48.9076C98.3824 48.3075 100.721 47.7596 103.103 47.2769C105.464 46.7812 107.803 46.2594 110.293 45.7506C112.783 45.2288 115.425 44.6809 118.349 44.0808C119.497 43.9634 125.279 42.9589 122.94 43.6503C124.586 43.2329 126.059 42.7502 129.718 42.0588C136.995 41.1065 121.597 43.6764 127.25 43.1155C127.574 42.7763 136.518 40.9369 141.672 39.8541C139.853 39.7237 129.523 41.9675 124.434 43.1807C124.088 42.6197 132.837 40.2194 145.267 37.7668C155.186 35.9144 149.772 37.3885 151.461 37.0102C160.859 35.4839 164.757 34.6099 168.266 33.8141C171.774 33.0183 174.936 32.3791 182.862 31.3746C189.229 30.7876 183.446 32.066 184.919 32.1051C176.82 33.501 172.25 33.775 166.75 34.6751L173.636 33.775C171.081 34.2837 165.689 35.2621 162.679 35.6274C168.006 35.0795 194.513 30.7223 209.26 28.9873C211.794 28.4916 216.233 27.7219 214.068 27.8784L209.477 28.5959C205.124 28.909 218.009 26.9392 212.119 27.6436C218.247 26.5609 225.091 25.3085 233.905 24.291L235.702 24.4866C235.464 24.3823 229.898 25.0085 227.473 25.4781C229.27 25.1389 232.67 24.8258 236.113 24.4605C239.557 24.1214 243.022 23.73 244.927 23.1951L238.669 23.6909C244.862 22.6864 252.442 21.2253 260.281 20.4165C256.578 20.4295 258.484 20.6643 252.81 20.8861C257.813 20.8861 232.887 23.4039 240.813 23.0516C234.944 23.1951 230.916 24.0953 223.336 24.6301C223.618 24.7345 226.065 24.5388 219.525 25.3607C219.244 25.4389 218.572 25.5824 218.139 25.6738C217.944 25.6999 217.879 25.6999 217.706 25.7259C217.836 25.7129 217.944 25.6999 218.074 25.6868C217.793 25.739 217.771 25.752 218.204 25.6738C219.785 25.5303 221.063 25.4259 221.604 25.4389C220.045 25.8173 216.688 26.3521 213.267 26.8739C209.867 27.4218 206.423 27.9567 204.712 28.2959C200.836 28.7916 206.25 27.9045 204.106 28.0611L198.974 29.0525C198.324 28.8177 188.536 30.0179 197.523 28.5307C194.794 28.9221 192.065 29.2873 189.337 29.7178C184.464 30.2788 177.838 31.2181 173.81 31.9747C169.933 32.4835 164.259 33.8402 167.508 33.0705C163.285 33.801 159.062 34.5577 154.861 35.3274L154.709 35.2752C142.127 37.3363 129.177 40.2194 114.776 42.6328C112.719 43.1024 110.64 43.5981 108.192 44.146C105.767 44.72 102.973 45.3593 99.5085 46.0898L98.0142 46.155C92.8168 47.4726 82.1188 49.8208 80.1265 50.734C78.6106 50.9557 76.2934 51.4906 73.4998 52.2211C70.7495 53.0039 67.5444 53.9301 64.2961 54.9868C57.7993 57.1001 51.0644 59.5657 46.7982 61.1442V61.5617C45.3472 62.1226 43.9179 62.6705 42.467 63.2315C41.0161 63.7924 39.6301 64.4316 38.1791 65.0578C35.2773 66.3102 32.2021 67.6799 28.9538 69.3758L29.6901 69.428C26.9181 70.9022 23.2583 72.7285 19.4035 74.9462C15.5488 77.1509 11.5425 79.7861 8.31575 82.8126C8.38072 82.6952 8.53231 82.4995 8.74887 82.2777C8.98708 82.056 9.29027 81.8081 9.6151 81.5342C10.2864 80.9863 11.0444 80.3601 11.759 79.8774C6.92978 83.0213 3.22663 87.1959 1.29927 91.5791C0.433032 93.7838 -0.151675 96.0145 -0.0867074 98.1931C-0.0867074 98.741 -0.130019 99.2759 -0.0867074 99.8108C-0.0217399 100.346 0.0648834 100.88 0.129851 101.389C0.194818 101.911 0.23813 102.433 0.389721 102.942C0.519656 103.45 0.584623 103.959 0.779526 104.442C1.71073 106.36 2.59862 107.69 3.37823 109.008C3.24829 108.838 3.14001 108.682 3.03173 108.564C3.16167 108.747 3.33491 109.034 3.59478 109.308C3.87631 109.712 4.17949 110.13 4.46102 110.547C4.80751 110.965 5.154 111.382 5.52215 111.826C4.91579 111.069 4.35274 110.351 3.89796 109.699C5.00241 111.082 7.05972 113.065 9.55014 114.761L10.1565 115.713C10.3514 115.857 10.5246 115.961 10.7412 116.104C13.1017 117.813 12.9501 117.292 11.9106 116.261C13.2316 117.057 14.5526 117.709 15.6138 118.205C16.0036 118.609 16.6749 119.027 17.4978 119.483C18.3424 119.914 19.3169 120.37 20.3564 120.814C22.4354 121.701 24.6443 122.575 26.0952 123.449C27.243 123.749 31.2493 125.106 35.3422 126.215C39.4352 127.337 43.6148 128.198 44.6759 128.158C44.7409 128.25 45.6937 128.537 43.8963 128.093C47.5778 129.072 51.3026 129.946 54.8108 130.454L56.2184 131.185C59.0987 131.524 61.9789 131.837 64.8808 132.098C69.8833 133.168 71.9839 133.598 66.7215 133.168C73.0017 133.872 75.5571 134.107 77.8526 134.342C80.1481 134.577 82.2271 134.772 87.5761 135.164L86.9697 135.372C90.7378 135.816 96.8881 136.181 99.097 136.677C107.348 138.295 141.044 140.995 162.96 142.782C160.903 142.234 163.436 142.495 166.598 142.834C169.76 143.148 173.615 143.422 174.091 143.135C175.347 143.382 178.401 143.63 174.806 143.643C186.088 143.956 191.676 144.726 199.493 144.504C200.121 144.622 199.515 144.674 198.887 144.713C198.259 144.752 197.631 144.765 198.194 144.857C199.104 144.87 201.789 144.778 202.958 144.922C204.106 145.065 201.291 145.052 199.493 145.091C211.036 145.3 212.227 144.726 213.093 144.191C218.897 144.57 221.821 144.596 226.043 144.322C228.057 144.543 231.436 144.804 224.311 144.726C225.329 144.752 227.364 144.817 229.855 144.883C232.345 144.922 235.312 144.909 238.171 144.909C243.866 144.896 249.107 144.83 249.302 144.596C250.558 144.713 254.932 144.609 255.972 144.556H261.451C262.945 144.543 264.158 144.504 265.37 144.478C267.796 144.426 270.221 144.348 274.639 144.217H272.17C275.635 143.578 279.533 143.891 286.658 143.63L286.463 143.695C294.671 143.695 296.425 143.474 298.157 143.369C299.89 143.239 301.579 143.121 309.678 142.926L308.747 142.639C309.44 142.234 313.013 142.169 317.604 142.091C319.9 142.052 322.434 142.026 324.967 141.934C327.501 141.804 330.035 141.621 332.352 141.386L328.952 141.452C333.976 140.825 343.353 141.347 348.507 141.047C349.633 141.021 346.775 141.282 345.215 141.452C358.707 140.852 346.861 140.917 356.801 140.004C358.685 140.056 354.592 140.839 361.284 140.212C362.973 140.147 367.759 139.469 373.281 138.751C376.053 138.399 378.977 138.021 381.814 137.721C383.221 137.564 384.607 137.421 385.928 137.316C387.249 137.199 388.505 137.055 389.653 136.977C387.618 137.042 385.582 137.121 390.086 136.416C397.06 135.477 409.252 134.72 415.38 133.364C416.29 133.298 416.636 133.311 416.701 133.337C421.964 132.411 433.853 130.494 436.906 129.724C439.592 129.906 447.821 128.602 455.227 127.036C462.677 125.549 469.52 124.167 469.715 124.688C472.4 124.193 475.085 123.736 477.771 123.214L485.718 121.557L485.35 121.74C495.572 119.718 499.037 118.74 502.458 117.761C504.862 117.344 503.195 117.8 503.022 117.892C506.79 117.213 509.627 116.535 512.03 116C514.412 115.452 516.362 114.996 518.202 114.539C521.905 113.613 525.262 112.674 531.217 111.004L532.712 111.03C534.357 110.599 539.62 109.321 546.247 107.69C549.56 106.868 553.22 105.968 556.901 105.003C560.583 104.037 564.329 103.033 567.729 101.924C567.621 102.002 567.383 102.146 566.3 102.511C570.176 101.298 574.464 100.006 578.709 98.6106C580.853 97.9322 582.975 97.1886 585.054 96.4581C587.089 95.6884 589.168 94.9709 591.031 94.1621C594.886 92.6358 598.156 90.9529 600.711 89.4658C601.924 88.683 603.006 87.9655 603.829 87.3263C604.609 86.6479 605.172 86.0609 605.518 85.5913C606.147 85.1347 606.666 84.639 607.208 84.1302C607.749 83.6345 608.312 83.1518 608.81 82.643C609.698 81.5863 610.759 80.5818 611.452 79.473C610.694 80.5297 609.871 81.208 609.352 81.7168C608.81 82.2256 608.485 82.5126 608.291 82.643C607.857 82.9039 608.096 82.5908 608.399 82.1212C609.048 81.1819 610.196 79.6817 608.485 81.208C608.854 80.8297 609.243 80.4253 609.655 80.0078C610.001 79.5773 610.37 79.1338 610.716 78.7163C611.062 78.2858 611.474 77.8945 611.712 77.5031C611.994 77.1118 612.232 76.7595 612.448 76.4595C613.315 75.2724 613.704 74.9854 612.578 77.0857L612.124 77.7118C612.167 78.1554 612.578 77.7118 613.206 76.7987C613.488 76.3421 613.943 75.7811 614.203 75.1158C614.462 74.4505 614.744 73.72 615.047 72.9764C616.043 69.9759 615.502 66.7407 615.892 66.845C615.22 62.2661 612.362 57.935 608.442 54.1649C604.522 50.3817 599.607 47.0813 594.323 44.146C589.017 41.1978 583.3 38.6148 577.388 36.3188C571.497 34.0228 565.325 31.9486 559.132 30.2527L561.601 31.5181L553.003 29.0525C550.838 28.3089 550.253 27.8263 556.382 29.5874C553.35 28.4003 545.9 26.887 545.64 26.9392C533.729 23.3386 550.751 27.7349 547.069 26.6783L542.024 25.2955L543.106 25.6738C542.045 25.4389 541.244 25.2563 540.486 25.0998C539.728 24.9563 539.013 24.8258 538.212 24.6823C536.61 24.3692 534.596 23.9257 530.828 22.9734C526.107 21.6949 528.575 22.0732 526.713 21.5906C526.756 21.5514 526.128 21.3818 523.833 20.86L518.289 19.4642L512.637 18.2379L516.925 19.5816C511.792 18.6945 506.292 17.2986 511.251 18.838C509.432 18.264 505.902 17.403 501.549 16.4115C500.466 16.1637 499.318 15.9158 498.149 15.6549C497.564 15.5245 496.958 15.394 496.352 15.2635C495.745 15.1461 495.117 15.0287 494.489 14.9244C491.977 14.4678 489.357 13.9981 486.758 13.5285C484.159 13.0719 481.604 12.6153 479.157 12.1848C476.71 11.7674 474.436 11.3238 472.357 11.0499C468.199 10.4498 465.081 9.98016 463.868 9.75838C460.186 9.38007 456.57 8.93652 452.758 8.41471C448.925 7.98421 444.876 7.51458 440.393 7.00581C442.58 7.34499 443.793 7.93203 436.105 7.00581C437.643 6.70576 434.156 6.19699 429.5 5.62299C424.801 5.16641 418.975 4.64459 415.9 4.05755C418.672 4.51414 413.128 4.08364 407.974 3.70532C402.82 3.41832 398.034 3.26178 402.43 3.82273C395.933 3.37919 402.084 3.45746 397.189 2.96173C393.291 2.83128 389.198 2.6356 384.976 2.40078C380.731 2.23119 376.335 2.04856 371.809 1.86592C367.283 1.69633 362.67 1.43542 357.949 1.33106C353.228 1.23974 348.442 1.17451 343.635 1.14842C343.331 1.26583 346.558 1.4876 342.422 1.6311C339.044 1.39629 335.644 1.10929 332.265 0.939697C328.454 1.01797 328.779 1.67024 321.806 1.27888C322.802 1.38324 324.253 1.52674 321.697 1.57892C283.951 1.21365 244.776 3.82273 206.51 4.46195C211.707 4.46195 208.264 4.64459 204.323 4.82723C206.9 4.762 204.301 5.14032 204.842 5.27077L188.817 5.57081C185.98 6.18395 171.709 6.4579 170.106 6.97972L175.152 6.65358C168.504 7.50153 184.702 7.34499 183.815 8.06248C191.264 7.08408 203.76 7.98421 215.995 6.57531C218.745 6.58835 213.7 6.90144 215.172 6.99276C218.269 6.57531 222.037 6.3144 229.054 6.15786L228.274 6.26222C238.106 5.83172 245.144 5.60995 252.485 5.40122C259.827 5.24468 267.471 5.08813 278.537 4.86636L276.87 4.59241C281.612 4.48805 282.63 4.55327 284.861 4.59241C287.568 4.29236 284.233 4.31845 280.833 4.42282C277.433 4.51414 273.968 4.60545 276.437 4.25323C278.017 4.38368 280.919 4.35759 284.428 4.31845C287.936 4.29236 292.05 4.21409 296.122 4.13582C300.193 4.05755 304.178 3.99232 307.426 3.97927C310.674 3.95318 313.187 4.08364 314.248 4.25323C321.546 4.21409 312.104 3.88796 319.402 3.84882L321.351 4.0445L323.192 3.77055C327.999 3.78359 330.403 4.03146 330.576 4.20105C329.407 4.188 327.284 4.26627 326.028 4.29236C329.125 4.40977 333.5 4.31845 337.376 4.3315C341.252 4.3315 344.609 4.30541 345.67 4.37064L338.654 4.16191C348.615 4.20105 359.703 4.22714 370.661 4.67068C373.411 4.74895 376.14 4.84027 378.847 4.91854C380.211 4.95768 381.554 4.99682 382.897 5.03595C384.239 5.07509 385.56 5.16641 386.881 5.21859C392.165 5.4795 397.276 5.70127 402.084 5.85781L400.654 5.62299C408.017 5.84477 410.898 6.23613 413.994 6.52313C417.07 6.83622 420.318 7.18844 428.331 7.78853H427.746C430.994 7.89289 435.217 8.34948 439.57 8.83216C435.52 8.57125 446.998 10.0323 441.692 9.64098C449.553 10.3715 451.524 10.502 452.802 10.6194C454.101 10.7107 454.751 10.6716 459.97 11.1282L462.244 11.7282C465.817 12.0022 466.163 11.9109 474.046 13.0067C470.798 12.6284 471.989 12.9154 473.115 13.1763C473.678 13.3067 474.176 13.4763 474.133 13.5155C474.068 13.5676 473.418 13.5155 471.577 13.3328C487.559 16.6594 496.005 16.9334 502.848 19.3728C506.703 19.8164 503.303 18.9945 499.47 18.1335C497.543 17.7291 495.529 17.2464 494.229 17.0377C492.908 16.8029 492.367 16.6985 493.428 16.842C491.739 16.4246 493.363 16.542 496.005 16.9594C498.625 17.416 502.285 18.1335 504.776 18.6945C507.309 19.2424 509.367 19.9207 512.377 20.7948C513.871 21.2383 515.647 21.6949 517.769 22.295C519.891 22.9081 522.425 23.5995 525.565 24.3692C524.331 24.0561 524.201 24.0953 522.945 23.7691C527.514 25.0998 532.3 25.8173 537.887 27.5262C541.374 27.9698 545.207 29.6135 546.506 29.3526C542.717 28.335 538.949 27.2523 535.05 26.3913C536.696 26.7696 538.385 27.0696 540.053 27.474C541.742 27.8654 543.475 28.2698 545.337 28.7133C549.062 29.6135 553.263 30.7093 558.439 32.34C557.529 32.2095 554.302 31.4529 552.072 30.918C555.039 31.9356 558.092 32.4965 561.167 33.5532C559.846 33.788 547.351 29.77 540.226 28.2176C543.366 29.3656 553.458 31.5181 549.603 31.0876C552.353 31.4398 555.364 32.3139 558.764 33.3445C562.207 34.349 565.845 35.6013 570.046 36.7102L569.267 36.8145C570.566 37.1929 573.273 37.9756 575.482 38.8496C574.009 38.4452 572.515 38.0669 571.042 37.7016C577.669 39.6584 582.628 42.5806 588.151 45.1114C582.498 42.3197 581.805 42.0457 582.152 41.9936C582.455 41.9675 583.69 42.3066 581.286 41.0934C585.097 42.5936 587.371 43.7286 588.952 44.6026C590.533 45.4767 591.421 46.1289 592.33 46.7943C593.218 47.4857 594.149 48.1901 595.708 49.2859C597.224 50.3948 599.39 51.8689 602.335 54.2562C601.534 53.617 600.083 52.3777 599.087 51.5689C598.091 50.7601 597.701 50.3296 599.173 51.2427C600.386 52.1298 601.642 53.2126 602.725 54.2432C603.245 54.765 603.721 55.2607 604.133 55.7043C604.522 56.1609 604.847 56.5522 605.064 56.8784C606.688 58.5612 607.273 59.37 607.576 59.6309C607.836 59.8918 607.727 59.6048 607.489 59.2004C607.056 58.3786 606.125 57.0479 607.533 58.496C607.879 59.1483 608.226 59.6831 608.529 60.1788C608.702 60.4267 608.875 60.6615 609.07 60.8963C609.243 61.1312 609.417 61.366 609.59 61.6138C610.348 62.5661 611.149 63.6489 611.777 65.3318L611.236 65.41C611.755 67.6017 611.669 68.841 611.755 69.5976C611.755 70.3542 611.885 70.6282 612.015 70.8761C612.124 71.1239 612.21 71.3457 612.145 71.998C612.145 72.3372 612.015 72.7676 611.777 73.3677C611.669 73.6678 611.539 74.007 611.387 74.3983C611.301 74.594 611.236 74.8027 611.127 75.0115C610.997 75.2202 610.868 75.442 610.716 75.6768C610.803 75.4028 610.911 75.1158 610.976 74.8288L611.084 73.9678C611.149 73.3938 611.257 72.8329 611.301 72.2719C611.106 72.9503 610.889 73.6286 610.673 74.307L610.499 74.8158L610.24 75.3115L609.72 76.3029L609.568 75.3767C609.33 75.9116 609.092 76.4073 608.875 76.8639C608.637 77.3205 608.312 77.7118 608.052 78.1032C607.771 78.4815 607.511 78.8468 607.273 79.199C606.991 79.5382 606.666 79.8513 606.363 80.1774C605.735 80.8167 605.15 81.4559 604.263 82.0951C603.851 82.4212 603.396 82.7865 602.92 83.1648C602.443 83.5431 601.837 83.9084 601.231 84.3389C601.945 84.0128 601.989 84.2215 601.296 84.8999C600.949 85.239 600.429 85.7087 599.628 86.2175C598.827 86.7393 597.917 87.4176 596.618 88.0829C594.777 88.9309 595.167 88.6178 595.145 88.5656C595.124 88.5395 595.015 88.5917 594.431 88.8787C593.889 89.1918 592.807 89.6745 590.944 90.5877C591.68 90.0919 592.438 89.5832 593.456 89.0222C594.431 88.4352 595.665 87.809 597.354 87.0654C597.528 86.8045 598.589 86.0218 598.762 85.7478C596.964 86.7262 594.691 87.9655 592.46 89.0874C591.312 89.6353 590.273 90.1963 589.255 90.6529C588.237 91.1095 587.328 91.5008 586.656 91.8139C587.739 91.3573 589.06 90.8094 589.775 90.5616C586.223 92.3488 582.455 93.9925 578.557 95.558C576.521 96.0928 577.994 95.5058 579.38 94.8796C578.189 95.3362 577.171 95.7275 576.002 96.1711C574.854 96.6277 573.533 97.0973 571.671 97.6974C572.039 97.4235 572.125 97.2408 572.732 96.9016C573.36 96.5755 574.529 96.0798 577.02 95.1405C573.273 96.5625 569.375 97.867 565.434 99.1454C564.979 99.2107 563.376 99.5759 562.055 99.8629C560.734 100.15 559.695 100.32 560.453 100.072C553.501 101.741 543.973 105.003 534.726 107.221C534.293 107.39 533.383 107.703 531.434 108.186C522.685 110.169 514.781 111.669 504.667 114.422L498.452 115.178C490.31 116.965 506.855 114.109 493.276 117.083C483.661 119.222 489.443 117.422 485.978 117.996C483.64 118.609 480.434 119.47 476.688 120.344C472.92 121.179 468.524 121.949 463.933 122.575C466.878 121.949 469.26 121.61 472.032 121.075L472.097 120.918Z' fill='%23F6D1E9'/%3E%3C/svg%3E%0A");
    height: 100%;
    width: 100%;
    background-size: contain;
    top: 30px;
    left: 0;
  }
}
@media (max-width: 650px) {
  .article__body-text .quote-block .text-quote-block:after {
    width: 100%;
  }
}
@media (max-width: 440px) {
  .article__body-text .quote-block .text-quote-block:after {
    background-image: url("data:image/svg+xml,%3Csvg width='343' height='243' viewBox='0 0 343 243' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M292.753 34.779L293.694 35.635C291.463 34.1425 292.114 34.4717 292.753 34.779ZM107.259 48.6501C107.778 48.3429 107.729 48.277 107.5 48.299C107.151 48.5843 105.981 49.1549 104.643 49.7256C105.028 49.7036 105.716 49.4842 107.259 48.6501ZM102.014 50.823C102.014 50.823 101.941 50.8888 101.893 50.9108C99.3489 51.8545 100.253 51.5253 102.014 50.823ZM114.615 238.544C115.483 238.413 116.809 238.588 118.305 238.895C117.207 238.873 115.977 238.786 114.615 238.544ZM204.956 227.614C206.09 227.153 208.32 226.1 209.189 226.187C207.947 227.219 206.91 227.219 204.956 227.614ZM262.872 202.484L258.978 204.086C263.463 200.881 266.84 199.345 263.15 200.662C262.86 202.462 248.342 208.827 248.041 210.582L245.436 211.416C246.172 211.109 246.268 210.956 246.991 210.648C241.927 212.163 243.47 213.458 237.043 216.135C234.8 217.035 233.209 217.518 234.704 216.64L232.244 217.979C231.424 218.44 230.592 218.747 229.772 219.164C228.313 219.691 228.639 219.274 230.086 218.769L222.465 221.776L222.513 221.71C221.452 222.369 219.016 223.685 217.834 224.3C215.869 224.805 218.787 223.751 218.268 223.751C216.87 224.388 215.483 225.134 214.072 225.661C213.18 225.727 213.614 225.375 214.639 224.936C215.652 224.432 217.256 223.729 218.715 223.203C216.653 223.159 215.797 223.62 214.35 224.3C212.902 224.914 210.901 225.814 206.56 226.648L210.563 225.244C207.886 225.134 204.775 226.407 200.193 227.241C201.29 227.197 209.418 225.88 204.835 227.68C203.521 227.943 201.797 228.426 199.337 229.502C199.301 229.216 198.674 229.304 197.685 229.567C196.684 229.765 195.309 230.116 193.778 230.489L193.935 229.699C190.631 230.687 190.932 230.994 189.003 231.762C185.301 232.53 184.505 232.135 183.601 231.85C177.68 233.079 187.737 231.85 180.743 233.584C175.787 234.089 172.338 234.923 166.43 236.284C162.957 236.569 167.02 235.735 165.766 235.713C164.753 236.064 163.741 236.459 162.716 236.744C161.968 236.788 162.197 236.591 162.318 236.481C159.737 236.92 162.125 237.249 158.061 237.798C157.518 238.259 155.42 238.127 152.828 238.061C151.538 238.017 150.115 237.995 148.704 238.061C147.293 238.127 145.894 238.347 144.64 238.544C143.386 238.347 145.231 238.083 144.857 237.798C137.936 238.5 138.924 238.303 133.233 239.203L128.385 238.764C130.17 239.027 129.917 239.334 128.723 239.664C127.529 239.927 125.395 240.081 123.381 240.234C124.647 240.585 125.721 240.893 126.444 241.046H120.065C119.293 240.871 119.945 240.673 120.994 240.432C120.56 240.476 120.15 240.52 119.824 240.541C117.545 240.124 118.739 239.773 120.379 239.444C121.15 239.642 121.922 239.861 122.67 240.059C124.249 239.685 125.721 239.29 125.407 238.83C124.997 238.895 124.201 238.917 123.321 238.895C123.731 238.808 123.996 238.698 123.803 238.61C123.586 238.522 122.923 238.654 121.886 238.786L120.451 237.864L120.089 238.171L111.793 237.118C108.815 237.249 106.017 237.315 102.786 237.359C101.17 237.359 99.4454 237.359 97.5281 237.271C95.6108 237.183 93.5127 237.118 91.1613 236.635C93.5247 236.525 91.716 235.735 91.8848 235.054C93.1389 235.757 94.9717 235.91 97.094 236.042C99.2163 236.174 101.628 236.262 104.064 236.657C101.519 236.24 102.086 235.954 102.749 235.932L94.0071 235.45C94.2362 234.923 92.1863 234.659 89.9314 233.913C91.5834 235.45 83.4198 233.343 79.8626 232.947C79.6697 232.508 80.55 232.289 84.8427 233.299C82.4913 232.355 80.9479 232.377 79.3923 232.421C77.8489 232.443 76.2934 232.574 74.0023 231.499C75.0513 231.784 75.606 232.004 76.0401 231.916C73.5682 231.565 67.6113 229.589 69.0463 229.655L70.0833 229.941C68.3469 229.436 66.1643 228.777 63.8371 228.119C61.5098 227.439 59.0499 226.868 56.7829 226.056C52.249 224.541 48.4506 223.444 47.8718 223.751C47.8236 223.598 48.9088 222.895 49.3429 222.851C45.1225 222.434 40.878 222.215 36.6575 221.293C37.2484 221.117 36.5972 220.064 36.5008 219.318C36.4043 218.572 36.8866 218.198 39.7203 219.208C38.1286 218.374 36.1511 217.364 32.7627 215.806C33.8118 216.53 35.2829 218.44 33.7756 217.738C31.798 216.179 31.1348 215.609 30.3389 215.016C29.5552 214.401 28.6146 213.765 26.2753 211.68C27.8188 212.931 25.7809 213.063 23.3089 211.065C23.731 211.175 23.3933 209.683 24.3218 210.275C22.1996 209.112 20.0893 207.773 18.0153 206.193C19.5467 207.422 18.5459 205.491 17.3883 203.822C17.6415 204.239 16.3995 202.967 14.9766 201.211C13.5296 199.499 11.9741 197.194 11.2867 196.207C11.9499 197.37 12.6373 198.489 13.3608 199.565C11.8776 197.545 10.8044 195.965 9.91209 194.67C9.00771 193.353 8.29626 192.322 7.58482 191.224C6.88544 190.127 6.19811 188.986 5.46255 187.361C4.71493 185.737 3.93114 183.586 3.17146 180.47C3.40057 181.194 3.88291 181.896 4.06378 181.677C4.16025 181.567 4.18436 181.216 4.09996 180.514C4.05172 179.789 3.82261 178.78 3.55733 177.178C3.4488 176.848 3.3041 176.409 3.12323 175.883C2.95441 175.356 2.7856 174.697 2.56854 173.973C2.17062 172.481 1.74858 170.593 1.43506 168.311C1.35065 167.74 1.26624 167.147 1.18183 166.533C1.1336 165.918 1.08537 165.282 1.03713 164.623C0.9889 163.965 0.952724 163.285 0.904491 162.604C0.868316 161.902 0.892433 161.221 0.892433 160.497C0.892433 159.773 0.916549 159.049 0.916549 158.302C0.940666 157.556 1.02507 156.81 1.07331 156.064C1.1336 155.317 1.20595 154.549 1.2783 153.781C1.39888 153.035 1.50741 152.267 1.61593 151.52C1.83298 150.796 2.01386 150.072 2.25503 149.391C2.84589 146.385 3.54527 143.444 4.40142 140.634C3.7985 143.444 2.64089 148.799 2.21885 154.703C2.18268 155.427 2.1465 156.173 2.09827 156.92C2.06209 157.666 1.98974 158.39 2.01386 159.136V162.407C2.02592 162.758 2.05004 163.109 2.07415 163.46C2.11033 164.162 2.1465 164.821 2.18268 165.501C2.20679 165.83 2.21885 166.16 2.23091 166.489C2.26709 166.796 2.30326 167.125 2.33944 167.433C2.48414 168.662 2.5806 169.803 2.73736 170.813C2.66501 168.376 2.73736 168.025 2.73736 167.389C2.7253 166.752 2.73736 165.809 2.79765 162.209C2.89412 161.595 2.94235 161.529 2.95441 161.814C2.96647 162.099 2.95441 162.736 2.99059 163.504C3.0147 164.272 3.02676 165.194 3.02676 166.05C3.02676 166.906 3.12323 167.696 3.14735 168.201C2.91824 162.714 3.4488 157.183 4.54612 151.981C4.41347 152.091 4.44965 151.367 4.65464 150.247C4.85963 149.128 5.13697 147.57 5.54696 146.077C5.73989 145.331 5.93283 144.563 6.1137 143.861C6.31869 143.18 6.49957 142.522 6.65633 141.995C6.95779 140.92 7.1266 140.195 6.99396 140.239C5.18521 145.682 3.84673 151.542 3.29205 157.578C3.05088 157.863 2.97853 155.12 3.58145 150.818C4.22054 146.56 5.6796 140.876 7.85011 135.893C8.47714 134.73 8.41685 135.433 8.23597 136.398C8.07921 137.386 7.81393 138.659 7.9104 138.615C8.01892 138.242 8.27215 137.43 8.64596 136.442C9.04388 135.476 9.51416 134.291 10.0086 133.15C10.5271 132.053 11.0456 130.955 11.4676 130.099C11.9017 129.265 12.2514 128.673 12.3841 128.519C11.745 129.858 11.1541 131.262 10.5632 132.689C11.2264 131.46 11.7811 130.231 12.3599 129.133C12.9146 127.992 13.4331 126.851 14.0119 125.775C14.5787 124.656 15.1816 123.537 15.893 122.417C16.5924 121.276 17.4124 120.135 18.3771 118.972C18.992 118.05 20.0532 116.996 20.9334 116.009C21.8378 115.087 22.5975 114.297 22.6337 113.967C20.1979 115.943 18.8594 114.297 20.0893 111.838C20.3305 111.575 22.1634 109.49 24.153 107.361C26.1788 105.342 28.3252 103.125 29.2055 102.511C30.4595 101.589 29.7119 102.884 28.9161 104.179C28.1443 105.539 27.3364 106.966 28.3734 106.11C28.3855 105.978 28.6749 105.495 29.0366 104.947C29.3984 104.442 29.8204 103.871 30.0737 103.564C31.593 102.159 29.6637 104.793 32.7989 101.303C33.1003 99.9865 39.4068 94.8287 34.1373 99.1525C35.6929 97.4844 36.549 96.6943 37.4775 95.8383C38.418 95.0482 39.443 94.2142 41.3362 92.4583C39.9856 93.0729 44.3387 87.8054 47.6306 84.9521C47.4859 85.3033 48.2938 84.9521 48.6797 84.7765C49.5359 84.1181 50.3438 83.5035 51.1155 82.911C51.8872 82.3623 52.6349 81.8355 53.3463 81.3307C54.7812 80.3211 56.0835 79.3993 57.41 78.5872C58.7243 77.7532 60.0266 76.8753 61.4133 76.0193C62.8 75.1414 64.2712 74.2196 65.899 73.2099C66.5381 73.0124 69.7577 71.3224 68.4554 72.4857C69.3719 71.7833 70.1918 70.9713 72.2297 69.808C76.2813 68.2058 67.7078 72.5296 70.855 71.5858C71.0359 71.0151 76.016 67.9205 78.8859 66.0988C77.873 65.8793 72.1212 69.6544 69.2874 71.6955C69.0945 70.7518 73.9661 66.7133 80.8876 62.5871C86.4103 59.4705 83.3957 61.9506 84.3363 61.3141C89.5696 58.7462 91.7401 57.2757 93.6936 55.9369C95.647 54.598 97.4075 53.5226 101.821 51.8326C105.366 50.8449 102.146 52.9958 102.966 53.0617C98.4566 55.4101 95.9123 55.871 92.8495 57.3854L96.684 55.871C95.2612 56.727 92.2586 58.3731 90.5825 58.9876C93.5489 58.0658 108.308 50.7352 116.52 47.8161C117.931 46.9821 120.403 45.6872 119.197 45.9505L116.641 47.1577C114.217 47.6844 121.392 44.3703 118.112 45.5555C121.524 43.7338 125.335 41.6268 130.242 39.9148L131.243 40.2441C131.111 40.0685 128.012 41.122 126.661 41.9121C127.662 41.3415 129.555 40.8147 131.472 40.2002C133.39 39.6295 135.319 38.9711 136.38 38.0712L132.895 38.9052C136.344 37.2152 140.564 34.7571 144.93 33.3963C142.868 33.4182 143.929 33.8133 140.769 34.1864C143.555 34.1864 129.676 38.4224 134.089 37.8298C130.821 38.0712 128.578 39.5856 124.358 40.4855C124.515 40.6611 125.877 40.3318 122.236 41.7146C122.079 41.8463 121.705 42.0877 121.464 42.2413C121.355 42.2852 121.319 42.2852 121.223 42.3291C121.295 42.3072 121.355 42.2852 121.428 42.2633C121.271 42.3511 121.259 42.373 121.5 42.2413C122.38 41.9999 123.092 41.8243 123.393 41.8463C122.525 42.4828 120.656 43.3826 118.751 44.2605C116.858 45.1824 114.94 46.0822 113.988 46.6529C111.829 47.4869 114.844 45.9944 113.65 46.2578L110.792 47.9259C110.431 47.5308 104.98 49.55 109.984 47.0479C108.465 47.7064 106.946 48.3209 105.426 49.0452C102.713 49.989 99.0234 51.5692 96.7805 52.8422C94.6221 53.6982 91.4628 55.9808 93.2715 54.6858C90.9201 55.9149 88.5688 57.1879 86.2294 58.4828L86.145 58.3951C79.1391 61.8628 71.9282 66.7133 63.9094 70.7737C62.7639 71.5638 61.6063 72.3979 60.2437 73.3197C58.8931 74.2854 57.3376 75.3609 55.4083 76.5899L54.5762 76.6997C51.6822 78.9164 45.7254 82.8671 44.616 84.4034C43.772 84.7765 42.4817 85.6764 40.9262 86.9055C39.3948 88.2224 37.6101 89.7807 35.8014 91.5585C32.1839 95.114 28.4337 99.2622 26.0582 101.918V102.62C25.2503 103.564 24.4545 104.486 23.6466 105.43C22.8386 106.373 22.0669 107.449 21.259 108.502C19.6432 110.609 17.9309 112.914 16.1221 115.767L16.5321 115.855C14.9887 118.335 12.9508 121.408 10.8044 125.139C8.65802 128.848 6.42722 133.282 4.63052 138.374C4.6667 138.176 4.75111 137.847 4.87169 137.474C5.00433 137.101 5.17315 136.684 5.35403 136.223C5.72783 135.301 6.14988 134.247 6.5478 133.435C3.85879 138.725 1.79681 145.748 0.723616 153.123C0.241281 156.832 -0.0842944 160.585 -0.0481193 164.25C-0.0481193 165.172 -0.0722361 166.072 -0.0481193 166.972C-0.0119443 167.872 0.0362892 168.772 0.0724642 169.627C0.108639 170.505 0.132756 171.383 0.217165 172.239C0.289515 173.095 0.32569 173.951 0.434215 174.763C0.952724 177.99 1.44712 180.228 1.88122 182.445C1.80887 182.16 1.74858 181.896 1.68828 181.699C1.76063 182.006 1.8571 182.489 2.0018 182.95C2.15856 183.63 2.32738 184.333 2.48414 185.035C2.67707 185.737 2.87 186.44 3.075 187.186C2.73736 185.913 2.42384 184.706 2.17062 183.608C2.7856 185.935 3.93114 189.271 5.31785 192.124L5.65548 193.726C5.76401 193.968 5.86048 194.143 5.98106 194.385C7.29542 197.26 7.21101 196.382 6.63221 194.648C7.36777 195.987 8.10333 197.084 8.69419 197.918C8.91124 198.599 9.28505 199.301 9.74327 200.069C10.2135 200.794 10.7562 201.562 11.335 202.308C12.4926 203.801 13.7225 205.271 14.5304 206.742C15.1695 207.246 17.4003 209.529 19.6794 211.395C21.9584 213.282 24.2856 214.731 24.8765 214.665C24.9127 214.818 25.4433 215.301 24.4424 214.555C26.4923 216.201 28.5664 217.672 30.5198 218.528L31.3036 219.757C32.9074 220.327 34.5111 220.854 36.127 221.293C38.9124 223.093 40.0821 223.817 37.1519 223.093C40.6488 224.278 42.0717 224.673 43.3499 225.068C44.6281 225.463 45.7857 225.792 48.7641 226.451L48.4265 226.802C50.5246 227.548 53.9492 228.163 55.1792 228.997C59.7734 231.718 78.5362 236.262 90.7393 239.268C89.5937 238.347 91.0046 238.786 92.7651 239.356C94.5256 239.883 96.672 240.344 96.9373 239.861C97.6367 240.278 99.3369 240.695 97.3352 240.717C103.618 241.244 106.729 242.539 111.082 242.166C111.431 242.363 111.094 242.451 110.744 242.517C110.394 242.583 110.045 242.605 110.358 242.758C110.865 242.78 112.36 242.627 113.011 242.868C113.65 243.109 112.083 243.087 111.082 243.153C117.509 243.504 118.172 242.539 118.654 241.639C121.886 242.275 123.514 242.319 125.865 241.858C126.987 242.231 128.868 242.67 124.901 242.539C125.467 242.583 126.601 242.692 127.988 242.802C129.374 242.868 131.026 242.846 132.618 242.846C135.789 242.824 138.707 242.714 138.816 242.319C139.515 242.517 141.951 242.341 142.53 242.253H145.581C146.413 242.231 147.088 242.166 147.763 242.122C149.114 242.034 150.464 241.902 152.924 241.683H151.55C153.479 240.607 155.649 241.134 159.617 240.695L159.508 240.805C164.078 240.805 165.055 240.432 166.02 240.256C166.984 240.037 167.925 239.839 172.435 239.51L171.916 239.027C172.302 238.347 174.292 238.237 176.848 238.105C178.126 238.039 179.537 237.995 180.948 237.842C182.359 237.622 183.77 237.315 185.06 236.92L183.167 237.03C185.964 235.976 191.185 236.854 194.055 236.349C194.682 236.305 193.091 236.744 192.222 237.03C199.735 236.02 193.139 236.13 198.674 234.594C199.723 234.681 197.444 235.998 201.17 234.945C202.11 234.835 204.775 233.694 207.85 232.487C209.394 231.894 211.021 231.257 212.601 230.753C213.385 230.489 214.157 230.248 214.892 230.072C215.628 229.875 216.327 229.633 216.966 229.502C215.833 229.611 214.699 229.743 217.207 228.558C221.09 226.978 227.879 225.705 231.292 223.422C231.798 223.312 231.991 223.334 232.027 223.378C234.957 221.82 241.577 218.593 243.278 217.299C244.773 217.606 249.355 215.411 253.479 212.777C257.627 210.275 261.437 207.949 261.546 208.827C263.041 207.993 264.536 207.224 266.032 206.346L270.457 203.559L270.252 203.866C275.944 200.464 277.873 198.818 279.778 197.172C281.117 196.47 280.188 197.238 280.092 197.392C282.19 196.25 283.77 195.109 285.108 194.209C286.434 193.287 287.52 192.519 288.545 191.751C290.607 190.193 292.476 188.613 295.792 185.803L296.624 185.847C297.54 185.123 300.47 182.972 304.16 180.228C306.005 178.846 308.043 177.331 310.093 175.707C312.143 174.083 314.229 172.393 316.122 170.527C316.062 170.659 315.929 170.9 315.326 171.515C317.485 169.474 319.872 167.301 322.236 164.953C323.429 163.811 324.611 162.56 325.769 161.331C326.902 160.036 328.06 158.829 329.097 157.468C331.243 154.9 333.064 152.069 334.487 149.567C335.162 148.25 335.765 147.043 336.223 145.968C336.657 144.826 336.971 143.839 337.164 143.048C337.514 142.28 337.803 141.446 338.104 140.59C338.406 139.756 338.719 138.944 338.997 138.088C339.491 136.31 340.082 134.62 340.468 132.755C340.046 134.533 339.588 135.674 339.298 136.53C338.997 137.386 338.816 137.869 338.707 138.088C338.466 138.527 338.599 138 338.768 137.21C339.129 135.63 339.769 133.106 338.816 135.674C339.021 135.037 339.238 134.357 339.467 133.655C339.66 132.93 339.865 132.184 340.058 131.482C340.251 130.758 340.48 130.099 340.613 129.441C340.769 128.782 340.902 128.19 341.023 127.685C341.505 125.688 341.722 125.205 341.095 128.738L340.842 129.792C340.866 130.538 341.095 129.792 341.445 128.256C341.601 127.487 341.855 126.544 341.999 125.424C342.144 124.305 342.301 123.076 342.47 121.825C343.024 116.777 342.723 111.334 342.94 111.509C342.566 103.805 340.974 96.5187 338.792 90.1757C336.609 83.8108 333.872 78.258 330.93 73.3197C327.975 68.3594 324.792 64.0137 321.5 60.1509C318.22 56.288 314.784 52.7983 311.335 49.9451L312.71 52.074L307.922 47.9259C306.717 46.6748 306.391 45.8627 309.803 48.8257C308.115 46.8285 303.967 44.2825 303.823 44.3703C297.19 38.3126 306.668 45.7091 304.618 43.9313L301.809 41.6048L302.412 42.2413C301.821 41.8463 301.375 41.539 300.953 41.2756C300.531 41.0342 300.133 40.8147 299.687 40.5733C298.794 40.0465 297.673 39.3003 295.575 37.6981C292.946 35.5472 294.321 36.1837 293.284 35.3716C293.308 35.3058 292.958 35.0204 291.68 34.1425L288.593 31.7941L285.446 29.731L287.833 31.9916C284.975 30.4991 281.913 28.1507 284.674 30.7406C283.661 29.7749 281.695 28.3263 279.272 26.6583C278.669 26.2412 278.03 25.8242 277.379 25.3853C277.053 25.1658 276.715 24.9463 276.378 24.7268C276.04 24.5293 275.69 24.3318 275.341 24.1562C273.942 23.388 272.483 22.5979 271.036 21.8077C269.589 21.0396 268.166 20.2714 266.803 19.5471C265.441 18.8448 264.175 18.0985 263.017 17.6376C260.702 16.628 258.965 15.8379 258.29 15.4648C256.24 14.8283 254.227 14.0821 252.104 13.2041C249.97 12.4798 247.715 11.6897 245.219 10.8337C246.437 11.4044 247.112 12.3921 242.831 10.8337C243.688 10.3289 241.746 9.47297 239.154 8.50726C236.537 7.73908 233.293 6.86116 231.581 5.8735C233.124 6.64168 230.037 5.9174 227.168 5.2809C224.298 4.79805 221.633 4.53467 224.081 5.47844C220.463 4.7322 223.888 4.86389 221.162 4.02987C218.992 3.81039 216.713 3.48117 214.362 3.0861C211.998 2.80078 209.55 2.49351 207.03 2.18624C204.51 1.90091 201.941 1.46195 199.313 1.28637C196.684 1.13273 194.019 1.02299 191.342 0.979098C191.173 1.17663 192.97 1.54975 190.667 1.79117C188.786 1.39611 186.893 0.913254 185.012 0.62793C182.889 0.759618 183.07 1.85702 179.187 1.19858C179.742 1.37416 180.55 1.61559 179.127 1.70338C158.109 1.08884 136.296 5.47844 114.989 6.55389C117.883 6.55389 115.965 6.86116 113.771 7.16843C115.206 7.05869 113.759 7.69518 114.06 7.91466L105.137 8.41947C103.557 9.45102 95.6108 9.91193 94.7185 10.7899L97.5281 10.2412C93.8262 11.6678 102.846 11.4044 102.351 12.6115C106.5 10.9654 113.457 12.4798 120.27 10.1095C121.802 10.1314 118.992 10.6582 119.812 10.8118C121.536 10.1095 123.634 9.6705 127.541 9.40713L127.107 9.58271C132.582 8.85843 136.501 8.48531 140.589 8.13414C144.676 7.87077 148.933 7.60739 155.095 7.23428L154.166 6.77337C156.807 6.59778 157.374 6.70752 158.616 6.77337C160.123 6.26856 158.266 6.31246 156.373 6.48804C154.48 6.64168 152.55 6.79532 153.925 6.20272C154.805 6.4222 156.421 6.3783 158.375 6.31246C160.328 6.26856 162.619 6.13688 164.886 6.00519C167.153 5.8735 169.372 5.76376 171.181 5.74181C172.989 5.69792 174.388 5.9174 174.979 6.20272C179.043 6.13688 173.785 5.58818 177.849 5.52233L178.934 5.85155L179.959 5.39064C182.636 5.41259 183.975 5.8296 184.071 6.11493C183.42 6.09298 182.238 6.22467 181.539 6.26856C183.263 6.4661 185.699 6.31246 187.857 6.33441C190.016 6.33441 191.885 6.29051 192.476 6.40025L188.569 6.04908C194.116 6.11493 200.289 6.15882 206.391 6.90506C207.922 7.03674 209.442 7.19038 210.949 7.32207C211.709 7.38791 212.456 7.45376 213.204 7.5196C213.952 7.58544 214.687 7.73908 215.423 7.82687C218.365 8.26583 221.211 8.63895 223.888 8.90232L223.092 8.50726C227.192 8.88038 228.795 9.53882 230.52 10.0217C232.232 10.5484 234.041 11.141 238.502 12.1506H238.177C239.986 12.3262 242.337 13.0944 244.761 13.9065C242.506 13.4675 248.897 15.9257 245.942 15.2672C250.32 16.4963 251.417 16.7158 252.128 16.9133C252.852 17.067 253.214 17.0011 256.12 17.7693L257.386 18.7789C259.375 19.2398 259.568 19.0862 263.958 20.9298C262.149 20.2933 262.812 20.7762 263.439 21.2151C263.753 21.4346 264.03 21.72 264.006 21.7858C263.97 21.8736 263.608 21.7858 262.583 21.4785C271.482 27.0753 276.185 27.5362 279.995 31.6404C282.142 32.3867 280.248 31.004 278.114 29.5554C277.041 28.875 275.919 28.0629 275.196 27.7118C274.46 27.3167 274.159 27.1411 274.75 27.3825C273.809 26.6802 274.714 26.8777 276.185 27.5801C277.644 28.3482 279.682 29.5554 281.068 30.4991C282.479 31.421 283.625 32.5623 285.301 34.0328C286.133 34.779 287.122 35.5472 288.303 36.5568C289.485 37.5883 290.896 38.7516 292.644 40.0465C291.957 39.5198 291.885 39.5856 291.185 39.0369C293.73 41.2756 296.395 42.4828 299.506 45.3579C301.447 46.1042 303.581 48.8696 304.305 48.4307C302.195 46.7187 300.097 44.897 297.926 43.4485C298.842 44.085 299.783 44.5898 300.711 45.2701C301.652 45.9286 302.617 46.609 303.654 47.3552C305.728 48.8696 308.067 50.7133 310.949 53.4568C310.443 53.2373 308.646 51.9643 307.404 51.0644C309.056 52.7764 310.756 53.7201 312.468 55.4979C311.733 55.893 304.775 49.133 300.808 46.5212C302.556 48.4526 308.176 52.074 306.029 51.3497C307.561 51.9423 309.237 53.4129 311.13 55.1467C313.047 56.8367 315.073 58.9438 317.412 60.8093L316.978 60.9849C317.702 61.6214 319.209 62.9383 320.439 64.4088C319.619 63.7284 318.787 63.0919 317.967 62.4774C321.657 65.7696 324.418 70.6859 327.493 74.9438C324.346 70.247 323.96 69.7861 324.153 69.6983C324.322 69.6544 325.009 70.225 323.671 68.1839C325.793 70.7079 327.059 72.6174 327.939 74.0879C328.82 75.5584 329.314 76.6558 329.82 77.7751C330.315 78.9384 330.833 80.1236 331.701 81.9672C332.546 83.8328 333.751 86.3129 335.391 90.3294C334.945 89.2539 334.137 87.1689 333.583 85.8081C333.028 84.4473 332.811 83.723 333.631 85.2594C334.306 86.7519 335.005 88.5735 335.608 90.3074C335.898 91.1854 336.163 92.0194 336.392 92.7656C336.609 93.5338 336.79 94.1922 336.911 94.7409C337.815 97.5722 338.141 98.933 338.309 99.3719C338.454 99.8109 338.394 99.3281 338.261 98.6477C338.02 97.2649 337.502 95.0263 338.285 97.4625C338.478 98.5599 338.671 99.4597 338.84 100.294C338.936 100.711 339.033 101.106 339.141 101.501C339.238 101.896 339.334 102.291 339.431 102.708C339.853 104.31 340.299 106.132 340.649 108.963L340.347 109.095C340.637 112.782 340.588 114.867 340.637 116.14C340.637 117.413 340.709 117.874 340.781 118.291C340.842 118.708 340.89 119.081 340.854 120.179C340.854 120.749 340.781 121.474 340.649 122.483C340.588 122.988 340.516 123.559 340.432 124.217C340.383 124.546 340.347 124.897 340.287 125.249C340.215 125.6 340.142 125.973 340.058 126.368C340.106 125.907 340.166 125.424 340.203 124.941L340.263 123.493C340.299 122.527 340.359 121.583 340.383 120.64C340.275 121.781 340.154 122.922 340.034 124.063L339.937 124.919L339.793 125.753L339.503 127.421L339.419 125.863C339.286 126.763 339.154 127.597 339.033 128.365C338.9 129.133 338.719 129.792 338.575 130.45C338.418 131.087 338.273 131.701 338.141 132.294C337.984 132.865 337.803 133.391 337.634 133.94C337.284 135.015 336.959 136.091 336.465 137.166C336.235 137.715 335.982 138.33 335.717 138.966C335.452 139.603 335.114 140.217 334.776 140.941C335.174 140.393 335.198 140.744 334.813 141.885C334.62 142.456 334.33 143.246 333.884 144.102C333.438 144.98 332.931 146.121 332.208 147.241C331.183 148.667 331.4 148.14 331.388 148.053C331.376 148.009 331.316 148.097 330.99 148.579C330.689 149.106 330.086 149.918 329.049 151.455C329.459 150.621 329.881 149.765 330.447 148.821C330.99 147.833 331.677 146.78 332.618 145.529C332.714 145.09 333.305 143.773 333.402 143.312C332.401 144.958 331.135 147.043 329.893 148.931C329.254 149.852 328.675 150.796 328.108 151.564C327.541 152.332 327.035 152.991 326.661 153.518C327.264 152.749 328 151.828 328.397 151.411C326.42 154.418 324.322 157.183 322.151 159.817C321.018 160.717 321.838 159.729 322.609 158.675C321.946 159.444 321.38 160.102 320.728 160.848C320.089 161.616 319.354 162.407 318.317 163.416C318.522 162.955 318.57 162.648 318.908 162.077C319.257 161.529 319.908 160.695 321.295 159.114C319.209 161.507 317.039 163.702 314.844 165.852C314.591 165.962 313.698 166.577 312.963 167.06C312.227 167.542 311.648 167.828 312.07 167.411C308.2 170.22 302.894 175.707 297.745 179.438C297.504 179.724 296.997 180.25 295.912 181.062C291.041 184.398 286.639 186.923 281.008 191.554L277.547 192.827C273.013 195.833 282.226 191.027 274.665 196.031C269.312 199.63 272.531 196.602 270.602 197.567C269.299 198.599 267.515 200.047 265.429 201.518C263.331 202.923 260.883 204.218 258.326 205.271C259.966 204.218 261.293 203.647 262.836 202.747L262.872 202.484Z' fill='%23F6D1E9'/%3E%3C/svg%3E%0A");
    height: 100%;
    width: 100%;
    top: 10px;
  }
}
.article__body-text .image-block {
  max-width: 869px;
  width: 100%;
  margin: auto;
}

.article__body-text .image-block img {
  max-width: 100%;
  display: block;
}

@media (max-width: 744px) {
  .article__body-text .image-block {
    max-width: 648px;
  }
}
.article__body-text .video-block {
  max-width: 869px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 950px) {
  .article__body-text .video-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 654px;
  }
}
@media (max-width: 744px) {
  .article__body-text .video-block {
    max-width: 648px;
  }
}
@media (max-width: 950px) {
  .article__body-text .video-block-left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 40px;
  }
}
.article__body-text .video-block-left video {
  width: 100%;
  height: 100%;
  margin: 0;
}

.article__body-text .video-block-left p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #7f42e1;
  max-width: 320px;
}

.article__body-text .video-block-right {
  font-family: Salina, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 125%;
  color: #7f42e1;
  position: relative;
}

.article__body-text .video-block-right p {
  font-family: Salina, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 125%;
}

@media (max-width: 650px) {
  .article__body-text .video-block-right p {
    font-size: 32px;
  }
}
.article__body-text .video-block-right:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='321' height='24' viewBox='0 0 321 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.7978 20.1224C76.9111 20.1977 77.0056 20.2918 77.119 20.3483C76.2498 20.1036 76.5332 20.1036 76.7978 20.1224ZM303.52 14.2683C303.709 14.1365 303.69 14.0988 303.577 14.08C303.464 14.2306 302.972 14.4188 302.406 14.6071C302.595 14.6259 302.897 14.6071 303.52 14.2683ZM301.31 14.9271C301.31 14.9271 301.272 14.9459 301.272 14.9647C300.176 15.1906 300.573 15.1153 301.31 14.9271ZM197.831 17.6188C197.415 17.7318 196.811 17.5624 196.149 17.3177C196.66 17.3553 197.208 17.5059 197.831 17.6188ZM164.214 11.84C163.817 12.16 163.099 12.8941 162.664 12.913C162.929 12.2541 163.42 12.1788 164.214 11.84ZM138.911 20.4612C139.516 20.6494 140.14 20.8 140.763 20.9694C140.177 21.0259 139.629 21.0447 139.176 21.0636C138.703 21.0636 138.344 21.0071 138.099 21.0071C137.607 20.9883 137.626 21.0447 138.496 21.44C138.552 21.3271 138.703 21.2518 138.949 21.2141C139.176 21.1765 139.497 21.1388 139.856 21.1388C140.593 21.1388 141.5 21.2518 142.445 21.2141C142.917 21.2141 143.371 21.2141 143.824 21.1953C144.259 21.1577 144.675 21.0824 145.034 21.0259C145.752 20.8753 146.224 20.7059 146.243 20.4424C146.678 20.4424 147.094 20.4424 147.509 20.4424C147.15 20.4988 147.112 20.5741 146.753 20.6306C148.001 20.6306 148.435 20.3671 148.889 20.0094C149.342 19.6141 149.871 19.2 151.345 18.7671C152.366 18.4659 153.084 18.2588 152.479 18.6918C153.178 18.2965 153.84 17.8824 154.501 17.4683C155.106 17.1671 155.049 17.4118 154.444 17.6941C155.484 17.1294 156.504 16.5459 157.506 15.9436V15.9812C157.865 15.5859 158.696 14.8141 159.093 14.4377C159.924 14.1177 158.772 14.7577 159.036 14.7388L160.529 13.5341C161.323 13.3459 160.132 14.4 158.98 15.0588C161.039 15.0212 160.227 14.0047 163.76 12.5177L162.324 13.5718C163.609 13.4588 164.686 12.5365 166.557 11.84C166.066 11.8965 162.664 13.12 164.271 11.84C164.8 11.6141 165.461 11.2565 166.293 10.5224C166.482 10.8236 167.351 10.2212 168.503 9.5812L168.655 10.0518C169.826 9.28002 169.618 9.12944 170.261 8.56473C171.697 7.96238 172.132 8.22591 172.566 8.39532C173.681 8.03767 173.265 8.03767 172.869 8.00002C172.472 7.96238 172.113 7.86826 173.454 7.37885C174.399 7.19061 175.212 7.0212 176.062 6.83296C176.913 6.66355 177.782 6.53179 178.916 6.56944C180.163 6.96473 178.651 6.81414 179.067 7.04002C179.464 6.98355 179.841 6.96473 180.257 6.94591C180.522 7.05885 180.39 7.13414 180.333 7.17179C181.297 7.37885 180.578 6.68238 182.09 7.26591C182.411 7.15296 183.073 7.71767 183.753 8.52708C184.433 9.33649 185.151 10.353 186.096 10.9741C186.342 11.4636 185.699 10.9741 185.662 11.2188C186.795 12.1977 187.306 12.6871 187.778 13.0636C188.251 13.44 188.704 13.7977 189.876 14.4565C190.367 15.04 190.953 15.5483 191.539 16.0565C190.348 14.7765 192.332 15.7741 194.109 16.0565C193.636 15.6988 193.315 15.3412 193.069 15.1341L193.693 15.3977L194.354 15.5859L194.997 15.7741L195.658 15.8871C195.941 16.0377 195.658 16.1506 195.148 16.2071C195.337 16.2071 195.526 16.2259 195.658 16.2259C196.546 16.6588 196.036 16.8094 195.242 16.8659C194.921 16.6777 194.619 16.4894 194.354 16.2636C193.976 16.2636 193.598 16.2824 193.296 16.3388C193.013 16.3765 192.824 16.433 192.824 16.6024C193.013 16.6588 193.39 16.753 193.787 16.8659C193.579 16.8659 193.428 16.8847 193.504 16.96C193.579 17.0353 193.92 17.073 194.411 17.1294C194.562 17.3741 194.751 17.6 194.921 17.8447L195.148 17.6941C195.771 17.9577 196.433 18.0894 197.094 18.2588C197.756 18.353 198.436 18.5036 199.097 18.5224C200.533 18.2588 201.781 17.7318 203.141 17.1483C204.464 16.5647 205.976 15.8871 207.884 15.04C207.053 15.7553 207.884 15.7177 207.998 16.1883C206.75 16.113 204.955 17.5059 202.688 17.8259C203.859 17.6377 203.651 17.9012 203.368 18.0518C204.672 17.6377 205.9 17.0918 207.091 16.5459C207.128 16.9412 207.979 16.5459 208.999 16.32C208.508 16.113 209.131 15.7177 210.057 15.3036C210.983 14.8706 212.174 14.3624 212.854 13.9294C213.043 14.1177 212.816 14.513 211.002 15.2094C213.194 14.9083 213.156 13.3083 215.235 12.9318C214.8 13.12 214.574 13.1953 214.46 13.3836C215.348 12.7247 217.843 11.84 217.37 12.2918L216.955 12.48C218.372 11.8965 220.507 10.9741 222.321 10.2212C224.135 9.43061 225.666 8.82826 225.817 8.45179C225.874 8.52708 225.647 9.31767 225.515 9.48708C227.008 8.3012 228.595 7.20943 230.409 6.30591C230.182 6.60708 230.579 7.04002 230.693 7.47296C230.806 7.92473 230.674 8.28238 229.502 8.6212C229.842 8.6212 230.239 8.58355 230.711 8.58355C231.184 8.54591 231.751 8.47061 232.469 8.39532C232.015 8.32002 231.278 7.58591 231.921 7.54826C232.828 7.84944 233.13 7.94355 233.47 8.05649C233.829 8.16944 234.245 8.20708 235.228 8.67767C234.907 8.56473 234.963 8.32002 235.228 8.13179C235.379 8.03767 235.568 7.96238 235.814 7.92473C236.04 7.90591 236.324 7.92473 236.588 7.9812C236.38 8.05649 236.456 8.82826 236.04 8.82826C236.966 8.77179 237.968 8.79061 238.969 8.88473C238.232 8.77179 238.591 9.50591 239.083 9.97649C238.875 9.69414 241.331 10.9741 242.106 11.2377L241.048 10.5412C242.522 11.2753 243.429 11.3694 244.317 11.4071C245.205 11.4447 246.074 11.4824 247.662 11.9718C247.435 12.0094 247.114 12.1788 247.057 12.4424C246.982 12.7059 247.189 13.0259 248.059 13.3083C248.512 13.1953 249.533 12.8753 250.704 12.4612C251.876 12.0471 253.199 11.5388 254.559 11.2L255.126 11.3883C255.825 11.2 256.524 10.9741 257.224 10.7294C256.619 11.1812 255.447 11.9341 254.049 12.5553C252.669 13.1765 251.044 13.6471 249.835 13.7412C250.496 13.9294 250.591 13.9859 250.761 14.0424C250.931 14.0988 251.214 14.1553 252.235 14.1553C252.972 14.3812 251.101 14.513 250.477 14.4565C252.103 14.6447 253.728 14.6071 255.296 14.4565C255.164 14.2306 256.033 13.9859 256.883 13.7036C257.734 13.44 258.546 13.1388 258.414 12.9506C256.864 13.4777 255.258 13.9294 253.576 14.2118C253.463 13.9483 254.181 13.5718 255.258 13.1388C256.354 12.7059 257.79 12.2165 259.302 11.8965C260.115 11.8965 258.943 12.913 259.038 13.0636C259.416 12.8 261.853 12.0094 262.156 12.0283L260.946 12.6494C262.685 12.3859 263.497 11.2377 265.595 11.1436C266.294 10.993 267.787 11.2377 267.806 10.9177C266.577 10.6353 265.859 8.96002 266.521 8.33885C266.653 8.33885 267.598 8.22591 268.637 8.16944C269.676 8.11296 270.772 8.13179 271.207 8.22591C271.831 8.37649 271.415 8.69649 271.018 9.03532C270.602 9.37414 270.206 9.69414 270.697 9.80708C270.697 9.65649 271.302 9.37414 271.547 9.29885C272.265 9.33649 271.32 9.73179 272.832 9.54355C273.059 8.96002 275.912 9.54355 273.531 9.07296C274.287 8.96002 274.684 9.03532 275.119 9.09179C275.327 9.12943 275.553 9.18591 275.818 9.22355C276.082 9.29885 276.404 9.33649 276.838 9.43061C276.612 9.20473 277.027 9.01649 277.764 8.9412C278.482 8.90355 279.503 9.03532 280.24 9.41179C280.089 9.48708 280.315 9.80708 280.429 9.95767C281.789 10.8612 282.564 11.84 283.339 12.7812C284.095 13.7224 284.794 14.72 285.909 15.793C286.003 16.0941 287.118 17.1671 286.457 16.9412C286.891 17.1483 287.326 17.28 288.195 17.7506C288.932 18.4094 288.46 18.1647 287.874 17.8824C287.326 17.6 286.74 17.2236 287.213 17.8824C287.345 17.8071 287.968 18.0706 288.743 18.3153C289.518 18.5788 290.501 18.7859 291.2 18.8236C291.124 18.6918 290.879 18.56 290.557 18.4659C290.236 18.3341 289.82 18.24 289.386 18.0894C288.498 17.8259 287.534 17.3741 286.891 17.0541C287.288 16.5083 289.537 17.5436 292.447 17.4871C293.6 17.4871 293.864 17.5247 293.883 17.6565C293.883 17.7694 293.675 17.8824 293.883 17.8447C296.17 17.7694 297.077 17.1671 297.851 16.753C298.645 16.3012 299.306 15.9059 301.196 15.4918C302.783 15.3412 301.536 16.2259 301.971 16.3765C300.081 17.2236 298.91 17.1483 297.587 17.5059C298.154 17.4306 298.721 17.3553 299.269 17.2424C298.683 17.5812 297.379 18.0141 296.623 18.033C297.303 18.0894 299.269 17.6377 301.442 16.8659C303.615 16.113 306.015 15.153 307.791 14.7012C308.358 14.3436 309.36 13.8541 308.812 13.873L307.734 14.3059C306.601 14.3436 309.643 13.1388 308.207 13.4965C309.605 12.7812 311.211 11.84 313.498 11.5765L314.008 11.953C313.933 11.8212 312.496 11.953 311.93 12.2541C312.364 12.0283 313.233 11.9906 314.103 11.953C314.991 11.9153 315.86 11.8777 316.351 11.5577C315.803 11.4824 315.255 11.4259 314.726 11.3883C315.52 11.1624 316.446 10.8988 317.447 10.7671C318.449 10.6353 319.526 10.6541 320.546 10.8988C319.658 10.3153 320.074 10.8612 318.619 10.1836C319.261 10.5788 317.882 10.4094 316.616 10.4847C315.331 10.5224 314.216 10.7106 315.293 10.9365C313.706 10.5036 312.648 11.0683 310.626 11.0683C310.739 11.2 311.363 11.1436 309.7 11.5765C309.643 11.6518 309.492 11.7459 309.397 11.8212C309.341 11.8212 309.322 11.8212 309.284 11.84C309.322 11.84 309.341 11.84 309.378 11.84C309.322 11.8777 309.303 11.8965 309.416 11.84C309.813 11.7836 310.153 11.7647 310.304 11.8024C309.586 12.3671 307.092 13.2141 306.336 13.7036C305.41 13.9671 306.657 13.4024 306.109 13.44L304.975 14.1553C304.73 13.8918 302.387 14.5506 304.427 13.5341L302.519 14.2494C301.328 14.4941 299.817 14.9459 298.929 15.3788C298.04 15.5859 296.831 16.3388 297.53 15.8871C296.585 16.1883 295.641 16.4706 294.696 16.6212L294.658 16.5459C293.278 16.6588 291.899 16.7341 290.538 16.3388C289.877 16.1506 289.216 15.8683 288.611 15.4165C288.006 15.0024 287.496 14.4565 287.043 13.76C286.306 13.1388 285.587 12.3859 284.397 10.9177L284.359 10.4471C283.811 9.93885 282.999 9.05414 282.092 8.37649C281.222 7.68002 280.296 7.22826 279.918 7.22826C279.597 6.85179 278.955 6.49414 278.104 6.19296C277.254 5.89179 276.234 5.7412 275.175 5.66591C273.078 5.59061 271.018 5.96708 269.733 6.13649V6.53179C267.976 6.83296 266.407 7.3412 264.442 8.05649L264.65 8.35767C263.006 9.09179 260.19 9.41179 257.583 10.033C257.734 9.86355 258.414 9.75061 258.905 9.71296C257.224 9.71296 255.636 10.2024 254.049 10.5224C252.48 10.8424 250.874 10.993 249.589 10.4847C248.909 10.4847 248.418 10.3153 247.983 10.1083C248.04 10.1271 248.096 10.1271 248.153 10.1459C248.078 10.1271 247.983 10.0894 247.889 10.0706C247.624 9.92002 247.341 9.76943 247.038 9.60002C247.284 9.78826 247.529 9.92002 247.756 10.033C247.227 9.88238 246.433 9.63767 245.659 9.41179L245.47 8.9412C245.47 8.9412 245.356 8.90355 245.281 8.86591C244.582 8.41414 244.601 8.75296 244.903 9.18591C244.487 9.07296 244.109 8.97885 243.788 8.92238C243.41 8.11296 241.653 8.15061 241.01 7.19061C240.67 7.20943 239.612 6.81414 238.497 6.55061C237.382 6.26826 236.229 6.15532 235.927 6.43767C235.927 6.34355 235.662 6.26826 236.154 6.34355C235.662 6.23061 235.152 6.09885 234.661 6.02355C234.17 5.96708 233.678 5.96708 233.225 6.02355C233.092 5.85414 232.96 5.70355 232.809 5.55296C232.053 5.7412 231.316 5.96708 230.598 6.24943C229.256 6.08002 228.652 6.04238 229.956 5.49649C228.387 5.96708 227.745 6.15532 227.178 6.34355C226.611 6.51296 226.101 6.68238 224.891 7.30355L224.929 6.98355C224.003 7.24708 222.68 8.11296 222.076 8.09414C220.98 8.16944 218.504 9.12943 215.745 10.3341C212.986 11.5388 209.887 12.9318 207.355 13.5906C207.979 13.8353 207.374 13.9483 206.618 14.0988C205.862 14.2494 204.955 14.3624 204.955 14.72C204.596 14.6071 203.897 14.6824 204.634 14.2871C203.425 14.7388 202.461 14.8894 201.611 14.9836C201.176 15.04 200.798 15.0965 200.401 15.153C200.004 15.2283 199.626 15.3412 199.192 15.473C198.908 15.2659 199.702 15.153 199.456 15.04C199.267 15.0777 198.682 15.2471 198.436 15.1153C198.322 15.04 198.398 15.0024 198.568 14.9836C198.738 14.9459 198.965 14.8894 199.154 14.8518C197.945 14.8894 197.302 14.9459 196.867 15.1153C196.452 15.2847 196.263 15.5859 196.112 15.8494C194.902 15.2283 194.335 15.0777 193.296 14.9836C192.975 14.5883 192.427 14.0612 193.844 14.7388C193.655 14.6259 193.258 14.4 192.786 14.1177C192.351 13.7788 191.784 13.4212 191.331 13.0259C190.386 12.2165 189.517 11.3318 189.309 11.4447C189.195 11.1436 188.439 10.4283 188.232 10.2588C187.532 9.43061 187.136 8.9412 186.72 8.50826C186.285 8.05649 185.888 7.60473 184.981 6.88944C185.133 7.04002 185.265 7.20944 185.416 7.36002C184.358 7.20944 183.904 6.21179 182.185 5.44002L182.26 5.40238C181.807 5.1012 181.41 4.93179 181.089 4.7812C180.767 4.63061 180.503 4.55532 180.276 4.49885C179.842 4.38591 179.615 4.34826 179.388 4.32943C178.916 4.32943 178.5 4.1412 176.365 3.99061C176.44 4.10355 176.535 4.21649 176.61 4.34826C176.421 4.74355 175.552 4.68708 174.38 4.72473C173.209 4.7812 171.773 4.98826 170.733 5.57179C171.017 5.53414 171.319 5.49649 171.603 5.45885C171.036 5.79767 170.129 5.89179 169.184 5.96708C168.239 6.0612 167.256 6.15532 166.671 6.41885C166.387 6.49414 167.03 6.11767 167.351 5.89179C164.119 7.09649 167.162 6.51296 165.045 7.81179C164.516 7.81179 165.234 6.94591 163.76 7.75532C162.91 8.00002 160.076 10.993 157.94 11.7271C158.469 11.633 158.98 11.5577 158.091 12.273C156.655 13.2518 153.745 13.9671 152.668 15.1718C152.46 15.2094 152.366 15.2094 152.328 15.1718C151.78 15.5294 150.873 16 150.004 16.4518C149.134 16.8471 148.303 17.2047 147.982 17.4871C147.623 17.2424 146.98 17.2424 146.205 17.3741C145.827 17.4494 145.393 17.5059 144.958 17.5624C144.524 17.6377 144.07 17.713 143.617 17.7883C142.728 17.8447 141.84 17.9765 141.198 17.9012C140.555 17.8259 140.158 17.6753 140.196 17.393C139.554 17.3553 138.93 17.2424 138.288 17.1294L137.343 16.96L136.417 16.6965L136.549 16.6212C135.378 16.2824 134.584 16 133.96 15.8494C133.318 15.7177 132.864 15.6612 132.43 15.5859C131.938 15.2659 132.373 15.36 132.43 15.3224C132.033 15.0965 131.693 14.8894 131.371 14.72C131.069 14.513 130.805 14.3436 130.559 14.1741C130.068 13.8353 129.652 13.6283 129.274 13.3647C128.518 12.8565 127.705 12.5177 126.402 11.6706V11.1812C126.232 11.0871 125.929 10.7859 125.57 10.3153C125.211 9.84473 124.739 9.29885 124.323 8.58355C124.096 8.24473 123.869 7.88708 123.624 7.52944C123.416 7.13414 123.208 6.75767 122.981 6.36238L122.811 6.0612L122.66 5.79767L122.528 5.55296L122.036 4.57414C121.715 3.93414 121.375 3.31296 121.073 2.74826C121.111 2.74826 121.205 2.74826 121.413 3.10591C121.318 2.93649 121.224 2.76708 121.148 2.59767L121.016 2.33414C121.016 2.33414 120.827 2.42826 120.733 2.46591C120.355 2.65414 119.977 2.8612 119.599 3.04944C118.824 3.42591 118.049 3.80238 117.256 4.16002L116.764 4.36708L116.367 4.53649C116.103 4.64944 115.819 4.76238 115.555 4.87532C115.007 5.1012 114.497 5.30826 113.986 5.51532C111.965 6.34355 110.283 7.13414 109.905 8.09414L107.562 9.61885C110.831 8.13179 107.335 10.3906 108.771 9.93885C107.543 10.6353 105.313 11.1812 106.825 10.353L107.089 10.2965C107.354 9.37414 102.97 12.0283 102.837 11.5577C99.6628 13.1388 96.4881 14.5883 93.3702 16.0188C91.8017 16.7341 90.2522 17.4494 88.7216 18.1459C87.2098 18.8424 85.717 19.5012 84.262 20.0094C84.5454 20.1036 84.8478 20.1977 85.1312 20.273C84.432 20.5177 83.7329 20.7436 83.0337 20.913C82.7502 20.913 82.5424 20.8565 82.5802 20.7436C82.6368 20.6494 82.9392 20.5177 83.6573 20.2918C83.2226 20.2541 82.6368 20.48 82.1455 20.7059C81.6542 20.9318 81.2385 21.1388 81.2196 21.2141C80.4826 21.233 80.1992 21.1577 80.1614 21.0824C80.1236 21.0071 80.3125 20.9506 80.5771 20.8565C81.0873 20.7059 81.8054 20.4612 81.3897 20.5365C81.0117 20.6118 80.6338 20.6494 80.2559 20.6683C80.3315 20.6871 80.4259 20.7059 80.5204 20.7247C80.0669 20.8565 79.8023 20.9694 79.4433 21.0259C79.0843 21.0824 78.6307 21.1012 77.7804 20.8753C76.7789 20.4424 77.3647 20.3671 76.9678 20.2165C76.9678 20.1788 76.8734 20.1036 76.4009 19.9341C75.6829 19.5388 75.0026 19.0683 74.3601 18.5036C74.5302 18.8236 74.7002 19.1624 74.9081 19.4824C74.379 19.2377 73.8877 18.8236 73.642 18.5977C73.3775 18.4094 73.3019 18.4283 73.6042 19.0306C73.3775 18.5788 72.8484 17.9012 72.2059 17.0353C71.5634 16.1694 70.8264 15.1153 70.1272 14.0612C68.7289 11.9153 67.3683 9.75061 67.1227 9.18591C65.8566 7.83061 64.8739 6.28708 63.3055 4.57414C63.6268 5.08238 63.5134 5.60944 62.1717 4.17885C62.7764 4.06591 62.2284 3.33179 61.2458 2.52238C60.282 1.69414 58.8459 0.978847 58.09 0.376494C58.7703 0.865906 57.2775 0.320023 55.8602 0.225906C54.4241 0.112964 53.1958 0.338847 54.3674 0.6212C52.6478 0.6212 54.254 0.225906 52.9123 0.0753174C50.8526 0.489435 48.7551 1.07296 46.6008 1.75061C44.4655 2.44708 42.2924 3.14355 40.1193 4.04708C40.1004 4.19767 40.894 4.10355 40.0437 4.64944L37.4926 4.91296C36.6423 5.30826 36.9824 5.92944 35.225 6.09885C35.4896 6.11767 35.8864 6.15532 35.3195 6.40002C26.5136 9.07296 17.9912 13.5718 8.86411 15.7741C10.1302 15.5671 9.35542 15.8871 8.46728 16.2447C9.07197 16.0753 8.58066 16.5459 8.75073 16.6777L4.93359 17.6C4.44228 18.3153 1.04087 19.1247 0.833008 19.7083L1.96681 19.1812C0.644041 20.2918 4.57456 19.5388 4.61235 20.2918C6.10519 19.0306 9.4877 19.4447 11.9632 17.5059C12.6434 17.4118 11.5096 17.9388 11.9065 17.9577C12.5112 17.393 13.3426 16.9977 15.0055 16.5271L14.8544 16.6777C19.314 14.8894 21.3548 14.4377 26.4758 12.7059L25.9656 12.5177C27.0616 12.1412 27.3262 12.16 27.8742 12.0471C28.9324 11.0683 24.8129 13.1765 25.7389 12.1977C27.4396 12.3294 33.392 9.29885 34.6581 9.69414C36.3399 9.05414 34.0156 9.48708 35.6974 8.86591L36.2265 8.90355L36.5478 8.47061C37.6627 8.09414 38.3052 8.15061 38.4186 8.32002C38.154 8.39532 37.6816 8.65885 37.3981 8.79061C38.9099 8.48944 41.3664 7.17179 41.8767 7.07767L40.2326 7.56708C42.4625 6.60708 45.0135 5.64708 47.5079 4.70591C49.9644 3.78355 52.3265 3.03061 54.4052 2.80473C54.2918 2.74826 54.1973 2.69179 54.0839 2.63532C55.709 2.46591 56.3515 2.69179 56.9751 2.93649C57.1263 2.99296 57.2964 3.06826 57.4664 3.14355C57.6365 3.21885 57.8255 3.31296 58.0333 3.40708C58.468 3.61414 58.9971 3.89649 59.7529 4.36708L59.6207 4.32943C60.3009 4.59296 61.1135 5.15767 61.7938 5.91061C61.019 5.36473 62.6819 7.45414 61.7182 6.7012C63.0221 7.94355 63.3244 8.33885 63.589 8.50826C63.8535 8.69649 64.0614 8.73414 65.0251 9.60002L65.1007 10.24C65.781 10.8236 65.9322 10.8236 67.0282 12.4424C65.9699 11.2 67.3305 13.7224 66.1022 12.3671C66.9148 14.2871 67.8974 15.5294 68.7478 16.5271C69.5981 17.5247 70.2595 18.2588 70.6185 19.313C71.5823 19.8024 71.0154 19.0306 70.3729 18.2024C69.7304 17.3741 69.0501 16.4706 69.4469 16.8659C69.1257 15.9812 70.8264 17.8259 71.6957 18.8424C72.1681 19.3318 72.3759 19.9341 72.905 20.6683C73.1696 21.0447 73.4908 21.44 73.9822 21.873C74.4735 22.3059 75.1348 22.72 76.023 23.0777C75.664 22.9459 75.6262 22.9647 75.286 22.8141C75.5884 23.0024 75.9096 23.1718 76.2498 23.2659C76.5899 23.3788 76.9489 23.473 77.308 23.5294C78.0449 23.68 78.8197 23.7365 79.689 23.9436C80.6716 23.5294 81.9377 23.8494 82.1266 23.2094C81.0495 23.4353 79.9346 23.5294 78.7819 23.4353C79.7457 23.473 80.6905 23.2471 81.6731 22.9459C82.6746 22.6636 83.7706 22.3247 85.2068 21.9859C85.0367 22.1741 84.2431 22.6071 83.6762 22.8518C84.5832 22.7953 85.2635 22.2494 86.1516 22.0988C86.1516 22.4188 85.2635 22.8141 84.0919 23.1718C82.9203 23.5294 81.4841 23.7741 80.4259 24.0188C80.9361 24.1318 81.9566 23.9436 82.6368 23.7365C83.336 23.5483 83.7706 23.4165 83.3549 23.8494C83.9974 23.2847 84.8289 23.0588 85.7737 22.7577C86.7185 22.4565 87.7579 22.0988 88.6649 21.3271V21.7224C88.9861 21.5153 89.5908 21.0447 90.1955 20.7624L89.3074 21.7036C90.8191 20.5365 92.6332 20.4612 94.1071 19.5012C90.838 21.12 93.1812 19.4824 91.6695 19.9341C95.5055 17.5059 94.4095 19.633 98.8691 17.2424C98.2833 17.5812 96.4692 18.1836 97.3574 17.5624C98.2455 17.2047 99.4549 16.7718 100.079 16.6777C103.045 15.1341 99.4549 16.5647 100.627 15.7553C101.836 15.6424 102.025 14.8706 103.272 14.0988L103.442 14.4188C106.976 12.9506 104.009 13.2894 107.221 12.0283L106.144 13.12L107.694 12.2165L107.543 12.7624C109.149 11.633 109.735 11.4259 111.511 10.6918C111.001 10.6541 111.435 9.99532 112.947 9.22355C114.081 8.92238 112.513 9.82591 114.648 8.71532C114.251 9.16708 113.854 9.67532 112.777 9.84473C112.739 9.99532 112.399 10.2777 112.342 10.4471C113.571 10.1271 115.177 9.12943 115.952 8.73414C115.649 8.86591 115.29 9.03532 115.064 9.07296L117.955 7.09649C118.503 6.98355 118.163 7.26591 117.823 7.56708C118.559 7.15296 118.503 7.00238 118.975 6.73885C118.919 6.92708 118.9 7.11532 118.862 7.28473C118.843 7.36002 118.805 7.45414 118.786 7.52944C118.786 7.56708 118.748 7.60473 118.73 7.64238L118.692 7.69885L118.578 7.79296C118.73 7.69885 118.692 7.69885 118.73 7.68002L118.805 7.60473L118.994 7.41649L119.221 7.20943L119.353 7.09649C119.353 7.09649 119.391 7.05885 119.429 7.05885L119.467 7.09649C119.467 7.20943 119.467 7.43532 119.429 7.60473C119.429 7.77414 119.372 7.86826 119.315 7.88708C119.315 7.94355 119.315 7.9812 119.353 8.01885C119.41 8.09414 119.315 7.92473 119.542 8.28238C119.901 8.77179 120.26 9.31767 120.695 9.80708C121.148 10.2965 121.602 10.8047 122.036 11.313C122.49 11.8212 122.962 12.2918 123.359 12.8188C123.51 12.8753 123.699 13.0636 124.153 13.4024C124.606 13.8353 125.022 14.2494 125.438 14.6824C125.854 15.1153 126.326 15.473 126.798 15.8683C127.044 16.0565 127.29 16.2447 127.535 16.4518C127.8 16.6212 128.083 16.7906 128.367 16.96C128.953 17.2612 129.538 17.6377 130.238 17.8447L131.504 19.0683C132.6 19.4824 132.127 19.0871 131.863 18.8047C131.617 18.4471 131.504 18.2965 133.299 18.88C134.565 19.313 134.773 19.4259 134.754 19.5953C134.754 19.7459 134.489 19.8777 134.943 20.0847C135.642 20.1412 136.568 20.2353 137.626 20.3106C138.155 20.3483 138.703 20.4424 139.289 20.5177C139.875 20.593 140.461 20.6871 141.084 20.8753C140.196 20.8188 139.573 20.6871 138.798 20.6306L138.911 20.4612Z' fill='%237F42E1'/%3E%3C/svg%3E%0A");
  bottom: -35px;
  left: 0;
  position: absolute;
  width: 321px;
  height: 24px;
  display: block;
}

.article__body-text .video-block .video-wrapper {
  width: 320px;
  height: 570px;
  margin-bottom: 10px;
  position: relative;
}

.article__body-text .video-block .volume {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 24px;
  bottom: 24px;
  cursor: pointer;
  z-index: 100;
}

@media (max-width: 1055px) {
  .article__body-text .video-block .volume {
    z-index: 1;
  }
}
.article__body-text .video-block .volume--mute {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.05499 3.24539C4.92118 3.09819 4.73437 3.01019 4.53567 3.00073C4.33697 2.99127 4.14265 3.06113 3.99545 3.19494C3.84826 3.32876 3.76025 3.51556 3.75079 3.71426C3.74133 3.91297 3.81119 4.10729 3.94501 4.25448L6.89566 7.50021H3C2.60231 7.50066 2.22105 7.65885 1.93984 7.94005C1.65864 8.22126 1.50045 8.60252 1.5 9.00021V15.0002C1.50045 15.3979 1.65864 15.7792 1.93984 16.0604C2.22105 16.3416 2.60231 16.4998 3 16.5002H7.24265L13.7896 21.5922L13.7891 21.5911L13.7895 21.5915C13.9003 21.6777 14.033 21.7311 14.1726 21.7456C14.3123 21.7601 14.4532 21.7351 14.5793 21.6734C14.7054 21.6117 14.8116 21.5158 14.8859 21.3967C14.9602 21.2776 14.9995 21.14 14.9995 20.9997V16.4144L18.945 20.7545C19.0788 20.9017 19.2656 20.9897 19.4643 20.9991C19.663 21.0086 19.8574 20.9387 20.0045 20.8049C20.1517 20.6711 20.2397 20.4843 20.2492 20.2856C20.2587 20.0869 20.1888 19.8926 20.055 19.7454L5.05499 3.24539ZM6.74725 15.0002H3V9.00021H6.74725V15.0002Z' fill='white' fill-opacity='0.8'/%3E%3Cpath d='M13.695 10.5198C13.7969 10.6318 13.9302 10.7103 14.0775 10.7451C14.2249 10.7799 14.3793 10.7694 14.5205 10.7148C14.6617 10.6602 14.783 10.5641 14.8686 10.4393C14.9542 10.3144 15 10.1666 15 10.0152V3.00108C15 2.86068 14.9606 2.7231 14.8863 2.60399C14.812 2.48489 14.7057 2.38904 14.5796 2.32736C14.4534 2.26567 14.3125 2.24063 14.1729 2.25508C14.0332 2.26953 13.9004 2.3229 13.7896 2.4091L10.0543 5.31434C9.97267 5.37778 9.90508 5.45739 9.85573 5.54818C9.80637 5.63897 9.7763 5.73898 9.76742 5.84194C9.75854 5.9449 9.77104 6.04859 9.80412 6.14649C9.83721 6.24439 9.89017 6.3344 9.95968 6.41087L13.695 10.5198Z' fill='white' fill-opacity='0.8'/%3E%3Cpath d='M21.051 6.69765C20.9103 6.55701 20.7195 6.47801 20.5206 6.47803C20.3217 6.47804 20.131 6.55708 19.9903 6.69774C19.8497 6.8384 19.7707 7.02917 19.7707 7.22808C19.7707 7.42698 19.8498 7.61774 19.9904 7.75838C20.5476 8.31552 20.9895 8.97695 21.291 9.7049C21.5926 10.4328 21.7478 11.2131 21.7478 12.001C21.7478 12.7889 21.5926 13.5691 21.291 14.2971C20.9895 15.025 20.5476 15.6864 19.9904 16.2436C19.9206 16.3132 19.8652 16.3959 19.8273 16.4869C19.7895 16.5779 19.77 16.6755 19.7699 16.7741C19.7698 16.8727 19.7892 16.9703 19.8269 17.0614C19.8645 17.1525 19.9198 17.2353 19.9895 17.305C20.0592 17.3747 20.142 17.43 20.2331 17.4677C20.3242 17.5054 20.4218 17.5248 20.5204 17.5247C20.619 17.5247 20.7166 17.5052 20.8076 17.4673C20.8987 17.4295 20.9814 17.3741 21.051 17.3043C21.7474 16.6079 22.2999 15.7811 22.6768 14.8711C23.0538 13.9612 23.2478 12.9859 23.2478 12.001C23.2478 11.016 23.0538 10.0408 22.6768 9.13081C22.2999 8.22086 21.7474 7.39407 21.051 6.69764V6.69765Z' fill='white' fill-opacity='0.8'/%3E%3Cpath d='M17.9978 12.0011C17.9986 12.2966 17.9408 12.5895 17.8277 12.8625C17.7146 13.1356 17.5484 13.3835 17.3388 13.592C17.2691 13.6616 17.2138 13.7443 17.176 13.8353C17.1383 13.9263 17.1188 14.0238 17.1188 14.1224C17.1187 14.2209 17.1381 14.3185 17.1758 14.4095C17.2135 14.5005 17.2687 14.5833 17.3384 14.6529C17.4081 14.7226 17.4908 14.7779 17.5818 14.8156C17.6728 14.8533 17.7704 14.8727 17.8689 14.8726C17.9675 14.8726 18.065 14.8532 18.156 14.8154C18.247 14.7777 18.3297 14.7224 18.3994 14.6527C18.7476 14.3045 19.0238 13.8911 19.2123 13.4361C19.4008 12.9811 19.4978 12.4935 19.4978 12.001C19.4978 11.5086 19.4008 11.0209 19.2124 10.5659C19.0239 10.111 18.7477 9.69755 18.3995 9.34932C18.2588 9.20866 18.068 9.12964 17.8691 9.12964C17.6702 9.12964 17.4794 9.20866 17.3387 9.34932C17.1981 9.48998 17.119 9.68076 17.119 9.87969C17.119 10.0786 17.1981 10.2694 17.3387 10.4101C17.5483 10.6185 17.7145 10.8664 17.8276 11.1395C17.9408 11.4126 17.9986 11.7055 17.9978 12.0011Z' fill='white' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
  -webkit-transition: 200ms;
  transition: 200ms;
}

.article__body-text .video-block .volume--mute:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.05499 3.24551C4.92118 3.09832 4.73437 3.01031 4.53567 3.00085C4.33697 2.99139 4.14265 3.06125 3.99545 3.19506C3.84826 3.32888 3.76025 3.51568 3.75079 3.71439C3.74133 3.91309 3.81119 4.10741 3.94501 4.2546L6.89566 7.50033H3C2.60231 7.50079 2.22105 7.65897 1.93984 7.94017C1.65864 8.22138 1.50045 8.60265 1.5 9.00033V15.0003C1.50045 15.398 1.65864 15.7793 1.93984 16.0605C2.22105 16.3417 2.60231 16.4999 3 16.5003H7.24265L13.7896 21.5923L13.7891 21.5913L13.7895 21.5916C13.9003 21.6778 14.033 21.7312 14.1726 21.7457C14.3123 21.7602 14.4532 21.7352 14.5793 21.6735C14.7054 21.6118 14.8116 21.516 14.8859 21.3969C14.9602 21.2777 14.9995 21.1402 14.9995 20.9998V16.4145L18.945 20.7546C19.0788 20.9018 19.2656 20.9898 19.4643 20.9993C19.663 21.0087 19.8574 20.9389 20.0045 20.805C20.1517 20.6712 20.2397 20.4844 20.2492 20.2857C20.2587 20.087 20.1888 19.8927 20.055 19.7455L5.05499 3.24551ZM6.74725 15.0003H3V9.00033H6.74725V15.0003Z' fill='white'/%3E%3Cpath d='M13.695 10.5196C13.7969 10.6316 13.9302 10.7102 14.0775 10.745C14.2249 10.7798 14.3793 10.7692 14.5205 10.7146C14.6617 10.6601 14.783 10.564 14.8686 10.4392C14.9542 10.3143 15 10.1665 15 10.0151V3.00096C15 2.86056 14.9606 2.72298 14.8863 2.60387C14.812 2.48476 14.7057 2.38892 14.5796 2.32723C14.4534 2.26555 14.3125 2.24051 14.1729 2.25496C14.0332 2.26941 13.9004 2.32277 13.7896 2.40898L10.0543 5.31422C9.97267 5.37765 9.90508 5.45726 9.85573 5.54806C9.80637 5.63885 9.7763 5.73886 9.76742 5.84182C9.75854 5.94478 9.77104 6.04846 9.80412 6.14637C9.83721 6.24427 9.89017 6.33428 9.95968 6.41075L13.695 10.5196Z' fill='white'/%3E%3Cpath d='M21.051 6.69765C20.9103 6.55701 20.7195 6.47801 20.5206 6.47803C20.3217 6.47804 20.131 6.55708 19.9903 6.69774C19.8497 6.8384 19.7707 7.02917 19.7707 7.22808C19.7707 7.42698 19.8498 7.61774 19.9904 7.75838C20.5476 8.31552 20.9895 8.97695 21.291 9.7049C21.5926 10.4328 21.7478 11.2131 21.7478 12.001C21.7478 12.7889 21.5926 13.5691 21.291 14.2971C20.9895 15.025 20.5476 15.6864 19.9904 16.2436C19.9206 16.3132 19.8652 16.3959 19.8273 16.4869C19.7895 16.5779 19.77 16.6755 19.7699 16.7741C19.7698 16.8727 19.7892 16.9703 19.8269 17.0614C19.8645 17.1525 19.9198 17.2353 19.9895 17.305C20.0592 17.3747 20.142 17.43 20.2331 17.4677C20.3242 17.5054 20.4218 17.5248 20.5204 17.5247C20.619 17.5247 20.7166 17.5052 20.8076 17.4673C20.8987 17.4295 20.9814 17.3741 21.051 17.3043C21.7474 16.6079 22.2999 15.7811 22.6768 14.8711C23.0538 13.9612 23.2478 12.9859 23.2478 12.001C23.2478 11.016 23.0538 10.0408 22.6768 9.13081C22.2999 8.22086 21.7474 7.39407 21.051 6.69764V6.69765Z' fill='white'/%3E%3Cpath d='M17.9978 12.0008C17.9986 12.2964 17.9408 12.5892 17.8277 12.8623C17.7146 13.1354 17.5484 13.3833 17.3388 13.5917C17.2691 13.6613 17.2138 13.744 17.176 13.835C17.1383 13.926 17.1188 14.0236 17.1188 14.1221C17.1187 14.2206 17.1381 14.3182 17.1758 14.4093C17.2135 14.5003 17.2687 14.583 17.3384 14.6527C17.4081 14.7224 17.4908 14.7776 17.5818 14.8153C17.6728 14.853 17.7704 14.8724 17.8689 14.8724C17.9675 14.8724 18.065 14.8529 18.156 14.8152C18.247 14.7775 18.3297 14.7222 18.3994 14.6525C18.7476 14.3042 19.0238 13.8908 19.2123 13.4359C19.4008 12.9809 19.4978 12.4933 19.4978 12.0008C19.4978 11.5083 19.4008 11.0207 19.2124 10.5657C19.0239 10.1107 18.7477 9.6973 18.3995 9.34908C18.2588 9.20842 18.068 9.12939 17.8691 9.12939C17.6702 9.12939 17.4794 9.20842 17.3387 9.34908C17.1981 9.48974 17.119 9.68052 17.119 9.87944C17.119 10.0784 17.1981 10.2691 17.3387 10.4098C17.5483 10.6183 17.7145 10.8662 17.8276 11.1393C17.9408 11.4124 17.9986 11.7052 17.9978 12.0008Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-transition: 200ms;
  transition: 200ms;
}

.article__body-text .video-block .volume--active {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.0533 6.69781C20.9126 6.55732 20.7219 6.47844 20.5231 6.47852C20.3243 6.47859 20.1336 6.55761 19.993 6.6982C19.8524 6.8388 19.7734 7.02946 19.7733 7.22829C19.7732 7.42712 19.8521 7.61785 19.9926 7.75854C20.5498 8.31568 20.9918 8.97711 21.2933 9.70507C21.5949 10.433 21.7501 11.2132 21.7501 12.0012C21.7501 12.7891 21.5949 13.5693 21.2933 14.2973C20.9918 15.0253 20.5498 15.6867 19.9926 16.2438C19.8524 16.3846 19.7737 16.5752 19.7739 16.7739C19.7741 16.9726 19.8531 17.1631 19.9936 17.3036C20.1341 17.4441 20.3246 17.5231 20.5233 17.5233C20.7219 17.5235 20.9126 17.4448 21.0533 17.3046C22.4599 15.898 23.2501 13.9903 23.2501 12.0012C23.2501 10.012 22.4599 8.10436 21.0533 6.69781V6.69781Z' fill='white'/%3E%3Cpath d='M14.5795 2.3273C14.4534 2.26557 14.3125 2.2405 14.1728 2.25496C14.0332 2.26941 13.9004 2.32281 13.7896 2.40906L7.24264 7.50104H3C2.60231 7.50149 2.22105 7.65967 1.93984 7.94088C1.65864 8.22209 1.50045 8.60335 1.5 9.00104V15.001C1.50045 15.3987 1.65864 15.78 1.93984 16.0612C2.22105 16.3424 2.60231 16.5006 3 16.501H7.24265L13.7896 21.593C13.9004 21.6792 14.0332 21.7326 14.1728 21.747C14.3125 21.7615 14.4534 21.7364 14.5795 21.6748C14.7057 21.6131 14.8119 21.5172 14.8863 21.3981C14.9606 21.279 15 21.1414 15 21.001V3.00104C15 2.86063 14.9606 2.72305 14.8862 2.60394C14.8119 2.48483 14.7056 2.38898 14.5795 2.3273ZM3 9.00104H6.74725V15.001H3V9.00104Z' fill='white'/%3E%3Cpath d='M17.3409 9.34966C17.2712 9.4193 17.216 9.50198 17.1783 9.59298C17.1406 9.68397 17.1212 9.7815 17.1212 9.88C17.1212 9.97849 17.1406 10.076 17.1783 10.167C17.216 10.258 17.2713 10.3407 17.341 10.4103C17.5499 10.6192 17.7156 10.8672 17.8287 11.1402C17.9418 11.4132 18 11.7057 18 12.0012C18 12.2967 17.9418 12.5892 17.8287 12.8622C17.7156 13.1352 17.5499 13.3832 17.341 13.5921C17.2003 13.7328 17.1213 13.9235 17.1212 14.1224C17.1212 14.3213 17.2002 14.5121 17.3409 14.6528C17.4815 14.7934 17.6723 14.8725 17.8712 14.8725C18.0701 14.8725 18.2608 14.7935 18.4015 14.6528C18.7498 14.3046 19.026 13.8913 19.2145 13.4363C19.4029 12.9813 19.5 12.4937 19.5 12.0012C19.5 11.5087 19.4029 11.0211 19.2145 10.5661C19.026 10.1112 18.7498 9.69777 18.4015 9.34957C18.3319 9.27991 18.2492 9.22466 18.1582 9.18696C18.0672 9.14927 17.9697 9.12987 17.8712 9.12988C17.7727 9.12989 17.6751 9.14931 17.5841 9.18701C17.4932 9.22472 17.4105 9.27999 17.3409 9.34966Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-transition: 200ms;
  transition: 200ms;
}

.article__body-text .video-block .volume--active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.0533 6.69781C20.9126 6.55732 20.7219 6.47844 20.5231 6.47852C20.3243 6.47859 20.1336 6.55761 19.993 6.6982C19.8524 6.8388 19.7734 7.02946 19.7733 7.22829C19.7732 7.42712 19.8521 7.61785 19.9926 7.75854C20.5498 8.31568 20.9918 8.97711 21.2933 9.70507C21.5949 10.433 21.7501 11.2132 21.7501 12.0012C21.7501 12.7891 21.5949 13.5693 21.2933 14.2973C20.9918 15.0253 20.5498 15.6867 19.9926 16.2438C19.8524 16.3846 19.7737 16.5752 19.7739 16.7739C19.7741 16.9726 19.8531 17.1631 19.9936 17.3036C20.1341 17.4441 20.3246 17.5231 20.5233 17.5233C20.7219 17.5235 20.9126 17.4448 21.0533 17.3046C22.4599 15.898 23.2501 13.9903 23.2501 12.0012C23.2501 10.012 22.4599 8.10436 21.0533 6.69781V6.69781Z' fill='white'/%3E%3Cpath d='M14.5795 2.3273C14.4534 2.26557 14.3125 2.2405 14.1728 2.25496C14.0332 2.26941 13.9004 2.32281 13.7896 2.40906L7.24264 7.50104H3C2.60231 7.50149 2.22105 7.65967 1.93984 7.94088C1.65864 8.22209 1.50045 8.60335 1.5 9.00104V15.001C1.50045 15.3987 1.65864 15.78 1.93984 16.0612C2.22105 16.3424 2.60231 16.5006 3 16.501H7.24265L13.7896 21.593C13.9004 21.6792 14.0332 21.7326 14.1728 21.747C14.3125 21.7615 14.4534 21.7364 14.5795 21.6748C14.7057 21.6131 14.8119 21.5172 14.8863 21.3981C14.9606 21.279 15 21.1414 15 21.001V3.00104C15 2.86063 14.9606 2.72305 14.8862 2.60394C14.8119 2.48483 14.7056 2.38898 14.5795 2.3273ZM3 9.00104H6.74725V15.001H3V9.00104Z' fill='white'/%3E%3Cpath d='M17.3409 9.34966C17.2712 9.4193 17.216 9.50198 17.1783 9.59298C17.1406 9.68397 17.1212 9.7815 17.1212 9.88C17.1212 9.97849 17.1406 10.076 17.1783 10.167C17.216 10.258 17.2713 10.3407 17.341 10.4103C17.5499 10.6192 17.7156 10.8672 17.8287 11.1402C17.9418 11.4132 18 11.7057 18 12.0012C18 12.2967 17.9418 12.5892 17.8287 12.8622C17.7156 13.1352 17.5499 13.3832 17.341 13.5921C17.2003 13.7328 17.1213 13.9235 17.1212 14.1224C17.1212 14.3213 17.2002 14.5121 17.3409 14.6528C17.4815 14.7934 17.6723 14.8725 17.8712 14.8725C18.0701 14.8725 18.2608 14.7935 18.4015 14.6528C18.7498 14.3046 19.026 13.8913 19.2145 13.4363C19.4029 12.9813 19.5 12.4937 19.5 12.0012C19.5 11.5087 19.4029 11.0211 19.2145 10.5661C19.026 10.1112 18.7498 9.69777 18.4015 9.34957C18.3319 9.27991 18.2492 9.22466 18.1582 9.18696C18.0672 9.14927 17.9697 9.12987 17.8712 9.12988C17.7727 9.12989 17.6751 9.14931 17.5841 9.18701C17.4932 9.22472 17.4105 9.27999 17.3409 9.34966Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-transition: 200ms;
  transition: 200ms;
}

.article__body-text .video-block .rewind {
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12.75C3.19891 12.75 3.38967 12.671 3.53032 12.5303C3.67097 12.3897 3.74999 12.1989 3.75 12C3.75157 10.6081 4.3052 9.27366 5.28942 8.28944C6.27365 7.30521 7.60809 6.75158 9 6.75002H19.1893L18.2196 7.7197C18.079 7.86036 18 8.05113 18 8.25005C18 8.44896 18.079 8.63973 18.2197 8.78038C18.3603 8.92103 18.5511 9.00004 18.75 9.00003C18.9489 9.00002 19.1397 8.921 19.2804 8.78033L21.5304 6.53033C21.5329 6.52782 21.535 6.52498 21.5375 6.52242C21.5522 6.50735 21.5665 6.49188 21.5798 6.47558C21.5877 6.46597 21.5946 6.45586 21.602 6.44597C21.6092 6.43626 21.6167 6.42679 21.6235 6.41672C21.6312 6.40523 21.6379 6.39333 21.6449 6.38156C21.6503 6.37232 21.6561 6.36334 21.6612 6.35387C21.6676 6.34196 21.673 6.32974 21.6787 6.31761C21.6834 6.30754 21.6885 6.29765 21.6928 6.28731C21.6976 6.27554 21.7016 6.26355 21.7058 6.2516C21.7098 6.24043 21.7141 6.22945 21.7176 6.21805C21.7212 6.20601 21.7239 6.19374 21.7269 6.18157C21.7298 6.17003 21.7331 6.15859 21.7354 6.14682C21.7382 6.13268 21.74 6.11835 21.7419 6.10402C21.7433 6.09408 21.7453 6.08433 21.7462 6.07427C21.7511 6.02489 21.7511 5.97515 21.7462 5.92577C21.7453 5.9157 21.7433 5.90594 21.7419 5.89601C21.74 5.88168 21.7382 5.86735 21.7354 5.85321C21.7331 5.84145 21.7298 5.83 21.7269 5.81847C21.7239 5.80629 21.7212 5.79402 21.7176 5.78198C21.7141 5.77058 21.7098 5.7596 21.7058 5.74843C21.7016 5.73648 21.6976 5.72449 21.6928 5.71272C21.6885 5.70238 21.6834 5.69249 21.6787 5.68242C21.673 5.67029 21.6676 5.65807 21.6612 5.64616C21.6561 5.63669 21.6503 5.62772 21.6449 5.61847C21.6379 5.6067 21.6312 5.5948 21.6235 5.58331C21.6167 5.57324 21.6092 5.56377 21.602 5.55406C21.5946 5.54418 21.5877 5.53406 21.5798 5.52445C21.5662 5.50783 21.5517 5.49208 21.5367 5.4767C21.5345 5.47446 21.5326 5.47194 21.5304 5.4697L19.2804 3.2197C19.1397 3.07904 18.9489 3.00001 18.75 3C18.5511 2.99999 18.3603 3.079 18.2197 3.21965C18.079 3.3603 18 3.55107 18 3.74998C18 3.9489 18.079 4.13968 18.2196 4.28034L19.1893 5.25002H9C7.21041 5.25203 5.49469 5.96384 4.22926 7.22927C2.96382 8.4947 2.25202 10.2104 2.25 12C2.25001 12.1989 2.32903 12.3897 2.46968 12.5303C2.61033 12.671 2.80109 12.75 3 12.75Z' fill='white' fill-opacity='0.8'/%3E%3Cpath d='M21 11.25C20.8011 11.25 20.6104 11.329 20.4697 11.4697C20.3291 11.6103 20.2501 11.8011 20.25 12C20.2485 13.3919 19.6948 14.7264 18.7106 15.7106C17.7264 16.6948 16.3919 17.2484 15 17.25H4.8107L5.78041 16.2803C5.92106 16.1397 6.00007 15.9489 6.00006 15.75C6.00005 15.551 5.92102 15.3603 5.78036 15.2196C5.6397 15.079 5.44893 15 5.25001 15C5.05109 15 4.86033 15.079 4.71968 15.2197L2.46968 17.4697C2.46743 17.4719 2.46556 17.4744 2.46334 17.4767C2.44837 17.4921 2.43381 17.5078 2.42019 17.5244C2.4123 17.534 2.40541 17.5442 2.39806 17.554C2.39083 17.5638 2.3833 17.5732 2.37655 17.5833C2.36886 17.5948 2.36217 17.6067 2.35519 17.6185C2.3497 17.6277 2.34391 17.6367 2.33883 17.6461C2.33244 17.658 2.32704 17.6703 2.32134 17.6824C2.31662 17.6925 2.31157 17.7024 2.30729 17.7127C2.30241 17.7245 2.29847 17.7365 2.29422 17.7484C2.29023 17.7596 2.28593 17.7706 2.28248 17.782C2.27884 17.794 2.27613 17.8063 2.27311 17.8184C2.27023 17.83 2.26696 17.8414 2.26462 17.8532C2.26181 17.8673 2.26007 17.8817 2.2581 17.896C2.2567 17.9059 2.25478 17.9157 2.2538 17.9257C2.2489 17.9751 2.2489 18.0249 2.2538 18.0742C2.25478 18.0843 2.2567 18.0941 2.2581 18.104C2.26007 18.1183 2.26181 18.1327 2.26462 18.1468C2.26696 18.1586 2.27023 18.17 2.27311 18.1815C2.27613 18.1937 2.27883 18.206 2.28248 18.218C2.28593 18.2294 2.29023 18.2404 2.29422 18.2516C2.29847 18.2635 2.30241 18.2755 2.30729 18.2873C2.31157 18.2976 2.31662 18.3075 2.32134 18.3176C2.32704 18.3297 2.33244 18.3419 2.33883 18.3539C2.34391 18.3633 2.3497 18.3723 2.35519 18.3815C2.36217 18.3933 2.36885 18.4052 2.37655 18.4167C2.3833 18.4268 2.39083 18.4362 2.39806 18.446C2.40541 18.4558 2.4123 18.466 2.42019 18.4756C2.43356 18.4919 2.44787 18.5073 2.46254 18.5224C2.46503 18.525 2.46714 18.5278 2.46968 18.5303L4.71968 20.7803C4.78932 20.85 4.872 20.9052 4.96299 20.9429C5.05399 20.9806 5.15152 21 5.25001 21C5.3485 21 5.44603 20.9806 5.53703 20.9429C5.62803 20.9052 5.71071 20.85 5.78036 20.7804C5.85001 20.7107 5.90526 20.628 5.94296 20.537C5.98065 20.4461 6.00006 20.3485 6.00006 20.25C6.00006 20.1515 5.98067 20.054 5.94298 19.963C5.90529 19.872 5.85005 19.7893 5.78041 19.7197L4.8107 18.75H15C16.7896 18.748 18.5054 18.0362 19.7708 16.7707C21.0362 15.5053 21.748 13.7896 21.75 12C21.75 11.8011 21.671 11.6103 21.5304 11.4697C21.3897 11.329 21.199 11.25 21 11.25Z' fill='white' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
  right: 24px;
  bottom: 24px;
  cursor: pointer;
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: 100;
}

@media (max-width: 1055px) {
  .article__body-text .video-block .rewind {
    z-index: 1;
  }
}
.article__body-text .video-block .rewind:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12.75C3.19891 12.75 3.38967 12.671 3.53032 12.5303C3.67097 12.3897 3.74999 12.1989 3.75 12C3.75157 10.6081 4.3052 9.27366 5.28942 8.28944C6.27365 7.30521 7.60809 6.75158 9 6.75002H19.1893L18.2196 7.7197C18.079 7.86036 18 8.05113 18 8.25005C18 8.44896 18.079 8.63973 18.2197 8.78038C18.3603 8.92103 18.5511 9.00004 18.75 9.00003C18.9489 9.00002 19.1397 8.921 19.2804 8.78033L21.5304 6.53033C21.5329 6.52782 21.535 6.52498 21.5375 6.52242C21.5522 6.50735 21.5665 6.49188 21.5798 6.47558C21.5877 6.46597 21.5946 6.45586 21.602 6.44597C21.6092 6.43626 21.6167 6.42679 21.6235 6.41672C21.6312 6.40523 21.6379 6.39333 21.6449 6.38156C21.6503 6.37232 21.6561 6.36334 21.6612 6.35387C21.6676 6.34196 21.673 6.32974 21.6787 6.31761C21.6834 6.30754 21.6885 6.29765 21.6928 6.28731C21.6976 6.27554 21.7016 6.26355 21.7058 6.2516C21.7098 6.24043 21.7141 6.22945 21.7176 6.21805C21.7212 6.20601 21.7239 6.19374 21.7269 6.18157C21.7298 6.17003 21.7331 6.15859 21.7354 6.14682C21.7382 6.13268 21.74 6.11835 21.7419 6.10402C21.7433 6.09408 21.7453 6.08433 21.7462 6.07427C21.7511 6.02489 21.7511 5.97515 21.7462 5.92577C21.7453 5.9157 21.7433 5.90594 21.7419 5.89601C21.74 5.88168 21.7382 5.86735 21.7354 5.85321C21.7331 5.84145 21.7298 5.83 21.7269 5.81847C21.7239 5.80629 21.7212 5.79402 21.7176 5.78198C21.7141 5.77058 21.7098 5.7596 21.7058 5.74843C21.7016 5.73648 21.6976 5.72449 21.6928 5.71272C21.6885 5.70238 21.6834 5.69249 21.6787 5.68242C21.673 5.67029 21.6676 5.65807 21.6612 5.64616C21.6561 5.63669 21.6503 5.62772 21.6449 5.61847C21.6379 5.6067 21.6312 5.5948 21.6235 5.58331C21.6167 5.57324 21.6092 5.56377 21.602 5.55406C21.5946 5.54418 21.5877 5.53406 21.5798 5.52445C21.5662 5.50783 21.5517 5.49208 21.5367 5.4767C21.5345 5.47446 21.5326 5.47194 21.5304 5.4697L19.2804 3.2197C19.1397 3.07904 18.9489 3.00001 18.75 3C18.5511 2.99999 18.3603 3.079 18.2197 3.21965C18.079 3.3603 18 3.55107 18 3.74998C18 3.9489 18.079 4.13968 18.2196 4.28034L19.1893 5.25002H9C7.21041 5.25203 5.49469 5.96384 4.22926 7.22927C2.96382 8.4947 2.25202 10.2104 2.25 12C2.25001 12.1989 2.32903 12.3897 2.46968 12.5303C2.61033 12.671 2.80109 12.75 3 12.75Z' fill='white'/%3E%3Cpath d='M21 11.25C20.8011 11.25 20.6104 11.329 20.4697 11.4697C20.3291 11.6103 20.2501 11.8011 20.25 12C20.2485 13.3919 19.6948 14.7264 18.7106 15.7106C17.7264 16.6948 16.3919 17.2484 15 17.25H4.8107L5.78041 16.2803C5.92106 16.1397 6.00007 15.9489 6.00006 15.75C6.00005 15.551 5.92102 15.3603 5.78036 15.2196C5.6397 15.079 5.44893 15 5.25001 15C5.05109 15 4.86033 15.079 4.71968 15.2197L2.46968 17.4697C2.46743 17.4719 2.46556 17.4744 2.46334 17.4767C2.44837 17.4921 2.43381 17.5078 2.42019 17.5244C2.4123 17.534 2.40541 17.5442 2.39806 17.554C2.39083 17.5638 2.3833 17.5732 2.37655 17.5833C2.36886 17.5948 2.36217 17.6067 2.35519 17.6185C2.3497 17.6277 2.34391 17.6367 2.33883 17.6461C2.33244 17.658 2.32704 17.6703 2.32134 17.6824C2.31662 17.6925 2.31157 17.7024 2.30729 17.7127C2.30241 17.7245 2.29847 17.7365 2.29422 17.7484C2.29023 17.7596 2.28593 17.7706 2.28248 17.782C2.27884 17.794 2.27613 17.8063 2.27311 17.8184C2.27023 17.83 2.26696 17.8414 2.26462 17.8532C2.26181 17.8673 2.26007 17.8817 2.2581 17.896C2.2567 17.9059 2.25478 17.9157 2.2538 17.9257C2.2489 17.9751 2.2489 18.0249 2.2538 18.0742C2.25478 18.0843 2.2567 18.0941 2.2581 18.104C2.26007 18.1183 2.26181 18.1327 2.26462 18.1468C2.26696 18.1586 2.27023 18.17 2.27311 18.1815C2.27613 18.1937 2.27883 18.206 2.28248 18.218C2.28593 18.2294 2.29023 18.2404 2.29422 18.2516C2.29847 18.2635 2.30241 18.2755 2.30729 18.2873C2.31157 18.2976 2.31662 18.3075 2.32134 18.3176C2.32704 18.3297 2.33244 18.3419 2.33883 18.3539C2.34391 18.3633 2.3497 18.3723 2.35519 18.3815C2.36217 18.3933 2.36885 18.4052 2.37655 18.4167C2.3833 18.4268 2.39083 18.4362 2.39806 18.446C2.40541 18.4558 2.4123 18.466 2.42019 18.4756C2.43356 18.4919 2.44787 18.5073 2.46254 18.5224C2.46503 18.525 2.46714 18.5278 2.46968 18.5303L4.71968 20.7803C4.78932 20.85 4.872 20.9052 4.96299 20.9429C5.05399 20.9806 5.15152 21 5.25001 21C5.3485 21 5.44603 20.9806 5.53703 20.9429C5.62803 20.9052 5.71071 20.85 5.78036 20.7804C5.85001 20.7107 5.90526 20.628 5.94296 20.537C5.98065 20.4461 6.00006 20.3485 6.00006 20.25C6.00006 20.1515 5.98067 20.054 5.94298 19.963C5.90529 19.872 5.85005 19.7893 5.78041 19.7197L4.8107 18.75H15C16.7896 18.748 18.5054 18.0362 19.7708 16.7707C21.0362 15.5053 21.748 13.7896 21.75 12C21.75 11.8011 21.671 11.6103 21.5304 11.4697C21.3897 11.329 21.199 11.25 21 11.25Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-transition: 200ms;
  transition: 200ms;
}

.article__body-text .audio-block {
  max-width: 869px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 950px) {
  .article__body-text .audio-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 654px;
  }
}
@media (max-width: 744px) {
  .article__body-text .audio-block {
    max-width: 648px;
  }
}
@media (max-width: 950px) {
  .article__body-text .audio-block-left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 40px;
  }
}
.article__body-text .audio-block-left .audio-image {
  max-width: 180px;
  max-height: 180px;
  width: 100%;
  height: 100%;
  margin: 0 auto 20px auto;
}

.article__body-text .audio-block-left .audio-image img {
  width: inherit;
  height: inherit;
}

.article__body-text .audio-block-left p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #7f42e1;
  max-width: 320px;
}

.article__body-text .audio-block-right {
  font-family: Salina, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 125%;
  color: #7f42e1;
  position: relative;
}

.article__body-text .audio-block-right p {
  font-family: Salina, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 125%;
}

@media (max-width: 650px) {
  .article__body-text .audio-block-right p {
    font-size: 32px !important;
  }
}
.article__body-text .audio-block-right:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='321' height='24' viewBox='0 0 321 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.7978 20.1224C76.9111 20.1977 77.0056 20.2918 77.119 20.3483C76.2498 20.1036 76.5332 20.1036 76.7978 20.1224ZM303.52 14.2683C303.709 14.1365 303.69 14.0988 303.577 14.08C303.464 14.2306 302.972 14.4188 302.406 14.6071C302.595 14.6259 302.897 14.6071 303.52 14.2683ZM301.31 14.9271C301.31 14.9271 301.272 14.9459 301.272 14.9647C300.176 15.1906 300.573 15.1153 301.31 14.9271ZM197.831 17.6188C197.415 17.7318 196.811 17.5624 196.149 17.3177C196.66 17.3553 197.208 17.5059 197.831 17.6188ZM164.214 11.84C163.817 12.16 163.099 12.8941 162.664 12.913C162.929 12.2541 163.42 12.1788 164.214 11.84ZM138.911 20.4612C139.516 20.6494 140.14 20.8 140.763 20.9694C140.177 21.0259 139.629 21.0447 139.176 21.0636C138.703 21.0636 138.344 21.0071 138.099 21.0071C137.607 20.9883 137.626 21.0447 138.496 21.44C138.552 21.3271 138.703 21.2518 138.949 21.2141C139.176 21.1765 139.497 21.1388 139.856 21.1388C140.593 21.1388 141.5 21.2518 142.445 21.2141C142.917 21.2141 143.371 21.2141 143.824 21.1953C144.259 21.1577 144.675 21.0824 145.034 21.0259C145.752 20.8753 146.224 20.7059 146.243 20.4424C146.678 20.4424 147.094 20.4424 147.509 20.4424C147.15 20.4988 147.112 20.5741 146.753 20.6306C148.001 20.6306 148.435 20.3671 148.889 20.0094C149.342 19.6141 149.871 19.2 151.345 18.7671C152.366 18.4659 153.084 18.2588 152.479 18.6918C153.178 18.2965 153.84 17.8824 154.501 17.4683C155.106 17.1671 155.049 17.4118 154.444 17.6941C155.484 17.1294 156.504 16.5459 157.506 15.9436V15.9812C157.865 15.5859 158.696 14.8141 159.093 14.4377C159.924 14.1177 158.772 14.7577 159.036 14.7388L160.529 13.5341C161.323 13.3459 160.132 14.4 158.98 15.0588C161.039 15.0212 160.227 14.0047 163.76 12.5177L162.324 13.5718C163.609 13.4588 164.686 12.5365 166.557 11.84C166.066 11.8965 162.664 13.12 164.271 11.84C164.8 11.6141 165.461 11.2565 166.293 10.5224C166.482 10.8236 167.351 10.2212 168.503 9.5812L168.655 10.0518C169.826 9.28002 169.618 9.12944 170.261 8.56473C171.697 7.96238 172.132 8.22591 172.566 8.39532C173.681 8.03767 173.265 8.03767 172.869 8.00002C172.472 7.96238 172.113 7.86826 173.454 7.37885C174.399 7.19061 175.212 7.0212 176.062 6.83296C176.913 6.66355 177.782 6.53179 178.916 6.56944C180.163 6.96473 178.651 6.81414 179.067 7.04002C179.464 6.98355 179.841 6.96473 180.257 6.94591C180.522 7.05885 180.39 7.13414 180.333 7.17179C181.297 7.37885 180.578 6.68238 182.09 7.26591C182.411 7.15296 183.073 7.71767 183.753 8.52708C184.433 9.33649 185.151 10.353 186.096 10.9741C186.342 11.4636 185.699 10.9741 185.662 11.2188C186.795 12.1977 187.306 12.6871 187.778 13.0636C188.251 13.44 188.704 13.7977 189.876 14.4565C190.367 15.04 190.953 15.5483 191.539 16.0565C190.348 14.7765 192.332 15.7741 194.109 16.0565C193.636 15.6988 193.315 15.3412 193.069 15.1341L193.693 15.3977L194.354 15.5859L194.997 15.7741L195.658 15.8871C195.941 16.0377 195.658 16.1506 195.148 16.2071C195.337 16.2071 195.526 16.2259 195.658 16.2259C196.546 16.6588 196.036 16.8094 195.242 16.8659C194.921 16.6777 194.619 16.4894 194.354 16.2636C193.976 16.2636 193.598 16.2824 193.296 16.3388C193.013 16.3765 192.824 16.433 192.824 16.6024C193.013 16.6588 193.39 16.753 193.787 16.8659C193.579 16.8659 193.428 16.8847 193.504 16.96C193.579 17.0353 193.92 17.073 194.411 17.1294C194.562 17.3741 194.751 17.6 194.921 17.8447L195.148 17.6941C195.771 17.9577 196.433 18.0894 197.094 18.2588C197.756 18.353 198.436 18.5036 199.097 18.5224C200.533 18.2588 201.781 17.7318 203.141 17.1483C204.464 16.5647 205.976 15.8871 207.884 15.04C207.053 15.7553 207.884 15.7177 207.998 16.1883C206.75 16.113 204.955 17.5059 202.688 17.8259C203.859 17.6377 203.651 17.9012 203.368 18.0518C204.672 17.6377 205.9 17.0918 207.091 16.5459C207.128 16.9412 207.979 16.5459 208.999 16.32C208.508 16.113 209.131 15.7177 210.057 15.3036C210.983 14.8706 212.174 14.3624 212.854 13.9294C213.043 14.1177 212.816 14.513 211.002 15.2094C213.194 14.9083 213.156 13.3083 215.235 12.9318C214.8 13.12 214.574 13.1953 214.46 13.3836C215.348 12.7247 217.843 11.84 217.37 12.2918L216.955 12.48C218.372 11.8965 220.507 10.9741 222.321 10.2212C224.135 9.43061 225.666 8.82826 225.817 8.45179C225.874 8.52708 225.647 9.31767 225.515 9.48708C227.008 8.3012 228.595 7.20943 230.409 6.30591C230.182 6.60708 230.579 7.04002 230.693 7.47296C230.806 7.92473 230.674 8.28238 229.502 8.6212C229.842 8.6212 230.239 8.58355 230.711 8.58355C231.184 8.54591 231.751 8.47061 232.469 8.39532C232.015 8.32002 231.278 7.58591 231.921 7.54826C232.828 7.84944 233.13 7.94355 233.47 8.05649C233.829 8.16944 234.245 8.20708 235.228 8.67767C234.907 8.56473 234.963 8.32002 235.228 8.13179C235.379 8.03767 235.568 7.96238 235.814 7.92473C236.04 7.90591 236.324 7.92473 236.588 7.9812C236.38 8.05649 236.456 8.82826 236.04 8.82826C236.966 8.77179 237.968 8.79061 238.969 8.88473C238.232 8.77179 238.591 9.50591 239.083 9.97649C238.875 9.69414 241.331 10.9741 242.106 11.2377L241.048 10.5412C242.522 11.2753 243.429 11.3694 244.317 11.4071C245.205 11.4447 246.074 11.4824 247.662 11.9718C247.435 12.0094 247.114 12.1788 247.057 12.4424C246.982 12.7059 247.189 13.0259 248.059 13.3083C248.512 13.1953 249.533 12.8753 250.704 12.4612C251.876 12.0471 253.199 11.5388 254.559 11.2L255.126 11.3883C255.825 11.2 256.524 10.9741 257.224 10.7294C256.619 11.1812 255.447 11.9341 254.049 12.5553C252.669 13.1765 251.044 13.6471 249.835 13.7412C250.496 13.9294 250.591 13.9859 250.761 14.0424C250.931 14.0988 251.214 14.1553 252.235 14.1553C252.972 14.3812 251.101 14.513 250.477 14.4565C252.103 14.6447 253.728 14.6071 255.296 14.4565C255.164 14.2306 256.033 13.9859 256.883 13.7036C257.734 13.44 258.546 13.1388 258.414 12.9506C256.864 13.4777 255.258 13.9294 253.576 14.2118C253.463 13.9483 254.181 13.5718 255.258 13.1388C256.354 12.7059 257.79 12.2165 259.302 11.8965C260.115 11.8965 258.943 12.913 259.038 13.0636C259.416 12.8 261.853 12.0094 262.156 12.0283L260.946 12.6494C262.685 12.3859 263.497 11.2377 265.595 11.1436C266.294 10.993 267.787 11.2377 267.806 10.9177C266.577 10.6353 265.859 8.96002 266.521 8.33885C266.653 8.33885 267.598 8.22591 268.637 8.16944C269.676 8.11296 270.772 8.13179 271.207 8.22591C271.831 8.37649 271.415 8.69649 271.018 9.03532C270.602 9.37414 270.206 9.69414 270.697 9.80708C270.697 9.65649 271.302 9.37414 271.547 9.29885C272.265 9.33649 271.32 9.73179 272.832 9.54355C273.059 8.96002 275.912 9.54355 273.531 9.07296C274.287 8.96002 274.684 9.03532 275.119 9.09179C275.327 9.12943 275.553 9.18591 275.818 9.22355C276.082 9.29885 276.404 9.33649 276.838 9.43061C276.612 9.20473 277.027 9.01649 277.764 8.9412C278.482 8.90355 279.503 9.03532 280.24 9.41179C280.089 9.48708 280.315 9.80708 280.429 9.95767C281.789 10.8612 282.564 11.84 283.339 12.7812C284.095 13.7224 284.794 14.72 285.909 15.793C286.003 16.0941 287.118 17.1671 286.457 16.9412C286.891 17.1483 287.326 17.28 288.195 17.7506C288.932 18.4094 288.46 18.1647 287.874 17.8824C287.326 17.6 286.74 17.2236 287.213 17.8824C287.345 17.8071 287.968 18.0706 288.743 18.3153C289.518 18.5788 290.501 18.7859 291.2 18.8236C291.124 18.6918 290.879 18.56 290.557 18.4659C290.236 18.3341 289.82 18.24 289.386 18.0894C288.498 17.8259 287.534 17.3741 286.891 17.0541C287.288 16.5083 289.537 17.5436 292.447 17.4871C293.6 17.4871 293.864 17.5247 293.883 17.6565C293.883 17.7694 293.675 17.8824 293.883 17.8447C296.17 17.7694 297.077 17.1671 297.851 16.753C298.645 16.3012 299.306 15.9059 301.196 15.4918C302.783 15.3412 301.536 16.2259 301.971 16.3765C300.081 17.2236 298.91 17.1483 297.587 17.5059C298.154 17.4306 298.721 17.3553 299.269 17.2424C298.683 17.5812 297.379 18.0141 296.623 18.033C297.303 18.0894 299.269 17.6377 301.442 16.8659C303.615 16.113 306.015 15.153 307.791 14.7012C308.358 14.3436 309.36 13.8541 308.812 13.873L307.734 14.3059C306.601 14.3436 309.643 13.1388 308.207 13.4965C309.605 12.7812 311.211 11.84 313.498 11.5765L314.008 11.953C313.933 11.8212 312.496 11.953 311.93 12.2541C312.364 12.0283 313.233 11.9906 314.103 11.953C314.991 11.9153 315.86 11.8777 316.351 11.5577C315.803 11.4824 315.255 11.4259 314.726 11.3883C315.52 11.1624 316.446 10.8988 317.447 10.7671C318.449 10.6353 319.526 10.6541 320.546 10.8988C319.658 10.3153 320.074 10.8612 318.619 10.1836C319.261 10.5788 317.882 10.4094 316.616 10.4847C315.331 10.5224 314.216 10.7106 315.293 10.9365C313.706 10.5036 312.648 11.0683 310.626 11.0683C310.739 11.2 311.363 11.1436 309.7 11.5765C309.643 11.6518 309.492 11.7459 309.397 11.8212C309.341 11.8212 309.322 11.8212 309.284 11.84C309.322 11.84 309.341 11.84 309.378 11.84C309.322 11.8777 309.303 11.8965 309.416 11.84C309.813 11.7836 310.153 11.7647 310.304 11.8024C309.586 12.3671 307.092 13.2141 306.336 13.7036C305.41 13.9671 306.657 13.4024 306.109 13.44L304.975 14.1553C304.73 13.8918 302.387 14.5506 304.427 13.5341L302.519 14.2494C301.328 14.4941 299.817 14.9459 298.929 15.3788C298.04 15.5859 296.831 16.3388 297.53 15.8871C296.585 16.1883 295.641 16.4706 294.696 16.6212L294.658 16.5459C293.278 16.6588 291.899 16.7341 290.538 16.3388C289.877 16.1506 289.216 15.8683 288.611 15.4165C288.006 15.0024 287.496 14.4565 287.043 13.76C286.306 13.1388 285.587 12.3859 284.397 10.9177L284.359 10.4471C283.811 9.93885 282.999 9.05414 282.092 8.37649C281.222 7.68002 280.296 7.22826 279.918 7.22826C279.597 6.85179 278.955 6.49414 278.104 6.19296C277.254 5.89179 276.234 5.7412 275.175 5.66591C273.078 5.59061 271.018 5.96708 269.733 6.13649V6.53179C267.976 6.83296 266.407 7.3412 264.442 8.05649L264.65 8.35767C263.006 9.09179 260.19 9.41179 257.583 10.033C257.734 9.86355 258.414 9.75061 258.905 9.71296C257.224 9.71296 255.636 10.2024 254.049 10.5224C252.48 10.8424 250.874 10.993 249.589 10.4847C248.909 10.4847 248.418 10.3153 247.983 10.1083C248.04 10.1271 248.096 10.1271 248.153 10.1459C248.078 10.1271 247.983 10.0894 247.889 10.0706C247.624 9.92002 247.341 9.76943 247.038 9.60002C247.284 9.78826 247.529 9.92002 247.756 10.033C247.227 9.88238 246.433 9.63767 245.659 9.41179L245.47 8.9412C245.47 8.9412 245.356 8.90355 245.281 8.86591C244.582 8.41414 244.601 8.75296 244.903 9.18591C244.487 9.07296 244.109 8.97885 243.788 8.92238C243.41 8.11296 241.653 8.15061 241.01 7.19061C240.67 7.20943 239.612 6.81414 238.497 6.55061C237.382 6.26826 236.229 6.15532 235.927 6.43767C235.927 6.34355 235.662 6.26826 236.154 6.34355C235.662 6.23061 235.152 6.09885 234.661 6.02355C234.17 5.96708 233.678 5.96708 233.225 6.02355C233.092 5.85414 232.96 5.70355 232.809 5.55296C232.053 5.7412 231.316 5.96708 230.598 6.24943C229.256 6.08002 228.652 6.04238 229.956 5.49649C228.387 5.96708 227.745 6.15532 227.178 6.34355C226.611 6.51296 226.101 6.68238 224.891 7.30355L224.929 6.98355C224.003 7.24708 222.68 8.11296 222.076 8.09414C220.98 8.16944 218.504 9.12943 215.745 10.3341C212.986 11.5388 209.887 12.9318 207.355 13.5906C207.979 13.8353 207.374 13.9483 206.618 14.0988C205.862 14.2494 204.955 14.3624 204.955 14.72C204.596 14.6071 203.897 14.6824 204.634 14.2871C203.425 14.7388 202.461 14.8894 201.611 14.9836C201.176 15.04 200.798 15.0965 200.401 15.153C200.004 15.2283 199.626 15.3412 199.192 15.473C198.908 15.2659 199.702 15.153 199.456 15.04C199.267 15.0777 198.682 15.2471 198.436 15.1153C198.322 15.04 198.398 15.0024 198.568 14.9836C198.738 14.9459 198.965 14.8894 199.154 14.8518C197.945 14.8894 197.302 14.9459 196.867 15.1153C196.452 15.2847 196.263 15.5859 196.112 15.8494C194.902 15.2283 194.335 15.0777 193.296 14.9836C192.975 14.5883 192.427 14.0612 193.844 14.7388C193.655 14.6259 193.258 14.4 192.786 14.1177C192.351 13.7788 191.784 13.4212 191.331 13.0259C190.386 12.2165 189.517 11.3318 189.309 11.4447C189.195 11.1436 188.439 10.4283 188.232 10.2588C187.532 9.43061 187.136 8.9412 186.72 8.50826C186.285 8.05649 185.888 7.60473 184.981 6.88944C185.133 7.04002 185.265 7.20944 185.416 7.36002C184.358 7.20944 183.904 6.21179 182.185 5.44002L182.26 5.40238C181.807 5.1012 181.41 4.93179 181.089 4.7812C180.767 4.63061 180.503 4.55532 180.276 4.49885C179.842 4.38591 179.615 4.34826 179.388 4.32943C178.916 4.32943 178.5 4.1412 176.365 3.99061C176.44 4.10355 176.535 4.21649 176.61 4.34826C176.421 4.74355 175.552 4.68708 174.38 4.72473C173.209 4.7812 171.773 4.98826 170.733 5.57179C171.017 5.53414 171.319 5.49649 171.603 5.45885C171.036 5.79767 170.129 5.89179 169.184 5.96708C168.239 6.0612 167.256 6.15532 166.671 6.41885C166.387 6.49414 167.03 6.11767 167.351 5.89179C164.119 7.09649 167.162 6.51296 165.045 7.81179C164.516 7.81179 165.234 6.94591 163.76 7.75532C162.91 8.00002 160.076 10.993 157.94 11.7271C158.469 11.633 158.98 11.5577 158.091 12.273C156.655 13.2518 153.745 13.9671 152.668 15.1718C152.46 15.2094 152.366 15.2094 152.328 15.1718C151.78 15.5294 150.873 16 150.004 16.4518C149.134 16.8471 148.303 17.2047 147.982 17.4871C147.623 17.2424 146.98 17.2424 146.205 17.3741C145.827 17.4494 145.393 17.5059 144.958 17.5624C144.524 17.6377 144.07 17.713 143.617 17.7883C142.728 17.8447 141.84 17.9765 141.198 17.9012C140.555 17.8259 140.158 17.6753 140.196 17.393C139.554 17.3553 138.93 17.2424 138.288 17.1294L137.343 16.96L136.417 16.6965L136.549 16.6212C135.378 16.2824 134.584 16 133.96 15.8494C133.318 15.7177 132.864 15.6612 132.43 15.5859C131.938 15.2659 132.373 15.36 132.43 15.3224C132.033 15.0965 131.693 14.8894 131.371 14.72C131.069 14.513 130.805 14.3436 130.559 14.1741C130.068 13.8353 129.652 13.6283 129.274 13.3647C128.518 12.8565 127.705 12.5177 126.402 11.6706V11.1812C126.232 11.0871 125.929 10.7859 125.57 10.3153C125.211 9.84473 124.739 9.29885 124.323 8.58355C124.096 8.24473 123.869 7.88708 123.624 7.52944C123.416 7.13414 123.208 6.75767 122.981 6.36238L122.811 6.0612L122.66 5.79767L122.528 5.55296L122.036 4.57414C121.715 3.93414 121.375 3.31296 121.073 2.74826C121.111 2.74826 121.205 2.74826 121.413 3.10591C121.318 2.93649 121.224 2.76708 121.148 2.59767L121.016 2.33414C121.016 2.33414 120.827 2.42826 120.733 2.46591C120.355 2.65414 119.977 2.8612 119.599 3.04944C118.824 3.42591 118.049 3.80238 117.256 4.16002L116.764 4.36708L116.367 4.53649C116.103 4.64944 115.819 4.76238 115.555 4.87532C115.007 5.1012 114.497 5.30826 113.986 5.51532C111.965 6.34355 110.283 7.13414 109.905 8.09414L107.562 9.61885C110.831 8.13179 107.335 10.3906 108.771 9.93885C107.543 10.6353 105.313 11.1812 106.825 10.353L107.089 10.2965C107.354 9.37414 102.97 12.0283 102.837 11.5577C99.6628 13.1388 96.4881 14.5883 93.3702 16.0188C91.8017 16.7341 90.2522 17.4494 88.7216 18.1459C87.2098 18.8424 85.717 19.5012 84.262 20.0094C84.5454 20.1036 84.8478 20.1977 85.1312 20.273C84.432 20.5177 83.7329 20.7436 83.0337 20.913C82.7502 20.913 82.5424 20.8565 82.5802 20.7436C82.6368 20.6494 82.9392 20.5177 83.6573 20.2918C83.2226 20.2541 82.6368 20.48 82.1455 20.7059C81.6542 20.9318 81.2385 21.1388 81.2196 21.2141C80.4826 21.233 80.1992 21.1577 80.1614 21.0824C80.1236 21.0071 80.3125 20.9506 80.5771 20.8565C81.0873 20.7059 81.8054 20.4612 81.3897 20.5365C81.0117 20.6118 80.6338 20.6494 80.2559 20.6683C80.3315 20.6871 80.4259 20.7059 80.5204 20.7247C80.0669 20.8565 79.8023 20.9694 79.4433 21.0259C79.0843 21.0824 78.6307 21.1012 77.7804 20.8753C76.7789 20.4424 77.3647 20.3671 76.9678 20.2165C76.9678 20.1788 76.8734 20.1036 76.4009 19.9341C75.6829 19.5388 75.0026 19.0683 74.3601 18.5036C74.5302 18.8236 74.7002 19.1624 74.9081 19.4824C74.379 19.2377 73.8877 18.8236 73.642 18.5977C73.3775 18.4094 73.3019 18.4283 73.6042 19.0306C73.3775 18.5788 72.8484 17.9012 72.2059 17.0353C71.5634 16.1694 70.8264 15.1153 70.1272 14.0612C68.7289 11.9153 67.3683 9.75061 67.1227 9.18591C65.8566 7.83061 64.8739 6.28708 63.3055 4.57414C63.6268 5.08238 63.5134 5.60944 62.1717 4.17885C62.7764 4.06591 62.2284 3.33179 61.2458 2.52238C60.282 1.69414 58.8459 0.978847 58.09 0.376494C58.7703 0.865906 57.2775 0.320023 55.8602 0.225906C54.4241 0.112964 53.1958 0.338847 54.3674 0.6212C52.6478 0.6212 54.254 0.225906 52.9123 0.0753174C50.8526 0.489435 48.7551 1.07296 46.6008 1.75061C44.4655 2.44708 42.2924 3.14355 40.1193 4.04708C40.1004 4.19767 40.894 4.10355 40.0437 4.64944L37.4926 4.91296C36.6423 5.30826 36.9824 5.92944 35.225 6.09885C35.4896 6.11767 35.8864 6.15532 35.3195 6.40002C26.5136 9.07296 17.9912 13.5718 8.86411 15.7741C10.1302 15.5671 9.35542 15.8871 8.46728 16.2447C9.07197 16.0753 8.58066 16.5459 8.75073 16.6777L4.93359 17.6C4.44228 18.3153 1.04087 19.1247 0.833008 19.7083L1.96681 19.1812C0.644041 20.2918 4.57456 19.5388 4.61235 20.2918C6.10519 19.0306 9.4877 19.4447 11.9632 17.5059C12.6434 17.4118 11.5096 17.9388 11.9065 17.9577C12.5112 17.393 13.3426 16.9977 15.0055 16.5271L14.8544 16.6777C19.314 14.8894 21.3548 14.4377 26.4758 12.7059L25.9656 12.5177C27.0616 12.1412 27.3262 12.16 27.8742 12.0471C28.9324 11.0683 24.8129 13.1765 25.7389 12.1977C27.4396 12.3294 33.392 9.29885 34.6581 9.69414C36.3399 9.05414 34.0156 9.48708 35.6974 8.86591L36.2265 8.90355L36.5478 8.47061C37.6627 8.09414 38.3052 8.15061 38.4186 8.32002C38.154 8.39532 37.6816 8.65885 37.3981 8.79061C38.9099 8.48944 41.3664 7.17179 41.8767 7.07767L40.2326 7.56708C42.4625 6.60708 45.0135 5.64708 47.5079 4.70591C49.9644 3.78355 52.3265 3.03061 54.4052 2.80473C54.2918 2.74826 54.1973 2.69179 54.0839 2.63532C55.709 2.46591 56.3515 2.69179 56.9751 2.93649C57.1263 2.99296 57.2964 3.06826 57.4664 3.14355C57.6365 3.21885 57.8255 3.31296 58.0333 3.40708C58.468 3.61414 58.9971 3.89649 59.7529 4.36708L59.6207 4.32943C60.3009 4.59296 61.1135 5.15767 61.7938 5.91061C61.019 5.36473 62.6819 7.45414 61.7182 6.7012C63.0221 7.94355 63.3244 8.33885 63.589 8.50826C63.8535 8.69649 64.0614 8.73414 65.0251 9.60002L65.1007 10.24C65.781 10.8236 65.9322 10.8236 67.0282 12.4424C65.9699 11.2 67.3305 13.7224 66.1022 12.3671C66.9148 14.2871 67.8974 15.5294 68.7478 16.5271C69.5981 17.5247 70.2595 18.2588 70.6185 19.313C71.5823 19.8024 71.0154 19.0306 70.3729 18.2024C69.7304 17.3741 69.0501 16.4706 69.4469 16.8659C69.1257 15.9812 70.8264 17.8259 71.6957 18.8424C72.1681 19.3318 72.3759 19.9341 72.905 20.6683C73.1696 21.0447 73.4908 21.44 73.9822 21.873C74.4735 22.3059 75.1348 22.72 76.023 23.0777C75.664 22.9459 75.6262 22.9647 75.286 22.8141C75.5884 23.0024 75.9096 23.1718 76.2498 23.2659C76.5899 23.3788 76.9489 23.473 77.308 23.5294C78.0449 23.68 78.8197 23.7365 79.689 23.9436C80.6716 23.5294 81.9377 23.8494 82.1266 23.2094C81.0495 23.4353 79.9346 23.5294 78.7819 23.4353C79.7457 23.473 80.6905 23.2471 81.6731 22.9459C82.6746 22.6636 83.7706 22.3247 85.2068 21.9859C85.0367 22.1741 84.2431 22.6071 83.6762 22.8518C84.5832 22.7953 85.2635 22.2494 86.1516 22.0988C86.1516 22.4188 85.2635 22.8141 84.0919 23.1718C82.9203 23.5294 81.4841 23.7741 80.4259 24.0188C80.9361 24.1318 81.9566 23.9436 82.6368 23.7365C83.336 23.5483 83.7706 23.4165 83.3549 23.8494C83.9974 23.2847 84.8289 23.0588 85.7737 22.7577C86.7185 22.4565 87.7579 22.0988 88.6649 21.3271V21.7224C88.9861 21.5153 89.5908 21.0447 90.1955 20.7624L89.3074 21.7036C90.8191 20.5365 92.6332 20.4612 94.1071 19.5012C90.838 21.12 93.1812 19.4824 91.6695 19.9341C95.5055 17.5059 94.4095 19.633 98.8691 17.2424C98.2833 17.5812 96.4692 18.1836 97.3574 17.5624C98.2455 17.2047 99.4549 16.7718 100.079 16.6777C103.045 15.1341 99.4549 16.5647 100.627 15.7553C101.836 15.6424 102.025 14.8706 103.272 14.0988L103.442 14.4188C106.976 12.9506 104.009 13.2894 107.221 12.0283L106.144 13.12L107.694 12.2165L107.543 12.7624C109.149 11.633 109.735 11.4259 111.511 10.6918C111.001 10.6541 111.435 9.99532 112.947 9.22355C114.081 8.92238 112.513 9.82591 114.648 8.71532C114.251 9.16708 113.854 9.67532 112.777 9.84473C112.739 9.99532 112.399 10.2777 112.342 10.4471C113.571 10.1271 115.177 9.12943 115.952 8.73414C115.649 8.86591 115.29 9.03532 115.064 9.07296L117.955 7.09649C118.503 6.98355 118.163 7.26591 117.823 7.56708C118.559 7.15296 118.503 7.00238 118.975 6.73885C118.919 6.92708 118.9 7.11532 118.862 7.28473C118.843 7.36002 118.805 7.45414 118.786 7.52944C118.786 7.56708 118.748 7.60473 118.73 7.64238L118.692 7.69885L118.578 7.79296C118.73 7.69885 118.692 7.69885 118.73 7.68002L118.805 7.60473L118.994 7.41649L119.221 7.20943L119.353 7.09649C119.353 7.09649 119.391 7.05885 119.429 7.05885L119.467 7.09649C119.467 7.20943 119.467 7.43532 119.429 7.60473C119.429 7.77414 119.372 7.86826 119.315 7.88708C119.315 7.94355 119.315 7.9812 119.353 8.01885C119.41 8.09414 119.315 7.92473 119.542 8.28238C119.901 8.77179 120.26 9.31767 120.695 9.80708C121.148 10.2965 121.602 10.8047 122.036 11.313C122.49 11.8212 122.962 12.2918 123.359 12.8188C123.51 12.8753 123.699 13.0636 124.153 13.4024C124.606 13.8353 125.022 14.2494 125.438 14.6824C125.854 15.1153 126.326 15.473 126.798 15.8683C127.044 16.0565 127.29 16.2447 127.535 16.4518C127.8 16.6212 128.083 16.7906 128.367 16.96C128.953 17.2612 129.538 17.6377 130.238 17.8447L131.504 19.0683C132.6 19.4824 132.127 19.0871 131.863 18.8047C131.617 18.4471 131.504 18.2965 133.299 18.88C134.565 19.313 134.773 19.4259 134.754 19.5953C134.754 19.7459 134.489 19.8777 134.943 20.0847C135.642 20.1412 136.568 20.2353 137.626 20.3106C138.155 20.3483 138.703 20.4424 139.289 20.5177C139.875 20.593 140.461 20.6871 141.084 20.8753C140.196 20.8188 139.573 20.6871 138.798 20.6306L138.911 20.4612Z' fill='%237F42E1'/%3E%3C/svg%3E%0A");
  bottom: -35px;
  left: 0;
  position: absolute;
  width: 321px;
  height: 24px;
  display: block;
}

.article__body-text .paragraph {
  max-width: 654px;
  width: 100%;
  margin: auto;
}

@media (max-width: 744px) {
  .article__body-text .paragraph {
    max-width: 648px;
  }
}
.article__body-text .text-bg-block {
  max-width: 654px;
  width: 100%;
  margin: auto;
  background: #F0EFF6;
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

.article__body-text .text-bg-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

.article__body-text .text-bg-block .sign {
  font-family: Salina, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
}

@media (max-width: 744px) {
  .article__body-text .text-bg-block {
    max-width: 648px;
  }
}
.article__body-text .text-grid {
  max-width: 654px;
  width: 100%;
  margin: auto;
  display: grid;
}

.article__body-text .text-grid p:last-child {
  margin-bottom: 0;
}

.article__body-text .text-grid--1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (max-width: 744px) {
  .article__body-text .text-grid--1 .text-grid-item__title {
    font-size: 32px !important;
  }
}
.article__body-text .text-grid--2 {
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 950px) {
  .article__body-text .text-grid--2 {
    gap: 32px;
  }
}
@media (max-width: 500px) {
  .article__body-text .text-grid--2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
  }
}
.article__body-text .text-grid--3 {
  gap: 48px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1089px;
}

@media (max-width: 950px) {
  .article__body-text .text-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 654px;
    gap: 32px;
  }
}
@media (max-width: 500px) {
  .article__body-text .text-grid--3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
  }
}
.article__body-text .text-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 24px;
  gap: 16px;
  border: 1px solid #000000;
}

.article__body-text .text-grid-item__title {
  font-family: Salina, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 125%;
  color: #7f42e1;
}

.article__body-text .text-grid-item__title span {
  font-size: 40px;
}

.article__body-text .text-grid-item__text {
  font-family: "TT Fors Variable", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}

.article__body-text .text-grid-item__text p {
  font-family: "TT Fors Variable", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

@media (max-width: 744px) {
  .article__body-text .text-grid {
    max-width: 648px;
  }
}
.article__body-text--tochka-layout .text-bg-block {
  background: #FFFFFF;
}

.article__body-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 36px;
}

@media (max-width: 768px) {
  .article__body-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 500px) {
  .article__body-wrapper {
    gap: 0;
  }
}
.article__body-wrapper--tochka {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article__body-inner {
  max-width: 755px;
  width: 100%;
}

@media (max-width: 500px) {
  .article__body-inner {
    max-width: 100%;
  }
}
.article__body-inner--tochka {
  max-width: unset;
}

.article__body .titleDefault {
  font-family: "TT Fors Variable", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #000000;
  max-width: 654px;
  width: 100%;
  margin: 0 auto 0 auto;
}

@media (max-width: 744px) {
  .article__body .titleDefault {
    max-width: 648px;
  }
}
@media (max-width: 650px) {
  .article__body .titleDefault {
    font-size: 26px;
    line-height: 34px;
    margin-left: 0;
  }
}
.article__body .titleColor {
  font-family: Salina, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #7f42e1;
  max-width: 654px;
  width: 100%;
  margin: 0 auto 0 auto;
}

.article__body .titleColor a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 744px) {
  .article__body .titleColor {
    max-width: 648px;
  }
}
@media (max-width: 650px) {
  .article__body .titleColor {
    font-size: 24px;
    line-height: 32px;
  }
}
.article__footer {
  margin-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 750px;
  width: 100%;
}

.article__footer p {
  margin: 0;
}

.article__more {
  display: none;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .article__more {
    display: block;
    opacity: 1;
    max-height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 16px;
    margin: 32px 0;
  }
}
@media (max-width: 500px) {
  .article__more {
    margin: 0;
  }
}
.article__more .h3 {
  margin-bottom: 16px;
}

.article__more .show-more-shadow {
  display: none !important;
}

.article .show-more-shadow {
  position: relative;
}

.article .show-more-shadow:after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 239, 246, 0.5718662465)), to(rgb(240, 239, 246)));
  background: -webkit-linear-gradient(top, rgba(240, 239, 246, 0.5718662465) 0%, rgb(240, 239, 246) 100%);
  background: linear-gradient(180deg, rgba(240, 239, 246, 0.5718662465) 0%, rgb(240, 239, 246) 100%);
  width: 100%;
  height: 120px;
  top: -145px;
}

.article--tochka .article__header {
  padding: 48px 0 0 0;
  margin-bottom: 24px;
  gap: 0;
}

@media (max-width: 440px) {
  .article--tochka .article__header {
    margin-bottom: 16px;
    padding: 32px 0 0 0;
  }
}
.article--tochka .article__header-meta {
  margin-bottom: 24px;
}

@media (max-width: 440px) {
  .article--tochka .article__header-meta {
    margin-bottom: 16px;
  }
}
.article--tochka .article__header .h1 {
  margin-bottom: 8px;
}

.article--tochka .article__header .h1 span {
  position: relative;
}

@media (max-width: 400px) {
  .article--tochka .article__header .h1 {
    font-size: 32px;
  }
}
.article--tochka .article__header .intro {
  max-width: 869px;
  margin: auto;
}

.article--tochka .article__header .intro p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  text-align: center;
}

.article--tochka .article__header .intro b {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  text-align: center;
  margin-bottom: 24px;
  display: block;
}

@media (max-width: 440px) {
  .article--tochka .article__header .intro b {
    margin-bottom: 16px;
  }
  .article--tochka .article__header .intro b br {
    display: none;
  }
}
.article_banner:empty {
  margin-bottom: 0;
  display: none;
}

.free-read {
  padding: 60px 0 70px 0;
  background-color: #A41134;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.free-read .text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article__body-inner + .read-more-mobile {
  display: none !important;
}

.read-more-mobile {
  margin: 15px 0;
  display: none;
}

@media (max-width: 768px) {
  .read-more-mobile {
    display: block !important;
  }
}
.read-more-mobile .h4 {
  font-size: 18px;
}

.read-more-mobile p:last-child {
  margin-bottom: 0;
}

.read-more-mobile [id^=adfox]:empty {
  display: none !important;
}

.tochka-white-bg {
  background: #FFFFFF;
}

@media (max-width: 744px) {
  .tochka-white-bg .container {
    padding: 0;
    max-width: 648px;
    margin: auto;
  }
}
@media (max-width: 680px) {
  .tochka-white-bg .container {
    padding: 0 16px;
    max-width: 100%;
  }
}
.tochka-experts {
  margin: 0 auto;
  max-width: 1313px;
  width: 100%;
  padding: 64px 0;
}

.tochka-experts--min {
  max-width: 979px;
}

@media (max-width: 744px) {
  .tochka-experts {
    max-width: 648px;
    margin: auto;
    padding: 48px 0;
  }
}
@media (max-width: 650px) {
  .tochka-experts {
    padding: 32px 16px;
  }
}
.tochka-experts__title {
  font-family: Salina, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 125%;
  color: #7f42e1;
  margin-bottom: 32px;
}

@media (max-width: 1260px) {
  .tochka-experts__title {
    max-width: 646px;
    margin: 0 auto 32px auto;
  }
}
.tochka-experts__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1260px) {
  .tochka-experts__flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 650px) {
  .tochka-experts__flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.tochka-experts--center .tochka-experts__flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tochka-experts__item {
  width: 313px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.tochka-experts__item-image {
  border-radius: 100%;
  max-width: 91px;
  max-height: 91px;
  width: 100%;
  height: 100%;
}

.tochka-experts__item-image img {
  max-width: 100%;
}

.tochka-experts__item-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.tochka-experts__item-name {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
}

.tochka-experts__item-name span {
  font-family: Salina, serif;
  font-weight: 300;
}

.tochka-experts__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
}

@media (max-width: 1400px) {
  .tochka-experts__item {
    width: 280px;
  }
}
@media (max-width: 1260px) {
  .tochka-experts__item {
    width: 313px;
  }
}
@media (max-width: 650px) {
  .tochka-experts__item {
    width: 343px;
  }
}
@media (max-width: 1400px) {
  .tochka-experts {
    max-width: 1200px;
  }
}
@media (max-width: 1260px) {
  .tochka-experts {
    max-width: 900px;
  }
}
.tochka-form-block {
  max-width: 654px;
  width: 100%;
  margin: 64px auto 30px auto;
  border: 1px solid #000000;
  padding: 48px;
}

@media (max-width: 600px) {
  .tochka-form-block {
    padding: 32px 24px;
    margin-bottom: 32px;
  }
}
.tochka-form-block__title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  text-transform: uppercase;
  color: #7f42e1;
  margin-bottom: 16px;
}

.tochka-form-block__title span {
  font-family: Salina, serif;
  font-weight: 300;
}

@media (max-width: 700px) {
  .tochka-form-block__title {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .tochka-form-block__title br {
    display: none;
  }
}
.tochka-form-block__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  margin-bottom: 16px;
}

.tochka-form-block__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
}

.tochka-form-block .checkbox-input {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 700px) {
  .tochka-form-block .checkbox-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.tochka-form-block .custom-checkbox > input:checked + span::before {
  border-color: #7f42e1;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='2' width='18' height='18' rx='1' fill='%237F42E1'/%3E%3Cpath d='M6.5 10.2308L10 14L16.5 7' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.tochka-form-block .input-group__inputfield {
  caret-color: #7f42e1;
}

.tochka-form-block .input-group--textfield {
  margin-bottom: 16px;
}

.tochka-form-block button {
  margin: 0 auto 16px auto;
  color: #7f42e1 !important;
  border-color: #7f42e1;
}

.tochka-form-block button:hover:not(:disabled), .tochka-form-block button:active:not(:disabled), .tochka-form-block button:focus:not(:disabled) {
  background: #7f42e1 !important;
  color: #FFFFFF !important;
}

.tochka-form-block button:hover:not(:disabled) svg path, .tochka-form-block button:active:not(:disabled) svg path, .tochka-form-block button:focus:not(:disabled) svg path {
  fill: #FFFFFF;
}

.tochka-form-block button:hover:disabled, .tochka-form-block button:active:disabled, .tochka-form-block button:focus:disabled {
  background: #e4d4ff !important;
}

.tochka-social-block {
  background: #F0EFF6;
  padding: 0 64px;
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 100;
}

@media (max-width: 744px) {
  .tochka-social-block {
    padding: 0;
  }
}
@media (max-width: 650px) {
  .tochka-social-block {
    padding: 0 16px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .tochka-social-block {
    padding: 16px;
    height: auto;
  }
}
.tochka-social-block__inner {
  max-width: 1313px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (max-width: 744px) {
  .tochka-social-block__inner {
    margin: auto;
    max-width: 648px;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .tochka-social-block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.tochka-social-block__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

@media (max-width: 600px) {
  .tochka-social-block__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.tochka-social-block__left span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #A41034;
}

.tochka-social-block__right {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  text-align: right;
  text-transform: uppercase;
}

.end-scroll {
  margin-bottom: 146px;
  display: block;
}

@media (max-width: 600px) {
  .end-scroll {
    height: 1px;
  }
}
.scrollButtons {
  position: fixed;
  bottom: 97px;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
  max-width: 1313px;
  padding: 0 64px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  right: 0;
}

@media (max-width: 999px) {
  .scrollButtons {
    padding: 0;
    max-width: 869px;
  }
}
@media (max-width: 965px) {
  .scrollButtons {
    padding: 0 48px;
    max-width: 100%;
  }
}
@media (max-width: 744px) {
  .scrollButtons {
    margin: auto;
    max-width: 648px;
    padding: 0;
  }
}
@media (max-width: 680px) {
  .scrollButtons {
    padding: 0 16px;
    max-width: 100%;
  }
}
@media (max-width: 440px) {
  .scrollButtons {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.scrollButtons--show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: 99;
}

.scrollButtons .up-button {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #7f42e1;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.scrollButtons .up-button svg path {
  -webkit-transition: 200ms;
  transition: 200ms;
}

.scrollButtons .up-button:hover {
  background: #7f42e1;
}

.scrollButtons .up-button:hover svg path {
  -webkit-transition: 200ms;
  transition: 200ms;
  fill: #FFFFFF;
}

.scrollButtons .down-button {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 24px;
  gap: 4px;
  background: #FFFFFF;
  border: 1px solid #7f42e1;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #7f42e1;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.scrollButtons .down-button:hover {
  -webkit-transition: 200ms;
  transition: 200ms;
  color: #FFFFFF;
  background: #7f42e1;
  border-color: #FFFFFF;
}

.navbar {
  width: 100%;
  background: #F0EFF6;
}

.navbar__scroll {
  position: static;
  -webkit-transition: 200ms;
  transition: 200ms;
  background: #F0EFF6;
}

.navbar__scroll--fixed {
  position: fixed;
  bottom: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
  left: 0;
  right: 0;
  z-index: 101;
}

.navbar__scroll--hidden {
  opacity: 0;
  z-index: -1;
}

.navbar__inner {
  max-width: 1313px;
  padding: 0 64px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 999px) {
  .navbar__inner {
    padding: 0;
    max-width: 869px;
  }
}
@media (max-width: 965px) {
  .navbar__inner {
    padding: 0 48px;
    max-width: 100%;
  }
}
@media (max-width: 744px) {
  .navbar__inner {
    margin: auto;
    max-width: 648px;
    padding: 0;
  }
}
@media (max-width: 680px) {
  .navbar__inner {
    padding: 0 16px;
    max-width: 100%;
  }
}
.navbar__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar__left u > a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
}

.navbar__left .delimiter {
  background-image: url("data:image/svg+xml,%3Csvg width='76' height='10' viewBox='0 0 76 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.148 5.68688L32.5357 5.45479C32.2168 5.88416 31.9105 6.10466 32.2856 5.90737C32.2231 5.80293 32.5169 5.50121 32.867 5.2459C33.1984 4.97319 33.561 4.74109 33.511 4.61924L33.7923 4.49739C33.7173 4.54381 33.7173 4.56122 33.6485 4.60764C34.205 4.39875 33.9049 4.22468 34.5801 3.88234C34.8239 3.77789 35.0052 3.71987 34.8615 3.83012C35.024 3.71987 35.1866 3.60963 35.3554 3.51098C35.5117 3.44136 35.4929 3.49938 35.3366 3.56901C35.6054 3.43555 35.868 3.2963 36.1494 3.18025V3.19185C36.2494 3.11062 36.487 2.93074 36.612 2.86112C36.8434 2.8147 36.512 2.92494 36.5808 2.93655L37.0247 2.70445C37.2435 2.69285 36.8746 2.89593 36.5495 3.01198C37.0934 3.08161 36.9059 2.79149 37.925 2.60581L37.4873 2.78569C37.8249 2.8205 38.1563 2.65223 38.694 2.5826C38.5564 2.571 37.5999 2.69285 38.0938 2.46655C38.2501 2.43754 38.4439 2.39112 38.7127 2.25767C38.744 2.3389 39.0128 2.24606 39.363 2.14742L39.3755 2.26927C39.7443 2.13582 39.6943 2.0894 39.9069 1.97915C40.332 1.88631 40.4508 1.96174 40.5696 2.00816C41.2573 1.86891 40.0632 1.97335 40.8635 1.77027C41.4449 1.68323 41.8325 1.57298 42.5077 1.3757C42.9204 1.35249 42.4515 1.45694 42.6015 1.46854L42.9454 1.32348C43.0329 1.31188 43.0079 1.34669 42.9954 1.3641C43.2893 1.28286 42.9954 1.24225 43.4706 1.1378C43.5831 0.986942 44.4772 1.19583 45.0523 0.992744C45.2024 1.01595 44.9898 1.06818 45.0398 1.10879C45.8464 0.952127 45.7276 0.969534 46.3903 0.807067L46.9655 0.853487C46.5403 0.78966 47.0718 0.6446 47.5469 0.557564C47.3969 0.516947 47.2656 0.482133 47.1781 0.470528C47.4281 0.435714 47.6845 0.418307 47.9408 0.395097C48.0346 0.412504 47.9596 0.453121 47.8345 0.505343L47.9721 0.476331C48.2472 0.516947 48.1034 0.586576 47.9095 0.656205L47.6345 0.586576C47.4469 0.662007 47.2781 0.743241 47.3156 0.807067C47.3656 0.795463 47.4594 0.778055 47.5594 0.772253C47.5094 0.78966 47.4782 0.81287 47.5032 0.818672C47.5282 0.830277 47.6094 0.801265 47.7282 0.772253L47.9033 0.899906L47.9408 0.847684C48.2722 0.870894 48.5973 0.888301 48.9224 0.928918C49.6289 0.807067 50.2541 0.632995 51.3795 0.66781C51.0919 0.737439 51.3044 0.818672 51.2794 0.928918C50.9856 0.772253 50.4104 0.928918 49.8352 0.865091C50.1353 0.894103 50.0665 0.946325 49.9915 0.95793L51.0293 0.905708C50.9981 0.998546 51.2419 0.992744 51.5045 1.05657C51.3169 0.859289 52.286 0.992744 52.7111 0.998546C52.7299 1.06237 52.6174 1.10879 52.111 1.03916C52.6549 1.23644 52.8675 0.91151 53.3989 1.09719C53.2738 1.08558 53.2113 1.06818 53.155 1.09138C53.4551 1.06237 54.1554 1.23064 53.9803 1.25385L53.8553 1.23644C54.6743 1.3641 56.3374 1.70064 56.4937 1.58459C56.4937 1.6078 56.3374 1.74125 56.2811 1.75866C56.8063 1.69483 57.3377 1.64261 57.8691 1.6136C57.7003 1.70644 58.0879 2.14162 57.4065 2.03718C57.5878 2.1068 57.8191 2.19384 58.2317 2.25767C58.1067 2.20545 57.9692 1.98495 58.1505 2.01977C58.5881 2.29828 58.4631 2.18804 58.9945 2.50137C58.8194 2.41433 59.107 2.28088 59.4009 2.40273C59.3446 2.41433 59.3384 2.60001 59.2258 2.5826C59.4947 2.61161 59.7572 2.64643 60.0261 2.69865C59.8385 2.64643 59.9136 2.83791 60.0261 2.96556C59.9886 2.89013 60.5825 3.27889 60.7263 3.38913C60.6575 3.31951 60.5825 3.24407 60.5075 3.17445C60.8389 3.41234 61.0264 3.49938 61.2327 3.59222C61.4266 3.69086 61.6454 3.8011 61.8392 4.17246C61.7517 4.09703 61.4891 4.08542 61.6266 4.43357C61.7016 4.48579 61.908 4.61924 62.0455 4.89776C62.1893 5.17047 62.2393 5.59405 62.083 5.98281L61.9455 6.09305C61.8642 6.28453 61.7454 6.4644 61.6079 6.63848C61.7016 6.44119 61.8267 6.06984 61.8454 5.70429C61.8705 5.33294 61.7767 4.97319 61.6829 4.7701C61.6391 5.02541 61.6329 4.83973 61.5954 5.21109C61.5141 5.32713 61.5453 4.9964 61.5266 4.90356C61.5203 5.17047 61.4266 5.44899 61.2703 5.69269C61.339 5.70429 61.289 5.86676 61.1952 6.02342C61.1077 6.17428 60.9889 6.30774 61.0327 6.33675C61.2703 6.08725 61.4328 5.76812 61.4953 5.44899C61.5641 5.44899 61.6141 5.61145 61.5516 5.86676C61.4953 6.11626 61.289 6.4528 60.9514 6.63848C60.7638 6.6907 60.9451 6.38317 60.8951 6.36576C60.8701 6.40058 60.7576 6.51082 60.62 6.56885C60.4887 6.63267 60.3449 6.65008 60.3137 6.62687C60.395 6.60946 60.4762 6.55724 60.545 6.52243C60.3012 6.55144 60.1199 6.67909 59.8448 6.55144L59.8198 7.12008C59.9073 7.09106 60.0011 7.06785 60.1136 7.05045C60.2949 6.99242 60.7138 6.99823 60.7138 6.91699C60.3637 6.89378 60.1324 6.51663 60.2824 6.34255C60.3512 6.32515 61.2828 6.11046 61.5141 6.09885C61.8517 6.09305 61.1765 6.51082 61.4641 6.50502C61.4641 6.47021 61.6079 6.37157 61.6704 6.33095C61.8705 6.28453 61.6329 6.4586 62.0393 6.29033C62.058 6.14527 62.8833 6.00021 62.1893 6.12206C62.5769 5.94799 62.627 5.99441 63.1021 5.82034C62.9208 5.79713 63.421 5.41417 63.8148 5.2343C63.8023 5.27491 63.9086 5.28072 63.9586 5.28072C64.7964 5.008 65.2653 4.92097 66.0468 4.65986C66.1281 4.65986 66.522 4.58443 66.3782 4.68307C66.4845 4.63085 66.572 4.55542 66.8158 4.48579C67.3223 4.45097 66.2844 4.65986 66.6846 4.67727C66.6846 4.60184 67.2785 4.39875 67.6099 4.25369C67.4661 4.17826 66.8033 4.46838 66.472 4.61344C66.4157 4.46838 66.9659 4.13764 67.7724 3.82431C68.4226 3.59802 68.0913 3.84172 68.1976 3.7837C69.4542 3.49938 69.1791 3.23247 70.2607 3.11062C70.7046 3.11642 70.3295 3.2963 70.4358 3.34852C69.8981 3.49358 69.5855 3.47617 69.2167 3.57481L69.6793 3.50518C69.5167 3.58061 69.1604 3.69666 68.9603 3.71987C69.3229 3.70246 71.0735 3.22086 72.0739 3.13963C72.2427 3.08161 72.5365 2.99457 72.3865 2.98297L72.0801 3.04679C71.78 3.01778 72.6428 2.84371 72.2427 2.87272C72.649 2.75667 73.1054 2.571 73.7057 2.54779L73.8369 2.64643C73.8182 2.61742 73.4368 2.61742 73.2805 2.68124C73.5181 2.59421 74.2121 2.72766 74.4622 2.54779L74.037 2.51877C74.4559 2.42013 74.9686 2.21705 75.5 2.22865C75.2499 2.13582 75.3812 2.24606 74.9873 2.15322C75.3312 2.27507 73.6306 2.30409 74.1746 2.40853C73.7682 2.30989 73.4931 2.40853 72.9742 2.36791C72.9992 2.40273 73.1617 2.40853 72.7178 2.46075C72.6991 2.47236 72.6553 2.49557 72.624 2.50717C72.624 2.50717 72.6053 2.51877 72.6303 2.50717C72.7366 2.50717 72.8304 2.50717 72.8679 2.52458C72.6616 2.64643 71.9613 2.75667 71.7362 2.83791C71.4736 2.86112 71.8363 2.77988 71.6862 2.76248C71.5737 2.80309 71.4612 2.84951 71.3486 2.89593C71.2986 2.8205 70.6296 2.90754 71.2298 2.73346L70.6796 2.84371C70.3483 2.87272 69.8919 2.93655 69.6293 3.04099C69.3667 3.08741 69.0103 3.2963 69.2104 3.17445L68.3726 3.44136L68.3601 3.42395C67.5161 3.63283 66.6971 4.039 65.703 4.18987C65.4341 4.30011 65.159 4.41616 64.6901 4.54381L64.5714 4.509C64.2275 4.64245 63.4897 4.79912 63.3647 4.92677C62.9146 4.88035 61.6454 5.4838 61.0264 5.68688L61.0389 5.77972C60.62 5.93058 60.2262 6.10466 59.7197 6.33675L59.7823 6.40058C59.7135 6.43539 59.6385 6.47021 59.5509 6.50502L58.7944 6.80675L59.5197 7.10847C59.7885 7.21872 60.1449 7.32896 60.5388 7.28834C60.9326 7.25353 61.3078 7.06785 61.5829 6.82415C61.5578 6.88798 61.3765 7.02724 61.214 7.09106C61.7642 6.88798 62.1268 6.40638 62.2956 5.92478C62.4707 5.43158 62.4957 4.93257 62.4519 4.45097C62.3581 4.21888 62.3018 4.07382 62.2456 3.92295C62.2581 3.94036 62.2643 3.95777 62.2768 3.96937L62.2393 3.88814C62.2018 3.7953 62.1643 3.70246 62.1143 3.59802C62.1455 3.69086 62.1768 3.77209 62.2143 3.84752C62.1268 3.69666 61.9705 3.48197 61.7829 3.3079V3.16864L61.7392 3.12803C61.5766 2.93074 61.5578 3.01778 61.6016 3.15704C61.4953 3.08161 61.4015 3.01198 61.314 2.97136C61.264 2.72186 60.7638 2.62322 60.6138 2.36791C60.4325 2.3273 59.4634 1.88631 59.2821 2.00236C59.2821 1.97915 59.2196 1.94434 59.3446 1.99076C59.1008 1.88051 58.8507 1.78187 58.6069 1.75866L58.5381 1.6194L57.9316 1.6078C57.6128 1.45113 57.4877 1.3757 57.8504 1.3815C57.0001 1.28867 57.1751 1.25965 56.4436 1.21904L56.4937 1.15521C56.2436 1.09719 55.8247 1.10299 55.6809 1.02176C55.1557 0.754846 52.8987 0.493738 51.4357 0.267444C51.7046 0.505343 50.7605 0.11078 50.6855 0.284852C50.6042 0.23263 50.3979 0.192013 50.6417 0.157199C49.8852 0.157199 49.5101 0.0237437 48.9849 0.157199C48.8974 0.104977 49.1475 0.0875701 49.0724 0.0527557C49.0099 0.0643605 48.8286 0.0933725 48.7536 0.0585581C48.6786 0.0295461 48.8661 0.0179413 48.9849 0.000534134C48.2096 -0.0110707 48.1346 0.168804 48.0784 0.308061C47.6907 0.244235 47.4907 0.25584 47.2156 0.360283C47.078 0.319666 46.8529 0.279049 47.3281 0.244235C47.0593 0.244235 45.6776 0.244235 45.6651 0.383492C45.5775 0.360283 45.2899 0.406702 45.2212 0.424109C44.621 0.464726 44.5647 0.470528 43.9832 0.545959H44.1458C43.9332 0.720031 43.6644 0.621391 43.1955 0.720031L43.208 0.702624C42.1139 0.778055 42.7516 0.807067 41.67 0.894103L41.745 0.969534C41.6887 1.16682 40.7822 1.03916 40.1945 1.25385H40.4258C40.1132 1.3815 39.4317 1.21904 39.0879 1.29447C39.0128 1.29447 39.1941 1.23644 39.2942 1.20163C38.3876 1.32348 39.2129 1.34089 38.5752 1.53817C38.4376 1.51496 38.6815 1.34089 38.2376 1.46274C38 1.48015 37.0497 2.03718 36.437 2.16483C36.587 2.16483 36.7308 2.15903 36.4557 2.29828C36.0181 2.47816 35.1803 2.62902 34.8677 2.95395C34.8052 2.96556 34.7802 2.96556 34.7739 2.95395C34.4676 3.14543 33.7611 3.56321 33.6298 3.74888C33.3922 3.70246 32.9358 4.039 32.5419 4.36974C32.148 4.70628 31.8167 5.03701 31.7229 4.93837C31.4416 5.17627 31.179 5.43738 30.9226 5.70429V5.66367C30.4225 6.17428 30.3224 6.40638 30.2412 6.64428C30.1286 6.76613 30.1724 6.65588 30.1724 6.63267C29.5284 7.4334 29.5034 7.56106 29.2846 8.37339L29.1596 8.42562C29.1533 8.48944 29.122 8.57067 29.0283 8.80277C28.9657 9.01166 28.7219 9.31338 29.0845 9.51066C29.3034 9.73115 29.6785 9.94584 30.0286 9.99226C30.3725 10.0213 30.7226 9.96905 30.9852 9.8298C30.9789 9.8414 30.9602 9.87041 30.8789 9.91683C31.5103 9.65572 32.1418 9.23215 32.5357 8.70413C32.9358 8.18772 33.0671 7.59007 32.8795 7.35217C32.867 7.08526 32.7983 6.81255 32.6732 6.57465C32.7608 6.81835 32.7545 6.9402 32.742 6.98082C32.7295 7.02143 32.7045 6.98662 32.6795 6.9344C32.6357 6.82996 32.5107 6.6849 32.5544 6.87057C32.4544 6.52823 32.2418 5.9654 32.4919 6.35996L32.5107 6.42959C32.6295 6.47601 32.5294 6.18589 32.3356 5.91318C32.1543 5.63466 31.898 5.39676 31.948 5.36775C31.204 4.67727 30.2724 4.2711 29.3534 3.98678C28.4343 3.70246 27.4902 3.5516 26.6024 3.42975L26.79 3.59222L26.1648 3.49938C26.0085 3.44716 25.9585 3.36592 26.4086 3.42975C26.1836 3.32531 25.6521 3.39494 25.6334 3.41815C24.7706 3.24988 25.996 3.3079 25.7334 3.27309L25.3708 3.23247L25.4521 3.26148C25.152 3.27889 25.1145 3.33111 24.5768 3.26148C24.2392 3.19185 24.4142 3.15704 24.2829 3.13383C24.2829 3.12222 24.2392 3.11642 24.0766 3.10482L23.2888 2.99457L23.5889 3.13963C23.2326 3.14543 22.8512 3.04099 23.1951 3.20346C22.6886 2.94815 20.2566 2.8147 19.9315 2.73927C19.4313 2.76828 18.9436 2.73927 18.3434 2.69285C18.4935 2.72186 18.5748 2.84951 18.0559 2.80309C18.2622 2.55939 17.1055 2.65223 16.6866 2.46655C17.0618 2.5826 15.1924 2.47816 15.7863 2.65223C15.3487 2.63482 15.7613 2.55939 15.43 2.50137C14.3921 2.60001 13.1292 2.50717 11.8475 2.67544C11.8288 2.71025 12.0539 2.73346 11.785 2.8147L11.091 2.72766C10.8409 2.76828 10.8847 2.93655 10.4096 2.89013C10.4783 2.90754 10.5784 2.93655 10.4096 2.97136C7.89621 3.15704 5.39538 3.93456 2.84453 4.11443C3.19465 4.11443 2.96957 4.16085 2.71324 4.21307C2.88204 4.19567 2.72574 4.29431 2.76951 4.32912L1.7004 4.41036C1.53785 4.56702 0.587529 4.63085 0.5 4.7643L0.825108 4.68307C0.418723 4.89776 1.50659 4.86294 1.47533 5.04862C1.93173 4.80492 2.81952 5.03121 3.57603 4.65986C3.76359 4.65986 3.43848 4.74689 3.53851 4.7643C3.72607 4.65406 3.96991 4.59023 4.43256 4.53801L4.38254 4.56702C5.66422 4.31172 6.22691 4.2769 7.67739 4.07382L7.55235 4.00999C7.86495 3.96937 7.93373 3.98098 8.08378 3.98098C8.41514 3.7895 7.21474 4.12604 7.50859 3.92295C7.95248 4.0216 9.69682 3.56321 10.0094 3.73148C10.4846 3.66765 9.85312 3.65024 10.3283 3.58642L10.4658 3.62123L10.5784 3.53419C10.891 3.49938 11.0598 3.5516 11.0785 3.59222C11.0035 3.59222 10.866 3.63283 10.7847 3.64444C11.1973 3.65604 11.9226 3.49358 12.0664 3.49938L11.6037 3.51679C12.9041 3.3137 14.5047 3.28469 15.7676 3.19185L15.6738 3.15124C16.6429 3.07 16.4491 3.20346 17.5182 3.19766H17.4807C17.6932 3.16864 17.9808 3.16864 18.2747 3.19185C17.9996 3.22086 18.7748 3.31951 18.4185 3.34852C19.4751 3.33691 18.9436 3.3079 19.6501 3.22086L19.8064 3.3021C20.0503 3.26148 20.0753 3.23247 20.6067 3.26148C20.1628 3.27889 20.9381 3.39494 20.4379 3.42975C21.5383 3.67925 22.1135 3.45876 22.5949 3.71987C23.1325 3.59222 21.6445 3.51098 21.9321 3.49938C21.7008 3.41234 22.376 3.40654 22.7199 3.46457C23.0763 3.51098 23.2951 3.77789 24.1891 3.88234C24.1016 3.87073 24.0891 3.88234 24.0016 3.87073C24.3267 3.95777 24.6706 3.88814 25.0644 4.01579C25.3145 3.93456 25.5959 4.09122 25.6834 3.95777L24.8581 3.88234C25.327 3.90555 25.7897 3.7953 26.5462 3.98098C26.4837 4.00419 26.2461 4.00999 26.0898 4.00999C26.3086 4.07962 26.5274 4.039 26.7525 4.11443C26.665 4.24789 25.7522 4.00999 25.2332 4.05641C25.4646 4.14925 26.1898 4.07962 25.9147 4.20147C26.3024 4.05061 26.7963 4.34073 27.4152 4.2769L27.359 4.35813C27.4527 4.35813 27.6591 4.34653 27.8279 4.38134L27.4965 4.43937C27.9904 4.42196 28.3905 4.68307 28.8344 4.74109C27.9091 4.5264 28.6531 4.59023 28.278 4.43937C28.8782 4.509 29.022 4.61344 29.1783 4.72949C29.3284 4.85134 29.5097 4.96158 30.0911 5.18208C29.9348 5.12405 29.5159 4.89776 29.7848 4.95578C30.0036 5.06022 30.2787 5.21689 30.3787 5.32133C31.0914 5.69269 30.3224 5.18208 30.6475 5.30393C30.8226 5.53602 31.0102 5.47219 31.3228 5.67528L31.2603 5.74491C31.5729 6.06404 31.6166 6.09305 31.6979 6.09885C31.7667 6.11046 31.8417 6.11046 32.0168 6.47021C31.9292 6.38317 31.8167 6.31934 31.7229 6.25552C31.8104 6.35996 31.898 6.4644 31.9667 6.58045L31.8292 6.55144C32.098 6.89378 32.098 7.00403 32.0543 7.38118C32.1168 7.29415 32.2543 7.44501 32.1418 7.81636C31.9792 8.03685 32.123 7.6597 31.9042 8.1471C31.9105 8.01364 31.9042 7.88019 32.048 7.69451C32.023 7.6655 32.0168 7.57266 31.998 7.54945C31.9042 7.77575 31.7479 8.1355 31.6416 8.29216C31.6854 8.23414 31.7292 8.16451 31.7667 8.1355C31.6854 8.37339 31.5416 8.59388 31.379 8.80277C31.2603 8.86079 31.3165 8.77956 31.3665 8.69252C31.2665 8.80857 31.1977 8.90721 31.0102 9.03487C31.0227 8.94783 30.9664 8.89561 31.1915 8.68672C31.0289 8.84339 30.8476 9.00585 30.6475 9.09869C30.585 9.09869 30.3162 9.09289 30.3912 9.05227C30.3099 9.06968 30.2412 9.05227 30.1599 9.06968C30.0661 9.05227 30.0473 9.08129 30.0036 9.06968C29.9536 9.06968 29.9098 9.04647 29.8598 9.01746C29.8348 8.98265 29.8723 8.93042 29.891 8.89561C29.891 8.89561 29.8785 8.884 29.8785 8.8724C29.8785 8.84919 29.891 8.79697 29.9036 8.73894C30.0161 8.48944 30.1599 8.26895 30.2849 8.03105C30.4475 7.80476 30.56 7.54945 30.7226 7.25933L31.0539 7.03304C31.3478 6.60946 30.585 7.33476 31.0977 6.63267C31.4728 6.13367 31.3415 6.52823 31.5103 6.38897C31.6729 6.12787 31.9605 5.64627 32.4919 5.35615C32.3606 5.50121 32.2356 5.58244 32.1043 5.71009L32.148 5.68688ZM38.0813 2.46655C37.9625 2.52458 37.7312 2.66383 37.6186 2.64643C37.7249 2.50137 37.8562 2.50717 38.0813 2.46655ZM48.5973 0.702624C48.4972 0.731636 48.3347 0.720031 48.1596 0.691019C48.2909 0.685217 48.4347 0.679415 48.5973 0.702624ZM70.2733 2.97716H70.2607C69.9481 3.01778 70.0607 3.00618 70.2733 2.97716ZM70.911 2.87852C70.9735 2.85531 70.9672 2.84371 70.936 2.83791C70.8985 2.86692 70.7547 2.90173 70.5921 2.93074C70.6421 2.94235 70.7297 2.94235 70.911 2.88433V2.87852ZM24.2142 3.15704L24.3329 3.19766C24.0516 3.18605 24.1329 3.17445 24.2142 3.15704Z' fill='%23A41034'/%3E%3C/svg%3E%0A");
  width: 76px;
  height: 10px;
}

@media (max-width: 600px) {
  .navbar__left .delimiter {
    display: none;
  }
}
.navbar__left .title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #A41034;
}

@media (max-width: 600px) {
  .navbar__left .title {
    display: none;
  }
}
.navbar__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar__right svg path {
  -webkit-transition: 100ms;
  transition: 100ms;
}

.navbar__right a[href="javascript:void(0)"] {
  opacity: 0.3;
}

.navbar__right a:not([href="javascript:void(0)"]):hover svg path {
  -webkit-transition: 100ms;
  transition: 100ms;
  fill: #7f42e1;
}

.navbar__right .navbar__prev {
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar__right .navbar__next {
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar__status {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.navbar__status span {
  background: #E5E3F0;
  width: 0;
  height: 100%;
  display: block;
}

.tochka-main .tochka-header {
  background: #F0EFF6;
  position: relative;
  padding-top: 40px;
  padding-bottom: 130px;
}

@media (max-width: 820px) {
  .tochka-main .tochka-header {
    padding: 0 0 24px 0;
  }
}
.tochka-main .tochka-header .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 820px) {
  .tochka-main .tochka-header .container {
    position: static;
  }
}
.tochka-main .tochka-header__logos {
  margin-left: auto;
  max-width: 236px;
}

.tochka-main .tochka-header__logos img {
  max-width: 100%;
}

@media (max-width: 820px) {
  .tochka-main .tochka-header__logos {
    position: absolute;
    top: 24px;
    left: 20px;
    margin-left: unset;
  }
}
@media (max-width: 500px) {
  .tochka-main .tochka-header__logos {
    max-width: 188px;
  }
}
.tochka-main .tochka-header__title {
  background: #F0EFF6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 5px;
  margin: 98px 0 32px 0;
  position: relative;
  font-size: 96px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

@media (max-width: 820px) {
  .tochka-main .tochka-header__title {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    background: transparent;
    padding: 0;
    margin: 22px auto 12px auto;
    font-size: 48px;
    line-height: 100%;
  }
  .tochka-main .tochka-header__title br {
    display: none;
  }
}
.tochka-main .tochka-header__title span {
  font-family: "Salina", serif;
  font-weight: 300;
}

@media (max-width: 820px) {
  .tochka-main .tochka-header__title span {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .tochka-main .tochka-header__title span:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='322' height='82' viewBox='0 0 322 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M241.267 6.31793L243.958 6.8519C240.672 6.65593 238.315 6.25535 240.838 6.83115C241.27 6.26795 251.356 8.30365 251.773 7.85662L253.542 8.27818L252.449 8.10719C255.884 8.97866 255.054 8.13589 259.505 9.05765C261.048 9.4179 262.126 9.70507 261.059 9.56876L264.527 10.1412C265.525 10.3743 265.275 10.4121 264.276 10.1956L269.533 11.341L269.497 11.3392C270.253 11.4434 271.966 11.7119 272.792 11.8864C274.111 12.3191 272.119 11.7696 272.45 11.9363L275.365 12.5649C276.525 13.0398 274.111 12.5028 272.108 11.9862C274.752 13.2694 274.538 12.407 280.309 14.463L277.574 13.7264C279.296 14.5465 281.427 15.0695 284.468 16.2889C283.762 15.9033 278.386 13.8334 281.53 14.657C282.404 14.9842 283.56 15.3588 285.253 15.8267C285.242 16.0433 286.889 16.5256 288.925 17.2944L288.749 17.5029C290.96 18.2637 290.813 18.0727 292.114 18.4878C294.559 19.5274 295.023 19.9846 295.562 20.4121C299.435 22.2573 292.942 18.8294 297.536 20.944C300.729 22.6386 302.989 23.7024 306.737 26.0425C308.869 27.6511 306.33 25.9221 307.079 26.5437C307.73 26.9267 308.381 27.3097 309.02 27.7421C309.48 28.0989 309.318 28.0408 309.227 28.0196C310.82 29.2174 309.439 27.813 311.897 29.8887C312.634 30.1924 316.754 34.8557 318.99 39.1919C319.493 40.3358 318.662 38.7748 318.779 39.1815C319.552 40.6227 319.997 41.8305 320.308 42.7812C320.458 43.273 320.603 43.681 320.693 44.0863L320.808 44.543C320.822 44.6438 320.89 44.7474 320.839 44.8451L320.605 45.6853C320.487 46.0302 320.349 46.4075 320.209 46.8182C319.884 47.6372 319.477 48.6358 318.765 49.8532C317.911 51.1638 316.983 52.3037 316.007 53.2909C318.13 51.0076 315.614 54.5409 313.099 56.788C313.926 56.211 314.615 55.6438 315.076 55.2324C313.77 56.5707 312.419 57.7231 311.054 58.7913C310.543 59.1 310.955 58.753 311.601 58.1169L310.854 58.748C309.357 59.7094 310.097 59.0279 311.133 58.1271C311.636 57.7846 312.147 57.4758 312.632 57.1324C313.606 56.1785 314.465 55.1354 314.233 55.1907C313.982 55.4455 313.499 55.9393 312.943 56.4129C313.194 56.1581 313.35 55.9821 313.227 56.0595C313.085 56.136 312.688 56.5673 312.034 57.1529L311.058 57.589L310.852 57.8627C309.056 59.11 307.231 60.1888 305.386 61.133C301.476 63.545 298.034 65.596 291.614 67.9172C293.193 67.1603 291.931 67.4485 292 67.168C293.769 66.838 296.956 65.3088 300.249 63.8684C298.524 64.6014 298.896 64.3025 299.33 64.0734C297.384 65.0127 295.424 65.851 293.458 66.6389C293.572 66.3773 292.195 66.9438 290.632 67.3675C291.831 67.4269 286.224 69.0868 283.81 69.8359C283.65 69.7277 284.223 69.4555 287.183 68.6165C283.912 69.2563 282.997 70.3134 279.776 70.8555C280.501 70.6742 280.891 70.5933 281.173 70.4569C279.493 71.0252 275.358 71.8728 276.32 71.5362L277.044 71.3716C272.243 72.5036 262.418 74.2722 261.699 74.7042C261.646 74.6682 262.322 74.1672 262.612 74.048C259.761 74.9256 256.902 75.7529 254.037 76.5297C254.792 76.1161 251.88 75.7883 255.872 75.0672C254.728 75.1777 253.307 75.3411 250.891 75.7561C251.674 75.6946 252.845 75.953 251.772 76.117C248.834 76.1553 249.731 76.1997 246.117 76.3382C247.286 76.2791 245.988 76.8997 244.134 77.0919C244.424 76.9893 243.983 76.6334 244.658 76.5165L240.05 77.4743C241.197 77.2806 240.254 77.0502 239.228 77.0161C239.703 77.073 235.245 77.3869 234.017 77.5266L235.966 77.4727C230.762 77.8498 230.818 78.5707 225.652 78.9164C226.283 78.7806 227.202 78.2081 224.58 78.3289C223.371 78.6532 219.238 79.8349 214.656 80.2428L213.78 80.1494L210.268 80.4599C212.456 80.017 218.593 78.9512 221.941 78.4321C219.995 78.436 221.406 78.3054 218.488 78.4783C217.463 78.4109 220.081 78.1897 220.937 78.1319L214.15 78.414C214.448 78.696 208.958 78.9253 209.213 79.1551L216.585 78.5345C216.875 78.7994 212.304 79.5586 207.498 79.6882C206.28 79.6279 208.424 79.1494 208.327 79.0611C207.697 79.1803 203.758 79.4029 203.32 79.3478L205.359 79.1314C202.689 79.1162 200.983 79.6497 197.772 79.4574C196.661 79.4692 194.473 79.1606 194.272 79.3343C196.075 79.624 196.402 80.6089 195.186 80.8827C194.802 80.8637 189.369 80.6784 188.1 80.5321C186.286 80.292 190.867 79.9007 189.316 79.707C189.248 79.7872 188.233 79.8873 187.809 79.9331C186.646 79.8756 188.298 79.6901 185.762 79.7483C185.335 80.0445 180.614 79.7441 184.556 80.006C182.074 80.1002 181.925 79.9592 179.015 79.9656C179.933 80.1446 176.387 80.5871 173.897 80.6476C174.048 80.5715 173.492 80.4773 173.229 80.4308C168.16 80.2969 165.438 80.2123 160.709 80.0952C160.272 80.0234 157.994 79.8773 158.972 79.7754C158.291 79.8085 157.662 79.8943 156.205 79.8556C153.394 79.5328 159.461 79.8998 157.322 79.5434C157.131 79.701 153.544 79.6738 151.459 79.7042C152.087 79.9859 156.258 79.8917 158.344 79.8446C158.336 80.1949 154.706 80.4829 149.75 80.4882C145.815 80.4438 148.057 80.204 147.377 80.2204C140.005 79.889 141.062 80.5927 134.958 80.0735C132.542 79.7368 134.87 79.6182 134.338 79.4249C137.537 79.4997 139.239 79.801 141.41 79.875L138.75 79.6599C139.77 79.6269 141.907 79.6658 143.067 79.7733C141.043 79.5061 130.614 79.2072 124.941 78.6759C123.93 78.6927 122.178 78.6728 122.997 78.8136L124.801 78.9028C126.449 79.1681 121.403 78.9518 123.677 79.1646C121.256 79.1449 118.546 79.1945 115.157 78.8598L114.53 78.5616C114.599 78.6485 116.745 78.8716 117.701 78.8354C116.277 78.8651 112.513 78.1444 110.942 78.3673L113.311 78.7184C110.88 78.6816 107.876 78.75 104.872 78.4344C106.222 78.7851 105.568 78.4688 107.685 78.9076C105.855 78.4162 115.384 79.4723 112.422 78.8748C114.6 79.3667 116.21 79.2794 119.069 79.7549C118.981 79.667 118.061 79.538 120.584 79.7297L121.146 79.6907L121.173 79.692C121.283 79.6974 121.293 79.6812 121.118 79.6893C120.517 79.6094 120.034 79.5354 119.835 79.4755C121.098 79.3543 125.115 79.6031 126.484 79.5707C127.983 79.695 125.847 79.6394 126.667 79.7635L128.707 79.7141C128.899 79.9073 132.674 80.2277 129.134 80.1695L132.311 80.3267C134.182 80.5362 136.753 80.6968 138.35 80.6923C139.85 80.8 142.152 80.6466 140.835 80.7318L145.833 80.8121L145.876 80.8644C150.804 81.0748 156.035 80.8827 161.656 81.3446C163.318 81.3266 165.035 81.3114 167.812 81.3987L168.345 81.5754C170.475 81.5472 174.739 81.8083 175.665 81.637C177.946 82.1006 186.012 81.7482 189.765 81.7669L189.913 81.5571C192.493 81.5344 194.975 81.4402 198.186 81.2817L197.993 81.1051C200.766 80.8916 205.099 81.0559 209.477 80.8551C209.179 80.9405 208.067 80.969 207.288 80.9472C212.508 81.1721 218.322 80.157 223.057 80.1742C224.239 80.0323 225.094 79.9911 225.921 79.9819L225.625 80.0174L226.113 79.9914C226.636 79.9839 227.169 79.9769 227.757 79.9725L226.38 79.9712C227.293 79.8828 228.676 79.7508 230.031 79.6341L230.61 79.7964L230.924 79.7618C232.257 79.7276 231.998 79.5811 231.287 79.4792C231.97 79.3961 232.599 79.2936 233.08 79.2172C234.161 79.4544 236.634 78.8085 238.11 79.0151C239.022 78.7596 244.923 78.2165 245.653 77.7516C245.697 77.7872 246.101 77.7738 245.363 77.8542C246.874 77.7285 248.387 77.5862 249.74 77.3192L250.382 77.5013L253.679 76.7291C255.685 76.6113 256.512 76.5854 254.525 77.0549C259.328 76.0734 258.421 76.3959 262.507 75.429L262.314 75.6199C263.777 75.3749 266.102 74.7384 266.994 74.7157C268.634 74.5798 272.672 73.8443 277.351 72.7564C282.03 71.6852 287.333 70.2273 291.517 68.9479C289.87 69.0334 295.408 67.8377 295.711 67.2848C296.2 67.2256 297.367 66.8323 296.033 67.4511C300.269 65.6732 302.417 64.9277 305.279 63.0985C305.773 62.9559 304.403 63.7399 304.843 63.578C305.182 63.3943 306.159 62.7579 306.609 62.5631C307.04 62.384 306.009 63.001 305.355 63.4196C307.498 62.2229 308.65 61.378 309.302 60.809C309.954 60.24 310.107 59.9469 310.23 59.6858C312.371 58.322 313.415 57.4384 314.833 55.8717C315.552 55.2559 316.768 54.2305 314.289 56.6632C314.998 56.047 317.172 54.0334 318.93 51.3479C320.72 48.7308 321.795 45.193 321.664 44.6855C321.539 44.0613 321.363 43.1674 321.101 42.3361C320.868 41.4728 320.537 40.7549 320.433 40.4491C319.427 37.9609 318.73 36.8408 318.049 35.7549C317.369 34.669 316.658 33.6484 315.259 32.0426C315.51 32.3557 315.771 32.6525 316.011 32.9817C314.823 31.9542 313.691 30.345 311.279 28.2715L311.36 28.3089C308.626 25.8854 307.971 25.5858 307.369 25.1384C306.755 24.7406 306.169 24.3442 303.325 22.4665L303.6 22.8475C302.993 22.8842 298.543 19.6911 295.093 18.3847L296.308 19.0628C294.435 18.3354 291.19 16.2207 289.3 15.4591C288.896 15.2721 289.961 15.6421 290.539 15.8377C285.623 13.7239 289.86 15.8209 286.16 14.5522C285.499 14.1854 287.091 14.4813 284.6 13.6232C283.371 13.0613 277.286 11.7581 273.882 10.6376C274.628 10.9418 275.366 11.2455 273.622 10.8753C270.957 10.2089 266.461 8.70039 264.01 8.52899C263.675 8.42892 263.55 8.3726 263.533 8.33837C261.476 7.98606 256.865 7.13991 255.618 7.12828C253.79 6.03574 242.828 5.37636 242.921 4.79639L236.591 3.99881L236.759 3.95698C232.71 3.4226 231.269 3.43478 229.837 3.43075C228.899 3.28412 229.587 3.30143 229.671 3.27219C223.761 2.52876 223.165 2.51598 218.178 2.40281L217.677 2.14418C216.327 2.14423 209.117 1.15275 203.284 1.0812C203.339 1.06726 203.461 1.02316 203.929 1.02961C197.365 0.888496 188.252 -0.247203 185.822 0.467603L181.486 0.553663C187.084 0.74717 180.635 0.862317 182.939 1.04313C180.737 1.03436 177.256 0.711802 179.964 0.712164L180.385 0.733004C181.393 0.382069 173.43 0.505767 173.59 0.246439C162.563 0.151721 151.802 0.0701428 141.462 0.376853L142.641 0.652342L139.03 0.74087C138.087 0.694206 137.764 0.544609 140.338 0.471529C139.662 0.404682 138.584 0.484964 137.662 0.572946C136.739 0.677591 135.981 0.790391 135.942 0.838562C130.9 0.906397 137.918 0.401908 136.374 0.459083L134.276 0.555721L134.752 0.57928C133.045 0.762042 132.892 0.904742 129.802 1.01909C127.846 1.03922 128.8 0.869293 128.028 0.897881C128.028 0.897881 127.964 0.894709 127.79 0.886101L126.851 0.939856L122.307 1.14924L124.117 1.28892C122.097 1.50627 119.839 1.51144 121.933 1.66517C118.864 1.363 104.964 2.57916 103.071 2.63578C100.243 3.0303 97.4598 3.26002 94.0036 3.55664C94.8583 3.53213 95.3702 3.75789 92.3942 3.99475C93.4825 3.33043 86.938 4.27591 84.531 4.1401C86.6866 4.16326 76.0565 5.14038 79.433 5.15716C76.943 5.40138 79.2773 4.96573 77.3914 5.05613C71.472 5.98243 64.3489 6.56524 57.0339 7.87344C56.9191 7.96797 58.1441 7.87827 56.5838 8.25201L52.7139 8.56156C51.2668 8.87409 51.3959 9.23122 48.7486 9.50106C49.1256 9.48631 49.6774 9.46351 48.7121 9.68297C45.1286 10.324 41.5103 11.1137 37.8697 12.1695C36.0639 12.6814 34.1958 13.3405 32.4383 13.9884C30.6067 14.4656 28.7702 15.0428 26.947 15.7209C23.2998 17.0937 19.6712 18.8348 16.1042 20.9966C12.5615 23.2263 9.03807 25.8078 5.82981 29.624C6.70571 28.6152 6.87545 28.5234 6.63255 28.7953C6.38966 29.0672 5.79162 29.8393 5.15284 30.6929C5.9946 29.6322 5.19037 30.8617 5.39005 30.7213C3.65746 32.907 2.05916 35.7173 1.06462 39.3091C1.00647 39.5568 0.959222 39.9553 0.880381 40.4357C0.80154 40.9162 0.682781 41.4615 0.632316 42.1103C0.572695 42.7588 0.473981 43.4554 0.483479 44.1907C0.465512 44.9247 0.44672 45.6753 0.529459 46.4143C0.713109 49.3796 1.46247 51.8552 1.66158 52.2826C1.49323 51.7899 1.38312 51.2333 1.24388 50.7086C1.10465 50.184 0.975396 49.6431 0.893567 49.0712C1.39227 51.2337 1.15099 49.6184 0.951109 47.5375C0.808631 45.4093 1.07375 42.8337 1.18379 43.2065C1.25335 40.688 2.16567 37.4596 3.71078 34.797C5.25671 32.1177 7.2472 29.7276 9.31102 27.5249C10.2686 26.7204 8.54324 28.3888 9.06739 27.9972C10.0972 26.8456 11.3999 25.5572 13.9267 23.8283L13.6488 24.0651C17.1889 21.5179 19.8133 20.2281 22.5467 18.9604C25.2851 17.7765 28.1676 16.6498 32.34 15.6036L31.7083 15.5724L32.8418 15.2944L33.6073 15.0317L34.7532 14.6875C35.7683 14.2033 34.5101 14.592 33.2378 15.0802C32.5355 15.3628 31.9263 15.4328 31.5452 15.5309C31.174 15.6127 31.0833 15.5915 31.5526 15.3809C31.8572 15.3459 32.2733 15.283 32.8017 15.1755C33.3243 15.001 33.931 14.7972 34.5933 14.5794C35.9181 14.1439 37.4742 13.6698 39.0095 13.2447C42.0894 12.395 45.0852 11.7582 45.8992 11.8152C48.682 11.2181 45.0761 11.7578 47.858 11.1773L48.6029 11.1473L49.306 10.8481C51.131 10.5042 52.0582 10.4999 52.1273 10.5869L50.393 10.952C52.759 10.6181 57.063 9.69538 57.8753 9.60196L55.1947 9.98707C62.7926 8.52586 72.0794 7.43215 79.4294 6.34281L78.8709 6.31517C84.4817 5.50721 83.37 5.90314 89.5267 5.189L89.3045 5.22811C90.5354 5.02179 92.189 4.80299 93.8751 4.6693C92.3205 4.92641 96.8055 4.61389 94.7616 4.9303C100.845 4.21253 97.7742 4.51152 101.8 3.84222L102.723 3.9213C104.093 3.67179 104.207 3.59392 107.286 3.31205C104.756 3.63776 109.246 3.40901 106.419 3.78686C112.868 3.65506 116.012 2.79186 118.97 3.10526C121.946 2.50094 113.386 3.19635 115.047 3.01132C113.656 2.94246 117.503 2.53158 119.525 2.46464C121.586 2.3662 123.023 2.80477 128.212 2.56046L127.143 2.6412C129.079 2.65349 130.95 2.31181 133.323 2.39583C134.66 2.07787 136.411 2.29814 136.805 1.95017L132.047 2.21578C134.746 2.0153 137.285 1.52298 141.724 1.57564C141.38 1.65885 140.053 1.77688 139.14 1.86532C140.44 1.92965 141.643 1.72197 142.989 1.78857C142.596 2.11987 137.204 2.03675 134.313 2.41144C135.704 2.4803 139.787 1.96413 138.325 2.37617C140.426 1.84544 143.434 2.26152 146.951 1.83433L146.712 2.0396C147.264 2.00014 148.418 1.8735 149.447 1.8576L147.587 2.14974C150.438 1.85654 153.062 2.23694 155.787 2.07114C150.083 2.15634 154.513 1.8411 152.105 1.73861C159.153 1.36922 156.139 2.18878 164.02 2.04434C162.954 2.07509 160.024 1.94678 161.69 1.84551C163.184 1.88603 165.163 1.95057 166.084 2.06297C171.308 2.03752 165.287 1.85649 167.514 1.73288C169.283 1.97072 170.079 1.64268 172.367 1.58888L172.375 1.78972C178.313 1.98333 173.965 1.38402 179.313 1.61528L177.044 1.85371L179.835 1.82483L179.246 2.0462C182.289 1.92959 183.232 1.99291 186.198 2.1397C185.518 1.97243 186.601 1.77552 189.231 1.85556C191.021 2.04433 188.214 2.00566 191.945 2.10675C191.096 2.19836 190.172 2.31966 188.55 2.08907C188.382 2.14756 187.71 2.18113 187.541 2.25628C189.468 2.45184 192.396 2.44641 193.742 2.49635C193.221 2.47053 192.598 2.43972 192.288 2.39099L197.706 2.34173C198.554 2.45051 197.873 2.48363 197.201 2.5172C198.292 2.55445 199.057 2.47543 200.669 2.55517C200.248 2.70139 200.332 2.87253 198.057 2.84348L203.211 2.91482C203.556 2.99868 205.837 3.26189 205.167 3.2788C208.008 3.53633 212.173 3.39168 215.942 3.81204C216.136 3.78823 216.54 3.79151 217.336 3.83092C220.881 4.15665 224.014 4.64573 228.225 4.85413L230.584 5.40511C233.873 5.70149 227.389 4.67916 232.863 5.16713C236.745 5.52629 234.292 5.58859 235.648 5.82271C237.579 5.9183 240.951 6.03504 244.484 6.77775C243.299 6.61889 242.387 6.50694 241.283 6.36882L241.267 6.31793ZM281.457 14.6368C280.678 14.4312 279.134 14.1042 278.579 13.8262C279.485 13.8711 280.15 14.1712 281.457 14.6368ZM307.355 60.4788C307.915 60.089 308.786 59.5642 309.778 58.9787C309.066 59.4612 308.268 60.0063 307.355 60.4788ZM134.819 80.2671L134.902 80.2712C136.656 80.4248 136.035 80.3607 134.819 80.2671ZM131.171 80.003C130.803 80.0182 130.83 80.0362 130.983 80.0773C131.242 80.04 132.066 80.0807 132.999 80.1436C132.745 80.0809 132.271 80.0241 131.18 80.0035L131.171 80.003ZM127.56 0.891436L128.274 0.926774C126.662 1.04742 127.116 0.969656 127.56 0.891436Z' fill='%237F42E1'/%3E%3C/svg%3E%0A");
    width: 100%;
    height: 100%;
    top: 10px;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.tochka-main .tochka-header__title:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='322' height='82' viewBox='0 0 322 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M241.267 6.31793L243.958 6.8519C240.672 6.65593 238.315 6.25535 240.838 6.83115C241.27 6.26795 251.356 8.30365 251.773 7.85662L253.542 8.27818L252.449 8.10719C255.884 8.97866 255.054 8.13589 259.505 9.05765C261.048 9.4179 262.126 9.70507 261.059 9.56876L264.527 10.1412C265.525 10.3743 265.275 10.4121 264.276 10.1956L269.533 11.341L269.497 11.3392C270.253 11.4434 271.966 11.7119 272.792 11.8864C274.111 12.3191 272.119 11.7696 272.45 11.9363L275.365 12.5649C276.525 13.0398 274.111 12.5028 272.108 11.9862C274.752 13.2694 274.538 12.407 280.309 14.463L277.574 13.7264C279.296 14.5465 281.427 15.0695 284.468 16.2889C283.762 15.9033 278.386 13.8334 281.53 14.657C282.404 14.9842 283.56 15.3588 285.253 15.8267C285.242 16.0433 286.889 16.5256 288.925 17.2944L288.749 17.5029C290.96 18.2637 290.813 18.0727 292.114 18.4878C294.559 19.5274 295.023 19.9846 295.562 20.4121C299.435 22.2573 292.942 18.8294 297.536 20.944C300.729 22.6386 302.989 23.7024 306.737 26.0425C308.869 27.6511 306.33 25.9221 307.079 26.5437C307.73 26.9267 308.381 27.3097 309.02 27.7421C309.48 28.0989 309.318 28.0408 309.227 28.0196C310.82 29.2174 309.439 27.813 311.897 29.8887C312.634 30.1924 316.754 34.8557 318.99 39.1919C319.493 40.3358 318.662 38.7748 318.779 39.1815C319.552 40.6227 319.997 41.8305 320.308 42.7812C320.458 43.273 320.603 43.681 320.693 44.0863L320.808 44.543C320.822 44.6438 320.89 44.7474 320.839 44.8451L320.605 45.6853C320.487 46.0302 320.349 46.4075 320.209 46.8182C319.884 47.6372 319.477 48.6358 318.765 49.8532C317.911 51.1638 316.983 52.3037 316.007 53.2909C318.13 51.0076 315.614 54.5409 313.099 56.788C313.926 56.211 314.615 55.6438 315.076 55.2324C313.77 56.5707 312.419 57.7231 311.054 58.7913C310.543 59.1 310.955 58.753 311.601 58.1169L310.854 58.748C309.357 59.7094 310.097 59.0279 311.133 58.1271C311.636 57.7846 312.147 57.4758 312.632 57.1324C313.606 56.1785 314.465 55.1354 314.233 55.1907C313.982 55.4455 313.499 55.9393 312.943 56.4129C313.194 56.1581 313.35 55.9821 313.227 56.0595C313.085 56.136 312.688 56.5673 312.034 57.1529L311.058 57.589L310.852 57.8627C309.056 59.11 307.231 60.1888 305.386 61.133C301.476 63.545 298.034 65.596 291.614 67.9172C293.193 67.1603 291.931 67.4485 292 67.168C293.769 66.838 296.956 65.3088 300.249 63.8684C298.524 64.6014 298.896 64.3025 299.33 64.0734C297.384 65.0127 295.424 65.851 293.458 66.6389C293.572 66.3773 292.195 66.9438 290.632 67.3675C291.831 67.4269 286.224 69.0868 283.81 69.8359C283.65 69.7277 284.223 69.4555 287.183 68.6165C283.912 69.2563 282.997 70.3134 279.776 70.8555C280.501 70.6742 280.891 70.5933 281.173 70.4569C279.493 71.0252 275.358 71.8728 276.32 71.5362L277.044 71.3716C272.243 72.5036 262.418 74.2722 261.699 74.7042C261.646 74.6682 262.322 74.1672 262.612 74.048C259.761 74.9256 256.902 75.7529 254.037 76.5297C254.792 76.1161 251.88 75.7883 255.872 75.0672C254.728 75.1777 253.307 75.3411 250.891 75.7561C251.674 75.6946 252.845 75.953 251.772 76.117C248.834 76.1553 249.731 76.1997 246.117 76.3382C247.286 76.2791 245.988 76.8997 244.134 77.0919C244.424 76.9893 243.983 76.6334 244.658 76.5165L240.05 77.4743C241.197 77.2806 240.254 77.0502 239.228 77.0161C239.703 77.073 235.245 77.3869 234.017 77.5266L235.966 77.4727C230.762 77.8498 230.818 78.5707 225.652 78.9164C226.283 78.7806 227.202 78.2081 224.58 78.3289C223.371 78.6532 219.238 79.8349 214.656 80.2428L213.78 80.1494L210.268 80.4599C212.456 80.017 218.593 78.9512 221.941 78.4321C219.995 78.436 221.406 78.3054 218.488 78.4783C217.463 78.4109 220.081 78.1897 220.937 78.1319L214.15 78.414C214.448 78.696 208.958 78.9253 209.213 79.1551L216.585 78.5345C216.875 78.7994 212.304 79.5586 207.498 79.6882C206.28 79.6279 208.424 79.1494 208.327 79.0611C207.697 79.1803 203.758 79.4029 203.32 79.3478L205.359 79.1314C202.689 79.1162 200.983 79.6497 197.772 79.4574C196.661 79.4692 194.473 79.1606 194.272 79.3343C196.075 79.624 196.402 80.6089 195.186 80.8827C194.802 80.8637 189.369 80.6784 188.1 80.5321C186.286 80.292 190.867 79.9007 189.316 79.707C189.248 79.7872 188.233 79.8873 187.809 79.9331C186.646 79.8756 188.298 79.6901 185.762 79.7483C185.335 80.0445 180.614 79.7441 184.556 80.006C182.074 80.1002 181.925 79.9592 179.015 79.9656C179.933 80.1446 176.387 80.5871 173.897 80.6476C174.048 80.5715 173.492 80.4773 173.229 80.4308C168.16 80.2969 165.438 80.2123 160.709 80.0952C160.272 80.0234 157.994 79.8773 158.972 79.7754C158.291 79.8085 157.662 79.8943 156.205 79.8556C153.394 79.5328 159.461 79.8998 157.322 79.5434C157.131 79.701 153.544 79.6738 151.459 79.7042C152.087 79.9859 156.258 79.8917 158.344 79.8446C158.336 80.1949 154.706 80.4829 149.75 80.4882C145.815 80.4438 148.057 80.204 147.377 80.2204C140.005 79.889 141.062 80.5927 134.958 80.0735C132.542 79.7368 134.87 79.6182 134.338 79.4249C137.537 79.4997 139.239 79.801 141.41 79.875L138.75 79.6599C139.77 79.6269 141.907 79.6658 143.067 79.7733C141.043 79.5061 130.614 79.2072 124.941 78.6759C123.93 78.6927 122.178 78.6728 122.997 78.8136L124.801 78.9028C126.449 79.1681 121.403 78.9518 123.677 79.1646C121.256 79.1449 118.546 79.1945 115.157 78.8598L114.53 78.5616C114.599 78.6485 116.745 78.8716 117.701 78.8354C116.277 78.8651 112.513 78.1444 110.942 78.3673L113.311 78.7184C110.88 78.6816 107.876 78.75 104.872 78.4344C106.222 78.7851 105.568 78.4688 107.685 78.9076C105.855 78.4162 115.384 79.4723 112.422 78.8748C114.6 79.3667 116.21 79.2794 119.069 79.7549C118.981 79.667 118.061 79.538 120.584 79.7297L121.146 79.6907L121.173 79.692C121.283 79.6974 121.293 79.6812 121.118 79.6893C120.517 79.6094 120.034 79.5354 119.835 79.4755C121.098 79.3543 125.115 79.6031 126.484 79.5707C127.983 79.695 125.847 79.6394 126.667 79.7635L128.707 79.7141C128.899 79.9073 132.674 80.2277 129.134 80.1695L132.311 80.3267C134.182 80.5362 136.753 80.6968 138.35 80.6923C139.85 80.8 142.152 80.6466 140.835 80.7318L145.833 80.8121L145.876 80.8644C150.804 81.0748 156.035 80.8827 161.656 81.3446C163.318 81.3266 165.035 81.3114 167.812 81.3987L168.345 81.5754C170.475 81.5472 174.739 81.8083 175.665 81.637C177.946 82.1006 186.012 81.7482 189.765 81.7669L189.913 81.5571C192.493 81.5344 194.975 81.4402 198.186 81.2817L197.993 81.1051C200.766 80.8916 205.099 81.0559 209.477 80.8551C209.179 80.9405 208.067 80.969 207.288 80.9472C212.508 81.1721 218.322 80.157 223.057 80.1742C224.239 80.0323 225.094 79.9911 225.921 79.9819L225.625 80.0174L226.113 79.9914C226.636 79.9839 227.169 79.9769 227.757 79.9725L226.38 79.9712C227.293 79.8828 228.676 79.7508 230.031 79.6341L230.61 79.7964L230.924 79.7618C232.257 79.7276 231.998 79.5811 231.287 79.4792C231.97 79.3961 232.599 79.2936 233.08 79.2172C234.161 79.4544 236.634 78.8085 238.11 79.0151C239.022 78.7596 244.923 78.2165 245.653 77.7516C245.697 77.7872 246.101 77.7738 245.363 77.8542C246.874 77.7285 248.387 77.5862 249.74 77.3192L250.382 77.5013L253.679 76.7291C255.685 76.6113 256.512 76.5854 254.525 77.0549C259.328 76.0734 258.421 76.3959 262.507 75.429L262.314 75.6199C263.777 75.3749 266.102 74.7384 266.994 74.7157C268.634 74.5798 272.672 73.8443 277.351 72.7564C282.03 71.6852 287.333 70.2273 291.517 68.9479C289.87 69.0334 295.408 67.8377 295.711 67.2848C296.2 67.2256 297.367 66.8323 296.033 67.4511C300.269 65.6732 302.417 64.9277 305.279 63.0985C305.773 62.9559 304.403 63.7399 304.843 63.578C305.182 63.3943 306.159 62.7579 306.609 62.5631C307.04 62.384 306.009 63.001 305.355 63.4196C307.498 62.2229 308.65 61.378 309.302 60.809C309.954 60.24 310.107 59.9469 310.23 59.6858C312.371 58.322 313.415 57.4384 314.833 55.8717C315.552 55.2559 316.768 54.2305 314.289 56.6632C314.998 56.047 317.172 54.0334 318.93 51.3479C320.72 48.7308 321.795 45.193 321.664 44.6855C321.539 44.0613 321.363 43.1674 321.101 42.3361C320.868 41.4728 320.537 40.7549 320.433 40.4491C319.427 37.9609 318.73 36.8408 318.049 35.7549C317.369 34.669 316.658 33.6484 315.259 32.0426C315.51 32.3557 315.771 32.6525 316.011 32.9817C314.823 31.9542 313.691 30.345 311.279 28.2715L311.36 28.3089C308.626 25.8854 307.971 25.5858 307.369 25.1384C306.755 24.7406 306.169 24.3442 303.325 22.4665L303.6 22.8475C302.993 22.8842 298.543 19.6911 295.093 18.3847L296.308 19.0628C294.435 18.3354 291.19 16.2207 289.3 15.4591C288.896 15.2721 289.961 15.6421 290.539 15.8377C285.623 13.7239 289.86 15.8209 286.16 14.5522C285.499 14.1854 287.091 14.4813 284.6 13.6232C283.371 13.0613 277.286 11.7581 273.882 10.6376C274.628 10.9418 275.366 11.2455 273.622 10.8753C270.957 10.2089 266.461 8.70039 264.01 8.52899C263.675 8.42892 263.55 8.3726 263.533 8.33837C261.476 7.98606 256.865 7.13991 255.618 7.12828C253.79 6.03574 242.828 5.37636 242.921 4.79639L236.591 3.99881L236.759 3.95698C232.71 3.4226 231.269 3.43478 229.837 3.43075C228.899 3.28412 229.587 3.30143 229.671 3.27219C223.761 2.52876 223.165 2.51598 218.178 2.40281L217.677 2.14418C216.327 2.14423 209.117 1.15275 203.284 1.0812C203.339 1.06726 203.461 1.02316 203.929 1.02961C197.365 0.888496 188.252 -0.247203 185.822 0.467603L181.486 0.553663C187.084 0.74717 180.635 0.862317 182.939 1.04313C180.737 1.03436 177.256 0.711802 179.964 0.712164L180.385 0.733004C181.393 0.382069 173.43 0.505767 173.59 0.246439C162.563 0.151721 151.802 0.0701428 141.462 0.376853L142.641 0.652342L139.03 0.74087C138.087 0.694206 137.764 0.544609 140.338 0.471529C139.662 0.404682 138.584 0.484964 137.662 0.572946C136.739 0.677591 135.981 0.790391 135.942 0.838562C130.9 0.906397 137.918 0.401908 136.374 0.459083L134.276 0.555721L134.752 0.57928C133.045 0.762042 132.892 0.904742 129.802 1.01909C127.846 1.03922 128.8 0.869293 128.028 0.897881C128.028 0.897881 127.964 0.894709 127.79 0.886101L126.851 0.939856L122.307 1.14924L124.117 1.28892C122.097 1.50627 119.839 1.51144 121.933 1.66517C118.864 1.363 104.964 2.57916 103.071 2.63578C100.243 3.0303 97.4598 3.26002 94.0036 3.55664C94.8583 3.53213 95.3702 3.75789 92.3942 3.99475C93.4825 3.33043 86.938 4.27591 84.531 4.1401C86.6866 4.16326 76.0565 5.14038 79.433 5.15716C76.943 5.40138 79.2773 4.96573 77.3914 5.05613C71.472 5.98243 64.3489 6.56524 57.0339 7.87344C56.9191 7.96797 58.1441 7.87827 56.5838 8.25201L52.7139 8.56156C51.2668 8.87409 51.3959 9.23122 48.7486 9.50106C49.1256 9.48631 49.6774 9.46351 48.7121 9.68297C45.1286 10.324 41.5103 11.1137 37.8697 12.1695C36.0639 12.6814 34.1958 13.3405 32.4383 13.9884C30.6067 14.4656 28.7702 15.0428 26.947 15.7209C23.2998 17.0937 19.6712 18.8348 16.1042 20.9966C12.5615 23.2263 9.03807 25.8078 5.82981 29.624C6.70571 28.6152 6.87545 28.5234 6.63255 28.7953C6.38966 29.0672 5.79162 29.8393 5.15284 30.6929C5.9946 29.6322 5.19037 30.8617 5.39005 30.7213C3.65746 32.907 2.05916 35.7173 1.06462 39.3091C1.00647 39.5568 0.959222 39.9553 0.880381 40.4357C0.80154 40.9162 0.682781 41.4615 0.632316 42.1103C0.572695 42.7588 0.473981 43.4554 0.483479 44.1907C0.465512 44.9247 0.44672 45.6753 0.529459 46.4143C0.713109 49.3796 1.46247 51.8552 1.66158 52.2826C1.49323 51.7899 1.38312 51.2333 1.24388 50.7086C1.10465 50.184 0.975396 49.6431 0.893567 49.0712C1.39227 51.2337 1.15099 49.6184 0.951109 47.5375C0.808631 45.4093 1.07375 42.8337 1.18379 43.2065C1.25335 40.688 2.16567 37.4596 3.71078 34.797C5.25671 32.1177 7.2472 29.7276 9.31102 27.5249C10.2686 26.7204 8.54324 28.3888 9.06739 27.9972C10.0972 26.8456 11.3999 25.5572 13.9267 23.8283L13.6488 24.0651C17.1889 21.5179 19.8133 20.2281 22.5467 18.9604C25.2851 17.7765 28.1676 16.6498 32.34 15.6036L31.7083 15.5724L32.8418 15.2944L33.6073 15.0317L34.7532 14.6875C35.7683 14.2033 34.5101 14.592 33.2378 15.0802C32.5355 15.3628 31.9263 15.4328 31.5452 15.5309C31.174 15.6127 31.0833 15.5915 31.5526 15.3809C31.8572 15.3459 32.2733 15.283 32.8017 15.1755C33.3243 15.001 33.931 14.7972 34.5933 14.5794C35.9181 14.1439 37.4742 13.6698 39.0095 13.2447C42.0894 12.395 45.0852 11.7582 45.8992 11.8152C48.682 11.2181 45.0761 11.7578 47.858 11.1773L48.6029 11.1473L49.306 10.8481C51.131 10.5042 52.0582 10.4999 52.1273 10.5869L50.393 10.952C52.759 10.6181 57.063 9.69538 57.8753 9.60196L55.1947 9.98707C62.7926 8.52586 72.0794 7.43215 79.4294 6.34281L78.8709 6.31517C84.4817 5.50721 83.37 5.90314 89.5267 5.189L89.3045 5.22811C90.5354 5.02179 92.189 4.80299 93.8751 4.6693C92.3205 4.92641 96.8055 4.61389 94.7616 4.9303C100.845 4.21253 97.7742 4.51152 101.8 3.84222L102.723 3.9213C104.093 3.67179 104.207 3.59392 107.286 3.31205C104.756 3.63776 109.246 3.40901 106.419 3.78686C112.868 3.65506 116.012 2.79186 118.97 3.10526C121.946 2.50094 113.386 3.19635 115.047 3.01132C113.656 2.94246 117.503 2.53158 119.525 2.46464C121.586 2.3662 123.023 2.80477 128.212 2.56046L127.143 2.6412C129.079 2.65349 130.95 2.31181 133.323 2.39583C134.66 2.07787 136.411 2.29814 136.805 1.95017L132.047 2.21578C134.746 2.0153 137.285 1.52298 141.724 1.57564C141.38 1.65885 140.053 1.77688 139.14 1.86532C140.44 1.92965 141.643 1.72197 142.989 1.78857C142.596 2.11987 137.204 2.03675 134.313 2.41144C135.704 2.4803 139.787 1.96413 138.325 2.37617C140.426 1.84544 143.434 2.26152 146.951 1.83433L146.712 2.0396C147.264 2.00014 148.418 1.8735 149.447 1.8576L147.587 2.14974C150.438 1.85654 153.062 2.23694 155.787 2.07114C150.083 2.15634 154.513 1.8411 152.105 1.73861C159.153 1.36922 156.139 2.18878 164.02 2.04434C162.954 2.07509 160.024 1.94678 161.69 1.84551C163.184 1.88603 165.163 1.95057 166.084 2.06297C171.308 2.03752 165.287 1.85649 167.514 1.73288C169.283 1.97072 170.079 1.64268 172.367 1.58888L172.375 1.78972C178.313 1.98333 173.965 1.38402 179.313 1.61528L177.044 1.85371L179.835 1.82483L179.246 2.0462C182.289 1.92959 183.232 1.99291 186.198 2.1397C185.518 1.97243 186.601 1.77552 189.231 1.85556C191.021 2.04433 188.214 2.00566 191.945 2.10675C191.096 2.19836 190.172 2.31966 188.55 2.08907C188.382 2.14756 187.71 2.18113 187.541 2.25628C189.468 2.45184 192.396 2.44641 193.742 2.49635C193.221 2.47053 192.598 2.43972 192.288 2.39099L197.706 2.34173C198.554 2.45051 197.873 2.48363 197.201 2.5172C198.292 2.55445 199.057 2.47543 200.669 2.55517C200.248 2.70139 200.332 2.87253 198.057 2.84348L203.211 2.91482C203.556 2.99868 205.837 3.26189 205.167 3.2788C208.008 3.53633 212.173 3.39168 215.942 3.81204C216.136 3.78823 216.54 3.79151 217.336 3.83092C220.881 4.15665 224.014 4.64573 228.225 4.85413L230.584 5.40511C233.873 5.70149 227.389 4.67916 232.863 5.16713C236.745 5.52629 234.292 5.58859 235.648 5.82271C237.579 5.9183 240.951 6.03504 244.484 6.77775C243.299 6.61889 242.387 6.50694 241.283 6.36882L241.267 6.31793ZM281.457 14.6368C280.678 14.4312 279.134 14.1042 278.579 13.8262C279.485 13.8711 280.15 14.1712 281.457 14.6368ZM307.355 60.4788C307.915 60.089 308.786 59.5642 309.778 58.9787C309.066 59.4612 308.268 60.0063 307.355 60.4788ZM134.819 80.2671L134.902 80.2712C136.656 80.4248 136.035 80.3607 134.819 80.2671ZM131.171 80.003C130.803 80.0182 130.83 80.0362 130.983 80.0773C131.242 80.04 132.066 80.0807 132.999 80.1436C132.745 80.0809 132.271 80.0241 131.18 80.0035L131.171 80.003ZM127.56 0.891436L128.274 0.926774C126.662 1.04742 127.116 0.969656 127.56 0.891436Z' fill='%237F42E1'/%3E%3C/svg%3E%0A");
  width: 322px;
  height: 82px;
  top: 35px;
  display: block;
  position: absolute;
}

@media (max-width: 820px) {
  .tochka-main .tochka-header__title:after {
    display: none;
  }
}
.tochka-main .tochka-header__text {
  background: #F0EFF6;
  padding: 10px;
  border-radius: 5px;
  max-width: 536px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #000000;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

@media (max-width: 820px) {
  .tochka-main .tochka-header__text {
    background: transparent;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    padding: 0;
    max-width: 549px;
    text-align: center;
    margin: auto;
  }
}
.tochka-main__bg {
  position: absolute;
  background-image: url("/tochka/img/landing-main-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  background-position-y: center;
  width: 840px;
  height: 100%;
  top: 0;
  right: 0;
}

@media (max-width: 820px) {
  .tochka-main__bg {
    position: static;
    height: 395px;
    width: 100%;
    background-image: url("/tochka/img/tochka-main-tablet.png");
    margin-right: 20px;
    background-size: contain;
  }
}
@media (max-width: 550px) {
  .tochka-main__bg {
    height: 287px;
  }
}
@media (max-width: 500px) {
  .tochka-main__bg {
    background-image: url("/tochka/img/main_image_mobile.png");
    margin-right: 0;
    height: 310px;
    background-size: contain;
  }
}
.tochka-main .svg-2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tochka-main .svg-2:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='79' height='23' viewBox='0 0 79 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M59.2197 2.00819L59.8709 2.14984C59.0749 2.10133 58.5042 1.99559 59.1148 2.1489C59.2203 1.99455 61.6619 2.53481 61.7636 2.41219L62.1917 2.52455L61.9271 2.47954C62.7583 2.71216 62.5584 2.48343 63.6359 2.72823C64.0092 2.82421 64.27 2.90095 64.0116 2.86536L64.8514 3.01634C65.0929 3.07844 65.0323 3.08912 64.7906 3.03156L66.063 3.33616L66.0542 3.33573C66.2374 3.36303 66.6519 3.43369 66.852 3.48007C67.1709 3.59615 66.689 3.4492 66.769 3.4942L67.4746 3.66132C67.7551 3.78918 67.1707 3.64628 66.686 3.50833C67.3249 3.85452 67.2743 3.6195 68.6701 4.17184L68.0083 3.97496C68.4243 4.19614 68.94 4.33564 69.6754 4.66381C69.5049 4.55963 68.2048 4.00292 68.9656 4.22293C69.1769 4.31089 69.4566 4.41135 69.8662 4.53648C69.8633 4.59561 70.2616 4.72474 70.754 4.93146L70.7111 4.98861C71.2458 5.19288 71.2106 5.14098 71.5253 5.2523C72.1163 5.53229 72.228 5.65636 72.3579 5.7722C73.2939 6.26987 71.7253 5.34426 72.8357 5.91438C73.6069 6.37198 74.1531 6.65888 75.0579 7.29177C75.5723 7.72755 74.9595 7.25955 75.1401 7.42806C75.2973 7.53158 75.4546 7.6351 75.6089 7.75215C75.7197 7.84882 75.6805 7.8332 75.6585 7.82755C76.0427 8.15202 75.7102 7.77084 76.3028 8.33358C76.4811 8.41535 77.4725 9.68168 78.0078 10.8616C78.1281 11.173 77.9289 10.7483 77.9568 10.8591C78.142 11.2512 78.248 11.5802 78.3219 11.8391C78.3575 11.9731 78.3921 12.0842 78.4133 12.1947L78.4405 12.3191C78.4436 12.3466 78.46 12.3748 78.4475 12.4016L78.3895 12.6312C78.3603 12.7255 78.3263 12.8287 78.2919 12.9409C78.2118 13.1649 78.1116 13.4381 77.9372 13.7714C77.7282 14.1303 77.5015 14.4428 77.2635 14.7137C77.7815 14.0874 77.1665 15.0554 76.5534 15.6724C76.7547 15.5137 76.9225 15.3579 77.0348 15.2449C76.7165 15.6121 76.3873 15.9286 76.0547 16.2222C75.9305 16.3072 76.0308 16.2119 76.1884 16.0373L76.0064 16.2107C75.642 16.4753 75.8224 16.2882 76.0748 16.0408C76.1974 15.9466 76.3217 15.8615 76.4397 15.7671C76.6773 15.5053 76.8871 15.2193 76.8308 15.2348C76.7695 15.3047 76.6516 15.4402 76.5162 15.5703C76.5775 15.5004 76.6154 15.4521 76.5855 15.4734C76.5511 15.4945 76.454 15.6128 76.2949 15.7736L76.0576 15.8941L76.0072 15.9691C75.57 16.3122 75.1261 16.6093 74.6773 16.8698C73.7261 17.5339 72.8887 18.0989 71.3292 18.742C71.7131 18.5331 71.4067 18.6136 71.4238 18.537C71.8531 18.4443 72.6279 18.0221 73.4281 17.6241C73.0089 17.8267 73.0997 17.7446 73.2051 17.6814C72.732 17.9407 72.2557 18.1724 71.778 18.3904C71.806 18.3188 71.4713 18.4755 71.0919 18.5935C71.3825 18.6079 70.021 19.0694 69.4347 19.2774C69.3962 19.2482 69.5355 19.173 70.2542 18.9396C69.4604 19.1191 69.237 19.409 68.4556 19.5618C68.6315 19.5112 68.7261 19.4885 68.7946 19.4509C68.3866 19.6085 67.383 19.8461 67.6167 19.7528L67.7924 19.7068C66.6271 20.0229 64.2431 20.5204 64.0682 20.6394C64.0554 20.6297 64.2201 20.492 64.2906 20.459C63.5981 20.7028 62.904 20.9329 62.2084 21.1492C62.392 21.0352 61.6868 20.9502 62.6553 20.7473C62.3779 20.7792 62.0332 20.826 61.447 20.9428C61.6369 20.9249 61.9204 20.9936 61.6601 21.04C60.9478 21.0549 61.1652 21.0657 60.2891 21.1089C60.5724 21.091 60.2571 21.2624 59.8074 21.3176C59.8777 21.2892 59.7713 21.1927 59.9353 21.1598L58.8168 21.4282C59.0952 21.3736 58.867 21.3121 58.6183 21.3044C58.7332 21.3192 57.6524 21.4116 57.3546 21.4516L57.8269 21.4339C56.5651 21.5447 56.5776 21.7413 55.325 21.8435C55.4781 21.8055 55.7016 21.6479 55.066 21.6848C54.7725 21.7751 53.7689 22.1039 52.6578 22.2221L52.4455 22.1979L51.5938 22.288C52.1248 22.1638 53.614 21.8637 54.4262 21.717C53.9546 21.721 54.2967 21.6832 53.5892 21.7348C53.341 21.718 53.9757 21.6536 54.1834 21.6365L52.5379 21.7238C52.6097 21.8003 51.2787 21.8712 51.3401 21.9335L53.128 21.753C53.1978 21.8248 52.0887 22.0389 50.9236 22.0816C50.6286 22.067 51.1489 21.9332 51.1256 21.9092C50.9727 21.9427 50.0177 22.0094 49.9116 21.995L50.4062 21.9329C49.7591 21.9328 49.3448 22.081 48.5666 22.0333C48.2973 22.0382 47.7676 21.9573 47.7185 22.005C48.1551 22.0814 48.233 22.3496 47.9379 22.4262C47.8447 22.4216 46.5281 22.3793 46.2209 22.3413C45.7815 22.2785 46.8923 22.1648 46.5168 22.1143C46.5001 22.1362 46.2541 22.1651 46.1511 22.1782C45.8694 22.1643 46.2701 22.1112 45.6554 22.1309C45.5513 22.2124 44.4075 22.1375 45.3627 22.203C44.7609 22.2325 44.7249 22.1943 44.0197 22.2004C44.242 22.2479 43.3818 22.374 42.7782 22.3943C42.8148 22.3733 42.6804 22.3484 42.6165 22.3361C41.3882 22.3073 40.7287 22.2883 39.5825 22.2635C39.4767 22.2446 38.9248 22.2082 39.162 22.1789C38.9969 22.1889 38.8445 22.2133 38.4913 22.2049C37.8106 22.1211 39.2804 22.2121 38.7625 22.1181C38.7159 22.1613 37.8465 22.1594 37.3411 22.1708C37.493 22.2467 38.5042 22.2147 39.0098 22.1987C39.0073 22.2943 38.127 22.3784 36.9257 22.3873C35.972 22.3812 36.5158 22.3123 36.351 22.3179C34.5648 22.2386 34.82 22.429 33.3411 22.2966C32.7562 22.2084 33.3206 22.1725 33.1919 22.1205C33.9672 22.1361 34.3791 22.2157 34.9053 22.2326L34.2609 22.178C34.5083 22.1674 35.026 22.1748 35.3071 22.2024C34.8169 22.1325 32.2895 22.0667 30.9154 21.9303C30.6704 21.9365 30.2458 21.9337 30.4441 21.9708L30.8811 21.9925C31.2802 22.0624 30.0575 22.011 30.6085 22.0656C30.0215 22.0639 29.3646 22.0816 28.5439 21.9953L28.3922 21.9149C28.4088 21.9385 28.9285 21.9961 29.1604 21.9848C28.8152 21.9951 27.904 21.8041 27.5229 21.8673L28.0965 21.9595C27.5075 21.9532 26.7792 21.9764 26.0516 21.8948C26.3783 21.9885 26.2202 21.9032 26.7326 22.0197C26.2899 21.8884 28.5979 22.1621 27.8808 22.0036C28.408 22.1345 28.7985 22.1082 29.4905 22.2337C29.4694 22.2098 29.2465 22.176 29.8579 22.2245L29.9941 22.213L30.0007 22.2133C30.0274 22.2146 30.0298 22.2102 29.9874 22.2127C29.8417 22.1918 29.7248 22.1723 29.6767 22.1563C29.9831 22.1213 30.9562 22.1831 31.2881 22.1722C31.6512 22.2038 31.1337 22.1919 31.3322 22.2245L31.8267 22.2079C31.873 22.2604 32.7874 22.3421 31.9295 22.3316L32.6993 22.3697C33.1525 22.424 33.7753 22.4639 34.1624 22.4603C34.5258 22.4874 35.084 22.4421 34.7647 22.4673L35.9759 22.4817L35.9864 22.4959C37.1803 22.5458 38.4485 22.4855 39.8103 22.603C40.2132 22.5956 40.6293 22.5888 41.3022 22.6085L41.431 22.6559C41.9475 22.645 42.9805 22.7098 43.2053 22.6616C43.7573 22.7847 45.7129 22.6763 46.6224 22.6757L46.6586 22.6182C47.284 22.6081 47.8858 22.5787 48.6643 22.5306L48.6178 22.4827C49.2902 22.4202 50.3401 22.4585 51.4016 22.397C51.3293 22.4208 51.0598 22.4303 50.871 22.4255C52.1359 22.479 53.5465 22.1932 54.6941 22.1907C54.9807 22.1501 55.1881 22.1376 55.3885 22.1339L55.3168 22.144L55.435 22.1362C55.5619 22.1333 55.691 22.1306 55.8335 22.1285L55.4998 22.1302C55.7212 22.1047 56.0567 22.0666 56.3852 22.0327L56.5254 22.0761L56.6015 22.0662C56.9245 22.0549 56.862 22.0153 56.6899 21.9885C56.8556 21.9648 57.0082 21.9359 57.1249 21.9143C57.3864 21.9774 57.9869 21.7974 58.3444 21.8516C58.5659 21.7805 59.9968 21.6233 60.1744 21.4953C60.185 21.505 60.2831 21.5007 60.104 21.5238C60.4705 21.4872 60.8373 21.4461 61.1656 21.3712L61.3211 21.4199L62.1212 21.2042C62.6077 21.169 62.8083 21.1607 62.3259 21.2918C63.4914 21.0167 63.2713 21.1061 64.2631 20.836L64.216 20.8884C64.5708 20.8193 65.1355 20.6421 65.3515 20.6346C65.7493 20.595 66.7291 20.3882 67.8649 20.0842C69.0005 19.7848 70.2881 19.3789 71.3041 19.0234C70.9048 19.0493 72.2489 18.7146 72.3231 18.5633C72.4418 18.5463 72.7252 18.4373 72.401 18.6081C73.4304 18.1165 73.9521 17.9099 74.6486 17.4063C74.7684 17.3667 74.4353 17.5827 74.542 17.5378C74.6246 17.4872 74.8623 17.3121 74.9717 17.2582C75.0764 17.2087 74.8256 17.3786 74.6665 17.4939C75.1876 17.164 75.4681 16.9317 75.6271 16.7755C75.786 16.6192 75.8234 16.539 75.8536 16.4675C76.3747 16.0921 76.6291 15.8494 76.975 15.4197C77.1502 15.2506 77.4466 14.9689 76.842 15.6366C77.015 15.4673 77.5449 14.9145 77.9749 14.179C78.4128 13.4621 78.6786 12.4951 78.6476 12.3567C78.6183 12.1866 78.577 11.9429 78.5148 11.7165C78.4597 11.4812 78.3804 11.2858 78.3556 11.2025C78.1157 10.525 77.9484 10.2204 77.7851 9.92511C77.6218 9.6298 77.451 9.35236 77.1145 8.91628C77.1748 9.00133 77.2375 9.08193 77.2954 9.17142C77.009 8.89282 76.7371 8.45537 76.1556 7.89318L76.1751 7.90327C75.5161 7.24606 75.3577 7.16528 75.2125 7.04412C75.0644 6.93649 74.9229 6.82919 74.2365 6.32107L74.3025 6.42464C74.1552 6.43559 73.0817 5.57095 72.2474 5.21964L72.5408 5.40285C72.0879 5.20719 71.3046 4.63502 70.8477 4.43005C70.7501 4.37963 71.0076 4.47899 71.1473 4.5315C69.9591 3.96208 70.983 4.52792 70.0881 4.1873C69.9284 4.08821 70.3137 4.16655 69.7114 3.93614C69.4142 3.78466 67.9415 3.43824 67.118 3.13762C67.2985 3.2195 67.4768 3.30127 67.0547 3.20288C66.4098 3.02507 65.3224 2.62021 64.7286 2.57715C64.6476 2.55035 64.6172 2.53516 64.6132 2.52585C64.1153 2.43282 62.9989 2.20889 62.6966 2.20761C62.2553 1.91223 59.5994 1.74888 59.6228 1.59047L58.0898 1.3824L58.1304 1.37073C57.15 1.23103 56.8006 1.23654 56.4537 1.2376C56.2265 1.19901 56.3931 1.20269 56.4135 1.19459C54.9822 1.00066 54.8378 0.998071 53.6292 0.974738L53.5081 0.904919C53.1811 0.906974 51.435 0.647321 50.0213 0.636628C50.0348 0.632739 50.0643 0.620522 50.1777 0.621573C48.5869 0.593002 46.3801 0.296872 45.7898 0.495618L44.7387 0.525667C46.0953 0.57 44.5322 0.611185 45.0903 0.657039C44.5565 0.657981 43.7134 0.575226 44.3696 0.571226L44.4716 0.576275C44.7166 0.47898 42.7864 0.524792 42.8255 0.453782C40.153 0.444628 37.5449 0.438657 35.0383 0.53801L35.3237 0.611404L34.4483 0.64103C34.2198 0.629723 34.1418 0.589388 34.7656 0.565549C34.6019 0.54833 34.3406 0.57187 34.1169 0.597276C33.8931 0.62723 33.7092 0.65916 33.6996 0.672365C32.4775 0.69851 34.1793 0.550213 33.8048 0.568154L33.2964 0.597701L33.4117 0.603409C32.9977 0.655868 32.9602 0.695043 32.2113 0.730926C31.7372 0.73938 31.9686 0.691563 31.7814 0.700534C31.7814 0.700534 31.7658 0.699766 31.7237 0.69768L31.4961 0.713771L30.3944 0.777789L30.8329 0.813168C30.3429 0.875538 29.7956 0.880369 30.3029 0.919151C29.5596 0.841336 26.1887 1.19426 25.7297 1.21258C25.0437 1.32452 24.3689 1.39143 23.5307 1.4776C23.7379 1.46962 23.8617 1.53045 23.14 1.5996C23.4047 1.41666 21.8171 1.68458 21.2339 1.65117C21.7563 1.65422 19.1784 1.93697 19.9967 1.93643C19.3929 2.00685 19.9593 1.88443 19.5021 1.91195C18.0659 2.1737 16.3386 2.34353 14.5636 2.7116C14.5357 2.73757 14.8327 2.71124 14.454 2.81559L13.5155 2.90592C13.1643 2.9934 13.1951 3.09067 12.553 3.16831C12.6444 3.16371 12.7782 3.15666 12.5439 3.21801C11.6744 3.39837 10.7962 3.61934 9.9122 3.91297C9.47375 4.0554 9.01996 4.2381 8.59302 4.41757C8.14837 4.55058 7.70236 4.71087 7.25944 4.89867C6.37338 5.27882 5.49124 5.75946 4.62344 6.35478C3.76139 6.96863 2.90348 7.67842 2.1201 8.72472C2.33393 8.44808 2.37521 8.42277 2.31592 8.49734C2.25664 8.57191 2.11052 8.78351 1.95441 9.01742C2.16003 8.7267 1.96325 9.06345 2.01186 9.02482C1.58861 9.62391 1.19697 10.3933 0.950477 11.3749C0.93601 11.4426 0.923953 11.5514 0.904117 11.6827C0.884281 11.8139 0.854671 11.9629 0.841457 12.14C0.826025 12.3171 0.801044 12.5073 0.802233 12.708C0.796767 12.9083 0.791076 13.1132 0.810011 13.3147C0.850034 14.1236 1.02791 14.7981 1.07553 14.9144C1.03547 14.7802 1.00962 14.6285 0.976668 14.4855C0.943716 14.3426 0.913207 14.1952 0.894239 14.0392C1.01184 14.6286 0.955804 14.1881 0.910508 13.6206C0.879197 13.04 0.947355 12.3367 0.97346 12.4383C0.994134 11.7509 1.22015 10.8685 1.59867 10.1396C1.97742 9.40608 2.46349 8.75083 2.96704 8.1466C3.20035 7.92563 2.77964 8.38351 2.90728 8.27585C3.15862 7.96004 3.47632 7.60647 4.09136 7.13085L4.02366 7.19589C4.88555 6.49541 5.52358 6.13946 6.18801 5.78938C6.85353 5.46214 7.55386 5.15031 8.56676 4.8585L8.41369 4.85093L8.68883 4.77336L8.87478 4.7005L9.15303 4.60485C9.3998 4.47117 9.09426 4.57915 8.78514 4.7143C8.6145 4.79248 8.46674 4.81252 8.37421 4.83986C8.28413 4.86275 8.26217 4.85711 8.37624 4.79893C8.45012 4.78891 8.55107 4.7711 8.67931 4.74098C8.80623 4.69255 8.95357 4.63601 9.11445 4.57559C9.4362 4.45474 9.81408 4.32299 10.1868 4.20466C10.9346 3.96812 11.6617 3.78983 11.8589 3.80414C12.5343 3.63697 11.6595 3.78972 12.3346 3.62709L12.5152 3.61779L12.6861 3.53506C13.1289 3.43844 13.3537 3.43588 13.3703 3.4595L12.9494 3.56177C13.5234 3.46708 14.5679 3.20875 14.765 3.18203L14.1147 3.29118C15.9584 2.88092 18.211 2.5684 19.9941 2.26L19.8588 2.2533C21.2199 2.02432 20.9498 2.13405 22.4432 1.92984L22.3893 1.94085C22.6879 1.88268 23.089 1.82047 23.4979 1.78144C23.1207 1.85395 24.2082 1.76188 23.7123 1.85132C25.1879 1.64623 24.4432 1.73247 25.4198 1.54373L25.6434 1.56392C25.976 1.49375 26.0037 1.47233 26.7505 1.39075C26.1366 1.48346 27.2252 1.41424 26.5394 1.52163C28.1028 1.4759 28.8663 1.23558 29.5827 1.31663C30.3049 1.14721 28.2291 1.34994 28.632 1.29693C28.2948 1.28025 29.2279 1.1623 29.7182 1.14097C30.2178 1.11098 30.5655 1.22849 31.8234 1.15396L31.5643 1.17761C32.0335 1.17804 32.4874 1.08196 33.0624 1.1013C33.387 1.0125 33.8111 1.06996 33.907 0.974411L32.7534 1.0541C33.4079 0.995301 34.024 0.857105 35.0999 0.864756C35.0165 0.887982 34.6946 0.922202 34.4732 0.947718C34.7882 0.963306 35.0802 0.904809 35.4062 0.920946C35.3106 1.01195 34.0037 0.997432 33.3024 1.10406C33.6396 1.12074 34.6298 0.973704 34.275 1.08836C34.7849 0.940346 35.5133 1.04934 36.3666 0.927437L36.3082 0.983816C36.4422 0.972211 36.7219 0.935905 36.9713 0.930008L36.5202 1.01255C37.2115 0.92822 37.847 1.02805 38.5077 0.978684C37.1252 1.01057 38.1994 0.917836 37.6158 0.893514C39.3246 0.782039 38.5929 1.01025 40.5034 0.958905C40.2449 0.968911 39.5348 0.938331 39.9388 0.908173C40.3009 0.91697 40.7805 0.931586 41.0036 0.960864C42.2696 0.946011 40.8106 0.905725 41.3506 0.868619C41.7789 0.930847 41.9724 0.840123 42.527 0.821977L42.5288 0.876772C43.9676 0.920618 42.9146 0.763653 44.2106 0.818665L43.6601 0.887168L44.3368 0.87506L44.1936 0.936363C44.9315 0.899931 45.1597 0.915786 45.8785 0.951353C45.7139 0.906736 45.9768 0.85136 46.6141 0.869222C47.0476 0.918025 46.3674 0.911722 47.2714 0.93366C47.0655 0.959945 46.8414 0.994447 46.4486 0.933975C46.4078 0.950191 46.2449 0.96037 46.2039 0.981133C46.6706 1.03158 47.3802 1.02567 47.7066 1.03726C47.5801 1.031 47.4293 1.02354 47.3543 1.01071L48.6674 0.989065C48.8728 1.01747 48.7077 1.02753 48.5449 1.03771C48.8091 1.04623 48.9948 1.0235 49.3852 1.04282C49.2831 1.08336 49.3031 1.12994 48.7518 1.12546L50.0009 1.13712C50.0843 1.15948 50.6369 1.22786 50.4743 1.23349C51.1626 1.29946 52.1722 1.25369 53.0852 1.36269C53.1322 1.3559 53.2301 1.35619 53.4231 1.36574C54.2817 1.44926 55.0403 1.57798 56.0607 1.62848L56.6316 1.77526C57.4284 1.85117 55.8585 1.58199 57.1843 1.70687C58.1248 1.79901 57.53 1.81972 57.8583 1.88156C58.3264 1.90472 59.1434 1.93147 59.9987 2.12881C59.7116 2.08725 59.4907 2.05808 59.2234 2.02206L59.2197 2.00819ZM68.9481 4.2175C68.7595 4.16258 68.3858 4.0757 68.2516 4.00068C68.4713 4.01154 68.6318 4.09244 68.9481 4.2175ZM75.1555 16.6883C75.292 16.5811 75.5038 16.4366 75.7452 16.2753C75.5719 16.408 75.3777 16.558 75.1555 16.6883ZM33.3073 22.3496L33.3273 22.3506C33.7523 22.3899 33.6019 22.3733 33.3073 22.3496ZM32.4234 22.2831C32.3342 22.2878 32.3406 22.2926 32.3779 22.3036C32.4407 22.293 32.6403 22.3029 32.8664 22.3187C32.8049 22.3019 32.69 22.2871 32.4256 22.2832L32.4234 22.2831ZM31.668 0.699483L31.841 0.708046C31.4501 0.743411 31.5602 0.721502 31.668 0.699483Z' fill='%237F42E1'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.tochka-main .svg-3 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tochka-main .svg-3:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='79' height='33' viewBox='0 0 79 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M59.4069 2.23589L60.0568 2.42658C59.2597 2.37393 58.6897 2.23343 59.2987 2.44191C59.4079 2.21613 61.8446 2.94439 61.9493 2.76463L62.3761 2.91785L62.1117 2.85853C62.9403 3.17696 62.7448 2.85023 63.82 3.18086C64.1923 3.31157 64.4522 3.41691 64.1938 3.37109L65.0327 3.57113C65.2735 3.65571 65.2125 3.67251 64.9713 3.59452L66.2408 4.00742L66.2319 4.00698C66.415 4.04246 66.8292 4.13562 67.0288 4.19834C67.3461 4.35935 66.866 4.15725 66.9453 4.22062L67.6492 4.44701C67.9277 4.62592 67.3448 4.43194 66.8618 4.24291C67.4949 4.73 67.4493 4.39088 68.837 5.15971L68.1776 4.88929C68.5899 5.20032 69.104 5.39089 69.8343 5.84977C69.6655 5.70271 68.3741 4.92543 69.1322 5.22716C69.3422 5.34984 69.6204 5.48911 70.0285 5.66122C70.0243 5.74688 70.4209 5.92503 70.9101 6.21345L70.8658 6.29713C71.3976 6.58105 71.3634 6.5067 71.6766 6.66091C72.2631 7.05322 72.3724 7.23037 72.5001 7.39522C73.4279 8.09505 71.8751 6.78963 72.9761 7.59051C73.7395 8.23597 74.2809 8.63926 75.1744 9.53555C75.6806 10.1551 75.0764 9.49107 75.2539 9.73104C75.4092 9.87744 75.5646 10.0238 75.7168 10.1899C75.8258 10.3274 75.7868 10.3056 75.7649 10.298C76.1431 10.7592 75.818 10.2147 76.3999 11.0163C76.5769 11.1308 77.5432 12.9422 78.0541 14.6386C78.1678 15.0868 77.9775 14.4763 78.003 14.6361C78.18 15.1997 78.2791 15.6736 78.3475 16.0468C78.3803 16.24 78.4125 16.4001 78.4313 16.5596L78.4558 16.7391C78.4583 16.7789 78.4741 16.8193 78.4611 16.8583L78.3978 17.192C78.3665 17.3292 78.3301 17.4793 78.2931 17.6426C78.2079 17.9687 78.1013 18.3663 77.9191 18.8527C77.7015 19.3769 77.4673 19.8343 77.2226 20.2317C77.7559 19.3136 77.1178 20.7286 76.4893 21.6354C76.6947 21.4012 76.8664 21.1719 76.9816 21.0058C76.6542 21.5445 76.317 22.01 75.9771 22.4423C75.8505 22.5682 75.9533 22.4279 76.1152 22.1717L75.9288 22.4267C75.5575 22.8179 75.7426 22.543 76.0012 22.1793C76.1262 22.0402 76.2527 21.9143 76.3732 21.775C76.6172 21.3907 76.834 20.9721 76.7771 20.9957C76.7141 21.0983 76.5929 21.2971 76.4542 21.4883C76.5172 21.3858 76.5564 21.3151 76.5258 21.3466C76.4909 21.3779 76.391 21.5513 76.2278 21.7876L75.9872 21.9672L75.935 22.0769C75.4889 22.5833 75.0372 23.0233 74.5814 23.4103C73.6127 24.3928 72.7604 25.2291 71.1822 26.1946C71.5718 25.8836 71.2628 26.007 71.2816 25.8957C71.7143 25.752 72.5005 25.1237 73.3119 24.5298C72.887 24.8324 72.9799 24.7115 73.087 24.6177C72.6067 25.0035 72.124 25.3495 71.6401 25.6756C71.6697 25.5714 71.3307 25.8056 70.9475 25.9848C71.2386 25.9992 69.863 26.6974 69.2705 27.0115C69.2324 26.97 69.3739 26.8581 70.0998 26.5043C69.2997 26.7818 69.0692 27.2063 68.2822 27.4448C68.4598 27.3677 68.5551 27.3328 68.6247 27.2768C68.2119 27.514 67.2003 27.8801 67.4367 27.7398L67.6139 27.6693C66.4382 28.1528 64.0364 28.9256 63.8584 29.1018C63.8457 29.0879 64.0139 28.8849 64.0854 28.8356C63.3855 29.2039 62.6843 29.5523 61.9819 29.8808C62.1685 29.7117 61.4632 29.6042 62.4389 29.2891C62.1601 29.3414 61.8133 29.4167 61.2228 29.5989C61.4137 29.5687 61.6965 29.6619 61.4344 29.7348C60.7197 29.7721 60.9375 29.7829 60.058 29.8649C60.3425 29.8327 60.0224 30.0877 59.5702 30.1776C59.6414 30.1349 59.5368 29.9976 59.7019 29.9463L58.5743 30.3595C58.8548 30.2743 58.6272 30.1904 58.378 30.1847C58.4929 30.2036 57.4069 30.3612 57.1074 30.4256L57.5815 30.3896C56.3135 30.5779 56.3217 30.8623 55.0632 31.0378C55.2176 30.9794 55.4453 30.7463 54.807 30.8138C54.5106 30.951 53.4969 31.4491 52.38 31.6448L52.1676 31.6145L51.3115 31.7637C51.8467 31.5722 53.3468 31.1048 54.1646 30.8745C53.6916 30.8907 54.0355 30.8285 53.3248 30.9188C53.0763 30.8999 53.7142 30.7927 53.9229 30.7634L52.2707 30.9261C52.3411 31.0352 51.0046 31.1673 51.0648 31.2561L52.8619 30.9553C52.9303 31.0578 51.8133 31.3922 50.6438 31.4797C50.3483 31.465 50.873 31.2598 50.8502 31.2257C50.6962 31.2775 49.7369 31.3952 49.6309 31.3767L50.1282 31.2758C49.4792 31.2899 49.0605 31.5136 48.2811 31.4618C48.0109 31.4749 47.4815 31.3694 47.4312 31.4396C47.8673 31.5404 47.9395 31.9271 47.6419 32.0445C47.5485 32.0399 46.2291 32.0076 45.9218 31.9594C45.4825 31.8782 46.5991 31.689 46.2236 31.6242C46.2064 31.6564 45.959 31.7036 45.8554 31.7249C45.5732 31.7109 45.9762 31.6252 45.3593 31.6673C45.2531 31.7876 44.1077 31.7045 45.0642 31.7782C44.4599 31.8342 44.4248 31.7796 43.7174 31.804C43.9392 31.8679 43.0738 32.0694 42.468 32.1121C42.5051 32.0809 42.3709 32.0479 42.3071 32.0315C41.0759 32.0168 40.4149 32.0039 39.2659 31.9933C39.1602 31.9682 38.6075 31.9277 38.846 31.88C38.6803 31.8982 38.5269 31.9369 38.1729 31.9326C37.492 31.8262 38.9641 31.9255 38.4467 31.8008C38.399 31.8645 37.5272 31.8808 37.0201 31.9086C37.1708 32.0151 38.1855 31.9464 38.6929 31.9121C38.6883 32.0506 37.8036 32.1917 36.5987 32.2312C35.6424 32.2433 36.1892 32.1317 36.0238 32.1433C34.2342 32.0679 34.4859 32.338 33.0057 32.1789C32.421 32.0641 32.9878 31.9997 32.86 31.9273C33.6372 31.9327 34.0485 32.0389 34.5759 32.0518L33.9308 31.9869C34.1791 31.9661 34.6982 31.9654 34.9795 31.9991C34.4894 31.9088 31.9562 31.8693 30.581 31.7022C30.3353 31.7165 29.9095 31.7218 30.1075 31.7712L30.5453 31.7929C30.944 31.8853 29.7188 31.8379 30.2702 31.9048C29.6816 31.9153 29.0224 31.9553 28.2012 31.8487L28.0509 31.7355C28.067 31.7693 28.587 31.8413 28.8197 31.8198C28.4733 31.8423 27.5637 31.5859 27.1801 31.6858L27.7533 31.8067C27.1628 31.8105 26.4318 31.8602 25.704 31.7581C26.0295 31.8865 25.8729 31.7665 26.3841 31.9239C25.9431 31.7435 28.2517 32.0889 27.5361 31.8752C28.0619 32.0531 28.4541 32.0065 29.1453 32.1728C29.1247 32.1387 28.9019 32.0947 29.514 32.1514L29.6508 32.1318L29.6575 32.1321C29.6842 32.1334 29.6867 32.1269 29.6442 32.1314C29.4985 32.1044 29.3817 32.0788 29.3338 32.0566C29.6418 31.9992 30.6164 32.0672 30.9495 32.0441C31.313 32.0819 30.7942 32.076 30.9926 32.1189L31.4889 32.084C31.5342 32.1589 32.4494 32.257 31.5893 32.2607L32.3604 32.2989C32.8137 32.3675 33.4375 32.4116 33.8258 32.3978C34.1896 32.429 34.7504 32.3511 34.4297 32.3947L35.6441 32.3887L35.6542 32.409C36.8505 32.455 38.1238 32.3397 39.4869 32.4798C39.8911 32.4602 40.3086 32.4412 40.9829 32.4547L41.1111 32.5205C41.6293 32.4933 42.6639 32.5643 42.8904 32.4897C43.4413 32.6557 45.4049 32.4556 46.3171 32.4347L46.3547 32.3507C46.9821 32.3223 47.5863 32.2663 48.3681 32.1795L48.3225 32.1112C48.9982 32.0059 50.0504 32.0382 51.1163 31.9258C51.0432 31.9618 50.7727 31.9814 50.5835 31.9787C51.8509 32.0282 53.2719 31.5833 54.4228 31.5544C54.7112 31.4894 54.9195 31.4667 55.1205 31.4568L55.0484 31.473L55.1672 31.4591C55.2945 31.4522 55.424 31.4454 55.5669 31.4393L55.2323 31.4491C55.4549 31.4073 55.7921 31.3447 56.1224 31.2884L56.262 31.3482L56.3385 31.3321C56.6627 31.3085 56.6009 31.2526 56.4289 31.2177C56.5956 31.1797 56.7493 31.1345 56.8668 31.1007C57.1277 31.1862 57.7338 30.9124 58.0912 30.9829C58.3149 30.8751 59.7534 30.616 59.9343 30.4268C59.9448 30.4405 60.0432 30.4322 59.8632 30.4695C60.2315 30.4085 60.6002 30.3409 60.9312 30.2251L61.0861 30.2923L61.8932 29.9623C62.3819 29.9006 62.5832 29.8842 62.0966 30.0847C63.2715 29.6606 63.0488 29.7949 64.0494 29.3821L64.0011 29.4589C64.3584 29.3511 64.9286 29.0821 65.1455 29.0664C65.5453 29.0003 66.5325 28.6793 67.6783 28.2142C68.8238 27.7556 70.124 27.1396 71.1509 26.6026C70.7498 26.6488 72.1052 26.1346 72.183 25.9139C72.3024 25.8868 72.589 25.7226 72.26 25.9771C73.3033 25.2427 73.8311 24.932 74.5407 24.1877C74.6617 24.1276 74.3229 24.4477 74.4309 24.3804C74.5148 24.3053 74.7571 24.0465 74.868 23.9661C74.9741 23.8921 74.7188 24.1437 74.5567 24.314C75.0866 23.825 75.3731 23.4825 75.536 23.2527C75.6988 23.023 75.738 22.9061 75.7699 22.802C76.3008 22.247 76.5613 21.89 76.9177 21.2603C77.0971 21.0116 77.4006 20.5972 76.7795 21.5771C76.9567 21.3283 77.5003 20.5163 77.9478 19.442C78.4029 18.3944 78.6908 16.9886 78.6628 16.789C78.6371 16.5433 78.601 16.1915 78.5436 15.865C78.4936 15.5256 78.4184 15.2445 78.3954 15.1245C78.1696 14.1489 78.0086 13.7116 77.8514 13.2877C77.6941 12.8638 77.5289 12.4659 77.2011 11.842C77.2597 11.9638 77.3208 12.0791 77.3769 12.2074C77.0958 11.8104 76.8327 11.1831 76.262 10.382L76.2813 10.3962C75.6349 9.45926 75.4779 9.34581 75.3349 9.1736C75.1887 9.02105 75.0492 8.86883 74.372 8.14837L74.436 8.29685C74.288 8.31595 73.2304 7.08788 72.4015 6.5977L72.6916 6.85646C72.2418 6.5832 71.4688 5.77213 71.0152 5.48547C70.9184 5.41463 71.1745 5.5528 71.3134 5.62573C70.1344 4.82759 71.1487 5.62418 70.2587 5.1508C70.1008 5.01088 70.4854 5.11578 69.8864 4.79551C69.5918 4.58277 68.1224 4.11374 67.3032 3.6967C67.4824 3.81125 67.6594 3.9257 67.2383 3.79257C66.5954 3.54939 65.5138 2.98726 64.9192 2.93802C64.8386 2.901 64.8085 2.8797 64.8047 2.8663C64.3073 2.74261 63.1927 2.44305 62.8895 2.44786C62.4535 2.02997 59.7934 1.8521 59.8204 1.62225L58.2876 1.35485L58.3286 1.33706C57.3484 1.15645 56.9979 1.17213 56.6499 1.18133C56.4229 1.13047 56.5899 1.13213 56.6106 1.11994C55.1794 0.870771 55.0346 0.870212 53.823 0.8631L53.7032 0.764694C53.3752 0.774885 51.6297 0.43751 50.2121 0.453226C50.2258 0.447297 50.2556 0.428959 50.3693 0.427979C48.7746 0.421719 46.5679 0.0417029 45.9715 0.342456L44.9168 0.409154C46.2762 0.443401 44.7077 0.537518 45.2664 0.591587C44.7311 0.604729 43.8873 0.503527 44.5455 0.483256L44.6477 0.488315C44.8956 0.342053 42.9587 0.45097 42.9995 0.347303C40.3195 0.393023 37.704 0.441932 35.1879 0.641081L35.4726 0.741035L34.594 0.803242C34.3651 0.791915 34.2877 0.735243 34.9139 0.686966C34.7501 0.66565 34.4874 0.705496 34.2626 0.747212C34.0374 0.795517 33.8523 0.845801 33.8424 0.865129C32.6162 0.929947 34.3262 0.677701 33.9502 0.711939L33.4396 0.765934L33.5552 0.771653C33.1389 0.856734 33.1004 0.914276 32.3485 0.982752C31.8728 1.00545 32.106 0.93112 31.918 0.948239C31.918 0.948239 31.9024 0.947469 31.8602 0.94538L31.6316 0.973697L30.5253 1.09069L30.9643 1.13223C30.4715 1.23334 29.9225 1.25241 30.4304 1.29736C29.6867 1.20111 26.2983 1.78643 25.8376 1.82308C25.1471 2.00028 24.4688 2.11203 23.6263 2.25528C23.8343 2.23915 23.957 2.32449 23.2317 2.44052C23.5013 2.16984 21.9032 2.59275 21.319 2.55724C21.8429 2.55013 19.2512 3.01636 20.072 2.99753C19.4648 3.11279 20.0356 2.92307 19.5764 2.973C18.1303 3.38363 16.3943 3.66761 14.606 4.23964C14.5774 4.27786 14.8759 4.23318 14.4938 4.39261L13.5506 4.5441C13.1964 4.67849 13.2252 4.81862 12.5795 4.9452C12.6713 4.93653 12.8056 4.92336 12.5693 5.01735C11.6933 5.29766 10.8077 5.63694 9.91462 6.08153C9.47176 6.29741 9.01263 6.57192 8.58049 6.84117C8.13161 7.04354 7.68078 7.28544 7.23243 7.56709C6.33542 8.13699 5.44011 8.85229 4.55666 9.73331C3.67857 10.641 2.80252 11.6875 1.99378 13.2196C2.21433 12.8143 2.25629 12.7768 2.19519 12.886C2.13409 12.9953 1.98288 13.3049 1.82115 13.647C2.03379 13.2215 1.829 13.7134 1.8786 13.6564C1.44091 14.5331 1.03116 15.6555 0.762289 17.0821C0.746287 17.1804 0.731794 17.3382 0.709005 17.5287C0.686215 17.7191 0.653232 17.9354 0.636071 18.1922C0.616687 18.4488 0.587436 18.7248 0.584201 19.0153C0.574298 19.3054 0.56407 19.6021 0.578612 19.8935C0.600901 21.0637 0.764412 22.0362 0.809595 22.2036C0.772383 22.0102 0.749809 21.7911 0.719916 21.5848C0.690023 21.3786 0.662678 21.1659 0.647097 20.9405C0.752031 21.7912 0.705554 21.1548 0.672651 20.3341C0.65406 19.4943 0.737935 18.4746 0.761873 18.6211C0.797776 17.6255 1.04391 16.3431 1.43962 15.2794C1.83566 14.2091 2.33759 13.2498 2.85593 12.3639C3.09479 12.0389 2.66276 12.711 2.79314 12.5524C3.05218 12.0896 3.3786 11.5707 4.00592 10.8686L3.93659 10.9642C4.81643 9.93111 5.46416 9.40172 6.13824 8.88023C6.81291 8.3918 7.52215 7.9249 8.54442 7.48009L8.39108 7.47251L8.66872 7.35414L8.85682 7.24455L9.13798 7.09994C9.38843 6.90097 9.07961 7.06403 8.76662 7.26651C8.59375 7.38346 8.44513 7.41573 8.35173 7.45735C8.26088 7.49248 8.23898 7.4848 8.35466 7.39805C8.42898 7.38191 8.53061 7.35391 8.65989 7.30747C8.78825 7.23456 8.93727 7.14946 9.09994 7.05843C9.42529 6.87637 9.80717 6.67729 10.1836 6.49777C10.9388 6.13882 11.6719 5.86465 11.8694 5.88103C12.5504 5.6241 11.6697 5.86454 12.3504 5.6142L12.5317 5.59675L12.7049 5.47322C13.1512 5.32356 13.3766 5.31491 13.3927 5.34873L12.9684 5.50607C13.5461 5.35632 14.5994 4.95929 14.7976 4.91625L14.143 5.08862C16.0011 4.45399 18.2671 3.95184 20.0622 3.46601L19.9266 3.4593C21.2967 3.09776 21.0235 3.26258 22.5256 2.934L22.4713 2.95113C22.7721 2.86033 23.1758 2.76141 23.5867 2.69587C23.2068 2.80918 24.2995 2.65189 23.8002 2.79231C25.2846 2.46285 24.5358 2.60413 25.5194 2.30934L25.7432 2.33362C26.0783 2.2247 26.1066 2.19308 26.8573 2.05849C26.2396 2.20626 27.3329 2.08202 26.6428 2.25264C28.2116 2.15193 28.9827 1.78716 29.6994 1.88869C30.4274 1.62748 28.3411 1.96678 28.7463 1.88115C28.4085 1.86444 29.347 1.67309 29.8391 1.63139C30.3408 1.57695 30.687 1.7394 31.9502 1.60375L31.6898 1.64371C32.1603 1.63397 32.6177 1.48486 33.1939 1.50017C33.5214 1.36445 33.9455 1.43828 34.0438 1.29783L32.8851 1.43865C33.5427 1.33909 34.1637 1.12542 35.2425 1.11276C35.1584 1.14822 34.8348 1.20487 34.6121 1.24669C34.9277 1.26231 35.2218 1.17118 35.5485 1.18735C35.4505 1.32121 34.1403 1.32902 33.4346 1.49887C33.7724 1.51558 34.7686 1.28086 34.4103 1.45468C34.9249 1.22914 35.653 1.37086 36.5115 1.17555L36.4517 1.25846C36.5863 1.2387 36.8677 1.17997 37.1179 1.16593L36.6637 1.29537C37.3589 1.15804 37.994 1.28855 38.6577 1.20249C37.2705 1.27916 38.3498 1.12121 37.765 1.09887C39.4813 0.899781 38.7424 1.24632 40.6595 1.12982C40.4001 1.15001 39.6887 1.12141 40.0945 1.06883C40.4574 1.07358 40.938 1.08416 41.1612 1.12162C42.4312 1.07218 40.9689 1.04605 41.5112 0.980418C41.9394 1.06105 42.1355 0.925441 42.6921 0.886933L42.6926 0.966222C44.1346 0.99795 43.0821 0.793943 44.3806 0.844989L43.8271 0.956307L44.5059 0.923847L44.361 1.01576C45.1018 0.946731 45.3304 0.964647 46.0504 1.00028C45.8863 0.939317 46.1512 0.853347 46.79 0.865141C47.2236 0.926231 46.5416 0.932114 47.4477 0.943927C47.2407 0.986523 47.0152 1.04142 46.6225 0.96254C46.5812 0.986917 46.4177 1.00525 46.3761 1.03621C46.843 1.09895 47.5549 1.07473 47.8819 1.08431C47.7552 1.07804 47.6041 1.07056 47.5292 1.05364L48.8465 0.993332C49.0519 1.02992 48.8861 1.04813 48.7226 1.06646C48.9874 1.07296 49.1741 1.03596 49.5652 1.05532C49.462 1.11626 49.4809 1.18325 48.9282 1.18893L50.1807 1.17825C50.2638 1.20878 50.8165 1.29558 50.6533 1.30732C51.3421 1.38764 52.3557 1.29909 53.2689 1.43676C53.3162 1.42589 53.4143 1.42414 53.6077 1.4337C54.467 1.53568 55.2249 1.70529 56.2472 1.75588L56.8165 1.95579C57.6139 2.04809 56.0453 1.69305 57.3723 1.84458C58.3135 1.95721 57.7165 2.00032 58.0444 2.0826C58.5133 2.10581 59.3321 2.12651 60.1855 2.39332C59.8985 2.33949 59.6776 2.30213 59.4103 2.25588L59.4069 2.23589ZM69.1147 5.21969C68.9268 5.14434 68.554 5.02681 68.4211 4.92115C68.6411 4.93204 68.8003 5.0456 69.1147 5.21969ZM75.065 23.137C75.2042 22.9787 75.4198 22.7648 75.6655 22.526C75.4887 22.722 75.2906 22.9434 75.065 23.137ZM32.9707 32.2564L32.9907 32.2574C33.4161 32.3049 33.2656 32.2842 32.9707 32.2564ZM32.0856 32.1796C31.9961 32.1884 32.0024 32.1953 32.0395 32.2103C32.1027 32.1936 32.3027 32.2035 32.5291 32.2213C32.4678 32.1985 32.3529 32.1796 32.0878 32.1797L32.0856 32.1796ZM31.8043 0.949219L31.9777 0.957797C31.5849 1.01762 31.6957 0.983475 31.8043 0.949219Z' fill='%237F42E1'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.tochka-main .svg-4 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tochka-main .svg-4:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='208' height='34' viewBox='0 0 208 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M155.562 3.8255L157.304 4.07442C155.182 3.95586 153.656 3.7651 155.291 4.02905C155.563 3.80521 162.095 4.75218 162.358 4.5754L163.504 4.76771L162.797 4.68526C165.024 5.0802 164.478 4.72777 167.361 5.15519C168.361 5.3199 169.06 5.4494 168.37 5.38136L170.614 5.65515C171.261 5.76172 171.1 5.77412 170.453 5.6743L173.859 6.20215L173.835 6.20098C174.324 6.25232 175.432 6.38172 175.968 6.46245C176.824 6.65395 175.532 6.40698 175.748 6.47867L177.636 6.76872C178.39 6.97555 176.826 6.72864 175.527 6.4949C177.249 7.04787 177.1 6.69476 180.849 7.5989L179.075 7.26707C180.195 7.62083 181.577 7.85866 183.554 8.3904C183.093 8.22526 179.6 7.32016 181.638 7.69221C182.206 7.83557 182.956 8.00152 184.054 8.21178C184.05 8.29971 185.118 8.51527 186.441 8.85192L186.33 8.93458C187.765 9.27002 187.669 9.19065 188.513 9.37481C190.103 9.82637 190.407 10.0177 190.76 10.1979C193.281 10.9938 189.051 9.52347 192.04 10.4375C194.12 11.1642 195.591 11.6234 198.037 12.619C199.432 13.2982 197.773 12.5653 198.264 12.8269C198.688 12.9902 199.113 13.1536 199.531 13.337C199.831 13.4875 199.726 13.4619 199.667 13.4522C200.709 13.958 199.802 13.3708 201.412 14.2437C201.891 14.3759 204.604 16.3203 206.098 18.1095C206.437 18.5805 205.882 17.9361 205.962 18.1028C206.478 18.6978 206.78 19.1941 206.992 19.5842C207.094 19.7859 207.193 19.9535 207.255 20.1193L207.335 20.3063C207.345 20.3475 207.39 20.3904 207.359 20.4295L207.217 20.7683C207.145 20.9071 207.061 21.0589 206.976 21.2242C206.776 21.5532 206.525 21.9544 206.08 22.4408C205.544 22.9635 204.959 23.4159 204.341 23.8057C205.683 22.9026 204.102 24.3091 202.506 25.1928C203.033 24.9681 203.47 24.7456 203.763 24.5838C202.937 25.1125 202.079 25.5649 201.21 25.983C200.884 26.1024 201.146 25.9662 201.555 25.7153L201.081 25.963C200.126 26.3361 200.596 26.0678 201.253 25.7139C201.574 25.5806 201.9 25.4612 202.209 25.3273C202.826 24.9511 203.368 24.5372 203.219 24.5569C203.06 24.6575 202.754 24.8526 202.401 25.0385C202.56 24.9379 202.658 24.8682 202.58 24.8982C202.489 24.9276 202.238 25.0982 201.824 25.3286L201.199 25.4943L201.069 25.6031C199.925 26.0889 198.76 26.5058 197.581 26.8678C195.087 27.802 192.89 28.595 188.775 29.4626C189.785 29.1736 188.974 29.2758 189.015 29.1626C190.153 29.0494 192.191 28.4655 194.299 27.9189C193.194 28.1965 193.431 28.0794 193.708 27.9914C192.464 28.3502 191.209 28.6678 189.95 28.9648C190.02 28.8598 189.138 29.0738 188.135 29.2275C188.91 29.2658 185.312 29.8742 183.763 30.1501C183.658 30.1043 184.025 30.0004 185.925 29.6944C183.822 29.9158 183.244 30.3346 181.172 30.5169C181.638 30.4518 181.888 30.4235 182.069 30.3714C180.991 30.5825 178.333 30.8781 178.95 30.7526L179.415 30.6943C176.331 31.0976 170.013 31.7002 169.554 31.8674C169.519 31.8521 169.95 31.6564 170.136 31.6114C168.306 31.9344 166.472 32.2369 164.632 32.5187C165.114 32.3595 163.232 32.1918 165.799 31.9459C165.062 31.9773 164.147 32.0269 162.593 32.167C163.098 32.1512 163.856 32.2701 163.166 32.3241C161.27 32.3049 161.85 32.3336 159.52 32.3471C160.273 32.3369 159.443 32.5738 158.249 32.63C158.435 32.5917 158.146 32.4418 158.581 32.4023L155.619 32.7371C156.357 32.6719 155.745 32.5671 155.083 32.5411C155.39 32.5698 152.517 32.6446 151.727 32.6869L152.983 32.688C149.63 32.7797 149.675 33.0735 146.346 33.1528C146.751 33.1051 147.337 32.8832 145.647 32.9013C144.871 33.0188 142.218 33.4502 139.267 33.5618L138.7 33.5134L136.438 33.5981C137.844 33.444 141.792 33.0834 143.946 32.912C142.69 32.8905 143.599 32.8542 141.718 32.8899C141.057 32.8504 142.743 32.7914 143.295 32.7781L138.919 32.8124C139.114 32.9305 135.575 32.9588 135.742 33.0552L140.491 32.8902C140.682 33.0013 137.741 33.2558 134.642 33.2516C133.855 33.2127 135.233 33.0435 135.169 33.0065C134.764 33.0475 132.225 33.0913 131.942 33.0638L133.255 32.9999C131.532 32.9621 130.438 33.1588 128.363 33.0426C127.647 33.0342 126.232 32.8829 126.104 32.9511C127.271 33.0902 127.494 33.4945 126.712 33.5914C126.464 33.5791 122.956 33.4394 122.136 33.3649C120.963 33.2459 123.913 33.141 122.911 33.0439C122.868 33.0757 122.214 33.1044 121.941 33.118C121.19 33.0808 122.254 33.025 120.618 33.0186C120.346 33.134 117.296 32.9559 119.843 33.1091C118.243 33.118 118.145 33.0589 116.268 33.0271C116.862 33.1107 114.579 33.2486 112.973 33.2437C113.07 33.2146 112.71 33.1697 112.539 33.1477C109.268 33.0332 107.511 32.9666 104.457 32.863C104.175 32.8286 102.703 32.7423 103.333 32.7124C102.894 32.7178 102.49 32.7453 101.549 32.7123C99.7316 32.5478 103.65 32.7688 102.266 32.5986C102.144 32.6604 99.8294 32.6068 98.4846 32.5945C98.8935 32.7165 101.584 32.7276 102.929 32.7331C102.928 32.8754 100.589 32.9495 97.3912 32.893C94.8517 32.8283 96.2955 32.7574 95.857 32.756C91.0968 32.534 91.7873 32.8326 87.8422 32.5492C86.2798 32.3838 87.7803 32.3631 87.4348 32.2782C89.4999 32.3465 90.6012 32.4892 92.0031 32.545L90.2842 32.426C90.9422 32.4247 92.3211 32.4658 93.071 32.5232C91.7618 32.3907 85.0291 32.1456 81.3626 31.8625C80.7109 31.8573 79.5803 31.8285 80.1104 31.8954L81.2751 31.9531C82.3416 32.0804 79.0832 31.9327 80.5534 32.0462C78.9905 32.0095 77.2426 31.9976 75.0525 31.8214L74.644 31.6927C74.6896 31.7289 76.0767 31.845 76.6932 31.8416C75.7748 31.8368 73.3378 31.4993 72.3267 31.5713L73.8592 31.742C72.2907 31.6983 70.353 31.6905 68.4112 31.5267C69.2865 31.6852 68.8605 31.5489 70.2314 31.7523C69.0452 31.5309 75.206 32.0731 73.2876 31.7951C74.6989 32.0209 75.7369 32.0044 77.5867 32.2316C77.5292 32.1948 76.9337 32.1315 78.5642 32.2393L78.9262 32.2301L78.944 32.2309C79.0149 32.2344 79.0211 32.228 78.9085 32.2292C78.5193 32.1896 78.2069 32.1538 78.0778 32.1271C78.8915 32.0927 81.4861 32.2415 82.369 32.2445C83.3376 32.3128 81.959 32.2649 82.4895 32.325L83.8051 32.3291C83.9314 32.4099 86.3706 32.5849 84.0861 32.5193L86.1377 32.6208C87.3474 32.7281 89.0081 32.8239 90.0385 32.841C91.0075 32.9025 92.4909 32.8674 91.6424 32.8864L94.868 32.9783L94.8966 33C98.0781 33.1439 101.451 33.1278 105.084 33.3821C106.156 33.3945 107.264 33.4086 109.056 33.477L109.402 33.5551C110.776 33.5689 113.53 33.7255 114.126 33.6669C115.603 33.8823 120.803 33.8346 123.225 33.8866L123.318 33.8031C124.982 33.8244 126.583 33.8155 128.653 33.7891L128.526 33.715C130.312 33.6611 133.11 33.7792 135.933 33.7494C135.741 33.7806 135.024 33.779 134.522 33.7609C137.892 33.9141 141.631 33.5704 144.686 33.6334C145.447 33.5897 145.999 33.5831 146.532 33.5891L146.342 33.6001L146.656 33.5953C146.994 33.5984 147.337 33.6019 147.716 33.6071L146.828 33.5902C147.416 33.5651 148.307 33.5278 149.18 33.4964L149.556 33.5693L149.758 33.5589C150.617 33.5608 150.448 33.4982 149.988 33.4483C150.428 33.4226 150.833 33.3884 151.142 33.363C151.842 33.4723 153.43 33.239 154.385 33.3405C154.971 33.2474 158.772 33.0965 159.237 32.9161C159.266 32.9311 159.527 32.9305 159.051 32.9544C160.025 32.9212 160.999 32.8813 161.869 32.7888L162.286 32.8704L164.403 32.5955C165.696 32.5714 166.23 32.5707 164.953 32.738C168.04 32.3958 167.459 32.5163 170.084 32.1716L169.962 32.2469C170.903 32.1646 172.396 31.9334 172.971 31.9347C174.027 31.8989 176.624 31.6477 179.63 31.2609C182.636 30.8808 186.041 30.351 188.725 29.8804C187.663 29.8957 191.223 29.4752 191.411 29.254C191.726 29.2357 192.474 29.0897 191.621 29.3254C194.333 28.6529 195.71 28.3752 197.535 27.6655C197.852 27.6134 196.978 27.9159 197.259 27.8553C197.476 27.7846 198.099 27.5375 198.387 27.4636C198.663 27.3959 198.005 27.6345 197.588 27.797C198.956 27.3359 199.69 27.006 200.104 26.7825C200.518 26.5589 200.613 26.4415 200.689 26.3368C202.055 25.8078 202.718 25.461 203.614 24.8409C204.07 24.5991 204.843 24.1966 203.272 25.1562C203.723 24.9141 205.102 24.1213 206.204 23.0504C207.328 22.0077 207.979 20.5823 207.889 20.3744C207.801 20.1192 207.677 19.7537 207.498 19.4127C207.338 19.059 207.115 18.7632 207.044 18.6377C206.366 17.6143 205.903 17.1507 205.451 16.7012C204.999 16.2517 204.528 15.8284 203.607 15.1591C203.772 15.2893 203.944 15.4131 204.103 15.5498C203.325 15.118 202.575 14.4504 200.994 13.5789L201.047 13.5951C199.254 12.5776 198.828 12.448 198.434 12.259C198.033 12.09 197.651 11.9219 195.793 11.1249L195.975 11.2831C195.584 11.2908 192.675 9.94011 190.434 9.36816L191.225 9.65819C190.008 9.34033 187.889 8.44225 186.661 8.11028C186.398 8.02948 187.09 8.19251 187.465 8.27886C184.268 7.36135 187.027 8.26398 184.625 7.70441C184.194 7.5475 185.224 7.68662 183.607 7.30829C182.807 7.06531 178.866 6.46349 176.656 5.96769C177.141 6.10018 177.621 6.23239 176.491 6.06124C174.764 5.7588 171.845 5.09233 170.262 4.99363C170.045 4.94899 169.963 4.9246 169.952 4.91049C168.62 4.74292 165.635 4.34434 164.83 4.32484C163.638 3.85907 156.558 3.46122 156.611 3.22656L152.517 2.82737L152.625 2.81235C150.006 2.54718 149.076 2.53506 148.153 2.51647C147.546 2.44576 147.989 2.46094 148.043 2.45005C144.221 2.07785 143.836 2.06559 140.617 1.96054L140.291 1.84947C139.421 1.83351 134.757 1.34508 130.992 1.24692C131.028 1.24191 131.106 1.22543 131.407 1.23358C127.171 1.09849 121.278 0.528914 119.718 0.790709L116.921 0.774349C120.535 0.919299 116.376 0.88975 117.865 0.990533C116.444 0.960893 114.194 0.788551 115.941 0.820757L116.213 0.834216C116.86 0.703498 111.723 0.65949 111.823 0.555961C104.707 0.386885 97.7631 0.226294 91.0952 0.228537L91.8595 0.354493L89.5306 0.34772C88.9216 0.317584 88.7114 0.252946 90.3709 0.25371C89.9341 0.218533 89.2396 0.238406 88.6457 0.263254C88.0515 0.294864 87.5636 0.331741 87.539 0.350861C84.2867 0.318734 88.809 0.196758 87.8131 0.201711L86.461 0.21616L86.7685 0.231374C85.6693 0.285458 85.5717 0.341645 83.5798 0.351549C82.3181 0.336571 82.9314 0.278786 82.4335 0.281262C82.4335 0.281262 82.3921 0.279214 82.2797 0.273655L81.6747 0.28439L78.7453 0.315699L79.9149 0.393919C78.6137 0.458344 77.1569 0.433712 78.5099 0.521002C76.5263 0.361826 67.5723 0.691617 66.3513 0.692214C64.5314 0.819106 62.7385 0.879536 60.512 0.959187C61.0632 0.959345 61.3962 1.05718 59.4788 1.11823C60.1731 0.86106 55.9617 1.16791 54.4071 1.0842C55.7981 1.11914 48.951 1.39048 51.1298 1.43728C49.5261 1.50708 51.0271 1.35762 49.8114 1.37204C46.003 1.6785 41.414 1.83107 36.7097 2.27625C36.6368 2.31332 37.4261 2.29136 36.4238 2.42481L33.9306 2.50483C33.0005 2.61474 33.0881 2.76144 31.3832 2.83979C31.6263 2.83826 31.982 2.83552 31.3618 2.91331C29.0573 3.13147 26.7321 3.40963 24.3955 3.79571C23.2365 3.98242 22.039 4.22825 20.9127 4.47082C19.7366 4.64313 18.5584 4.85602 17.3901 5.11007C15.0532 5.62494 12.7325 6.28977 10.4567 7.12631C8.19726 7.99078 5.95445 8.99845 3.92962 10.5118C4.48282 10.1121 4.59125 10.0768 4.43775 10.1844C4.28425 10.2921 3.90753 10.5989 3.50549 10.9383C4.03604 10.5171 3.5317 11.0074 3.65888 10.9527C2.56687 11.8207 1.5689 12.9442 0.969733 14.3925C0.935151 14.4925 0.909382 14.6539 0.864202 14.8483C0.819021 15.0427 0.748853 15.2629 0.723976 15.5261C0.693186 15.789 0.637743 16.071 0.652579 16.3701C0.649677 16.6682 0.646441 16.9731 0.708576 17.2745C0.862184 18.4821 1.375 19.4974 1.50853 19.6735C1.39407 19.4712 1.31643 19.2436 1.22038 19.0287C1.12434 18.8138 1.03454 18.5924 0.974966 18.3589C1.32234 19.2439 1.14754 18.5844 0.993932 17.7361C0.876802 16.8693 1.01736 15.8254 1.09277 15.9783C1.10784 14.9553 1.65825 13.6537 2.62365 12.5896C3.58938 11.5187 4.84537 10.5707 6.1509 9.6997C6.7592 9.38404 5.66574 10.0418 5.99929 9.88881C6.6501 9.43288 7.47538 8.92456 9.08523 8.25167L8.90875 8.34464C11.1627 7.35108 12.8407 6.85784 14.5893 6.37487C16.3422 5.92602 18.1886 5.50213 20.8684 5.12626L20.4605 5.10608L21.1885 5.00651L21.6793 4.90876L22.4146 4.78243C23.0638 4.59761 22.2566 4.74072 21.4415 4.92411C20.9917 5.03067 20.5994 5.05194 20.3547 5.08728C20.1162 5.11616 20.0574 5.10647 20.3577 5.02641C20.5538 5.01578 20.8216 4.99513 21.1612 4.9577C21.4963 4.89293 21.8853 4.81726 22.3101 4.73659C23.1597 4.57524 24.1582 4.40091 25.1437 4.2463C27.1208 3.93735 29.0463 3.71398 29.5721 3.74679C31.3606 3.53698 29.0403 3.71369 30.8284 3.51065L31.3087 3.5073L31.7588 3.39397C32.9323 3.27577 33.5304 3.28503 33.576 3.32119L32.4614 3.44908C33.984 3.34138 36.7501 3.01724 37.2731 2.98888L35.5481 3.11369C40.4331 2.60966 46.4121 2.27502 51.1415 1.91922L50.7809 1.90138C54.3914 1.63937 53.6788 1.78715 57.6428 1.56975L57.4999 1.58302C58.2916 1.51372 59.356 1.44436 60.4423 1.40998C59.4423 1.49609 62.3323 1.42215 61.0173 1.52657C64.934 1.30683 62.9562 1.39201 65.5455 1.16759L66.1419 1.21067C67.0233 1.12547 67.0959 1.09517 69.0794 1.01705C67.4504 1.11949 70.3446 1.07966 68.5251 1.19979C72.6846 1.22257 74.7034 0.908913 76.6157 1.07134C78.5286 0.860916 73.0136 1.04224 74.0832 0.986695C73.1845 0.942223 75.662 0.820755 76.9661 0.81749C78.2945 0.80187 79.2272 0.99718 82.5718 0.9593L81.8833 0.979466C83.1325 1.00738 84.3355 0.890644 85.8674 0.952896C86.7265 0.839474 87.859 0.949755 88.1088 0.812961L85.0421 0.864592C86.7811 0.815055 88.4135 0.644985 91.2784 0.718962C91.0576 0.748715 90.2026 0.780978 89.6146 0.806118C90.4541 0.847665 91.2281 0.777489 92.0972 0.820499C91.8478 0.950529 88.3676 0.852887 86.5067 0.970968C87.4053 1.01544 90.033 0.853944 89.095 1.00414C90.444 0.813264 92.3897 1.01803 94.6544 0.886025L94.5022 0.966632C94.8583 0.957134 95.601 0.919311 96.2646 0.925028L95.0685 1.02177C96.9041 0.936337 98.6018 1.12205 100.358 1.08691C96.679 1.05401 99.5335 0.978321 97.9783 0.908136C102.522 0.841436 100.587 1.1389 105.67 1.17352C104.983 1.17339 103.09 1.08653 104.164 1.06509C105.128 1.09926 106.406 1.14893 107.002 1.20553C110.372 1.25703 106.485 1.11215 107.921 1.08827C109.065 1.2059 109.574 1.08198 111.05 1.0872L111.058 1.16894C114.891 1.31796 112.079 1.02284 115.532 1.18018L114.071 1.25024L115.871 1.27155L115.494 1.35456C117.456 1.3432 118.065 1.3801 119.98 1.47489C119.54 1.39884 120.236 1.33163 121.934 1.39531C123.091 1.49323 121.28 1.44428 123.688 1.52955C123.141 1.55673 122.547 1.59511 121.497 1.48216C121.39 1.50395 120.957 1.50964 120.848 1.53819C122.094 1.6405 123.983 1.67297 124.853 1.70921C124.516 1.69254 124.113 1.67264 123.913 1.64917L127.408 1.69329C127.956 1.74755 127.517 1.75295 127.084 1.75865C127.788 1.7867 128.281 1.76364 129.322 1.81514C129.053 1.8696 129.108 1.94016 127.64 1.90142L130.967 1.99145C131.19 2.02962 132.665 2.16364 132.233 2.16257C134.069 2.3009 136.754 2.29142 139.192 2.50693C139.316 2.49955 139.577 2.50566 140.091 2.53112C142.382 2.70551 144.409 2.94142 147.129 3.076L148.658 3.32792C150.783 3.48735 146.588 2.99498 150.125 3.25816C152.634 3.45014 151.052 3.44641 151.93 3.55764C153.177 3.61937 155.354 3.70675 157.643 4.05052C156.876 3.9719 156.286 3.91559 155.572 3.84637L155.562 3.8255ZM181.591 7.68311C181.086 7.59032 180.086 7.43913 179.724 7.31954C180.31 7.34851 180.742 7.47837 181.591 7.68311ZM198.843 26.6252C199.201 26.4734 199.756 26.2703 200.389 26.044C199.936 26.2318 199.427 26.4439 198.843 26.6252ZM87.7554 32.6263L87.8086 32.6289C88.9425 32.7122 88.5411 32.6787 87.7554 32.6263ZM85.398 32.4757C85.1609 32.4776 85.1783 32.4852 85.2781 32.5037C85.4447 32.4916 85.9768 32.5179 86.5795 32.5546C86.415 32.5261 86.1082 32.4973 85.404 32.476L85.398 32.4757ZM82.1316 0.273103L82.5928 0.295925C81.5541 0.325881 81.8458 0.299638 82.1316 0.273103Z' fill='%237F42E1'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.tochka-main .svg-5 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tochka-main .svg-5:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='180' height='30' viewBox='0 0 180 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M134.473 3.82171L135.982 4.03705C134.144 3.93439 132.823 3.76935 134.239 3.99768C134.474 3.80416 140.131 4.62341 140.359 4.47057L141.352 4.63694L140.74 4.5656C142.668 4.90723 142.196 4.60247 144.692 4.97223C145.558 5.11472 146.163 5.22674 145.565 5.16786L147.509 5.40474C148.069 5.49694 147.93 5.50764 147.37 5.42129L150.319 5.87793L150.299 5.87692C150.723 5.92134 151.682 6.0333 152.146 6.10314C152.887 6.26879 151.768 6.05515 151.955 6.11716L153.59 6.36808C154.244 6.54696 152.889 6.33337 151.765 6.13118C153.255 6.60942 153.126 6.30409 156.373 7.08612L154.837 6.79908C155.807 7.10503 157.003 7.31077 158.715 7.77067C158.317 7.62785 155.291 6.84502 157.057 7.16685C157.548 7.29084 158.198 7.43438 159.149 7.61626C159.145 7.69229 160.07 7.87875 161.216 8.16992L161.12 8.24138C162.363 8.53153 162.279 8.46289 163.011 8.62218C164.387 9.01273 164.651 9.1782 164.957 9.334C167.14 10.0224 163.476 8.75075 166.065 9.54128C167.867 10.1697 169.14 10.5669 171.259 11.4279C172.467 12.0153 171.03 11.3815 171.455 11.6077C171.823 11.749 172.191 11.8903 172.552 12.0489C172.813 12.179 172.722 12.1569 172.671 12.1485C173.573 12.5859 172.787 12.0781 174.182 12.8329C174.597 12.9473 176.947 14.6287 178.241 16.1759C178.534 16.5831 178.053 16.0259 178.123 16.17C178.57 16.6846 178.831 17.1137 179.014 17.4511C179.103 17.6255 179.188 17.7704 179.243 17.9137L179.312 18.0754C179.32 18.111 179.36 18.1481 179.332 18.182L179.21 18.4749C179.148 18.5949 179.074 18.7261 179.001 18.869C178.827 19.1535 178.61 19.5004 178.225 19.921C177.761 20.3728 177.254 20.764 176.719 21.1009C177.882 20.3202 176.513 21.5362 175.13 22.3002C175.586 22.1059 175.965 21.9136 176.218 21.7737C175.503 22.2308 174.76 22.6219 174.008 22.9833C173.726 23.0866 173.952 22.9688 174.307 22.7519L173.896 22.9661C173.069 23.2886 173.476 23.0566 174.045 22.7507C174.323 22.6355 174.605 22.5322 174.873 22.4165C175.407 22.0912 175.877 21.7334 175.747 21.7504C175.61 21.8374 175.345 22.006 175.039 22.1668C175.177 22.0798 175.262 22.0195 175.194 22.0455C175.116 22.0709 174.898 22.2184 174.539 22.4175L173.998 22.5608L173.886 22.6549C172.895 23.0748 171.886 23.4352 170.865 23.7481C168.705 24.5557 166.803 25.2412 163.239 25.9911C164.114 25.7413 163.411 25.8296 163.447 25.7318C164.432 25.634 166.197 25.1292 168.022 24.6568C167.066 24.8967 167.271 24.7955 167.511 24.7194C166.433 25.0295 165.347 25.304 164.256 25.5608C164.317 25.47 163.554 25.655 162.685 25.7878C163.355 25.821 160.239 26.3468 158.898 26.5853C158.808 26.5456 159.125 26.4558 160.771 26.1914C158.949 26.3826 158.449 26.7448 156.655 26.9022C157.058 26.8459 157.275 26.8215 157.431 26.7765C156.498 26.9589 154.196 27.2143 154.73 27.1059L155.133 27.0555C152.462 27.404 146.99 27.9246 146.593 28.0691C146.563 28.0559 146.936 27.8868 147.097 27.8478C145.512 28.127 143.924 28.3884 142.331 28.632C142.748 28.4944 141.118 28.3492 143.341 28.1368C142.703 28.1638 141.91 28.2067 140.565 28.3277C141.002 28.3141 141.659 28.417 141.061 28.4636C139.419 28.4469 139.921 28.4717 137.903 28.4832C138.556 28.4745 137.837 28.6793 136.803 28.7277C136.964 28.6947 136.713 28.565 137.09 28.5309L134.525 28.8202C135.164 28.7639 134.634 28.6732 134.061 28.6507C134.326 28.6755 131.839 28.74 131.154 28.7765L132.243 28.7776C129.339 28.8566 129.377 29.1106 126.494 29.179C126.845 29.1377 127.353 28.9459 125.889 28.9615C125.217 29.063 122.919 29.4359 120.364 29.5322L119.873 29.4903L117.914 29.5633C119.132 29.4302 122.55 29.1186 124.416 28.9706C123.328 28.952 124.115 28.9206 122.487 28.9513C121.913 28.9171 123.374 28.8663 123.852 28.8548L120.062 28.8841C120.232 28.9863 117.166 29.0105 117.311 29.0938L121.424 28.9515C121.589 29.0476 119.042 29.2675 116.358 29.2636C115.677 29.2299 116.87 29.0837 116.815 29.0517C116.464 29.0871 114.265 29.1249 114.02 29.101L115.157 29.0459C113.665 29.0131 112.718 29.1831 110.921 29.0825C110.3 29.0752 109.075 28.9442 108.964 29.0032C109.974 29.1236 110.168 29.4731 109.491 29.5569C109.276 29.5462 106.238 29.4252 105.528 29.3608C104.512 29.2577 107.067 29.1673 106.199 29.0833C106.161 29.1107 105.595 29.1355 105.359 29.1472C104.709 29.115 105.63 29.0668 104.213 29.0612C103.977 29.1609 101.336 29.0068 103.542 29.1394C102.156 29.147 102.071 29.0959 100.445 29.0682C100.96 29.1406 98.9833 29.2596 97.5925 29.2553C97.6759 29.2301 97.3647 29.1913 97.2168 29.1722C94.3833 29.073 92.8616 29.0153 90.2175 28.9255C89.9726 28.8958 88.6982 28.821 89.2436 28.7953C88.8635 28.7999 88.5133 28.8236 87.6986 28.795C86.1247 28.6526 89.5184 28.844 88.3194 28.6968C88.2141 28.7502 86.2095 28.7037 85.0448 28.693C85.3989 28.7984 87.7288 28.8082 88.8937 28.8131C88.8927 28.9362 86.8672 29.0001 84.0979 28.951C81.8987 28.8949 83.149 28.8337 82.7692 28.8325C78.6468 28.6402 79.2448 28.8984 75.8282 28.6531C74.4751 28.5099 75.7746 28.4922 75.4754 28.4188C77.2638 28.4779 78.2175 28.6013 79.4316 28.6497L77.9431 28.5467C78.5129 28.5456 79.7071 28.5813 80.3565 28.631C79.2227 28.5163 73.392 28.3039 70.2166 28.0589C69.6522 28.0544 68.673 28.0294 69.1321 28.0873L70.1408 28.1372C71.0644 28.2474 68.2426 28.1194 69.5158 28.2176C68.1623 28.1858 66.6486 28.1754 64.7519 28.0229L64.3981 27.9116C64.4376 27.9429 65.6388 28.0434 66.1728 28.0405C65.3774 28.0363 63.2668 27.7443 62.3912 27.8064L63.7184 27.9542C62.3601 27.9163 60.682 27.9094 59.0003 27.7676C59.7583 27.9048 59.3894 27.7869 60.5767 27.9629C59.5493 27.7713 64.8848 28.2405 63.2234 28C64.4456 28.1953 65.3446 28.1812 66.9466 28.3777C66.8968 28.346 66.3811 28.2911 67.7931 28.3845L68.1066 28.3765L68.122 28.3773C68.1835 28.3803 68.1889 28.3747 68.0913 28.3758C67.7542 28.3415 67.4837 28.3105 67.3719 28.2874C68.0766 28.2578 70.3235 28.3866 71.0882 28.3892C71.9271 28.4483 70.7332 28.4068 71.1926 28.4589L72.3319 28.4625C72.4413 28.5324 74.5537 28.6838 72.5752 28.627L74.352 28.7149C75.3996 28.8078 76.8379 28.8907 77.7303 28.9055C78.5694 28.9588 79.8541 28.9285 79.1193 28.9449L81.9128 29.0246L81.9375 29.0434C84.6928 29.168 87.6141 29.1543 90.7599 29.3744C91.6885 29.3852 92.6477 29.3975 94.2 29.4567L94.4995 29.5243C95.6897 29.5363 98.0749 29.6719 98.5907 29.6213C99.8699 29.8077 104.373 29.7667 106.471 29.8119L106.551 29.7397C107.993 29.7582 109.379 29.7506 111.171 29.728L111.061 29.6639C112.609 29.6174 115.032 29.7197 117.476 29.6941C117.311 29.7211 116.689 29.7196 116.254 29.704C119.173 29.8367 122.411 29.5397 125.057 29.5944C125.716 29.5567 126.194 29.551 126.655 29.5563L126.491 29.5657L126.763 29.5616C127.055 29.5643 127.353 29.5673 127.681 29.5719L126.912 29.5572C127.421 29.5355 128.193 29.5034 128.949 29.4763L129.274 29.5393L129.449 29.5304C130.193 29.532 130.047 29.4779 129.649 29.4347C130.03 29.4126 130.38 29.383 130.648 29.3611C131.254 29.4556 132.63 29.254 133.457 29.3418C133.964 29.2614 137.255 29.1312 137.658 28.9752C137.683 28.9882 137.909 28.9876 137.497 29.0083C138.341 28.9797 139.184 28.9452 139.937 28.8653L140.298 28.9359L142.132 28.6984C143.252 28.6776 143.714 28.677 142.609 28.8216C145.282 28.526 144.779 28.63 147.052 28.3322L146.946 28.3973C147.761 28.3262 149.054 28.1264 149.552 28.1276C150.467 28.0967 152.716 27.8797 155.319 27.5454C157.922 27.217 160.871 26.7591 163.196 26.3524C162.276 26.3655 165.359 26.0022 165.522 25.811C165.795 25.7952 166.443 25.669 165.704 25.8727C168.053 25.2914 169.245 25.0514 170.825 24.4379C171.1 24.3929 170.343 24.6544 170.586 24.6019C170.774 24.5409 171.313 24.3272 171.563 24.2634C171.802 24.2049 171.232 24.4111 170.871 24.5515C172.056 24.1529 172.691 23.8678 173.05 23.6745C173.408 23.4812 173.49 23.3798 173.557 23.2893C174.739 22.8319 175.314 22.5321 176.089 21.996C176.485 21.7869 177.154 21.439 175.794 22.2686C176.184 22.0593 177.378 21.3739 178.332 20.448C179.306 19.5465 179.87 18.3141 179.791 18.1343C179.715 17.9137 179.608 17.5977 179.453 17.3028C179.314 16.9969 179.121 16.7412 179.06 16.6326C178.472 15.7477 178.071 15.3468 177.68 14.9581C177.288 14.5694 176.881 14.2034 176.083 13.6246C176.226 13.7372 176.375 13.8442 176.513 13.9624C175.838 13.589 175.189 13.0118 173.82 12.2581L173.866 12.2721C172.313 11.3922 171.944 11.2801 171.603 11.1167C171.256 10.9706 170.924 10.8252 169.316 10.1359L169.473 10.2727C169.134 10.2794 166.615 9.11126 164.674 8.61656L165.36 8.86739C164.306 8.59247 162.47 7.8158 161.407 7.52868C161.179 7.4588 161.778 7.5998 162.103 7.6745C159.334 6.88095 161.724 7.66159 159.643 7.1776C159.27 7.0419 160.162 7.16226 158.762 6.83503C158.069 6.62488 154.656 6.10425 152.742 5.6754C153.162 5.78999 153.577 5.90433 152.599 5.75627C151.103 5.49465 148.575 4.91819 147.204 4.83274C147.016 4.79412 146.945 4.77303 146.936 4.76083C145.783 4.61585 143.197 4.27101 142.5 4.2541C141.468 3.85129 135.336 3.5068 135.382 3.3039L131.837 2.95847L131.93 2.94549C129.662 2.71603 128.857 2.70548 128.057 2.68935C127.531 2.62816 127.915 2.64132 127.962 2.6319C124.652 2.30982 124.319 2.2992 121.531 2.20814L121.248 2.11208C120.494 2.09823 116.455 1.67558 113.195 1.59045C113.226 1.58613 113.293 1.57188 113.555 1.57895C109.886 1.46185 104.782 0.968964 103.431 1.19522L101.009 1.18088C104.139 1.30646 100.537 1.28063 101.826 1.36787C100.596 1.34214 98.6476 1.19297 100.16 1.22094L100.396 1.2326C100.956 1.11962 96.5076 1.08121 96.5941 0.991703C90.4317 0.845025 84.4177 0.705695 78.6432 0.707178L79.3051 0.816138L77.2882 0.810123C76.7608 0.784024 76.5787 0.72812 78.0159 0.728894C77.6376 0.698449 77.0362 0.715585 76.5218 0.737028C76.0072 0.76432 75.5847 0.796172 75.5634 0.812702C72.7468 0.784701 76.6633 0.679544 75.8007 0.683758L74.6298 0.696159L74.8961 0.709336C73.9442 0.756024 73.8597 0.804599 72.1346 0.813026C71.0419 0.799989 71.5731 0.750067 71.1418 0.752174C71.1418 0.752174 71.106 0.7504 71.0087 0.745586L70.4847 0.754827L67.9477 0.781698L68.9607 0.849411C67.8338 0.905027 66.5722 0.883629 67.7439 0.959197C66.0261 0.821431 58.2716 1.10597 57.2142 1.1064C55.6382 1.216 54.0855 1.26813 52.1572 1.33684C52.6346 1.33702 52.923 1.42163 51.2624 1.47429C51.8637 1.25198 48.2165 1.51701 46.8702 1.44452C48.0749 1.47483 42.1451 1.70897 44.032 1.74959C42.6432 1.80983 43.943 1.6807 42.8902 1.69309C39.592 1.95781 35.6178 2.08941 31.5438 2.47402C31.4806 2.50606 32.1642 2.48713 31.2962 2.60245L29.137 2.67147C28.3316 2.76644 28.4074 2.89329 26.9309 2.96092C27.1415 2.95961 27.4495 2.95727 26.9124 3.02448C24.9167 3.21296 22.9029 3.45331 20.8795 3.78698C19.8757 3.94834 18.8386 4.16081 17.8633 4.37048C16.8447 4.51938 15.8245 4.70338 14.8127 4.92296C12.7888 5.36799 10.7791 5.94267 8.80823 6.66583C6.85156 7.41314 4.90929 8.28427 3.15583 9.59268C3.63489 9.24707 3.72879 9.21655 3.59586 9.30962C3.46293 9.4027 3.1367 9.66794 2.78855 9.9614C3.24799 9.59724 2.81125 10.0211 2.92138 9.97384C1.97573 10.7243 1.11154 11.6957 0.592741 12.9479C0.562798 13.0344 0.540492 13.174 0.501378 13.342C0.462264 13.5101 0.401511 13.7005 0.379985 13.9281C0.353338 14.1554 0.305341 14.3992 0.31821 14.6578C0.315718 14.9156 0.312937 15.1792 0.366768 15.4398C0.499879 16.484 0.944061 17.3619 1.05971 17.5141C0.960579 17.3392 0.893324 17.1425 0.810129 16.9566C0.726934 16.7708 0.649148 16.5793 0.597543 16.3775C0.898444 17.1427 0.747013 16.5725 0.613926 15.839C0.512429 15.0895 0.634088 14.1869 0.699406 14.3191C0.712381 13.4345 1.18897 12.3091 2.02496 11.3891C2.86123 10.4633 3.9489 9.64365 5.07946 8.89063C5.60626 8.61773 4.65933 9.18639 4.94818 9.05413C5.51177 8.65995 6.22646 8.22049 7.62059 7.63879L7.46776 7.71916C9.41969 6.86023 10.8729 6.43386 12.3872 6.01639C13.9052 5.6284 15.5042 5.26201 17.825 4.9372L17.4717 4.91972L18.1021 4.83368L18.5272 4.74919L19.164 4.64001C19.7262 4.48025 19.0271 4.60393 18.3212 4.76245C17.9317 4.85455 17.592 4.87292 17.3801 4.90346C17.1735 4.92841 17.1226 4.92003 17.3827 4.85083C17.5525 4.84165 17.7844 4.82381 18.0786 4.79148C18.3688 4.73549 18.7056 4.67009 19.0735 4.60037C19.8093 4.46091 20.6739 4.31025 21.5275 4.17663C23.2397 3.90963 24.9071 3.71663 25.3625 3.74503C26.9114 3.56374 24.902 3.71638 26.4505 3.54094L26.8665 3.53807L27.2563 3.44012C28.2725 3.338 28.7905 3.34605 28.83 3.37731L27.8647 3.48782C29.1833 3.39479 31.5788 3.11472 32.0317 3.09023L30.5379 3.19803C34.7684 2.76255 39.9463 2.47362 44.0422 2.1663L43.7298 2.15084C46.8567 1.92454 46.2396 2.05228 49.6725 1.86457L49.5487 1.87604C50.2344 1.81617 51.1561 1.75627 52.0969 1.72662C51.2309 1.801 53.7337 1.73727 52.5949 1.82747C55.9869 1.63774 54.274 1.71125 56.5164 1.51739L57.0329 1.55468C57.7963 1.48107 57.8591 1.45487 59.5769 1.38746C58.1661 1.47592 60.6726 1.44168 59.0968 1.54543C62.6991 1.56541 64.4474 1.29434 66.1035 1.43492C67.7602 1.25311 62.984 1.40951 63.9103 1.36156C63.132 1.32304 65.2776 1.21818 66.407 1.21545C67.5574 1.20204 68.3651 1.37097 71.2617 1.33845L70.6654 1.35584C71.7472 1.38007 72.7891 1.27921 74.1158 1.33314C74.8598 1.23513 75.8406 1.33056 76.0569 1.2123L73.401 1.25673C74.907 1.21402 76.3207 1.06708 78.8018 1.13124C78.6107 1.15695 77.8702 1.18479 77.3609 1.20648C78.088 1.24246 78.7583 1.18184 79.511 1.21909C79.295 1.3315 76.281 1.24684 74.6694 1.34881C75.4477 1.38732 77.7233 1.24786 76.911 1.37767C78.0792 1.21272 79.7643 1.3899 81.7256 1.27592L81.5938 1.34561C81.9022 1.33742 82.5454 1.30477 83.12 1.30975L82.0842 1.39332C83.6739 1.31958 85.1442 1.48027 86.665 1.45001C83.4789 1.42131 85.9511 1.35606 84.6041 1.29527C88.5388 1.2379 86.863 1.49498 91.2655 1.52525C90.6701 1.5251 89.0313 1.44986 89.9613 1.4314C90.7964 1.46101 91.903 1.50404 92.419 1.55303C95.3374 1.59779 91.9713 1.47225 93.2145 1.4517C94.2052 1.55349 94.6468 1.44637 95.9247 1.45099L95.9314 1.52167C99.2512 1.65077 96.8154 1.39541 99.8063 1.53169L98.5406 1.59216L100.1 1.61071L99.7731 1.68247C101.473 1.67277 102 1.70472 103.659 1.78682C103.277 1.72103 103.88 1.66296 105.351 1.71814C106.353 1.80289 104.784 1.76044 106.87 1.83433C106.396 1.8578 105.881 1.89094 104.972 1.79321C104.879 1.81204 104.504 1.81693 104.411 1.84161C105.489 1.93016 107.125 1.95836 107.878 1.98976C107.586 1.97531 107.238 1.95808 107.065 1.93777L110.091 1.97616C110.566 2.02312 110.186 2.02776 109.811 2.03265C110.421 2.05696 110.848 2.03705 111.749 2.08165C111.516 2.12873 111.564 2.18974 110.293 2.15614L113.173 2.23421C113.367 2.26723 114.644 2.38321 114.27 2.38225C115.86 2.50199 118.186 2.49397 120.296 2.68049C120.404 2.67411 120.63 2.67941 121.075 2.70146C123.06 2.8524 124.815 3.05652 127.17 3.17308L128.494 3.391C130.335 3.529 126.702 3.10298 129.765 3.33078C131.938 3.49695 130.568 3.49362 131.328 3.58985C132.408 3.64332 134.294 3.71902 136.276 4.01641C135.612 3.94838 135.101 3.89965 134.483 3.83975L134.473 3.82171ZM157.016 7.15898C156.578 7.07871 155.712 6.94792 155.399 6.84449C155.906 6.86958 156.28 6.98189 157.016 7.15898ZM171.958 23.5384C172.267 23.4072 172.748 23.2317 173.297 23.0361C172.904 23.1984 172.464 23.3817 171.958 23.5384ZM75.753 28.7197L75.7991 28.722C76.7811 28.7941 76.4335 28.7651 75.753 28.7197ZM73.7115 28.5894C73.5061 28.591 73.5211 28.5976 73.6076 28.6136C73.7518 28.6031 74.2127 28.6259 74.7347 28.6576C74.5922 28.633 74.3265 28.6081 73.7166 28.5896L73.7115 28.5894ZM70.8804 0.745099L71.2798 0.764863C70.3803 0.790694 70.6329 0.768023 70.8804 0.745099Z' fill='%237F42E1'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.tochka-articles {
  padding: 100px 0;
}

@media (max-width: 820px) {
  .tochka-articles {
    padding: 32px 0;
  }
  .tochka-articles .container {
    padding: 0 20px;
  }
}
.tochka-articles__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 64px;
}

.tochka-articles__main .tochka-articles__item-image {
  max-width: 646px;
  width: 100%;
}

@media (max-width: 820px) {
  .tochka-articles__main .tochka-articles__item-image {
    max-width: unset;
  }
  .tochka-articles__main .tochka-articles__item-image img {
    max-height: 396px;
  }
}
@media (max-width: 550px) {
  .tochka-articles__main .tochka-articles__item-image img {
    max-height: 194px;
  }
}
.tochka-articles__main .tochka-articles__item-meta {
  padding: 0 32px;
  max-width: 646px;
  width: 100%;
  text-align: center;
}

@media (max-width: 820px) {
  .tochka-articles__main .tochka-articles__item-meta {
    max-width: unset;
    text-align: left;
    padding: 0;
  }
}
.tochka-articles__main .tochka-articles__item-title {
  font-size: 36px;
  line-height: 125%;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.tochka-articles__main .tochka-articles__item-title:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='294' height='47' viewBox='0 0 294 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M219.732 5.33797L222.197 5.68114C219.195 5.51416 217.036 5.25066 219.349 5.61397C219.733 5.31038 228.975 6.61569 229.348 6.37605L230.97 6.64064L229.969 6.52661C233.12 7.06964 232.347 6.589 236.427 7.17797C237.841 7.40463 238.83 7.58261 237.853 7.48821L241.029 7.86657C241.944 8.01324 241.717 8.02964 240.802 7.89217L245.62 8.61912L245.587 8.61746C246.279 8.68859 247.847 8.86754 248.604 8.97876C249.815 9.24147 247.987 8.90216 248.293 9.00023L250.964 9.39972C252.032 9.68297 249.819 9.34302 247.982 9.02169C250.418 9.77819 250.207 9.2977 255.511 10.5372L253.002 10.0812C254.588 10.5652 256.542 10.8923 259.34 11.6207C258.689 11.3949 253.744 10.1548 256.628 10.6662C257.432 10.8627 258.494 11.0903 260.048 11.3792C260.042 11.4987 261.553 11.7947 263.425 12.256L263.269 12.3681C265.3 12.8281 265.163 12.7199 266.358 12.9726C268.608 13.5909 269.039 13.8518 269.539 14.0978C273.107 15.1868 267.119 13.1762 271.35 14.427C274.294 15.4207 276.376 16.049 279.839 17.4094C281.813 18.3366 279.465 17.3356 280.16 17.6925C280.761 17.9158 281.362 18.1391 281.953 18.3896C282.379 18.595 282.23 18.56 282.147 18.5466C283.622 19.2372 282.337 18.4362 284.617 19.6274C285.296 19.8085 289.139 22.4595 291.257 24.8962C291.737 25.5375 290.95 24.6598 291.064 24.8867C291.796 25.6971 292.223 26.3726 292.524 26.9036C292.67 27.1781 292.809 27.4063 292.899 27.6319L293.012 27.8863C293.026 27.9423 293.09 28.0008 293.046 28.0539L292.847 28.5141C292.745 28.7026 292.626 28.9087 292.506 29.1332C292.224 29.5801 291.87 30.1248 291.242 30.785C290.486 31.4941 289.659 32.1076 288.786 32.6358C290.683 31.4117 288.45 33.3197 286.194 34.5168C286.939 34.2127 287.557 33.9115 287.971 33.6923C286.803 34.4087 285.591 35.0215 284.364 35.5876C283.903 35.7491 284.273 35.5646 284.851 35.2246L284.181 35.5601C282.831 36.0647 283.495 35.7012 284.424 35.2219C284.877 35.0415 285.338 34.88 285.775 34.6988C286.647 34.189 287.412 33.6278 287.201 33.6542C286.977 33.7905 286.544 34.0549 286.045 34.3067C286.27 34.1703 286.409 34.0758 286.298 34.1164C286.17 34.1562 285.815 34.3875 285.229 34.6995L284.346 34.9231L284.163 35.0707C282.546 35.728 280.9 36.2917 279.232 36.7806C275.707 38.044 272.602 39.1162 266.784 40.2845C268.212 39.8943 267.065 40.0311 267.123 39.8773C268.731 39.7265 271.613 38.9382 274.592 38.2008C273.031 38.5752 273.366 38.4166 273.757 38.2978C271.998 38.7821 270.224 39.2105 268.444 39.6109C268.543 39.4683 267.296 39.7569 265.877 39.9632C266.973 40.0174 261.885 40.8347 259.695 41.2056C259.547 41.143 260.066 41.0028 262.752 40.5919C259.778 40.8872 258.962 41.4551 256.032 41.6972C256.69 41.6099 257.044 41.5722 257.299 41.5018C255.776 41.7859 252.017 42.1805 252.889 42.0117L253.547 41.9337C249.185 42.4736 240.25 43.2757 239.601 43.5017C239.552 43.4808 240.16 43.216 240.423 43.1552C237.836 43.5894 235.242 43.9956 232.641 44.3738C233.322 44.1587 230.659 43.9255 234.289 43.5982C233.247 43.6389 231.953 43.7038 229.755 43.89C230.469 43.87 231.542 44.0338 230.566 44.1053C227.885 44.074 228.704 44.1145 225.409 44.1266C226.474 44.1148 225.301 44.4346 223.612 44.5077C223.875 44.4562 223.466 44.2516 224.08 44.1991L219.891 44.6461C220.935 44.5596 220.07 44.4154 219.133 44.3782C219.567 44.4181 215.504 44.512 214.386 44.5673L216.164 44.5723C211.421 44.6878 211.485 45.0873 206.776 45.1861C207.349 45.1223 208.178 44.8223 205.787 44.8422C204.689 44.9999 200.938 45.5792 196.763 45.7229L195.962 45.6556L192.762 45.7645C194.751 45.5588 200.334 45.0793 203.38 44.8521C201.604 44.8196 202.889 44.7726 200.229 44.816C199.293 44.7605 201.678 44.685 202.458 44.6683L196.269 44.703C196.546 44.8642 191.539 44.8929 191.776 45.0245L198.494 44.8131C198.763 44.9647 194.604 45.3027 190.22 45.2885C189.107 45.2334 191.055 45.0072 190.966 44.9567C190.393 45.0113 186.802 45.064 186.401 45.0258L188.258 44.9426C185.821 44.8865 184.274 45.1509 181.339 44.9872C180.325 44.9739 178.323 44.7643 178.142 44.8567C179.793 45.049 180.109 45.5992 179.005 45.7289C178.653 45.7115 173.691 45.512 172.531 45.4085C170.871 45.2434 175.044 45.1089 173.626 44.9742C173.565 45.0173 172.641 45.0545 172.254 45.0723C171.192 45.0197 172.696 44.9467 170.383 44.9336C169.998 45.0896 165.684 44.8393 169.287 45.0544C167.023 45.0622 166.884 44.9816 164.229 44.9332C165.07 45.0485 161.841 45.2298 159.569 45.2187C159.706 45.1794 159.197 45.1174 158.955 45.087C154.327 44.9225 151.841 44.8271 147.522 44.6779C147.122 44.6304 145.041 44.509 145.931 44.4701C145.31 44.4763 144.739 44.5125 143.408 44.4651C140.837 44.2364 146.38 44.5476 144.421 44.3125C144.25 44.3961 140.975 44.317 139.073 44.2966C139.652 44.4635 143.457 44.4859 145.36 44.4971C145.359 44.6906 142.05 44.785 137.527 44.6994C133.935 44.6046 135.977 44.5121 135.356 44.509C128.622 44.1942 129.6 44.6021 124.019 44.206C121.808 43.9768 123.931 43.9528 123.442 43.8365C126.363 43.935 127.921 44.1319 129.904 44.2116L127.473 44.0452C128.403 44.0451 130.354 44.1048 131.415 44.1849C129.563 44.0011 120.038 43.6496 114.851 43.2547C113.929 43.2459 112.33 43.2036 113.08 43.2961L114.728 43.3776C116.237 43.5537 111.627 43.344 113.707 43.5022C111.496 43.4481 109.024 43.4271 105.925 43.1816L105.347 43.0056C105.412 43.0548 107.374 43.2165 108.246 43.2135C106.947 43.2045 103.499 42.739 102.069 42.8341L104.237 43.0704C102.018 43.0067 99.2773 42.9909 96.5301 42.7628C97.7686 42.9808 97.1657 42.7943 99.1055 43.0746C97.4268 42.7703 106.143 43.5242 103.429 43.141C105.426 43.4518 106.894 43.4323 109.511 43.7462C109.43 43.6961 108.587 43.6083 110.894 43.7593L111.406 43.7478L111.431 43.749C111.531 43.754 111.54 43.7452 111.381 43.7465C110.83 43.6916 110.388 43.6421 110.206 43.6054C111.356 43.561 115.027 43.7703 116.276 43.7768C117.646 43.8723 115.696 43.8034 116.446 43.8866L118.307 43.8958C118.486 44.006 121.937 44.2505 118.705 44.1551L121.608 44.2987C123.319 44.4479 125.669 44.5826 127.126 44.6087C128.497 44.6949 130.595 44.6513 129.395 44.6749L133.958 44.8085L133.999 44.8382C138.499 45.0425 143.271 45.0297 148.41 45.3854C149.926 45.4052 151.493 45.4274 154.029 45.5252L154.518 45.6324C156.462 45.6549 160.359 45.8753 161.201 45.7972C163.291 46.0942 170.647 46.0434 174.072 46.1208L174.203 46.0074C176.558 46.041 178.822 46.0332 181.75 46.003L181.57 45.9019C184.097 45.8334 188.055 46.0016 192.048 45.9688C191.777 46.0107 190.763 46.0066 190.051 45.9806C194.82 46.1982 200.108 45.7409 204.43 45.835C205.506 45.7776 206.286 45.7702 207.04 45.7798L206.771 45.7942L207.216 45.7885C207.693 45.7937 208.179 45.7993 208.716 45.8074L207.459 45.7821C208.291 45.7496 209.551 45.7013 210.786 45.661L211.317 45.7611L211.603 45.7476C212.818 45.7524 212.58 45.6668 211.929 45.5978C212.551 45.5641 213.123 45.5186 213.561 45.485C214.551 45.6354 216.797 45.3226 218.149 45.4632C218.976 45.3382 224.352 45.1434 225.01 44.8995C225.051 44.9199 225.42 44.9197 224.747 44.951C226.125 44.9085 227.502 44.8569 228.732 44.7334L229.322 44.8456L232.317 44.4776C234.146 44.4483 234.901 44.4488 233.095 44.6728C237.461 44.2161 236.64 44.3782 240.352 43.9167L240.179 44.0188C241.509 43.9095 243.621 43.5992 244.434 43.6026C245.929 43.5567 249.601 43.2223 253.852 42.7046C258.103 42.196 262.918 41.4849 266.714 40.8525C265.212 40.8703 270.245 40.3084 270.512 40.0082C270.957 39.9841 272.015 39.7876 270.809 40.1058C274.643 39.1988 276.59 38.8251 279.17 37.8652C279.618 37.7951 278.382 38.204 278.78 38.1224C279.087 38.0269 279.967 37.6926 280.374 37.5929C280.764 37.5016 279.835 37.8243 279.245 38.044C281.179 37.4208 282.216 36.9744 282.801 36.6715C283.386 36.3687 283.52 36.2094 283.627 36.0673C285.558 35.3517 286.495 34.8819 287.761 34.0413C288.406 33.7138 289.498 33.1687 287.278 34.4691C287.915 34.1411 289.863 33.067 291.419 31.614C293.007 30.1995 293.924 28.2633 293.796 27.9804C293.67 27.6332 293.494 27.136 293.24 26.6718C293.012 26.1905 292.697 25.7877 292.596 25.6169C291.634 24.2236 290.978 23.592 290.337 22.9797C289.697 22.3673 289.029 21.7905 287.725 20.878C287.959 21.0555 288.202 21.2242 288.428 21.4105C287.325 20.8214 286.263 19.9117 284.025 18.7225L284.099 18.7446C281.56 17.3563 280.957 17.179 280.399 16.921C279.832 16.6901 279.29 16.4605 276.661 15.3719L276.919 15.5874C276.365 15.5969 272.247 13.7525 269.075 12.9688L270.195 13.3653C268.473 12.9298 265.473 11.703 263.735 11.2483C263.363 11.1377 264.341 11.3613 264.872 11.4797C260.348 10.2235 264.253 11.4583 260.853 10.6909C260.243 10.4764 261.701 10.6684 259.413 10.1496C258.28 9.81705 252.704 8.98808 249.576 8.30797C250.263 8.48943 250.942 8.67048 249.344 8.43471C246.899 8.0188 242.769 7.10472 240.529 6.96621C240.222 6.90493 240.106 6.87155 240.09 6.85233C238.207 6.62088 233.983 6.07084 232.844 6.04213C231.157 5.40563 221.14 4.84541 221.214 4.52651L215.423 3.97263L215.575 3.95249C211.87 3.58483 210.555 3.56582 209.248 3.53803C208.389 3.44023 209.017 3.46208 209.093 3.44742C203.685 2.93096 203.141 2.91325 198.588 2.76164L198.126 2.60975C196.894 2.58568 190.296 1.9089 184.97 1.76518C185.021 1.75847 185.131 1.73627 185.558 1.74818C179.564 1.55297 171.227 0.762511 169.021 1.1142L165.065 1.08433C170.178 1.29125 164.295 1.23974 166.401 1.38082C164.39 1.33665 161.208 1.09621 163.679 1.14475L164.064 1.16379C164.978 0.987833 157.712 0.914 157.853 0.773515C147.787 0.524247 137.964 0.286983 128.532 0.271859L129.614 0.445192L126.319 0.429636C125.458 0.387004 125.16 0.298549 127.508 0.304111C126.89 0.255094 125.907 0.280221 125.067 0.312385C124.227 0.353742 123.537 0.40255 123.502 0.428478C118.901 0.375935 125.298 0.222423 123.889 0.226441L121.977 0.242402L122.412 0.263926C120.857 0.334461 120.719 0.410586 117.902 0.418623C116.117 0.394821 116.984 0.317928 116.28 0.319938C116.28 0.319938 116.221 0.31704 116.062 0.309176L115.207 0.322123L111.063 0.356705L112.718 0.466241C110.877 0.550287 108.816 0.512826 110.73 0.635193C107.924 0.413373 95.2593 0.837351 93.5322 0.834834C90.9583 1.0024 88.4223 1.07967 85.2731 1.1819C86.0527 1.18361 86.524 1.31754 83.812 1.39531C84.7934 1.04756 78.8371 1.45328 76.6378 1.33523C78.6056 1.38652 68.9209 1.73677 72.0029 1.80634C69.7346 1.89686 71.8574 1.69776 70.1378 1.71404C64.7515 2.12032 58.2606 2.31525 51.6075 2.9077C51.5044 2.95789 52.6209 2.93019 51.2035 3.1089L47.6769 3.21089C46.3616 3.35779 46.4859 3.55749 44.0745 3.65936C44.4183 3.65794 44.9215 3.6552 44.0444 3.75926C40.7852 4.0496 37.4968 4.42144 34.1928 4.93998C32.5538 5.19067 30.8605 5.52163 29.268 5.84837C27.6049 6.07943 25.9389 6.36566 24.287 6.70789C20.9827 7.40153 17.7019 8.2991 14.4849 9.43026C11.2912 10.5994 8.12144 11.9633 5.26137 14.0154C6.0428 13.4734 6.19609 13.4257 5.97925 13.5716C5.76241 13.7176 5.23036 14.1337 4.66258 14.5941C5.41192 14.0228 4.69986 14.6881 4.8796 14.614C3.33728 15.7912 1.92868 17.316 1.08509 19.2835C1.03644 19.4193 1.00043 19.6388 0.93705 19.9029C0.873671 20.1671 0.775015 20.4663 0.740543 20.8241C0.697706 21.1814 0.620048 21.5647 0.641849 21.9713C0.638558 22.3767 0.634812 22.7912 0.723525 23.2012C0.944099 24.8434 1.67226 26.2251 1.86162 26.4649C1.69917 26.1896 1.58872 25.88 1.45228 25.5875C1.31583 25.295 1.1882 24.9938 1.1033 24.6762C1.59709 25.8804 1.34802 24.9832 1.12843 23.8295C0.960381 22.6507 1.15637 21.2318 1.26345 21.4398C1.28197 20.049 2.057 18.2809 3.41969 16.8368C4.78283 15.3834 6.55689 14.0979 8.40123 12.9173C9.26084 12.4898 7.7159 13.3811 8.1873 13.174C9.10665 12.5559 10.2727 11.867 12.548 10.9566L12.2986 11.0825C15.4842 9.73778 17.8565 9.07175 20.3286 8.41987C22.8069 7.81439 25.4176 7.24311 29.2072 6.73938L28.6301 6.71082L29.6596 6.57744L30.3536 6.44588L31.3933 6.27613C32.3112 6.02661 31.1698 6.21898 30.0172 6.4661C29.3813 6.60975 28.8265 6.63759 28.4804 6.68498C28.1431 6.72359 28.0599 6.71026 28.4845 6.60224C28.7619 6.58831 29.1406 6.56097 29.621 6.511C30.0948 6.42385 30.6448 6.32204 31.2455 6.21351C32.4469 5.99646 33.8587 5.76217 35.2524 5.55464C38.0482 5.13998 40.7712 4.84154 41.5151 4.88758C44.0444 4.6072 40.7628 4.84113 43.2916 4.56995L43.9709 4.5667L44.6073 4.41385C46.2669 4.25634 47.113 4.27056 47.1776 4.31985L45.6013 4.49069C47.7548 4.34841 51.6666 3.91525 52.4063 3.87812L49.9666 4.04311C56.8752 3.37114 65.3318 2.93246 72.0208 2.46162L71.5106 2.43637C76.6172 2.08998 75.6096 2.28897 81.2162 2.0042L81.0141 2.02185C82.1338 1.92979 83.6391 1.83838 85.1757 1.7946C83.7614 1.90895 87.8493 1.8163 85.9894 1.95469C91.5291 1.6666 88.7316 1.77702 92.3936 1.47896L93.2375 1.53916C94.484 1.42572 94.5866 1.38472 97.3921 1.28391C95.088 1.41875 99.182 1.37249 96.6085 1.53085C102.492 1.57317 105.347 1.15222 108.053 1.37827C110.758 1.09739 102.957 1.32889 104.47 1.25628C103.199 1.19337 106.703 1.03497 108.548 1.03409C110.427 1.01647 111.746 1.28456 116.477 1.24217L115.504 1.26771C117.271 1.30907 118.972 1.15363 121.139 1.24245C122.354 1.09058 123.956 1.2436 124.309 1.0583L119.971 1.12014C122.431 1.05753 124.74 0.830751 128.793 0.939138C128.48 0.978989 127.271 1.02052 126.439 1.0531C127.627 1.11187 128.722 1.01857 129.951 1.07942C129.599 1.25553 124.675 1.11329 122.043 1.26876C123.315 1.33167 127.031 1.11926 125.705 1.32092C127.612 1.06508 130.365 1.34877 133.568 1.17548L133.353 1.28465C133.857 1.27271 134.908 1.22331 135.846 1.23289L134.155 1.36117C136.751 1.25001 139.153 1.50713 141.637 1.46415C136.433 1.40939 140.47 1.31426 138.27 1.2146C144.697 1.1363 141.96 1.53546 149.151 1.59637C148.179 1.59433 145.502 1.47107 147.021 1.44485C148.385 1.49393 150.192 1.56495 151.035 1.64353C155.802 1.72274 150.304 1.51516 152.334 1.48661C153.953 1.64965 154.674 1.48256 156.761 1.49368L156.772 1.60484C162.195 1.81788 158.216 1.40898 163.101 1.63232L161.034 1.72357L163.582 1.75746L163.048 1.8693C165.824 1.85919 166.685 1.91102 169.395 2.04512C168.771 1.94052 169.756 1.85104 172.158 1.94224C173.795 2.07854 171.233 2.00705 174.639 2.12953C173.866 2.16501 173.025 2.21556 171.54 2.05914C171.388 2.08846 170.776 2.09503 170.623 2.13355C172.385 2.27605 175.057 2.32533 176.287 2.37698C175.81 2.35339 175.241 2.32525 174.958 2.29278L179.901 2.3623C180.677 2.43757 180.057 2.44372 179.444 2.45028C180.44 2.49034 181.138 2.46033 182.61 2.53318C182.229 2.6065 182.308 2.70258 180.231 2.6459L184.937 2.77738C185.253 2.82988 187.34 3.01611 186.728 3.01348C189.326 3.20656 193.124 3.20098 196.572 3.50064C196.749 3.49094 197.117 3.49996 197.845 3.53597C201.086 3.77931 203.954 4.10558 207.802 4.29598L209.965 4.64264C212.972 4.8652 207.036 4.18434 212.04 4.5518C215.59 4.81965 213.352 4.81027 214.594 4.96389C216.359 5.05122 219.438 5.17596 222.676 5.64957C221.592 5.5406 220.757 5.46243 219.747 5.36638L219.732 5.33797ZM256.562 10.6537C255.847 10.5262 254.432 10.3179 253.92 10.1543C254.748 10.1953 255.36 10.373 256.562 10.6537ZM281.017 36.4542C281.522 36.2488 282.307 35.9743 283.203 35.6684C282.561 35.9223 281.843 36.2094 281.017 36.4542ZM123.896 44.3106L123.971 44.3143C125.575 44.4305 125.008 44.384 123.896 44.3106ZM120.561 44.0995C120.226 44.1013 120.25 44.1117 120.392 44.1372C120.627 44.1212 121.38 44.1584 122.233 44.2098C122 44.1707 121.566 44.1307 120.569 44.0999L120.561 44.0995ZM115.853 0.308022L116.505 0.340307C115.036 0.378205 115.449 0.34332 115.853 0.308022Z' fill='%237F42E1'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 820px) {
  .tochka-articles__main .tochka-articles__item-title {
    margin-left: 0;
    font-size: 32px;
  }
}
@media (max-width: 550px) {
  .tochka-articles__main .tochka-articles__item-title {
    font-size: 28px;
  }
}
@media (max-width: 820px) {
  .tochka-articles__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 22px;
    margin-bottom: 32px;
  }
}
.tochka-articles__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 64px;
}

@media (max-width: 820px) {
  .tochka-articles__grid {
    row-gap: 32px;
  }
}
@media (max-width: 550px) {
  .tochka-articles__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.tochka-articles__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}

.tochka-articles__item-image img {
  max-width: 100%;
  width: 100%;
  display: block;
}

@media (max-width: 550px) {
  .tochka-articles__item-image img {
    max-height: 194px;
  }
}
.tochka-articles__item-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.tochka-articles__item-soon {
  display: none;
}

.tochka-articles__item-date {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: rgba(0, 0, 0, 0.6);
}

.tochka-articles__item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
  color: #000000;
}

.tochka-articles__item-title span {
  font-family: "Salina", serif;
  font-weight: 300;
}

.tochka-articles__item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #000000;
}

.tochka-articles__item-text c {
  font-weight: 500;
  color: #7f42e1;
}

.tochka-articles__item-text b {
  font-weight: 500;
}

.tochka-articles__item-text p {
  margin: 0;
}

.tochka-articles__item--blocked .tochka-articles__item-image {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.6;
}

.tochka-articles__item--blocked .tochka-articles__item-soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.6);
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tochka-articles__item--blocked .tochka-articles__item-date {
  display: none;
}

.tochka-articles__item--blocked .tochka-articles__item-title {
  color: rgba(0, 0, 0, 0.3);
}

.tochka-articles__item--blocked .tochka-articles__item-title span:after {
  display: none;
}

.tochka-articles__item--blocked .tochka-articles__item-text {
  color: rgba(0, 0, 0, 0.3);
}

.tochka-articles__item--blocked .tochka-articles__item-text b {
  color: rgba(0, 0, 0, 0.3);
}

.tochka-articles__item--blocked .tochka-articles__item-text c {
  color: rgba(0, 0, 0, 0.3);
}

.tochka-footer {
  background: #F0EFF6;
  padding: 56px 0;
}

@media (max-width: 820px) {
  .tochka-footer {
    padding: 32px 0;
  }
}
.tochka-footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 820px) {
  .tochka-footer .container {
    row-gap: 24px;
  }
}
.tochka-footer__title {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 111%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.tochka-footer__title span {
  font-family: "Salina", serif;
  font-weight: 300;
}

@media (max-width: 550px) {
  .tochka-footer__title span {
    display: block;
  }
}
@media (max-width: 550px) {
  .tochka-footer__title {
    font-size: 28px;
  }
}
.tochka-footer__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  text-align: center;
  color: #000000;
  max-width: 646px;
}

.tochka-footer__link {
  color: #7f42e1 !important;
  border: 1px solid #7f42e1;
  background: #FFFFFF;
  padding: 13px 24px;
}

.tochka-footer__link:hover, .tochka-footer__link:active, .tochka-footer__link:focus {
  background: #7f42e1 !important;
  color: #FFFFFF !important;
}

.quote {
  line-height: 120%;
  font-size: 20px;
}

.main__article.article:not(.article--tochka) .text-grid {
  margin-bottom: 24px;
}

.sidebar {
  max-width: 313px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
}
.sidebar-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar-item--opacity p, .sidebar-item--opacity h1, .sidebar-item--opacity h2, .sidebar-item--opacity h3, .sidebar-item--opacity h4, .sidebar-item--opacity h5, .sidebar-item--opacity h6 {
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 0.6;
}

.sidebar-item--scale .sidebar__image {
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.sidebar__image {
  -webkit-transition: 200ms;
  transition: 200ms;
  max-width: 100%;
  position: relative;
  z-index: 0;
  display: block;
}

.sidebar__image-wrapper {
  max-height: 160px;
  overflow: hidden;
  margin-bottom: 12px;
}

.sidebar .h4 {
  margin-bottom: 8px;
}

.article__body-text > ul {
  margin-bottom: 30px;
}

.bx-mac .text-grid strong, .bx-mac .text-grid b, .bx-mac .tochka-form-block__subtitle strong, .bx-mac .tochka-form-block__subtitle b {
  font-weight: 500 !important;
}

.article__body-inner--spec {
  max-width: 1136px;
  padding: 0 40px;
}

@media (max-width: 1080px) {
  .article__body-inner--spec {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .article__body-inner--spec {
    padding: 0;
  }
}
.article__body-wrapper--spec {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spec-project {
  background: #FFF;
  padding-top: 80px;
}

@media (max-width: 768px) {
  .spec-project {
    padding-top: 40px;
  }
}
.spec-project .container {
  max-width: 1520px;
}

@media (max-width: 1550px) {
  .spec-project .container {
    padding: 0 15px;
    max-width: 100%;
  }
}
.spec-project__title {
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  hanging-punctuation: first last;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 1360px;
  margin: auto auto 80px auto;
}

@media (max-width: 768px) {
  .spec-project__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .spec-project__title {
    text-align: left;
  }
}
.spec-project__subtitle {
  font-family: "Oceanic Text", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 117%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: -0.005em;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  margin: 0;
}

@media (max-width: 768px) {
  .spec-project__subtitle {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .spec-project__subtitle {
    text-align: left;
    margin-bottom: 40px;
  }
}
.spec-project__subtitle-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  gap: 16px;
}

.spec-project__subtitle-row .spec-project__badge {
  max-width: 368px;
  width: 100%;
}

@media (max-width: 600px) {
  .spec-project__subtitle-row .spec-project__badge {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    margin-bottom: 12px;
  }
}
.spec-project__subtitle-row .spec-project__share-block {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  max-width: 368px;
  width: 100%;
}

@media (max-width: 600px) {
  .spec-project__subtitle-row .spec-project__share-block {
    display: none;
  }
}
@media (max-width: 600px) {
  .spec-project__subtitle-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.spec-project__image-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
  gap: 16px;
}

@media (max-width: 600px) {
  .spec-project__image-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.spec-project__meta {
  padding: 12px 0 0;
  border-top: 1px solid rgba(29, 33, 38, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  min-width: 368px;
  max-width: 368px;
  width: 100%;
}

.spec-project__meta-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spec-project__meta-category {
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: #A41034;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.spec-project__meta-category--main {
  font-weight: 500;
}

.spec-project__meta-authors a {
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
}

.spec-project__meta-date time {
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
}

@media (max-width: 1380px) {
  .spec-project__meta {
    min-width: 248px;
    max-width: 248px;
  }
}
.spec-project__image {
  max-width: 100%;
  max-height: 639px;
}

.spec-project__image img {
  width: 100%;
  height: 100%;
  max-height: inherit;
}

.spec-project__badge span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(29, 33, 38, 0.9);
  border-radius: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  font-family: "JetBrains Mono", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 109%;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-font-feature-settings: "pnum" on, "lnum" on, "case" on, "zero" on, "calt" off;
          font-feature-settings: "pnum" on, "lnum" on, "case" on, "zero" on, "calt" off;
  color: rgba(29, 33, 38, 0.9);
}

.spec-project__authorTitle {
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
  margin-bottom: 8px;
}

.spec-project__bottomRow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 348px;
}

@media (max-width: 1380px) {
  .spec-project__bottomRow {
    margin-left: 220px !important;
  }
}
@media (max-width: 1300px) {
  .spec-project__bottomRow {
    margin-left: 180px !important;
  }
}
@media (max-width: 1260px) {
  .spec-project__bottomRow {
    margin-left: 140px !important;
  }
}
@media (max-width: 1210px) {
  .spec-project__bottomRow {
    margin-left: 100px !important;
  }
}
@media (max-width: 1180px) {
  .spec-project__bottomRow {
    margin-left: 60px !important;
  }
}
@media (max-width: 1140px) {
  .spec-project__bottomRow {
    margin-left: 20px !important;
  }
}
@media (max-width: 1100px) {
  .spec-project__bottomRow {
    margin-left: 0 !important;
  }
}
@media (max-width: 999px) {
  .spec-project__bottomRow {
    max-width: 100%;
  }
}
.spec-project__bottomRow .share-block {
  position: absolute;
  right: -370px;
  width: 240px;
  top: 0;
}

@media (max-width: 1480px) {
  .spec-project__bottomRow .share-block {
    right: -220px;
  }
}
@media (max-width: 1350px) {
  .spec-project__bottomRow .share-block {
    right: -180px;
  }
}
@media (max-width: 1300px) {
  .spec-project__bottomRow .share-block {
    right: -120px;
  }
}
@media (max-width: 1240px) {
  .spec-project__bottomRow .share-block {
    right: -80px;
  }
}
@media (max-width: 1200px) {
  .spec-project__bottomRow .share-block {
    right: -40px;
  }
}
@media (max-width: 1080px) {
  .spec-project__bottomRow .share-block {
    right: 0px;
  }
}
@media (max-width: 999px) {
  .spec-project__bottomRow .share-block {
    position: static;
    justify-self: flex-start;
    margin-bottom: 40px;
    width: 242px;
    margin-left: 80px;
  }
}
@media (max-width: 768px) {
  .spec-project__bottomRow .share-block {
    display: none !important;
  }
}
.spec-project__footer {
  margin-top: 56px;
}

.spec-project .article__body-text {
  padding: 0;
}

.spec-project .faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.spec-project .faq__badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 28px;
  min-width: 28px;
  width: 100%;
  height: 20px;
  background: rgba(107, 155, 178, 0.1);
  border-radius: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-family: "JetBrains Mono", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 109%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-font-feature-settings: "pnum" on, "lnum" on, "case" on, "zero" on, "calt" off;
          font-feature-settings: "pnum" on, "lnum" on, "case" on, "zero" on, "calt" off;
  color: rgba(29, 33, 38, 0.9);
}

.spec-project .gallery {
  max-width: 1520px;
}

@media (max-width: 500px) {
  .spec-project .gallery {
    margin: 40px 0;
  }
}
.spec-project .gallery .gallery-items {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media (max-width: 440px) {
  .spec-project .gallery .gallery-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.spec-project .gallery .gallery-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.spec-project .gallery .gallery-item-text {
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
}

.spec-project .gallery img {
  width: 100%;
}

@media (max-width: 440px) {
  .spec-project .gallery img {
    max-height: 410px;
  }
}
.spec-project .paragraph {
  margin-left: 348px !important;
  max-width: 752px;
}

@media (max-width: 1380px) {
  .spec-project .paragraph {
    margin-left: 220px !important;
  }
}
@media (max-width: 1300px) {
  .spec-project .paragraph {
    margin-left: 180px !important;
  }
}
@media (max-width: 1260px) {
  .spec-project .paragraph {
    margin-left: 140px !important;
  }
}
@media (max-width: 1210px) {
  .spec-project .paragraph {
    margin-left: 100px !important;
  }
}
@media (max-width: 1180px) {
  .spec-project .paragraph {
    margin-left: 60px !important;
  }
}
@media (max-width: 1140px) {
  .spec-project .paragraph {
    margin-left: 20px !important;
  }
}
@media (max-width: 1100px) {
  .spec-project .paragraph {
    margin-left: 0 !important;
  }
}
@media (max-width: 999px) {
  .spec-project .paragraph {
    max-width: 100%;
  }
}
.spec-project .paragraph p {
  text-indent: 44px;
  font-family: "Oceanic Text", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: rgba(29, 33, 38, 0.9);
  margin-top: 0;
}

.spec-project .paragraph .question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.spec-project .paragraph .question p {
  text-indent: 0;
  margin: 0;
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
}

.spec-project .paragraph .answer {
  position: relative;
}

.spec-project .paragraph .answer .faq__badge {
  position: absolute;
}

.spec-project .paragraph .answer p {
  text-indent: 44px;
}

.spec-project .share-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.spec-project .share-block__title {
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.5);
}

.spec-project .share-block__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.spec-project .share-block__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  width: 36px;
  height: 28px;
  background: rgba(107, 155, 178, 0.1);
  border-radius: 32px;
}

.spec-project .share-block__link {
  font-family: "JetBrains Mono", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 109%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-font-feature-settings: "pnum" on, "lnum" on, "case" on, "zero" on, "calt" off;
          font-feature-settings: "pnum" on, "lnum" on, "case" on, "zero" on, "calt" off;
  color: rgba(29, 33, 38, 0.9);
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.spec-project .quote-in-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin: 54px 0 40px;
}

.spec-project .quote-in-text__quote p {
  margin: 0;
  font-family: "Oceanic Text", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.02em;
  hanging-punctuation: first last;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: #A41034;
}

@media (max-width: 768px) {
  .spec-project .quote-in-text__quote p {
    font-size: 28px;
  }
}
.spec-project .quote-in-text__author {
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: #A41034;
}

.spec-project .quote-in-text__author p {
  margin: 0;
}

.spec-project .titleDefault {
  max-width: 1112px;
  margin: 54px 0 40px;
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: -0.02em;
  hanging-punctuation: first last;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
}

@media (max-width: 768px) {
  .spec-project .titleDefault {
    font-size: 28px;
  }
}
.spec-project h3.titleDefault {
  margin-left: 348px !important;
  max-width: 752px;
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  word-spacing: 4px;
  letter-spacing: 0.5px;
  hanging-punctuation: first last;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
}

@media (max-width: 1380px) {
  .spec-project h3.titleDefault {
    margin-left: 220px !important;
  }
}
@media (max-width: 1300px) {
  .spec-project h3.titleDefault {
    margin-left: 180px !important;
  }
}
@media (max-width: 1260px) {
  .spec-project h3.titleDefault {
    margin-left: 140px !important;
  }
}
@media (max-width: 1210px) {
  .spec-project h3.titleDefault {
    margin-left: 100px !important;
  }
}
@media (max-width: 1180px) {
  .spec-project h3.titleDefault {
    margin-left: 60px !important;
  }
}
@media (max-width: 1140px) {
  .spec-project h3.titleDefault {
    margin-left: 20px !important;
  }
}
@media (max-width: 1100px) {
  .spec-project h3.titleDefault {
    margin-left: 0 !important;
  }
}
@media (max-width: 999px) {
  .spec-project h3.titleDefault {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .spec-project h3.titleDefault {
    font-size: 22px;
  }
}
.spec-project .footnoteFaq {
  position: absolute;
  right: -370px;
  width: 227px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.spec-project .footnoteFaq p {
  margin: 0 !important;
  text-indent: 0 !important;
}

.spec-project .footnoteFaq__title p {
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.02em;
  hanging-punctuation: first last;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
}

@media (max-width: 600px) {
  .spec-project .footnoteFaq__title p {
    font-size: 36px;
  }
}
.spec-project .footnoteFaq__text p {
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
}

@media (max-width: 1480px) {
  .spec-project .footnoteFaq {
    right: -320px;
  }
}
@media (max-width: 1440px) {
  .spec-project .footnoteFaq {
    right: -290px;
  }
}
@media (max-width: 1410px) {
  .spec-project .footnoteFaq {
    right: -280px;
  }
}
@media (max-width: 1400px) {
  .spec-project .footnoteFaq {
    right: -260px;
  }
}
@media (max-width: 1050px) {
  .spec-project .footnoteFaq {
    width: 200px;
    right: -220px;
  }
}
@media (max-width: 999px) {
  .spec-project .footnoteFaq {
    position: static;
    justify-self: flex-start;
    margin-bottom: 40px;
    width: 242px;
    margin-left: 80px;
  }
}
@media (max-width: 500px) {
  .spec-project .footnoteFaq {
    margin-left: 0;
    justify-self: flex-end;
  }
}
.spec-project .quoteFaq {
  position: absolute;
  right: -370px;
  width: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.spec-project .quoteFaq p {
  margin: 0 !important;
  text-indent: 0 !important;
}

.spec-project .quoteFaq__image img {
  width: 112px;
  height: 140px;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .spec-project .quoteFaq__image img {
    width: 156px;
    height: 195px;
  }
}
.spec-project .quoteFaq__title p {
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
  margin-bottom: -4px;
}

.spec-project .quoteFaq__text p {
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
}

@media (max-width: 1480px) {
  .spec-project .quoteFaq {
    right: -320px;
  }
}
@media (max-width: 1440px) {
  .spec-project .quoteFaq {
    right: -290px;
  }
}
@media (max-width: 1410px) {
  .spec-project .quoteFaq {
    right: -280px;
  }
}
@media (max-width: 1400px) {
  .spec-project .quoteFaq {
    right: -260px;
  }
}
@media (max-width: 1050px) {
  .spec-project .quoteFaq {
    width: 200px;
    right: -220px;
  }
}
@media (max-width: 999px) {
  .spec-project .quoteFaq {
    position: static;
    justify-self: flex-start;
    margin-bottom: 40px;
    width: 242px;
    margin-left: 80px;
  }
}
@media (max-width: 500px) {
  .spec-project .quoteFaq {
    margin-left: 0;
    justify-self: flex-end;
  }
}
.spec-project .readmore {
  position: absolute;
  right: -370px;
  width: 240px;
  top: 0;
}

.spec-project .readmore p {
  text-indent: 0 !important;
}

.spec-project .readmore__block-title {
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
  margin-bottom: 12px;
}

.spec-project .readmore__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.spec-project .readmore__image {
  max-width: 100%;
  height: auto;
  display: block;
}

.spec-project .readmore__title {
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  hanging-punctuation: first last;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
}

@media (max-width: 768px) {
  .spec-project .readmore__title {
    font-size: 20px;
  }
}
.spec-project .readmore__authors {
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
}

@media (max-width: 1480px) {
  .spec-project .readmore {
    right: -320px;
  }
}
@media (max-width: 1440px) {
  .spec-project .readmore {
    right: -290px;
  }
}
@media (max-width: 1410px) {
  .spec-project .readmore {
    right: -280px;
  }
}
@media (max-width: 1400px) {
  .spec-project .readmore {
    right: -260px;
  }
}
@media (max-width: 1050px) {
  .spec-project .readmore {
    width: 200px;
    right: -220px;
  }
}
@media (max-width: 999px) {
  .spec-project .readmore {
    position: static;
    justify-self: flex-start;
    margin-bottom: 40px;
    width: 242px;
    margin-left: 80px;
  }
}
@media (max-width: 500px) {
  .spec-project .readmore {
    margin-left: 0;
    justify-self: flex-end;
  }
}
.spec-project .author-block {
  max-width: 752px;
  width: 100%;
}

.spec-project .author-block__about {
  padding: 12px 0 0;
  border-top: 1px solid rgba(29, 33, 38, 0.1);
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  hanging-punctuation: first last;
  list-style-position: outside;
  color: rgba(29, 33, 38, 0.9);
}

.spec-project .author-block__about p {
  margin: 0;
}

.spec-project .percent-block .paragraph {
  position: relative;
}

.spec-project .percent-block .text-percent-block {
  position: absolute;
  right: -330px;
  width: 202px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: -8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.spec-project .percent-block .text-percent-block p {
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
  text-indent: 0;
}

@media (max-width: 1400px) {
  .spec-project .percent-block .text-percent-block {
    right: -300px;
  }
}
@media (max-width: 1260px) {
  .spec-project .percent-block .text-percent-block {
    right: -250px;
  }
}
@media (max-width: 1160px) {
  .spec-project .percent-block .text-percent-block {
    position: static;
    width: 100%;
    margin-top: 24px;
  }
}
.spec-project .percent-block .text-percent-block .percent-value p {
  font-family: "Oceanic Grotesk", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: -0.02em;
  hanging-punctuation: first last;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
  text-indent: 0;
  margin: 0;
}

@media (max-width: 600px) {
  .spec-project .percent-block .text-percent-block .percent-value p {
    font-size: 36px;
  }
}
.collectionMenu {
  background-color: #24292E;
  margin-bottom: 40px;
}

.collectionMenu .topLine {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.collectionMenu .topLine .collectionLogo {
  width: 70px;
  margin-right: 10px;
}

.collectionMenu .topLine .collectionLogo img {
  max-width: 100%;
}

.collectionMenu .topLine .collectionName {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  text-align: center;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.collectionMenu .topLine .collectionName .preName {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #88939F;
  margin-right: 16px;
}

.collectionMenu .topLine .collectionName .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.collectionMenu .articlesList-wrapper {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.collectionMenu .articlesList:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: #88939F;
  height: 1px;
  width: 100%;
  left: 0;
  z-index: 0;
}

.collectionMenu .articlesList-article {
  text-decoration: none;
  color: #FFFFFF;
  padding: 18px 0;
  margin-right: 16px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.collectionMenu .articlesList-article:hover {
  opacity: 0.8;
}

.collectionMenu .articlesList-article:after {
  content: none;
}

.collectionMenu .articlesList-article:hover:before,
.collectionMenu .articlesList-article.active:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: #FFFFFF;
  height: 1px;
  width: 100%;
  left: 0;
  z-index: 1;
}

.collectionMenu .articlesList-article .article-index {
  min-width: 24px;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #88939F;
}

.collectionMenu .articlesList-article.active .article-index {
  color: #FFFFFF;
}

.collectionMenu .articlesList-article .article-name {
  margin-left: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.collectionMenu .articlesList-article .article-img {
  margin-left: 16px;
}

.collectionMenu .articlesList {
  position: relative;
}

.collectionMenu .swiper-slide img {
  max-width: initial;
}

ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  gap: 8px;
  margin: 25px 0;
}

ol li {
  font-family: "Oceanic Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(29, 33, 38, 0.9);
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding-left: 15px;
}

.input-group {
  position: relative;
}

.input-group input {
  border: 1px solid #BEBCC9;
  padding: 10px 16px;
  border-radius: 2px;
}

.input-group input.input-field--error {
  border-color: #A41134;
}

.input-group--profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.input-group--promo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
}

.input-group__inputfield {
  padding: 10px 20px;
  max-width: 555px;
  width: 100%;
  height: 51px;
  background: #FFFFFF;
  border: none;
  caret-color: #A41134;
  font-size: 24px;
  line-height: 133%;
}

.input-group__inputfield:focus {
  outline: none;
}

.input-group__inputfield:-moz-placeholder-shown + .input-group__label {
  opacity: 1;
  z-index: 1;
  -moz-transition: 200ms;
  transition: 200ms;
}

.input-group__inputfield:-ms-input-placeholder + .input-group__label {
  opacity: 1;
  z-index: 1;
  -ms-transition: 200ms;
  transition: 200ms;
}

.input-group__inputfield:placeholder-shown + .input-group__label {
  opacity: 1;
  z-index: 1;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.input-group__inputfield--promo {
  height: 44px;
  line-height: 100%;
  caret-color: #000000;
}

.input-group__label {
  opacity: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  line-height: 133%;
  z-index: -1;
}

.input-group__label--profile {
  position: static;
  opacity: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%;
  color: #000;
}

.input-group__label--promo {
  position: static;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%;
  opacity: 1;
}

.form_registr {
  max-width: 400px;
  margin: 45px auto;
}

.form_registr .desc_lk {
  margin-bottom: 30px;
}

.form_registr input {
  width: 100%;
}

.form_registr label {
  position: static;
  opacity: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%;
  color: #000;
}

.polit_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.polit_text .button {
  margin: 15px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.polit_text .custom-checkbox > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 390px) {
  .polit_text .custom-checkbox > span {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .polit_text a {
    font-size: 14px;
  }
}
.polit_text p {
  margin: 0;
}

@media (max-width: 768px) {
  .polit_text p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 390px) {
  .polit_text p {
    font-size: 14px;
  }
}
.polit_text label::marker {
  display: none;
}

@media (max-width: 768px) {
  .polit_text label {
    font-size: 14px;
    line-height: 18px;
  }
}
.profile {
  margin-bottom: 30px;
}

.profile__top-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

@media (max-width: 510px) {
  .profile__top-row {
    margin-top: 24px;
    /** You may not @extend selectors across media queries.
        Приходится дублировать код
     */
  }
  .profile__top-row p {
    font-style: normal;
    color: #000000;
    margin: 0;
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
  }
}
.profile .category-tags {
  padding: 48px 0;
}

@media (max-width: 510px) {
  .profile .category-tags {
    padding: 24px 0;
  }
}
.profile .category-tags-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .profile .category-tags-link {
    padding: 12px 24px;
  }
}
@media (max-width: 510px) {
  .profile .category-tags-link {
    padding: 4px 12px;
  }
}
.profile__logout {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

@media (max-width: 510px) {
  .profile__logout {
    font-size: 0;
  }
}
.profile__form, .password__form, .mailing__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  max-width: 384px;
  margin: auto;
}

.profile__change-password-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000;
}

.profile__save-changes {
  width: 100%;
  font-size: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile__subscribe {
  margin: 0 auto 48px auto;
}

.profile__subscribe .h4 {
  margin-bottom: 8px;
}

.profile__subscribe-icon {
  height: 70px;
  width: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 8px auto;
}

.profile__subscribe-icon--end {
  background-image: url("data:image/svg+xml,%3Csvg class='search__close-button' id='search__close-button' width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8799 9.00057L16.6132 3.28057C16.8643 3.0295 17.0054 2.68897 17.0054 2.33391C17.0054 1.97884 16.8643 1.63831 16.6132 1.38724C16.3622 1.13617 16.0217 0.995117 15.6666 0.995117C15.3115 0.995117 14.971 1.13617 14.7199 1.38724L8.99992 7.12057L3.27992 1.38724C3.02885 1.13617 2.68832 0.995117 2.33325 0.995117C1.97818 0.995117 1.63766 1.13617 1.38659 1.38724C1.13551 1.63831 0.994463 1.97884 0.994463 2.33391C0.994463 2.68897 1.13551 3.0295 1.38659 3.28057L7.11992 9.00057L1.38659 14.7206C1.26161 14.8445 1.16242 14.992 1.09473 15.1545C1.02704 15.3169 0.992188 15.4912 0.992188 15.6672C0.992188 15.8433 1.02704 16.0175 1.09473 16.18C1.16242 16.3425 1.26161 16.49 1.38659 16.6139C1.51054 16.7389 1.658 16.8381 1.82048 16.9058C1.98296 16.9735 2.15724 17.0083 2.33325 17.0083C2.50927 17.0083 2.68354 16.9735 2.84602 16.9058C3.0085 16.8381 3.15597 16.7389 3.27992 16.6139L8.99992 10.8806L14.7199 16.6139C14.8439 16.7389 14.9913 16.8381 15.1538 16.9058C15.3163 16.9735 15.4906 17.0083 15.6666 17.0083C15.8426 17.0083 16.0169 16.9735 16.1794 16.9058C16.3418 16.8381 16.4893 16.7389 16.6132 16.6139C16.7382 16.49 16.8374 16.3425 16.9051 16.18C16.9728 16.0175 17.0076 15.8433 17.0076 15.6672C17.0076 15.4912 16.9728 15.3169 16.9051 15.1545C16.8374 14.992 16.7382 14.8445 16.6132 14.7206L10.8799 9.00057Z' fill='black'%3E%3C/path%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
  background-size: cover;
  background-position: center;
}

.profile__subscribe-icon--active {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='36' viewBox='0 0 48 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7549 35.5029C17.355 35.5016 16.9596 35.4181 16.5933 35.2575C16.2271 35.097 15.8977 34.8628 15.6258 34.5696L1.45075 19.4904C0.920874 18.9257 0.637019 18.1737 0.661633 17.3997C0.686247 16.6257 1.01731 15.8932 1.58201 15.3633C2.1467 14.8334 2.89875 14.5496 3.67273 14.5742C4.44671 14.5988 5.17921 14.9299 5.70909 15.4946L17.7258 28.2987L42.2549 1.46541C42.5038 1.15544 42.8135 0.899622 43.1649 0.713681C43.5163 0.52774 43.902 0.415598 44.2983 0.384144C44.6946 0.352689 45.0932 0.402587 45.4695 0.53077C45.8458 0.658954 46.192 0.862717 46.4867 1.12955C46.7814 1.39638 47.0184 1.72064 47.1832 2.08241C47.3481 2.44419 47.4372 2.83584 47.4452 3.23332C47.4531 3.63079 47.3797 4.0257 47.2295 4.39378C47.0793 4.76186 46.8554 5.09534 46.5716 5.37375L19.9133 34.5404C19.6439 34.8389 19.3157 35.0786 18.9493 35.2442C18.5829 35.4098 18.1862 35.4979 17.7841 35.5029H17.7549Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 48px;
  height: 36px;
  background-size: cover;
  background-position: center;
}

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

.profile__early-subscribe {
  max-width: 764px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #F0EFF6;
  padding: 48px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .profile__early-subscribe {
    position: relative;
  }
  .profile__early-subscribe:before {
    content: "";
    position: absolute;
    left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    height: 100%;
    background: #F0EFF6;
    z-index: -1;
    top: 0;
    bottom: 0;
  }
}
.profile__early-subscribe-inner {
  max-width: 579px;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

@media (max-width: 510px) {
  .profile__early-subscribe-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.profile__early-subscribe-item {
  padding: 16px;
  -webkit-transition: 200ms;
  transition: 200ms;
  min-width: 232px;
  height: 183px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile__early-subscribe-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 200ms;
  transition: 200ms;
  height: 100%;
  width: 100%;
}

.profile__early-subscribe-item:hover {
  background: #FFFFFF;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.profile__early-subscribe-item:hover .profile__early-subscribe-item-inner {
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-transform: translateY(-24px);
      -ms-transform: translateY(-24px);
          transform: translateY(-24px);
}

@media (pointer: coarse) {
  .profile__early-subscribe-item:hover .profile__early-subscribe-item-inner {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.profile__early-subscribe-item:hover .profile__early-subscribe-buy {
  opacity: 1;
  -webkit-transition: 200ms;
  transition: 200ms;
  bottom: -30px;
}

@media (pointer: coarse) {
  .profile__early-subscribe-item:hover .profile__early-subscribe-buy {
    bottom: unset;
  }
}
.profile__early-subscribe-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: #A41134;
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

.profile__early-subscribe-price {
  margin-bottom: 10px;
}

.profile__early-subscribe-price--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

.profile__early-subscribe-price--old {
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.profile__early-subscribe-price--new {
  display: none;
}

.profile__early-subscribe-buy {
  opacity: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
  position: absolute;
  bottom: -60px;
}

@media (pointer: coarse) {
  .profile__early-subscribe-buy {
    opacity: 1;
    position: static;
    bottom: unset;
  }
}
.profile__early-subscribe-text {
  max-width: 579px;
  margin: auto;
}

.profile__promo {
  max-width: 579px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
}

@media (max-width: 510px) {
  .profile__promo {
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .profile__promo .button {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.profile__favorite {
  margin-bottom: 50px;
}

@media (max-width: 500px) {
  .profile__favorite {
    margin-bottom: 30px;
  }
}
.profile__favorite .h3 {
  margin: 48px auto;
  text-align: center;
}

@media (max-width: 768px) {
  .profile__favorite .h3 {
    margin: 24px auto;
  }
}
.profile__favorite .add-to-favorite {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #FFF;
}

.profile__favorite-empty {
  margin: 190px 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

@media (max-width: 768px) {
  .profile__favorite-empty {
    margin: 95px 0;
  }
}
.profile__favorite-empty .h3 {
  margin-bottom: 0;
}

.profile__favorite .button {
  margin: auto;
}

@media (max-width: 768px) {
  .profile__favorite .button[data-action] {
    padding: 5px 10px;
  }
}
.favorite-grid .grid {
  padding-bottom: 32px;
  gap: 20px;
}

@media (max-width: 768px) {
  .favorite-grid .grid {
    padding-bottom: 24px;
  }
}
.favorite-grid .grid--gap {
  row-gap: 32px;
}

@media (max-width: 768px) {
  .favorite-grid .grid--gap {
    padding-bottom: 24px;
  }
}
@media (max-width: 500px) {
  .favorite-grid .grid--gap {
    padding-bottom: 24px;
  }
}
.favorite-grid__link {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.favorite-grid__link--opacity p, .favorite-grid__link--opacity h1, .favorite-grid__link--opacity h2, .favorite-grid__link--opacity h3, .favorite-grid__link--opacity h4, .favorite-grid__link--opacity h5, .favorite-grid__link--opacity h6 {
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 0.6;
}

.favorite-grid__link--scale .favorite-grid__image {
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.favorite-grid .sub-head {
  margin-bottom: 8px;
}

.favorite-grid .h4 {
  margin-bottom: 8px;
}

.favorite-grid__h4--background {
  padding-top: 14px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.favorite-grid__image {
  -webkit-transition: 200ms;
  transition: 200ms;
  max-width: 100%;
  position: relative;
  z-index: 0;
  display: block;
}

.favorite-grid__image-wrapper {
  max-height: 281px;
  overflow: hidden;
}

.favorite-grid__link-more {
  border: 4px solid #A41134;
  text-align: center;
  color: #A41134 !important;
  font-family: Salina-Trial, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 0 24px;
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.favorite-grid__link-more--disabled {
  -webkit-transition: 200ms;
  transition: 200ms;
  background: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}

@media (max-width: 500px) {
  .favorite-grid__link-more {
    font-size: 24px;
    line-height: 138%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 415px) {
  .favorite-grid__link-more {
    font-size: 18px;
  }
}
@media (max-width: 355px) {
  .favorite-grid__link-more {
    padding: 0 12px;
  }
}
.favorite-grid__link-more span {
  word-break: break-all;
  text-align: left;
  font-weight: 500;
}

.favorite-grid__link-more svg {
  -webkit-transition: 200ms;
  transition: 200ms;
}

.favorite-grid__link-more:hover {
  -webkit-transition: 200ms;
  transition: 200ms;
  background: #F0EFF6;
}

.favorite-grid__link-more:hover svg {
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

section.search h1.h3 {
  margin-top: 75px;
  text-align: center;
}

section.search .category-tags {
  padding: 32px 0;
}

section.search .category-tags-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.search .best-articles-grid {
  background: transparent;
}

section.search .nothing-search {
  margin: 190px 0;
}

@media (max-width: 768px) {
  section.search .nothing-search {
    margin: 95px 0;
  }
}
section.search .nothing-search .button {
  margin: 32px auto 0 auto;
}

.subscribe {
  background: #F0EFF6;
  padding: 48px 0;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .subscribe {
    padding: 32px 0;
  }
}
.subscribe__form {
  padding: 48px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

@media (max-width: 768px) {
  .subscribe__form {
    padding: 24px 0;
  }
}
@media (max-width: 500px) {
  .subscribe__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.subscribe__form .input-group--textfield {
  max-width: 555px;
  width: 100%;
}

.subscribe__form .button {
  height: 100%;
  background: transparent;
}

.footer {
  padding: 48px 0;
  background: #000000;
}

@media (max-width: 510px) {
  .footer {
    padding: 24px 0;
  }
}
@media (max-width: 1024px) {
  .footer__logo-social {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__logo {
  padding: 0 0 24px 0;
}

@media (max-width: 1024px) {
  .footer__logo {
    grid-column: span 6/auto;
  }
  .footer__logo img {
    max-width: 250px;
  }
}
.footer__logo a {
  display: block;
}

.footer__logo img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

@media (min-width: 601px) and (max-width: 1024px) {
  .footer__social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-column: span 6/auto;
  }
}
@media (max-width: 600px) {
  .footer__social {
    grid-column: span 12/auto;
  }
}
@media (max-width: 310px) {
  .footer__social {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px;
  }
}
.footer__social--link svg path {
  -webkit-transition: 200ms;
  transition: 200ms;
}

.footer__social--link svg:hover path:first-child {
  -webkit-transition: 200ms;
  transition: 200ms;
  fill: #C9C9C9;
}

.footer__telephone {
  margin: 69px 0 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (max-width: 1165px) {
  .footer__telephone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .footer__telephone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-column: span 12/auto;
    margin: 34px 0;
  }
}
@media (max-width: 1024px) {
  .footer__email {
    grid-column: span 12/auto;
    margin: 0 0 17px 0;
  }
}
@media (max-width: 500px) {
  .footer__menu .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38px;
  }
}
.footer__menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

@media (max-width: 1024px) {
  .footer__menu-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.footer__menu-li {
  list-style: none;
  padding: 10px;
}

.footer__menu-link {
  font-size: 16px;
  line-height: 137.5%;
  color: #FFFFFF !important;
}

.footer__menu-link:hover {
  color: #C9C9C9 !important;
}

.footer__menu-link:hover:after {
  background: #C9C9C9 !important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 0;
  z-index: -1;
}

.preloader.active {
  z-index: 1000000;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 1;
}

.preloader:after {
  content: "";
  background: url("/bitrix/templates/hbr/assets/images/preloader.svg") no-repeat center;
  background-size: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fancybox__toolbar {
  z-index: 9999999 !important;
}

.fancybox__container {
  z-index: 999999 !important;
}

[data-panzoom-action=iterateZoom] {
  display: none !important;
}

[data-fancybox-toggle-fullscreen] {
  display: none !important;
}

.scale-icon {
  position: relative;
}

.scale-icon:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg fill='%23000000' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='800px' height='800px' viewBox='0 0 45.402 45.402' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M41.267,18.557H26.832V4.134C26.832,1.851,24.99,0,22.707,0c-2.283,0-4.124,1.851-4.124,4.135v14.432H4.141 c-2.283,0-4.139,1.851-4.138,4.135c-0.001,1.141,0.46,2.187,1.207,2.934c0.748,0.749,1.78,1.222,2.92,1.222h14.453V41.27 c0,1.142,0.453,2.176,1.201,2.922c0.748,0.748,1.777,1.211,2.919,1.211c2.282,0,4.129-1.851,4.129-4.133V26.857h14.435 c2.283,0,4.134-1.867,4.133-4.15C45.399,20.425,43.548,18.557,41.267,18.557z'/%3E%3C/g%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  border: 2px solid #000;
  padding: 5px;
  cursor: pointer;
}

.modal-window {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99999;
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  -webkit-transform: translateY(-100vh);
      -ms-transform: translateY(-100vh);
          transform: translateY(-100vh);
}

.modal-window p {
  margin: 0;
}

.modal-window--show {
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.modal-window--hide {
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translateY(-100vh);
      -ms-transform: translateY(-100vh);
          transform: translateY(-100vh);
  opacity: 0;
}

.modal-window__inner {
  background: #FFFFFF;
  max-width: 500px;
  max-height: 500px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-height: 715px) {
  .modal-window__inner {
    max-height: 400px;
  }
}
.modal-window__close {
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 5px;
}

@media (max-width: 768px) {
  .modal-window__close {
    top: 6px;
  }
}
.modal-window__close svg path {
  fill: #000000;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.modal-window__close:hover svg path {
  fill: #A41134;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.modal-window__title {
  font-size: 24px;
  background-color: #f8f8f8;
  padding: 10px 15px;
}

@media (max-width: 768px) {
  .modal-window__title {
    font-size: 20px;
  }
}
.modal-window__text {
  position: relative;
  background: #fff;
  border: 1px solid #F0EFF6;
  border-radius: 5px;
  margin: 0 15px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  -webkit-transition: 200ms;
  transition: 200ms;
  padding: 5px 1px;
}

.modal-window__text label {
  position: absolute;
  color: #000000;
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
  background: #f8f8f8;
  padding: 10px 10px 5px 10px;
  top: 0;
  left: 0;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-window__textarea {
  width: 100%;
  resize: none;
  height: 200px;
  padding: 35px 10px 10px 10px;
  border: none;
  position: relative;
}

@media (max-height: 715px) {
  .modal-window__textarea {
    max-height: 150px;
  }
}
.modal-window__textarea:focus, .modal-window__textarea:active {
  outline: none;
}

.modal-window__button {
  border-radius: 5px;
  margin: 0 15px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-window__response {
  margin: 0 15px 30px 15px;
  text-align: center;
}

@media (pointer: coarse) {
  .mistake-detect {
    display: none;
  }
}
.message-window {
  position: fixed;
  top: 66px;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 15px;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: 9999;
}

@media (max-width: 480px) {
  .message-window {
    max-width: 90%;
  }
}
.message-window--error {
  background: #A41134;
}

.message-window--success {
  background: #00774C;
}

.message-window--hidden {
  opacity: 0;
  -webkit-transform: translateX(50vh);
      -ms-transform: translateX(50vh);
          transform: translateX(50vh);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.message-window__text {
  color: #FFFFFF;
}

@media (max-width: 480px) {
  .message-window__text br {
    display: none;
  }
}
.collections {
  margin: 76px 0 80px 0;
}

.collections .category-tags {
  padding: 32px 0 44px 0;
}

.collections .category-tags-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collections__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 18px;
}

@media (max-width: 1024px) {
  .collections__list {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .collections__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 500px) {
  .collections__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
}
.collection__subscribe {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px;
  gap: 32px;
  background: rgba(255, 255, 255, 0.3);
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.collection__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 130px;
  width: 100%;
  height: 513px;
  background-color: var(--data-color);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.collection__item-figure {
  position: absolute;
  width: 85px;
  height: 110px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.collection__item-figure span {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 117%;
  color: #FFFFFF;
  position: absolute;
  top: 29px;
  right: 0;
  left: 0;
  margin: auto;
  width: 59px;
  height: 29px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.collection__item-figure svg {
  -webkit-transition: 200ms;
  transition: 200ms;
}

.collection__item-name {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 108%;
  color: #FFFFFF;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 130px;
  width: 310px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.collection__item:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.collection__item:hover svg {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  height: 115px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.collection-popular__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-height: 900px) {
  .collection-popular__wrapper {
    row-gap: 10px;
  }
}
.collection-popular__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

@media (max-height: 900px) {
  .collection-popular__list {
    gap: 16px;
  }
}
.collection-popular__item-substrate {
  max-width: 100%;
  height: 160px;
  background-color: var(--data-color);
  margin-bottom: 12px;
  position: relative;
}

@media (max-height: 900px) {
  .collection-popular__item-substrate {
    height: 100px;
  }
}
.collection-popular__item-figure {
  position: absolute;
  width: 85px;
  height: 110px;
  top: 0;
  left: 22.5px;
}

@media (max-height: 900px) {
  .collection-popular__item-figure {
    width: 60px;
    height: 85px;
  }
  .collection-popular__item-figure svg {
    width: 60px;
    height: 85px;
  }
}
.collection-popular__item-figure span {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 117%;
  color: #FFFFFF;
  position: absolute;
  top: 29px;
  right: 0;
  left: 0;
  margin: auto;
  width: 59px;
  height: 29px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-height: 900px) {
  .collection-popular__item-figure span {
    font-size: 10px;
    top: 20px;
    left: 6px;
  }
}
.collection-popular__mobile {
  display: none;
  padding: 0 0 48px 0;
}

@media (max-width: 1024px) {
  .collection-popular__mobile.ready-to-show {
    display: block;
  }
}
.collection-popular__mobile .h4 {
  margin-bottom: 20px;
}

.collection-popular__mobile .collection-popular__item-substrate {
  height: 170px;
}

.collection-popular__mobile-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

.collection-popular__mobile-dot {
  width: 6px;
  height: 6px;
  background: #D9D9D9;
}

.collection-popular__mobile-dot.tns-nav-active {
  background: #A41134;
}

.collection-detail {
  background-color: #F0EFF6;
}

.collection-detail__header {
  position: relative;
  padding: 40px 0 60px 0;
  background-color: var(--data-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-bottom: 66px;
}

@media (max-width: 1330px) {
  .collection-detail__header {
    margin: 0 -15px 66px -15px;
  }
}
@media (max-width: 768px) {
  .collection-detail__header {
    padding: 32px 0 60px 0;
    margin: 0 -15px 32px -15px;
  }
}
.collection-detail__header a {
  color: white;
}

@media (max-width: 768px) {
  .collection-detail .add-to-favorite span {
    display: none;
  }
}
.collection-detail__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 22px;
  background: #FFFFFF;
  border-radius: 2px;
  font-weight: 500;
  margin: auto;
  max-width: 133px;
}

.collection-detail__figure {
  position: absolute;
  width: 136px;
  height: 177px;
  top: 0;
  left: 111px;
}

.collection-detail__figure span {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  position: absolute;
  top: 29px;
  right: 0;
  left: 0;
  margin: auto;
  width: 94px;
  height: 66px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 768px) {
  .collection-detail__figure {
    height: 104px;
    width: 85px;
    position: relative;
    left: unset;
    top: unset;
    margin: auto;
  }
  .collection-detail__figure svg {
    height: 104px;
    width: 85px;
  }
  .collection-detail__figure span {
    width: 62px;
    height: 52px;
    font-size: 13px;
    line-height: 17px;
    top: 19px;
  }
}
.collection-detail__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 98px;
     -moz-column-gap: 98px;
          column-gap: 98px;
}

.collection-detail__left {
  max-width: 792px;
  width: 100%;
}

@media (max-width: 1024px) {
  .collection-detail__left {
    max-width: 100%;
  }
}
.collection-detail__right {
  position: relative;
  max-width: 305px;
  width: 100%;
}

@media (max-width: 1024px) {
  .collection-detail__right {
    display: none;
  }
}
.collection-detail__list {
  padding-bottom: 124px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

@media (max-width: 768px) {
  .collection-detail__list h2 {
    font-size: 32px;
  }
}
.collection-detail__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 8px;
}

@media (max-width: 820px) {
  .collection-detail__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.collection-detail__list-item-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 12px;
  width: 90px;
  height: 28px;
  background: #FFFFFF;
  border-radius: 2px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}

.collection-detail__list-item-name {
  max-width: 377px;
  width: 100%;
}

@media (max-width: 820px) {
  .collection-detail__list-item-name {
    max-width: 100%;
  }
}
.collection-detail__list-item-author {
  max-width: 263px;
}

@media (max-width: 820px) {
  .collection-detail__list-item-author {
    max-width: 100%;
  }
}
.collection-detail__list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
}

.collection-detail__article {
  margin-bottom: 140px;
}

@media (max-width: 1024px) {
  .collection-detail__article .article__body-inner {
    max-width: 100%;
  }
}
.collection-detail__article .container {
  padding: 0;
}

.collection-detail__article .article__body-text {
  padding: 0;
}

@media (max-width: 1024px) {
  .collection-detail__article {
    margin-bottom: 32px;
  }
}
.collection-detail__article-header {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
}

.collection-detail__article .h1 {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .collection-detail__article .h1 {
    font-size: 32px;
  }
}
.collection-detail__article-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 22px;
  background: #FFFFFF;
  border-radius: 2px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  max-width: 130px;
  margin-left: auto;
}

.collection-detail__article-author {
  max-width: 50%;
  margin-right: auto;
}

@media (max-width: 768px) {
  .collection-detail__article-author {
    max-width: 100%;
  }
}
.get-subscribe__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 55px;
  margin: 80px 0 110px 0;
}

@media (max-width: 768px) {
  .get-subscribe__header {
    gap: 16px;
    margin: 32px 0 48px 0;
  }
}
.get-subscribe__header .h1 {
  max-width: 855px;
}

@media (max-width: 768px) {
  .get-subscribe__header .h1 {
    font-size: 32px;
  }
}
.get-subscribe__info {
  background-color: #F0EFF6;
  padding: 60px 78.5px;
}

@media (max-width: 768px) {
  .get-subscribe__info {
    padding: 0;
    background-color: transparent;
  }
}
.get-subscribe__info .h2 {
  max-width: 855px;
  margin: 0 auto 30px auto;
}

@media (max-width: 768px) {
  .get-subscribe__info .h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 112%;
  }
}
.get-subscribe__info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}

@media (max-width: 1024px) {
  .get-subscribe__info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .get-subscribe__info-grid {
    gap: 50px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.get-subscribe__info-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

@media (max-width: 768px) {
  .get-subscribe__info-column .h4 {
    font-size: 22px;
    gap: 24px;
  }
}
.get-subscribe__info-column ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-left: 24px;
}

@media (max-width: 768px) {
  .get-subscribe__info-column:nth-of-type(1) .h4 {
    max-width: 200px;
  }
  .get-subscribe__info-column:nth-of-type(3) .h4 {
    max-width: 220px;
  }
}
.get-subscribe__advantages {
  margin-top: 95px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .get-subscribe__advantages {
    background-color: #F0EFF6;
    padding: 24px;
    margin-top: 32px;
  }
}
.get-subscribe__advantages__grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
}

@media (max-width: 1024px) {
  .get-subscribe__advantages__grid {
    padding: 0 60px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .get-subscribe__advantages__grid {
    margin-top: 16px;
    gap: 28px;
    padding: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .get-subscribe__advantage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}
.get-subscribe__advantage-icon {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .get-subscribe__advantage-icon {
    margin-bottom: 0;
  }
  .get-subscribe__advantage-icon svg {
    width: 32px;
    height: 32px;
  }
}
.get-subscribe__advantage-text {
  margin: 0;
  font-weight: 500 !important;
}

.get-subscribe__list {
  margin-bottom: 60px;
}

.get-subscribe__list .h3 {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .get-subscribe__list .h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .get-subscribe__list p.text-regular, .get-subscribe__list p.modal-menu__top-link, .get-subscribe__list p.modal-menu__middel-link, .get-subscribe__list p.modal-menu__bottom-link, .get-subscribe__list p.category-tags-link, .get-subscribe__list p.article__body-text, .get-subscribe__list p.message-window__text {
    max-width: 280px;
    margin: auto;
  }
}
.get-subscribe__list-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 1024px) {
  .get-subscribe__list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .get-subscribe__list-grid {
    margin-top: 16px;
    gap: 16px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.get-subscribe__item {
  background-color: #F0EFF6;
  padding: 32px 48px 48px 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.get-subscribe__item:hover {
  -webkit-transform: translateY(-10px) !important;
      -ms-transform: translateY(-10px) !important;
          transform: translateY(-10px) !important;
  -webkit-transition: 200ms !important;
  transition: 200ms !important;
  -webkit-transition-delay: unset !important;
          transition-delay: unset !important;
}

.get-subscribe__item-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: #A41134;
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

.get-subscribe__item-label--hidden {
  height: 21.88px;
  margin: 0;
}

.get-subscribe__item-price--old {
  text-decoration: line-through;
}

.get-subscribe__item-price--hidden {
  height: 27px;
}

.get-subscribe__item-button .button {
  width: 174px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .get-subscribe__item-button {
    margin-top: -4px;
  }
}
.get-subscribe__gift, .get-subscribe__benefit {
  background-color: #F0EFF6;
  padding: 48px 0;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .get-subscribe__gift, .get-subscribe__benefit {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .get-subscribe__gift, .get-subscribe__benefit {
    padding: 48px 12px;
  }
}
.get-subscribe__gift .text-regular--serif, .get-subscribe__benefit .text-regular--serif {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .get-subscribe__gift .text-regular--serif, .get-subscribe__benefit .text-regular--serif {
    max-width: 180px;
    margin: 0 auto 12px auto;
  }
}
.get-subscribe__gift .h2, .get-subscribe__benefit .h2 {
  margin: 0 auto 12px auto;
}

@media (max-width: 768px) {
  .get-subscribe__gift .h2, .get-subscribe__benefit .h2 {
    font-size: 32px;
  }
}
.get-subscribe__gift .text-regular, .get-subscribe__gift html, .get-subscribe__gift body, .get-subscribe__gift .modal-menu__top-link, .get-subscribe__gift .modal-menu__middel-link, .get-subscribe__gift .modal-menu__bottom-link, .get-subscribe__gift .category-tags-link, .get-subscribe__gift .article__body-text, .get-subscribe__gift .input-group input, .input-group .get-subscribe__gift input, .get-subscribe__gift .message-window__text, .get-subscribe__gift .get-subscribe__info-column ul li, .get-subscribe__info-column ul .get-subscribe__gift li, .get-subscribe__benefit .text-regular, .get-subscribe__benefit html, .get-subscribe__benefit body, .get-subscribe__benefit .modal-menu__top-link, .get-subscribe__benefit .modal-menu__middel-link, .get-subscribe__benefit .modal-menu__bottom-link, .get-subscribe__benefit .category-tags-link, .get-subscribe__benefit .article__body-text, .get-subscribe__benefit .input-group input, .input-group .get-subscribe__benefit input, .get-subscribe__benefit .message-window__text, .get-subscribe__benefit .get-subscribe__info-column ul li, .get-subscribe__info-column ul .get-subscribe__benefit li {
  margin: 0 auto 12px auto;
}

.get-subscribe__gift .button, .get-subscribe__benefit .button {
  padding: 12px 24px;
}

.get-subscribe__gift .h2 {
  max-width: 712px;
}

.get-subscribe__gift .text-regular:not(.text-regular--serif), .get-subscribe__gift html:not(.text-regular--serif), .get-subscribe__gift body:not(.text-regular--serif), .get-subscribe__gift .modal-menu__top-link:not(.text-regular--serif), .get-subscribe__gift .modal-menu__middel-link:not(.text-regular--serif), .get-subscribe__gift .modal-menu__bottom-link:not(.text-regular--serif), .get-subscribe__gift .category-tags-link:not(.text-regular--serif), .get-subscribe__gift .article__body-text:not(.text-regular--serif), .get-subscribe__gift .input-group input:not(.text-regular--serif), .input-group .get-subscribe__gift input:not(.text-regular--serif), .get-subscribe__gift .message-window__text:not(.text-regular--serif), .get-subscribe__gift .get-subscribe__info-column ul li:not(.text-regular--serif), .get-subscribe__info-column ul .get-subscribe__gift li:not(.text-regular--serif) {
  max-width: 800px;
  margin: 0 auto 48px auto;
}

@media (max-width: 768px) {
  .get-subscribe__gift .text-regular:not(.text-regular--serif), .get-subscribe__gift html:not(.text-regular--serif), .get-subscribe__gift body:not(.text-regular--serif), .get-subscribe__gift .modal-menu__top-link:not(.text-regular--serif), .get-subscribe__gift .modal-menu__middel-link:not(.text-regular--serif), .get-subscribe__gift .modal-menu__bottom-link:not(.text-regular--serif), .get-subscribe__gift .category-tags-link:not(.text-regular--serif), .get-subscribe__gift .article__body-text:not(.text-regular--serif), .get-subscribe__gift .input-group input:not(.text-regular--serif), .input-group .get-subscribe__gift input:not(.text-regular--serif), .get-subscribe__gift .message-window__text:not(.text-regular--serif), .get-subscribe__gift .get-subscribe__info-column ul li:not(.text-regular--serif), .get-subscribe__info-column ul .get-subscribe__gift li:not(.text-regular--serif) {
    margin-bottom: 32px;
  }
}
.get-subscribe__benefit .h2 {
  max-width: 881px;
  margin: 0 auto 12px auto;
}

.get-subscribe__benefit .text-regular:not(.text-regular--serif), .get-subscribe__benefit html:not(.text-regular--serif), .get-subscribe__benefit body:not(.text-regular--serif), .get-subscribe__benefit .modal-menu__top-link:not(.text-regular--serif), .get-subscribe__benefit .modal-menu__middel-link:not(.text-regular--serif), .get-subscribe__benefit .modal-menu__bottom-link:not(.text-regular--serif), .get-subscribe__benefit .category-tags-link:not(.text-regular--serif), .get-subscribe__benefit .article__body-text:not(.text-regular--serif), .get-subscribe__benefit .input-group input:not(.text-regular--serif), .input-group .get-subscribe__benefit input:not(.text-regular--serif), .get-subscribe__benefit .message-window__text:not(.text-regular--serif), .get-subscribe__benefit .get-subscribe__info-column ul li:not(.text-regular--serif), .get-subscribe__info-column ul .get-subscribe__benefit li:not(.text-regular--serif) {
  max-width: 832px;
  margin: 0 auto 48px auto;
}

@media (max-width: 768px) {
  .get-subscribe__benefit .text-regular:not(.text-regular--serif), .get-subscribe__benefit html:not(.text-regular--serif), .get-subscribe__benefit body:not(.text-regular--serif), .get-subscribe__benefit .modal-menu__top-link:not(.text-regular--serif), .get-subscribe__benefit .modal-menu__middel-link:not(.text-regular--serif), .get-subscribe__benefit .modal-menu__bottom-link:not(.text-regular--serif), .get-subscribe__benefit .category-tags-link:not(.text-regular--serif), .get-subscribe__benefit .article__body-text:not(.text-regular--serif), .get-subscribe__benefit .input-group input:not(.text-regular--serif), .input-group .get-subscribe__benefit input:not(.text-regular--serif), .get-subscribe__benefit .message-window__text:not(.text-regular--serif), .get-subscribe__benefit .get-subscribe__info-column ul li:not(.text-regular--serif), .get-subscribe__info-column ul .get-subscribe__benefit li:not(.text-regular--serif) {
    margin-bottom: 32px;
  }
}
.get-subscribe__week {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .get-subscribe__week {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.get-subscribe__week-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 38px 121px 38px 57px;
  background: #FFFFFF;
  width: 100%;
}

@media (max-width: 550px) {
  .get-subscribe__week-left {
    padding: 38px 0;
  }
}
.get-subscribe__week-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 46px 0;
  background: #A41134;
  width: 100%;
}

.get-subscribe__week-special {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin: 0 0 18px 0;
}

@media (max-width: 620px) {
  .get-subscribe__week-special {
    margin-bottom: 10px;
  }
}
.get-subscribe__week-title {
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 108%;
  color: #A41134;
  margin: 0 0 23px 0;
  max-width: 409px;
  width: 100%;
}

@media (max-width: 620px) {
  .get-subscribe__week-title {
    font-size: 50px;
    margin-bottom: 15px;
  }
}
.get-subscribe__week-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
  margin: 0;
  max-width: 472px;
  width: 100%;
}

.get-subscribe__week-period {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 49px;
  color: #FFFFFF;
  margin: 0 0 8px 0;
}

.get-subscribe__week-price {
  font-style: normal;
  font-weight: 500;
  font-size: 90px;
  line-height: 126px;
  margin: 0 0 6px 0;
  color: #FFFFFF;
}

.get-subscribe__week .button {
  border-color: #FFFFFF;
  color: #FFFFFF !important;
}

.get-subscribe__week .button:hover {
  background: #FFFFFF !important;
  color: #A41134 !important;
}

.info-page .fa {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.info-page .fa-rouble:before {
  content: "\f158";
}

.info-page .fa-paper-plane:before {
  content: "\f1d8";
}

.info-page .fa-pencil:before {
  content: "\f303";
}

.info-page .category-tags-list {
  margin-top: 80px;
}

.info-page__email-list {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 80px 0 60px 0;
}

@media (max-width: 767px) {
  .info-page__email-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 45px 0;
  }
}
.info-page__email {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0eff6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 32px 28px 48px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.info-page__email-icon {
  font-size: 24px;
}

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

.info-page__email:hover, .info-page__email:active {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.info-page__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.info-page__contacts-wrapper {
  max-width: 862px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

@media (max-width: 1160px) {
  .info-page__contacts-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .info-page__contacts-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 1160px) {
  .info-page__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.info-page__contact {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #f0eff6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 32px 48px 48px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.info-page__contact:hover, .info-page__contact:active {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.info-page__contact a[href] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.info-page__contact a[href]:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M256 64C150 64 64 150 64 256s86 192 192 192c17.7 0 32 14.3 32 32s-14.3 32-32 32C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256v32c0 53-43 96-96 96c-29.3 0-55.6-13.2-73.2-33.9C320 371.1 289.5 384 256 384c-70.7 0-128-57.3-128-128s57.3-128 128-128c27.9 0 53.7 8.9 74.7 24.1c5.7-5 13.1-8.1 21.3-8.1c17.7 0 32 14.3 32 32v80 32c0 17.7 14.3 32 32 32s32-14.3 32-32V256c0-106-86-192-192-192zm64 192a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.info-page__about {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #f0eff6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
  row-gap: 15px;
  padding: 48px;
}

.info-page__about .h2 {
  margin-bottom: 15px;
}

.articlesBlock-topBanner {
  max-width: 100% !important;
  margin-top: -80px;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .articlesBlock-topBanner {
    margin-top: -40px;
  }
}
.bannerPartner-slideWrap {
  text-decoration: none;
  border: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 0;
  overflow: hidden;
}

.banner-partner-spec {
  border-radius: 0;
  overflow: hidden;
  margin: 0 -15px 0;
}

.bannerPartner-leftSide {
  max-width: 59.7%;
  padding: 24px 19px 24px 0;
  margin: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: rgba(29, 33, 38, 0.9);
  position: relative;
  z-index: 1;
}

.bannerPartner-tags {
  margin-bottom: 63px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.bannerPartner-tags span {
  white-space: nowrap;
  border: 1px solid;
  border-color: rgba(29, 33, 38, 0.9);
  border-radius: 24px;
  margin-right: 12px;
  padding: 3px 12px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.08px;
}

.bannerPartner-name {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.bannerPartner-name.bannerPartner-name-big {
  font-size: 84px;
  line-height: 91px;
  padding: 30px 0;
}

.bannerPartner-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.bannerPartner-description {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  width: 65%;
}

.bannerPartner-description p:last-child {
  margin-bottom: 0;
}

.banner-partners__block {
  display: grid;
  grid-template-columns: repeat(var(--count-partner-logos), 140px);
  width: 35%;
}

.bannerPartner-logo {
  padding: 0 12px;
  border-left: 1px solid;
  border-color: rgba(29, 33, 38, 0.1);
}

.bannerPartner-logo:first-child {
  border-left: none;
  padding-left: 0;
}

.bannerPartner-logo img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.partnerPicture {
  padding: 0;
  margin: auto 0;
  max-width: 40%;
  height: auto;
}

.bannerContent-inner {
  max-width: 1520px;
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}

.bannerContent-inner:after {
  background-image: var(--banner-bg-image);
  content: "";
  position: absolute;
  max-width: 100%;
  width: 100%;
  display: block;
  height: var(--banner-bg-height, 420px);
  background-size: contain;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}

@media (max-width: 860px) {
  .bannerContent-inner:after {
    position: relative;
    height: 320px;
    background-size: cover;
    background-position-y: center;
  }
}
@media (max-width: 1024px) {
  .bannerPartner-name.bannerPartner-name-big {
    font-size: 50px;
    line-height: 60px;
    padding: 30px 0 30px;
  }
  .banner-partner-spec {
    margin: 0;
  }
  .bannerPartner-leftSide {
    padding: 15px;
  }
  .bannerPartner-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
  .banner-partners__block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 990px) {
  .banner-partner-wrapper {
    background-position-y: bottom;
  }
  .bannerPartner-name {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 860px) {
  .bannerPartner-leftSide {
    max-width: 100%;
  }
  .bannerPartner-bottom {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner-partners__block {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 20px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bannerPartner-name.bannerPartner-name-big {
    font-size: 56px;
    line-height: 60px;
    padding: 20px 0 10px;
  }
  .bannerPartner-description {
    width: 60%;
  }
  .bannerContent-inner {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bannerContent-inner {
    position: relative;
  }
  .partnerPicture {
    padding: 0;
    margin: auto 0;
    max-width: 100%;
    width: -webkit-calc(100vw - 30px);
    width: calc(100vw - 30px);
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: 0.15;
  }
}
@media (max-width: 640px) {
  .banner-partner-wrapper {
    background-image: none !important;
  }
  .bannerPartner-leftSide {
    padding-right: 0;
  }
  .bannerPartner-description {
    width: 100%;
  }
  .topSection-breadcrumb {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topSection-breadcrumb .articleBadge {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 8px;
  }
}
@media (max-width: 450px) {
  .bannerPartner-name.bannerPartner-name-big {
    font-size: 40px;
    line-height: 50px;
    padding: 0;
  }
}
body {
  margin: 0;
}


/*# sourceMappingURL=style.min.css.map */
