/*! 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: #141414;
    --color-gray: #383838;
    --color-primary: #2a3d7f
}

* {
    box-sizing: border-box
}

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

body,
html {
    overflow-x: hidden
}

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

main {
    flex-grow: 1
}

.btn-clear,
.btn-paste {
    border-radius: 4px !important;
    padding: 6px !important;
    position: relative
}

.btn-clear span,
.btn-clear svg,
.btn-paste span,
.btn-paste svg {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    z-index: 2
}

.btn-clear:after,
.btn-paste:after {
    background-clip: content-box, border-box;
    background-image: linear-gradient(#e4e4e4, #e4e4e4), linear-gradient(269deg, #02c2fe, #db00ff 93.98%);
    background-origin: border-box;
    border: 1px solid transparent;
    border-radius: 4px;
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1
}

.faq {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px
}

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

.faq h2 {
    color: var(--color-black-second);
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
    margin: 0;
    padding: 0;
    text-align: center
}

@media (max-width:768px) {
    .faq h2 {
        font-size: 32px;
        line-height: 32px
    }
}

.faq h3 {
    color: var(--color-gray);
    font-size: 18px;
    font-weight: 400;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    padding: 0
}

.faq .background-border {
    background-clip: content-box, border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(269deg, #02c2fe, #db00ff 93.98%);
    background-origin: border-box;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 hsla(0, 0%, 60%, .3);
    width: 100%
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 818px;
    width: 100%
}

.faq__element {
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 hsla(0, 0%, 60%, .3)
}

.faq__element-question {
    cursor: pointer;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 14px 16px
}

.faq__element-answer {
    color: var(--color-gray);
    display: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 12px 16px
}

.faq__element-answer_active {
    display: flex;
    transition: .4s ease
}

.faq__element-arrow-button {
    height: 24px;
    transform: rotateX(180deg);
    width: 24px
}

.faq__element-arrow-button_rotate {
    transform: rotateX(0deg)
}

@media screen and (max-width:768px) {
    .faq .background-border {
        margin: 0 auto
    }
}

.features {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px
}

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

.features-title {
    color: var(--color-primary);
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
    margin: 0;
    padding: 0;
    text-align: center
}

@media (max-width:768px) {
    .features-title {
        font-size: 32px;
        line-height: 32px
    }
}

.features__list {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.features__element {
    display: flex;
    flex: 1;
    flex-direction: row;
    gap: 32px
}

.features__element:nth-child(2n) {
    flex-direction: row-reverse
}

.features__element-info {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.features__element-title-h3 {
    color: var(--color-primary);
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    padding: 0
}

.features__element-text {
    color: var(--color-gray);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    opacity: .8;
    padding: 0
}

@media screen and (max-width:768px) {
    .features .features__list {
        gap: 16px
    }

    .features .features__list .features__element.features__element {
        align-items: center;
        flex-direction: column;
        gap: 16px;
        justify-content: center
    }

    .features .features__element-info .features__element-title-h3 {
        text-align: center;
        width: 100%
    }
}

footer {
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #ececef;
    flex-direction: column;
    padding-top: 30px
}

footer,
footer nav ul {
    display: flex;
    justify-content: center
}

footer nav ul {
    list-style-type: none;
    padding-left: 0
}

footer li {
    margin: 0 20px
}

footer:last-child {
    margin-right: 0
}

footer a,
footer span {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase
}

footer a:hover,
footer span:hover {
    text-decoration: underline
}

footer .years {
    display: flex;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    justify-content: center;
    margin-bottom: 15px
}

footer .logo-wrapper {
    padding: 15px 0;
    text-align: center
}

@media screen and (max-width:768px) {
    footer ul {
        align-items: center;
        flex-direction: column;
        margin-bottom: 0;
        margin-top: 0
    }

    footer li {
        margin-bottom: 20px;
        margin-right: 0 !important
    }
}

.form-block {
    background: linear-gradient(269deg, #02c2fe, #db00ff 93.98%);
    margin: 0 auto;
    padding: 42px 20px
}

@media (max-width:768px) {
    .form-block {
        padding: 20px
    }
}

.form-block__wrapper {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%
}

.form-block h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    line-height: 46px;
    margin: 34px auto;
    text-align: center
}

@media (max-width:768px) {
    .form-block h1 {
        font-size: 28px;
        line-height: 36px;
        margin: 20px auto
    }
}

.form {
    display: grid;
    grid-template-columns: 1fr max-content;
    margin: 34px auto 0;
    max-width: 1000px;
    padding: 0 12px;
    width: 100%
}

@media (max-width:768px) {
    .form {
        gap: 4px;
        grid-template-columns: 1fr;
        margin: 20px auto 0
    }
}

.form__block {
    align-items: center;
    background: #fff;
    border: .889px solid #b50000;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 3.556px 3.556px 0 rgba(0, 0, 0, .25);
    display: grid;
    gap: 6px;
    grid-template-columns: 1fr max-content;
    padding: 9px 16px 9px 10px
}

@media (max-width:768px) {
    .form__block {
        border-radius: 4px;
        padding: 4px 4px 4px 10px
    }
}

.form__block label {
    height: 100%
}

.form__block input {
    border: none;
    color: #636161;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    line-height: normal;
    width: 100%
}

.form__block-btn button {
    align-items: center;
    background: #ccc;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    gap: 3px;
    margin: 0;
    padding: 5px
}

@media (max-width:768px) {
    .form__block-btn {
        gap: 5px;
        padding: 5px 8px 5px 6px
    }
}

.form__block-btn span {
    color: #383838;
    font-size: 12.444px;
    font-weight: 400;
    line-height: 18px;
    text-align: center
}

@media (max-width:768px) {
    .form__block-btn {
        line-height: 26px
    }
}

.form__submit {
    background: linear-gradient(180deg, #fb015b, #d2024d);
    border: .889px solid #b50000;
    border-radius: 0 3.556px 3.556px 0;
    box-shadow: 0 3.556px 3.556px 0 rgba(0, 0, 0, .25);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 30px;
    text-align: center;
    text-shadow: 0 .889px .889px rgba(0, 0, 0, .25);
    text-transform: uppercase
}

@media (max-width:768px) {
    .form {
        border-radius: 4px
    }
}

.header {
    padding: 9px 0
}

.header__nav {
    display: grid;
    grid-template-areas: "1fr logo lang";
    grid-template-columns: 1fr 1fr 1fr
}

@media (max-width:500px) {
    .header__nav {
        grid-template-areas: "logo lang";
        grid-template-columns: 1fr 1fr
    }
}

.header__logo {
    align-items: center;
    display: flex;
    grid-area: logo;
    justify-content: center
}

@media (max-width:500px) {
    .header__logo {
        display: flex;
        justify-content: inherit;
        padding: 0 20px
    }
}

.header__logo img {
    max-width: inherit
}

.header__lang {
    display: flex;
    grid-area: lang;
    justify-content: end;
    position: relative
}

.header__lang-btn {
    align-items: center;
    background: inherit;
    border: none;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    gap: 4px;
    line-height: 20px;
    padding: 8px 20px;
    text-transform: uppercase
}

.header__lang-btn_rotate:after {
    transform: rotate(180deg)
}

.header__lang-btn:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7 11 5-8H2l5 8Z' fill='%23000' stroke='%23000'/%3E%3C/svg%3E") no-repeat 50%;
    content: "";
    height: 14px;
    transition: all .2s ease-in;
    width: 14px
}

.header__lang-menu {
    background: #fff;
    box-shadow: -1px 0 2px 0 rgba(0, 0, 0, .28);
    display: none;
    list-style-type: none;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 40px;
    z-index: 999999
}

.header__lang-menu_active {
    display: grid;
    gap: .5rem 1rem;
    grid-template-columns: 1fr 1fr;
    min-width: 280px;
    padding: 10px 20px
}

.header__lang-menu li {
    font-size: .8em;
    line-height: 1.3em;
    text-align: center
}

.header__lang-menu a {
    color: #242da9;
    text-decoration: none
}

.header__lang-menu a:hover {
    color: #8e55d8
}

.header__lang-menu span {
    color: #000
}

@media screen and (min-width:768px) {
    .header .lang-menu {
        display: grid;
        gap: .5rem 1rem;
        grid-template-columns: 1fr 1fr;
        list-style-type: none;
        padding: 10px 20px
    }
}

.howto {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px
}

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

.howto-title {
    color: var(--color-white);
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
    margin: 0;
    padding: 0;
    text-align: center
}

@media (max-width:768px) {
    .howto-title {
        font-size: 32px;
        line-height: 32px
    }
}

.howto .background-border {
    background-clip: content-box, border-box;
    background-image: linear-gradient(#5940f1, #5940f1), linear-gradient(269deg, #02c2fe, #db00ff 93.98%);
    background-origin: border-box;
    border: 1px solid transparent;
    border-radius: 20px;
    box-shadow: 0 2px 10px 0 hsla(0, 0%, 60%, .3);
    width: 100%
}

.howto .container {
    gap: 50px;
    padding: 60px 100px
}

.howto .container,
.howto__list {
    display: flex;
    flex-direction: column
}

.howto__list {
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0
}

.howto__element {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px
}

.howto__element-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center
}

.howto__element-title-h3 {
    color: var(--color-white);
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    padding: 0
}

.howto__element-text {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    opacity: .8;
    padding: 0
}

@media screen and (max-width:992px) {
    .howto .background-border {
        margin: 0 auto
    }

    .howto .howto-title {
        font-size: 30px;
        font-weight: 700;
        line-height: 34px;
        margin-top: 0
    }

    .howto .container {
        gap: 25px;
        padding: 30px
    }

    .howto .container .howto__list {
        gap: 16px
    }

    .howto .container .howto__list .howto__element.howto__element {
        flex-direction: column;
        gap: 16px
    }
}

.info {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px;
    width: 80%
}

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

.info .container {
    display: flex;
    flex-direction: row;
    gap: 42px
}

.info__text-block {
    display: flex;
    flex-direction: column;
    gap: 35px
}

.info__text-block-title {
    color: var(--color-primary);
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-align: start
}

@media (max-width:768px) {
    .info__text-block-title {
        font-size: 32px;
        line-height: 32px
    }
}

.info__text-block-text {
    color: var(--color-gray);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    opacity: .8;
    padding: 0
}

@media screen and (max-width:992px) {
    .info {
        width: 100%
    }

    .info .container {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 90%
    }

    .info .info-text-block {
        gap: 25px
    }
}

@media (max-width:596px) {
    .info .info__text-block-title {
        text-align: center
    }
}

.list-info {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px
}

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

.list-info__title-h3 {
    color: var(--color-primary);
    font-size: 30px;
    font-size: 1.17em;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    padding: 0
}

.list-info__block,
.list-info__text {
    color: var(--color-gray);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0
}

.list-info__block {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.list-info__block a {
    color: #626b70;
    text-decoration: underline
}

.list-info__block-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    list-style: decimal
}

.list-info__block-text {
    display: flex;
    flex-direction: row;
    gap: 5px
}

.list-info .container {
    display: flex;
    flex-direction: column;
    gap: 18px
}

@media screen and (max-width:768px) {
    .list-info .container {
        gap: 25px
    }
}

.download-mobile-app {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 64px auto;
    max-width: 1024px;
    max-width: 100%;
    padding: 0 20px
}

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

.download-mobile-app .background-border {
    background-clip: content-box, border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(269deg, #02c2fe, #db00ff 93.98%);
    background-origin: border-box;
    border: 1px solid transparent;
    border-radius: 20px;
    box-shadow: 0 2px 10px 0 hsla(0, 0%, 60%, .3);
    max-width: 1024px;
    width: 80%
}

.download-mobile-app .container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-right: 10px
}

.download-mobile-app__image-container {
    min-width: 414px;
    position: relative
}

.download-mobile-app__image-container img {
    bottom: 0;
    left: 0;
    position: absolute
}

.download-mobile-app__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
    max-width: 432px;
    padding: 30px 0
}

.download-mobile-app__info-title-h3 {
    color: var(--color-gray);
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    padding: 0
}

.download-mobile-app__info-text {
    color: var(--color-gray);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0 0 18px
}

.download-mobile-app__info-button {
    align-items: center;
    background: #fb015b;
    border: none;
    border-radius: 6px;
    color: var(--color-white);
    display: flex;
    font-family: Segoe UI, Roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    line-height: 24px;
    max-width: 258px;
    outline: none;
    padding: 12px 60px;
    text-align: center;
    text-decoration: none
}

@media screen and (max-width:992px) {
    .download-mobile-app .background-border {
        margin: 0 auto
    }

    .download-mobile-app .container {
        flex-direction: column-reverse;
        padding: 0
    }

    .download-mobile-app .download-mobile-app__image-container {
        height: auto;
        min-width: 100%
    }

    .download-mobile-app .download-mobile-app__image-container img {
        height: 100%;
        margin-bottom: -5px;
        position: relative;
        width: 100%
    }

    .download-mobile-app .download-mobile-app__info {
        margin: 0;
        max-width: 100%;
        padding: 10px 10px 0;
        width: 100%
    }

    .download-mobile-app .download-mobile-app__info-text,
    .download-mobile-app .download-mobile-app__info-title-h3 {
        text-align: center
    }

    .download-mobile-app .download-mobile-app__info-button {
        max-width: 100%;
        padding: 12px 0;
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .download-mobile-app .background-border {
        width: 100%
    }
}

.modal__title {
    box-sizing: border-box;
    color: #00449e;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0;
    margin-top: 0
}

.modal__close {
    background: transparent;
    border: 0
}

.modal {
    align-items: center;
    background: hsla(0, 0%, 100%, .7);
    display: flex;
    height: 100vh;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 50
}

@media screen and (min-width:768px) {
    .modal {
        justify-content: center
    }
}

.modal__overlay {
    align-items: center;
    background: rgba(0, 0, 0, .6);
    display: flex;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 40
}

.modal__btn {
    -webkit-appearance: button;
    background: #3a3c37 !important;
    border-radius: 0 !important;
    border-style: none;
    border-width: 0;
    color: #fff !important;
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    padding: 1em;
    text-transform: none;
    width: 100%;
    will-change: transform
}

.modal__container {
    background-color: #fff;
    border-radius: 0;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 80%;
    overflow-y: auto;
    padding: 0 !important;
    position: relative
}

.modal__content {
    color: rgba(0, 0, 0, .8);
    line-height: 1.5;
    margin: 0 auto;
    position: relative;
    text-align: center
}

.modal__footer {
    border-top: none;
    padding-top: 0
}

.pageTunerWrapper {
    align-items: center;
    display: flex;
    flex-direction: column
}

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

.pageTunerWrapper__items {
    background: hsla(0, 0%, 100%, .24);
    border-radius: 6px;
    display: flex;
    padding: 0
}

@media (max-width:768px) {
    .pageTunerWrapper__items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        justify-content: center;
        width: 100%
    }
}

.pageTunerWrapper__item {
    list-style: none;
    padding: 5px 10px
}

.pageTunerWrapper__item a {
    align-items: center;
    display: flex;
    gap: 6px;
    padding: 6px 22px;
    text-decoration: none;
    transition: all .7s ease
}

@media (max-width:768px) {
    .pageTunerWrapper__item a {
        justify-content: center;
        margin: 0 auto;
        padding: 2px 5px
    }
}

.pageTunerWrapper__item a span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media (max-width:768px) {
    .pageTunerWrapper__item a span {
        display: none
    }
}

@media (hover:hover) and (pointer:fine) {
    .pageTunerWrapper__item a:hover {
        opacity: .7
    }
}

.pageTunerWrapper__item:not(:first-child) {
    border-left: 1px solid hsla(0, 0%, 100%, .2)
}

@media (max-width:768px) {
    .pageTunerWrapper {
        padding: 0
    }
}

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

.why {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px
}

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

.why-title {
    color: var(--color-primary);
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
    margin: 0;
    padding: 0;
    text-align: center
}

@media (max-width:768px) {
    .why-title {
        font-size: 32px;
        line-height: 32px
    }
}

.why .background-border {
    background-clip: content-box, border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(269deg, #02c2fe, #db00ff 93.98%);
    background-origin: border-box;
    border: 1px solid transparent;
    border-radius: 20px;
    box-shadow: 0 2px 10px 0 hsla(0, 0%, 60%, .3);
    width: 100%
}

.why .container {
    gap: 50px;
    padding: 60px 100px
}

.why .container,
.why__list {
    display: flex;
    flex-direction: column
}

.why__list {
    gap: 32px
}

.why__element {
    display: flex;
    flex: 1;
    flex-direction: row;
    gap: 32px
}

.why__element:nth-child(2n) {
    flex-direction: row-reverse
}

.why__element-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center
}

.why__element-info-title-h3 {
    color: var(--color-primary);
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    padding: 0
}

.why__element-info-text {
    color: var(--color-gray);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0
}

@media screen and (max-width:992px) {
    .why .container {
        padding: 30px 50px
    }
}

@media screen and (max-width:768px) {
    .why .background-border {
        margin: 0 auto
    }

    .why .container {
        gap: 25px;
        padding: 30px
    }

    .why .container .why__list {
        gap: 16px
    }

    .why .container .why__list .why__element.why__element {
        align-items: center;
        flex-direction: column;
        gap: 16px;
        justify-content: center
    }

    .why .container .why__element-info-title-h3 {
        text-align: center
    }
}