.tarif {
    padding: 30px 0;
}
.tarif__content {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tarif__left {
    margin-right: 17px;
    width: 100%;
    max-width: 903px;
}
.tarif .title {
    font-size: 40px;
    line-height: 46px;
    color: #000;
    margin-bottom: 26px;
}
.tarif > img {
    width: 100%;
    max-width: 302px;
}
.tarif__text {
    font-size: 17px;
    line-height: 24px;
    color: #1f2429;
}
.tarif__text p {
    margin-bottom: 25px;
}
.tarif__text a {
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #333;
}
.tarif__text-img {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.tarif__text-img img {
    margin-right: 27px;
}
.tarif__text-img span {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #12a06d;
}

.pay {
    padding: 32px 0 22px;
}
.pay__row {
    margin-bottom: 5px;
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pay__item {
    width: 100%;
    margin-bottom: 50px;
}
.pay__item:nth-child(odd) {
    width: 45%;
    padding-right: 30px;
}
.pay__item:nth-child(2n) {
    width: 55%;
}
.pay__title {
    font-weight: 700;
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 21px;
    color: #333;
}
.pay__title img {
    margin-right: 15px;
}
.pay__text {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 24px;
    color: #333;
}
.pay__img {
    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: nowrap;
    flex-wrap: nowrap;
}
.pay__img img {
    margin-right: 20px;
    -webkit-filter: drop-shadow(0 4px 10px #2B2C43);
    filter: drop-shadow(0 4px 10px #2B2C43);
}
.pay__img-title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.how-works {
    padding: 63px 0 77px;
}
.how-works__content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.how-works__content,
.how-works__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.how-works__item {
    width: 50%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 42px;
    padding: 0 15px;
}
.how-works__item > img {
    margin-right: 15px;
}
.how-works__img {
    margin-left: 109px;
}
.how-works__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333;
}
.how-works__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
}

.content {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .how-works {
        padding: 6px 0;
    }
    .how-works__content {
        width: 100%;
        max-width: 290px;
        margin: 0 auto;
    }
    .how-works__item {
        margin-bottom: 25px;
        padding: 0;
    }
    .how-works__item > img {
        width: 40px;
        height: 40px;
        margin-right: 6px;
    }
    .how-works__title {
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        line-height: 14px;
    }
    .how-works__text p {
        font-size: 12px;
        line-height: 16px;
        margin-left: -46px;
    }
    .how-works__img {
        display: none;
    }
    .tarif {
        padding: 13px 0;
    }
    .tarif__content > img {
        display: none;
    }
    .tarif__left {
        margin: 0 auto;
        width: 290px;
    }
    .tarif .title {
        font-size: 22px;
        line-height: 25px;
    }
    .tarif__text {
        margin-bottom: 20px;
    }
    .tarif__text,
    .tarif__text a {
        font-size: 12px;
        line-height: 16px;
    }
    .tarif__text-img {
        margin-bottom: 24px;
    }
    .tarif__text-img span {
        font-size: 12px;
        line-height: 16px;
    }
    .tarif__text-img img {
        width: 32px;
        height: auto;
        margin-right: 10px;
    }
    .pay {
        padding: 22px 0;
    }
    .pay__row {
        width: 290px;
        margin: 0 auto;
    }
    .pay__title {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
    }
    .pay__title img {
        max-width: 30px;
        max-height: 30px;
        margin-right: 8px;
    }
    .pay__item {
        margin-bottom: 25px;
    }
    .pay__text {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .pay__img {
        margin-top: 5px;
    }
    .pay__img-title {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 0;
    }
    .pay__img-item {
        margin-right: 10px;
    }
    .pay__img-item img {
        max-width: 60px;
        margin-right: 0;
    }
}