
section{
    padding-top: 40px;
}
body{
    background-color: #000;
}
h1{
    font-size: 57px;
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase;
    width: 100%;
    max-width: 707px;
    font-weight: 400;
    margin-bottom: 42px;
}
p, a{
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    text-decoration: none;
}
.container{
    width: 100%;
    max-width: 1345px;
    padding: 0 15px;
    margin: 0 auto;
}
.red_btn{
    background-color: rgba(220, 82, 66, 1);
    text-align: center;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    max-width: 300px;
    line-height: 53px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease;
}
.red_btn:hover{
    background-color: rgb(179 63 49);
}
.red_btn img{
    display: inline-block;
    vertical-align: middle;
}
h2{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #fff;
    line-height: 1.3;
}


/* all */

.first_box{
    padding-top: 0;
}
.main_img{
    width: 100%;
    max-width: 563px;
}
.first_box .container{
    padding-top: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.first_box .left{
    width: 100%;
    max-width: 707px;
    padding-top: 85px;
    margin-left: -25px;
}
.first_box .red_btn{
    margin-bottom: 52px;
}
.first_box .red_btn:hover{
    color: #fff;
}
.about_proj .container{
    padding: 25px 15px;
    border-top: 1px solid #5C5C5C;
    border-bottom: 1px solid #5C5C5C;
    display: flex;
    align-items: center;
    max-width: 1315px;
}
.about_proj h2{
    margin-bottom: 0;
    margin-right: 34px;
    min-width: fit-content;
    position: relative;
}
.about_proj h2::before{
    content: '';
    position: absolute;
    right: -34px;
    top: -26px;
    height: 88px;
    width: 1px;
    background-color: #5C5C5C;
}
.about_proj p{
    flex-grow: 1;
    padding-left: 39px;
}
.edu_list{
    display: flex;
    align-items: stretch;
    gap: 19px;
}
.edu_list .item{
    background-color: #fff;
    border-radius: 10px;
    padding: 22px ;
    flex: 1 1 25%;
    min-width: 271px;
    max-width: 315px;
    display: flex;
    flex-direction: column;
}
.edu_list .item .status{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.edu_list .item .status img{
    margin-left: 17px;
}
.edu_list .item p{
    color: #000;
}
.edu_list .item.closed .status{
    justify-content: flex-start;
}
.edu_list .item.closed .status p{
    color: #DC5242;
}
.edu_list .item .img_box{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 35px;
}
.edu_list .item .img_box img{
    width: 100%;
    height: 172px;
    object-fit: cover;
}
.edu_list .item .img_box::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 89px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
.edu_list .item .img_box p{
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 24px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 14px;
    text-transform: uppercase;
}
.edu_list .item.closed .img_box::before{
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    background-image: url('../img/lock_ico.svg');
}
.edu_list .item.closed .info p{
    opacity: 0.5;
}
.edu_list .item .info{
    flex-grow: 1;
}
.edu_list .item .info p{
    margin-bottom: 22px;
}
.edu_list .item .info p img{
    display: block;
    margin-bottom: 14px;
}
.edu_list .item .red_btn{
    margin-bottom: 20px;
}
.edu_list .item .prog_btn{
    font-size: 14px;
    color: #000;
    display: block;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #DC5242;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.edu_list .item .prog_btn:hover{
    border: 1px solid rgb(179 63 49);
}


.new_prof .container{
    padding-bottom: 40px;
    border-bottom: 1px solid #5c5c5c;
}
.new_prof .list{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.new_prof .list .item{
    max-width: 350px;
}
.new_prof .list .item img{
    display: block;
    margin-bottom: 20px;
}
.new_prof .list .item:nth-child(2){
    max-width: 312px;
}

.feeds .container{
    padding-bottom: 53px;
    border-bottom: 1px solid #5C5C5C;
}
.feed_slider{
    position: relative;
    width: 100%;
    max-width: 1002px;
    background-color: #fff;
    border-radius: 11px;
    margin: 0 auto 84px;
}
.feed_slider::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -42px;
    height: 43px;
    width: 100px;
    margin-left: -50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    background-image: url('../img/corner.svg');
}
.feed_slider .slick-arrow{
    position: absolute;
    width: 88px;
    height: 88px;
    background-repeat: no-repeat;
    background-position: 48% 50%;
    background-size: inherit;
    border-radius: 7px;
    background-color: #fff;
    cursor: pointer;
    color: transparent;
    font-size: 1px;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    border: none;
}
.feed_slider .slick-prev{
    left: -155px;
    background-image: url('../img/arrow_prev.svg');
}
.feed_slider .slick-next{
    right: -155px;
    background-image: url('../img/arrow_next.svg');
}
.feed_slider .slide{
    display: flex;
    align-items: flex-start;
    padding: 25px 25px 27px 24px;
}
.feed_slider .img_box{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    max-width: 218px;
    margin-right: 43px;
}
.feed_slider .img_box img{
    width: 100%;
}
.feed_slider .img_box .play{
    position: absolute;
    width: 94px;
    height: 94px;
    left: 50%;
    border-radius: 50%;
    cursor: pointer;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,.28);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    background-image: url('../img/play_ico.svg');
    transition: all 0.2s ease;
}
.feed_slider .img_box:hover .play{
    background-color: rgba(0,0,0,.5);
}
.feed_slider .text_box{
    width: 100%;
}
.feed_slider .text_box h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 34px;
    color: #000;
}
.feed_slider .text_box p{
    color: #000;
    font-size: 13px;
    margin-bottom: 15px;
}
.feed_slider .text_box .pe_box{
    position: relative;
    padding-left: 36px;
    min-height: 122px;
    margin-bottom: 36px;
}
.feed_slider .text_box .pe_box::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 122px;
    background-color: #000;
}
.feed_slider .text_box.audio .pe_box{
    min-height: 80px;
}
.feed_slider .text_box.audio .pe_box::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 80px;
    background-color: #000;
}
.feed_slider .text_box .red_btn{
    display: block;
}
.feed_slider .text_box.audio .red_btn{
    background-color: #000;
}


.feeds_dots .dot .dot_info{
    width: 100%;
    max-width: 120px;
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #60241D;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.feeds_dots .dot .dot_info img{
    width: 71px;
    height: 71px;
    border-radius: 50%;
    object-fit: none;
    background-color: #fff;
}
.feeds_dots .dot .dot_info.user{
    position: relative;
}
.feeds_dots .dot .dot_info.user::after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 32px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/user_video_ico.svg');
}
.feeds_dots .dot.slick-current .dot_info {
    background-color: #DC5242;
}
.sign_mob_box{
    display: none;
}
.about_proj .red_btn.mobile{
    display: none;
}
.feeds_dots .slick-slide{
    margin: 0 27px;
}
.feeds_dots .slick-list{
    margin: 0 -27px;
}
.quiz-modal_mod .modal-dialog .modal-content .modal-body .title{
    width: 100%;
    font-weight: 600;
}

.quiz-modal_mod .modal-dialog .modal-content .modal-body p{
    width: 100%;
    margin-bottom: 15px;
}
.quiz-modal_mod .modal-dialog .modal-content .modal-body ul{
    width: 100%;
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 30px;
}

.quiz-modal_mod .modal-dialog .modal-content .modal-body ul li{
    width: 100%;
    color: #fff;
}

.quiz-modal_mod .text{
    width: 100%;
    margin-bottom: 30px;
    color: #fff;
}

.quiz-modal_mod .list_title{
    font-weight: 600;
}

.red_btn_audio:hover{
    color: #fff;
}

.subscr_bottom_modded .subscribe-section .subscribe-form button[type=submit]{
    background: #000000 !important;
}

.subscr_bottom_modded .name_form_field input{
    padding-left: 50px !important;
    background: url(/wp-content/themes/krupkin/salem/img/user_red.svg) no-repeat top+4px left+5px;
}

.subscr_bottom_modded .emaildes input{
    padding-left: 50px !important;
    background: url(/wp-content/themes/krupkin/salem/img/email_red.svg) no-repeat top+4px left+5px;
}

.feeds_dots .dot .dot_info img{
    object-fit: cover;
}

.quiz-modal_mod .modal-content{
    max-width: 700px;
}

/* Adaptive */
@media screen and (max-width: 1365px){
    .feed_slider .slick-arrow{
        box-shadow: 0 4px 4px rgba(0,0,0,.25);
    }
    .feed_slider .slick-next{
        right: -75px;
    }
    .feed_slider .slick-prev{
        left: -75px;
    }
}
@media screen and (max-width: 1280px){
    .feed_slider .slick-next{
        right: -44px;
    }
    .feed_slider .slick-prev{
        left: -44px;
    }
    .feed_slider .slide{
        padding: 25px 50px;
    }
    .edu_list{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1024px){
    .first_box .main_img{
        display: none;
    }
    .first_box .left{
        max-width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    h1{
        position: relative;
        font-size: 17px !important;
        max-width: 267px;
    }
    h1::before{
        content: '';
        position: absolute;
        right: 0;
        bottom: -10px;
        width: 38px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('../img/mob_arrows.svg');
    }
    .about_proj .container{
        flex-direction: column;
        align-items: flex-start;
    }
    .about_proj p{
        padding-left: 0;
        margin-top: 16px;
        color: #979797;
    }
    .about_proj h2::before{
        height: 36px;
        top: 0;
    }
    .first_box .red_btn{
        display: none;
    }
    .sign_mob_box{
        display: block;
        width: 100%;
        padding-top: 21px;
        text-align: right;
    }
    .about_proj .red_btn.mobile{
        display: block;
        margin-top: 28px;
        margin-bottom: 0;
    }
    .about_proj .container{
        border-bottom: none;
        padding-bottom: 0;
    }
    .about_proj .red_btn.mobile{
        max-width: 400px !important;
    }
    .new_prof .list{
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .new_prof .list .item{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 280px;
        width: 100%;
        margin-bottom: 15px;
    }
    .new_prof .list .item img{
        margin-right: 24px;
    }
    .new_prof .list .item p{
        max-width: 218px;
    }
    .new_prof .list .item:nth-child(2){
        max-width: 280px;
    }
    .sliders_wrap{
        display: flex;
        flex-direction: column-reverse;
    }
    .feed_slider::after{
        display: none;
    }
    .feeds_dots{
        margin-bottom: 26px;
    }
    .feed_slider{
        margin-bottom: 0;
    }
    .feed_slider .slick-arrow{
        width: 46px;
        height: 46px;
        background-size: 12px;
    }
    .feed_slider .slick-next{
        right: -23px;
    }
    .feed_slider .slick-prev{
        left: -23px;
    }
    .feed_slider .slide{
        flex-direction: column;
        align-items: center;
    }
    .feed_slider .img_box{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .edu_list{
        justify-content: center;
    }
    .feeds_dots .dot .dot_info{
        max-width: 60px;
        min-width: 60px;
        height: 60px;
    }
    .feeds_dots .dot .dot_info img{
        width: 35px;
        height: 35px;
    }
    .feeds_dots .dot .dot_info.user::after{
        bottom: 18px;
    }
    .feed_slider .text_box .pe_box{
        padding-left: 0;
    }
    .feed_slider .text_box .pe_box::after{
        display: none;
    }
    .feed_slider .text_box .pe_box{
        margin-bottom: 20px;
    }
    .container{
        padding: 0 26px;
    }
}
