*,
:after,
:before {
    box-sizing: border-box
}

* {
    margin: 0
}

@media(prefers-reduced-motion:no-preference) {
    html {
        interpolate-size: allow-keywords
    }
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased
}

canvas,
img,
picture,
svg,
video {
    display: block;
    max-width: 100%
}

button,
input,
select,
textarea {
    font: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    word-wrap: break-word
}

#__next,
#root {
    isolation: isolate
}

@font-face {
    font-display: swap;
    font-family: mBank;
    font-style: normal;
    font-weight: 300;
    src: url(../assets/mbank-light.79d5c0d129d7c6f35aa5.woff) format("woff"), url(../assets/mbank-light.ef1c51b884e789c3d8bc.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: mBank;
    font-style: normal;
    font-weight: 400;
    src: url(../assets/mbank-regular.f34c406ee35ae9a16728.woff) format("woff"), url(../assets/mbank-regular.e44c19981cc1d23b7c98.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: mBank;
    font-style: normal;
    font-weight: 600;
    src: url(../assets/mbank-semibold.08b52dd6e8dc6e411684.woff) format("woff"), url(../assets/mbank-semibold.c7090e3694f20209629e.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: mBank;
    font-style: normal;
    font-weight: 700;
    src: url(../assets/mbank-bold.0ee019c1cfc51be833a0.woff) format("woff"), url(../assets/mbank-bold.ba3cb26e3f89e6dfb906.woff2) format("woff2")
}

:focus-visible {
    outline: 4px solid #000;
    outline-offset: 4px
}

body,
html {
    overflow-x: hidden
}

html {
    scroll-behavior: smooth
}

body {
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: mBank, Verdana, Arial, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.15
}

a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none
}

a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease
}

.btn {
    background-color: #ae0000;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    min-width: 180px;
    padding: 0 15px;
    text-align: center;
    transition: background-color .25s ease
}

@media screen and (max-width:1200px) {
    .btn {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        min-width: 200px
    }
}

.btn:hover {
    background-color: #850000;
    -webkit-text-decoration: none;
    text-decoration: none
}

.btn-group {
    display: flex;
    justify-content: center
}

@media screen and (max-width:576px) {
    .btn-group {
        align-items: center;
        flex-direction: column;
        justify-content: normal
    }
}

.btn-group__item {
    margin: 0 12px
}

@media screen and (max-width:1800px) {
    .btn-group__item {
        margin: 0 10px
    }
}

@media screen and (max-width:576px) {
    .btn-group__item {
        margin: 0 0 10px
    }

    .btn-group__item:last-of-type {
        margin: 0
    }
}

.border {
    background: linear-gradient(90deg, #e90a0a 0, #e90a0a 26%, #000 0, #000 29%, #ff8702 0, #ff8702 56%, #ae0000 0, #ae0000 74%, #0266b2 0, #0266b2 76%, #008f20 0, #008f20);
    display: block;
    height: 12px
}

@media screen and (max-width:576px) {
    .border {
        height: 10px
    }
}

.logo {
    height: 90px
}

@media screen and (max-width:1800px) {
    .logo {
        height: 65px
    }
}

@media screen and (max-width:1200px) {
    .logo {
        height: 55px
    }
}

@media screen and (max-width:576px) {
    .logo {
        height: 50px
    }
}

.list {
    list-style: none;
    margin: 0;
    padding: 0
}

.list--lg .list__item:not(:last-child) {
    margin: 0 0 24px
}

@media screen and (max-width:1200px) {
    .list--lg .list__item:not(:last-child) {
        margin: 0 0 20px
    }
}

.list__item {
    padding: 0 0 0 44px;
    position: relative
}

@media screen and (max-width:1200px) {
    .list__item {
        padding: 0 0 0 35px
    }
}

.list__item:not(:last-child) {
    margin: 0 0 15px
}

.list__item:before {
    background-color: #008f20;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 16px
}

@media screen and (max-width:1200px) {
    .list__item:before {
        height: 14px;
        width: 14px
    }
}

.wrapper {
    margin: 0 auto;
    max-width: 1600px
}

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

@media screen and (max-width:1800px) {
    .container {
        max-width: 1300px
    }
}

@media screen and (max-width:1200px) {
    .container {
        max-width: 960px
    }
}

@media screen and (max-width:992px) {
    .container {
        max-width: 720px
    }
}

@media screen and (max-width:768px) {
    .container {
        max-width: 540px
    }
}

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

.header {
    background-color: #f6f6f6;
    padding: 62px 0 72px;
    position: relative
}

@media screen and (max-width:1800px) {
    .header {
        padding: 40px 0 60px
    }
}

@media screen and (max-width:1200px) {
    .header {
        padding: 40px 0 50px
    }
}

@media screen and (max-width:992px) {
    .header {
        padding: 115px 0 0
    }
}

@media screen and (max-width:576px) {
    .header {
        padding: 110px 0 0
    }
}

.header__container {
    position: relative;
    z-index: 5
}

@media screen and (max-width:992px) {
    .header__container {
        position: static
    }
}

.header__content {
    padding: 0 62px 0 0;
    position: relative;
    width: 50%
}

@media screen and (max-width:1800px) {
    .header__content {
        padding: 0 60px 0 0
    }
}

@media screen and (max-width:1200px) {
    .header__content {
        padding: 0 30px 0 0
    }
}

@media screen and (max-width:992px) {
    .header__content {
        padding: 25px 0 0;
        position: static;
        width: auto
    }
}

.header__img {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 50%;
}

@media screen and (max-width:992px) {
    .header__img {
        height: 350px;
        left: auto;
        position: static;
        top: auto;
        width: auto
    }
}

@media screen and (max-width:576px) {
    .header__img {
        height: 300px
    }
}

.header__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    width: 100%
}

@media screen and (max-width:992px) {
    .header__img img {
        -o-object-position: 50% 25%;
        object-position: 50% 25%
    }
}

@media screen and (max-width:768px) {
    .header__img img {
        -o-object-position: 50% 50%;
        /* object-position: 50% 50% */
    }
}

.header__logo {
    margin: 0 0 54px
}

@media screen and (max-width:1800px) {
    .header__logo {
        margin: 0 0 30px
    }
}

@media screen and (max-width:992px) {
    .header__logo {
        margin: 0;
        position: absolute;
        top: 30px
    }
}

.header__subtitle,
.header__title {
    color: #26221e
}

.header__title {
    margin: 0 0 18px
}

@media screen and (max-width:992px) {
    .header__title {
        margin: 0 0 5px
    }
}

@media screen and (max-width:768px) {
    .header__title {
        margin: 0 0 15px
    }
}

.header__subtitle {
    margin: 0 0 24px;
    max-width: 525px
}

@media screen and (max-width:992px) {
    .header__subtitle {
        max-width: 550px
    }
}

@media screen and (max-width:768px) {
    .header__subtitle {
        margin: 0 0 20px;
        max-width: 355px
    }
}

.header__bonus {
    color: #ae0000;
    font-size: 28px
}

.header__text {
    font-size: 18px;
}

@media screen and (max-width:1800px) {
    .header__bonus {
        font-size: 25px
    }
}

@media screen and (max-width:1200px) {
    .header__bonus {
        font-size: 20px
    }
}

.header__bonus-amount {
    font-size: 44px
}

@media screen and (max-width:1800px) {
    .header__bonus-amount {
        font-size: 35px
    }
}

@media screen and (max-width:1200px) {
    .header__bonus-amount {
        font-size: 30px
    }
}

.header__btns {
    display: flex
}

@media screen and (max-width:576px) {
    .header__btns {
        display: block
    }
}

.header__btn {
    margin: 0 24px 0 0
}

@media screen and (max-width:1800px) {
    .header__btn {
        margin: 0 20px 0 0
    }
}

@media screen and (max-width:576px) {
    .header__btn {
        margin: 0 0 10px
    }

    .header__btn:last-of-type {
        margin: 0
    }
}

.header__list {
    background-color: #fff;
    border-radius: 68px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 46px auto 0;
    max-width: 750px;
    padding: 22px 0
}

@media screen and (max-width:1800px) {
    .header__list {
        margin: 46px auto 0;
        padding: 20px 0
    }
}

@media screen and (max-width:1200px) {
    .header__list {
        margin: 46px auto 0
    }
}

@media screen and (max-width:992px) {
    .header__list {
        border-radius: 20px;
        display: block;
        margin: 40px 0 0;
        padding: 30px
    }
}

@media screen and (max-width:576px) {
    .header__list {
        padding: 30px 15px
    }
}

.header__item {
    padding: 5px;
    width: 50%
}

@media screen and (max-width:992px) {
    .header__item {
        padding: 0;
        width: 100%
    }
}

.header__item:not(:last-child) {
    position: relative
}

.header__item:not(:last-child):after {
    background-color: #0266b2;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px
}

@media screen and (max-width:992px) {
    .header__item:not(:last-child):after {
        display: block;
        height: 2px;
        margin: 30px;
        position: static;
        width: auto
    }
}

.header__amount {
    color: #0266b2;
    font-size: 32px;
    margin: 0 0 5px
}

@media screen and (max-width:1800px) {
    .header__amount {
        font-size: 30px
    }
}

@media screen and (max-width:1200px) {
    .header__amount {
        font-size: 25px
    }
}

@media screen and (max-width:992px) {
    .header__amount {
        margin: -12px 0 10px
    }
}

.header__important {
    font-size: 46px
}

@media screen and (max-width:1800px) {
    .header__important {
        font-size: 45px
    }
}

@media screen and (max-width:1200px) {
    .header__important {
        font-size: 40px
    }
}

.header__icon {
    height: 50px;
    margin: 5px auto 8px
}

@media screen and (max-width:1800px) {
    .header__icon {
        margin: 3px auto 8px
    }
}

@media screen and (max-width:1200px) {
    .header__icon {
        margin: 0 auto 5px
    }
}

@media screen and (max-width:992px) {
    .header__icon {
        margin: 0 auto 15px
    }
}

.header__sticker {
    align-items: center;
    background-color: #efd063;
    border-radius: 15px 0 0 15px;
    display: flex;
    padding: 15px 24px;
    position: absolute;
    right: 0;
    top: 13px
}

@media screen and (max-width:1800px) {
    .header__sticker {
        border-radius: 14px 0 0 14px;
        padding: 12px 20px;
        top: 5px
    }
}

@media screen and (max-width:1200px) {
    .header__sticker {
        border-radius: 12px 0 0 12px;
        padding: 10px 15px
    }
}

@media screen and (max-width:992px) {
    .header__sticker {
        top: 35px
    }
}

@media screen and (max-width:576px) {
    .header__sticker {
        top: 32px
    }
}

.header__sticker-icon {
    height: 34px;
    margin: 0 16px 0 0;
    width: 34px
}

@media screen and (max-width:1800px) {
    .header__sticker-icon {
        height: 30px;
        margin: 0 15px 0 0;
        width: 30px
    }
}

@media screen and (max-width:1200px) {
    .header__sticker-icon {
        height: 25px;
        margin: 0 10px 0 0;
        width: 25px
    }
}

.header__sticker-text {
    font-size: 22px;
    margin: -3px 0 0
}

@media screen and (max-width:1800px) {
    .header__sticker-text {
        font-size: 20px
    }
}

@media screen and (max-width:1200px) {
    .header__sticker-text {
        font-size: 18px;
        margin: 0
    }
}

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

.warning {
    background-color: #f6f6f6;
    padding: 25px 0
}

@media screen and (max-width:992px) {
    .warning {
        padding: 30px 0
    }
}

@media screen and (max-width:1200px) {
    .warning__text {
        margin: 0 auto;
        max-width: 515px
    }
}

.taxes__title {
    margin: 0 0 50px;
    color: #fff;
}

@media screen and (max-width:1800px) {
    .taxes__title {
        margin: 0 0 50px
    }
}

@media screen and (max-width:992px) {
    .taxes__title {
        margin: 0 auto 45px;
        max-width: 500px
    }
}

.steps {
    padding: 60px 0 80px
}

@media screen and (max-width:1800px) {
    .steps {
        padding: 50px 0 60px
    }
}

@media screen and (max-width:1200px) {
    .steps {
        padding: 45px 0 50px
    }
}

.steps__title {
    margin: 0 0 70px
}

@media screen and (max-width:1800px) {
    .steps__title {
        margin: 0 0 60px
    }
}

@media screen and (max-width:1200px) {
    .steps__title {
        margin: 0 0 50px
    }
}

@media screen and (max-width:992px) {
    .steps__title {
        margin: 0 0 45px
    }
}

.steps__content {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    margin: 0 0 55px
}

@media screen and (max-width:1200px) {
    .steps__content {
        margin: 0 0 50px
    }
}

@media screen and (max-width:992px) {
    .steps__content {
        display: block;
        margin: 0 0 50px
    }
}

.steps__items {
    list-style: none;
    margin: 0;
    max-width: 776px;
    padding: 0
}

@media screen and (max-width:1800px) {
    .steps__items {
        max-width: 650px
    }
}

@media screen and (max-width:992px) {
    .steps__items {
        margin: 0 0 50px;
        max-width: 100%
    }
}

.steps__item:not(:last-of-type) {
    margin: 0 0 10px
}

@media screen and (max-width:992px) {
    .steps__item:not(:last-of-type) {
        margin: 0 0 15px
    }
}

.steps__accordion {
    background-color: #f0f0f0;
    border-radius: 20px;
    width: 100%
}

@media screen and (max-width:768px) {
    .steps__accordion {
        border-radius: 12px
    }
}

.steps__number {
    align-items: center;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 10px;
    display: flex;
    height: 50px;
    justify-content: center;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 50px
}

@media screen and (max-width:1800px) {
    .steps__number {
        border-radius: 6px;
        height: 40px;
        top: 16px;
        width: 40px
    }
}

@media screen and (max-width:1200px) {
    .steps__number {
        height: 35px;
        top: 15px;
        width: 35px
    }
}

@media screen and (max-width:768px) {
    .steps__number {
        left: 15px;
        top: 15px
    }
}

.steps__btn {
    background: 0;
    border: 0;
    border-radius: 20px;
    color: inherit;
    cursor: pointer;
    padding: 30px 80px 30px 100px;
    position: relative;
    text-align: left;
    width: 100%
}

@media screen and (max-width:1800px) {
    .steps__btn {
        padding: 24px 84px 24px 80px
    }
}

@media screen and (max-width:1200px) {
    .steps__btn {
        padding: 22px 84px 22px 75px
    }
}

@media screen and (max-width:992px) {
    .steps__btn {
        padding: 22px 84px 22px 75px
    }
}

@media screen and (max-width:768px) {
    .steps__btn {
        padding: 22px 84px 22px 70px
    }
}

@media screen and (max-width:576px) {
    .steps__btn {
        padding: 20px 50px 20px 65px
    }
}

.steps__btn:after {
    background: url(../assets/arrow_4.8ec9cd6937ab8f455a52.svg) 50%/contain no-repeat;
    content: "";
    height: 26px;
    position: absolute;
    right: 30px;
    top: 32px;
    width: 26px
}

@media screen and (max-width:1800px) {
    .steps__btn:after {
        height: 24px;
        top: 25px;
        width: 24px
    }
}

@media screen and (max-width:1200px) {
    .steps__btn:after {
        height: 22px;
        top: 22px;
        width: 22px
    }
}

@media screen and (max-width:576px) {
    .steps__btn:after {
        right: 15px;
        top: 20px
    }
}

.steps__btn.is-active:hover {
    box-shadow: none
}

.steps__btn.is-active:after {
    transform: rotate(180deg)
}

.steps__btn.is-active .steps__number {
    border-color: #0266b2
}

.steps__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.steps__list-item {
    padding: 0 0 0 52px;
    position: relative
}

@media screen and (max-width:1800px) {
    .steps__list-item {
        padding: 0 0 0 48px
    }
}

.steps__list-item:not(:last-child) {
    margin: 0 0 20px
}

@media screen and (max-width:576px) {
    .steps__list-item:not(:last-child) {
        margin: 0 0 15px
    }
}

.steps__list-number {
    align-items: center;
    background-color: #fff;
    border: 2px solid #0266b2;
    border-radius: 50%;
    color: #0266b2;
    display: flex;
    height: 32px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 32px
}

@media screen and (max-width:1800px) {
    .steps__list-number {
        height: 30px;
        width: 30px
    }
}

.steps__list-text {
    display: block
}

.steps__list,
.steps__text {
    padding: 0 80px 30px 100px
}

@media screen and (max-width:1800px) {

    .steps__list,
    .steps__text {
        padding: 0 24px 24px 80px
    }
}

@media screen and (max-width:1200px) {

    .steps__list,
    .steps__text {
        padding: 0 22px 22px 75px
    }
}

@media screen and (max-width:992px) {

    .steps__list,
    .steps__text {
        padding: 0 22px 22px 75px
    }
}

@media screen and (max-width:768px) {

    .steps__list,
    .steps__text {
        padding: 0 22px 22px 70px
    }
}

@media screen and (max-width:576px) {

    .steps__list,
    .steps__text {
        padding: 0 15px 20px
    }
}

.accordion-content-color {
    color: #e90a0a;
}

.steps__img {
    height: 450px;
    margin: 0 0 0 42px
}

@media screen and (max-width:1800px) {
    .steps__img {
        height: 250px;
        margin: 0 0 0 40px
    }
}

@media screen and (max-width:1200px) {
    .steps__img {
        height: 250px;
        margin: 0 0 0 30px
    }
}

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

.text-promotion {
    padding-bottom: 25px;
}

.fs-1 {
    font-size: 46px
}

@media screen and (max-width:1800px) {
    .fs-1 {
        font-size: 46px
    }
}

@media screen and (max-width:1200px) {
    .fs-1 {
        font-size: 35px
    }
}

.fs-2 {
    font-size: 35px
}

@media screen and (max-width:1800px) {
    .fs-2 {
        font-size: 30px
    }
}

@media screen and (max-width:1200px) {
    .fs-2 {
        font-size: 25px
    }
}

.fs-3 {
    font-size: 30px
}

@media screen and (max-width:1800px) {
    .fs-3 {
        font-size: 24px
    }
}

@media screen and (max-width:1200px) {
    .fs-3 {
        font-size: 20px
    }
}

.fs-4 {
    font-size: 25px
}

@media screen and (max-width:1800px) {
    .fs-4 {
        font-size: 20px
    }
}

@media screen and (max-width:1200px) {
    .fs-4 {
        font-size: 18px
    }
}

.fs-5 {
    font-size: 20px
}

@media screen and (max-width:1800px) {
    .fs-5 {
        font-size: 18px
    }
}

@media screen and (max-width:1200px) {
    .fs-5 {
        font-size: 16px
    }
}

.fs-6 {
    font-size: 18px
}

@media screen and (max-width:1800px) {
    .fs-6 {
        font-size: 16px
    }
}

.font-weight-thin {
    font-weight: 100
}

.font-weight-extralight {
    font-weight: 200
}

.font-weight-light {
    font-weight: 300
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semibold {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 700
}

.font-weight-extrabold {
    font-weight: 800
}

.font-weight-black {
    font-weight: 900
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-decoration-underline {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.text-decoration-line-through {
    -webkit-text-decoration: line-through;
    text-decoration: line-through
}

.text-decoration-none {
    -webkit-text-decoration: none;
    text-decoration: none
}

.text-red {
    color: #ae0000
}

.text-green {
    color: #008f20
}

.text-blue {
    color: #0266b2
}

.text-orange {
    color: #ff8702
}

.text-white {
    color: #fff
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.lh-lg {
    line-height: 1.4
}

.is-hidden {
    display: none
}

.sec-why{
  background: #0266b2;
  padding-top: 70px;
  padding-bottom: 60px;
}

.sec-why__wrap{
  max-width: 1200px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.sec-why__title{
  margin: 0 0 46px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.15;
}

.sec-why__grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 74px;
  align-items: stretch;
}

@media screen and (max-width:1200px) {
    .sec-why__grid{
        gap: 20px;
    }
}

.sec-why__footer{
  margin: 44px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.35;
}

.why-tile{
  position: relative;
  height: 440px;
  border-radius: 28px;
  outline: none;
}

.why-front,
.why-back{
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
}

/* Front */
.why-front{
  background: #ffffff;
  opacity: 1;
  transition: opacity .22s ease, transform .22s ease;
}

.why-back{
  opacity: 0;
  transition: opacity .22s ease, transform .22s ease;
  transform: translateY(6px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 15px;
  text-align: center;
  color: #ffffff;
}

.why-tile:hover .why-front,
.why-tile:focus .why-front{
  opacity: 0;
  transform: translateY(6px);
}

.why-tile:hover .why-back,
.why-tile:focus .why-back{
  opacity: 1;
  transform: translateY(0);
}

.why-tile:focus-visible{
  box-shadow: 0 0 0 4px rgba(255,255,255,.35);
}

.why-icon{
  height: calc(100% - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 14px;
}

.why-icon img{
  width: 140px;
  height: 140px;
  object-fit: contain;
  display: block;
}

.why-bottom{
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 22px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
}

.why-bottom p{
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
}

.why-back p{
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}

.why-back__mt{
  margin-top: 14px;
}

.why-back__list{
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 1.35;
}

.why-back__list li{
  margin: 0;
}

.why-tile--red .why-front{
  border: 3px solid #e90a0a;
}
.why-bottom--red{
  background: #e90a0a;
}
.why-back--red{
  background: #e90a0a;
}

.why-tile--orange .why-front{
  border: 3px solid #ff8702;
}
.why-bottom--orange{
  background: #ff8702;
}
.why-back--orange{
  background: #ff8702;
}

.why-tile--green .why-front{
  border: 3px solid #008f20;
}
.why-bottom--green{
  background: #008f20;
}
.why-back--green{
  background: #008f20;
}

@media (max-width: 980px){
  .sec-why__title{
    font-size: 30px;
    margin-bottom: 34px;
  }

  .sec-why__grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .why-tile{
    height: 420px;
  }

  .sec-why__footer{
    font-size: 18px;
    margin-top: 32px;
  }
}

.why-back--orange{
  text-align: center;
  padding: 15px 15px;
}

.why-text-big{
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
}

.why-text-mid{
  margin: 16px 0 16px;
  font-size: 28px;
  line-height: 1.2;
}

.why-text-list{
  margin: 0;
  font-size: 26px;
  line-height: 1.4;
}

@media (max-width: 992px){

  .why-back--orange{
    padding: 32px 24px;
  }

  .why-text-big,
  .why-text-list{
    font-size: 20px;
  }

  .why-text-mid{
    font-size: 22px;
  }

}

.sec-price{
  background: #ffffff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.sec-price__wrap{
  max-width: 1200px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sec-price__title{
  margin: 0;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.1;
  color: #2b2b2b;
}

.sec-price__text{
  margin: 18px auto 0;
  max-width: 900px;
  font-size: 20px;
  line-height: 1.35;
  color: #4a4a4a;
}

.sec-price__lead{
  margin: 34px auto 0;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #2b2b2b;
  padding-bottom: 6px;
}

.sec-price__image{
  margin-top: 40px;
}

.sec-price__image img{
  width: 350px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 980px){
  .sec-price{
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .sec-price__title{
    font-size: 32px;
  }

  .sec-price__text{
    font-size: 18px;
  }

  .sec-price__lead{
    border-bottom-width: 3px;
  }

  .sec-price__image{
    margin-top: 28px;
  }

  .sec-price__image img{
    width: 300px;
  }
}

.sec-buy{
  background: #ffffff;
  padding-top: 70px;
    
  margin-bottom: 60px;

}

.border-bottom {
    padding-top: 60px;
    border-bottom: 1px solid grey;
    width: 75%;
    margin: 0 auto;}

.sec-buy__wrap{
  max-width: 1200px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sec-buy__title{
  margin: 0;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.15;
  color: #2b2b2b;
}

.sec-buy__text{
  margin: 20px auto 0;
  max-width: 1000px;
  font-size: 20px;
  line-height: 1.35;
  color: #4a4a4a;
}

.sec-buy__image{
  margin-top: 40px;
  margin-bottom: 40px;
}

.sec-buy__image img{
  width: 350px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Mobile */
@media (max-width: 980px){

  .sec-buy{
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .sec-buy__title{
    font-size: 30px;
  }

  .sec-buy__text{
    font-size: 18px;
  }

  .sec-buy__image{
    margin-top: 28px;
  }

  .sec-buy__image img{
    width: 300px;
  }

}

.sec-partner{
  background: #005ea8;
  padding: 22px 0;
}

.sec-partner__wrap{
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.sec-partner__text{
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
}

.sec-partner__logo img{
  height: 36px;
  width: auto;
  display: block;
}

@media (max-width: 700px){

  .sec-partner__wrap{
    flex-direction: column;
    gap: 8px;
  }

  .sec-partner__text{
    font-size: 18px;
  }

  .sec-partner__logo img{
    height: 30px;
  }

}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width:992px) {
    footer ul {
        flex-direction: row;
        margin: 0 -10px
    }
}

footer ul li {
    display: block;
    line-height: 1;
    margin: 0 0 10px 0
}

@media (min-width:992px) {
    footer ul li {
        margin: 0;
        padding: 15px 10px;
        width: 33%
    }
}

footer ul li a {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -.24px
}

footer .disclaimer {
    color: #424242;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    text-align: left;
    overflow-wrap: break-word;
    word-wrap: break-word
}

@media (min-width:768px) {
    footer .disclaimer {
        margin-top: 27px
    }
}