.path-register .site-main {
    padding-top: 32px;
}
.checkout-layout {
    display: flex;
}
.checkout-layout__right {
    flex: 0 0 715px;
    max-width: 715px;
}
.checkout-layout__left {
    flex: 1;
    padding-right: 200px;
}
.checkout-layout__summary {
    padding: 32px;
    background: #EEF0F7;
    border-radius: 24px;
}
.checkout-layout__summary-title {
    margin-bottom: 14px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
}
.checkout-layout__product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 12px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.checkout-layout__product-title,
.checkout-layout__product-price {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.9);
}
.checkout-layout__change-mode {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1539D3;
}
.checkout-layout__summary .form-item-agree {
    margin-top: 80px;
    margin-bottom: 32px;
}
.info_block__list {
    padding-top: 80px;
    padding-left: 34px;
}
.info_block__list-item {
    display: flex;
    gap: 13px;
    margin-bottom: 13px;
    font-size: 0.875rem;
}
.info_block__list-item:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
}
.info_block__list-item:nth-child(1):before {
    background: url(../img/info1.svg) no-repeat center;
}
.info_block__list-item:nth-child(2):before {
    background: url(../img/info2.svg) no-repeat center;
}
.info_block__list-item:nth-child(3):before {
    background: url(../img/info3.svg) no-repeat center;
}
.buy-courses-product-form legend {
    margin-bottom: 24px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
}
.buy-courses-product-form .contacts_wrap {
    margin-bottom: 43px;
}
.buy-courses-product-form .form-item-fio {
    margin-bottom: 0;
}
.buy-courses-product-form .email_wrap {
    margin-bottom: 19px;
}
.buy-courses-product-form .payments_wrap > legend {
    display: none;
}
.buy-courses-product-form input[type=submit] {
    padding: 23px 48px 23px 23px;
}
.form-item-agree a {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: underline;
}

@media (max-width: 1479px) {
    .checkout-layout__right {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .checkout-layout__left {
        padding-right: 44px;
    }
}
@media (max-width: 767px) {
    .path-register .site-main {
        padding-top: 24px;
    }
    .path-register .page-title {
        margin-bottom: 24px;
    }
    .checkout-layout {
        display: block;
    }
    .checkout-layout__left {
        padding-right: 0;
    }
    .checkout-layout__right {
        max-width: 100%;
    }
    .buy-courses-product-form legend {
        margin-bottom: 18px;
        font-size: 1rem;
    }
    .buy-courses-product-form .contacts_wrap {
        margin-bottom: 24px;
    }
    .buy-courses-product-form .email_wrap {
        margin-bottom: 0;
    }
    .payments_wrap {
        margin-bottom: 32px;
    }
    .payments_wrap .form-item {
        margin-bottom: 0;
    }
    .checkout-layout__summary {
        padding: 24px 20px;
    }
    .checkout-layout__summary-title {
        font-size: 1rem;
    }
    .checkout-layout__product {
        padding: 13px 6px;
        margin-bottom: 18px;
    }
    .checkout-layout__product-title, .checkout-layout__product-price {
        font-size: 0.875rem
    }
    .checkout-layout__summary .form-item-agree {
        margin-top: 60px;
        margin-bottom: 24px;
    }
    .checkout-layout .form-actions {
        text-align: center;
    }
    .info_block__list {
        padding-top: 60px;
        padding-left: 0;
    }
    .checkout-layout input[type=submit] {
        font-size: 0.875rem;
    }
}
@media (max-width: 420px) {
    .checkout-layout input[type=submit] {
        width: 100%;
    }
}
@media (max-width: 340px) {
    
}