.header-content-right-footer {
    justify-content: space-evenly;
}

.masterclass-right-advices-block-text {
    font-size: 160%
}

.advantages-griditem {
    min-height: 500px
}

#sevenstep {
    background: url('/2020/yanao/sevenstep.jpg') no-repeat;
    display: block;
    background-size: cover;
    height: 600px;
    width: 100%;

}

#sevenstep h2{
    font-size: 48px;
    text-align: center;
}

#sevenstep h3{
    font-size: 36px;
    text-align: center;
}

#sevenstep p{
    font-size: 24px;
}

@media (max-width: 1024px) {
    .advantages-card {display: none}
    .advantages-griditem {
        min-height: 20px
    }

    .reviews-griditem-card {
        height: 360px;
    }
}

@media (max-width: 800px) {
    .header-content-left-block-info-bot-timer {
        margin-bottom: 15px;
    }

    .header-content-right-footer {
        height: 80px;
    }

    .header-content-left-block-info {
        margin-top: 30px;
    }
}

@media (max-width: 460px) {
    .reviews-griditem-card {
        height: 360px;
    }

    .masterclass-right-advices-block-text {
        font-size: 14px
    }

    #sevenstep h2 {
        font-size: 42px;
    }

    #sevenstep h3 {
        font-size: 28px;
    }

    #sevenstep p{
        font-size: 20px;
    }

    .award__name {
        font-size: 16px;
    }

    #masterclass {
        pading-top: 0px;
    }

    section {
        padding-bottom: 15px;
    }
    
    .masterclass-right-advices {
        height: 60px;
        width: 320px;
    }

    .masterclass-right-advices-block-count {
        font-size: 32px;
        line-height: 34px;
        max-height: 90px;

    }

    #prizes, #why {
        padding-bottom: 0px;
    }

    .masterclass-right-advices-block {
        max-width: 88px;
        min-width: 88px;
    }

    
}

.masterclass-left-name {
    font-size: 24px;
}

.masterclass-left-popup {
    bottom: 60px;
}

@media screen and (max-width: 800px) {
    .masterclass-left-name {
        font-size: 16px;
        margin-left: -30px;
        margin-top: -60px;
    }

    .masterclass-left-popup {
        bottom: -20px;
    }

    .common-title {
        width: 290px;
        font-size: 20px;
    }
}