.main-banner{
    border-radius: 40px;
    background: #0047FF url('/images/site/index/main-banner-image.png') no-repeat right bottom;
    background-size: 526px;
    padding: 64px 110px;
}
.main-banner .content{
    max-width: 636px;
    min-height: 400px;
}
.main-banner h1{
    color: #FFF;
    margin: 0 0 8px 0;
}
.main-banner .content p{
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
}
.main-banner .content p b{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}
.main-banner .content .button{
    margin: 32px 0;
}
.main-banner .courses-list{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 560px;
}
.main-banner .courses-list a{
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.5px;

    padding: 8px 16px;
    border-radius: 100px;
    border: 1px solid #FFF;

    text-decoration: none;
}

.smartum-counters{
    display: flex;
    gap: 24px;
    padding: 32px 0;
}
.smartum-counters .smartum-counters-wrapper{
    display: flex;
    gap: 24px;
}
.smartum-counters .textWrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 110px;
    width: calc(50% - 12px);
}
.smartum-counters .textWrapper span{
    color: #383838;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}
.smartum-counters .textWrapper strong{
    color: #383838;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 8px;
}
.smartum-counters .textWrapper .button{
    margin-top: 24px;
}
.smartum-counters .counters{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: calc(50% - 12px);
}
.smartum-counters .counters .counter-item:first-child{
    width: 100%;
}
.smartum-counters .counters .counter-item{
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 40px;
    background: #F4F4F4;
    padding: 32px 52px;
    width: calc(50% - 12px);
}
.smartum-counters .counters .counter-item .number{
    color: #333;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}
.smartum-counters .counters .counter-item .text-numbers{
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
}
.logo-expand{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-expand img{
    max-width: 100%;
}

.section-advantages .section-advantages-wrapper{
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 64px 0;
}
.section-advantages .section-advantages-wrapper .image, .section-advantages .section-advantages-wrapper .advantages{
    width: calc(50% - 12px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.section-advantages .section-advantages-wrapper .image{
    align-items: center;
}
.section-advantages .section-advantages-wrapper .image img{
    max-width: 534px;
}
.section-advantages .section-advantages-wrapper .advantages{
    border-radius: 40px;
    background: #EBEEFB;
    padding: 64px 42px;
}
.section-advantages .section-advantages-wrapper .advantages .h2{
    margin-bottom: 36px;
}
.section-advantages .section-advantages-wrapper .advantages ul{
    list-style: none;
    margin: 0 0 48px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.section-advantages .section-advantages-wrapper .advantages ul li{
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 32px;
}
.section-advantages .section-advantages-wrapper .advantages ul li:before{
    content: '';
    width: 20px;
    height: 20px;
    top: 5px;
    left: 0;
    position: absolute;
    background: url('/images/site/index/check.png') no-repeat;
}
.section-advantages .section-advantages-wrapper .advantages .button{
    width: 430px;
}
.gallery-section-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.free-lesson-sign-up{
    margin: 40px 0 64px 0;
}
.smartum-counters .mobile{
    display: none;
}
@media (max-width: 1199px) {
    .main-banner{
        background-position: 620px bottom;
        background-size: 478px;
    }
    .section-advantages .section-advantages-wrapper .image img{
        max-width: 450px;
    }
    .section-advantages .section-advantages-wrapper .advantages .button{
        width: 100%;
    }
}

@media (max-width: 991px){
    .main-banner-wrapper{
        margin-top: 24px;
    }
    .smartum-counters .smartum-counters-wrapper{
        flex-direction: column;
        padding: 0 64px;
        align-items: flex-start;
    }
    .smartum-counters .textWrapper{
        width: 100%;
        padding: 0;
    }
    .smartum-counters .counters{
        width: 100%;
    }
    .smartum-counters .desktop{
        display: none;
    }
    .smartum-counters .mobile{
        display: inline-block;
    }

    .section-advantages .section-advantages-wrapper{
        flex-direction: column;
    }
    .section-advantages .section-advantages-wrapper .image{
        width: 40%;
    }
    .section-advantages .section-advantages-wrapper .advantages{
        width: 100%;
    }
    .main-banner{
        padding: 64px 24px 64px 24px;
        background-position: right bottom;
        background-size: 368px;
    }
    .main-banner .courses-list{
        max-width: 340px;
    }
}

@media (max-width: 767px) {
    .main-banner-wrapper{
        margin-top: 0;
    }
    .main-banner {
        padding: 24px 12px 350px 12px;
        background-size: 100%;
        background-position: bottom center;
        border-radius: 30px;
    }
    .main-banner .content p{
        line-height: 32px;
    }
    .main-banner .courses-list a{
        font-weight: 500;
        line-height: 16px;
        font-size: 11px;
        letter-spacing: 0.5px;
        padding: 4px 8px;
    }
    .smartum-counters{
        padding: 24px 0 0 0;
    }
    .smartum-counters .smartum-counters-wrapper{
        padding:  0 12px;
    }
    .smartum-counters .textWrapper strong{
        font-size: 28px;
        font-weight: 700;
        line-height: 36px;
    }
    .smartum-counters .textWrapper span{
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
    }
    .smartum-counters .counters .counter-item{
        align-items: center;
    }
    .smartum-counters .counters .counter-item .number{
        font-size: 45px;
        font-weight: 700;
        line-height: 52px;
    }
    .smartum-counters .mobile{
        margin-left: auto;
        margin-right: auto;
    }

    .section-advantages .section-advantages-wrapper{
        padding: 24px 0 24px 0;
    }
    .section-advantages .section-advantages-wrapper .image{
        width: 100%;
    }
    .section-advantages .section-advantages-wrapper .image img{
        max-width: 100%;
    }
    .section-advantages .section-advantages-wrapper .advantages .h2{
        font-size: 28px;
        font-weight: 700;
        line-height: 36px;
        margin-bottom: 24px;
    }
    .section-advantages .section-advantages-wrapper .advantages{
        padding: 24px 12px;
        border-radius: 30px;
    }
    .section-advantages .section-advantages-wrapper .advantages ul{
        gap: 12px;
        margin: 0 0 24px 0;
    }
    .section-advantages .section-advantages-wrapper .advantages ul li{
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        letter-spacing: 0.25px;
    }
    .gallery-section .container{
        width: 100%;
        max-width: 100%;
    }
    .free-lesson-sign-up{
        margin: 0;
    }
}