@font-face {
    font-family: Inter;
    src: local("Inter"), local("Inter"), url("/assets/fonts/inter/Inter-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Poppins;
    src: local("Poppins"), local("Poppins"), url("/assets/fonts/poppins/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Poppins;
    src: local("Poppins"), local("Poppins"), url("/assets/fonts/poppins/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Poppins;
    src: local("Poppins"), local("Poppins"), url("/assets/fonts/poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

ul,
ol {
    padding-left: 3rem;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

p {
    text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

.lock {
    overflow: hidden;
}

#root,
#__next {
    isolation: isolate;
}

html,
body {
    font-size: 62.5%;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
}

@media (max-width: 1200px) {
    html,
    body {
        font-size: 57.5%;
    }
}

@media (max-width: 1110px) {
    html,
    body {
        font-size: 52.5%;
    }
}

@media (max-width: 1010px) {
    html,
    body {
        font-size: 47.5%;
    }
}

@media (max-width: 920px) {
    html,
    body {
        font-size: 42.5%;
    }
}

@media (max-width: 825px) {
    html,
    body {
        font-size: 37.5%;
    }
}

@media (max-width: 768px) {
    html,
    body {
        font-size: 62.5%;
    }
}

@media (max-width: 620px) {
    html,
    body {
        font-size: 57.5%;
    }
}

@media (max-width: 570px) {
    html,
    body {
        font-size: 52.5%;
    }
}

@media (max-width: 520px) {
    html,
    body {
        font-size: 47.5%;
    }
}

@media (max-width: 480px) {
    html,
    body {
        font-size: 82.5%;
    }
}

@media (max-width: 410px) {
    html,
    body {
        font-size: 77.5%;
    }
}

@media (max-width: 380px) {
    html,
    body {
        font-size: 72.5%;
    }
}

@media (max-width: 360px) {
    html,
    body {
        font-size: 67.5%;
    }
}

@media (max-width: 320px) {
    html,
    body {
        font-size: 62.5%;
    }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
    background-color: #ebedf3;
    opacity: 1;
    transition: opacity 0.3s;
}

.swiper-pagination-bullet-active {
    background-color: #1cc700;
    transition: background-color 0.3s;
}

h1,
.h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 7.2rem;
    color: #111b1e;
}

@media (max-width: 768px) {
    h1,
    .h1 {
        font-size: 4.8rem;
        line-height: 5.3rem;
    }
}

h2,
.h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 5.3rem;
    color: #111b1e;
}

@media (max-width: 480px) {
    h2,
    .h2 {
        font-size: 3.2rem;
        line-height: 3.8rem;
    }
}

h3,
.h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 3.8rem;
    color: #111b1e;
}

@media (max-width: 480px) {
    h3,
    .h3 {
        font-size: 2.4rem;
        line-height: 2.9rem;
    }
}

h4,
.h4 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #111b1e;
}

@media (max-width: 480px) {
    h4,
    .h4 {
        font-size: 1.8rem;
        line-height: 2.9rem;
    }
}

.t1,
p.t1,
span.t1 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.9rem;
    color: #111b1e;
}

@media (max-width: 480px) {
    .t1,
    p.t1,
    span.t1 {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}

.t2,
p.t2,
span.t2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #111b1e;
}

.t3,
p.t3,
span.t3 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #111b1e;
}

.t4,
p.t4 strong,
span.t4 strong,
p.t4 > .strong,
span.t4 > .strong {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #111b1e;
}

.t5,
p.t5,
span.t5 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #111b1e;
}

.b1,
p.b1 strong,
span.b1 strong {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #111b1e;
}

@media (max-width: 480px) {
    .b1,
    p.b1 strong,
    span.b1 strong {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}

strong {
    font-weight: 700;
}

a {
    text-decoration: none;
}

a.button,
button.button,
.button {
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.9rem;
    color: #111b1e;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    a.button,
    button.button,
    .button {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}

a.button:after,
button.button:after,
.button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4.6rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

a.button.transparent,
button.button.transparent,
.button.transparent {
    padding: 1.4rem 6.2rem;
    position: relative;
    border-radius: 4.6rem;
    background-color: #ffffff;
    transition: background-color 0.3s, color 0.3s, opacity 0.3s, visibility 0.3s;
    cursor: pointer;
}

a.button.transparent::after,
button.button.transparent::after,
.button.transparent::after {
    border: 0.2rem solid #1cc700;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;
}

a.button.transparent:hover,
button.button.transparent:hover,
.button.transparent:hover {
    color: #ffffff;
    background-color: #1cc700;
    transition: background-color 0.3s, color 0.3s;
}

a.button.transparent:hover::after,
button.button.transparent:hover::after,
.button.transparent:hover::after {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

a.button.transparent:active,
button.button.transparent:active,
.button.transparent:active {
    color: #ffffff;
    background-color: #18a900;
    transition: color 0.3s, background-color 0.3s;
}

a.button.transparent:active::after,
button.button.transparent:active::after,
.button.transparent:active::after {
    content: "";
    border-color: #18a900;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, border 0.3s;
}

a.button.transparent:disabled,
button.button.transparent:disabled,
.button.transparent:disabled {
    cursor: not-allowed;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #edf0f3;
    background-color: #ffffff;
    transition: color 0.3s, background-color 0.3s;
}

a.button.transparent:disabled::after,
button.button.transparent:disabled::after,
.button.transparent:disabled::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-color: #edf0f3;
    opacity: 1;
    visibility: 1;
    transition: border 0.3s, opacity 0.3s, visibility 0.3s;
}

a.button.transparent.small,
button.button.transparent.small,
.button.transparent.small {
    padding: 1.3rem;
}

a.button.green,
button.button.green,
.button.green {
    padding: 1.4rem 9.6rem;
    position: relative;
    border-radius: 4.6rem;
    color: #ffffff;
    background-color: #1cc700;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

@media (max-width: 480px) {
    a.button.green,
    button.button.green,
    .button.green {
        width: 100%;
        padding: 1.3rem 6.3rem;
    }
}

a.button.green:hover,
button.button.green:hover,
.button.green:hover {
    color: #ffffff;
    transition: color 0.3s;
}

a.button.green:active,
button.button.green:active,
.button.green:active {
    color: #ffffff;
    background-color: #18a900;
    transition: background-color 0.3s, color 0.3s;
}

a.button.green:disabled,
button.button.green:disabled,
.button.green:disabled {
    cursor: not-allowed;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #edf0f3;
    background-color: #edf0f3;
    transition: background-color 0.3s, color 0.3s;
}

input,
.input {
    padding: 1.8rem 1.6rem;
    outline: none;
    border: 0.1rem solid #e0e0e0;
    border-radius: 1.2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: rgba(17, 27, 30, 0.5019607843);
    font-size: 1.4rem;
    line-height: 2rem;
    transition: border 0.3s;
}

@media (max-width: 480px) {
    input,
    .input {
        padding: 1.2rem 1.6rem;
    }
}

input:hover,
.input:hover {
    transition: border 0.3s;
    border-color: #717984;
}

input:focus, input:active,
.input:focus,
.input:active {
    transition: border 0.3s;
    border-color: #1cc700;
}

a.link {
    transition: color 0.3s;
}

a.link:hover {
    color: #1cc700;
    transition: color 0.3s;
}

a.link:active {
    color: #18a900;
    transition: color 0.3s;
}

.download-app-link {
    width: 18rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    background-color: #111b1e;
}

a.public-services,
div.public-services {
    width: 33.6rem;
    padding: 0.6rem 3.1rem 0.6rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.0588235294);
    cursor: pointer;
    border-radius: 1.2rem;
    gap: 1.2rem;
    transition: color 0.3s;
}

@media (max-width: 480px) {
    a.public-services,
    div.public-services {
        gap: 0.8rem;
        width: 100%;
        padding: 0.6rem 0.8rem;
    }

    a.public-services svg,
    div.public-services svg {
        max-width: 3.2rem;
        min-width: 3.2rem;
        max-height: 3.2rem;
        min-height: 3.2rem;
        width: 3.2rem;
        height: 3.2rem;
    }
}

a.public-services .description,
div.public-services .description {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

a.public-services .description > span.t2,
div.public-services .description > span.t2 {
    transition: color 0.3s;
}

@media (max-width: 480px) {
    a.public-services .description > span.t2,
    div.public-services .description > span.t2 {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

a.public-services .description > p,
div.public-services .description > p {
    color: #888d8e;
}

@media (max-width: 480px) {
    a.public-services .description > p,
    div.public-services .description > p {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}

a.public-services .description > p span,
div.public-services .description > p span {
    color: #0166b3;
}

@media (max-width: 480px) {
    a.public-services .description > p span,
    div.public-services .description > p span {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}

a.public-services:hover .description > span.t2,
div.public-services:hover .description > span.t2 {
    color: #1cc700;
    transition: color 0.3s;
}

a.public-services:active .description > span.t2,
div.public-services:active .description > span.t2 {
    color: #18a900;
    transition: color 0.3s;
}

a.t-bank,
div.t-bank {
    width: 33.6rem;
    padding: 0.6rem 3.1rem 0.6rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    border-radius: 1.2rem;
    gap: 1.2rem;
    background-color: #ffffff;
    box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.0588235294);
    transition: color 0.3s;
}

@media (max-width: 480px) {
    a.t-bank,
    div.t-bank {
        gap: 0.8rem;
        padding: 0.6rem 0.8rem;
    }

    a.t-bank svg,
    div.t-bank svg {
        max-width: 3.2rem;
        min-width: 3.2rem;
        max-height: 3.2rem;
        min-height: 3.2rem;
        width: 3.2rem;
        height: 3.2rem;
    }
}

a.t-bank .description,
div.t-bank .description {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

a.t-bank .description > span.t2,
div.t-bank .description > span.t2 {
    transition: color 0.3s;
}

@media (max-width: 480px) {
    a.t-bank .description > span.t2,
    div.t-bank .description > span.t2 {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

a.t-bank .description > p,
div.t-bank .description > p {
    color: #888d8e;
}

@media (max-width: 480px) {
    a.t-bank .description > p,
    div.t-bank .description > p {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}

a.t-bank .description > p span,
div.t-bank .description > p span {
    color: #0166b3;
}

@media (max-width: 480px) {
    a.t-bank .description > p span,
    div.t-bank .description > p span {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}

a.t-bank:hover .description > span.t2,
div.t-bank:hover .description > span.t2 {
    color: #1cc700;
    transition: color 0.3s;
}

a.t-bank:active .description > span.t2,
div.t-bank:active .description > span.t2 {
    color: #18a900;
    transition: color 0.3s;
}

.global-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container {
    position: relative;
    max-width: 117rem;
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .container {
        max-width: 57.6rem;
    }
}

@media (max-width: 480px) {
    .container {
        max-width: 28.8rem;
    }
}

.ui-kit {
    width: 100%;
}

.ui-kit__content {
    padding: 30rem 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 4rem;
}

.ui-kit .item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.tabs {
    width: 72.2rem;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}

@media (max-width: 768px) {
    .tabs {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .tabs {
        gap: 2.4rem;
    }
}

.tabs .tab-items {
    width: 100%;
    display: flex;
}

.tabs .tab-items-container {
    width: 100%;
    overflow-x: auto;
}

@media (max-width: 768px) {
    .tabs .tab-items-container {
        width: 57.6rem;
    }
}

@media (max-width: 480px) {
    .tabs .tab-items-container {
        width: 28.8rem;
    }
}

.tabs .tab-items-rounded {
    width: 100%;
    display: flex;
    gap: 1.6rem;
    flex-wrap: nowrap;
    margin-bottom: 2.4rem;
}

@media (max-width: 480px) {
    .tabs .tab-items-rounded {
        margin-bottom: 1.6rem;
    }
}

@media (max-width: 480px) {
    .tabs .tab-items-rounded-container {
        width: 28.8rem;
        overflow-x: auto;
    }
}

.tabs .tab-item {
    display: none;
    cursor: pointer;
    position: relative;
    width: 36.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.9rem 0 1.3rem 0;
}

@media (max-width: 768px) {
    .tabs .tab-item {
        width: 28.8rem;
    }
}

@media (max-width: 480px) {
    .tabs .tab-item {
        width: 14.4rem;
    }
}

.tabs .tab-item:hover svg path {
    stroke: #1cc700;
    transition: stroke 0.3s;
}

.tabs .tab-item svg path {
    transition: stroke 0.3s;
}

.tabs .tab-item.active svg path {
    stroke: #1cc700;
    transition: stroke 0.3s;
}

.tabs .tab-item.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.4rem;
    left: 0;
    bottom: 0;
    background-color: #1cc700;
    border-radius: 0.4rem 0.4rem 0 0;
}

.tabs .tab-item.active span {
    font-weight: 700;
}

.tabs .tab-item span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    white-space: nowrap;
}

.tabs .tab-item-rounded {
    min-width: 16.8rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    padding: 1.1rem 1.7rem;
    border-radius: 1.2rem;
    position: relative;
    transition: border 0.3s, background-color 0.3s;
}

@media (max-width: 768px) {
    .tabs .tab-item-rounded {
        padding: 1.1rem 1.6rem;
        min-width: 13.6rem;
    }
}

@media (max-width: 480px) {
    .tabs .tab-item-rounded {
        min-width: 16.8rem;
    }
}

.tabs .tab-item-rounded::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1.2rem;
    border: 0.1rem solid #ffffff;
    transition: border 0.3s;
    z-index: 2;
}

.tabs .tab-item-rounded:hover::after {
    border: 0.1rem solid #1cc700;
    transition: border 0.3s;
}

.tabs .tab-item-rounded.active {
    background-color: rgba(28, 199, 0, 0.1215686275);
    transition: background-color 0.3s;
}

.tabs .tab-item-rounded.active::after {
    border: 0.1rem solid #1cc700;
    transition: border 0.3s;
}

.tabs .tab-item-rounded__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
}

.tabs .tab-item-rounded__content {
    display: none;
    flex-direction: column;
    gap: 2.4rem;
}

@media (max-width: 480px) {
    .tabs .tab-item-rounded__content {
        gap: 4rem;
    }
}

.tabs .tab-item-rounded__content.active {
    display: flex;
}

.tabs .tab-item-rounded__content-top {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.tabs .tab-item-rounded__content-top h3 span {
    color: #1cc700;
}

.tabs .tab-item-rounded__content-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

@media (max-width: 480px) {
    .tabs .tab-item-rounded__content-list {
        gap: 1.6rem;
    }
}

.tabs .tab-item-rounded__content-list.ordered ul {
    list-style: disc;
}

.tabs .tab-item-rounded__content-list ul {
    list-style: decimal;
    padding-left: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

@media (max-width: 480px) {
    .tabs .tab-item-rounded__content-list ul {
        gap: 1.2rem;
    }
}

.tabs .tab-item-rounded__content-list ul li::marker {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.9rem;
}

.tabs .tab-item-rounded__content-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 2.4rem;
    border-radius: 1.6rem;
}

.tabs .tab-item-rounded__content-item ul {
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
    gap: 0.8rem;
}

.tabs .tab-item-rounded__content-item ul li {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.tabs .tab-item-rounded__content-item.orange {
    background-color: rgba(254, 156, 3, 0.1490196078);
}

.tabs .tab-item-rounded__content-item.green {
    background-color: rgba(28, 199, 0, 0.1490196078);
}

.tabs .tab-item-rounded__content-item-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.8rem;
}

.tabs .tab-item-rounded__content-item-title svg {
    min-width: 2rem;
    min-height: 2rem;
    width: 2rem;
    height: 2rem;
    max-height: 2rem;
    max-width: 2rem;
}

.tabs .tab-item__content {
    flex-direction: column;
    gap: 2.4rem;
    display: none;
}

.tabs .tab-item__content.active {
    display: flex;
}

.faq {
    padding: 8.8rem 0;
}

@media (max-width: 480px) {
    .faq {
        padding-top: 4.8rem;
        padding-bottom: 2.4rem;
    }
}

.faq__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2.4rem 1.6rem;
}

@media (max-width: 768px) {
    .faq__inner {
        gap: 1.6rem;
    }
}

.faq__inner .faq__content-item {
    width: 57.3rem;
}

@media (max-width: 768px) {
    .faq__inner .faq__content-item {
        width: 100%;
    }
}

.faq__content {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.faq__content-item {
    background-color: #f6f9fb;
    border-radius: 1.6rem;
}

.faq__content-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.3rem 2.4rem 2.3rem 2.4rem;
    cursor: pointer;
}

@media (max-width: 480px) {
    .faq__content-item-title {
        font-size: 1.6rem;
        line-height: 2.2rem;
        padding: 1.6rem;
    }
}

.faq__content-item-title:hover svg path {
    transition: stroke 0.3s;
    stroke: #1cc700;
}

@media (max-width: 480px) {
    .faq__content-item-title svg {
        width: 2.4rem;
        height: 2.4rem;
    }
}

.faq__content-item-title svg path {
    transition: stroke 0.3s;
}

.faq__content-item-description {
    padding: 0 2.4rem 0 2.4rem;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: height 0.3s, visibility 0.3s, opacity 0.3s;
}

.faq__content-item-description.document {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.faq__content-item-description.document .document-pdf {
    padding: 1.2rem 0.8rem;
}

.faq__content-item.active .faq__content-item-title {
    padding-bottom: 2rem;
}

.faq__content-item.active .faq__content-item-title svg {
    rotate: 180deg;
    transition: rotate 0.3s;
}

.faq__content-item.active .faq__content-item-title svg path {
    transition: stroke 0.3s;
    stroke: #1cc700;
}

.faq__content-item.active .faq__content-item-description {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    padding-bottom: 3.2rem;
    transition: height 0.3s, opacity 0.3s, visibility 0.3s;
}

.noUi-target {
    border-radius: 0.6rem;
    border: none;
    box-shadow: none;
    background: #f6f9fb;
}

.noUi-horizontal {
    margin: 1.2rem 0;
    height: 0.8rem;
}

@media (max-width: 480px) {
    .noUi-horizontal {
        height: 0.6rem;
        margin: 0.9rem 0;
    }
}

.noUi-connects {
    border-radius: 0.8rem;
}

@media (max-width: 480px) {
    .noUi-connects {
        height: 0.6rem;
    }
}

.noUi-connect {
    background-color: #1cc700;
}

.noUi-horizontal .noUi-handle {
    border-radius: 100%;
    border: 0.6rem solid #1cc700;
    background-color: #ffffff;
    width: 3.2rem;
    height: 3.2rem;
    right: -1.7rem;
    top: -1.3rem;
    box-shadow: none;
    cursor: grab;
}

@media (max-width: 480px) {
    .noUi-horizontal .noUi-handle {
        width: 2.4rem;
        height: 2.4rem;
        top: -0.9rem;
        right: -1.2rem;
    }
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.noUi-handle.noUi-handle-lower:hover {
    box-shadow: 0 0.4rem 0.8rem 0 rgba(28, 199, 0, 0.3019607843);
    transition: box-shadow 0.3s;
}

.noUi-handle.noUi-handle-lower {
    transition: box-shadow 0.3s;
}

.input-container {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.input-container .success {
    border-color: #1cc700;
}

.input-container .error {
    border-color: #e53935;
}

.input-container span {
    color: #888d8e;
}

.input-container-details {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.input-container-details::before {
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    width: 3.4rem;
    height: 5.6rem;
    content: "";
    background-color: #ffffff;
    border-radius: 1.2rem 0 0 1.2rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (max-width: 480px) {
    .input-container-details::before {
        height: 4.4rem;
    }
}

.input-container-details::after {
    position: absolute;
    z-index: 2;
    left: 1.6rem;
    content: "+7";
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #111b1e;
    font-size: 1.4rem;
    line-height: 2rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-shadow: none;
}

.input-container-details input {
    width: 100%;
}

main {
    min-height: 100vh;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #ffffff;
}

header .header__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 0;
    background-color: #ffffff;
}

header .header__inner .logo {
    display: block;
}

@media (max-width: 1023px) {
    header .header__inner .logo {
        width: 123px;
    }
}

@media (max-width: 768px) {
    header .header__inner.active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 1.6rem;
    }
}

@media (max-width: 480px) {
    header .header__inner.active {
        padding: 1.2rem 1.6rem;
        transition: none;
    }
}

header .header__inner-menu {
    background-color: #ffffff;
}

@media (max-width: 768px) {
    header .header__inner-menu {
        position: fixed;
        z-index: 2;
        left: 0;
        width: 100%;
        height: 100%;
        top: -100%;
        overflow-y: auto;
        height: auto;
        max-height: calc(100vh - 8rem);
        border-radius: 0 0 2.4rem 2.4rem;
        box-shadow: 0 0.8rem 1.3rem 0 rgba(0, 0, 0, 0.1215686275);
    }

    header .header__inner-menu.active {
        top: 8rem;
    }
}

@media (max-width: 480px) {
    header .header__inner-menu {
        max-height: calc(100vh - 6rem);
    }

    header .header__inner-menu.active {
        top: 6rem;
    }
}

header .header__inner-menu ul {
    padding: 1.7rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.2rem;
}

@media (max-width: 768px) {
    header .header__inner-menu ul {
        padding: 1.6rem 0 4.8rem 0;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    header .header__inner-menu ul {
        padding: 3.2rem 0 4.8rem 0;
    }
}

header .header__inner-menu ul li {
    list-style: none;
}

header .header__inner-menu ul li .header__inner-menu-get {
    width: 19.3rem;
    padding: 1.3rem 3.2rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: center;
    display: none;
}

@media (max-width: 768px) {
    header .header__inner-menu ul li .header__inner-menu-get {
        display: block;
        margin-top: 2.4rem;
    }
}

@media (max-width: 768px) {
    header .header__inner-menu-bg {
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(14, 13, 26, 0.3019607843);
        opacity: 0;
        visibility: hidden;
    }

    header .header__inner-menu-bg.active {
        opacity: 1;
        visibility: visible;
    }
}

header .header__inner-buttons {
    display: flex;
    align-items: center;
}

header .header__inner-buttons a.header__inner-menu-get {
    width: 19.3rem;
    padding: 1.3rem 3.2rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: center;
}

@media (max-width: 768px) {
    header .header__inner-buttons a.header__inner-menu-get {
        display: none;
    }
}

header .header__inner-buttons .header__inner-menu-open {
    display: none;
}

@media (max-width: 768px) {
    header .header__inner-buttons .header__inner-menu-open.active {
        display: block;
    }
}

header .header__inner-buttons .header__inner-menu-close {
    display: none;
}

@media (max-width: 768px) {
    header .header__inner-buttons .header__inner-menu-close.active {
        display: block;
    }
}

.footer {
    background-color: #f6f9fb;
}

.footer__inner {
    padding: 4.8rem 0 2.4rem 0;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

@media (max-width: 768px) {
    .footer__inner {
        gap: 2.4rem;
        padding: 4rem 0;
        margin-bottom: 60px;
    }
}

@media (max-width: 480px) {
    .footer__inner {
        gap: 1.6rem;
        padding: 2.4rem 0;
    }
}

.footer__inner-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .footer__inner-logo {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 2.4rem;
    }
}

@media (max-width: 480px) {
    .footer__inner-logo {
        gap: 3.2rem;
    }
}

.footer__inner-logo .logo {
    display: block;
}

@media (max-width: 1023px) {
    .footer__inner-logo .logo {
        width: 123px;
    }
}

.footer__inner-download-app {
    display: flex;
    align-items: center;
    gap: 2.4rem;
}

@media (max-width: 768px) {
    .footer__inner-download-app {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 1.6rem;
    }
}

@media (max-width: 480px) {
    .footer__inner-download-app {
        width: 100%;
        gap: 1.2rem;
        padding: 1.6rem 0;
    }
}

.footer__inner-download-app-links {
    display: flex;
    align-items: center;
    gap: 2.4rem;
}

@media (max-width: 480px) {
    .footer__inner-download-app-links {
        width: 100%;
        flex-direction: column;
        gap: 1.2rem;
    }
}

@media (max-width: 480px) {
    .footer__inner-download-app-links a {
        width: 100%;
    }
}

.footer__inner-links {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4.8rem;
}

@media (max-width: 768px) {
    .footer__inner-links {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .footer__inner-links {
        padding: 0.8rem 0;
        gap: 2.4rem;
    }
}

.footer__inner-links-left {
    width: 39.7rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

@media (max-width: 768px) {
    .footer__inner-links-left {
        width: 100%;
    }
}

.footer__inner-links-left > span {
    color: #a6a9aa;
}

.footer__inner-links-left-link > span {
    font-size: 1.4rem;
    line-height: 2rem;
}

.footer__inner-links-menu {
    width: 55.3rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4rem;
    padding-left: 2.4rem;
}

@media (max-width: 768px) {
    .footer__inner-links-menu {
        width: 100%;
        padding-left: 0;
    }
}

.footer__inner-links-menu-list {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer__inner-links-menu-list:first-child {
    padding-left: 2.4rem;
}

@media (max-width: 768px) {
    .footer__inner-links-menu-list:first-child {
        padding-left: 0;
    }
}

.footer__inner-links-socials {
    width: 12.4rem;
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .footer__inner-links-socials {
        width: 100%;
    }
}

.footer__inner-links-socials > a svg path {
    transition: fill 0.3s;
}

.footer__inner-links-socials > a:hover svg path {
    fill: #1cc700;
    transition: fill 0.3s;
}

.footer__inner-copyright {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}

@media (max-width: 768px) {
    .footer__inner-copyright {
        gap: 2.4rem;
    }
}

.footer__inner-copyright-text {
    display: flex;
    flex-direction: column;
}

.badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    padding: 0.8rem 1.2rem;
    background-color: #f6f9fb;
    border-radius: 1.2rem;
}

.badge.green {
    background-color: rgba(28, 199, 0, 0.1490196078);
}

.badge.green span {
    color: #148e00;
}

.badge.blue {
    background-color: rgba(43, 181, 251, 0.1490196078);
}

.badge.blue span {
    color: #0079b7;
}

.badge.orange {
    background-color: rgba(254, 156, 3, 0.1490196078);
}

.badge.orange span {
    color: #d96700;
}

.badge.red {
    background-color: rgba(255, 58, 68, 0.1490196078);
}

.badge.red span {
    color: #ff3a44;
}

.calculator {
    width: 40rem;
    box-shadow: 0 1.2rem 2.4rem 0 rgba(17, 27, 30, 0.1490196078);
    padding: 3.2rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    border-radius: 2.4rem;
    background-color: #ffffff;
}

.calculator.horizontal {
    width: 100%;
    padding: 4rem 4.8rem;
}

.calculator-horizontal-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calculator-horizontal-container__slider {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
}

.calculator-horizontal-container__slider .calculator__slider {
    width: 58rem;
    gap: 0;
}

.calculator-horizontal-container__slider .calculator__slider-details {
    display: flex;
    gap: 4rem;
}

.calculator-horizontal-container__slider .calculator__slider-details-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.calculator-horizontal-container__slider .calculator__horizontal-description {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.calculator-horizontal-container .get-loan-vertical {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.calculator-horizontal-container .get-loan-vertical .calculator__register {
    width: 100%;
}

.calculator-horizontal-container .get-loan-vertical .calculator__register .public-services, .calculator-horizontal-container .get-loan-vertical .calculator__register .t-bank {
    width: 100%;
    justify-content: flex-start;
}

.calculator-horizontal-container .get-loan-vertical-details {
    display: flex;
    align-items: center;
}

.calculator-horizontal-container .get-loan-vertical-details .link {
    color: #1cc700;
}

.calculator-horizontal-container .get-loan-vertical a.button {
    width: 100%;
    padding: 1.3rem 6.8rem;
}

@media (max-width: 768px) {
    .calculator {
        width: 100%;
        padding: 3.2rem 2.8rem;
    }
}

@media (max-width: 480px) {
    .calculator {
        padding: 1.6rem;
    }
}

.calculator__img {
    display: none;
}

@media (max-width: 768px) {
    .calculator__img {
        width: 100%;
        display: block;
    }
}

@media (max-width: 359px) {
    .calculator__img {
        display: none;
    }
}

@media (max-width: 768px) {
    .calculator a.button.green {
        width: 100%;
    }
}

.calculator__content {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

@media (max-width: 768px) {
    .calculator__content {
        align-items: center;
        justify-content: center;
    }
}

.calculator__content > span {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 3.8rem;
    color: #111b1e;
}

@media (max-width: 768px) {
    .calculator__content > span {
        font-size: 4.8rem;
        line-height: 5.3rem;
    }
}

@media (max-width: 480px) {
    .calculator__content > span {
        font-size: 2.4rem;
        line-height: 2.9rem;
    }
}

.calculator__content > span .green {
    color: #1cc700;
}

.calculator__content-description {
    position: relative;
    overflow: hidden;
    height: 2.2rem;
    perspective: 1000px;
}

@media (max-width: 768px) {
    .calculator__content-description {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.calculator__content-description > p {
    position: absolute;
    opacity: 0;
    transform-style: preserve-3d;
    transform: rotateX(-90deg);
    transform-origin: top;
    transition: opacity 0.6s, transform 0.6s;
}

@media (max-width: 480px) {
    .calculator__content-description > p {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.calculator__content-description > p.active {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.6s, transform 0.6s;
}

.calculator__content-description > p.next {
    transform: translateY(100%);
    opacity: 0;
    transition: opacity 0.6s, transform 0.6s;
}

.calculator__content-description > p.prev {
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity 0.6s, transform 0.6s;
}

.calculator__slider {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.calculator__slider-endpoints {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calculator__slider-endpoints span {
    color: #a6a9aa;
}

@media (max-width: 480px) {
    .calculator__slider-endpoints span {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.calculator__slider-amount-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .calculator__slider-amount-content > span {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.calculator__slider-amount-content-count .currency {
    color: #1cc700;
}

.calculator__register {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.calculator__register .public-services, .calculator__register .t-bank {
    width: 100%;
    justify-content: center;
}

@media (max-width: 480px) {
    .calculator__register .public-services, .calculator__register .t-bank {
        justify-content: flex-start;
    }
}

.hero {
    padding-top: 12rem;
}

@media (max-width: 480px) {
    .hero {
        padding-top: 7.6rem;
    }
}

.hero__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20rem;
    padding-bottom: 5.8rem;
}

.hero__inner-content {
    position: relative;
    width: 57rem;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}

@media (max-width: 768px) {
    .hero__inner-content {
        display: none;
    }
}

.hero__inner-content .badge {
    width: 23rem;
}

.hero__inner-content h1 span {
    color: #1cc700;
}

.hero__inner-content-img {
    position: absolute;
    top: -2.8rem;
    right: -21.1rem;
    width: 24.7rem;
    height: 36rem;
}

.hero__inner .calculator {
    margin-top: 1.8rem;
}

.ways-to-get {
    background-color: #f6f9fb;
    padding: 4.8rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

@media (max-width: 480px) {
    .ways-to-get {
        gap: 2.4rem;
    }
}

.ways-to-get .marquee {
    display: none;
}

@media (max-width: 768px) {
    .ways-to-get .marquee {
        display: flex;
    }
}

@media (max-width: 480px) {
    .ways-to-get .marquee {
        display: none;
    }
}

.ways-to-get__item {
    width: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ways-to-get__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
}

.ways-to-get__inner-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4.8rem;
}

@media (max-width: 768px) {
    .ways-to-get__inner-items {
        display: none;
    }
}

@media (max-width: 480px) {
    .ways-to-get__inner-items {
        display: flex;
        gap: 2.4rem;
    }
}

.ways-to-get__inner-items .mastercard svg {
    width: 5.2rem;
    height: 3.2rem;
}

.ways-to-get__inner-items .y-money svg {
    width: 14.4rem;
    height: 3.2rem;
}

.ways-to-get__inner-items .qiwi svg {
    width: 6.8rem;
    height: 3.2rem;
}

.ways-to-get__inner-items .mir svg {
    width: 10.7rem;
    height: 3.2rem;
}

.ways-to-get__inner-items .visa svg {
    width: 9.85rem;
    height: 3.2rem;
}

.ways-to-get__inner-items .bank svg {
    width: 10.3rem;
    height: 3.2rem;
}

.ways-to-get__item .mastercard svg {
    width: 5.2rem;
    height: 3.2rem;
}

.ways-to-get__item .y-money svg {
    width: 14.4rem;
    height: 3.2rem;
}

.ways-to-get__item .qiwi svg {
    width: 6.8rem;
    height: 3.2rem;
}

.ways-to-get__item .mir svg {
    width: 10.7rem;
    height: 3.2rem;
}

.ways-to-get__item .visa svg {
    width: 9.85rem;
    height: 3.2rem;
}

.ways-to-get__item .bank svg {
    width: 10.3rem;
    height: 3.2rem;
}

.marquee {
    overflow: hidden;
    width: 100%;
}

.marquee-wrapper {
    display: flex;
    align-items: center;
    gap: 4.8rem;
    animation: marquee 30s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.advantages {
    padding-top: 8rem;
    padding-bottom: 12rem;
}

@media (max-width: 768px) {
    .advantages {
        padding-bottom: 8rem;
    }
}

@media (max-width: 480px) {
    .advantages {
        padding-bottom: 2.4rem;
    }
}

.advantages__inner {
    display: flex;
    gap: 13rem;
}

@media (max-width: 768px) {
    .advantages__inner {
        gap: 0;
    }
}

.advantages__inner-images {
    display: flex;
    flex-direction: column;
    gap: 6.4rem;
}

@media (max-width: 768px) {
    .advantages__inner-images {
        display: none;
    }
}

.advantages__inner-images-item {
    width: 57rem;
    height: 47rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantages__inner-images-item img {
    width: 46.8rem;
}

@media (max-width: 768px) {
    .advantages__inner-images-item img {
        width: 100%;
        height: 62.4rem;
    }
}

.advantages__inner-slider {
    display: none;
}

@media (max-width: 480px) {
    .advantages__inner-slider {
        width: 100%;
        overflow: hidden;
        display: block;
    }
}

.advantages__inner-slider .advantages-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .advantages__inner-cards {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .advantages__inner-cards {
        display: none;
    }
}

.advantages__inner-cards-items {
    position: sticky;
    width: 47rem;
    min-height: 47rem;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .advantages__inner-cards-items {
        position: static;
        width: 100%;
        min-height: auto;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8rem;
    }
}

.advantages__inner-cards-item {
    display: flex;
    align-items: center;
    width: 47rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.5rem);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    position: absolute;
}

@media (max-width: 768px) {
    .advantages__inner-cards-item {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        width: 100%;
        flex-direction: column;
        gap: 4rem;
    }
}

@media (max-width: 480px) {
    .advantages__inner-cards-item {
        gap: 2.4rem;
    }
}

.advantages__inner-cards-item.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.4s 0.2s ease, visibility 0.4s 0.2s ease, transform 0.4s 0.2s ease;
}

@media (max-width: 768px) {
    .advantages__inner-cards-item.active {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

.advantages__inner-cards-item-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.6rem;
}

.advantages__inner-cards-item-image {
    display: none;
}

@media (max-width: 768px) {
    .advantages__inner-cards-item-image {
        display: flex;
        width: 100%;
        height: 42rem;
    }
}

@media (max-width: 480px) {
    .advantages__inner-cards-item-image {
        height: 24rem;
    }
}

.advantages .badge img {
    width: 70px;
    height: 20px;
    margin-bottom: -3px;
}

.how-it-works {
    background-color: #f6f9fb;
    padding-top: 8rem;
}

@media (max-width: 768px) {
    .how-it-works {
        padding-top: 4rem;
        padding-bottom: 8rem;
    }
}

@media (max-width: 480px) {
    .how-it-works {
        padding-top: 2.4rem;
        padding-bottom: 4rem;
    }
}

.how-it-works__calculator-container {
    padding-top: 13.4rem;
    width: 100%;
    position: relative;
}

@media (max-width: 768px) {
    .how-it-works__calculator-container {
        padding-top: 2.4rem;
    }
}

@media (max-width: 480px) {
    .how-it-works__calculator-container {
        padding-top: 0;
    }
}

.how-it-works__calculator-container .calculator:not(.horizontal) {
    display: none;
}

@media (max-width: 768px) {
    .how-it-works__calculator-container .calculator:not(.horizontal) {
        display: flex;
    }
}

@media (max-width: 768px) {
    .how-it-works__calculator-container .calculator.horizontal {
        display: none;
    }
}

.how-it-works__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
}

@media (max-width: 768px) {
    .how-it-works__inner {
        gap: 1.6rem;
    }
}

@media (max-width: 480px) {
    .how-it-works__inner {
        gap: 2.4rem;
    }
}

.how-it-works__inner-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
}

@media (max-width: 768px) {
    .how-it-works__inner-list {
        flex-direction: column;
        gap: 0;
    }
}

.how-it-works__inner-item {
    position: relative;
    width: 37.4rem;
    padding: 4.8rem 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
}

@media (max-width: 768px) {
    .how-it-works__inner-item {
        width: 100%;
        padding: 4rem 12rem;
        gap: 2.4rem;
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .how-it-works__inner-item {
        padding: 2.4rem 0.8rem;
        gap: 1.6rem;
    }
}

.how-it-works__inner-item-description {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.how-it-works__inner-item svg {
    position: relative;
    z-index: 2;
}

.how-it-works__inner-item-bg {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 16rem;
    line-height: 20rem;
    position: absolute;
    z-index: 1;
}

@media (max-width: 768px) {
    .how-it-works__inner-item-bg {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 480px) {
    .how-it-works__inner-item-bg {
        font-size: 12rem;
        line-height: 12.8rem;
    }
}

.how-it-works__inner .calculator {
    position: absolute;
    top: -1.1rem;
}

@media (max-width: 768px) {
    .how-it-works__inner .calculator {
        position: static;
    }
}

.reviews {
    overflow: hidden;
    padding-top: 25.7rem;
}

@media (max-width: 768px) {
    .reviews {
        padding-top: 8rem;
    }
}

@media (max-width: 480px) {
    .reviews {
        padding-top: 2.4rem;
    }
}

.reviews__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4.8rem;
}

@media (max-width: 768px) {
    .reviews__inner {
        gap: 4rem;
    }
}

@media (max-width: 480px) {
    .reviews__inner {
        gap: 2.4rem;
    }
}

.reviews__inner .reviews-pagination {
    padding-top: 4rem;
}

@media (max-width: 480px) {
    .reviews__inner .reviews-pagination {
        padding-top: 2.4rem;
    }
}

.reviews__inner-content {
    width: 100%;
}

.reviews__inner-content-item {
    width: 100%;
    border-radius: 1.6rem;
    background-color: #f6f9fb;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.6rem;
    min-height: 43rem;
}

@media (max-width: 768px) {
    .reviews__inner-content-item {
        min-height: 39rem;
    }
}

@media (max-width: 480px) {
    .reviews__inner-content-item {
        min-height: 42rem;
        padding: 2.4rem;
    }
}

.reviews__inner-content-item-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.reviews__inner-content-item-stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

@media (max-width: 480px) {
    .reviews__inner-content-item-stars .star svg {
        width: 3.2rem;
        height: 3.2rem;
    }
}

.reviews__inner-content-item-stars .star.filled svg path {
    fill: #fe9c03;
    opacity: 1;
}

.in-your-phone {
    padding-top: 8.8rem;
}

@media (max-width: 768px) {
    .in-your-phone {
        padding-top: 8rem;
    }
}

@media (max-width: 480px) {
    .in-your-phone {
        padding-top: 4.8rem;
    }
}

.in-your-phone__inner {
    display: flex;
    gap: 2.6rem;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .in-your-phone__inner {
        flex-direction: column;
        gap: 8rem;
    }
}

.in-your-phone__inner-content {
    width: 57.4rem;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}

@media (max-width: 768px) {
    .in-your-phone__inner-content {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .in-your-phone__inner-content {
        gap: 2.4rem;
    }
}

.in-your-phone__inner-content-links {
    padding-top: 0.8rem;
    display: flex;
    gap: 1.6rem;
}

@media (max-width: 480px) {
    .in-your-phone__inner-content-links {
        padding-top: 0;
        flex-direction: column;
    }

    .in-your-phone__inner-content-links a {
        width: 100%;
    }
}

.in-your-phone__inner-image {
    width: 57rem;
    height: 56rem;
}

@media (max-width: 768px) {
    .in-your-phone__inner-image {
        width: 100%;
        height: 62.4rem;
    }
}

@media (max-width: 480px) {
    .in-your-phone__inner-image {
        height: 32.3rem;
    }
}

.about-us-hero {
    position: relative;
    z-index: 1;
    padding-top: 16rem;
}

@media (max-width: 768px) {
    .about-us-hero {
        padding-top: 12rem;
    }
}

@media (max-width: 480px) {
    .about-us-hero {
        padding-top: 10rem;
    }
}

.about-us-hero__content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-hero__content-inner {
    width: 77rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3.2rem;
    padding-bottom: 25.5rem;
}

@media (max-width: 768px) {
    .about-us-hero__content-inner {
        width: 100%;
        gap: 2.4rem;
        padding-bottom: 31.2rem;
    }
}

@media (max-width: 480px) {
    .about-us-hero__content-inner {
        gap: 1.6rem;
        padding-bottom: 16.8rem;
    }
}

.about-us-hero__content-inner h1 {
    text-align: center;
}

.about-us-hero__content-inner h1 .green {
    color: #1cc700;
}

.about-us-hero__content-inner p {
    text-align: center;
}

.about-us-hero__content-inner-image {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    bottom: -8.2rem;
    width: 57.8rem;
    height: 37rem;
}

@media (max-width: 768px) {
    .about-us-hero__content-inner-image {
        width: 57rem;
    }
}

@media (max-width: 480px) {
    .about-us-hero__content-inner-image {
        width: 28.8rem;
        bottom: -4.5rem;
        height: 20.4rem;
    }
}

.raiting {
    position: relative;
    z-index: 2;
    padding: 4rem 0;
    background-color: #f6f9fb;
}

@media (max-width: 480px) {
    .raiting {
        padding: 2.4rem 0;
    }
}

.raiting h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    padding-bottom: 1.6rem;
}

@media (max-width: 480px) {
    .raiting h2 {
        gap: 0.8rem;
        padding-bottom: 1.2rem;
    }

    .raiting h2 svg {
        width: 3.2rem;
        height: 3.2rem;
    }
}

.raiting .marquee-wrapper {
    gap: 7.2rem;
    animation: marquee 8s linear infinite;
}

@media (max-width: 480px) {
    .raiting .marquee-wrapper {
        gap: 0;
    }
}

.raiting__item {
    min-width: 31.4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.6rem;
    padding: 1.9rem 2.4rem;
}

@media (max-width: 480px) {
    .raiting__item {
        min-width: 22rem;
        gap: 0.8rem;
        padding: 0.8rem 1.6rem;
    }

    .raiting__item p {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}

.our-mission {
    padding-top: 8.8rem;
    padding-bottom: 8rem;
}

@media (max-width: 768px) {
    .our-mission {
        padding-top: 8rem;
        padding-bottom: 4rem;
    }
}

@media (max-width: 480px) {
    .our-mission {
        padding-top: 4.8rem;
        padding-bottom: 4.8rem;
    }
}

.our-mission__inner {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8rem;
}

@media (max-width: 768px) {
    .our-mission__inner {
        flex-direction: column;
        gap: 4rem;
    }
}

@media (max-width: 480px) {
    .our-mission__inner {
        gap: 1.6rem;
    }
}

.our-mission__inner-content {
    padding-top: 4rem;
    width: 54.5rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 2.4rem;
}

@media (max-width: 768px) {
    .our-mission__inner-content {
        width: 100%;
        padding-top: 0rem;
    }
}

@media (max-width: 480px) {
    .our-mission__inner-content {
        gap: 1.6rem;
    }
}

.our-mission__inner-content h2 .green {
    color: #1cc700;
}

.our-mission__inner-content a {
    margin-top: 1.6rem;
}

@media (max-width: 480px) {
    .our-mission__inner-content a {
        margin-top: 0.8rem;
    }
}

.our-mission__inner-advantages {
    width: 54.5rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

@media (max-width: 768px) {
    .our-mission__inner-advantages {
        width: 100%;
        gap: 2.4rem;
    }
}

@media (max-width: 480px) {
    .our-mission__inner-advantages {
        gap: 1.6rem;
    }
}

.our-mission__inner-advantages-item {
    background-color: #f6f9fb;
    padding: 3.65rem 4rem 3.65rem 2.4rem;
    display: flex;
    gap: 2.4rem;
    align-items: center;
    border-radius: 1.6rem;
}

@media (max-width: 480px) {
    .our-mission__inner-advantages-item {
        padding: 1.6rem 1.6rem 1.6rem 0.8rem;
        gap: 1.6rem;
    }
}

.our-mission__inner-advantages-item-description {
    width: 37.7rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

@media (max-width: 768px) {
    .our-mission__inner-advantages-item-description {
        width: 40.8rem;
    }
}

@media (max-width: 480px) {
    .our-mission__inner-advantages-item-description {
        gap: 0.4rem;
        width: 16.8rem;
    }
}

@media (max-width: 480px) {
    .our-mission__inner-advantages-item-description span {
        font-size: 1.8rem;
        line-height: 2.9rem;
    }
}

.best-service {
    padding-top: 25.7rem;
}

@media (max-width: 768px) {
    .best-service {
        padding-top: 8rem;
    }
}

@media (max-width: 480px) {
    .best-service {
        padding-top: 4.8rem;
    }
}

.best-service__content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.best-service__content-inner {
    width: 77rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3.2rem;
}

@media (max-width: 768px) {
    .best-service__content-inner {
        width: 100%;
        gap: 2.4rem;
    }
}

@media (max-width: 480px) {
    .best-service__content-inner {
        gap: 1.6rem;
    }
}

.best-service__content-inner h2 {
    text-align: center;
}

.best-service__content-inner h2 .green {
    color: #1cc700;
}

.best-service__content-inner p {
    text-align: center;
}

.best-service__content-inner a.button {
    padding: 1.4rem 4rem;
}

.prefooter {
    padding-top: 8rem;
    overflow: hidden;
}

@media (max-width: 480px) {
    .prefooter {
        padding-top: 7.2rem;
    }
}

.prefooter__inner {
    display: flex;
    gap: 2.6rem;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 768px) {
    .prefooter__inner {
        flex-direction: column;
        gap: 8rem;
    }
}

@media (max-width: 480px) {
    .prefooter__inner {
        gap: 2.4rem;
    }
}

.prefooter__inner-content {
    width: 57.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2rem;
}

@media (max-width: 768px) {
    .prefooter__inner-content {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .prefooter__inner-content {
        gap: 2.4rem;
    }
}

.prefooter__inner-content a.button {
    margin-top: 0.8rem;
    padding: 1.4rem 4rem;
}

@media (max-width: 480px) {
    .prefooter__inner-content a.button {
        width: 100%;
        margin-top: 0;
    }
}

.prefooter__inner-right {
    position: relative;
    display: flex;
    width: 57rem;
    height: 52rem;
}

@media (max-width: 768px) {
    .prefooter__inner-right {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .prefooter__inner-right {
        height: 26.2rem;
    }
}

.how-to-get-hero {
    background-color: #f6f9fb;
    padding-top: 12rem;
}

@media (max-width: 480px) {
    .how-to-get-hero {
        padding-top: 10rem;
    }
}

.how-to-get-hero__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10rem;
}

@media (max-width: 768px) {
    .how-to-get-hero__inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 4rem;
    }
}

@media (max-width: 480px) {
    .how-to-get-hero__inner {
        gap: 2.4rem;
    }
}

.how-to-get-hero__inner-content {
    width: 67rem;
}

@media (max-width: 768px) {
    .how-to-get-hero__inner-content {
        width: 100%;
    }
}

.how-to-get-hero__inner-content h1 .green {
    color: #1cc700;
}

.how-to-get-hero__inner-image {
    width: 40rem;
    height: 28rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .how-to-get-hero__inner-image {
        width: 100%;
        height: 28rem;
    }
}

@media (max-width: 480px) {
    .how-to-get-hero__inner-image {
        height: 20.2rem;
        justify-content: flex-start;
    }
}

.how-to-get-hero__inner-image img {
    width: 31.8rem;
}

@media (max-width: 480px) {
    .how-to-get-hero__inner-image img {
        width: 22.9rem;
    }
}

.variants {
    padding-top: 4.8rem;
}

@media (max-width: 768px) {
    .variants {
        padding-top: 4rem;
    }
}

@media (max-width: 480px) {
    .variants {
        padding-top: 2.4rem;
    }
}

.variants__inner {
    display: flex;
    align-items: flex-start;
    gap: 4.8rem;
}

@media (max-width: 768px) {
    .variants__inner {
        flex-direction: column;
        gap: 8rem;
    }
}

@media (max-width: 480px) {
    .variants__inner {
        gap: 4rem;
    }
}

@media (max-width: 768px) {
    .variants__inner-content {
        order: 2;
    }
}

@media (max-width: 480px) {
    .variants__inner-content {
        order: 1;
    }
}

@media (max-width: 768px) {
    .variants__inner .calculator {
        order: 1;
    }
}

@media (max-width: 480px) {
    .variants__inner .calculator {
        order: 2;
    }
}

@media (max-width: 768px) {
    .variants__inner .tabs {
        width: 100%;
    }
}

.contacts-hero {
    background-color: #f6f9fb;
    padding-top: 12rem;
}

@media (max-width: 480px) {
    .contacts-hero {
        padding-top: 10rem;
    }
}

.contacts-hero__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10rem;
}

@media (max-width: 768px) {
    .contacts-hero__inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 4rem;
    }
}

@media (max-width: 480px) {
    .contacts-hero__inner {
        gap: 2.4rem;
    }
}

.contacts-hero__inner-content {
    width: 67rem;
}

@media (max-width: 768px) {
    .contacts-hero__inner-content {
        width: 100%;
    }
}

.contacts-hero__inner-content h1 .green {
    color: #1cc700;
}

.contacts-hero__inner-image {
    width: 40rem;
    height: 28rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .contacts-hero__inner-image {
        width: 100%;
        height: 28rem;
    }
}

@media (max-width: 480px) {
    .contacts-hero__inner-image {
        height: 20.2rem;
    }
}

.contacts-hero__inner-image img {
    width: 27.7rem;
}

@media (max-width: 480px) {
    .contacts-hero__inner-image img {
        width: 20rem;
    }
}

.contacts-details {
    padding-top: 4.8rem;
}

@media (max-width: 768px) {
    .contacts-details {
        padding-top: 4rem;
    }
}

@media (max-width: 480px) {
    .contacts-details {
        padding-top: 4.8rem;
    }
}

.contacts-details__inner {
    display: flex;
    align-items: flex-start;
    gap: 4.8rem;
}

@media (max-width: 768px) {
    .contacts-details__inner {
        flex-direction: column;
        gap: 8rem;
    }
}

@media (max-width: 480px) {
    .contacts-details__inner {
        gap: 4rem;
    }
}

.contacts-details__inner-content {
    width: 72.2rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

@media (max-width: 768px) {
    .contacts-details__inner-content {
        width: 100%;
    }
}

.contacts-details__inner-content-item {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding-bottom: 2.4rem;
}

@media (max-width: 768px) {
    .contacts-details__inner-content-item {
        gap: 2.4rem;
    }
}

.contacts-details__inner-content-item .copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
}

.contacts-details__inner-content-item .copy svg {
    min-width: 2rem;
    width: 2rem;
    max-width: 2rem;
    cursor: pointer;
}

.contacts-details__inner-content-item .copy svg:active path {
    fill: #18a900;
    transition: fill 0.3s;
}

.contacts-details__inner-content-item .copy svg:hover path {
    fill: #18a900;
    transition: fill 0.3s;
}

.contacts-details__inner-content-item .copy svg path {
    transition: fill 0.3s;
}

.contacts-details__inner-content-item-description {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
}

@media (max-width: 480px) {
    .contacts-details__inner-content-item-description {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.contacts-details__inner-content-item-description a.link {
    width: 35.3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.2rem;
}

@media (max-width: 768px) {
    .contacts-details__inner-content-item-description a.link {
        width: auto;
    }
}

@media (max-width: 480px) {
    .contacts-details__inner-content-item-description a.link {
        width: 100%;
    }
}

.contacts-details__inner-content-item.with-bg {
    background-color: #f6f9fb;
    border-radius: 1.6rem;
    padding: 2.4rem 4rem;
    gap: 1.6rem;
}

@media (max-width: 480px) {
    .contacts-details__inner-content-item.with-bg {
        padding: 2.4rem;
    }
}

.contacts-details__inner-content-item.with-bg ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.contacts-details__inner-content-link {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

@media (max-width: 480px) {
    .contacts-details__inner-content-link > span {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

@media (max-width: 768px) {
    .contacts-details__inner-content {
        order: 2;
    }
}

@media (max-width: 480px) {
    .contacts-details__inner-content {
        order: 1;
    }
}

@media (max-width: 768px) {
    .contacts-details__inner .calculator {
        order: 1;
    }
}

@media (max-width: 480px) {
    .contacts-details__inner .calculator {
        order: 2;
    }
}

.privacy {
    padding-top: 14.4rem;
}

@media (max-width: 480px) {
    .privacy {
        padding-top: 10rem;
    }
}

.privacy__inner {
    width: 97rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

@media (max-width: 768px) {
    .privacy__inner {
        width: 100%;
        gap: 6.4rem;
    }
}

@media (max-width: 768px) {
    .privacy__inner {
        gap: 4rem;
    }
}

.privacy__inner .content {
    margin-top: 1.6rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
}

.privacy__inner .content > ul {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.privacy__inner ul {
    padding-left: 2rem;
}

.privacy__inner ul li {
    list-style-type: disc;
}

.privacy__inner ul.unordered {
    padding: 0;
}

.privacy__inner ul.unordered li {
    list-style-type: none;
}

.privacy__inner ol {
    padding: 0;
    counter-reset: item;
}

.privacy__inner ol > li {
    display: block;
}

.privacy__inner ol > li:before {
    color: #1cc700;
    content: counters(item, ".") " ";
    counter-increment: item;
}

.privacy__inner .content ol {
    margin-left: 1.5rem;
}

.privacy__inner .content ol > li {
    padding-bottom: 1.5rem;
}

.privacy__inner .content ul {
    margin-top: 1rem;
    margin-left: 1.5rem;
}

.documents-hero {
    background-color: #f6f9fb;
    padding-top: 12rem;
}

@media (max-width: 768px) {
    .documents-hero {
        padding-bottom: 4rem;
    }
}

@media (max-width: 480px) {
    .documents-hero {
        padding-top: 10rem;
        padding-bottom: 0;
    }
}

.documents-hero__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.8rem;
}

@media (max-width: 768px) {
    .documents-hero__inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 4rem;
    }
}

.documents-hero__inner-content {
    width: 72.2rem;
}

@media (max-width: 768px) {
    .documents-hero__inner-content {
        width: 100%;
    }
}

.documents-hero__inner-content h1 .green {
    color: #1cc700;
}

.documents-hero__inner-image {
    width: 40rem;
    height: 28rem;
}

@media (max-width: 768px) {
    .documents-hero__inner-image {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .documents-hero__inner-image {
        height: 20.2rem;
    }
}

.documents-details {
    padding-top: 4.8rem;
}

@media (max-width: 768px) {
    .documents-details {
        padding-top: 4rem;
    }
}

@media (max-width: 480px) {
    .documents-details {
        padding-top: 2.4rem;
    }
}

.documents-details__inner {
    display: flex;
    align-items: flex-start;
    gap: 4.8rem;
}

@media (max-width: 768px) {
    .documents-details__inner {
        flex-direction: column;
        gap: 8rem;
    }
}

.documents-details__inner-content {
    width: 72.2rem;
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
}

@media (max-width: 768px) {
    .documents-details__inner-content {
        width: 100%;
        order: 2;
    }
}

@media (max-width: 480px) {
    .documents-details__inner-content {
        order: 1;
    }
}

.documents-details__inner-content-info {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.documents-details__inner-content-info-items {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.documents-details__inner-content-accordion {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.documents-details__inner-content-slider {
    width: 100%;
    overflow: hidden;
}

.documents-details__inner-content-slider .documents-pagination {
    padding-top: 2.4rem;
}

.documents-details__inner-content-slider .documents-details__slider-item span {
    color: #1cc700;
}

@media (max-width: 768px) {
    .documents-details__inner .calculator {
        order: 1;
    }
}

@media (max-width: 480px) {
    .documents-details__inner .calculator {
        order: 2;
    }
}

.document-pdf {
    width: 100%;
    padding: 1.2rem 2.4rem;
    background-color: #f6f9fb;
    border-radius: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.2rem;
}

.document-pdf svg {
    min-width: 2.4rem;
    min-height: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    max-width: 2.4rem;
    max-height: 2.4rem;
}

.document-pdf:hover .document-pdf__details > span {
    color: #1cc700;
    transition: color 0.3s;
}

.document-pdf__details {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.document-pdf__details > span {
    transition: color 0.3s;
}

.return-hero {
    background-color: #f6f9fb;
    padding-top: 12rem;
}

@media (max-width: 480px) {
    .return-hero {
        padding-top: 10rem;
    }
}

.return-hero__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10rem;
}

@media (max-width: 768px) {
    .return-hero__inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 4rem;
    }
}

@media (max-width: 480px) {
    .return-hero__inner {
        gap: 2.4rem;
    }
}

.return-hero__inner-content {
    width: 67rem;
}

@media (max-width: 768px) {
    .return-hero__inner-content {
        width: 100%;
    }
}

.return-hero__inner-content h1 .green {
    color: #1cc700;
}

.return-hero__inner-image {
    width: 40rem;
    height: 28rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

@media (max-width: 768px) {
    .return-hero__inner-image {
        width: 100%;
        height: 28rem;
    }
}

@media (max-width: 480px) {
    .return-hero__inner-image {
        height: 20.2rem;
        justify-content: center;
    }
}

.return-hero__inner-image img {
    width: 25rem;
    height: 23.5rem;
}

@media (max-width: 480px) {
    .return-hero__inner-image img {
        width: 18rem;
        height: 17rem;
    }
}

.press-hero {
    background-color: #f6f9fb;
    padding-top: 12rem;
}

@media (max-width: 480px) {
    .press-hero {
        padding-top: 10rem;
    }
}

.press-hero__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10rem;
}

@media (max-width: 768px) {
    .press-hero__inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 4rem;
    }
}

@media (max-width: 480px) {
    .press-hero__inner {
        gap: 2.4rem;
    }
}

.press-hero__inner-content {
    width: 67rem;
}

@media (max-width: 768px) {
    .press-hero__inner-content {
        width: 100%;
    }
}

.press-hero__inner-image {
    width: 40rem;
    height: 28rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

@media (max-width: 768px) {
    .press-hero__inner-image {
        width: 100%;
        height: 28rem;
    }
}

@media (max-width: 480px) {
    .press-hero__inner-image {
        height: 20.2rem;
        justify-content: center;
    }
}

.press-hero__inner-image img {
    width: 29.8rem;
}

@media (max-width: 480px) {
    .press-hero__inner-image img {
        width: 21.5rem;
    }
}

.press-tabs {
    padding-top: 4.8rem;
}

@media (max-width: 768px) {
    .press-tabs {
        padding-top: 4rem;
    }
}

@media (max-width: 480px) {
    .press-tabs {
        padding-top: 4.8rem;
    }
}

.press-tabs__inner {
    display: flex;
    align-items: flex-start;
    gap: 4.8rem;
}

@media (max-width: 768px) {
    .press-tabs__inner {
        flex-direction: column;
        gap: 8rem;
    }
}

@media (max-width: 480px) {
    .press-tabs__inner {
        gap: 4rem;
    }
}

.press-tabs__inner-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.8rem;
    padding: 2.4rem 0;
    width: 34.1rem;
    min-height: 23rem;
}

@media (max-width: 768px) {
    .press-tabs__inner-item {
        width: 26.8rem;
        min-height: 25.2rem;
    }
}

@media (max-width: 480px) {
    .press-tabs__inner-item {
        width: 100%;
        padding: 1.6rem 0;
        min-height: auto;
    }
}

.press-tabs__inner-item p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 768px) {
    .press-tabs__inner-item p {
        -webkit-line-clamp: 5;
    }
}

@media (max-width: 480px) {
    .press-tabs__inner-item p {
        -webkit-line-clamp: 4;
    }
}

.press-tabs__inner-item .badge {
    padding: 0.4rem 1.2rem;
    border-radius: 0.4rem;
}

.press-tabs__inner-item .badge span {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.press-tabs__inner-content {
    width: 72.2rem;
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
}

@media (max-width: 768px) {
    .press-tabs__inner-content {
        width: 100%;
    }
}

.press-tabs__inner-content .tabs .tab-item__content-items {
    display: flex;
    flex-direction: row;
    gap: 2.4rem 4rem;
    flex-wrap: wrap;
}

@media (max-width: 480px) {
    .press-tabs__inner-content .tabs .tab-item__content-items {
        gap: 1.6rem;
    }
}

.press-tabs__inner-content .tabs .tab-item {
    width: auto;
    padding: 1.2rem 1.6rem;
}

.press-tabs__inner-content .tabs .tab-item span {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.press-tabs__inner-content-list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

@media (max-width: 480px) {
    .press-tabs__inner-content-list {
        gap: 1.6rem;
    }
}

.press-tabs__inner-content-list .press-tabs__inner-item {
    width: 100%;
    min-height: auto;
    padding: 2.4rem 3.2rem;
    border-radius: 1.6rem;
    background-color: #f6f9fb;
}

@media (max-width: 480px) {
    .pagination {
        gap: 2.8rem;
    }
}

.pagination ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2.4rem;
    list-style: none;
}

@media (max-width: 480px) {
    .pagination ul {
        justify-content: center;
        gap: 1.6rem;
    }
}

.pagination ul li a,
.pagination ul li span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 0.8rem 1.2rem;
    transition: color 0.3s;
}

.pagination ul li a:hover,
.pagination ul li span:hover {
    transition: color 0.3s;
    color: #1cc700;
}

.pagination ul li a svg,
.pagination ul li span svg {
    width: 4rem;
    min-width: 4rem;
    max-width: 4rem;
    height: 4rem;
    min-height: 4rem;
    max-height: 4rem;
}

.pagination ul li a {
    color: #111b1e;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
}

.pagination ul li a:hover {
    transition: color 0.3s;
    color: #18a900;
}

.pagination ul li .page-numbers.prev {
    padding: 0;
    margin-right: 0.8rem;
}

@media (max-width: 480px) {
    .pagination ul li .page-numbers.prev {
        margin-right: 1.2rem;
    }
}

.pagination ul li .page-numbers.prev svg path {
    transition: stroke 0.3s;
}

.pagination ul li .page-numbers.prev:hover svg path {
    transition: stroke 0.3s;
    stroke: #1cc700;
}

.pagination ul li .page-numbers.dots {
    color: #111b1e;
}

.pagination ul li .page-numbers.next {
    padding: 0;
    margin-left: 0.8rem;
}

@media (max-width: 480px) {
    .pagination ul li .page-numbers.next {
        margin-left: 1.2rem;
    }
}

.pagination ul li .page-numbers.next svg path {
    transition: stroke 0.3s;
}

.pagination ul li .page-numbers.next:hover svg path {
    transition: stroke 0.3s;
    stroke: #1cc700;
}

.pagination ul li .page-numbers.current {
    color: #1cc700;
}

.article {
    padding-top: 12rem;
}

@media (max-width: 480px) {
    .article {
        padding-top: 10rem;
    }
}

.article__inner {
    width: 97rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

@media (max-width: 768px) {
    .article__inner {
        width: 100%;
        gap: 2.4rem;
    }
}

.article__inner-top {
    padding: 2.4rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.4rem;
}

@media (max-width: 480px) {
    .article__inner-top {
        padding: 0;
        padding-top: 1.6rem;
        gap: 1.6rem;
    }
}

.article__inner-top .badge {
    border-radius: 0.4rem;
}

.article__inner-top-details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2.4rem;
}

@media (max-width: 480px) {
    .article__inner-top-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.6rem;
    }
}

.article__inner-top-details-info {
    display: flex;
    align-items: center;
    gap: 2.4rem;
}

@media (max-width: 480px) {
    .article__inner-top-details-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.6rem;
    }

    .article__inner-top-details-info .delimiter {
        display: none;
    }
}

.article__inner-image {
    width: 100%;
    height: 40rem;
    border-radius: 2.4rem;
    overflow: hidden;
}

@media (max-width: 768px) {
    .article__inner-image {
        height: 24rem;
        border-radius: 1.4rem;
    }
}

@media (max-width: 480px) {
    .article__inner-image {
        border-radius: 0.7rem;
        height: 12rem;
    }
}

.article__inner-image img {
    -o-object-fit: cover;
    object-fit: cover;
}

.article__inner-content {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.article__inner-content p {
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.2rem;
}

.article__inner-content h2,
.article__inner-content h3,
.article__inner-content h4,
.article__inner-content h5,
.article__inner-content h6,
.article__inner-content span {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.9rem;
    padding-top: 2.4rem;
}

@media (max-width: 480px) {
    .article__inner-content h2,
    .article__inner-content h3,
    .article__inner-content h4,
    .article__inner-content h5,
    .article__inner-content h6,
    .article__inner-content span {
        padding-top: 0.8rem;
    }
}

.article__inner-content a {
    cursor: pointer;
    transition: color 0.3s;
}

.article__inner-content a:hover {
    transition: color 0.3s;
    color: #1cc700;
}

.article__inner-content-bg {
    padding: 4rem;
    border-radius: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 2.4rem;
}

@media (max-width: 480px) {
    .article__inner-content-bg {
        margin-top: 0.8rem;
        padding: 1.6rem 2rem;
    }
}

.article__inner-content-bg.green {
    background-color: rgba(28, 199, 0, 0.1490196078);
}

.article__inner-content-bg.blue {
    background-color: rgba(43, 181, 251, 0.1490196078);
}

.article__inner-content-bg.orange {
    background-color: rgba(254, 156, 3, 0.1490196078);
}

.article__inner-content-bg.red {
    background-color: rgba(255, 58, 68, 0.1490196078);
}

.article__inner-content-bg h2,
.article__inner-content-bg h3,
.article__inner-content-bg h4,
.article__inner-content-bg h5,
.article__inner-content-bg h6,
.article__inner-content-bg span {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.9rem;
    padding-top: 0;
}

.article__inner-content-bg a {
    cursor: pointer;
    transition: color 0.3s;
}

.article__inner-content-bg a:hover {
    transition: color 0.3s;
    color: #1cc700;
}

.article__inner-pagination {
    border-top: 1px solid #111b1e;
    border-radius: 0.2rem;
    padding-top: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .article__inner-pagination {
        padding-top: 2.8rem;
    }
}

.article__inner-pagination .article__inner-pagination-prev, .article__inner-pagination .article__inner-pagination-next {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

@media (max-width: 480px) {
    .article__inner-pagination .article__inner-pagination-prev svg, .article__inner-pagination .article__inner-pagination-next svg {
        width: 3.2rem;
        height: 3.2rem;
    }
}

@media (max-width: 480px) {
    .article__inner-pagination .article__inner-pagination-prev > span.b1 span, .article__inner-pagination .article__inner-pagination-next > span.b1 span {
        display: none;
    }
}

@media (max-width: 480px) {
    .article__inner-pagination .article__inner-pagination-prev, .article__inner-pagination .article__inner-pagination-next {
        gap: 0;
    }
}

.article__inner-pagination a span {
    transition: color 0.3s;
}

.article__inner-pagination a:hover span {
    transition: color 0.3s;
    color: #1cc700;
}

.related-articles {
    padding-top: 4rem;
}

@media (max-width: 480px) {
    .related-articles {
        padding-top: 2.4rem;
    }
}

.related-articles__inner {
    width: 97rem;
    overflow: hidden;
}

@media (max-width: 768px) {
    .related-articles__inner {
        width: 100%;
    }
}

.related-articles__inner .press-tabs__inner-item {
    width: auto;
}

.related-articles__inner .related-articles-pagination {
    padding-top: 2.8rem;
}

.not-found {
    padding-top: 20rem;
    padding-bottom: 12rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .not-found {
        padding-top: 12.4rem;
        padding-bottom: 16rem;
    }
}

.not-found__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.not-found__inner-top {
    width: 76.6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .not-found__inner-top {
        width: 100%;
    }
}

.not-found__inner-top h1 {
    font-family: "Inter", sans-serif;
    color: #1cc700;
    font-size: 29.6rem;
    line-height: 22.4rem;
}

@media (max-width: 480px) {
    .not-found__inner-top h1 {
        font-size: 14.6rem;
        line-height: 11.1rem;
    }
}

.not-found__inner-top-image {
    position: absolute;
    top: 11.8rem;
    left: 36.4rem;
    width: 21.9rem;
    height: 20.8rem;
}

@media (max-width: 768px) {
    .not-found__inner-top-image {
        top: 11.8rem;
        left: 26.8rem;
    }
}

@media (max-width: 480px) {
    .not-found__inner-top-image {
        width: 10.9rem;
        height: 10.3rem;
        top: 5.9rem;
        left: 13.4rem;
    }
}

.not-found__inner-content {
    padding-top: 14.3rem;
    width: 76.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}

@media (max-width: 768px) {
    .not-found__inner-content {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .not-found__inner-content {
        padding-top: 7.5rem;
        gap: 0.4rem;
    }
}

.not-found__inner-content span,
.not-found__inner-content p {
    text-align: center;
}

@media (max-width: 480px) {
    .not-found__inner-content span {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

@media (max-width: 480px) {
    .not-found__inner-content p {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}

.not-found__inner-content a {
    margin-top: 3.2rem;
}

@media (max-width: 480px) {
    .not-found__inner-content a {
        margin-top: 2rem;
    }
}

.advantages-pagination {
    padding-top: 2.4rem;
}

.calculator-button .description {
    text-align: center;
    color: #717984;
    margin-top: 8px;
    font-size: 1.4rem;
}

@media (max-width: 480px) {
    .calculator-button .description {
        font-size: 1.2rem;
    }
}

.calculatorWidget {
    right: 0;
    bottom: 55px;
    position: fixed;
    z-index: 5;
    display: none;
    width: 416px;
    padding-right: 166px;
    padding-left: 50px;

    @media screen and (max-width: 767px) {
        width: 100%;
        bottom: 25px;
        padding-right: 106px;
        padding-left: 20px;
    }
}

.calculatorWidget__btn {
    display: block;
    top: auto;
    z-index: 5;
    padding: 14px 96px !important;
    border-radius: 46px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 29px !important;


    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.calculatorWidget__content .calculator {
    padding: 20px !important;
}

@media screen and (max-width: 767px) {
    .b24-widget-button-position-bottom-right {
        right: 20px !important;
        bottom: 20px !important;
    }
}

.button--loading {
    color: transparent !important;
    cursor: progress !important;
}

.button--loading::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-top: 2px solid #fff;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: spinner 0.6s infinite linear;
    content: "";
}

.transparent.button--loading::before {
    border: 2px solid #1cc70055;
    border-top: 2px solid #1cc700;
}

.transparent.button--loading:hover {
    color: #ffffff !important;
    background-color: #ffffff !important;
}

.transparent.button--loading:hover::after {
    opacity: 1 !important;
    visibility: visible !important;
}

@keyframes spinner {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }

    to {
        transform: translateX(-50%) translateY(-50%) rotate(359deg);
    }
}

.footer__inner-middle {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

@media screen and (max-width: 1023px) {
    .footer__inner-middle {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .footer__inner-middle {
        margin-bottom: 10px;
    }
}

.footer__inner-middle-col:first-child {
    min-width: 32%;
}

.footer__inner-middle-col p {
    margin-bottom: 4px;
}

.footer__inner-middle-col p:last-child {
    margin: 0;
}

.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.lightbox-thumb {
    cursor: pointer;
}