/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/styles/frontend.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* Colors */
/* Colors/Main */
/* Fonts */
/* Text */
/*
 * Reset
 * inspired normalize.css
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: Arial;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a:hover, a:active {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

label {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  color: #000;
  background-color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body.noscroll {
  overflow: hidden;
}

a {
  color: #c72a09;
  text-decoration: underline;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 16px 0;
  color: #000;
  font-weight: 400;
  word-wrap: break-word;
  position: relative;
}
@media (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin: 18px 0 12px;
  }
}

h1 {
  font-size: 40px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 40px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child {
  margin-top: 0;
}

p {
  margin: 16px 0;
  line-height: 1.44;
}

strong {
  font-weight: 600;
}

table {
  width: 100%;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  border-collapse: collapse;
}

iframe {
  max-width: 100%;
  display: block;
}

ol,
ul {
  margin: 16px 0;
  padding-left: 20px;
}
ol li,
ul li {
  margin-bottom: 16px;
  padding-left: 0;
}
ol li:last-child,
ul li:last-child {
  margin-bottom: 0;
}

textarea {
  resize: none;
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.mb-140 {
  margin-bottom: 140px;
}
@media (max-width: 991px) {
  .mb-140 {
    margin-bottom: 70px;
  }
}

.hidden {
  display: none !important;
}

.image__rounded {
  border-radius: 5px;
}

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

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

.alert {
  padding: 12px 24px;
  font-size: 14px;
  border-radius: 6px;
}
.alert--error {
  background: #e24747;
  color: #ffffff;
}
.alert--success {
  background: #009764;
  color: #ffffff;
}
.alert + form {
  margin-top: 24px;
}

.button {
  padding: 12px 24px;
  line-height: 1;
  min-height: 56px;
  width: auto;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s ease;
}
@media (max-width: 420px) {
  .button {
    width: 100%;
    line-height: normal;
  }
}
.button--full {
  width: 100%;
}
.button--primary {
  background: #c72a09;
  color: #ffffff;
  border: 1px solid #c72a09;
}
.button--primary:hover {
  background: #ffffff;
  color: #c72a09;
}
.button--secondary {
  border: 1px solid #c72a09;
  color: #c72a09;
}
.button--secondary:hover {
  background: #c72a09;
  color: #ffffff;
}
.button--smaller {
  padding: 12px;
  min-height: 46px;
  font-size: 14px;
}
.button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.button__wrapper--left {
  text-align: left;
}
.button__wrapper--center {
  text-align: center;
}
.button__wrapper--right {
  text-align: right;
}

.container {
  margin: 0 auto;
  padding: 0 8px;
  width: 1200px;
  max-width: 100%;
}
.container--bigger {
  width: 1440px;
}
.container--smaller {
  width: 640px;
}

.content-with-cta__row {
  margin: 0 56px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}
@media (max-width: 991px) {
  .content-with-cta__row {
    margin: 0;
    flex-direction: column;
    gap: 20px;
  }
}
.content-with-cta__column--content {
  width: calc(60% - 20px);
}
@media (max-width: 991px) {
  .content-with-cta__column--content {
    width: 100%;
  }
}
.content-with-cta__column--cta {
  width: calc(42% - 20px);
}
@media (max-width: 991px) {
  .content-with-cta__column--cta {
    width: 100%;
    order: 2;
  }
}
.content-with-cta__column--cta-right {
  order: 2;
}
.content-with-cta__perex {
  margin: 24px 0;
  font-size: 18px;
}

.content__header {
  margin: 0 auto 40px;
  width: 65%;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .content__header {
    margin: 0 0 20px;
    width: 100%;
  }
}
.content__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .content__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.content__column--content p {
  margin: 32px 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .content__column--content p {
    margin: 16px 0;
  }
}
.content__column--content p:first-child {
  margin-top: 0;
}
.content__column--content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .content__column--image {
    order: 2;
  }
}
.content__column--image img {
  border-radius: 12px;
  display: block;
}
.content__column--image-right {
  order: 2;
}

.cta {
  padding: 46px 32px;
  background: linear-gradient(54deg, #5846cf 0%, #e24747 100%, #e24747 100%);
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 6px 18px 0 rgba(88, 70, 207, 0.2);
}
.cta__title {
  color: #f7f9fa;
  font-size: 18px;
}
.cta__price {
  margin: 12px 0 18px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 991px) {
  .cta__price {
    flex-direction: column;
    gap: 8px;
  }
}
.cta__price strong {
  color: #ffffff;
  font-size: 56px;
  font-weight: 600;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .cta__price strong {
    font-size: 40px;
  }
}
.cta__price span {
  color: #c72a09;
}
.cta__note {
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
}

.entry-content h1 {
  font-weight: 600;
}
.entry-content h2 {
  margin: 32px 0 16px;
  font-size: 32px;
}
.entry-content ol, .entry-content ul {
  margin-left: 16px;
}

.faq__header {
  text-align: center;
}
.faq__list {
  margin-top: 32px;
}
.faq__item {
  margin-bottom: 8px;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__item.open header {
  border-radius: 12px 12px 0 0;
}
.faq__item.open header svg {
  transform: rotate(180deg);
}
.faq__item.open main {
  display: block;
}
.faq__item header {
  padding: 30px 50px;
  background: #f7f9fa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 12px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .faq__item header {
    padding: 20px;
  }
}
.faq__item main {
  padding: 0 50px 30px;
  background: #f7f9fa;
  border-radius: 0 0 12px 12px;
  display: none;
}
@media (max-width: 600px) {
  .faq__item main {
    padding: 0 20px 20px;
  }
}
.faq__answer {
  font-size: 18px;
  font-weight: 600;
}
.faq__icon {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.faq__icon svg {
  width: 14px;
  height: 12px;
}

.footer {
  padding: 32px 0;
  background: #f7f9fa;
}
@media (max-width: 991px) {
  .footer {
    padding: 24px 0;
  }
}
.footer__wrapper {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.footer__logo {
  width: 100px;
}
.footer__logo img {
  max-width: 100%;
}
.footer__payment-methods {
  max-height: 20px;
}
.footer__menu {
  margin: 0;
  padding: 0;
  line-height: 1.44;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer__menu {
    justify-content: center;
  }
}
.footer__menu li {
  margin: 0;
  padding: 0;
}
.footer__menu li a {
  color: #000;
}

.form__wrapper-header {
  margin-bottom: 32px;
  text-align: center;
}
.form__wrapper {
  padding: 60px;
  background: #ffffff;
  box-shadow: 0 10px 38px 0 rgba(36, 29, 50, 0.32);
  border-radius: 12px;
  position: relative;
  z-index: 2;
}
@media (max-width: 680px) {
  .form__wrapper {
    padding: 20px;
    border-radius: 18px;
  }
}
.form__item {
  margin-bottom: 16px;
}
.form__label {
  margin-bottom: 4px;
  padding-left: 24px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.form__required {
  color: #c72a09;
}
.form__input {
  padding: 0 24px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  color: #000;
  background: #f7f9fa;
  font-size: 16px;
  border: 1px solid #f7f9fa;
  border-radius: 12px;
}
.form__input:focus {
  border-color: #c72a09;
}
.form__input--light {
  background: #ffffff;
}
.form__input--with-error {
  border-color: #e24747;
  border-radius: 5px 5px 0 0;
}
.form__textarea {
  padding: 15px 24px;
  height: 175px;
  line-height: 1.5;
}
.form__checkbox {
  margin-bottom: 32px;
}
.form__checkbox input {
  opacity: 0;
  position: absolute;
}
.form__checkbox input:checked + label:after {
  display: block;
}
.form__checkbox label {
  padding-left: 42px;
  min-height: 32px;
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
}
.form__checkbox label:before {
  width: 32px;
  height: 32px;
  content: "";
  background: #f7f9fa;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.form__checkbox label:after {
  width: 22px;
  height: 22px;
  background: #c72a09;
  content: "";
  border-radius: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
}
.form__checkbox label a {
  color: #000;
}
.form__note {
  margin-bottom: 32px;
  color: #000;
  font-size: 14px;
}
.form__note a {
  color: #000;
}
.form__button {
  text-align: center;
}
.form__error {
  padding: 6px;
  background: #e24747;
  color: #fbf2f4;
  font-size: 12px;
  display: block;
  border-radius: 0 0 5px 5px;
}

.functions__header {
  margin-bottom: 40px;
  text-align: center;
}
.functions__header h2 {
  margin: 0;
}
.functions__table {
  margin-bottom: 32px;
  border-collapse: collapse;
}
.functions__table svg {
  width: 32px;
  height: 32px;
  color: #c72a09;
}
.functions__table--lightbulb svg {
  color: #5846cf;
}
.functions__table tr:nth-child(even) {
  background: #f7f9fa;
}
.functions__table th, .functions__table td {
  padding: 10px;
}
.functions__table th {
  text-align: left;
}
.functions__table th a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.functions__table th a svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (max-width: 420px) {
  .functions__table th a svg {
    display: none;
  }
}
.functions__table td {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 420px) {
  .functions__table td {
    font-size: 0;
  }
}

.header {
  padding: 32px 0;
  position: relative;
}
@media (max-width: 991px) {
  .header {
    padding: 24px 0;
  }
}
.header__inner {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.header__logo:hover {
  color: #c72a09;
}
.header__logo img {
  height: 50px;
}
.header__logo span {
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.header__menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .header__menu {
    width: 100%;
    align-items: flex-end;
    flex-direction: column;
    gap: 16px;
  }
}
.header__menu li {
  margin: 0;
  padding: 0;
}
.header__menu li a {
  color: #241d32;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.header__menu li a:hover {
  color: #c72a09;
}
.header__menu li a:hover:before {
  opacity: 1;
}
.header__menu li a:before {
  width: 100%;
  height: 1px;
  background: #c72a09;
  content: "";
  opacity: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .header__menu li a:before {
    content: none;
  }
}
.header__menu li.is_current a {
  color: #c72a09;
}
.header__menu li.is_current a:before {
  opacity: 1;
}
.header__menu li.header__button a {
  padding: 12px;
  height: 44px;
  width: auto;
  background: #c72a09;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s ease;
}
.header__menu li.header__button a:hover {
  background: #e24747;
}
.header__menu li.header__button a:before {
  content: none;
}
.header__link {
  font-size: 14px;
}
.header__link span {
  font-weight: 600;
}
.header-menu__wrapper.open .header-menu__inner {
  display: flex;
}
.header-menu__wrapper.open .header-menu__button--open {
  display: none;
}
.header-menu__wrapper.open .header-menu__button--close {
  display: inline-flex;
}
.header-menu__inner {
  width: 100%;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 80px;
}
@media (max-width: 991px) {
  .header-menu__inner {
    padding: 20px 12px;
    width: auto;
    max-width: 100%;
    background: #ffffff;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    box-shadow: 0 6px 18px 0 rgba(88, 70, 207, 0.2);
    flex-direction: column;
    gap: 16px;
    display: none;
  }
}
.header-menu__button {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  align-items: center;
  justify-content: center;
  display: none;
}
.header-menu__button svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .header-menu__button--open {
    display: inline-flex;
  }
}
.header-menu__button--close svg {
  width: 70%;
  height: 70%;
}

.info-blocks__header {
  text-align: center;
}
.info-blocks__list {
  margin: 64px 0 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 16px;
}
@media (max-width: 991px) {
  .info-blocks__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .info-blocks__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.info-block__column {
  align-self: stretch;
}
.info-block__item {
  padding: 70px 40px 40px;
  height: 100%;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 800px) {
  .info-block__item {
    padding: 60px 15px 30px;
  }
}
.info-block__item--grey {
  background-color: #f7f9fa;
}
.info-block__item--orange {
  background-color: rgba(199, 42, 9, 0.2);
}
.info-block__item--orange svg {
  color: #c72a09;
}
.info-block__item--purple {
  background-color: rgba(88, 70, 207, 0.2);
}
.info-block__item--purple svg {
  color: #5846cf;
}
.info-block__item--cta {
  background-color: #c72a09;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-block__item h3 {
  margin: 0;
}
.info-block__item *:last-child {
  margin-bottom: 0;
}
.info-block__icon {
  width: 88px;
  height: 88px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 20px;
  transform: translate(0, -50%);
}
@media (max-width: 800px) {
  .info-block__icon {
    left: 15px;
  }
}
.info-block__icon svg {
  width: 50%;
  height: 50%;
  display: block;
}

.intro {
  font-size: 18px;
  overflow: hidden;
}
.intro__row {
  margin: 0 -8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .intro__row {
    margin: 0;
    display: block;
  }
}
.intro__column {
  padding: 0 8px;
  width: 50%;
}
@media (max-width: 991px) {
  .intro__column {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .intro__column--image {
    display: none;
  }
}
.intro__note {
  margin-top: 24px;
  font-size: 14px;
}
.intro__note p {
  margin: 0;
}
.intro__image img {
  border-radius: 12px;
}

.link-with-icon {
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.link-with-icon:hover span {
  text-decoration: none;
}
.link-with-icon span {
  text-decoration: underline;
}
.link-with-icon svg {
  width: 10px;
  height: 10px;
  fill: #e24747;
}

.logo-list {
  margin-top: 24px;
}
.logo-list--no-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.logo-list__header {
  text-align: center;
}
.logo-list__header p {
  margin: 0;
  line-height: normal;
  font-size: 40px;
}
@media (max-width: 991px) {
  .logo-list__header p {
    font-size: 28px;
  }
}
.logo-list__image {
  max-width: 145px;
  max-height: 110px;
}

.modal__wrapper {
  display: none;
}
.modal__wrapper.is-open {
  display: block;
}
.modal__overlay {
  background: rgba(199, 42, 9, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.modal__inner {
  padding: 15px 30px 30px;
  width: 50%;
  max-height: 80%;
  background: #ffffff;
  border-radius: 12px;
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .modal__inner {
    padding: 15px;
    width: 90%;
  }
}
.modal__inner header {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal__close {
  width: 24px;
  height: 24px;
  background: #e24747;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.modal__close:hover {
  background: #c72a09;
}
.modal__close svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.pricelist__header {
  text-align: center;
}
.pricelist__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 420px) {
  .pricelist__title {
    flex-direction: column;
  }
}
.pricelist__title strong {
  background: linear-gradient(81deg, #5846cf 0%, #e24747 100%, #e24747 100%), linear-gradient(to bottom, #fff, #fff);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.pricelist__hint-button {
  padding: 0;
  width: 17px;
  height: 17px;
  background: #e24747;
  color: #ffffff;
  font-size: 10px;
  border: none;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  flex-shrink: 0;
}
.pricelist__hint-button:hover {
  background: #c72a09;
}
.pricelist__list {
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
@media (max-width: 640px) {
  .pricelist__list {
    display: block;
  }
}
.pricelist__column {
  flex: 1;
}
@media (max-width: 640px) {
  .pricelist__column {
    margin-bottom: 32px;
  }
}
.pricelist__column:last-child {
  margin: 0;
}
.pricelist__item {
  padding: 50px;
  background: #f7f9fa;
  font-size: 18px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pricelist__item--highlighted {
  padding: 60px 50px;
  background: rgba(199, 42, 9, 0.2);
  box-shadow: 0 6px 18px 0 rgba(147, 148, 149, 0.2);
}
.pricelist__item--highlighted .pricelist__label {
  background: #000;
}
.pricelist__item--highlighted .pricelist__price {
  margin: 8px 0 24px;
  color: #c72a09;
}
.pricelist__item--highlighted .pricelist__price--mb-0 {
  margin-bottom: 0;
}
.pricelist__item--highlighted .pricelist__price strong {
  color: #241d32;
}
.pricelist__item--highlighted .pricelist__input-wrapper label {
  color: #c72a09;
}
.pricelist__labels {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
}
.pricelist__label {
  padding: 4px 8px;
  background: #e24747;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
}
@media (max-width: 640px) {
  .pricelist__label {
    font-size: 12px;
  }
}
.pricelist__subtitle {
  text-align: center;
}
.pricelist__price {
  margin: 8px 0 16px;
  color: #939495;
  font-size: 20px;
}
@media (max-width: 640px) {
  .pricelist__price {
    font-size: 18px;
  }
}
.pricelist__price strong {
  color: #000;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .pricelist__price strong {
    font-size: 28px;
  }
}
.pricelist__note {
  font-size: 14px;
  opacity: 0.7;
}

.title {
  margin-bottom: 16px;
  letter-spacing: 5px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.after-title {
  margin-top: 0;
}

/*# sourceMappingURL=frontend.css.map*/