@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
    --custom-color-primary: #2c3131;
    --custom-color-secondary: #475467;
    --custom-color-tertiary: #9497a7;
    --custom-color-quaternary: #ffffff;
    --custom-color-quinary: #2752e7;

    --custom-color-senary: #f4f7fe;
    --custom-color-septenary: #839fff;
    --custom-color-octonary: #d0dbff;
    --custom-color-nonary: #e55656;
    --custom-color-denary: #6956e5;
}

html {
    display: flex;
    flex-direction: column;
    font-family: Inter, Arial, sans-serif;
    font-size: 1rem;
    font-variant-ligatures: none;
    font-weight: 400;
    line-height: 1.5;
    min-height: 100vh;
    min-width: 320px;
    overflow-x: hidden;
    position: relative;
}

body {
    font-family: "Open Sans", serif;
    margin: 0;
    padding: 0;
}

ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

button {
    font-family: Arial, sans-serif;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    color: inherit;
}

figure {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

/*  */
.promo {
    width: 100%;
    /* max-height: auto; */
    padding-bottom: 107px;
    background: url("../images/promobackground-left.svg") no-repeat left -350px
    top -200px,
    url("../images/promobackground-right.svg") no-repeat right -100px top -100px,
    linear-gradient(
        180deg,
        var(--custom-color-quaternary) 0%,
        rgba(226, 232, 255, 0.49) 100%
    );
    position: relative;
}

@media screen and (max-width: 1000px) {
    .promo {
        background: linear-gradient(
            180deg,
            var(--custom-color-quaternary) 0%,
            rgba(226, 232, 255, 0.49) 100%
        );
    }
}

/*  */
.header__logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 123px;
}

@media screen and (max-width: 1000px) {
    .header {
        padding: 21px 60px;
    }
}

@media screen and (max-width: 600px) {
    .header {
        padding: 16px 24px;
    }
}

.header__navListItem {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.header__navUl {
    display: flex;
    align-items: center;
    gap: 28px;
}

@media screen and (max-width: 1000px) {
    .header__navUl {
        display: none;
    }
}

.header__button {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--custom-color-primary);
    padding: 12px 28px;
}

.header__borderButton {
    min-width: 137px;
    height: 48px;
    padding: 12px 24px;
    border-radius: 10px;
    border: 1px solid var(--custom-color-secondary);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--custom-color-secondary);
}

.header__aside {
    display: flex;
}

@media screen and (max-width: 1000px) {
    .header__aside {
        display: none;
    }
}

.driverController {
    display: none;
}

@media screen and (max-width: 1000px) {
    .driverController {
        display: block;
    }
}

/*  */
.driver {
    top: 5%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--custom-color-quinary);
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    height: fit-content;
}
.driver--sign-up {
    display: none;
}
.driver--sign-in {
    display: none;
}
.driver--mobile-menu {
    display: none;
}

.driver__header {
    display: flex;
    align-items: center;
    padding: 31px 26px 31px 20px;
    justify-content: space-between;
}

.driver__headerLogo {
    display: flex;
    align-items: center;
    gap: 7.5px;
}

.driver__headerLogoTitle {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--custom-color-quaternary);
}

.driver__navListItemTitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--custom-color-senary);
}

.driver__navListItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.driver__navUl {
    padding: 0 26px 0px 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.driver__headerButton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.driver__footer {
    margin-top: auto;
    padding: 0 26px 140px 30px;
}

.driver__footerButton {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: var(--custom-color-senary);
}

.driver__formInput {
    width: 100%;
    height: 56px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 8px;
}

.driver__formInput::placeholder {
    color: var(--custom-color-quaternary);
    opacity: 1;
}

.driver__formInput::-ms-input-placeholder {
    color: var(--custom-color-quaternary);
}

.driver__form {
    display: flex;
    flex-direction: column;
    padding: 0 26px;
    margin-top: 24px;
}

.driver__formButton {
    width: 100%;
    height: 56px;
    border-radius: 5px;
    background-color: var(--custom-color-quaternary);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 13px;
}

.driver__formButton:hover {
    background: var(--custom-color-secondary);
    color: var(--custom-color-senary);
}

.driver__formHyperLink {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: right;
    color: var(--custom-color-quaternary);
    margin-top: 4px;
    text-decoration: none;
}

.driver__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--custom-color-quaternary);
}

.driver__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--custom-color-quaternary);
    margin-top: 24px;
    max-width: 200px;
}

.driver__divider {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--custom-color-quaternary);
    margin-top: 13px;
}

.driver__divider::before,
.driver__divider::after {
    flex: 1;
    content: "";
    padding: 0.5px;
    background-color: var(--custom-color-quaternary);
    margin: 0 15px;
}

.driver__authByGoogleButton {
    margin-top: 21px;
}

.greetings {
    padding: 0 26px;
}

.main_gradient {
    background: linear-gradient(
        180deg,
        var(--custom-color-quaternary) 0%,
        rgba(226, 232, 255, 0.49) 100%
    );
}

.main:not(body) {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.top_86 {
    margin-top: 86px;
}
@media screen and (max-width: 1000px) {
    .top_86 {
        margin-top: 73px;
    }
}
@media screen and (max-width: 600px) {
    .top_86 {
        margin-top: 91px;
    }
}
.top_110 {
    margin-top: 110px;
}
@media screen and (max-width: 1000px) {
    .top_110 {
        margin-top: 93.5px;
    }
}
.top_143 {
    margin-top: 143px;
}
@media screen and (max-width: 1000px) {
    .top_143 {
        margin-top: 121.5px;
    }
}
@media screen and (max-width: 600px) {
    .top_143 {
        margin-top: 104px;
    }
}
.top_161 {
    margin-top: 161px;
}
@media screen and (max-width: 1000px) {
    .top_161 {
        margin-top: 136.5px;
    }
}
@media screen and (max-width: 600px) {
    .top_161 {
        margin-top: 72px;
    }
}
.top_132 {
    margin-top: 72px;
}
@media screen and (max-width: 1000px) {
    .top_132 {
        margin-top: 112px;
    }
}
@media screen and (max-width: 600px) {
    .top_132 {
        margin-top: 72px;
    }
}
.top_96 {
    margin-top: 96px;
}
@media screen and (max-width: 1000px) {
    .top_96 {
        margin-top: 82px;
    }
}
@media screen and (max-width: 600px) {
    .top_96 {
        margin-top: 0px;
    }
}
.top_140 {
    margin-top: 140px;
}
@media screen and (max-width: 1000px) {
    .top_140 {
        margin-top: 119px;
    }
}
@media screen and (max-width: 600px) {
    .top_140 {
        margin-top: 106px;
    }
}

/*  */
.section {
    padding: 0 120px;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
    .section {
        padding: 0 60px;
    }
}

@media screen and (max-width: 600px) {
    .section {
        padding: 0 26px;
    }
}

.section__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--custom-color-primary);
    max-width: 807px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .section__title {
        font-size: 41px;
        line-height: 51px;
    }
}

@media screen and (max-width: 600px) {
    .section__title {
        font-size: 36px;
        font-weight: 700;
        line-height: 45px;
    }
}

.section__subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--custom-color-tertiary);
    max-width: 844px;
    margin: 9px auto;
    padding: 40px 0 0 0;
}

@media screen and (max-width: 1000px) {
    .section__subtitle {
        font-size: 20.5px;
        line-height: 25.5px;
        margin: 7.5px auto;
    }
}

@media screen and (max-width: 600px) {
    .section__subtitle {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
    }
}

/*  */
.features__ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, 320px);
    column-gap: 100px;
    row-gap: 32px;
    width: 100%;
    grid-auto-flow: row;
    max-width: 900px;
    margin: 70px auto 0px auto;
}

@media screen and (max-width: 1000px) {
    .features__ul {
        margin-top: 60px;
    }
}

@media screen and (max-width: 600px) {
    .features__ul {
        grid-template-columns: 1fr;
        margin-top: 32px;
    }
}

.features__listItem {
    display: flex;
    max-width: 400px;
    flex-direction: column;
    gap: 32px;
    height: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
    .features__listItem {
        gap: 27px;
    }
}

@media screen and (max-width: 600px) {
    .features__listItem {
        max-width: 100%;
        width: 100%;
        gap: 32px;
    }
}

.features__listItemTitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--custom-color-secondary);
}

@media screen and (max-width: 1000px) {
    .features__listItemTitle {
        font-size: 20.5px;
        line-height: 25.5px;
    }
}

@media screen and (max-width: 600px) {
    .features__listItemTitle {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0px;
    }
}

.features__listItemSubtitle {
    color: var(--custom-color-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 8px;
}

@media screen and (max-width: 1000px) {
    .features__listItemSubtitle {
        font-size: 15px;
        line-height: 21px;
        margin-top: 8px;
    }
}

@media screen and (max-width: 600px) {
    .features__listItemSubtitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0px;
    }
}

@media screen and (max-width: 1000px) {
    .features__listItemDivider {
        margin: 27px 0;
    }
}

@media screen and (max-width: 600px) {
    .features__listItemDivider {
        width: 100%;
    }
}

.features__listItemNumber {
    /*font-size: 24px;*/
    /*font-weight: 700;*/
    /*line-height: 30px;*/
    /*letter-spacing: 0px;*/
    /*text-align: left;*/
    /*color: var(--custom-color-septenary);*/

    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    display: inline-block;
    background: #2752e7;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    text-align: center;
    max-width: 50px;
}

@media screen and (max-width: 1000px) {
    .features__listItemNumber {
        font-size: 20.5px;
        line-height: 25.5px;
    }
}

@media screen and (max-width: 600px) {
    .features__listItemNumber {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0px;
    }
}

/*  */
.worth__listItemCurrencyLabel {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    color: var(--custom-color-octonary);
    letter-spacing: 0px;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .worth__listItemCurrencyLabel {
        font-size: 15px;
        line-height: 21px;
    }
}

@media screen and (max-width: 600px) {
    .worth__listItemCurrencyLabel {
        font-size: 16px;
        font-weight: 700;
        line-height: 23px;
        letter-spacing: 0px;
        text-align: center;
    }
}

.worth__listItemCurrencyAmount {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    color: var(--custom-color-quaternary);
}

@media screen and (max-width: 1000px) {
    .worth__listItemCurrencyAmount {
        font-size: 20.5px;
        line-height: 25.5px;
    }
}

@media screen and (max-width: 600px) {
    .worth__listItemCurrencyAmount {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0px;
        text-align: left;
    }
}

.worth__listItemCurrencyAmountExtra {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    color: var(--custom-color-quaternary);
}

@media screen and (max-width: 1000px) {
    .worth__listItemCurrencyAmountExtra {
        font-size: 27px;
        line-height: 41px;
    }
}

@media screen and (max-width: 600px) {
    .worth__listItemCurrencyAmountExtra {
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: 0em;
        text-align: center;
    }
}

.worth__listItem {
    width: 282px;
    height: 320px;
    border-radius: 16px;
    background: var(--custom-color-quinary);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    gap: 25px;
    flex-shrink: 0;
}

@media screen and (max-width: 1000px) {
    .worth__listItem {
        width: 240px;
        height: 272px;
        border-radius: 14px;
        padding: 25.5px 0;
        gap: 21px;
    }
}

@media screen and (max-width: 600px) {
    .worth__listItem {
        width: 282px;
        height: 320px;
        border-radius: 16px;
        padding: 34px 0;
        gap: 25px;
    }
}

.worth__listItemButton {
    width: 176px;
    height: 74px;
    padding: 18px 40px;
    border-radius: 10px;
    background: var(--custom-color-quaternary);
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--custom-color-secondary);
    margin-top: auto;
}

.worth__listItemButton:hover {
    background: var(--custom-color-secondary);
    color: var(--custom-color-senary);
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .worth__listItemButton {
        width: 150px;
        height: 63px;
        padding: 15px 34px;
        border-radius: 8.5px;
        font-size: 14px;
        line-height: 21px;
    }
}

@media screen and (max-width: 600px) {
    .worth__listItemButton {
        width: 176px;
        height: 74px;
        padding: 18px 40px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: center;
    }
}

.worth__listItemCurrencyAbbr {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--custom-color-octonary);
}

@media screen and (max-width: 1000px) {
    .worth__listItemCurrencyAbbr {
        font-size: 15px;
        line-height: 21px;
    }
}

@media screen and (max-width: 600px) {
    .worth__listItemCurrencyAbbr {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: center;
    }
}

.worth__ul {
    display: flex;
    gap: 21px;
    margin-top: 52px;
    width: 100%;
    overflow-x: scroll;
}

@media screen and (max-width: 1000px) {
    .worth__ul {
        gap: 18px;
        margin-top: 44px;
    }
}

@media screen and (max-width: 600px) {
    .worth__ul {
        gap: 19px;
        margin-top: 35px;
    }
}

/*  */
.stats {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--custom-color-octonary);
    margin-top: 56px;
}

@media screen and (max-width: 1000px) {
    .stats {
        border-radius: 8.5px;
        margin-top: 47.5px;
    }
}

@media screen and (max-width: 600px) {
    .stats {
        border-radius: 20px;
    }
}

.stats__ul {
    width: 100%;
    padding: 50px 0px 50px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 600px) {
    .stats {
        width: 100%;
        border-radius: 20px;
    }
}

.stats__listItem {
    padding: 0px 100px 0px 100px;
    flex: 1;
    width: 100%;
    min-width: 362px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 500px) {
    .stats__listItem {
        padding: 0px 15px 0px 15px;
        min-width: fit-content;
    }
}

.stats__listItemTitle {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--custom-color-secondary);
}

@media screen and (max-width: 1000px) {
    .stats__listItemTitle {
        font-size: 41px;
        line-height: 51px;
    }
}

@media screen and (max-width: 600px) {
    .stats__listItemTitle {
        font-size: 48px;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: 0px;
    }
}

.stats__listItemSubtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--custom-color-secondary);
}

@media screen and (max-width: 1000px) {
    .stats__listItemSubtitle {
        font-size: 15px;
        line-height: 21px;
    }
}

@media screen and (max-width: 600px) {
    .stats__listItemSubtitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0px;
    }
}

.stats__separator {
    display: flex;
}
.stats__separator--horizontal {
    flex-basis: 100%;
    height: 0;
    margin: 28px 0px 28px 0px;
    justify-content: center;
}
.stats__separator hr {
    height: 100%;
    border: 1px solid var(--custom-color-octonary);
    margin: 0;
}

/*  */
.guide {
    padding-bottom: 160px;
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 67px;
}

@media screen and (max-width: 1000px) {
    .guide {
        padding-bottom: 136px;
    }
}

@media screen and (max-width: 600px) {
    .guide {
        padding-bottom: 92px;
    }
}

.guide__startTitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    color: var(--custom-color-primary);
}

@media screen and (max-width: 1000px) {
    .guide__startTitle {
        font-size: 20.5px;
        line-height: 25.5px;
    }
}

@media screen and (max-width: 600px) {
    .guide__startTitle {
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
        letter-spacing: 0px;
        text-align: center;
    }
}

.guide__startSubtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--custom-color-secondary);
    margin-top: 8px;
    max-width: 356px;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .guide__startSubtitle {
        font-size: 15px;
        line-height: 21px;
        margin-top: 7px;
    }
}

@media screen and (max-width: 600px) {
    .guide__startSubtitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: center;
        max-width: 100%;
    }
}

.paddingHorizontal_0 {
    padding-left: 0;
    padding-right: 0;
}

.guide__start {
    width: auto;
}

@media screen and (max-width: 600px) {
    .guide__start {
        width: 100%;
    }
}

.guide__startButton {
    max-width: 190px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: var(--custom-color-secondary);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--custom-color-quaternary);
    margin-top: 39px;
}

.guide__startButton:hover {
    background: var(--custom-color-quinary);
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .guide__startButton {
        max-width: 161.5px;
        height: 42.5px;
        border-radius: 8.5px;
        font-size: 15px;
        line-height: 21px;
        margin-top: 33px;
    }
}

@media screen and (max-width: 600px) {
    .guide__startButton {
        width: 100%;
        max-width: 100%;
        height: 60px;
        padding: 13px 24px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .guide {
        margin-top: 67px;
    }
}

@media screen and (max-width: 600px) {
    .guide {
        margin-top: 39px;
        gap: 67px;
    }
}

.guide__ul {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

@media screen and (max-width: 1000px) {
    .guide__ul {
        gap: 19.5px;
    }
}

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

.guide__listItem {
    width: 100%;
    display: flex;
    gap: 21px;
    align-items: center;
    max-width: 524px;
    padding: 20px 52px 20px 37px;
    border-radius: 18px;
    border: 1px solid var(--custom-color-octonary);
    background-color: var(--custom-color-quaternary);
    box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
    .guide__listItem {
        gap: 18px;
        padding: 17px 44px 17px 31.5px;
        border-radius: 15px;
    }
}

@media screen and (max-width: 600px) {
    .guide__listItem {
        padding: 16px;
        border-radius: 18px;
        gap: 16px;
    }
}

.guide__listItemTitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    color: var(--custom-color-secondary);
}

@media screen and (max-width: 1000px) {
    .guide__listItemTitle {
        font-size: 20.5px;
        line-height: 25.5px;
    }
}

@media screen and (max-width: 600px) {
    .guide__listItemTitle {
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
        letter-spacing: 0px;
        text-align: left;
    }
}

.guide__listItemSubTitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--custom-color-secondary);
    margin-top: 10px;
}
@media screen and (max-width: 1000px) {
    .guide__listItemSubTitle {
        font-size: 15px;
        line-height: 21px;
        margin-top: 8.5px;
    }
}

@media screen and (max-width: 600px) {
    .guide__listItemSubTitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
    }
}

/*  */
.guideBanner {
    width: calc(100% - 240px);
    margin: 0 auto;
    max-width: 1200px;
    border-radius: 20px;
    background: var(--custom-color-secondary);
    padding: 70px 104px;
    box-sizing: border-box;
    background: top var(--custom-color-secondary)
    url("../images/startedbanner.svg") no-repeat;
    background-position: top -130px right -350px;
}

@media screen and (max-width: 1000px) {
    .guideBanner {
        margin: 0 60px;
        border-radius: 17px;
        padding: 59.5px 88.5px;
        background: top var(--custom-color-secondary)
        url("../images/startedbanner-mini.svg") no-repeat;
        background-position: top -130px right -690px;
    }
}

@media screen and (max-width: 600px) {
    .guideBanner {
        border-radius: 0;
        padding: 47px 24px;
        text-align: center;
        margin: 0;
        width: 100%;
    }
}

.guideBanner__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--custom-color-quaternary);
    max-width: 530px;
}

@media screen and (max-width: 1000px) {
    .guideBanner__title {
        font-size: 41px;
        line-height: 51px;
    }
}

@media screen and (max-width: 600px) {
    .guideBanner__title {
        font-size: 36px;
        font-weight: 700;
        line-height: 45px;
        letter-spacing: 0px;
        text-align: center;
    }
}

.guideBanner__button {
    width: 168px;
    height: 60px;
    padding: 18px 40px;
    border-radius: 10px;
    background: var(--custom-color-quaternary);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 32px;
}

.guideBanner__button:hover {
    background: var(--custom-color-secondary);
    color: var(--custom-color-senary);
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .guideBanner__button {
        width: 143px;
        height: 51px;
        padding: 15px 34px;
        border-radius: 8.5px;
        font-size: 14px;
        line-height: 20.5px;
        margin-top: 27px;
    }
}

@media screen and (max-width: 600px) {
    .guideBanner__button {
        width: 100%;
        margin-top: 36px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: center;
        height: 60px;
        border-radius: 10px;
    }
}

/*  */
.questions {
    max-width: 808px;
    width: 100%;
    margin: 0 auto;
}

.questions__listItem {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--custom-color-octonary);
    border-bottom: 1px solid var(--custom-color-octonary);
    margin-top: -1px;
    flex-direction: column;
}

.questions__ul {
    margin-top: 60px;
}

/*  */
.footer__formTitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    max-width: 334.95px;
    color: var(--custom-color-primary);
}

@media screen and (max-width: 1000px) {
    .footer__formTitle {
        font-size: 15px;
        line-height: 21px;
    }
}

@media screen and (max-width: 600px) {
    .footer__formTitle {
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
        letter-spacing: 0px;
    }
}

.footer__formInput,
.default__formInput {
    width: 285px;
    height: 58px;
    border-radius: 5px;
    border: 1.05px solid var(--custom-color-octonary);
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0px;
    padding: 17px 22px;
    box-sizing: border-box;
}

.footer__formInput:hover,
.default__formInput:hover {
    border: 1.05px solid var(--custom-color-primary);
}

.footer__formInput[data-valid="false"],
.default__formInput[data-valid="false"] {
    border: 1.05px solid var(--custom-color-nonary) !important;
}

.footer__formInput[data-valid="true"],
.default__formInput[data-valid="true"] {
    border: 1.05px solid var(--custom-color-denary) !important;
}

.footer__formInputError,
.default__formInputError {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    margin: 7px 22px;
    color: var(--custom-color-nonary);
}

@media screen and (max-width: 1000px) {
    .footer__formInput {
        width: 242px;
        height: 49px;
        font-size: 15px;
        line-height: 21px;
        padding: 14.5px 19px;
        border-radius: 0px;
    }
}

@media screen and (max-width: 600px) {
    .footer__formInput {
        max-width: 197px;
        width: 100%;
        height: 56px;
        font-size: 16px;
        line-height: 24px;
        padding: 16px 22px;
        border-radius: 5px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.footer__nav {
    display: flex;
    gap: 93px;
    flex-wrap: wrap;
}

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

.footer__form {
    margin-top: 36px;
    display: flex;
    gap: 12px;
}

@media screen and (max-width: 1000px) {
    .footer__form {
        margin-top: 31px;
        gap: 0px;
    }
}

.footer__formButton,
.default__formButton {
    width: 149px;
    height: 58px;
    border-radius: 5px;
    background: var(--custom-color-secondary);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--custom-color-quaternary);
    flex-shrink: 0;
}

.footer__formButton:disabled,
.default__formButton:disabled {
    background: var(--custom-color-tertiary);
}

.footer__formButton:hover,
.default__formButton:hover {
    background: var(--custom-color-quinary);
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .footer__formButton {
        width: 127px;
        height: 49px;
        font-size: 15px;
        line-height: 21px;
        margin-left: 0px;
        border-radius: 0;
    }
}

@media screen and (max-width: 600px) {
    .footer__formButton {
        max-width: 125.52px;
        height: 56px;
        border-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.footer {
    display: flex;
    padding: 100px 120px;
    flex-wrap: wrap;
    overflow-x: auto;
    gap: 93px;
}

.footerCoopyright {
    font-size: 13px;
}

@media screen and (max-width: 1000px) {
    .footer {
        gap: 79px;
        padding: 75px 60px;
    }
}

@media screen and (max-width: 600px) {
    .footer {
        gap: 92px;
        padding: 105px 26px;
    }
}

.footer__aboutTitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--custom-color-secondary);
}

@media screen and (max-width: 1000px) {
    .footer__aboutTitle {
        font-size: 15px;
        line-height: 21px;
    }
}

@media screen and (max-width: 600px) {
    .footer__aboutTitle {
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 0px;
        text-align: left;
    }
}

.footer__abouListItem {
    color: var(--custom-color-tertiary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
}

@media screen and (max-width: 1000px) {
    .footer__abouListItem {
        font-size: 15px;
        line-height: 21px;
    }
}

@media screen and (max-width: 600px) {
    .footer__abouListItem {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
    }
}

.footer__about {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

@media screen and (max-width: 1000px) {
    .footer__about {
        gap: 29px;
    }
}

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

.footer__aboutUl {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 1000px) {
    .footer__aboutUl {
        gap: 17px;
    }
}

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

/* Exchange calc  */
.custom-font-f-inter {
    font-family: "Inter", sans-serif;
}

.custom-text-primary {
    color: var(--custom-color-primary);
}
.custom-text-secondary {
    color: var(--custom-color-secondary);
}
.custom-text-tertiary {
    color: var(--custom-color-tertiary);
}
.custom-text-quaternary {
    color: var(--custom-color-quaternary);
}
.custom-text-quinary {
    color: var(--custom-color-quinary);
}

.custom-bg-primary {
    background-color: var(--custom-color-primary);
}
.custom-bg-secondary {
    background-color: var(--custom-color-secondary);
}
.custom-bg-tertiary {
    background-color: var(--custom-color-tertiary);
}
.custom-bg-quaternary {
    background-color: var(--custom-color-quaternary);
}
.custom-bg-quinary {
    background-color: var(--custom-color-quinary);
}

.custom-hover-bg-secondary:hover {
    background-color: var(--custom-color-secondary);
    color: var(--custom-color-quaternary);
}
.custom-hover-bg-tertiary:hover {
    background-color: var(--custom-color-tertiary);
    color: var(--custom-color-quaternary);
}
.custom-hover-bg-quinary:hover {
    background-color: var(--custom-color-quinary);
    color: var(--custom-color-quaternary);
}

.custom-border-secondary {
    border: 1px solid var(--custom-color-secondary);
}

.custom-hover-border-secondary:hover {
    border: 1px solid var(--custom-color-secondary);
}
.custom-hover-border-tertiary:hover {
    border: 1px solid var(--custom-color-tertiary);
}
.custom-hover-border-quinary:hover {
    border: 1px solid var(--custom-color-quinary);
}

@media screen and (min-width: 768px) {
    .custom-md-rounded {
        border-radius: .25rem;
    }
}

@media screen and (max-width: 768px) {
    .custom-border-radius-0-md-left {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .custom-border-radius-0-md-right {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .custom-border-radius-0-md-top {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        /* border-bottom: none; */
        /* box-shadow: inset 0 0.5px 0 0 black;     */
    }
    .custom-border-radius-0-md-bottom {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        /* border-top: none; */
        /* box-shadow: inset 0 -0.5px 0 0 black;     */
    }
}



.custom-mt-38 {
    margin-top: 38px;
}
.custom-mt-56 {
    margin-top: 56px;
}

.custom-mb-128 {
    margin-bottom: 128px;
}

.custom-font-s-14 {
    font-size: 14px;
}
.custom-font-s-24 {
    font-size: 24px;
}
.custom-font-s-19 {
    font-size: 19px;
}
.custom-font-s-30 {
    font-size: 30px;
}
.custom-font-s-48 {
    font-size: 48px;
}
.custom-font-s-60 {
    font-size: 60px;
}
@media screen and (max-width: 600px) {
    .custom-font-s-60 {
        font-size: 40px;
    }
}

.custom-font-w-600 {
    font-weight: 600;
}
.custom-font-w-700 {
    font-weight: 700;
}

.custom-line-h-21 {
    line-height: 21px;
}
.custom-line-h-24 {
    line-height: 24px;
}
.custom-line-h-45 {
    line-height: 45px;
}
.custom-line-h-72 {
    line-height: 72px;
}
@media screen and (max-width: 600px) {
    .custom-line-h-72 {
        line-height: 48px;
    }
}

.custom-ch-10 {
    max-width: 12ch;
}
.custom-ch-85 {
    max-width: 85ch;
}

@media screen and (max-width: 1400px) {
    .custom-flex-basis-100-xxl-0 {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 1400px) {
    .custom-mw-165-xxl-0 {
        max-width: 165px;
    }
}

.no-scroll {
    overflow: hidden !important;
}

.crypto-exchange {
    padding: 0 120px;
}
@media screen and (max-width: 1000px) {
    .crypto-exchange {
        padding: 0 80px;
    }
}

@media screen and (max-width: 600px) {
    .crypto-exchange {
        padding: 0 26px;
    }
}

.crypto-exchange__send-method-list {
    display: none;
}
.crypto-exchange__receive-currency-list {
    display: none;
}

.flex__justify_center {
    justify-content: center;
}
