/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

:root {
    --color-white: #fff;
    --color-black-primary: #000;
    --color-black-second: rgba(0, 0, 0, .7);
    --color-primary: #1d4ed8;
    --color-purple: #be185d
}

* {
    box-sizing: border-box
}

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    scroll-behavior: smooth
}

body,
html {
    overflow-x: hidden
}

body {
    background: var(--color-white);
    background: #f9fafb;
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.body-white {
    background: var(--color-white)
}

main {
    flex-grow: 1
}

.header {
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 984px;
    padding: 6px 20px;
    width: 100%
}

.header,
.header__logo {
    display: flex
}

.header__logo {
    text-decoration: none;
    cursor: pointer
}

.header__nav,
.header__nav-category {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.header__nav-category-element {
    padding: 12px 10px
}

.header__nav-category-element a {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    gap: 6px;
    height: 100%;
    line-height: 24px;
    text-decoration: none;
    transition: all .3s ease-in
}

.header__nav-category-element a:hover {
    opacity: .5
}

.header__nav-category-element_active span {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    gap: 6px;
    height: 100%;
    line-height: 24px;
    opacity: .5;
    text-decoration: none
}

.header__faq {
    transition: all .3s ease-in
}

@media (hover:hover) and (pointer:fine) {
    .header__faq:hover {
        opacity: .4
    }
}

.header__faq {
    color: var(--color-black-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px;
    text-decoration: none;
    text-transform: uppercase
}

.header__lang {
    position: relative
}

@media (max-width:500px) {
    .header__lang {
        position: inherit
    }
}

.header__lang-button {
    align-items: center;
    background: inherit;
    border: none;
    color: var(--color-black-primary);
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    padding: 12px 8px 12px 12px;
    text-transform: uppercase;
    transition: all .3s ease-in
}

@media (hover:hover) and (pointer:fine) {
    .header__lang-button:hover {
        opacity: .4
    }
}

.header__lang-menu {
    background: var(--color-white);
    display: none;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 52px;
    width: 300px;
    z-index: 99999999
}

@media (max-width:500px) {
    .header__lang-menu {
        top: 60px
    }
}

.header__lang-menu_active,
.header__lang-menu.header__lang-menu_active {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    display: grid !important;
    grid-template-columns: 1fr 1fr
}

.header__lang-menu li {
    background: var(--color-white);
    display: grid
}

@media (hover:hover) and (pointer:fine) {
    .header__lang-menu li:hover:has(a) {
        background: linear-gradient(315deg, #60a5fa, #2563eb)
    }
    .header__lang-menu li:hover:has(a) a {
        color: var(--color-white)
    }
}

.header__lang-menu a {
    text-decoration: none
}

.header__lang-menu a,
.header__lang-menu span {
    color: var(--color-black-primary);
    display: grid;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 16px
}

body:dir(rtl) .header__lang-menu {
    left: 0;
    right: inherit
}

.header {
    height: 60px;
    position: relative;
    z-index: 1000
}

.header__logo-mob {
    display: none
}

.header__close-btn,
.header__menu-btn {
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    justify-content: center;
    outline: none
}

.header__nav-category-list {
    display: flex
}

@media (max-width:768px) {
    .header {
        border-bottom: 1px solid #e5e5e5
    }
    .header__menu-btn {
        display: flex
    }
    .header__menu-btn.disabled {
        display: none
    }
    .header__close-btn.active {
        display: flex
    }
    .header__nav-category {
        align-items: flex-start;
        background: #f9fafb;
        bottom: 0;
        display: none;
        flex-direction: column;
        height: -moz-max-content;
        height: max-content;
        justify-content: flex-start;
        left: 0;
        padding: 0 20px;
        position: absolute;
        top: 60px;
        transition: .3s linear;
        width: 100%;
        z-index: 100
    }
    .header__nav-category.mobile {
        display: flex
    }
    .header__nav-category-element {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        width: 100%
    }
    .header__nav-category-element a {
        height: 100%;
        width: 100%
    }
}

.category {
    background: hsla(0, 0%, 100%, .24);
    border-radius: 6px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    list-style: none;
    margin: 0 auto;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0
}

@media (max-width:768px) {
    .category {
        min-width: 100%
    }
}

.category__element {
    position: relative
}

.category__element:after {
    background: hsla(0, 0%, 100%, .2);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px
}

.category__element:last-child:after {
    content: none
}

.category__element_active span {
    opacity: .5
}

/* Active tab styling for language pages - active tabs should be dimmed */
.category__element.active a,
.category__element.active span {
    opacity: 0.7;
}

.category__element:not(.active) a,
.category__element:not(.active) span {
    opacity: 1;
}

.category a {
    text-decoration: none;
    transition: all .3s ease-in
}

@media (hover:hover) and (pointer:fine) {
    .category a:hover:not(.tab-item) {
        opacity: .5
    }
}

.category a,
.category span {
    align-items: center;
    color: var(--color-white);
    display: flex;
    font-size: 16px;
    font-weight: 400;
    gap: 6px;
    justify-content: center;
    line-height: 24px;
    padding: 6px 10px
}

@media (max-width:768px) {
    .category a,
    .category span {
        font-size: 0;
        gap: 0
    }
}

@media (max-width:350px) {
    .category a,
    .category span {
        padding: 6px 2px
    }
}

body:dir(rtl) .category li:after {
    left: 0;
    right: inherit
}

.search-form {
    background: var(--color-white);
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    display: grid;
    gap: 6px;
    grid-template-columns: 1fr max-content;
    margin: 0 auto;
    max-width: 672px;
    padding: 8px;
    width: 100%
}

@media (max-width:768px) {
    .search-form {
        background: none;
        box-shadow: none;
        gap: 12px;
        grid-template-columns: 1fr;
        padding: 0
    }
}

.search-form__field {
    display: grid;
    gap: 2px;
    grid-template-columns: 1fr max-content
}

@media (max-width:768px) {
    .search-form__field {
        background: var(--color-white);
        border-radius: 8px
    }
}

.search-form__label {
    display: flex;
    width: 100%
}

.search-form__input {
    border: none;
    color: var(--color-black);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding: 0 14px;
    width: 100%
}

@media (max-width:768px) {
    .search-form__input {
        border-radius: 8px 0 0 8px
    }
}

.search-form__clipboard {
    display: flex
}

.search-form__clipboard button {
    align-items: center;
    background: #f3f4f6;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    color: var(--color-black);
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    gap: 4px;
    justify-items: center;
    line-height: 24px;
    padding: 18px 12px
}

@media (max-width:768px) {
    .search-form__clipboard button {
        border-radius: 0 8px 8px 0
    }
}

@media (hover:hover) and (pointer:fine) {
    .search-form__clipboard button:hover {
        background: rgba(243, 244, 246, .6)
    }
}

.search-form__button {
    background: linear-gradient(315deg, #60a5fa, #2563eb);
    border: none;
    border-radius: 8px;
    color: var(--color-white);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 20px
}

@media (max-width:768px) {
    .search-form__button {
        padding: 16px 20px
    }
}

@media (hover:hover) and (pointer:fine) {
    .search-form__button:hover {
        background: linear-gradient(to top left, #60a5fa, #dc2626) !important
    }
}

@media (max-width:768px) {
    body:dir(rtl) .search-form__clipboard button {
        border-radius: 8px 0 0 8px
    }
    body:dir(rtl) .search-form__input {
        border-radius: 0 8px 8px 0
    }
}

.section-main {
    background: linear-gradient(108deg, rgba(0, 158, 226, .9) -57.13%, #8b2fff 11.08%, rgba(245, 5, 79, .9) 102.57%);
    margin: 0 auto;
    padding: 30px 20px 44px
}

@media (max-width:768px) {
    .section-main {
        padding: 20px 20px 30px
    }
}

.section-main__content {
    margin: 30px auto;
    max-width: 816px;
    text-align: center
}

.section-main__disable-form {
    margin: 30px auto 0
}

.section-main__disable-form h1 {
    margin: 0
}

.section-main__title {
    color: var(--color-white);
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    margin: 10px auto
}

@media (max-width:768px) {
    .section-main__title {
        font-size: 24px;
        line-height: 28px
    }
}

.section-main__title span {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    display: inline-block;
    padding: 8px 4px
}

.section-main__text {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 10px auto
}

.section-main.variant {
    background: linear-gradient(108deg, rgba(0, 158, 226, .9), #8b2fff 50%, rgba(245, 5, 79, .9)) !important
}

.example {
    margin: 20px auto 0;
    max-width: 816px;
    text-align: start
}

.example-text {
    color: var(--color-white);
    font-size: 16px;
    line-height: 24px;
    margin: 0
}

.footer {
    background: #f5f9ff;
    margin: 0 auto;
    padding: 40px 20px 22px;
    position: relative;
    text-align: center;
    width: 100%
}

@media (max-width:768px) {
    .footer {
        padding: 24px 20px 22px
    }
}

.footer:before {
    background: var(--fastdl-gradient, linear-gradient(68deg, rgba(0, 158, 226, .9) 4.3%, #8b2fff 51.71%, rgba(245, 5, 79, .9) 115.32%));
    content: "";
    height: 1px;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0
}

.footer__links {
    margin: 40px auto
}

@media (max-width:768px) {
    .footer__links {
        margin: 24px auto 58px
    }
}

.footer__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: center;
    list-style: none;
    margin: 14px auto;
    padding: 0
}

@media (max-width:768px) {
    .footer__list {
        margin: 10px auto
    }
}

.footer__list li {
    position: relative
}

.footer__list li:after {
    color: var(--color-black-primary);
    content: "|";
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px
}

.footer__list li:last-child:after {
    content: none
}

.footer__list a {
    text-decoration: none;
    transition: all .3s ease-in
}

@media (hover:hover) and (pointer:fine) {
    .footer__list a:hover {
        opacity: .6
    }
}

.footer__list a,
.footer__list span {
    color: var(--color-black-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 18.667px;
    padding: 0 8px
}

.footer__copyright {
    border-top: 1px solid hsla(0, 0%, 50%, .29);
    color: var(--color-black-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 auto;
    max-width: 984px;
    padding-top: 20px
}

.footer__copyright .social-link ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    list-style: none;
    margin: 21px auto;
    padding: 0
}

@media (max-width:768px) {
    .footer__copyright .social-link ul {
        margin: 24px auto
    }
}

.footer__copyright .social-link ul li {
    display: flex
}

.footer__copyright .social-link ul li a {
    display: flex;
    transition: all .2s ease-in
}

@media (hover:hover) and (pointer:fine) {
    .footer__copyright .social-link ul li a:hover {
        transform: scale(1.2)
    }
}

.footer__copyright .social-link p {
    font-size: 16px;
    line-height: 24px
}

.footer__copyright p {
    margin: 0 auto
}

body:dir(rtl) .footer li:after {
    left: 0;
    right: inherit
}

.section-text {
    display: grid;
    grid-template-columns: 1fr;
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px;
    text-align: center
}

@media (max-width:768px) {
    .section-text {
        margin: 32px auto
    }
}

.section-text__card {
    align-items: center;
    background: var(--color-white);
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    display: grid;
    grid-template-columns: max-content 1fr
}

@media (max-width:768px) {
    .section-text__card {
        grid-template-columns: 1fr;
        margin: 0 auto;
        max-width: 492px
    }
}

.section-text__content {
    padding: 0 32px;
    text-align: left
}

@media (max-width:768px) {
    .section-text__content {
        padding: 20px 16px
    }
}

.section-text__content h2 {
    color: var(--color-primary);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 auto 18px
}

@media (max-width:768px) {
    .section-text__content h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 auto 16px
    }
}

.section-text__content p {
    color: var(--color-black-second);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 auto
}

.section-text__single-content h2 {
    color: var(--color-primary);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 auto 18px;
    text-align: center
}

@media (max-width:768px) {
    .section-text__single-content h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 auto 16px
    }
}

.section-text__single-content p {
    color: var(--color-black-second);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px auto;
    text-align: left
}

.section-text picture {
    height: 100%
}

.section-text img {
    border-radius: 12px 0 0 12px;
    display: block;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:768px) {
    .section-text img {
        border-radius: 12px 12px 0 0;
        width: 100%
    }
}

.section-instruction {
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px
}

@media (max-width:768px) {
    .section-instruction {
        margin: 32px auto
    }
}

.section-instruction__title {
    border-bottom: 2px solid transparent;
    -o-border-image: linear-gradient(108deg, rgba(0, 158, 226, .9) -57.13%, #8b2fff 11.08%, rgba(245, 5, 79, .9) 102.57%);
    border-image: linear-gradient(108deg, rgba(0, 158, 226, .9) -57.13%, #8b2fff 11.08%, rgba(245, 5, 79, .9) 102.57%);
    border-image-slice: 1;
    color: var(--color-primary);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center
}

@media (max-width:768px) {
    .section-instruction__title {
        font-size: 24px;
        line-height: 28px
    }
}

.section-instruction__text {
    color: var(--color-black-second);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px auto;
    text-align: center
}

.section-instruction__list {
    display: grid;
    gap: 24px;
    grid-template-areas: "a b c";
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:900px) {
    .section-instruction__list {
        grid-template-areas: "a a b b" ". c c .";
        grid-template-columns: inherit
    }
}

@media (max-width:600px) {
    .section-instruction__list {
        grid-template-areas: "a" "b" "c"
    }
}

.section-instruction__list li {
    background: var(--color-white);
    border-radius: 8px;
    box-shadow: 0 8px 12px -2px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1)
}

.section-instruction__list li:first-of-type {
    grid-area: a
}

.section-instruction__list li:nth-of-type(2) {
    grid-area: b
}

.section-instruction__list li:nth-of-type(3) {
    grid-area: c
}

.section-instruction__list div {
    padding: 14px 18px 20px
}

.section-instruction__list img {
    border-radius: 12px 12px 0 0;
    height: auto;
    max-width: 100%
}

@media (max-width:900px) {
    .section-instruction__list img {
        width: 100%
    }
}

.section-instruction__list h3 {
    border-bottom: 2px solid #e5e7eb;
    color: var(--color-purple);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 auto 16px;
    padding-bottom: 16px;
    text-align: center
}

.section-instruction__list p {
    color: var(--color-black-second);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 16px auto 0
}

.section-benefits {
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px
}

@media (max-width:768px) {
    .section-benefits {
        margin: 32px auto
    }
}

.section-benefits__title {
    border-bottom: 2px solid transparent;
    -o-border-image: linear-gradient(108deg, rgba(0, 158, 226, .9) -57.13%, #8b2fff 11.08%, rgba(245, 5, 79, .9) 102.57%);
    border-image: linear-gradient(108deg, rgba(0, 158, 226, .9) -57.13%, #8b2fff 11.08%, rgba(245, 5, 79, .9) 102.57%);
    border-image-slice: 1;
    color: var(--color-primary);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center
}

@media (max-width:768px) {
    .section-benefits__title {
        font-size: 24px;
        line-height: 28px
    }
}

.section-benefits__text {
    color: var(--color-black-second);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px auto;
    text-align: center
}

.section-benefits__list {
    display: grid;
    gap: 42px 20px;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    margin: 0;
    padding: 20px 0 0
}

@media (max-width:768px) {
    .section-benefits__list {
        gap: 24px;
        grid-template-columns: 1fr;
        padding-top: 0
    }
}

.section-benefits__list li {
    padding: 10px 40px 20px;
    text-align: center
}

@media (max-width:1000px) {
    .section-benefits__list li {
        padding: 10px 20px 20px
    }
}

@media (max-width:768px) {
    .section-benefits__list li {
        padding: 10px 0 20px
    }
}

.section-benefits__list div {
    padding: 0 18px
}

.section-benefits__list h3 {
    border-bottom: 2px solid #e5e7eb;
    color: var(--color-purple);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 18px auto 16px;
    padding-bottom: 16px;
    text-align: center
}

.section-benefits__list p {
    color: var(--color-black-second);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 16px auto 0
}

.section-features {
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px
}

@media (max-width:768px) {
    .section-features {
        margin: 32px auto
    }
}

.section-features__title {
    border-bottom: 2px solid transparent;
    -o-border-image: linear-gradient(108deg, rgba(0, 158, 226, .9) -57.13%, #8b2fff 11.08%, rgba(245, 5, 79, .9) 102.57%);
    border-image: linear-gradient(108deg, rgba(0, 158, 226, .9) -57.13%, #8b2fff 11.08%, rgba(245, 5, 79, .9) 102.57%);
    border-image-slice: 1;
    color: var(--color-primary);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    text-align: center
}

@media (max-width:768px) {
    .section-features__title {
        font-size: 24px;
        line-height: 28px
    }
}

.section-features__text {
    color: var(--color-black-second);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px auto;
    text-align: center
}

.section-features__list {
    display: grid;
    gap: 42px;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    padding: 12px 0 0
}

@media (max-width:768px) {
    .section-features__list {
        gap: 26px
    }
}

.section-features__list li {
    align-items: center;
    background: var(--color-white);
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    display: grid;
    grid-template-areas: "text img"
}

.section-features__list li img {
    border-radius: 0 12px 12px 0
}

@media (max-width:768px) {
    .section-features__list li {
        grid-template-areas: "img" "text";
        margin: 0 auto;
        max-width: 492px
    }
    .section-features__list li img {
        border-radius: 12px 12px 0 0
    }
}

.section-features__list li:nth-of-type(2n) {
    grid-template-areas: "img text"
}

.section-features__list li:nth-of-type(2n) img {
    border-radius: 12px 0 0 12px
}

@media (max-width:768px) {
    .section-features__list li:nth-of-type(2n) {
        grid-template-areas: "img" "text"
    }
    .section-features__list li:nth-of-type(2n) img {
        border-radius: 12px 12px 0 0
    }
}

.section-features__list picture {
    height: 100%
}

.section-features__list img {
    display: block;
    grid-area: img;
    height: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:768px) {
    .section-features__list img {
        width: 100%
    }
}

.section-features__list div {
    grid-area: text;
    padding: 0 40px
}

@media (max-width:768px) {
    .section-features__list div {
        padding: 20px 16px
    }
}

.section-features__list div h3 {
    color: var(--color-primary);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 auto 18px
}

@media (max-width:768px) {
    .section-features__list div h3 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 auto 16px
    }
}

.section-features__list div p {
    color: var(--color-black-second);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 auto
}

.section-app {
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px
}

@media (max-width:768px) {
    .section-app {
        margin: 32px auto
    }
}

.section-app__wrapper {
    background: linear-gradient(108deg, rgba(0, 158, 226, .9) -57.13%, #8b2fff 11.08%, rgba(245, 5, 79, .9) 102.57%);
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 114px
}

@media (max-width:1000px) {
    .section-app__wrapper {
        margin-top: inherit
    }
}

@media (max-width:768px) {
    .section-app__wrapper {
        gap: 40px;
        grid-template-columns: 1fr;
        padding: 30px 16px 0
    }
}

.section-app__images {
    position: relative
}

.section-app__images img {
    bottom: 0;
    height: auto;
    left: 0;
    max-width: 100%;
    position: absolute
}

@media (max-width:768px) {
    .section-app__images img {
        display: block;
        position: inherit
    }
}

.section-app__text {
    padding: 30px 50px 25px 32px
}

@media (max-width:768px) {
    .section-app__text {
        grid-row: 1/2;
        padding: 0
    }
}

.section-app__text h2 {
    color: var(--color-white);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 auto 14px
}

@media (max-width:768px) {
    .section-app__text h2 {
        font-size: 24px;
        line-height: 28px;
        text-align: center
    }
}

.section-app__text p {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 14px auto 32px
}

.section-app__text a {
    align-items: center;
    background: var(--color-white);
    border-radius: 6px;
    color: #141414;
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    line-height: 24px;
    max-width: 218px;
    padding: 12px 20px;
    text-decoration: none;
    transition: all .3s ease-in
}

@media (hover:hover) and (pointer:fine) {
    .section-app__text a:hover {
        opacity: .8
    }
}

@media (max-width:768px) {
    .section-app__text a {
        margin: 0 auto;
        max-width: 350px
    }
}

.section-faq {
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px
}

@media (max-width:768px) {
    .section-faq {
        margin: 32px auto
    }
}

.section-faq__title {
    border-bottom: 2px solid transparent;
    -o-border-image: linear-gradient(108deg, rgba(0, 158, 226, .9) -57.13%, #8b2fff 11.08%, rgba(245, 5, 79, .9) 102.57%);
    border-image: linear-gradient(108deg, rgba(0, 158, 226, .9) -57.13%, #8b2fff 11.08%, rgba(245, 5, 79, .9) 102.57%);
    border-image-slice: 1;
    color: var(--color-primary);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center
}

@media (max-width:768px) {
    .section-faq__title {
        font-size: 24px;
        line-height: 28px
    }
}

.section-faq__text {
    color: var(--color-black-second);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px auto;
    text-align: center
}

.section-faq ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 10px 0 0
}

.section-faq ul h3 {
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 400;
    font-weight: 700;
    line-height: 28px;
    margin: 0 auto 10px
}

.section-faq ul p {
    color: var(--color-black-second);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 10px auto 0
}

.section-faq ol {
    padding-left: 20px
}

body:dir(rtl) .section-faq ol {
    padding-left: inherit;
    padding-right: 20px
}

.section-service {
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px
}

@media (max-width:768px) {
    .section-service {
        margin: 32px auto
    }
}

.section-service h1 {
    color: var(--color-primary);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin: 36px auto;
    text-align: center
}

@media (max-width:768px) {
    .section-service h1 {
        font-size: 24px;
        line-height: 28px
    }
}

.section-service p {
    color: var(--color-black-second);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.section-service a {
    color: var(--color-primary);
    font-weight: 700
}

.section-service ol,
.section-service ul {
    padding-left: 20px
}

.section-service ol li,
.section-service ul li {
    margin: 10px auto
}

.download {
    background: linear-gradient(68.05deg, rgba(0, 158, 226, .9) 4.3%, #8b2fff 51.71%, rgba(245, 5, 79, .9) 115.32%);
    padding: 30px 15px 100px
}

.download,
.download__content {
    display: flex;
    flex-direction: column
}

.download__content {
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    margin: 35px auto 0;
    max-width: 1024px;
    padding: 0 15px;
    position: relative;
    width: 100%
}

@media (max-width:576px) {
    .download__content {
        justify-content: flex-start;
        padding: 70px 15px 22px
    }
}

.download__content-info {
    background: hsla(0, 0%, 100%, .239);
    border-radius: 60px;
    display: inline-block;
    padding: 5px 20px
}

.download__content-info P {
    color: #fff;
    font-weight: 400;
    margin: 0
}

.download__content-title {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    margin: 30px 0;
    text-align: center
}

@media (max-width:576px) {
    .download__content-title {
        font-size: 24px;
        line-height: 28px
    }
}

@media (max-width:768px) {
    .why {
        height: -moz-max-content;
        height: max-content
    }
}

.why__content {
    margin: 0 auto;
    max-width: 1024px;
    padding: 0 15px;
    width: 100%
}

.why__content-cards {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 40px 0 rgba(24, 24, 27, .078);
    display: flex;
    flex-wrap: wrap;
    margin-top: -10%
}

@media (max-width:1200px) {
    .why__content-cards {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:576px) {
    .why__content-cards {
        margin-top: -25%
    }
}

.why__content .card {
    border-right: 1px solid rgba(0, 0, 0, .2);
    max-width: 25%;
    padding: 20px 16px;
    width: 100%
}

.why__content .card:first-of-type {
    border-radius: 10px 0 0 10px
}

.why__content .card:last-of-type {
    border-radius: 0 10px 10px 0
}

@media (max-width:1200px) {
    .why__content .card {
        border-radius: 0 !important;
        max-width: 50%;
        width: 100%
    }
    .why__content .card:nth-of-type(2) {
        border-right: none
    }
    .why__content .card:last-of-type,
    .why__content .card:nth-of-type(2),
    .why__content .card:nth-of-type(3) {
        border-top: 1px solid rgba(0, 0, 0, .2)
    }
    .why__content .card:last-of-type {
        border-right: none
    }
}

@media (max-width:576px) {
    .why__content .card {
        border: none;
        max-width: 100%
    }
    .why__content .card:first-of-type {
        border-radius: 10px 10px 0 0
    }
    .why__content .card:last-of-type {
        border-radius: 0 0 10px 10px
    }
}

.why__content .card__title {
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0 6px
}

.why__content .card__text {
    color: #000;
    line-height: 24px;
    margin: 0
}

.why__content .card__image {
    align-items: center;
    background: #1d4ed8;
    border-radius: 50%;
    box-shadow: inset 0 0 0 4.8px #d3dfff;
    display: flex;
    height: 54px;
    justify-content: center;
    width: 54px
}

.compare {
    background: #f9fafb;
    margin-top: 64px
}

@media (max-width:1200px) {
    .compare {
        margin-top: 42px
    }
}

.compare__content {
    margin: 0 auto;
    max-width: 1024px;
    padding: 0 15px;
    width: 100%
}

.compare__content-title {
    color: #1d4ed8;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center
}

.compare__content .table__row {
    display: grid;
    grid-template-columns: 1fr 220px 220px;
    place-items: center
}

@media (max-width:768px) {
    .compare__content .table__row {
        grid-template-columns: 1fr 150px 60px;
        place-items: center
    }
}

@media (max-width:576px) {
    .compare__content .table__row {
        grid-template-columns: 1fr 90px 50px;
        place-items: center
    }
}

.compare__content .table__row:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, .102)
}

@media (max-width:1200px) {
    .compare__content .table__row:last-of-type {
        display: none
    }
}

.compare__content .table__row:first-of-type .table__row-item h3 {
    color: #8e54e9;
    font-size: 24px;
    line-height: 28px;
    margin: 0
}

@media (max-width:1200px) {
    .compare__content .table__row:first-of-type .table__row-item h3 {
        font-size: 10px
    }
}

.compare__content .table__row:first-of-type .table__row-item:first-of-type {
    border-radius: 10px 10px 0 0
}

@media (max-width:1200px) {
    .compare__content .table__row-item .logo {
        display: none
    }
}

.compare__content .table__row-item .mobile__logo {
    display: none
}

@media (max-width:1200px) {
    .compare__content .table__row-item .mobile__logo {
        display: block
    }
}

.compare__content .table__row-item .mobile__icon {
    display: none
}

@media (max-width:768px) {
    .compare__content .table__row-item .mobile__icon {
        display: block
    }
    .compare__content .table__row-item .desktop__icon {
        display: none
    }
}

.compare__content .table__row-item.gray {
    align-items: center;
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    max-width: 220px;
    padding: 24px 42px;
    width: 100%
}

@media (max-width:1200px) {
    .compare__content .table__row-item.gray {
        max-width: 60px;
        padding: 24px 18px;
        width: 100%
    }
}

.compare__content .table__row-item.btn {
    padding: 49px 18px
}

.compare__content .table__row-item.no {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 220px;
    width: 100%
}

@media (max-width:1200px) {
    .compare__content .table__row-item.no {
        max-width: 60px;
        padding: 24px 18px;
        width: 100%
    }
}

@media (max-width:576px) {
    .compare__content .table__row-item.no {
        max-width: -moz-max-content;
        max-width: max-content;
        padding: 0;
        width: 100%
    }
}

.compare__content .table__row-item.check {
    min-height: 162px
}

@media (max-width:768px) {
    .compare__content .table__row-item.check {
        min-height: 100%;
        padding: 52px 18px
    }
}

.compare__content .table__row-item.info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 530px;
    min-height: 100%;
    padding: 5px 0;
    width: 100%
}

@media (max-width:768px) {
    .compare__content .table__row-item.info {
        max-width: 208px;
        width: 100%
    }
}

@media (max-width:375px) {
    .compare__content .table__row-item.info {
        max-width: 202px;
        width: 100%
    }
}

@media (max-width:360px) {
    .compare__content .table__row-item.info {
        max-width: 180px;
        width: 100%
    }
}

@media (max-width:344px) {
    .compare__content .table__row-item.info {
        max-width: 172px;
        width: 100%
    }
}

.compare__content .table__row-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

.compare__content .table__row-title img {
    display: none
}

@media (max-width:768px) {
    .compare__content .table__row-title {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        font-size: 16px;
        font-weight: 400
    }
    .compare__content .table__row-title img {
        display: block;
        margin-top: 8px
    }
}

.compare__content .table__row-text {
    color: #000;
    font-weight: 400;
    line-height: 24px;
    margin-top: 6px
}

@media (max-width:768px) {
    .compare__content .table__row-text {
        display: none
    }
}

.compare__content .table__row-btn {
    background: linear-gradient(315deg, #60a5fa, #2563eb);
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    width: 100%
}

.compare__content .mobile__btn {
    display: none
}

@media (max-width:1200px) {
    .compare__content .mobile__btn {
        display: block;
        margin-top: 32px;
        padding: 0 !important
    }
}

.users {
    margin: 44px 0 64px
}

.users__content-container {
    margin: 0 auto;
    max-width: 1024px;
    padding: 0 15px;
    width: 100%
}

.users__content-titles {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.users__content-title {
    color: #1d4ed8;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center
}

@media (max-width:576px) {
    .users__content-title {
        font-size: 24px;
        line-height: 28px
    }
}

.users__content-text {
    color: #000;
    font-size: 18px;
    margin: 0;
    max-width: 500px;
    text-align: center;
    width: 100%
}

.users__content-cards {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between
}

.users__content-cards .card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 12px 0 rgba(97, 97, 97, .078);
    max-width: 312px;
    padding: 20px 16px;
    width: 100%
}

.users__content-cards .card__head {
    align-items: center;
    display: flex;
    gap: 10px
}

.users__content-cards .card__contnet {
    margin-top: 16px
}

.users__content-cards .card__contnet-text {
    color: #000;
    line-height: 24px;
    margin: 0
}

.slider__wrapper {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.slider-track {
    animation: marquee 30s linear infinite;
    display: flex;
    gap: 20px
}

.users__content-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    flex: 0 0 auto;
    padding: 15px;
    width: 300px
}

.users__content-card .card__head-info h3 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0
}

.users__content-card .card__head-info p {
    color: #000;
    font-size: 12px;
    margin: 0
}

.card__head {
    align-items: center;
    display: flex;
    gap: 10px
}

.card__head img {
    border-radius: 50%;
    height: 40px;
    width: 40px
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(-50%)
    }
}

@media (max-width:768px) {
    .slider-track {
        animation-duration: 15s
    }
}

@media (max-width:480px) {
    .slider-track {
        animation-duration: 10s
    }
}

.find {
    background: #f5f9ff;
    padding: 70px 0
}

.find__content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1024px;
    padding: 0 15px;
    position: relative;
    width: 100%
}

@media (max-width:576px) {
    .find__content {
        flex-direction: column;
        padding: 0 15px 30px
    }
}

.find__content-info {
    max-width: 716px;
    width: 100%
}

.find__content-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
    margin: 0
}

.find__content-text {
    color: #1c1c1c;
    font-size: 18px;
    margin: 24px 0
}

@media (max-width:576px) {
    .find__content-text {
        font-size: 16px
    }
}

.find__content-list {
    align-items: center;
    display: flex;
    gap: 24px;
    padding-left: 0
}

@media (max-width:576px) {
    .find__content-list {
        flex-wrap: wrap
    }
}

.find__content-item {
    align-items: center;
    display: flex;
    gap: 6px;
    list-style: none
}

.find__content-arrow {
    position: absolute
}

.find__content-arrow:first-of-type {
    right: 10%;
    top: -40%
}

@media (max-width:576px) {
    .find__content-arrow:first-of-type {
        display: none
    }
}

.find__content-arrow:last-of-type {
    bottom: -20%;
    right: -20%
}

@media (max-width:576px) {
    .find__content-arrow:last-of-type {
        bottom: -25%;
        right: -10%;
        transform: rotate(30deg)
    }
    .find__content-action {
        margin-top: 20px;
        width: 100%
    }
}

.find__content-btn {
    background: linear-gradient(315deg, #60a5fa, #2563eb);
    border: none;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 61px;
    text-decoration: none
}

@media (max-width:576px) {
    .find__content-btn {
        width: 100%
    }
}

.breadcrumbs {
    color: #f9fafb;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 32px
}

@media (max-width:576px) {
    .breadcrumbs {
        left: 15px
    }
}

.breadcrumbs a {
    color: #f9fafb;
    text-decoration: none
}

.banner-achievements {
    margin: 22px auto 64px;
    max-width: 1232px;
    padding: 0 16px
}

@media (max-width:1250px) {
    .banner-achievements {
        max-width: 1050px
    }
}

@media (max-width:768px) {
    .banner-achievements {
        margin: 16px auto 32px
    }
}

.banner-achievements ul {
    align-items: center;
    background: #f5f9ff;
    border: 1px solid #eaeef7;
    border-radius: 8px;
    display: grid;
    gap: 32px 50px;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0;
    padding: 24px 20px
}

@media (max-width:1250px) {
    .banner-achievements ul {
        gap: 32px 20px
    }
}

@media (max-width:1100px) {
    .banner-achievements ul {
        justify-content: space-between
    }
}

@media (max-width:768px) {
    .banner-achievements ul {
        gap: 32px 10px;
        grid-template-columns: 1fr 1fr
    }
}

.banner-achievements ul li {
    align-items: center;
    display: flex;
    font-family: Segoe UI, Roboto, sans-serif;
    gap: 16px;
    justify-content: center
}

@media (max-width:1100px) {
    .banner-achievements ul li {
        align-items: self-start;
        flex-direction: column;
        place-self: flex-start
    }
}

@media (max-width:768px) {
    .banner-achievements ul li {
        gap: 10px
    }
}

.banner-achievements ul li h2 {
    color: #fb0080;
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    margin: 0
}

@media (max-width:768px) {
    .banner-achievements ul li h2 {
        font-size: 32px;
        line-height: 100%
    }
}

.banner-achievements ul li p {
    color: var(--color-black-second);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    opacity: .7
}

.brand-benefits {
    background: #f9fafb;
    padding: 44px 20px
}

@media (max-width:768px) {
    .brand-benefits {
        padding: 32px 20px
    }
}

.brand-benefits__wrapper {
    margin: 0 auto;
    max-width: 984px
}

.brand-benefits__title {
    border-bottom: 2px solid transparent;
    color: var(--color-primary);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 auto;
    text-align: center
}

@media (max-width:768px) {
    .brand-benefits__title {
        font-size: 24px;
        line-height: 28px
    }
}

.brand-benefits__text {
    color: var(--color-black-second);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px auto;
    text-align: center
}

.brand-benefits__list {
    background: #fff;
    border: 1px solid #eaeef7;
    border-radius: 8px;
    box-shadow: 0 3px 8px 0 rgba(24, 24, 27, .04);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:1000px) {
    .brand-benefits__list {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:500px) {
    .brand-benefits__list {
        grid-template-columns: 1fr
    }
}

.brand-benefits__list li {
    padding: 16px 20px 28px
}

.brand-benefits__list li:not(:last-child) {
    border-right: 1px solid #eaeef7
}

@media (max-width:500px) {
    .brand-benefits__list li:not(:last-child) {
        border-bottom: 1px solid #eaeef7;
        border-right: none
    }
}

@media (max-width:1000px) {
    .brand-benefits__list li:nth-child(-n+2) {
        border-bottom: 1px solid #eaeef7
    }
}

.brand-benefits__list li h3 {
    color: var(--color-black-primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 16px 0 6px
}

.brand-benefits__list li p {
    color: var(--color-black-second);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0
}

.section-reviews {
    margin: 64px auto;
    padding: 44px 0;
    overflow: hidden;
}

#slider-block {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    width: 100%;
}

@media (max-width:768px) {
    .section-reviews {
        margin: 32px auto;
        padding: 32px 0
    }
}

.section-reviews__title {
    color: var(--color-primary);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center
}

@media (max-width:768px) {
    .section-reviews__title {
        font-size: 24px;
        line-height: 28px
    }
}

.section-reviews__text {
    color: var(--color-black-second);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 20px;
    text-align: center
}

#slider-block {
    overflow: hidden;
    position: relative;
}

.section-reviews__list {
    display: flex;
    gap: 24px;
    list-style: none;
    margin: 40px 0 0;
    overflow: visible;
    padding: 0 0 10px;
    scrollbar-width: none;
    animation: marquee-reviews 60s linear infinite;
    will-change: transform;
    width: fit-content;
    -ms-overflow-style: none;
}

.section-reviews__list::-webkit-scrollbar {
    display: none;
}

@media (max-width:768px) {
    .section-reviews__list {
        animation-duration: 60s;
    }
}

@media (max-width:480px) {
    .section-reviews__list {
        animation-duration: 60s;
    }
}

@keyframes marquee-reviews {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.section-reviews__list:hover {
    animation-play-state: paused;
}

.section-reviews__list li {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    box-shadow: 0 3px 12px 0 rgba(97, 97, 97, .08);
    max-width: 312px;
    min-width: 312px;
    padding: 20px 16px 28px;
    width: 100%
}

.section-reviews__list li h3 {
    color: var(--color-black-second);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0
}

.section-reviews__list li span {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    opacity: .5
}

.section-reviews__list li p {
    color: var(--color-black-second);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0 0
}

.section-reviews__info {
    align-items: center;
    display: flex;
    gap: 10px
}

.section-tools {
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px
}

@media (max-width:768px) {
    .section-tools {
        margin: 32px auto
    }
}

.section-tools__title {
    color: var(--color-primary);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 auto;
    text-align: center
}

@media (max-width:768px) {
    .section-tools__title {
        font-size: 24px;
        line-height: 28px
    }
}

.section-tools__text {
    color: var(--color-black-second);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center
}

.section-tools__list {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(200px, 312px));
    justify-content: center;
    list-style: none;
    margin: 40px auto;
    padding: 0
}

@media (max-width:768px) {
    .section-tools__list {
        gap: 16px;
        grid-template-columns: repeat(2, minmax(200px, 312px));
        margin: 0 auto
    }
}

@media (max-width:500px) {
    .section-tools__list {
        grid-template-columns: repeat(1, minmax(200px, 1fr))
    }
}

.section-tools__list li {
    background: var(--color-white);
    border: 1px solid #eaeef7;
    border-radius: 8px;
    width: 100%
}

.section-tools__list li a {
    display: grid;
    height: 100%;
    padding: 16px;
    text-decoration: none
}

@media (hover:hover) and (pointer:fine) {
    .section-tools__list li a:hover span {
        -webkit-text-fill-color: transparent;
        background: linear-gradient(68deg, rgba(0, 158, 226, .9) 4.3%, #8b2fff 51.71%, rgba(245, 5, 79, .9) 115.32%);
        -webkit-background-clip: text;
        background-clip: text
    }
    .section-tools__list li a:hover svg path {
        stroke: url(#linkGrad)
    }
}

.section-tools__list li a div {
    align-items: center;
    display: flex;
    gap: 10px
}

.section-tools__list li h3 {
    color: var(--color-black-primary);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 0
}

.section-tools__list li p {
    color: var(--color-black-second);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 14px 0
}

.section-tools__list li span {
    align-items: center;
    color: #1d4ed8;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    gap: 13px;
    line-height: 28px;
    transition: all .3s ease-in
}

.join-us {
    background: #f5f9ff;
    padding: 70px 20px
}

@media (max-width:768px) {
    .join-us {
        padding: 40px 20px 100px
    }
}

.join-us__wrapper {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 228px;
    margin: 0 auto;
    max-width: 984px
}

@media (max-width:768px) {
    .join-us__wrapper {
        grid-template-columns: 1fr
    }
}

.join-us__content {
    z-index: 2
}

.join-us__content h2 {
    color: var(--color-black-primary);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 auto
}

@media (max-width:768px) {
    .join-us__content h2 {
        font-size: 24px;
        line-height: 28px
    }
}

.join-us__content p {
    color: var(--color-black-second);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 24px 0
}

@media (max-width:768px) {
    .join-us__content p {
        margin: 20px 0
    }
}

.join-us__content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:768px) {
    .join-us__content ul {
        gap: 16px
    }
}

.join-us__content ul li {
    align-items: center;
    display: flex;
    gap: 8px
}

.join-us__content ul li p {
    margin: 0
}

.join-us__button-content {
    position: relative
}

.join-us__button-content a {
    align-items: center;
    background: linear-gradient(315deg, #60a5fa, #2563eb);
    border: 1px solid #006cff;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    line-height: 24px;
    margin: 0 auto;
    max-width: 228px;
    padding: 19px;
    text-decoration: none;
    transition: all .3s ease-in;
    width: 100%
}

@media (hover:hover) and (pointer:fine) {
    .join-us__button-content a:hover {
        opacity: .7
    }
}

@media (max-width:768px) {
    .join-us__button-content a {
        font-size: 18px;
        max-width: 500px;
        padding: 20px
    }
}

.join-us__vector {
    position: absolute
}

.join-us__vector-1 {
    bottom: 84px;
    right: 114px
}

@media (max-width:768px) {
    .join-us__vector-1 {
        display: none
    }
}

.join-us__vector-2 {
    left: 114px;
    top: 84px
}

@media (max-width:768px) {
    .join-us__vector-2 {
        left: 50%;
        top: 94px
    }
}

.adsbygoogle {
    height: 0 !important;
    overflow: hidden !important
}

.adsbygoogle[data-ad-status=filled] {
    height: auto !important;
    margin: 10px auto;
    overflow: visible !important;
    text-align: center
}

.under-form-container {
    height: 300px !important;
    margin-top: 10px;
    min-height: 300px !important
}

@media (max-width:768px) {
    .under-form-container {
        height: 360px !important;
        min-height: 360px !important
    }
}

.under-form:has(.adsbygoogle[data-ad-status=filled]) {
    align-items: center;
    display: flex;
    height: auto !important;
    justify-content: center;
    min-height: 300px !important
}

@media (max-width:768px) {
    .under-form:has(.adsbygoogle[data-ad-status=filled]) {
        height: auto !important;
        min-height: 360px !important
    }
}

.under-form:has(.adsbygoogle[data-ad-status=filled]) .adsbygoogle[data-ad-status=filled] {
    margin: 0
}

.under-form-placeholder {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 300px !important
}

@media (max-width:768px) {
    .under-form-placeholder {
        min-height: 360px !important
    }
}

.under-form-placeholder:has(+.under-form .adsbygoogle[data-ad-status=filled]) {
    display: none;
    min-height: 0 !important
}

@media (max-width:768px) {
    .under-form-placeholder:has(+.under-form .adsbygoogle[data-ad-status=filled]) {
        min-height: 0 !important
    }
}

.under-result {
    min-height: 250px
}

@media (max-width:768px) {
    .under-result {
        min-height: 150px
    }
}

.fallback-ads {
    align-items: center;
    display: flex;
    gap: 10px;
    height: 100%;
    justify-content: center;
    width: 100%
}

@media (max-width:768px) {
    .fallback-ads {
        flex-direction: column
    }
}

.fallback-ads__logo {
    height: 130px;
    width: 130px
}

.fallback-ads__fastdl {
    height: 75px;
    max-width: 100%;
    width: 360px
}

.under-form-SSStikUiExp .adsbygoogle[data-ad-status=filled] {
    margin: 0 auto;
    padding: 10px 0
}

/* Custom styles for JavaScript functionality */
.status-message {
    display: none;
    padding: 12px 20px;
    margin: 20px auto;
    max-width: 600px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.status-message.visible {
    display: block;
}

.status-message.info {
    background-color: rgba(33, 150, 243, 0.1);
    color: #2196F3;
    border: 1px solid rgba(33, 150, 243, 0.3);
}

.status-message.success {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
    border: 1px solid rgba(76, 175, 80, 0.3);
}

.status-message.error {
    background-color: rgba(244, 67, 54, 0.1);
    color: #F44336;
    border: 1px solid rgba(244, 67, 54, 0.3);
}

.tab-item {
    cursor: pointer;
    user-select: none;
}

/* Ensure tab items work with category styling */
.category .tab-item {
    text-decoration: none;
    transition: all .3s ease-in;
    opacity: 1;
}

.category .tab-item.active {
    opacity: 0.7;
}

@media (hover:hover) and (pointer:fine) {
    .category .tab-item:hover:not(.active) {
        opacity: 0.5;
    }
}

.search-form__button.loading {
    position: relative;
    pointer-events: none;
}

.search-form__button.loading .btn-text {
    opacity: 0;
}

.search-form__button.loading #btnLoader {
    display: inline-block !important;
    animation: spin 1s linear infinite;
}

#btnLoader {
    display: none;
    margin-left: 8px;
    vertical-align: middle;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.final-download-section {
    margin-top: 30px;
    text-align: center;
}

.button--filled, .button--filled:hover {
    border: none;
    border-bottom: 4px solid #263fa9;
}

.button--filled {
    background-color: #2267e9;
    border-radius: 8px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 40px !important;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .7s ease;
}

.button__download {
    margin: 16px 14px;
}


.button--filled.loading {
    position: relative;
    pointer-events: none;
}

.button--filled.loading .final-btn-loader {
    display: none !important;
}

.final-btn-loader {
    display: none;
}

.loading-dots-animated {
    display: inline-block;
    animation: dots-pulse 1.5s ease-in-out infinite;
}

@keyframes dots-pulse {
    0% {
        opacity: 0.4;
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0.4;
        transform: scale(0.95);
    }
}

/* Loading section styles */
.loading-section {
    text-align: center;
    padding: 60px 20px;
    background: white;
    margin: 40px auto;
    max-width: 600px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.loading-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.loading-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    animation: loading-bounce 1.4s ease-in-out infinite both;
}

.loading-dot-blue {
    background-color: #009EE2;
    animation-delay: -0.32s;
}

.loading-dot-pink {
    background-color: #F5054F;
    animation-delay: -0.16s;
}

@keyframes loading-bounce {
    0%, 80%, 100% {
        transform: scale(0);
        opacity: 0.5;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.loading-text {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}