* {
    font-family: 'rubik', sans-serif;
}

p {
    margin: 8px 0px;
}

body {
    overflow-x: hidden;
}

.section-info-table {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 0px 5px;
}
@media screen  and (max-width: 768px){
    .section-info-table{
        display: block;
    }
    footer{
        height: 630px;
    }
}

.wrapper-block-info {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 0px;
}

.content-block {
    border: 1px solid #b1b1b1;
    /* max-width: 1100px; */
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.arrowAcard {
    width: 25px;
    height: 25px;
    /* width: 100%;
    height: 100%; */
}

.imgArrowAcard {
    max-width: 25px;
    max-height: 25px;
}

.places-student {
    margin: 5px 0px;
    padding: 0;
}

.btnArrow {
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0px;
}

.animbtn {
    animation: arrowAnim ease-in-out .95s;
}

@keyframes arrowAnim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        overflow-x: hidden;
        transform: rotate(180deg);
    }
}

.header-info-specialization {
    padding: 15px 0px;
    max-width: 65%;
}

.h4-info-specialization {
    font-size: 1em;
    padding: 0px;
    margin: 8px 0px;
    color: #7f9a9f;
    font-weight: 100;
}

.h2-info-specialization {
    padding: 0px;
    margin: 0px;
}

.block-info-specialization {
    display: flex;
    align-items: start;
    margin: 18px 0px 0px 0px;
}

.block-laptop {
    display: flex;
    align-items: center;
    max-width: 30px;
    max-height: 30px;
    height: 100%;
    margin: 0px 10px 0px 0px;
}

.container-info-count-student {
    display: flex;
    align-items: center;
    max-width: 35%;
    justify-content: space-evenly;
    width: 100%;
}

.info-count-student-specialization {
    margin: 0px 25px 0px 0px;
    box-sizing: border-box;
}

.info-block-acard {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-radius: 0px 0px 8px 8px;
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
    /* animation: slideDown ease-in-out .65s; */
    background-color: #fbfbfb;    
}

.adapted-educational-programs {
    margin: 0;
    display: flex;
    align-items: center
}

.wrapper-special-education {
    border-top: 1px solid #dfdfdf;
}
.wrapper-baze {
    border-right: 1px solid #dfdfdf;
    margin-right: 35px;
    padding-right: 35px;
}

/* #2244ff */

@keyframes slideDown {
    0% {
        overflow-x: hidden;
        transform: translateX(100%);
    }
    /* 50% {
        overflow-x: hidden; 
        transform: translateX(-100%);
    } */
    100% {
        overflow-x: hidden;
        transform: translateX(0%);
    }
}

.block-09-02-07 {
    padding: 10px 15px;
    margin: 5px 0px;
    line-height: 26px;
}

.info-PPCCZ {
    display: flex;
    flex-direction: column;
}

.noactive {
    display: none;
}

.rotate-arrow {
    transform: rotate(180deg);
}

.active-content-block {
    border-bottom: none;
    border-radius: 8px 8px 0px 0px
}
.number-students-in-the-faculty {
    font-size: 14px;
}

@media screen and (max-width: 1000px) {
    .container-info-count-student {
        max-width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 715px) {
    .block-info-specialization {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 651px) {
    .wrapper-baze {
        border-right: none
    }
}
@media screen and (max-width: 400px) {
    .h4-info-specialization {
        font-size: 0.9em;
    }
    .h2-info-specialization {
        font-size: 1em;
    }
    .info-count-student-specialization p {
        font-size: 0.9em;
    }
    .number-students-in-the-faculty {
        font-size: 0.85em;
    }
}