*, :after, :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: Montserrat, sans-serif;
}


body {
    position: relative;
    font-family: Montserrat, sans-serif;
    color: black;
    margin: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.container {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1104px;
    padding: 0 32px;
    margin: 0 auto;
}

.main-container {
    position: relative;
    max-width: 1362px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 99;
}

h1 {
    font-weight: 900;
    font-size: 40px;
    line-height: 120%;
    margin: 0;
}

.heading {
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    margin: 0;
}

.heading mark {
    display: block;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    background: none;
    color: #F20C00;
}

@media (min-width: 992px) {
    .heading mark {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.main .description {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    margin-top: 12px;
    margin-bottom: 32px;
    color: white;
    text-align: left;
}

@media (min-width: 992px) {
    .main .description {
        max-width: 528px;
    }
}

.main .description p {
    max-width: 440px;
}

.main .description .ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 32px;
    margin-top: 24px;
}

@media (min-width: 992px) {
    .main .description .ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

@media (min-width: 992px) {
    .main .description .ul>div {
        max-width: 50%;
    }
}

.main .description .li {
    margin-left: 26px;
}

.main .description .li:before {
    content: ' ';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-left: -23px;
    margin-top: 9px;
}

.black-button {
    display: inline-block;
    background: #000000;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    border-radius: 100px;
    border: 3px solid black;
    color: white;
    text-align: center;
    padding: 14px 28px;
    font-weight: 700;
    font-size: 16px;
    line-height: 133%;
}

@media (min-width: 992px) {
    .black-button {
        padding: 18px 28px;
    }
}

.white-button {
    display: inline-block;
    background: none;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    border-radius: 100px;
    border: 3px solid #FFFFFF;
    color: white;
    text-align: center;
    padding: 14px 28px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}

@media (min-width: 992px) {
    .white-button {
        padding: 18px 28px;
    }
}

.description {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    max-width: 816px;
}

.footer-row-cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.footer-column {
    max-width: 300px;
}

.footer-column .headinger {
    font-weight: bold;
    font-size: 13px;
    line-height: 145%;
    margin-bottom: 18px;
}

.footer-column .descr {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
}

.footer-column svg:nth-child(1) {
    fill: #DEE2E8;
}

.footer-column svg:hover {
    fill: #FF3C32;
}

footer {
    padding-bottom: 30px;
    background: #F4F7F9;
    padding-top: 57px;
}

footer .footer-column:nth-child(1) {
    margin-right: 75px;
}

.crown-foo {
    margin-bottom: 70px;
}

.mail {
    display: inline-block;
    margin-top: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #FF3C32;
}

.social-link {
    margin-right: 28px;
}

footer hr {
    border: 1px solid #F3F3F3;
    margin: 40px 0 32px;
}

@media (max-width: 768px) {

    .description {
        margin-top: 10px;
    }

    h1, .heading {
        font-weight: 900;
        font-size: 32px;
        line-height: 112%;
    }

    h1 br, .heading br {
        display: none;
    }

    .footer-column_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    footer hr {
        display: none;
    }

    .bottom-footer {
        background: #F4F7F9;
        padding-top: 36px;
        margin-top: 48px;
    }

    footer .footer-column:nth-child(1) {
        margin-right: 0;
    }

    footer .footer-column {
        margin-top: 24px;
    }

    .footer-row-cont_2 {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .footer-row-cont_2 {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .footer-column {
        max-width: none;
    }
}

@media (max-width: 768px) {
    footer .footer-column:nth-child(1) {
        margin-right: 60px;
    }
}

@media (max-width: 576px) {

    .container {
        padding: 0 16px;
    }

    .main .description {
        font-weight: normal;
        font-size: 18px;
        line-height: 145%;
    }
}
/* END GENERAL */

/* CSS */
.main {
    color: #ffffff;
    max-width: 1356px;
    margin: 0 auto 84px;
}

@media (min-width: 992px) {
    .main {
        margin: 0 auto 280px;
    }
}

.main-wrapper {
    position: relative;
    padding: 64px 0 0;
}

@media (min-width: 992px) {
    .main-wrapper {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .main-wrapper:before {
        content: "";
        position: absolute;
        top: -96px;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 96px 0 128px;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        background: #F4F7F9;
        border-radius: 70px;
    }
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 16px;
    position: relative;
    z-index: 99;
    height: 70px;
}

@media (min-width: 992px) {
    header {
        height: inherit;
        padding: 76px 128px 28px;
    }
}

header .row {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

header a {
    padding: 10px 32px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    border-radius: 100px;
    display: inline-block;
}

header img {
    width: 190px;
}

@media (min-width: 992px) {
    header img {
        width: auto;
    }
}

.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
}

.signin {
    color: black;
}

.signup {
    background: #F20C00;
    color: white;
}

.main-wrapper .inside-main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media (min-width: 992px) {
    .main-wrapper .inside-main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        border-radius: 70px 70px 70px 0px;
    }
}

@media (min-width: 992px) {
    .main-wrapper .inside-main:before {
        content: url("../img/mb.svg");
        position: absolute;
        right: calc(100% - 1px);
        bottom: -4px;
    }

    .main-wrapper .inside-main:after {
        content: url("../img/mb.svg");
        position: absolute;
        top: 0;
        left: calc(100% - 1px);
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
    }
}

.main-wrapper .inside-main_l {
    background: #F20C00;
    padding: 48px 20px 0;
}

@media (min-width: 992px) {
    .main-wrapper .inside-main_l {
        width: 60%;
        max-width: 704px;
        position: relative;
        background: #F20C00;
        padding: 72px 48px 52px 128px;
        border-radius: 70px 0px 0px 0px;
    }
}

@media (min-width: 1200px) {
    .main-wrapper .inside-main_l {
        width: 55%;
    }
}

.main-wrapper .inside-main_l:before {
    content: url("../img/mbama.svg");
    position: absolute;
    top: inherit;
    right: 0;
    bottom: calc(100% - 36px);
}

@media (min-width: 992px) {
    .main-wrapper .inside-main_l:after {
        content: url("../img/mba.svg");
        position: absolute;
        top: 100%;
        right: 0;
        bottom: inherit;
    }

    .main-wrapper .inside-main_l:before {
        content: url("../img/mbb.svg");
        position: absolute;
        z-index: 1;
        top: 0;
        left: 100%;
        bottom: inherit;
    }
}

.main-wrapper .inside-main_r {
    position: relative;
    background: #F20C00;
}

@media (min-width: 992px) {
    .main-wrapper .inside-main_r {
        width: 40%;
        max-width: 704px;
        background: #F4F7F9;
        border-radius: 0px 70px 70px 0px;
    }
}

.main-wrapper .inside-main_r:before {
    content: url("../img/mbamb.svg");
    position: absolute;
    right: inherit;
    bottom: 64px;
    left: 0;
}

@media (min-width: 1200px) {
    .main-wrapper .inside-main_r {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .main-wrapper .inside-main_r:before {
        content: url("../img/ma.svg");
        position: absolute;
        right: -64px;
        bottom: -196px;
        left: inherit;
    }
}

.main-wrapper .inside-main_r img {
    position: relative;
    left: -74px;
    z-index: 1;
    display: block;
    height: auto;
    margin: -23px auto -46px;
}

@media (min-width: 411px) {
    .main-wrapper .inside-main_r img {
        left: inherit;
        margin: -23px -1px -47px auto;
    }
}

@media (min-width: 992px) {
    .main-wrapper .inside-main_r img {
        position: absolute;
        z-index: 1;
        top: 30px;
        right: -180px;
        width: inherit;
        max-width: 200%;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .main-wrapper .inside-main_r img {
        top: -140px;
        right: -130px;
        max-width: 175%;
    }
}

.main-buttons {
    gap: 16px;
}

.main-wrapper .black-button,
.main-wrapper .white-button {
    width: 100%;
}

@media (min-width: 376px) {
    .main-wrapper .black-button,
    .main-wrapper .white-button {
        width: 100%;
        max-width: calc(100% / 2 - 8px);
    }
}

@media (min-width: 992px) {
    .main-wrapper .black-button,
    .main-wrapper .white-button {
        width: 152px;
    }
}


.main-wrapper .row-logs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 32px;
}

.main-wrapper .row-logs img {
    margin-right: 8px;
}

.main-wrapper .main-content {
    position: relative;
    z-index: 2;
}

.whatare {
    margin: 0 0 104px;
}

@media (min-width: 992px) {
    .whatare {
        margin: 0 0 160px;
    }
}

.whatare .container {
    max-width: 1356px;
}

.whatare-row {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 40px;
    padding: 52px 0 0 0;
}

@media (min-width: 992px) {
    .whatare-row {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    .whatare-row {
        gap: 0 70px;
        padding: 52px 16px 0 0;
    }
}

@media (min-width: 576px) {
    .whatare-row:before {
        content: url("../img/waa.svg");
        position: absolute;
        top: 0;
        left: -146px;
    }
}

@media (min-width: 576px) {
    .whatare-row:after {
        content: url("../img/wab.svg");
        position: absolute;
        top: inherit;
        right: -600px;
        bottom: 0;
    }
}

@media (min-width: 992px) {
    .whatare-row:after {
        top: 0;
        right: -25%;
        bottom: inherit;
    }
}

@media (min-width: 1200px) {
    .whatare-row:after {
        top: 0;
        right: 0;
    }
}

.whatare-info {
    position: relative;
    z-index: 1;
    max-width: 446px;
}

.whatare .description {
    margin: 16px 0 0;
    text-align: left;
}

@media (min-width: 992px) {
    .whatare .description {
        margin: 24px 0 0;
    }
}

.whatare img {
    position: relative;
    right: -5%;
    z-index: 1;
    display: block;
    width: 126%;
    height: auto;
    margin: 24px -13% 0;
}

@media (min-width: 411px) {
    .whatare img {
        right: inherit;
        width: 100%;
        height: auto;
        margin: 24px auto 0;
    }
}

@media (min-width: 992px) {
    .whatare img {
        max-width: 631px;
        margin: 0;
    }
}

.with {
    margin: 104px 0;
}

@media (min-width: 992px) {
    .with {
        margin: 160px 0;
    }
}

.with-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
}

@media (min-width: 992px) {
    .with-row {
        grid-template-columns: 1fr 1fr;
    }
}

.col {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 24px;
    width: 100%;
    height: 154px;
}

.col:nth-child(1) {
    background: url("../img/col1.png") no-repeat left -65px center / contain #F4F7F9;
}

@media (min-width: 576px) {
    .col:nth-child(1) {
        background: url("../img/col1.png") no-repeat left center / contain #F4F7F9;
    }
}

.col:nth-child(2) {
    background: url("../img/col2.png") no-repeat left -65px center / contain #F4F7F9;
}

@media (min-width: 576px) {
    .col:nth-child(2) {
        background: url("../img/col2.png") no-repeat left center / contain #F4F7F9;
    }
}

.col:nth-child(3) {
    background: url("../img/col3.png") no-repeat left -65px center / contain #F4F7F9;
}

@media (min-width: 576px) {
    .col:nth-child(3) {
        background: url("../img/col3.png") no-repeat left center / contain #F4F7F9;
    }
}

.col:nth-child(4) {
    background: url("../img/col4.png") no-repeat left -65px center / contain #F4F7F9;
}

@media (min-width: 576px) {
    .col:nth-child(4) {
        background: url("../img/col4.png") no-repeat left center / contain #F4F7F9;
    }
}

.col>div {
    padding: 16px;
}

@media (min-width: 992px) {
    .col>div {
        width: 50%;
    }
}

.col>div:first-child {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 154px;
}

@media (min-width: 576px) {
    .col>div:first-child {
        width: 220px;
    }
}

@media (min-width: 992px) {
    .col>div:first-child {
        width: 50%;
    }
}

.col .heading {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
}

.col .description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    text-align: left;
    margin-top: 8px;
}

.check {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px 70px;
    padding: 32px 28px 28px;
    margin-top: 16px;
    background: #f20c00;
    border-radius: 24px;
}

@media (min-width: 576px) {
    .check {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

@media (min-width: 992px) {
    .check {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 36px 48px;
    }
}

.check:before {
    content: "";
    position: absolute;
    top: -24px;
    right: -25px;
    width: 168px;
    height: 176px;
    background: url("../img/money_3.png") no-repeat center;
    background-size: contain;
}

@media (min-width: 992px) {
    .check:before  {
        content: none;
    }
}

.check-description {
    position: relative;
    z-index: 1;
    max-width: 80%;
    margin: 0;
    font-weight: 800;
    font-size: 24px;
    line-height: 129%;
    text-align: left;
    color: #fff;
}

@media (min-width: 576px) {
    .check-description {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .check-description {
        max-width: 46%;
        font-size: 28px;
        text-align: left;
    }
}

.check .black-button {
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 18px;
    border-radius: 8px;
}

@media (min-width: 576px) {
    .check .black-button {
        width: 288px;
    }
}

@media (min-width: 992px) {
    .check .black-button:before {
        content: "";
        width: 316px;
        height: 323px;
        position: absolute;
        bottom: -114px;
        right: calc(100% - 46px);
        background: url("../img/money.png") no-repeat center;
        background-size: contain;
    }
}

.check .black-button:after {
    content: "";
    width: 120px;
    height: 115px;
    position: absolute;
    top: 20px;
    right: -30px;
    background: url("../img/arrow.png") no-repeat center;
    background-size: contain;
}

.easy {
    margin: 104px 0;
}

@media (min-width: 992px) {
    .easy {
        margin: 160px 0;
    }
}

.easy .heading {
    max-width: 680px;
}

.easy-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
}

@media (min-width: 576px) {
    .easy-row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .easy-row {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.easy-col {
    background: #F4F7F9;
    border-radius: 24px;
    padding: 32px;
    width: 100%;
    min-height: 256px;
}

.easy-col .headinger {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    margin: 24px 0 8px;
}

.easy-col .descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
}

.slider-video .slick-list {
    overflow: visible;
}

#prev-s3,
#prev-s4 {
    width: 50px;
    height: 20px;
    background: url("../img/l.svg") no-repeat center;
    cursor: pointer;
}

#next-s3,
#next-s4 {
    width: 50px;
    height: 20px;
    background: url("../img/r.svg") no-repeat center;
    margin-left: 60px;
    cursor: pointer;
}

.arrows-s3, .arrows-s4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 24px;
}

.video-block {
    position: relative;
    z-index: 2;
    margin: 104px 0;
}

@media (min-width: 992px) {
    .video-block {
        margin: 160px 0;
    }
}

.video-block .description {
    text-align: left;
    margin-top: 8px;
}

.slider-3 .item a,
.slider-4 .item a {
    color: black;
}

.slider-3 .item,
.slider-4 .item {
    width: 100%;
    max-width: 336px;
    margin-right: 48px;
}

@media (min-width: 992px) {
    .slider-3 .item,
    .slider-4 .item {
        width: 336px;
    }
}

.slider-4 .item img {
    width: 100%;
}

.slider-3 .item .tube,
.slider-4 .item .tube {
    margin-bottom: 26px;
    border-radius: 15px;
    width: 100%;
    max-width: 336px;
    height: 245px;
}

@media (min-width: 992px) {
    .slider-3 .item .tube,
    .slider-4 .item .tube {
        width: 336px;
    }
}

.slider-3 .item .tube img,
.slider-4 .item .tube img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.slider-3 .item .tube iframe {
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

.slider-3 .item .watch a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: inherit;
}

.slider-3 .item .watch img {
    margin-right: 6px;
}

.slider-3 .item .watch,
.slider-4 .item .watch {
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
}

.slider-3 .item .desription,
.slider-4 .item .desription {
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    margin: 6px 0 10px;
}

.arrows-s4,
.arrows-s3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 1360px;
}

#prev-s4,
#prev-s3 {
    width: 50px;
    height: 20px;
    background: url("../img/l.svg") no-repeat center;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#next-s4,
#next-s3 {
    width: 50px;
    height: 20px;
    background: url("../img/r.svg") no-repeat center;
    margin-left: 60px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.item .desription {
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 32px;
    display: block;
}

.tag {
    font-weight: 700;
    font-size: 13px;
    line-height: 145%;
    margin: 26px 0 6px;
    display: block;
}

.slider-4 .item a.slide__btn {
    color: white;
    display: block;
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #FF3C32;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    border: 2px solid #ff3c32;
    -webkit-box-shadow: 0 6px 14px rgba(255, 60, 50, .12);
            box-shadow: 0 6px 14px rgba(255, 60, 50, .12);
    top: 0;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    position: relative;
}

.slider-4 .item a.slide__btn:hover {
    border: 2px solid #FF3C32;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: -3px;
}

.slider-4 .item a.slide__btn.btn-hidden {
    display: none;
}

.cases {
    position: relative;
    z-index: 2;
    margin: 104px 0;
}

@media (min-width: 992px) {
    .cases {
        margin: 160px 0;
    }
}

.cases .description {
    text-align: left;
    margin-top: 8px;
}

.bottom-main {
    max-width: 1356px;
    margin: 104px auto 60px;
    color: #ffffff;
}

@media (min-width: 992px) {
    .bottom-main {
        margin: 160px auto 256px;
    }
}

.main-bot .inside-main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media (min-width: 992px) {
    .main-bot .inside-main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        min-height: 448px;
        border-radius: 70px;
    }
}

.main-bot .inside-main_l {
    position: relative;
    background: #F20C00;
    padding: 48px 20px 0;
}

@media (min-width: 992px) {
    .main-bot .inside-main_l {
        width: 50%;
        max-width: 640px;
        padding: 96px 32px 96px 128px;
        border-radius: 70px 0px 0px 70px;
    }
}

@media (min-width: 1200px) {
    .main-bot .inside-main_l {
        width: 50%;
    }
}

.main-bot .inside-main_l:before {
    content: url("../img/mbama.svg");
    position: absolute;
    right: 0;
    bottom: calc(100% - 36px);
}

@media (min-width: 992px) {
    .main-bot .inside-main_l:before {
        content: url("../img/mbba.svg");
        position: absolute;
        z-index: 1;
        top: 0;
        right: -192px;
    }
}

.main-bot .inside-main_r {
    position: relative;
    background: #F20C00;
}

@media (min-width: 992px) {
    .main-bot .inside-main_r {
        width: 50%;
        background: #F4F7F9;
        border-radius: 0px 70px 70px 0px;
    }
}

@media (min-width: 992px) {
    .main-bot .inside-main_r:before {
        content: url("../img/mbbb.svg");
        position: absolute;
        right: -64px;
        bottom: -130px;
    }
}

.main-bot .inside-main_r:after {
    content: url("../img/mbamc.svg");
    position: absolute;
    top: calc(100% - 64px);
    right: 0;
    bottom: inherit;
}

@media (min-width: 992px) {
    .main-bot .inside-main_r:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: inherit;
        right: 0;
        bottom: -90px;
        width: 145%;
        max-width: 943px;
        height: 265px;
        background: url("../img/money_2.png") no-repeat center;
        background-size: contain;
    }
}

.main-bot .inside-main_r img {
    position: relative;
    left: -70px;
    z-index: 1;
    display: block;
    height: auto;
    margin: -23px auto -46px;
}

@media (min-width: 411px) {
    .main-bot .inside-main_r img {
        left: inherit;
        margin: -40px -1px -47px auto;
    }
}

@media (min-width: 992px) {
    .main-bot .inside-main_r img {
        position: absolute;
        z-index: 1;
        right: -196px;
        bottom: 0;
        width: auto;
        max-width: 175%;
        height: auto;
        margin: 0;
    }
}

.main-bot .main-content {
    position: relative;
    z-index: 2;
}

.main-bot .heading {
    line-height: 120%;
}

.main-bot .black-button {
    width: 100%;
    margin-top: 32px;
}

@media (min-width: 576px) {
    .main-bot .black-button {
        width: 208px;
        margin-top: 56px;
    }
}

.footer-row-cont_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 210px;
}

.footer-row-cont_3>div img {
    width: 33px;
    height: 33px;
}

.footer-row-cont_3>div .amex,
.footer-row-cont_3>div .ame {
    width: 45px;
    height: 25px;
}

.footer-row-cont_3>div {
    margin: 0 0 25px 19px;
}

@media (max-width: 904px) {
    .footer-row-cont_3 {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        max-width: none;
        margin-bottom: 25px;
    }

    .footer-row-cont_3>div {
        margin: 25px 19px 0 0;
    }
}

@media (max-width: 1440px) {
    #prev-s3 {
        margin-right: 30px;
    }

    #next-s3 {
        margin-left: 30px;
    }

    .slick-list {
        padding-top: 40px;
    }
}

@media (max-width: 991px) {
    .col {
        height: 136px;
    }

    .col .description {
        margin-top: 4px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {

    .arrows-s3, .arrows-s4 {
        margin-bottom: 0px;
    }

    .easy-col:nth-last-child(1) {
        height: 316px;
    }

    .signin {
        color: black;
    }

    .inside-main {
        border-radius: 0;
    }

    .easy-col:nth-last-child(1) {
        height: auto;
    }

    h1 br:nth-child(1) {
        display: none;
    }

    .main .description {
        margin: 10px 0 30px;
    }
}

@media (max-width: 767.9px) {

    .footer-column_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

}

@media (max-width: 694px) {
    .white-button {
        margin-top: 0;
    }

    .row-logs {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    header .row {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    header img {
        margin-top: 30px;
        margin-right: -24px;
    }

    header a {
        display: inline-block;
    }
}

@media (min-width: 434px) {
    .hamburger-lines, .menu-items, .checkbox {
        display: none;
    }
}

@media (max-width: 576px) {
    .video-block .description,
    .cases .description {
        text-align: center;
    }

    .video-block {
        margin-bottom: 75px;
    }

    .cases {
        margin-bottom: 82px;
    }

    .slider-video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .checkbox {
        position: absolute;
        display: block;
        height: 37px;
        width: 37px;
        top: 17px;
        left: 16px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .hamburger-lines {
        display: block;
        height: 24px;
        width: 24px;
        position: absolute;
        top: 29px;
        left: 24px;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .hamburger-lines .line {
        display: block;
        height: 2px;
        width: 18px;
        background: #F20C00;
    }

    .line {
        margin-bottom: 4px;
    }

    .hamburger-lines .line1 {
        -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: -webkit-transform 0.4s ease-in-out;
        -o-transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    }

    .hamburger-lines .line2 {
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        -o-transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    }

    .hamburger-lines .line3 {
        -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
                transform-origin: 0% 100%;
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: -webkit-transform 0.4s ease-in-out;
        -o-transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    }

    .nav {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .nav .menu-items {
        display: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100vh;
        width: 100%;
        -webkit-transform: translate(-150%);
            -ms-transform: translate(-150%);
                transform: translate(-150%);
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        transition: -webkit-transform 0.5s ease-in-out;
        -o-transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
        text-align: center;
        background: white;
        padding-top: 40px;
    }

    .nav .menu-items a {
        margin-bottom: 20px;
    }

    .nav input[type="checkbox"]:checked~.menu-items {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .nav input[type="checkbox"]:checked~.hamburger-lines .line1 {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    .nav input[type="checkbox"]:checked~.hamburger-lines .line2 {
        -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
                transform: scaleY(0);
    }

    .nav input[type="checkbox"]:checked~.hamburger-lines .line3 {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }

    .desktop-links {
        display: none;
    }

    .slider-4 .item {
        width: 335px;
    }

    .arrows-s3, .arrows-s4 {
        margin-top: 30px;
        margin-right: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    footer {
        padding-top: 0;
        margin-top: -60px;
    }

    .crown-foo {
        margin-bottom: 10px;
    }

}

.footer__bottom .bottom__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 148px;
}

.footer__bottom .bottom__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    width: 160px;
}

.footer__bottom .bottom__item:nth-child(3) {
    width: 180px;
}

.footer__bottom a.bottom__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: rgba(0, 0, 0, 0.54);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}

.footer__bottom .footer__copyright {
    color: rgba(0, 0, 0, 0.54);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-top: 20px;
}

@media (max-width:767px) {
    .footer__bottom {
        padding-top: 34px;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }

    .footer__bottom .bottom__grid {
        gap: 22px;
        -webkit-column-gap: 2px;
           -moz-column-gap: 2px;
                column-gap: 2px;
    }

    .footer__bottom .bottom__item {
        width: 138px;
    }

    .footer__bottom .bottom__item:nth-child(3) {
        width: 180px;
    }

    .footer__bottom .footer__copyright {
        margin-top: 44px;
    }
}
/* END CSS */