body {
    overflow: hidden !important;
    font-family: "Rubik", sans-serif;
}

*,
*::after,
*::before {
    box-sizing: border-box;
    outline: none !important;

}

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

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    min-width: 320px;
    max-width: 100%;
}

button,
input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    outline: none;
}

.container {
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.site-container {
    height: 100%;
}

.site-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-container {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
}

body {
    counter-reset: how-list;
}

@media (min-width: 1140px) {
    .desktop-hidden {
        display: none;
    }
}

@media (max-width: 1140px) {
    .mobile-hidden {
        display: none;
    }
}

.main-screen {
    background: #ffdd2d;
    padding-top: 120px;
    padding-bottom: 140px;
    border-radius: 0px 0px 50px 50px;
}

@media (max-width: 540px) {
    .main-screen {
        padding-top: 40px;
    }
}

.main-screen__inner {
    display: flex;
}

@media (max-width: 1140px) {
    .main-screen img {
        width: 100%;
    }
    .main-screen__inner {
        align-items: center;
    }
    .main-screen__inner img {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .main-screen__inner {
        flex-direction: column;
    }
}

.main-screen-text {
    font-style: normal;
    font-weight: 500;
    color: #fefefe;
    min-width: 530px;
}

@media (max-width: 540px) {
    .main-screen-text {
        min-width: 100%;
    }
}

.main-screen-text h1 {
    font-size: 55px;
    line-height: 120%;
}

@media (max-width: 540px) {
    .main-screen-text h1 {
        font-size: 32px;
    }
}

.main-screen-text h1 .black-text {
    color: #000;
}

.main-screen-text .btn {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: #ffffff;
    padding: 17px 40px;
    background: #e24329;
    border-radius: 25px;
    transition: 0.2s linear;
    display: inline-block;
    margin-top: 200px;
}

@media (max-width: 1140px) {
    .main-screen-text .btn {
        margin-top: 40px;
    }
}
.main-screen-img img{
    width: 500px;
}

@media (max-width: 540px) {
    .main-screen-text .btn {
        font-size: 16px;
    }
}

.main-screen-text .btn:hover {
    background: #be311a;
}

.advantage__inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin-top: -55px;
}

.advantage__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0px 22px 40px rgba(142, 108, 154, 0.1), 0px 8.47407px 12.7407px rgba(142, 108, 154, 0.0607407), 0px 1.79259px 3.25926px rgba(142, 108, 154, 0.0392593);
    border-radius: 16px;
    padding: 20px 35px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    align-items: center;
}

@media (max-width: 540px) {
    .advantage__item {
        font-size: 16px;
    }
}

.advantage__item .big {
    font-size: 45px;
    margin: 0px 10px;
    margin-bottom: 10px;
}

@media (max-width: 540px) {
    .advantage__item .big {
        font-size: 28px;
        margin-bottom: 0;
    }
}

.why {
    padding-top: 130px;
    position: relative;
}

.why .blot {
    position: absolute;
    top: 0px;
    left: 0;
}

@media (max-width: 991px) {
    .why .blot {
        display: none;
    }
}

@media (max-width: 540px) {
    .why {
        padding-top: 60px;
    }
}

.why-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #444b51;
}

@media (max-width: 540px) {
    .why-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
}

.why-descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #444b51;
    max-width: 615px;
    margin: 0 auto;
}

@media (max-width: 540px) {
    .why-descr {
        font-size: 16px;
    }
}

.why__cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, 370px);
    grid-gap: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

@media (max-width: 480px) {
    .why__cards {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}

.why__cards .why__card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
}

.why__cards .why__card--text {
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 480px) {
    .why__cards .why__card--text {
        padding: 20px;
    }
}

.why__cards .why__card--text .card-title {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 31px;
    color: #000000;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .why__cards .why__card--text .card-title {
        font-size: 24px;
    }
}

.why__cards .why__card--text .card-text {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
    color: #000000;
}

@media (max-width: 480px) {
    .why__cards .why__card--text .card-text {
        font-size: 15px;
    }
}

.why__cards .why__card--img {
    width: 100%;
    height: 100%;
}

.why__cards .why__card--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.why__cards .why__card-1 {
    background-color: #fff3eb;
}

.why__cards .why__card-2 {
    background-color: #ffecf1;
}

.why__cards .why__card-3 {
    background-color: #fffaec;
}

.why__cards .why__card-4 {
    background-color: #eefff3;
}

.why__cards .why__card-5 {
    background-color: #ecedff;
}

.best {
    margin-top: 130px;
}

@media (max-width: 540px) {
    .best {
        margin-top: 60px;
    }
}

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

.best img {
    max-width: 600px;
    width: 100%;
    margin-right: 50px;
    height: auto;
}

@media (max-width: 1140px) {
    .best img {
        min-width: 0;
    }
}

.best__img {
    margin-right: 70px;
}

.best__content-text {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
}

@media (max-width: 1140px) {
    .best__content-text {
        margin-bottom: 20px;
    }
}

@media (max-width: 540px) {
    .best__content-text {
        font-size: 16px;
    }
}

.best__content-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 15px;
}

@media (max-width: 540px) {
    .best__content-title {
        font-size: 28px;
    }
}

.best__content-btn {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: #ffffff;
    padding: 17px 40px;
    background: #e24329;
    border-radius: 25px;
    transition: 0.2s linear;
    display: block;
    margin-top: 70px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media (max-width: 1140px) {
    .best__content-btn {
        margin-top: 20px;
    }
}

@media (max-width: 540px) {
    .best__content-btn {
        font-size: 16px;
    }
}

.best__content-btn:hover {
    background: #be311a;
}

.how {
    background: #ffe560;
}

.how__inner {
    display: flex;
}

@media (max-width: 991px) {
    .how__inner {
        flex-direction: column;
    }
}

.how__content {
    padding-top: 70px;
    max-width: 460px;
}

@media (max-width: 540px) {
    .how__content {
        padding-top: 30px;
    }
}

.how-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 24px;
}

@media (max-width: 540px) {
    .how-title {
        font-size: 28px;
    }
}

.how-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 20px;
}

@media (max-width: 540px) {
    .how-text {
        font-size: 16px;
    }
}

.how-img {
    display: block;
    margin-right: -200px;
    margin-top: -100px;
    max-width: 750px;
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .how-img {
        margin-top: 0;
    }
}

.how-list li {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
}

@media (max-width: 540px) {
    .how-list li {
        font-size: 18px;
    }
}

.how-list li::before {
    counter-increment: how-list;
    content: "0" counter(how-list);
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background: #e24329;
    border: 4px solid #ffffff;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    padding-top: 1px;
}



.cash{
    margin: 120px 0px;
}

.cash-title{
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #444b51;
    margin-bottom: 40px;
}

.cash-cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.cash-cards__item{
    padding: 32px;
    border-radius: 16px;
    background: #fffaec;
}

.cash-cards__item h3{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
    margin-bottom: 10px;
}

.card-holder{
    margin: 120px 0px;
}

.card-holder__inner{
    padding: 32px;
    border-radius: 16px;
    background: #fff3eb;
    display: flex;
    align-items: center;
    gap: 64px;
}

.card-holder__inner h2{
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    color: #000000;
    margin-bottom:48px;
}

.card-holder__inner .btn{
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: #ffffff;
    padding: 17px 40px;
    background: #e24329;
    border-radius: 25px;
    transition: 0.2s linear;
    display: inline-block;
}


@media(max-width: 991px){
    .card-holder__inner{
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .card-holder__inner img{
        width: 100%;

    }
}


@media(max-width: 768px){
    .cash-title, .card-holder__inner h2{
        font-size: 28px;
        line-height: 1.2;
    }
    .cash-cards{
        grid-template-columns: 1fr;
    }

    .cash, .card-holder{
        margin: 70px 0px;
    }
    .best{
        margin-bottom: 32px;
    }
}
