.svg-icon { 
    width: 27px;
    height: 27px;
}

.hidden {
    position: absolute;
    height: 0;
    width: 0;
    top: -100px;
    left: -100px;
}

.podbor-header {
    margin: 0 0 30px;
}

.podbor-header__title {
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 26px;
    line-height: 1.35;
    text-align: center;
    color: #000000;
}

.podbor-header__descr {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.375;
    color: #313131;
}

@media (min-width: 768px) {
    .podbor-header {
        margin-bottom: 50px;
    }
    
    .podbor-header__descr {
        margin: 0;
        font-weight: 600;
        font-size: 16px;
    }
}

.promo-section {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.375;
    color: #313131;
}

.promo-section a {
    color: #E50923;
}

.text-red {
    color: #E50923;
}

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

.check-list__item {
    position: relative;
    margin: 0 0 22px;
    padding: 0 0 0 40px;
}

.check-list__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 27px;
    height: 27px;
}

@media (min-width: 768px) {
    .promo-section {
        margin-bottom: 50px;
    }
}

.cta-podbor {
    margin: 0 0 50px;
    text-align: center;
}

.cta-podbor-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 35px;
    padding: 5px 38px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
    background: #E50923;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all .18s;
    text-decoration: none;
}

.cta-podbor-btn:hover,
.cta-podbor-btn:focus {
    outline: none;
    color: #E50923;
    border-color: #E50923;
    background: #FFFFFF;
    text-decoration: none;
}

.benefits-section {
    margin: 0 0 30px;
    padding: 30px 0;
    background: #F0F0F0;
}

.benefits-section__header {
    max-width: 974px;
    margin: 0 auto 30px;
    text-align: center;
}

.benefits-section__title {
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.35;
    text-align: center;
    color: #000000;
}

.benefits-section__descr {
    font-size: 12px;
    line-height: 1.375;
    color: #5E5E5E;
}

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

.benefits-list__col {
    margin-bottom: 20px;
}

.benefits-list__item {
    height: 100%;
    padding: 31px 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.18);
    border-radius: 4px;
}

.benefits-list__title {
    margin: 0 0 18px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #000000;
}

.benefits-list__descr {    
    font-size: 14px;
    line-height: 1.375;
    color: #313131;
}

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

    .benefits-section__header {
        margin-bottom: 50px;
    }

    .benefits-section__title {
        font-size: 26px;
    }

    .benefits-section__descr {
        font-size: 14px;
    }

    .benefits-list__title {
        margin-bottom: 28px;
    }    
}

@media (min-width: 992px) {
    .benefits-section__descr {
        font-weight: 600;
        font-size: 16px;
    }

    .benefits-list__descr {    
        font-size: 16px;
    }    
}

.order-form-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
}

.order-form-header__title {
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.35;
    color: #000000;
}

.order-form-header__descr {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    color: #585858;
}

@media (min-width: 768px) {
    .order-form-header {
        margin-bottom: 75px;
    }

    .order-form-header__title {
        font-size: 26px;
    }
}

.order-form {
    margin: 0 auto 50px;
    max-width: 600px;
}

.order-form__row {
    margin-bottom: 20px;
}

.order-form__col {
    margin-bottom: 20px;
}

.order-form__input,
.order-form__select,
.order-form__textarea {
    width: 100%;
    height: 47px;
    padding: 0 14px;
    background: #F0F0F0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    line-height: 1.2;
    /* color: #898989; */
}

.order-form__select {
    
}

.order-form__textarea {
    height: 175px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.order-form__submit {
    
}

.podbor-article {
    padding: 30px 0 40px;
    font-size: 14px;
    line-height: 2.06;
    color: #313131;
    background: #F0F0F0;
}

.podbor-article p {
    margin: 0 0 1.5em;
}

.podbor-article__title {
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.35;
    text-align: center;
    color: #000000;
}

.podbor-article__footer {
    margin: 30px 0 0;
    padding: 20px 0 0;
    font-size: 14px;
    line-height: 1.375;
    text-align: center;
    color: #4A4A4A;
    border-top: 1px solid #898989;
}

@media (min-width: 768px) {
    .podbor-article {
        padding: 50px 0 70px;
        font-size: 16px;
    }

    .podbor-article__title {
        font-size: 26px;
    }

    .podbor-article p {
        margin: 0 0 3em;
    }

    .podbor-article__footer {
        margin: 50px 0 0;
        font-weight: 600;
        font-size: 16px;
    }
}