@import url('../vars.css');


.stud-banner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: var(--mb);
}
.stud-banner-main{
    border-radius: 16px;
    background-image: url('/wp-content/themes/neve/assets/img/stud-sovet/banner-main.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.stud-banner-main-text{
    width: 570px;
    font-family: var(--desktop-body2-font);
    font-size: var(--desktop-body2-size);
    font-weight: var(--desktop-body2-weight);
    color: #fff;
}
.stud-banner-sub{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.stud-banner-sub-col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.stud-banner-sub-img{
    border-radius: 16px;
}
.stud-banner-sub-block{
    border-radius: 16px;
    padding: 16px 20px;
}
.blue-block{
    background: var(--primary-brand-2);
}
.red-block{
    background: var(--primary-brand-1);
}
.stud-banner-sub-block-title{
    font-family: var(--desktop-h5-font);
    font-size: var(--desktop-h5-size);
    font-weight: var(--desktop-h5-weight);
    color: #fff;
    margin-bottom: 4px;
}
.stud-banner-sub-block-desc{
    margin-top: 8px;
    font-family: var(--desktop-body-font);
    font-size: var(--desktop-body-size);
    font-weight: var(--desktop-body-weight);
    color: #fff;
}
.stud-banner-suub-block-subtitle{
    margin-top: 20px;
    font-family: var(--desktop-body2-font);
    font-size: var(--desktop-body2-size);
    font-weight: var(--desktop-body2-weight);
    color: #fff;
}


.stud-sovet-cust{
    display: flex;
    gap: 20px;
    margin-bottom: var(--mb);
}
.stud-sovet-cust-card{
    width: 415px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.stud-sovet-cust-card-img{
    border-radius: 50%;
}
.stud-sovet-cust-card-info{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.stud-sovet-cust-card-name{
    font-family: var(--desktop-accent-title-font);
    font-size: var(--desktop-accent-title-size);
    font-weight: var(--desktop-accent-title-weight);
    color: var(--text);
}
.stud-sovet-cust-card-post{
    font-family: var(--desktop-body-font);
    font-size: var(--desktop-body-size);
    font-weight: var(--desktop-body-weight);
    color: var(--secondary-2);
}

.stud-cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: var(--mb);
    row-gap: 32px;
    column-gap: 20px;
}
.stud-card{
    padding: 32px;
    border-radius: 16px;
    box-shadow: var(--drop-shadow-200);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 350px;
}
.stud-card-info{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.stud-card-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--desktop-h5-font);
    font-size: var(--desktop-h5-size);
    font-weight: var(--desktop-h5-weight);
}
.stud-card-title:hover,
.stud-card-title:active,
.stud-card-title:visited{
    color: #fff;
}
.stud-card-desc{
    font-family: var(--desktop-body-font);
    font-size: var(--desktop-body-size);
    font-weight: var(--desktop-body-weight);
}
.stud-card-bot{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stud-card-cust{
    display: flex;
    gap: 16px;
}
.stud-card-cust-img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.stud-card-cust-info{
    display: flex;
    flex-direction: column;
}
.stud-card-cust-name{
    font-family: var(--desktop-body2-font);
    font-size: var(--desktop-body2-size);
    font-weight: var(--desktop-body2-weight);
}
.stud-card-cust-post{
    font-family: var(--desktop-body-font);
    font-size: var(--desktop-body-size);
    font-weight: var(--desktop-body-weight);
}
.stud-card-vk{
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--desktop-body2-font);
    font-size: var(--desktop-body2-size);
    font-weight: var(--desktop-body2-weight);
}
.stud-white-card{
    background: #fff;
    color: var(--text);
}
.stud-white-card .stud-card-title{
    color: var(--primary-brand-2);
}
.stud-white-card .stud-card-desc{
    color: var(--text);
}
.stud-white-card .stud-card-cust-post{
    color: var(--secondary-2);
}
.stud-lightblue-card{
    background-color: var(--secondary-2);
    color: #fff;
}
.stud-lightblue-card .stud-card-title,
.stud-lightblue-card .stud-card-vk{
    color: #fff;
}
.stud-red-card{
    background-color: var(--primary-brand-1);
    color: #fff;
}
.stud-red-card .stud-card-title,
.stud-red-card .stud-card-vk{
    color: #fff;
}
.stud-darkblue-card{
    background-color: var(--secondary-4);
    color: #fff;
}
.stud-darkblue-card .stud-card-title,
.stud-darkblue-card .stud-card-vk{
    color: #fff;
}
.stud-blue-card{
    background-color: var(--primary-brand-2);
    color: #fff;
}
.stud-blue-card .stud-card-title,
.stud-blue-card .stud-card-vk{
    color: #fff;
}
.card1{
    background-image: url('/wp-content/themes/neve/assets/img/stud-sovet/Медиаклуб.svg');
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 80% 90%;
}
.card2{
    background-image: url('/wp-content/themes/neve/assets/img/stud-sovet/Волонтёрский\ центр.svg');
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 80% 90%;
}
.card3{
    background-image: url('/wp-content/themes/neve/assets/img/stud-sovet/Творческий\ клуб.svg');
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 80% 90%;
}
.card4{
    background-image: url('/wp-content/themes/neve/assets/img/stud-sovet/Спортивный\ клуб.svg');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 80% 90%;
}
.card5{
    background-image: url('/wp-content/themes/neve/assets/img/stud-sovet/Наставники.svg');
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 80% 90%;
}
.card6{
    background-image: url('/wp-content/themes/neve/assets/img/stud-sovet/Исторический\ клуб.svg');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 80% 90%;
}
.card7{
    background-image: url('/wp-content/themes/neve/assets/img/stud-sovet/игры.svg');
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 80% 90%;
}
.card8{
    background-image: url('/wp-content/themes/neve/assets/img/stud-sovet/Психологический\ клуб.svg');
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 80% 90%;
}


.stud-bot-banner{
    margin-bottom: var(--mb);
    width: 850px;
    border-radius: 16px;
    box-shadow: var(--drop-shadow-200);
    padding: 37px 120px 37px 46px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: var(--primary-brand-1);
    background-image: url('/wp-content/themes/neve/assets/img/stud-sovet/LooperGroup.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
.stud-bot-banner-title{
    font-family: var(--desktop-h2-font);
    font-size: var(--desktop-h2-size);
    font-weight: var(--desktop-h2-weight);
    color: #fff;
}
.stud-bot-banner-desc{
    font-family: var(--desktop-body2-font);
    font-size: var(--desktop-body2-size);
    font-weight: var(--desktop-body2-weight);
    color: #fff;
}
.stud-bot-banner-cust{
    display: flex;
    gap: 24px;
}
.stud-bot-banner-cust-img{
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.stud-bot-banner-cust-info{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.stud-bot-banner-cust-name{
    font-family: var(--desktop-accent-title-font);
    font-size: var(--desktop-accent-title-size);
    font-weight: var(--desktop-accent-title-weight);
    color: #fff;
}
.stud-bot-banner-cust-post{
    font-family: var(--desktop-body-font);
    font-size: var(--desktop-body-size);
    font-weight: var(--desktop-body-weight);
    color: #fff;
}
.stud-bot-banner-cust-contact{
    font-family: var(--desktop-body-font);
    font-size: var(--desktop-body-size);
    font-weight: var(--desktop-body-weight);
    color: #fff;
}
.stud-bot-banner-vk{
    display: flex;
    gap: 8px;
    align-items: center;
    font-family: var(--desktop-h5-font);
    font-size: var(--desktop-h5-size);
    font-weight: var(--desktop-h5-weight);
    color: #fff;
    width: fit-content;
}
.stud-bot-banner-vk:hover,
.stud-bot-banner-vk:active,
.stud-bot-banner-vk:visited{
    color: #fff;
}
.stud-bot-banner-icon{
    width: 24px;
    height: 24px;
}


@media screen and (max-width: 1400px) {
    .stud-banner{
        flex-direction: column;
        display: flex;
    }
    .stud-banner-main{
        height: 450px;
        background-position: center 20%;
    }
    .stud-cards{
        grid-template-columns: 1fr 1fr;
    }
    .stud-sovet-cust{
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 950px) {
    .stud-cards{
        display: flex;
        flex-direction: column;
    }
    .stud-card{
        min-height: 250px;
    }
    .stud-bot-banner{
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .stud-banner-main-text{
        width: 100%;
    }
    .stud-banner-main{
        height: 350px;
        padding: 25px 10px;
    }
    .stud-banner-sub{
        display: flex;
        flex-direction: column;
    }
    .stud-banner-sub-col:nth-child(1){
        flex-direction: column-reverse;
    }
    .stud-banner-sub-block{
        padding: 20px 12px;
    }
    .stud-sovet-cust-card{
        width: 100%;
    }
    .stud-sovet-cust-card-img{
        width: 48px;
        height: 48px;
    }
    .stud-card{
        padding: 20px 40px 20px 20px;
    }
    .stud-card-bot{
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
    .stud-card-info{
        gap: 18px;
    }
    .stud-bot-banner{
        padding: 24px 20px;
    }
    .stud-bot-banner-cust-img{
        width: 48px;
        height: 48px;
    }
}