
.page-header {
    margin: 31px 0;
    border-bottom: 1px solid #C2C2C2;
}

.page-header__top {
    margin: 0 0 40px;
}

.page-header__title {
    margin: 0 0 1em;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
}

.page-header__subtitle {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
}

.page-header__descr {
    margin: 0 0 3.125em;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.375;
    letter-spacing: 0.02em;
    color: #3D464E;
}

.page-header p {
    margin-bottom: 1.4em;
}

@media (min-width: 576px) {
}

@media (min-width: 992px) {
    .page-header {
        margin: 50px 0 45px;
    }

    .page-header__top {
        margin-bottom: 60px;
    }

    .page-header__title {
        font-size: 36px;
    }
    
    .page-header__subtitle {
        font-size: 18px;
    }

    .page-header__descr {
        font-size: 16px;
    }
}

.light-section-title {
    position: relative;
    margin: 0 0 1.65em;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
}

.light-section-title.--border {
    padding: 0.445em 0 0.445em 1.15em;
    border-left: 4px solid #FF0022;
}

@media (min-width: 768px) {
    .light-section-title {
        font-size: 23px;
    }
}

@media (min-width: 992px) {
    .light-section-title {
        font-size: 26px;
    }
}

.how-it-works {
    margin: 0 0 50px;
}

.how-it-works .container {
}

.how-it-works__item {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.375;
    /* text-align: justify; */
    letter-spacing: 0.02em;
    color: #3D464E;
}

.how-it-works__descr {
    padding: 0 7%;
}

.how-it-works__title {
}

.how-it-works__subtitle {
    margin: 0 0 1.11em;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.39;
    letter-spacing: 0.02em;
    color: #181818;
}

.how-it-works__photo {
    padding: 0;
}

.how-it-works__photo img {
    max-height: 25vh;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .how-it-works__item {
        margin-bottom: 0;
        font-size: 14px;
    }

    .how-it-works__descr {
        align-self: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .how-it-works__subtitle {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .how-it-works__item {
        font-size: 16px;
    }

    .how-it-works__photo img {
        max-height: 50vh;
    }
}

.comparison-section {
    margin: 0 0 30px;
    padding: 30px 0 10px;
    background: #FAFAFA;
}

.comparison-table {
    margin: 0 0 30px;
    width: 100%;
    border-spacing: 4px;
    border-collapse: separate;
    font-size: 12px;
    line-height: 1.375;
    text-align: center;
    color: #3D464E;
}

.comparison-table thead th {
    width: 33.33%;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.39;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #000000;
    box-shadow: 0px 4px 4px rgba(182, 182, 182, 0.25);
    border-radius: 3px;
}

.comparison-table td,
.comparison-table tbody th {
    height: 70px;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 3px 4px rgba(201, 201, 201, 0.25);
    border-radius: 3px;
}

.comparison-table.--terms {
    font-weight: 600;
    font-size: 14px;
}

@media (min-width: 768px) {
    .comparison-section {
        margin: 0 0 56px;
        padding: 50px 0 10px;
    }

    .comparison-table {
        font-size: 14px;
    }

    .comparison-table thead th {
        font-size: 16px;
    }

    .comparison-table td,
    .comparison-table tbody th {
        height: 100px;
        padding: 20px 5%;
    }

    .comparison-table.--terms {
        font-size: 16px;
    }    
}

@media (min-width: 992px) {
    .comparison-section {
        padding: 100px 0 50px;
    }

    .comparison-table {
        margin-bottom: 50px;
        font-size: 16px;
    }

    .comparison-table thead th {
        height: 59px;
        padding: 10px;
        font-size: 18px;
    }

    .comparison-table td,
    .comparison-table tbody th {
        height: 145px;
    }

    .comparison-table.--terms {
        font-size: 18px;
    }    
}

.table-footnotes {
    margin: 0 0 50px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .table-footnotes {
        font-size: 16px;
    }
}

.benefits-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.43;
    text-align: center;
    color: #3D464E;
}

.benefits-list__item {
    position: relative;
    flex: 0 0 46%;
    margin: 2%;
    padding: 20px 2% 10px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    box-shadow: 0px 9px 24px rgba(201, 201, 201, 0.25);
    border-radius: 10px;
}

.benefits-list__num {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 32px;
    line-height: .6;    
    color: #FF0022;
}

@media (min-width: 576px) {
    .benefits-list {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .benefits-list {
        margin: 0 0 50px -24px;
    }

    .benefits-list__item {
        margin: 0 0 0 24px;
        flex: 1;
    }

    .benefits-list__item:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 100%;
        height: 6px;
        width: 24px;
        margin: 0 1px 0 0;
        background: #FF0022;
    }

    .benefits-list__item:first-child::before {
        display: none;
    }

    .benefits-list__num {
        font-size: 38px;
    }
}

@media (min-width: 992px) {
    .benefits-list {
        font-size: 14px;
    }

    .benefits-list__num {
        font-size: 48px;
    }
}

.footnotes {
    margin: 0 0 50px;
    padding: 30px 20px 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.57;
    color: #3D464E;
    background: #FFFFFF;
    border: 1px solid rgba(193, 193, 193, 0.28);
    border-radius: 10px;
}

.footnotes p {
    margin-bottom: 1.5em;
}

@media (min-width: 768px) {
    .footnotes {
        padding: 50px 30px 30px;
        font-size: 14px;
    }
}

.conditions {
    margin: 0 0 30px;
    font-size: 13px;
}

.conditions__item {
    margin: 0 0 20px;
    padding: 30px 25px 10px;
    background: #FAFAFA;
    border: 1px solid rgba(193, 193, 193, 0.28);
    border-radius: 10px;
}

.conditions__title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.39;
    letter-spacing: 0.02em;
    color: #000000;
}

.conditions h5 {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 2.14;
    color: #000000;
}

.conditions ul {
    margin: 0 0 1.5em;
    padding: 0;
    list-style-position: inside;
}

@media (min-width: 768px) {
    .conditions {
        display: flex;
        justify-content: space-between;
        margin: 0 -20px 50px;
        font-size: 14px;
    }

    .conditions__item {
        flex: 1;
        max-width: 530px;
        margin: 0 20px;
        padding: 54px 34px 20px;
    }
}

.residual-payment-info {
    margin: 0 0 50px;
    padding: 30px 0;
    background: #FAFAFA;
}

.residual-payment-info__title {

}

.residual-payment-info__content {
    padding: 30px 30px 10px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid rgba(193, 193, 193, 0.28);
    border-radius: 10px;
}

.residual-payment-info__content ul {
    list-style: none;
    padding: 0 0 0 20px;
}

.residual-payment-info__content li {
    margin: 0 0 2.5em;
}

.residual-payment-info__content li:before {
    content: "\2022";
    color: #FF0022;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.residual-payment-info__footnotes {
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.62;
    color: #3D464E;
}

@media (min-width: 992px) {
    .residual-payment-info {
        margin: 0 0 100px;
        padding: 50px 0;
    }

    .residual-payment-info__content {
        padding: 50px 50px 15px;
        font-size: 16px;
    }

    .residual-payment-info__content ul {
        padding-left: 40px;
    }

    .residual-payment-info__footnotes {
        font-size: 16px;
    }
}

.choose-the-best {
    margin: 0 0 50px;
}

.choose-the-best__title {

}

.choose-the-best__content {
    padding: 30px 30px 10px;
    background: #FFFFFF;
    border: 1px solid rgba(193, 193, 193, 0.28);
    border-radius: 10px;
}

@media (min-width: 992px) {
    .choose-the-best {
        margin: 0 0 100px;
    }

    .choose-the-best__content {
        padding: 50px 50px 20px;
    }    
}

.options-list {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.62;
    color: #000000;
}

.options-list__item {
    margin: 0 0 2.5em;
}

.options-list__title {
    font-weight: bold;
}

@media (min-width: 992px) {
    .options-list {
        font-size: 16px;
    }
}
