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;
}

/* make sure to set some focus styles for accessibility */

:focus {
  outline: 0;
}

/* 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;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

:focus,
:active {
  outline: none;
}

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

/* Links */

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

body {
  font-style: normal;
  font-size: 14px;
  line-height: 135%;
  font-weight: 400;
  font-family: "Satoshi", sans-serif;
  background: #E0EFFF; /* Светло-синий фон */
  color: #1A1A40; /* Темно-синий текст */
}

.container {
  max-width: 100%;
  width: 1326px;
  margin: auto;
  padding: 0 15px;
  position: relative;
}



img {
  max-width: 100%;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-20 {
  margin-top: 20px;
}

.mt-60-40 {
  margin-top: 60px;
}

.h-30 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.3px;
}

.flex {
  display: flex;
}

.flex-justify-center {
  justify-content: center;
}

.flex-align-center {
  align-items: center;
}

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

.flex-col {
  flex-direction: column;
}

.loader {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: rotation 1s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom-color: #1E90FF; /* Ярко-синий цвет */
}

@keyframes rotation {
  100% {
    transform: rotate(360deg);
  }
}

.m-btn {
  background: #1E90FF; /* Ярко-синий цвет */
  padding: 22px 48px;
  color: #E0EFFF; /* Светло-синий текст */
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 110% */
  border-radius: 20px;
  display: block;
  cursor: pointer;
  transition: 300ms;
}

.m-btn--dark {
  background: #1A1A40; /* Темно-синий фон */
  color: #E0EFFF; /* Светло-синий текст */
}

.m-btn--sm {
  padding: 11px 32px;
  border-radius: 12px;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
}

.m-btn:hover {
  background: #27408B; /* Темно-синий при наведении */
  color: #E0EFFF; /* Светло-синий текст */
  box-shadow: 0 0 1px 2px #1E90FF; /* Голубое свечение */
}

.m-btn--dark:hover {
  background: #E0EFFF; /* Светло-синий фон */
  color: #1A1A40; /* Темно-синий текст */
  box-shadow: 0 0 1px 2px #1A1A40; /* Темно-синее свечение */
}

.info-content {
  padding-left: 15px;
  padding-right: 15px;
}

.info-content__content {
  padding: 88px;
  max-width: 1294px;
  margin: 0 auto;
  border-radius: 40px;
  background: #B0C4DE; /* Светло-синий фон */
}

.info-content h1 {
  font-family: Satoshi, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.6px;
  color: #000;
}

.info-content p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
  color: #252525;
}

.info-content h2 {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 15px;
  border-radius: 12px;
  background: #1E90FF; /* Ярко-синий фон */
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF; /* Белый текст */
}

.info-content h2.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  max-width: unset;
  height: 75px;
  padding: 0;
  border-radius: 50%;
}

.info-content h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.32px;
  color: #252525;
}

.info-content ul {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
  color: #252525;
}

.info-content ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.info-content ul li:after {
  position: absolute;
  left: 5px;
  top: 8px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #252525;
}

.terms-of-use h3 {
  font-size: 20px;
}

.terms-of-use p {
  margin-top: 0;
}

.header {
  padding: 50px 0 60px;
}

.header__wrapper {
  border-radius: 30px;
  background: #1A1A40; /* Темно-синий фон */
  width: 100%;
  padding: 35px 82px;
  gap: 50px;
}

.header__row {
  margin-left: auto;
  justify-content: flex-end;
  gap: 50px;
}

.header__trigger {
  display: none;
}

.header__main-link {
  width: 223px;
  height: 67px;
  flex-shrink: 0;
  display: block;
  cursor: pointer;
  position: relative;
}

.header__logo {
  position: absolute;
  height: 115%;
  width: 115%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

.header__menu {
  height: -moz-fit-content;
  height: fit-content;
}

.header__list {
  gap: 40px;
}

.header__link {
  color: #E0EFFF; /* Светло-синий текст */
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  transition: 300ms;
}

.header__link:hover {
  color: #1E90FF; /* Ярко-синий цвет при наведении */
}

.header__locale {
  display: flex;
  align-items: center;
  width: 46px;
  height: 20px;
  border-radius: 5px;
  background: #1E90FF; /* Ярко-синий фон */
}

.header__locale > .square {
  display: block;
  margin-left: auto;
  margin-right: 1px;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #1A1A40; /* Темно-синий фон */
}

.header__locale .text {
  display: block;
  margin-left: 5px;
  margin-bottom: 3px;
  color: #1A1A40; /* Темно-синий текст */
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: 500;
}

.footer {
  padding: 50px 0;
}

.footer__container {
  gap: 40px;
}

.footer__row {
  gap: 20px;
  justify-content: space-between;
}

.footer__title {
  color: #27408B; /* Темно-синий текст */
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 450px;
}

.footer__hr {
  background: #4682B4; /* Средне-синий цвет */
  height: 1px;
  width: 100%;
}

.footer__info {
  display: flex;
  justify-content: space-between;
}

.footer__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 70px;
}

.footer__nav > a {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  color: #27408B; /* Темно-синий текст */
}

.footer__c {
  color: #343434;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__c > span {
  display: block;
}

.footer__link {
  padding: 20px;
  gap: 15px;
  display: flex;
}

.footer__link:hover {
  background-color: #E0EFFF; /* Светло-синий фон при наведении */
  color: #27408B; /* Темно-синий текст */
}

.footer__link:hover svg path {
  fill: #27408B;
}

.banner {
  position: relative;
  width: 100%;
  height: 530px;
}

.banner__person {
  position: absolute;
  right: 0;
  top: -30px;
  width: 760px;
  max-width: 40%;
  height: calc(100% + 30px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}

.banner__plate {
  padding: 70px 30px 70px 82px;
  border-radius: 50px;
  width: 100%;
  max-width: 1300px;
  background: #1A1A40; /* Темно-синий фон */
}

.banner__title {
color: #ffcc00; /* Контрастный цвет для текста */
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2.35px;
  margin-bottom: 21px;
  max-width: 800px;
}

.banner__text {
  color: #E0EFFF; /* Светло-синий текст */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 110% */
  max-width: 426px;
}

.banner__text strong {
  font-weight: 600;
}

.banner__btn {
  margin: 55px 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.banner__row {
  gap: 20px 50px;
}

.banner__r-hr {
  min-height: 100%;
  width: 1px;
  background: #9D9D9D;
}

.banner__r-item {
  gap: 22px;
}

.banner__r-num {
  color: #1E90FF; /* Ярко-синий цвет */
  font-family: Plus Jakarta Sans;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.banner__r-txt {
  color: #E0EFFF; /* Светло-синий текст */
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 110% */
}

.advantages {
    background-color: #f9f9f9;
    padding: 80px 20px;
    border-radius: 0px;
    margin-top: 80px;
    text-align: center;
}

.advantages__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Сетка для 4 колонок на десктопе */
    gap: 40px;
}

.advantages__item {
    background: linear-gradient(145deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.advantages__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.advantages__circle {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 40px; /* Размер флагов */
}

.advantages__icon {
    width: 50px;
    height: 50px;
    display: none; /* Убираем старые иконки */
}

.advantages__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.advantages__text {
    font-size: 16px;
    line-height: 1.6;
}

/* Адаптация для планшетов */
@media (max-width: 1024px) {
    .advantages__row {
        grid-template-columns: repeat(2, 1fr); /* По 2 карточки в ряд на планшетах */
    }
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
    .advantages__row {
        grid-template-columns: 1fr; /* Один элемент на мобильных */
    }

    .advantages__item {
        padding: 20px;
    }

    .advantages__title {
        font-size: 22px; /* Уменьшенный размер заголовка */
    }

    .advantages__text {
        font-size: 16px;
    }
}


.payments {
  padding: 0 110px;
}

.payments__row {
  gap: 132px;
}

.payments__preview {
  width: 635px;
  min-width: 635px;
}

.payments__title {
  margin-bottom: 19px;
  color: #2E2E2E;
}

.payments__text {
  color: #4F4F4F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.32px;
}

.pay-view {
  width: 100%;
  position: relative;
}

.pay-view--right {
  padding-right: 110px;
}

.pay-view--left {
  padding-left: 110px;
}

.pay-view__bg {
  border-radius: 40px;
  height: 100%;
  min-height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
}

.pay-view--right .pay-view__card {
  right: 0;
}

.pay-view--left .pay-view__card {
  left: 0;
}

.pay-view__card {
  border-radius: 20px;
  overflow: hidden;
  width: 304px;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 19px 56px 19px 20px;
  min-height: 175px;
}

.pay-view__card::before {
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
}

.pay-view--paytm .pay-view__card::before {
  background: linear-gradient(180deg, #1E90FF 0%, #1A1A40 69.79%);
}

.pay-view--bkash .pay-view__card::before {
  background: linear-gradient(180deg, #07EC0D 24.48%, #1A1A40 100%);
}

.pay-view__head {
  gap: 15px;
}

.pay-view__title {
  color: #2D2D2D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.pay-view__amount {
  color: #2D2D2D;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 78.571% */
}

.pay-view__text {
  color: #7E7E7E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.32px;
}

.pay-view__body {
  flex-grow: 1;
  padding: 15px 0;
}

.pay-view__arrow {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 14px;
  right: 15px;
  transition: 300ms;
}

.recommend {
  padding: 70px 15px;
  background: #E0EFFF; /* Ярко-синий фон */
}

.recommend__container {
  padding: 0 110px;
}

.recommend__row {
  margin-top: 50px;
  gap: 50px;
}

.recommend__title {
  text-align: center;
  font-weight: 500;
}

.recommend__title strong {
  font-weight: 800;
}

.recommend__item {
  display: flex;
  justify-content: center;
  width: calc(33.3333333333% - 33.3333333333px);
}

.recommend__num {
  border-radius: 20px;
  border: 3px solid #232323;
  padding: 15px;
  color: #232323;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
  margin-bottom: 22px;
}

.recommend__text {
  color: #212121;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  max-width: 305px;
  line-height: 22px;
  /* 110% */
}

.banner-ready {
  border-radius: 40px;
  background-size: cover;
  padding: 59px;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: left 3%;
  gap: 40px;
}

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

.banner-ready__text {
  color: #7E7E7E;
  text-shadow: 0 0px 2px #fff, 0 0px 8px #fff, 0 0px 12px #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 110% */
}

@media (max-width: 1450px) {
  .mt-60-40 {
    margin-top: calc(
      40px + 20 * ((100vw - 320px) / 1600)
    );
  }

  .h-30 {
    font-size: calc(
      22px + 8 * ((100vw - 320px) / 1600)
    );
  }

  .m-btn {
    font-size: calc(
      16px + 4 * ((100vw - 320px) / 1600)
    );
  }

  .m-btn--sm {
    font-size: calc(
      13px + 3 * ((100vw - 320px) / 1600)
    );
  }

  .header__link {
    font-size: calc(
      14px + 2 * ((100vw - 320px) / 1600)
    );
  }

  .footer__title {
    font-size: calc(
      20px + 11 * ((100vw - 320px) / 1600)
    );
  }

  .footer__title {
    max-width: 400px;
  }

  .banner__title {
    font-size: calc(
      24px + 26 * ((100vw - 320px) / 1600)
    );
  }

  .banner__text {
    font-size: calc(
      15px + 5 * ((100vw - 320px) / 1600)
    );
  }

  .banner__r-num {
    font-size: calc(
      20px + 23 * ((100vw - 320px) / 1600)
    );
  }

  .banner__r-txt {
    font-size: calc(
      15px + 5 * ((100vw - 320px) / 1600)
    );
  }

  .banner__title {
    letter-spacing: -1px;
  }

  .pay-view__amount {
    font-size: calc(
      18px + 10 * ((100vw - 320px) / 1600)
    );
  }

  .pay-view__text {
    font-size: calc(
      14px + 2 * ((100vw - 320px) / 1600)
    );
  }

  .recommend__row {
    margin-top: calc(
      36px + 14 * ((100vw - 320px) / 1600)
    );
  }

  .recommend__num {
    font-size: calc(
      24px + 19 * ((100vw - 320px) / 1600)
    );
  }

  .recommend__text {
    font-size: calc(
      15px + 5 * ((100vw - 320px) / 1600)
    );
  }

  .banner-ready__text {
    font-size: calc(
      15px + 5 * ((100vw - 320px) / 1600)
    );
  }
}

@media (max-width: 1300px) {
  .header {
    padding: 30px 0 20px;
  }

  .header__wrapper {
    padding: 25px 40px;
  }

  .banner__plate {
    padding: 70px 30px 70px 40px;
  }

  .payments {
    padding: 0 70px;
  }

  .payments__row {
    gap: 70px;
  }

  .recommend__container {
    padding: 0 70px;
  }
}

@media screen and (max-width: 1200px) {
  .info-content__content {
    padding: 50px;
  }

  .info-content h2.circle {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 1200px) {
  .advantages {
    padding: 40px;
  }

  .advantages__row {
    gap: 60px;
  }

  .advantages__circle {
    height: 60px;
    width: 60px;
    padding: 12px;
  }

  .advantages__item {
    width: calc(33.3333333333% - 40px);
  }

  .advantages__item:not(:last-child)::after {
    right: -29.5px;
  }

  .recommend {
    padding: 46px 15px 36px;
  }

  .banner-ready {
    padding: 40px;
    gap: 30px;
    background-position: -100px -10%;
  }
}

@media (max-width: 1160px) {
  .banner__person {
    -o-object-position: right 110%;
       object-position: right 110%;
    max-width: 45%;
  }
}

@media (max-width: 1080px) {
  .payments__preview {
    width: 435px;
    min-width: 435px;
  }

  .pay-view__bg {
    min-height: 260px;
  }

  .pay-view__card {
    min-height: 0;
    width: 250px;
    padding: 12px 56px 12px 15px;
  }

  .pay-view__head {
    gap: 10px;
  }
}

@media (max-width: 1060px) {
  .banner__plate {
    padding: 70px 50px;
  }
}

@media (max-width: 1000px) {
  .footer {
    padding: 30px 0 40px;
  }

  .footer__container {
    gap: 20px;
  }
}

@media (max-width: 990px) {
  .banner__person {
    max-width: 40%;
    top: 0;
    -o-object-position: right 70%;
       object-position: right 70%;
    height: 100%;
  }
}

@media screen and (max-width: 980px) {
  .header__wrapper {
    gap: 10px;
  }

  .header__row {
    gap: 20px;
  }

  .footer__nav {
    gap: 30px;
  }
}

@media (max-width: 930px) {
  .recommend__num {
    padding: 8px 12px;
    margin-bottom: 15px;
  }

  .recommend__row {
    gap: 30px;
  }

  .recommend__item {
    width: calc(33.3333333333% - 20px);
  }
}

@media (max-width: 880px) {
  .banner__plate {
    max-width: 100%;
    padding: 50px 40px;
  }

  .banner__text {
    max-width: 60%;
    letter-spacing: 0;
  }

  .banner__btn {
    margin: 36px 0;
  }

  .banner__r-item {
    gap: 10px;
  }
}

@media (max-width: 870px) {
  .payments {
    padding: 0 30px;
  }

  .payments__row {
    flex-direction: column;
    gap: 24px;
  }

  .payments__preview {
    width: 100%;
    max-width: 535px;
    min-width: 0;
  }

  .recommend__container {
    padding: 0 30px;
  }
}

@media (max-width: 800px) {
  .m-btn {
    padding: 16px 30px;
  }

  .m-btn--sm {
    padding: 9px 22px;
  }

  .header {
    padding: 20px 0;
  }

  .header__wrapper {
    padding: 15px 20px;
    gap: 20px;
  }

  .header__row {
    gap: 20px;
  }

  .header__list {
    gap: 20px;
  }

  .header__main-link {
    width: 133px;
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .info-content__content {
    padding: 40px;
  }

  .info-content h1 {
    font-size: 24px;
  }

  .info-content h2 {
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .recommend__row {
    flex-direction: column;
    gap: 20px;
  }

  .recommend__num {
    margin-bottom: 6px;
  }

  .recommend__item {
    width: 100%;
    display: block;
  }

  .recommend__text {
    max-width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .footer__info {
    flex-direction: column;
  }

  .footer__nav {
    order: 0;
    margin-bottom: 20px;
  }

  .footer__c {
    order: 1;
  }
}

@media (max-width: 700px) {
  .banner__plate {
    padding: 30px 20px;
    border-radius: 40px;
  }

  .advantages {
    padding: 30px 20px;
  }

  .advantages__item {
    width: 100%;
  }

  .advantages__item:not(:last-child)::after {
    right: 0;
    top: calc(100% + 19px);
    transform: none;
    width: 100%;
    height: 1px;
  }

  .advantages__title {
    margin-bottom: 10px;
  }

  .advantages__row {
    gap: 40px;
    flex-direction: column;
  }
}

@media (max-width: 660px) {
  .banner__row {
    gap: 20px 25px;
  }
}

@media (max-width: 600px) {
  .header__trigger {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: auto;
  }

  .header__trigger > span {
    background: #1E90FF; /* Ярко-синий цвет */
    border-radius: 4px;
    display: block;
    height: 3px;
    width: 25px;
    transition: 300ms;
  }

  .header__main-link {
    width: 113px;
    height: 40px;
  }

  .header__list {
    gap: 10px;
  }

  .header__list {
    flex-direction: column;
  }

  .header__row {
    top: calc(100% - 14px);
    z-index: 3;
    right: 15px;
    position: absolute;
    background: #1A1A40; /* Темно-синий фон */
    border-radius: 20px;
    padding: 0 20px;
    flex-direction: column;
    transition: 300ms;
    max-height: 0;
    transform-origin: top;
    transform: scaleY(0);
    overflow: hidden;
    opacity: 0;
  }

  .header._show .header__row {
    transform: scaleY(1);
    opacity: 1;
    padding: 20px;
    box-shadow: 2px 5px 10px 3px rgba(237, 237, 237, 0.2);
    max-height: 600px;
  }

  .header._show .header__trigger > span:nth-child(1) {
    transform: rotate(45deg) translateY(-50%) translateX(50%);
  }

  .header._show .header__trigger > span:nth-child(2) {
    opacity: 0;
  }

  .header._show .header__trigger > span:nth-child(3) {
    transform: rotate(-45deg) translateY(50%) translateX(50%);
  }
}

@media screen and (max-width: 600px) {
  .footer__nav {
    gap: 15px;
  }
}

@media (max-width: 590px) {
  .banner__plate {
    padding-bottom: 60px;
  }

  .banner__title,
  .banner__text {
    max-width: 100%;
  }

  .banner__row {
    flex-direction: column;
  }

  .banner__r-hr {
    display: none;
  }

  .banner__person {
    max-width: 280px;
    top: 30px;
    -o-object-position: right 100%;
       object-position: right 100%;
  }
}

@media (max-width: 570px) {
  .banner-ready {
    padding: 40px 20px;
    gap: 25px;
    background-position: 0px 140px;
  }
}

@media (max-width: 510px) {
  .payments {
    padding: 0px;
  }

  .pay-view--right {
    padding-right: 40px;
  }

  .pay-view__card {
    width: 220px;
  }

  .pay-view--left {
    padding-left: 40px;
  }

  .recommend__container {
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  .info-content__content {
    padding: 30px;
  }
}

@media (max-width: 465px) {
  .banner__plate {
    padding: 30px 20px 198px;
  }

  .banner__person {
    max-width: 220px;
  }

  .banner__r-item {
    align-items: center;
  }

  .banner__title {
    letter-spacing: 0.5px;
  }

  .banner__title br {
    display: none;
  }

  .banner__r-txt br {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .info-content__content {
    padding: 25px;
  }
}
/* Popup Form Styles */
.popup-form {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7); /* Слегка затемненный фон */
    padding-top: 60px;
}

.popup-form__content {
    background-color: #ffffff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 500px;
    position: relative;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.popup-form__close {
    color: #333;
    float: right;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.popup-form__close:hover {
    color: #ff0000;
}

.popup-form__title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.demo-form .form-group {
    margin-bottom: 20px;
}

.demo-form .form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #555;
    font-size: 16px;
}

.demo-form .form-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.demo-form .form-options label {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 2px solid transparent;
}

.demo-form .form-options label:hover {
    background-color: #e0e0e0;
}

.demo-form .form-options input[type="radio"]:checked + label,
.demo-form .form-options input[type="checkbox"]:checked + label {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.demo-form .form-group input[type="text"],
.demo-form .form-group input[type="email"],
.demo-form .form-group input[type="tel"] {
    width: 100%;
    padding: 12px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.demo-form .form-group input[type="text"]:focus,
.demo-form .form-group input[type="email"]:focus,
.demo-form .form-group input[type="tel"]:focus {
    border-color: #007bff;
    outline: none;
}

.demo-form .form-group button {
    width: 100%;
    padding: 15px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.demo-form .form-group button:hover {
    background-color: #0056b3;
}
.widgets-section {
    background: linear-gradient(135deg, #f0f4f8, #d9e3f0);
    padding: 30px 15px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.widgets-title {
    font-size: 26px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.widgets-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    justify-items: center;
}

.grid-item {
    background: linear-gradient(135deg, #ffffff, #e9eef2);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.slider-gif {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 8px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    z-index: 2;
}

.play-btn:hover {
    background-color: #0056b3;
}

.slider-caption {
    font-size: 16px;
    color: #555;
    font-weight: 600;
    margin-top: 8px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
}

@media (max-width: 1024px) {
    .widgets-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .play-btn {
        padding: 8px 18px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .widgets-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-item {
        padding: 10px;
    }
    .slider-gif {
        max-width: 180px;
    }
    .play-btn {
        padding: 6px 16px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .widgets-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-item {
        padding: 8px;
    }
    .slider-gif {
        max-width: 150px;
    }
    .play-btn {
        padding: 5px 15px;
        font-size: 12px;
    }
}
.new-widgets-section {
    background-color: #eef2f7;
    padding: 60px 20px;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    margin-top: 80px;
    animation: fadeInUp 0.6s ease-in-out;
}

.new-widgets-header {
    text-align: center;
    margin-bottom: 40px;
}

.new-widgets-title {
    font-size: 28px;
    font-weight: 700;
    color: #1f3d6f;
    text-align: center;
}

.new-widgets-subtitle {
    font-size: 18px;
    color: #34495e;
    margin-top: 10px;
    text-align: center;
}

.new-widgets-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.grid-item {
    flex: 1 1 45%;
    max-width: 45%;
    min-width: 300px;
    text-align: center;
    position: relative;
}

.video-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.video-caption {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #34495e;
}

.badge-new {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ff6b6b;
    color: white;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .new-widgets-grid {
        flex-direction: column;
        align-items: center;
    }

    .grid-item {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .new-widgets-title {
        font-size: 26px; /* Размер текста для мобильных */
        font-weight: 700;
        color: #2c3e50;
        text-align: left; /* Стилизуем как "Kazakhstan & Ukraine" */
        padding-left: 20px; /* Дополнительный отступ слева */
    }

    .new-widgets-subtitle {
        font-size: 18px; /* Меньший текст для мобильных устройств */
        text-align: center; /* Центрируем подзаголовок */
        margin-top: 5px;
    }

    .video-caption {
        font-size: 16px; /* Подписи к видео уменьшены для мобильных */
    }
}

@media (max-width: 480px) {
    .new-widgets-title {
        font-size: 18px; /* Уменьшаем еще больше для узких экранов */
        text-align: left; /* Оставляем текст выровненным по левому краю */
        padding-left: 15px; /* Добавляем отступ для мобильных устройств */
    }

    .new-widgets-subtitle {
        font-size: 12px; /* Подзаголовок ещё меньше для небольших экранов */
        text-align: center; /* Центрируем для компактных устройств */
    }
}

.widgets-grid {
    display: flex;
    flex-wrap: wrap; /* Позволяет виджетам переноситься на следующую строку */
    gap: 20px; /* Зазор между виджетами */
    justify-content: space-between;
}

.grid-item {
    flex: 1 1 calc(50% - 20px); /* Занимает половину ширины с учетом отступов */
    max-width: calc(50% - 20px); /* Ограничиваем максимальную ширину */
    min-width: 300px; /* Минимальная ширина для предотвращения слишком узких блоков */
    text-align: center;
}

/* Для мобильных устройств с шириной до 768px */
@media (max-width: 768px) {
    .grid-item {
        flex: 1 1 100%; /* На мобильных устройствах виджеты занимают всю ширину */
        max-width: 100%;
    }
}

/* Styles for the new services section */
#services {
    background-color: #f5f5f5;
    padding: 60px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}

.services__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.services__item {
    background-color: white;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 23%; /* Adjust the size to fit 4 items per row */
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.services__item:hover {
    transform: translateY(-5px);
}

.services__icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.services__title {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.services__text {
    font-size: 16px;
    color: #7f8c8d;
    line-height: 1.6;
}

/* Responsive design */
@media (max-width: 768px) {
    .services__item {
        width: 48%; /* Adjust for two items per row on tablet/mobile */
    }
}

@media (max-width: 480px) {
    .services__item {
        width: 100%; /* Single column layout for mobile */
    }

    .services__title {
        font-size: 16px;
    }

    .services__icon {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    h2, .banner__title {
        font-size: 26px;
    }

    h3, .recommend__title, .services__title, .advantages__title, .widgets-title {
        font-size: 18px;
    }

    p, .services__text, .advantages__text, .banner__text, .slider-caption {
        font-size: 14px;
    }
}
