@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.2; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Give border-box in all browsers.
 */
body * {
  box-sizing: border-box;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  outline: none;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}
@font-face {
  src: local(Tilda-sans), url("./TildaSans-Black-JsGxdz3r.woff2") format("woff2");
  font-family: Tilda-sans;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local(Tilda-sans), url("./TildaSans-ExtraBold-BY8Wasam.woff2") format("woff2");
  font-family: Tilda-sans;
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local(Tilda-sans), url("./TildaSans-ExtraBold-BY8Wasam.woff2") format("woff2");
  font-family: Tilda-sans;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local(Tilda-sans), url("./TildaSans-Light-N7eo-Q-n.woff2") format("woff2");
  font-family: Tilda-sans;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local(Tilda-sans), url("./TildaSans-Medium-D3QdM-L0.woff2") format("woff2");
  font-family: Tilda-sans;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local(Tilda-sans), url("./TildaSans-Regular-B6k7heM3.woff2") format("woff2");
  font-family: Tilda-sans;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local(Tilda-sans), url("./TildaSans-Semibold-CufIzz_D.woff2") format("woff2");
  font-family: Tilda-sans;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  font-family: Tilda-Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  scroll-behavior: smooth;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body {
  flex: 1;
  width: 100%;
  color: #2c2c35;
  background-color: #f6f6f6;
  margin: 0 auto;
  min-width: 360px;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
  min-height: 100vh;
}
img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
a {
  color: inherit;
  transition: all 0.24s ease;
  text-decoration: none;
}
.container {
  max-width: 1920px;
  display: flex;
  column-gap: 50px;
  min-height: 100vh;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .container {
    column-gap: 0px;
  }
}
.content-container {
  max-width: 1231px;
  padding-right: 20px;
  margin-bottom: 60px;
  width: 100%;
}
@media (max-width: 1023px) {
  .content-container {
    padding: 0px 16px;
  }
}
.main-container {
  max-width: 1171px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .main-container {
    padding: 0px 16px;
  }
}
.button {
  width: 100%;
  text-align: center;
  outline: none;
  border-radius: 12px;
  background-color: #ffd65a;
  color: #11132d;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 600;
}
.button:hover {
  background-color: #2c2c35;
  color: #fff;
}
.button--secondary {
  background-color: #2c2c35;
  color: #fff;
}
.button--secondary:hover {
  background-color: #ffd65a;
  color: #11132d;
}
.button:disabled {
  background-color: #e2e5eb;
  color: rgba(182, 184, 189, 0.6);
  cursor: not-allowed;
}
.button--text {
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  column-gap: 4px;
  align-items: center;
  color: #5c75c9;
}
.button--text-16 {
  font-size: 16px;
}
.input {
  border-radius: 8px;
  height: 44px;
  padding: 18px 14px;
  border: 1px solid #c2c4ca;
  font-size: 16px;
  width: 100%;
}
.input__wrapper.success {
  position: relative;
}
.input__wrapper.success::after {
  position: absolute;
  content: "";
  /* background: url("./assets/icons/icon_check.svg") center no-repeat; */
  right: 14px;
  height: 16px;
  width: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
@media (max-width: 767px) {
  .input {
    min-width: auto;
    width: 100%;
  }
}
.input:hover, .input:focus {
  border-color: #5c75c9;
}
.input:not(.input:placeholder-shown) {
  border-color: #c2c4ca;
}
.input:focus:not(.input:focus:placeholder-shown) {
  border-color: #5c75c9;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}
.slider-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
}
.slider-navigation-prev,
.slider-navigation-next {
  border: none;
  outline: none;
  width: 60px;
  height: 16px;
  padding: 0;
  background: url("/assets/icons/arrow.svg") no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.slider-navigation-prev:hover,
.slider-navigation-next:hover {
  opacity: 0.5;
}
.slider-navigation-next {
  transform: rotate(180deg);
}
.slider-navigation-text {
  margin-left: auto;
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .slider-navigation {
    margin-top: 40px;
  }
}
@media (max-width: 639px) {
  .slider-navigation {
    margin-top: 30px;
  }
  .slider-navigation-text {
    margin: 0 auto;
    font-size: 15px;
  }
}
/* style.css */
.custom-select {
  position: relative;
}
@media (max-width: 1279px) {
  .custom-select {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .custom-select {
    width: 100%;
  }
}
.select-header {
  height: 44px;
  width: 347px;
  background: #f6f6f6;
  border-radius: 8px;
  padding: 12px 16px;
  cursor: pointer;
  border: 1px solid #e2e5eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #737781;
  transition: all 0.3s ease;
}
@media (max-width: 1489px) {
  .select-header {
    width: 240px;
  }
}
@media (max-width: 1279px) {
  .select-header {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .select-header {
    width: 100%;
  }
}
.select-header:hover {
  background-color: #fff;
  border-color: #5c75c9;
}
.select-header:hover .select-header__icon {
  color: #5c75c9;
}
.select-header__flex {
  display: flex;
  column-gap: 4px;
  align-items: center;
}

.select-header__flex img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.select-header.opened.opened {
  border: 1px solid #6f9eff;
}
.select-dropdown {
  background: white;
  box-shadow: 0px 2px 4px 0px rgba(207, 207, 207, 0.4);
  border-radius: 12px;
  margin-top: 4px;
  padding: 14px;
  position: absolute;
  width: 100%;
  z-index: 10;
  max-height: 220px;
  overflow-y: auto;
}
.select-option {
  padding: 12px 14px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.select-option:hover {
  background: #e6eaf3;
}
.select-option__icon {
  margin-left: auto;
}
.textarea {
  border-radius: 8px;
  height: 44px;
  padding: 18px 14px;
  border: 1px solid #c2c4ca;
  font-size: 16px;
  width: 100%;
  resize: none;
  height: 190px;
}
@media (max-width: 767px) {
  .textarea {
    min-width: auto;
    width: 100%;
  }
}
.textarea:hover, .textarea:focus {
  border-color: #5c75c9;
}
.textarea:not(.textarea:placeholder-shown) {
  border-color: #c2c4ca;
}
.textarea:focus:not(.textarea:focus:placeholder-shown) {
  border-color: #5c75c9;
}
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
textarea[type=number] {
  -moz-appearance: textfield; /* Firefox */
}
.checkbox {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 115%;
  font-size: 15px;
  letter-spacing: -0.03em;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  transition: background-color 0.2s ease;
}
.checkbox:hover input + .checkmark {
  background-color: rgba(246, 246, 246, 0.2);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked + .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 9px;
  top: 0px;
  width: 5px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  border-radius: 3px;
  transform: rotate(45deg);
}
.image-preview-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  align-items: center;
  margin: 10px 0;
}
.add-image-text {
  padding-left: 25px;
  cursor: pointer;
}
.image-previews {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.preview-image {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 3px;
}
.preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.remove-button {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5333333333);
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.preview-image:hover .remove-button {
  display: block;
}
.add-image-button {
  width: 60px;
  height: 60px;
  background-color: #a0a0a0;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  border-radius: 3px;
}
.add-image-button:hover {
  background-color: #ddd;
}
body:has(.popup) {
  overflow: hidden;
}
button {
  margin-top: 0;
  padding: 0;
  background-color: transparent;
}
.subtitle-24 {
  font-size: 24px;
  font-weight: 600;
}
.header-h4 {
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .header-h4 {
    font-size: 26px;
  }
}
.header-h3-bold {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .header-h3-bold {
    font-size: 22px;
  }
}
.hint-medium {
  color: #737781;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
.pointer {
  cursor: pointer;
}
.text-link {
  cursor: pointer;
  transition: color 0.24s ease;
}
.text-link:hover {
  color: #5c75c9;
}
.rotate {
  transition: transform 0.24s ease;
  transform: rotate(180deg);
}
/*
  Enter and leave animations can use different
  durations and timing functions.
*/
.fade-enter-active {
  transition: all 0.3s ease-out;
}
.fade-leave-active {
  transition: all 0.3s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.blured {
  background: rgba(44, 44, 53, 0.1);
  backdrop-filter: blur(2px);
}
.mobile-title {
  display: none;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .mobile-title {
    display: block;
  }
}
/* Плавная анимация для раскрытия */
.accordion-enter-from,
.accordion-leave-to {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.accordion-enter-active,
.accordion-leave-active {
  transition: max-height 0.6s ease, opacity 0.3s ease;
}
.accordion-enter-to,
.accordion-leave-from {
  max-height: 600px; /* Укажи примерно максимальную высоту */
  opacity: 1;
  overflow: hidden;
}
.breadcrumbs {
  margin: 40px auto;
  display: flex;
  align-items: center;
  column-gap: 14px;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  column-gap: 14px;
}
.breadcrumbs li:not(.breadcrumbs li:last-child)::after {
  content: "";
  display: block;
  background: url("data:image/svg+xml,%3csvg%20width='4'%20height='8'%20viewBox='0%200%204%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.756757%200.5L4%204L0.756756%207.5L-4.05442e-07%206.68333L2.48649%204L6.3727e-08%201.31667L0.756757%200.5Z'%20fill='%23474751'/%3e%3c/svg%3e") center/cover no-repeat;
  width: 4px;
  height: 7px;
}
.breadcrumbs__link {
  font-size: 14px;
  line-height: 1.3;
  color: #474751;
}
.breadcrumbs__link--active {
  color: #5c75c9;
}
.swiper-pagination {
  position: unset;
  margin-top: 8px;
}
.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #ced1d7;
}
.swiper-pagination-bullet-active {
  background-color: #5c75c9;
}
.header {
  padding: 40px 50px 40px 0px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .header {
    padding: 25px 20px;
  }
}
@media (max-width: 1023px) {
  .header__title {
    display: none;
  }
}
.header-info {
  display: flex;
  column-gap: 60px;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 767px) {
  .header-info {
    column-gap: 20px;
  }
}
.header-info__flex {
  display: flex;
  column-gap: 8px;
  position: relative;
  align-items: center;
}
.header-info__flex-min {
  column-gap: 2px;
  position: relative;
}
.header-info__lang {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header-info__lang {
    display: none;
  }
}
.header-drop {
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
.dropdown {
  padding: 16px;
  border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(207, 207, 207, 0.4);
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.dropdown__item {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.dropdown__item svg {
  flex-shrink: 0;
}
.dropdown__item span {
  text-wrap: nowrap;
}
.burger-btn {
  display: none;
}
@media (max-width: 1023px) {
  .burger-btn {
    display: block;
  }
}
.date-picker {
  position: absolute;
  top: 60px;
  right: 0px;
  left: 0px;
  width: fit-content;
  max-width: 380px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px -3px 30px 0px rgba(208, 208, 208, 0.5);
  padding: 20px;
}
.date-picker__wrapper {
  position: relative;
}
.date-picker__bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.date-picker__bar__item {
  border-radius: 8px;
  padding: 6px 16px;
  background: #f6f6f6;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.date-picker__bar__item:hover {
  background-color: #d9ddf5;
}
.date-picker__bar__item.active {
  background-color: #5c75c9;
}
.date-picker__bar__item:active {
  background-color: #5c75c9;
}
.date-picker__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.date-picker__header__text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  align-items: center;
  column-gap: 4px;
  cursor: pointer;
  position: relative;
}
.date-picker__header__buttons {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.date-picker__header__button {
  cursor: pointer;
  color: #5c75c9;
  transition: color 0.3s ease;
}
.date-picker__header__button:hover {
  color: rgba(92, 117, 201, 0.6);
}
.date-picker__calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.date-picker__weekdays {
  display: contents;
}
.date-picker__days {
  display: contents;
}
.date-picker__day {
  text-align: center;
  padding: 5px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .date-picker__day {
    width: 32px;
    height: 32px;
  }
}
.date-picker__day:hover {
  background-color: #d9ddf5;
}
.date-picker__day--selected {
  background-color: #5c75c9;
  color: #fff;
}
.date-picker__day--disabled {
  color: #ccc;
  cursor: not-allowed;
}
.date-picker__day--in-range {
  background-color: #d9ddf5;
}
.date-picker__day--selected {
  background-color: #5c75c9;
  color: #fff;
}
.date-picker__day {
  cursor: pointer;
  padding: 5px;
}
.date-picker__day--disabled {
  color: #ccc;
  cursor: not-allowed;
}
.date-picker__day--empty {
  background-color: transparent;
  cursor: default;
}
.date-picker__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  max-height: 200px;
  width: 128px;
  overflow-y: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 2px 5.8px 0px rgba(191, 191, 191, 0.32);
}
.date-picker__dropdown__item {
  padding: 13px 14px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.date-picker__dropdown__item:hover {
  background-color: #e6eaf3;
}
/* Optional animation */
.dropdown-enter-active,
.dropdown-leave-active {
  transition: opacity 0.3s ease;
}
.dropdown-enter-from,
.dropdown-leave-to {
  opacity: 0;
}
.home-header {
  background-color: #f6f6f6;
  padding: 40px 0px;
}
.home-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-header__right {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 1023px) {
  .home-header__right {
    display: none;
  }
}
.home-header__button {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .home-header__nav {
    display: none;
  }
}
.home-header__nav__list {
  display: flex;
  column-gap: 32px;
  align-items: center;
}
.home-header__nav__link {
  display: flex;
  column-gap: 4px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.footer {
  padding: 40px 0px;
  background-color: #2c2c35;
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
  }
}
.footer__link {
  color: #5c75c9;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.policy {
  background-color: #27272f;
  padding: 20px 0px;
}
.policy__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .policy__inner {
    flex-direction: column-reverse;
    row-gap: 14px;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .policy__icons {
    order: 1;
  }
}
.policy__text {
  display: flex;
  align-items: center;
  column-gap: 4px;
  color: #fff;
  opacity: 0.3;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .policy__left {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .policy__right {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    justify-content: center;
  }
}
.footer-cols {
  display: flex;
  align-items: start;
  column-gap: 20px;
}
@media (max-width: 1023px) {
  .footer-cols {
    flex-direction: column;
    row-gap: 20px;
  }
}
.footer-col {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.footer-col-1 {
  margin-right: 70px;
}
.footer-col__social {
  margin-top: 30px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 167px;
}
.footer-col__social__item {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  opacity: 0.55;
  background: rgba(244, 244, 244, 0.1);
  transition: all 0.24s ease-in-out;
}
.footer-col__social__item:hover {
  background: #fff;
  opacity: 1;
}
.footer-col__head {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 4px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
}
.footer-col__head__icon {
  flex-shrink: 0;
}
.footer-col__list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.footer-col__list__item {
  display: flex;
  align-items: center;
  column-gap: 6px;
  color: #fff;
  opacity: 0.6;
  transition: opacity 0.24s ease-in-out;
}
.footer-col__list__item:hover {
  opacity: 1;
}
.footer-col__title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
}
.footer-col__links {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer-col__links a {
  color: #fff;
  opacity: 0.6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  transition: opacity 0.24s ease-in-out;
}
.footer-col__links a:hover {
  opacity: 1;
}
.footer-col .rotate {
  transition: transform 0.3s ease-out;
  transform: rotate(-180deg);
}
.menu {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 26px 20px;
  background-color: #f6f6f6;
}
.menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu__col {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.menu__link:active {
  color: #5c75c9;
}
.menu__button {
  margin-top: 32px;
  column-gap: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.menu__lang {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.menu__lang__select {
  text-transform: uppercase;
  display: flex;
  column-gap: 4px;
  align-items: center;
}
.banner {
  background-color: #fff;
  max-width: 1800px;
  margin: 0 60px;
  border-radius: 50px;
  padding: 50px 0px;
}
@media (max-width: 1023px) {
  .banner {
    border-radius: 24px;
    margin: 0 16px;
    padding: 20px;
  }
}
.banner__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .banner__wrapper {
    padding: 0;
  }
}
.banner__ratings {
  display: flex;
  align-items: center;
  column-gap: 17px;
}
@media (max-width: 575px) {
  .banner__ratings img {
    width: 100%;
  }
}
.banner__title {
  margin-top: 32px;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .banner__title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 28px;
  }
}
.banner__text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.banner__btn {
  max-width: 432px;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
}
@media (max-width: 1023px) {
  .banner__btn {
    margin: 24px auto 0px auto;
  }
}
.banner__note {
  margin-top: 32px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 1023px) {
  .banner__note {
    justify-content: center;
  }
}
.banner__note p {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .banner__img {
    display: none;
  }
}
.banner__img--mobile {
  display: none;
}
@media (max-width: 1023px) {
  .banner__img--mobile {
    display: block;
    margin-top: 16px;
    margin: 16px auto 0px auto;
  }
}
.flow {
  margin: 90px auto;
  text-align: center;
}
.flow__title {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .flow__title {
    font-size: 26px;
  }
}
.flow__text {
  font-size: 18px;
  line-height: 1.2;
  max-width: 700px;
  margin: 0px auto 32px auto;
}
@media (max-width: 767px) {
  .flow__text {
    font-size: 14px;
  }
}
.flow__items {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .flow__items {
    flex-direction: column;
  }
}
.flow-item {
  padding: 24px;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .flow-item {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .flow-item__img {
    transform: rotate(90deg);
    padding: 20px;
  }
}
.flow-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  margin: 16px 0px;
}
.flow-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.gets {
  background-color: #5c75c9;
  padding: 60px;
}
@media (max-width: 767px) {
  .gets {
    padding: 24px 16px;
  }
}
.gets__content {
  padding: 0;
}
.gets__title {
  color: #fff;
  font-weight: 700;
  font-size: 46px;
  text-align: center;
}
@media (max-width: 767px) {
  .gets__title {
    font-size: 26px;
  }
}
.gets__items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px;
  margin-top: 32px;
}
.gets-item {
  flex: 0 1 calc(33.333% - 16px);
  padding: 24px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 1023px) {
  .gets-item {
    flex: 0 1 calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .gets-item {
    flex: 0 1 100%;
  }
}
.gets-item__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 32px;
}
.gets-item__text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.4;
}
.gets__btn {
  max-width: 374px;
  margin: 32px auto 0px auto;
}
.advantages {
  margin: 90px auto;
}
.advantages__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .advantages__flex {
    row-gap: 64px;
  }
}
.advantages-item {
  text-align: center;
  flex: 0 1 calc(25% - 15px);
}
@media (max-width: 1023px) {
  .advantages-item {
    flex: 0 1 calc(33.333% - 15px);
  }
}
@media (max-width: 767px) {
  .advantages-item {
    flex: 0 1 100%;
  }
}
.advantages-item__row {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.advantages-item__num {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
}
.advantages-item__text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.3;
  color: #737781;
}
.help {
  margin: 90px auto;
}
.help__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 767px) {
  .help__title {
    font-size: 26px;
  }
}
.help__flex {
  margin-top: 32px;
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .help__flex {
    flex-direction: column;
    row-gap: 20px;
  }
}
.help-item {
  text-align: center;
  flex: 0 1 calc(33.333% - 16px);
  border-radius: 20px;
  background-color: #fff;
  padding: 24px;
}
@media (max-width: 767px) {
  .help-item {
    flex: 0 1 100%;
  }
}
.join {
  padding: 90px 0px;
  background: url("./join-bg-wJzLgYA6.png") center/cover no-repeat;
}
@media (max-width: 767px) {
  .join {
    padding: 40px 0px 0px 0px;
    position: relative;
    background: #2c2c35;
  }
}
.join__smile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .join__smile {
    display: block;
  }
}
.join__pic {
  display: none;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .join__pic {
    display: block;
  }
}
.join__title {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 767px) {
  .join__title {
    font-size: 27px;
  }
}
.join__text {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .join__text {
    font-size: 16px;
    margin-top: 14px;
  }
}
.join__btn {
  margin-top: 32px;
  max-width: 515px;
  display: flex;
  align-items: center;
  column-gap: 6px;
  justify-content: center;
}
.advance {
  margin: 90px auto;
}
@media (max-width: 767px) {
  .advance {
    margin-bottom: 120px;
  }
}
.advance__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
}
@media (max-width: 767px) {
  .advance__title {
    font-size: 27px;
  }
}
.advance__items {
  margin-top: 32px;
  display: flex;
  align-items: center;
  column-gap: 40px;
  justify-content: center;
}
@media (max-width: 767px) {
  .advance__items {
    flex-direction: column;
    align-items: start;
    row-gap: 14px;
    max-width: 350px;
    margin: 28px auto;
  }
}
.advance-item {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.advance-item__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
.advance-item__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}
.advance-item__text--blue {
  color: #5c75c9;
}
.advance__reviews {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}
.advance__reviews__hide {
  display: contents;
}
.advance__btn {
  margin: 108px auto 0 auto;
  border-radius: 8px;
  border: 1px dashed #5c75c9;
  color: #5c75c9;
  background: #fff;
  padding: 8px 16px;
  cursor: pointer;
  max-width: 250px;
  transition: all 0.3s ease;
  text-align: center;
}
@media (max-width: 767px) {
  .advance__btn {
    margin-top: 32px;
    max-width: 100%;
    width: 100%;
  }
}
.advance__btn:hover {
  border: 1px solid #5c75c9;
  background-color: #5c75c9;
  color: #fff;
}
.advance-review {
  flex: 0 1 calc(25% - 18px);
  background-color: #fff;
  padding: 16px;
  border-radius: 12px;
}
@media (max-width: 1023px) {
  .advance-review {
    flex: 0 1 calc(50% - 18px);
  }
}
@media (max-width: 767px) {
  .advance-review {
    flex: 0 1 100%;
  }
}
.advance-review__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advance-review__user {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.advance-review__user__avatar {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}
.advance-review__badge {
  border-radius: 20px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  padding: 4px;
  border: 1px solid #e2e5eb;
}
.advance-review__badge__text {
  font-size: 8px;
  font-weight: 500;
  line-height: 1.3;
}
.advance-review__badge__text--blue {
  color: #5c75c9;
}
.advance-review__text {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 20px;
}
.advance-review__bottom {
  margin-top: 18px;
  border-radius: 6px;
  background: rgba(230, 234, 243, 0.3);
  padding: 12px 10px;
  display: flex;
  column-gap: 12px;
  justify-content: space-between;
}
.advance-review__bottom__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
  text-align: center;
}
.advance-review__bottom__title--blue {
  color: #5c75c9;
}
.advance-review__bottom__text {
  text-align: center;
  color: #737781;
  font-size: 8px;
}
.premium {
  border-radius: 36px;
  background: #fff;
  position: relative;
  padding: 50px 0px 60px 0px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .premium {
    padding: 32px 16px;
  }
}
.premium__percentage {
  position: absolute;
  right: 16px;
  top: 0;
}
@media (max-width: 1023px) {
  .premium__percentage {
    display: none;
  }
}
.premium__pic {
  position: absolute;
  left: 16px;
  top: -70px;
}
@media (max-width: 767px) {
  .premium__pic {
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    width: 318px;
  }
}
.premium__container {
  max-width: 466px;
  margin: 0 0 0 40%;
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  .premium__container {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767px) {
  .premium__container {
    text-align: left;
    margin: 0 auto;
  }
}
.premium__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .premium__title {
    padding-top: 240px;
  }
}
.premium__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .premium__btn {
    margin: 0;
  }
}
.home-faq {
  margin: 90px auto;
}
.home-faq__wrapper {
  display: flex;
  align-items: start;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .home-faq__wrapper {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
.home-faq__wrapper__img {
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .home-faq__wrapper__img {
    display: none;
  }
}
.home-faq__wrapper__img--bottom {
  align-self: flex-end;
}
.home-faq__items {
  margin-top: 32px;
  flex: 1 0 700px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .home-faq__items {
    flex: 1 0 100%;
    width: 100%;
  }
}
.home-faq__more {
  display: none;
  align-items: center;
  column-gap: 4px;
  color: #5c75c9;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 767px) {
  .home-faq__more {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .sidebar {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    transition: all 0.5s ease;
    inset: 0;
    z-index: 10;
    background: rgba(44, 44, 53, 0.1);
    backdrop-filter: blur(2px);
  }
}
.sidebar__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sidebar__flex {
    margin-top: 20px;
  }
}
.sidebar.side-show {
  visibility: visible;
  opacity: 1;
}
.sidebar__inner {
  width: 356px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0px 34px 34px 0px;
  box-shadow: 0px 2px 4px 0px rgba(207, 207, 207, 0.4);
  padding: 40px;
}
@media (max-width: 767px) {
  .sidebar__inner {
    width: 304px;
    padding: 20px;
  }
}
.sidebar__logo {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .sidebar__logo {
    width: 120px;
  }
}
.sidebar__logo__txt {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sidebar__logo__txt {
    font-size: 14px;
  }
}
.sidebar__items {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.sidebar__item {
  display: flex;
  column-gap: 10px;
  align-items: center;
  color: #2c2c35;
  border-radius: 12px;
  padding: 15px 20px;
}
.sidebar__item:hover {
  background-color: #f6f6f6;
}
.sidebar__item.active {
  background-color: #5c75c9;
  color: #fff;
}
.sidebar__back {
  margin-top: auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  border-radius: 12px;
}
.sidebar__back:hover {
  background-color: #f6f6f6;
}
.sidebar__lang {
  display: none;
}
@media (max-width: 767px) {
  .sidebar__lang {
    display: flex;
  }
}
.statistics__header {
  margin-top: 40px;
}
.statistics__header-80 {
  margin-top: 80px;
}
.statistics__items {
  display: flex;
  column-gap: 20px;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .statistics__items {
    flex-direction: column;
    row-gap: 20px;
  }
}
.statistics__item {
  flex: 1 0 0;
  border-radius: 12px;
  background: #fff;
  padding: 14px;
  display: flex;
  column-gap: 14px;
  align-items: center;
  color: #c2c4ca;
}
@media (max-width: 767px) {
  .statistics__item {
    flex: 1 0 100%;
    width: 100%;
  }
}
.statistics__item.active {
  color: #5c75c9;
}
.statistics__item__title {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
}
.statistics__item__value {
  font-size: 18px;
  font-weight: 800;
}
.statistics__table {
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 14px;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .statistics__table {
    display: none;
  }
}
.statistics__table__flex {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.statistics__table__hint {
  color: #737781;
  margin-bottom: 2px;
}
.statistics__table tr:first-child th:first-child {
  border-top-left-radius: 20px;
}
.statistics__table tr:first-child th:last-child {
  border-top-right-radius: 20px;
}
.statistics__table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.statistics__table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.statistics__table th,
.statistics__table tr {
  padding: 11px 16px;
}
.statistics__table th {
  background-color: #5c75c9;
  color: #fff;
}
.statistics__table td {
  background-color: #fff;
  padding: 11px 16px;
}
.statistics__mobile-cards {
  margin-top: 24px;
  display: none;
}
@media (max-width: 1023px) {
  .statistics__mobile-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.statistics__card {
  min-width: 350px;
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .statistics__card {
    min-width: auto;
    width: 100%;
  }
}
.statistics__card__title {
  background-color: #5c75c9;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 16px;
}
.statistics__card__content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.statistics__card__line {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  font-weight: 500;
}
.statistics__card__text {
  flex: 1 0 50%;
  color: #515151;
}
.statistics__card__text--grey {
  color: #737781;
  font-size: 12px;
}
.statistics__card__value {
  flex: 1 0 50%;
}
.statistics-date-picker {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 4px;
  padding: 14px 16px;
  border-radius: 12px;
  background-color: #fff;
  width: fit-content;
}
.promo-banner {
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #fff;
  padding: 37px 50px;
}
@media (max-width: 767px) {
  .promo-banner {
    flex-direction: column;
    align-items: center;
    padding: 23px 16px;
    row-gap: 24px;
  }
}
.promo-banner__container {
  flex: 0 1 50%;
}
.promo-banner__img {
  padding-right: 120px;
}
@media (max-width: 1489px) {
  .promo-banner__img {
    padding-right: 0;
  }
}
.promo-banner__title {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .promo-banner__title {
    margin-bottom: 8px;
  }
}
.promo-banner__text {
  font-size: 20px;
  color: #2c2c35;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .promo-banner__text {
    font-size: 14px;
  }
}
.promo-personal {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .promo-personal {
    margin-top: 60px;
  }
}
.promo-personal__title {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .promo-personal__title {
    margin-bottom: 12px;
  }
}
.promo-personal__text {
  margin-bottom: 24px;
}
.promo-personal__toast {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 1px 2px 5.8px 0px rgba(191, 191, 191, 0.32);
  border-radius: 8px;
  padding: 12px 16px;
  color: #2c2c35;
  font-size: 16px;
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.promo-personal__wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 24px;
  align-items: center;
}
@media (max-width: 767px) {
  .promo-personal__wrapper {
    flex-direction: column;
    align-items: start;
    row-gap: 24px;
  }
}
.promo-personal__flex {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .promo-personal__flex {
    width: 100%;
    flex-direction: column;
  }
}
.promo-personal__input {
  min-width: 420px;
  border-radius: 8px 0px 0px 8px;
}
.promo-personal__input:not(.input:placeholder-shown) {
  border-color: transparent;
}
@media (max-width: 767px) {
  .promo-personal__input {
    width: 100%;
    min-width: 100%;
    border-radius: 8px 8px 0px 0px;
  }
}
.promo-personal__button {
  height: 44px;
  width: fit-content;
  border-radius: 0px 8px 8px 0px;
  font-size: 16px;
  padding: 14px 32px;
}
@media (max-width: 767px) {
  .promo-personal__button {
    width: 100%;
    border-radius: 0px 0px 8px 8px;
  }
}
.promo-personal__social {
  display: flex;
  align-items: center;
  column-gap: 14px;
}
.promo-personal__social__link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  transition: color 0.3s ease;
  cursor: pointer;
}
.promo-personal__social__link:hover {
  color: #5c75c9;
}
.promo-personal__social__link:active {
  color: #5c75c9;
  opacity: 0.6;
}
.promo-personal__button {
  position: relative;
}
.promo-graphics {
  text-align: center;
  margin: 80px 0px;
}
@media (max-width: 767px) {
  .promo-graphics {
    text-align: left;
  }
}
.promo-graphics__img {
  text-align: center;
}
.promo-graphics__title {
  margin-bottom: 12px;
}
.promo-graphics__text {
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
.payments__text {
  color: #2c2c35;
  font-weight: 400;
  line-height: 1.3;
}
.payments__text--border {
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 30px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .payments__text--border {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.payments__hint {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #737781;
}
.payments__head-title {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .payments__head-title {
    margin-top: 60px;
  }
}
.payments__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .payments__title--desktop {
    display: none;
  }
}
.payments__title--mobile {
  display: none;
}
@media (max-width: 767px) {
  .payments__title--mobile {
    display: block;
    margin-top: 32px;
    align-self: start;
  }
}
.payments-wrapper {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .payments-wrapper {
    flex-direction: column-reverse;
    row-gap: 40px;
    background-color: transparent;
    border-radius: 0px;
  }
}
.payments-wrapper--center {
  align-items: center;
  height: 610px;
}
.payments-wrapper__icon {
  position: absolute;
  right: 48px;
  bottom: 56px;
}
.payments-form {
  border-right: 1px solid #f6f6f6;
  flex: 0 1 50%;
  padding: 32px;
}
@media (max-width: 767px) {
  .payments-form {
    background-color: #fff;
    padding: 24px 16px;
    border-radius: 20px;
  }
}
.payments-info {
  display: flex;
  flex-direction: column;
  padding: 32px;
  flex: 0 1 50%;
}
@media (max-width: 767px) {
  .payments-info {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
  }
}
.payments-info__flex {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 24px;
}
.payments-balance {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 12px 56px 12px 14px;
  border-radius: 12px;
  background-color: #f6f6f6;
  width: fit-content;
}
.payments-balance__icon {
  color: #ced1d7;
}
.payments-balance__icon.green {
  color: #60ac71;
}
.payments-balance__text {
  font-size: 16px;
  font-weight: 500;
}
.payments-balance__num {
  font-size: 24px;
  font-weight: 700;
  padding-right: 4px;
}
.payments-step {
  margin-bottom: 24px;
}
.payments-step__title {
  display: flex;
  column-gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.payments-step__input {
  width: 100%;
  max-width: 347px;
  flex-shrink: 0;
}
@media (max-width: 1489px) {
  .payments-step__input {
    max-width: 240px;
  }
}
@media (max-width: 1279px) {
  .payments-step__input {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .payments-step__input {
    max-width: 100%;
  }
}
.payments-step__flex {
  display: flex;
  column-gap: 24px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .payments-step__flex {
    align-items: start;
    flex-direction: column;
    row-gap: 8px;
  }
}
.payments-step__btn {
  text-wrap: nowrap;
}
.payments-total_info {
  padding: 16px;
  background-color: #f8f8f8;
  border-radius: 12px;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .payments-total_info--desktop {
    display: none;
  }
}
.payments-total_info--mobile {
  display: none;
}
@media (max-width: 767px) {
  .payments-total_info--mobile {
    display: flex;
  }
}
.payments-total_info__line {
  color: #2c2c35;
  line-height: 1.2;
  font-size: 14px;
  margin-bottom: 12px;
}
.payments-total_info__line span {
  color: #737781;
  font-weight: 500;
}
.payments-total_info__hint {
  color: #737781;
  line-height: 1.4;
  font-size: 12px;
  margin-top: auto;
}
.payments-success {
  display: flex;
  border-right: 1px solid #f6f6f6;
  flex: 0 1 50%;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  margin: auto 0;
}
@media (max-width: 767px) {
  .payments-success {
    border-radius: 20px;
    background-color: #fff;
    padding: 20px;
  }
}
.payments-success--partial {
  margin: 0;
}
.payments-success__img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.payments-success__title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.payments-success__text {
  max-width: 378px;
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.payments-success__text--bottom {
  margin-top: auto;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .payments-success__text--bottom {
    margin-top: 24px;
  }
}
.payments-success__text a {
  color: #5c75c9;
  font-weight: 500;
}
.payments-success__btn {
  font-size: 16px;
  max-width: 378px;
  margin-top: 24px;
}
.mt-auto {
  margin-top: auto;
}
.rates-wrapper {
  display: flex;
  align-items: start;
  column-gap: 52px;
}
@media (max-width: 1279px) {
  .rates-wrapper {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
}
.article-wrapper {
  display: flex;
  align-items: start;
  column-gap: 52px;
}
@media (max-width: 1279px) {
  .article-wrapper {
    flex-direction: column;
    row-gap: 40px;
  }
}
.article {
  flex: 0 1 700px;
  border-radius: 20px;
  background-color: #fff;
  padding: 32px;
}
.article__thumbs {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .article__thumbs {
    flex-direction: column;
  }
}
.article__thumb {
  background-color: #f4f4f4;
  border-radius: 12px;
  padding: 11px 0px;
  text-align: center;
  flex: 1 1 33.33333%;
}
.article__thumb__num {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}
.article__thumb__num--blue {
  color: #5c75c9;
}
.article__thumb__num--green {
  color: #60ac71;
}
.article__thumb__text {
  font-weight: 500;
  font-size: 14px;
  margin-top: 6px;
}
.article__title {
  line-height: 1.3;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .article__title {
    font-size: 26px;
  }
}
.article__title-h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .article__title-h4 {
    font-size: 24px;
    font-weight: 700;
  }
}
.article__img {
  width: 100%;
}
.article__text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 32px;
}
.article__text a {
  color: #5c75c9;
  border-bottom: 1px solid #5c75c9;
}
.article__text--green {
  border-radius: 16px;
  padding: 14px;
  background-color: rgba(96, 172, 113, 0.1019607843);
  margin-top: 24px;
}
.article__text--pink {
  border-radius: 16px;
  padding: 14px;
  background-color: rgba(229, 93, 93, 0.1019607843);
  margin-top: 24px;
}
.article__hint {
  color: #c2c4ca;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 12px;
  text-align: center;
}
.article .mt-32 {
  margin-top: 32px;
}
.article ul {
  margin-top: 12px;
  list-style-type: disc;
}
.article ol {
  margin-top: 12px;
  list-style-type: decimal;
}
.article li {
  margin-inline-start: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.article b {
  font-weight: 600;
}
.article-contents {
  flex: 0 1 420px;
  border-radius: 20px;
  background-color: #fff;
  padding: 32px;
}
@media (max-width: 767px) {
  .article-contents {
    width: 100%;
  }
}
.article-contents__head {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.article-contents__list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  list-style-type: disc;
}
.article-contents__list li {
  margin-inline-start: 15px;
  color: #5c75c9;
  line-height: 1.4;
}
.article-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .article-top {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.article-top .hero-slide__category {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
@media (max-width: 767px) {
  .article-top .hero-slide__category {
    position: unset !important;
  }
}
.article-top__row {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .article-top__row.reverse {
    flex-direction: column-reverse;
    row-gap: 20px;
    align-items: end;
  }
}
@media (max-width: 767px) {
  .article-top__row {
    flex-direction: column;
    row-gap: 20px;
    align-items: start;
  }
}
.article-top__flex {
  display: flex;
  align-items: center;
  column-gap: 4px;
  color: #737781;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}
@media (max-width: 767px) {
  .article-top__flex {
    font-size: 12px;
  }
  .article-top__flex img {
    width: 16px;
    height: 16px;
  }
}
.ml-auto {
  margin-left: auto;
}
.article-side {
  flex: 0 1 420px;
}
.article-info {
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 32px;
}
.article-info__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .article-info__top .hero-slide__category {
    position: unset !important;
  }
}
.article-info__label {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.article-info__author {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
}
.article-info__author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.article-info__author__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  margin-bottom: 4px;
}
.article-info__author__prof {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.article-info__specs {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  padding: 14px;
  border-radius: 10px;
  background: rgba(92, 117, 201, 0.08);
  margin-bottom: 20px;
}
.article-info__social {
  display: flex;
  align-items: center;
  column-gap: 14px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.faq {
  flex: 0 1 70%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .faq {
    flex: 0 1 100%;
  }
}
.faq__arrow-up {
  cursor: pointer;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #5c75c9;
  box-shadow: 5px 5px 28.8px 0px rgba(82, 82, 82, 0.32);
  display: none;
}
@media (max-width: 767px) {
  .faq__arrow-up {
    display: flex;
    margin-top: 40px;
    margin: 40px auto;
  }
}
.faq-bg {
  width: calc(30% - 80px);
  max-width: 100%;
}
@media (max-width: 1279px) {
  .faq-bg {
    display: none;
  }
}
.faq-wrapper {
  display: flex;
  align-items: center;
  column-gap: 80px;
  position: relative;
}
.faq-accordion {
  padding: 20px 20px 28px 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #f4f4f4;
}
.faq-accordion.active {
  border: 1px solid #d9ddf5;
  box-shadow: 0px 2px 4px 0px rgba(207, 207, 207, 0.4);
}
.faq-accordion__header {
  display: flex;
  align-items: center;
  column-gap: 16px;
  cursor: pointer;
}
.faq-accordion__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.faq-accordion__arrow {
  margin-left: auto;
}
.faq-accordion__arrow.rotate {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.faq-accordion__content {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4;
  color: #2c2c35;
}
.support__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .support__text {
    font-size: 16px;
  }
}
.support__wrapper {
  display: flex;
  column-gap: 40px;
  align-items: stretch;
  margin-top: 32px;
}
@media (max-width: 1279px) {
  .support__wrapper {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
  }
}
.support__divider-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .support__divider-mobile {
    display: block;
  }
}
.support-card {
  display: flex;
  flex-direction: column;
  flex: 0 1 calc(50% - 20px);
  border-radius: 34px;
  background: #fff;
  padding: 50px 60px;
  text-align: center;
}
@media (max-width: 1279px) {
  .support-card {
    padding: 20px 30px;
    max-width: 520px;
  }
}
@media (max-width: 767px) {
  .support-card {
    padding: 32px 24px;
    max-width: 100%;
  }
}
.support-card__img {
  margin-bottom: 32px;
}
.support-card__title {
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .support-card__title {
    font-size: 22px;
    line-height: 1.3;
  }
}
.support-card__text {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .support-card__text {
    font-weight: 400;
  }
}
.support-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  margin-top: auto;
}
.popup {
  display: flex;
  position: fixed;
  align-items: flex-start;
  justify-content: center;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 44, 53, 0.1);
  backdrop-filter: blur(10px);
  padding-top: 70px;
  padding-bottom: 70px;
  overflow-y: auto;
}
.popup__loader {
  margin-top: 45px;
}
.popup__container {
  margin: 0 auto;
  border-radius: 34px;
  background-color: #fff;
  width: 785px;
  padding: 50px 172px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup__container--success {
  padding: 100px 50px !important;
}
.popup__container--mini {
  padding: 50px;
  width: 583px;
}
@media (max-width: 1023px) {
  .popup__container {
    width: 100%;
    margin: 50px 20px;
    padding: 50px 16px;
  }
}
.popup__img {
  width: 170px;
  height: 170px;
}
.popup__img--mini {
  height: 50px;
  width: 50px;
}
.popup__close {
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.popup__title {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .popup__title {
    text-align: center;
    margin-top: 10px;
  }
}
.popup__text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.popup__text--green {
  color: #60ac71;
}
.popup__text a {
  color: #5c75c9;
}
.popup__success-btn {
  margin-top: 32px;
}
.popup__form {
  width: 100%;
  margin-top: 32px;
}
.popup__form .select-header {
  width: 100% !important;
}
@media (max-width: 767px) {
  .popup__form {
    margin-top: 14px;
  }
}
.popup__form-label {
  display: block;
  padding-top: 14px;
  padding-bottom: 8px;
  align-self: start;
}
.popup__form-submit {
  margin-top: 24px;
}
.popup__form-submit--second {
  margin-top: 14px;
}
.popup__form-note {
  margin-top: 70px;
  color: #737781;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .popup__form-note {
    font-size: 14px;
    text-align: center;
    margin-top: 50px;
  }
}
.popup__form-note a {
  display: inline-block;
  font-weight: 500;
  color: #5c75c9;
  border-bottom: 1px solid #5c75c9;
}
.loader {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(141, 158, 217, 0.3019607843);
  border-bottom-color: #5c75c9;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.account {
  display: flex;
  align-items: start;
  column-gap: 20px;
}
@media (max-width: 1279px) {
  .account {
    flex-direction: column;
    row-gap: 40px;
  }
}
.account__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 14px;
}
.account__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.account__hint {
  margin-top: 10px;
  font-size: 14px;
  color: #737781;
  line-height: 1.3;
}
.account-col {
  flex: 0 1 calc(50% - 10px);
}
@media (max-width: 1279px) {
  .account-col {
    flex: 0 1 100%;
    width: 100%;
  }
}
.account-block {
  max-height: 90px;
  padding: 20px 40px 20px 16px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
.account-block--delete {
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.account-block--delete:hover {
  background-color: #e6eaf3;
}
.account-block__mobile-content {
  display: none;
}
@media (max-width: 767px) {
  .account-block__mobile-content {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
  }
}
@media (max-width: 767px) {
  .account-block__mobile-content .account-block__text--md {
    display: block;
  }
}
.account-block__flex {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.account-block__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #c2c4ca;
}
.account-block__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .account-block__text {
    font-size: 16px;
  }
}
.account-block__text--md {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .account-block__text--md {
    display: none;
  }
}
.account-block__text--grey {
  color: #737781;
}
.account-block__text--sm {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #737781;
}
@media (max-width: 767px) {
  .account-block__text--sm {
    font-size: 14px;
  }
}
.account-block__icons {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.account-block__icon {
  color: #c2c4ca;
}
.account-block__icon:hover {
  color: rgba(92, 117, 201, 0.6);
}
.account-block__icon:active {
  color: #5c75c9;
}
.account-payment {
  margin-top: 70px;
}
.account-payment__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1279px) {
  .account-payment__wrapper {
    flex-direction: column;
    gap: 12px;
  }
  .account-payment__wrapper .account-block {
    justify-content: start;
    column-gap: 20px;
  }
  .account-payment__wrapper .account-block__icons--end {
    margin-left: auto;
  }
}
.account-payment__btn {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .account-payment__btn {
    margin-bottom: 60px;
  }
}
.pb-20 {
  padding-bottom: 20px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-20 {
  margin-top: 20px;
}
.hero {
  display: flex;
  align-items: start;
  column-gap: 60px;
}
@media (max-width: 767px) {
  .hero {
    display: block;
  }
}
.hero-content {
  flex: 0 1 calc(50% - 60px);
}
.hero-content__title {
  font-size: 47px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .hero-content__title {
    font-size: 28px;
  }
}
.hero-content__description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .hero-content__description {
    margin-bottom: 20px;
  }
}
.hero-content__btn {
  max-width: 374px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 767px) {
  .hero-content__btn {
    max-width: 100%;
  }
}
.hero-slider {
  flex: 0 1 50%;
  width: 100%;
  margin-top: 32px;
}
.blog-article::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(88, 88, 88, 0.16) 36.28%, rgba(0, 0, 0, 0.32) 69.01%), center/cover no-repeat;
}
.blog-article:hover .hero-slide__link {
  display: flex;
}
.blog-article:hover::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), center/cover no-repeat;
}
.blog-article--mini {
  height: 100%;
  position: relative;
}
.blog-article--mini__wrapper {
  background-color: #fff;
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  border-radius: 20px;
  padding: 10px;
}
.blog-article--mini img {
  height: 100%;
  border-radius: 14px;
}
.hero-slide {
  position: relative;
  overflow: hidden;
  height: 260px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .hero-slide {
    height: 157px;
  }
}
.hero-slide__content {
  margin-top: auto;
  padding-left: 20px;
  padding-bottom: 20px;
  width: fit-content;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-slide__content {
    padding-left: 12px;
    padding-bottom: 12px;
  }
}
.hero-slide__title {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .hero-slide__title {
    font-size: 24px;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
  }
}
.hero-slide__text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 700px;
}
@media (max-width: 767px) {
  .hero-slide__text {
    display: none;
  }
}
.hero-slide__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-slide__category {
  color: #fff;
  width: fit-content;
  border-radius: 16px;
  background: #2c2c35;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .hero-slide__category {
    position: absolute;
    top: 16px;
    left: 16px;
  }
}
.hero-slide__link {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  padding: 13px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  color: #2c2c35;
  border-radius: 100px;
  background: #fff;
  box-shadow: 5px 5px 28.8px 0px rgba(82, 82, 82, 0.32);
  transition: color 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .hero-slide__link {
    right: 12px;
    bottom: 12px;
    display: flex;
  }
}
.hero-slide__link:hover {
  color: #5c75c9;
}
.hero-slide__link:active {
  color: #5c75c9;
  opacity: 0.6;
}
.swiper-slide {
  width: 100% !important;
}
.blog-banner {
  margin: 90px auto;
}
@media (max-width: 767px) {
  .blog-banner {
    margin: 80px auto;
  }
}
.banner-slide {
  height: 455px;
}
.grid-section {
  margin: 90px auto;
}
@media (max-width: 767px) {
  .grid-section {
    margin: 80px auto;
  }
}
.grid-section__title {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .grid-section__title {
    font-size: 26px;
  }
}
.grid-section__text {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  color: #737781;
}
@media (max-width: 767px) {
  .grid-section__text {
    font-size: 14px;
    margin-bottom: 28px;
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* две колонки по 50% */
  grid-template-rows: repeat(2, auto); /* две строки */
  gap: 10px; /* по желанию */
  height: 540px;
}
@media (max-width: 767px) {
  .grid {
    display: flex;
    flex-direction: column;
  }
}
.grid-1 {
  grid-row: span 2; /* занимает 2 строки */
  grid-column: 1; /* первая колонка (левая сторона) */
}
@media (max-width: 767px) {
  .grid-1 {
    flex: 2;
  }
  .grid-1 .grid-article__content {
    bottom: auto;
    top: 14px;
  }
  .grid-1 .hero-slide__link {
    right: 55%;
  }
}
.grid-1 .grid-article__text {
  max-width: 40%;
}
.grid-2 {
  grid-row: 1; /* первая строка */
  grid-column: 2; /* вторая колонка (правая сторона) */
}
@media (max-width: 767px) {
  .grid-2 {
    flex: 1;
  }
}
.grid-3 {
  grid-row: 2; /* вторая строка */
  grid-column: 2; /* вторая колонка (правая сторона) */
}
@media (max-width: 767px) {
  .grid-3 {
    flex: 1;
  }
}
.grid-article {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.grid-article__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}
@media (max-width: 767px) {
  .grid-article__content {
    bottom: 14px;
    left: 14px;
  }
}
.grid-article__img {
  height: 100%;
}
@media (max-width: 767px) {
  .grid-article__img {
    width: 100%;
    object-fit: cover;
  }
}
.grid-article__title {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  margin-bottom: 12px;
  color: #fff;
}
@media (max-width: 767px) {
  .grid-article__title {
    margin-bottom: 0;
    max-width: 70%;
  }
}
.grid-article__text {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 767px) {
  .grid-article__text {
    display: none;
  }
}
.thumbs-section {
  margin: 90px auto;
}
@media (max-width: 767px) {
  .thumbs-section {
    margin: 80px auto;
  }
}
.thumbs {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: stretch;
}
.thumbs__more {
  margin-top: 32px;
}
.thumbs__hide {
  display: contents;
}
.article-card {
  display: block;
  flex: 0 0 calc(33.3333% - 24px);
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .article-card {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .article-card {
    flex: 0 0 100%;
  }
}
.article-card:hover {
  box-shadow: 0px 2px 4px 0px rgba(207, 207, 207, 0.4);
}
.article-card:hover .article-card__btn {
  background-color: #5c75c9;
}
.article-card__top {
  position: relative;
  height: 236px;
}
.article-card__img {
  height: 100%;
  width: 100%;
}
.article-card__category {
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 16px;
  background: #2c2c35;
  padding: 6px 14px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.article-card__views {
  position: absolute;
  top: 16px;
  right: 16px;
  border-radius: 16px;
  background: #2c2c35;
  padding: 6px 14px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.article-card__bottom {
  padding: 16px;
}
.article-card__bottom__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-card__bottom__flex {
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #737781;
}
.article-card__date {
  font-size: 14px;
  font-weight: 600;
  color: #737781;
}
.article-card__title {
  margin-top: 14px;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.article-card__text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 14px;
}
.article-card__btn {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 12px 0px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  background-color: #2c2c35;
  color: #fff;
}
.blog-arrow-up {
  display: flex;
  position: absolute;
  bottom: 120px;
  right: 60px;
}
@media (max-width: 767px) {
  .blog-arrow-up {
    position: unset;
  }
}
.relative {
  position: relative;
}
.adv {
  background: url("data:image/svg+xml,%3csvg%20width='730'%20height='398'%20viewBox='0%200%20730%20398'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M284.81%20-217.588C248.965%20-213.69%20195.071%20-197.276%20156.13%20-178.396C75.5175%20-139.313%2012.1819%20-76.0827%20-27.481%204.91902C-45.8421%2042.4214%20-67.2113%20107.308%20-62.7603%20112.062C-61.8405%20113.043%20-53.0354%20107.738%20-43.1883%20100.27C-18.7561%2081.7487%2036.8293%2055.0051%2067.531%2047.0065C138.866%2028.4176%20223.765%2037.6299%20290.682%2071.2088L307.107%2079.4519L290.13%2096.4057L273.157%20113.364L246.286%20102.689C174.993%2074.3695%2099.4097%2077.075%2029.5599%20110.456C-0.994064%20125.058%20-39.2984%20154.625%20-59.4315%20179.152L-71%20193.24L-65.9034%20231.83C-54.5374%20317.918%20-16.5369%20395.966%2044.3265%20458.235C104.316%20519.611%20171.069%20556.406%20252.028%20572.727L293.079%20581L309.567%20567.961C357.971%20529.667%20394.415%20474.14%20409.43%20415.806C418.354%20381.136%20416.122%20306.034%20405.233%20274.63C391.052%20233.722%20371.919%20200.476%20346.816%20173.113L321.43%20145.438L382.842%2083.6071L444.25%2021.7759L446.195%20-0.487854C448.469%20-26.5529%20459.839%20-41.3237%20482.85%20-48.1255C514.074%20-57.3504%20550.607%20-31.7532%20550.607%20-0.643784C550.607%2031.3675%20528.942%2053.9431%20496.933%2055.2917C479.407%2056.0292%20476.07%2058.4355%20432.698%20101.623L386.947%20147.179L401.575%20166.32C421.113%20191.883%20437.989%20226.006%20450.009%20264.242C458.337%20290.741%20459.898%20304.673%20459.898%20352.593C459.898%20400.445%20458.329%20414.508%20450.017%20441.092C437.132%20482.311%20416.012%20522.161%20389.896%20554.539L368.869%20580.604L384.851%20577.94C478.998%20562.259%20552.396%20525.018%20616.136%20460.595C668.372%20407.799%20703.554%20344.582%20722.303%20269.838C733.539%20225.032%20732.273%20129.631%20719.818%2082.8823C667.739%20-112.599%20484.326%20-239.287%20284.81%20-217.588ZM129.896%20185.587C151.776%20194.901%20163.442%20210.607%20165.408%20233.402C168.454%20268.709%20145.055%20294.298%20109.721%20294.298C47.3177%20294.298%2031.18%20211.26%2088.626%20185.76C104.928%20178.52%20113.214%20178.486%20129.896%20185.587ZM304.327%20353.263C350.364%20399.253%20295.922%20472.909%20238.004%20442.992C211.918%20429.52%20201.164%20392.337%20215.403%20364.84C232.3%20332.2%20277.363%20326.334%20304.327%20353.263Z'%20fill='white'%20fill-opacity='0.02'/%3e%3c/svg%3e") left #5c75c9 no-repeat;
  position: relative;
}
.adv__wrapper {
  display: flex;
  align-items: stretch;
  column-gap: 65px;
}
@media (max-width: 1023px) {
  .adv__wrapper {
    flex-direction: column;
  }
}
.adv__left {
  flex: 0 1 calc(50% - 65px);
}
.adv__right {
  width: 100%;
  padding: 72px 0px 72px 50px;
}
@media (max-width: 1023px) {
  .adv__right {
    width: calc(100% + 32px);
    padding: 16px;
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 12px 12px 0px 0px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #5c75c9;
  }
}
.adv__right::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 50%;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  border-radius: 30px 0px 0px 30px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #5c75c9;
}
@media (max-width: 1023px) {
  .adv__right::before {
    display: none;
  }
}
.adv__title {
  padding-top: 50px;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 52px */
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .adv__title {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.adv__hint {
  margin-top: 38px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}
.adv__icons {
  display: flex;
  align-items: center;
  column-gap: 26px;
  margin-top: 12px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .adv__icons {
    column-gap: 16px;
    flex-wrap: wrap;
  }
}
.adv__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}
@media (max-width: 767px) {
  .adv__icon {
    flex-shrink: 1;
  }
  .adv__icon img,
  .adv__icon svg {
    width: 16px;
    height: 16px;
  }
}
.adv__icon div {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
}
.adv__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.adv__list li {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .adv__list li {
    font-size: 16px;
  }
}
.adv__list__icon {
  display: flex;
  width: 20px;
  height: 20px;
  padding: 3px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 12px;
  background: #fff;
}
