﻿.page-section-header {
    color: #1A1A1A;
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 32px 0;
}

.page-section .blue-text {
    color: #0E88F2;
}

.page-section .tiny {
    font-weight: 400;
}

.page-section .bolder {
    font-weight: 700!important;
}

.page-section p{
    margin-bottom: 0;
}

.banner {
    background-image: url("//cdn.specialist.ru/content/file/layouts/voucher6000/img/banner-desktop.png");
}

.banner-content{
    max-width: 418px;
}

.banner-date {
    margin-right: 0;
}


.goodMoment-text {
    padding-left: 32px;
    border-left: 4px solid #0E88F2;
}

    .goodMoment-text p {
        color: #1A1A1A;
        font-size: 19px;
        font-weight: 400;
        line-height: normal;
    }

.payment-section {
    padding: 48px 0;
    background: linear-gradient(318deg, rgba(237, 238, 249, 0.70) 1.23%, rgba(242, 249, 252, 0.70) 100%);
}

.payment-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .payment-top::after {
        display: block;
        content: "";
        width: 352px;
        height: 352px;
        flex-shrink: 0;
        background: url("//cdn.specialist.ru/content/file/layouts/voucher6000/img/payment-top.png") center center no-repeat;
    }

.payment-top-left{
    max-width: 700px;
    margin-right: 20px;
}

.payment-section-header{
    margin-bottom: 24px;
}

.payment-section-text{
    margin-bottom: 32px;
}

    .payment-section-text p {
        color: #33393E;
        font-size: 19px;
        font-weight: 400;
        line-height: 1.47;
    }

.page-section .page-button {
    display: block;
    border-radius: 4px;
    border: 1px solid #FF6505;
    background: #FF6505;
    padding: 15px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    width: 256px;
}

    .page-section .page-button:hover {
        filter: brightness(90%);
    }
.payment-second {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 10px 12px 0px rgba(0, 70, 119, 0.10);
    padding: 32px;
    margin-bottom: 32px;
}

    .payment-second p {
        color: #1A1A1A;
        font-size: 19px;
        font-weight: 400;
        line-height: 1.4;        
    }

.page-section .payment-bottom p {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4;
}

.courses-list-header{
    text-align: center;
}

.courses-list{
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    flex-wrap: wrap;
}

.course-item {
    width: 49%;
    border-radius: 8px;
    background: linear-gradient(270deg, #EDEEF9 1.23%, #F2F9FC 100%);
    margin: 0 0 23px 0;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 86px;
}

.course-name {
    color: #1A1A1A;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 10px;
}

    .course-name h3 {
        font-weight: 700;
    }

.course-item-link {
    display: block;
    color: #0E88F2;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2; /* 13.2px */
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #0E88F2;
    padding: 10px;
    flex-shrink: 0;
}

    .course-item-link:hover {
        background: #0E88F2;
        color: white;
    }

.learning-section {
    background: linear-gradient(318deg, rgba(237, 238, 249, 0.70) 1.23%, rgba(242, 249, 252, 0.70) 100%);
    padding: 64px 0;
}

.learning-list {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.learning-item {
    width: 32%;
    margin-bottom: 24px;
    padding: 32px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 10px 12px 0px rgba(0, 70, 119, 0.10);
}

.learning-item.wide{
    width: 49%;
}

    .learning-item h3 {
        color: #33393E;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.3; /* 127.273% */
        margin-bottom: 20px;
    }

    .learning-item p {
        color: #33393E;
        font-size: 19px;
        font-weight: 400;
        line-height: 1.3;
    }

.page-section .learning-bottom {
    color: #33393E;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.47; /* 147.368% */
    margin-bottom: 32px;
}

.learning-bottom span{
    display: block;
}

.learning-button-wrapper .page-button {
    margin: 0 auto;
}

.conditions-list{
    font-size: 15px;
}

.conditions-list li{
    margin-bottom: 25px;
}

    @media (max-width: 950px) {
        .payment-top {
            flex-wrap: wrap;
            margin-bottom: 30px;
        }

        .payment-top-left {
            max-width: none;
            margin-right: 0;
            order: 1
        }

        .payment-top::after {
            width: 200px;
            height: 200px;
            background-size: contain;
        }
    }

    @media (max-width: 810px) {
        .course-item {
            width: 100%;
        }

        .learning-item, .learning-item.wide {
            width: 100%;
        }
    }

    @media (max-width: 716px) {
        .conditions-list li {
            padding-left: 50px;
        }
    }


    @media (max-width: 480px) {
        .course-item {
            display: block;
        }

        .course-name {
            margin-right: 0;
            margin-bottom: 20px;
        }
    }