.personelManagement{
    width: 100%;
    background-image: url("../images/applyOneBg.png");
    background-repeat: no-repeat;
    padding-top: 198px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center;
}
.backButton, .ellipseButton{
    display: none;
}
.popup-wrap-logged-login {
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    display: none;
    content:'';
    background:rgba(0,0,0,0.85);
    z-index: 500;
}
.popup-box-logged-login {
    width: 400px;
    height: 200px;
    transform: translate(-50%, -50%) scale(1);
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
    background: #fff;

    .close-btn{
        width:35px;
        height:35px;
        position: absolute;
        cursor: pointer;
        top: 10px;
        right: 10px;
        display:inline-block;
        -webkit-transition:all ease 0.5s;
        transition:all ease 0.5s;
        border-radius:1000px;
        background:#5D9A9D;
        font-weight:bold;
        text-decoration:none;
        color:#fff;
        line-height:190%;

        &:hover {
            -webkit-transform:rotate(180deg);
            transform:rotate(180deg);
        }
    }
}
.zxc{
    /*margin-right: 20px;*/
}
.filterLesson{
    width: 100%;
    height: min-content;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.filterLesson > select.form-control{
    -webkit-appearance: default-button;
    appearance: auto;
}
.filterLesson > select{
    width: 25%;
    border: none;
}
.filterLesson > select:nth-child(2){
    margin-left: 10px;
}
.iframeField{
    display: flex;
    justify-content: start;
    margin: 50px auto 0px !important;
    padding-bottom: 0px !important;
}
.posLeft{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.videoField > span{
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Roboto_',sans-serif;
    margin-bottom: 20px;
}
.videoField{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.videoField > .backgroundField > iframe{
    width: 737px;
    height: 402px;
}
.backgroundField{
    position: relative;
}
.backgroundVideo{
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
.lessonsNumberField{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}
.lessNumField{
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 5px;
    background: transparent;
}
.lesNum{
    color: white;
    font-weight: 500;
    font-size: 17px;
    position: absolute;
}
.sizeLikeField{
    width: min-content;
}
.swiper-container {
    width: 296px;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.swiper-button-next,
.swiper-button-prev {
    color: #F36528;
}
.amdFix{
    font-family: 'Roboto_',sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    text-align: left;
    color: #FFFFFF;
}
.topDivFlex{
    width: 66.8%;
    margin: 10px auto 0;
}
.bottomDiv{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 41px;
    gap: 11.4%;
}
.topDiv{
    width: 69%;
}
.titleMan{
    width: 67%;
    margin: 0px auto;
    justify-content: flex-start;
    align-items: center;
    font-family: "RobotoSlab_", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 58px;
    text-align: left;
    color: #F36528;
    height: min-content;
    display: flex;
}
.infotxt{
    font-family: "Roboto_",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    text-align: justify;
    color: #FFFFFF;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.rightImg{
    width: 469.52px;
    height: 353.73px;
    float: right;
    margin-top: 4.5%;
    margin-left: 16%;
    border-radius: 30px;
}
.leftDipl{
    display: flex;
    /* width: auto; */
    /* max-width: 600px; */
    flex-direction: column;
    justify-content: space-between;
}
.rightImgBottom{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.card_ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 296px;
    height: 430px;
    padding: 38px 34px 38px 34px;
    border-radius: 30px;
    margin-top: 21px;
    border: 1px solid #0000000D;
    text-align: center;
    background: #FFFFFF24;

}
.card-image {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto;
}
.card-image img{
    width: 100%;
    height: 100%;
}
.nameCard{
    color: #F16D35;
    font-family: "Roboto_",sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}
.textCard{
    font-family: "Roboto_",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px !important;
    text-align: center;
    color: #FFFFFF !important;
    height: max-content;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 0 1rem;
}
.card_:hover{
    background: #FFFFFF5C;
}
.divBottom{
    width: 67%;
    margin: 0px auto;
}
.footerBackground {
    margin-top: -73px !important;
}
.bottomImages {
    width: 100%;
    height: 123px;
    margin: 31px auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    border: 2px solid #FFFFFF24;
    gap: 80px;
    box-shadow: 1px 1px 5px 0px #00676D3D;
    background: #FFFFFF24;
}
.buttonDiv{
    width: 50%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 35px;
}
.leftDipl span{
    text-align: center;
    text-transform: uppercase;
    color: #F36528;
    font-family: "RobotoSlab_",sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.leftDipl img {
    padding: 10px;
    width: 600px;
    height: 430px;
    margin-top: 24px;
    background: #FFFFFF24;
    border-radius: 22px;
}
.rightTitle{
    text-transform: uppercase;
    color: #F36528;
    font-family: 'RobotoSlab_',sans-serif;
    font-size: 24px;
    font-weight: 400;
    /*line-height: 44px;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.nameCard{
    height: min-content;
    margin: 10px 0px;
}
.textCard{
    height: 88px;
}
.textCard > p{
    margin-bottom: 0px;
}
.managementBtnDiv{
    cursor: pointer;
}
.managementBtnDiv > a{
    background: transparent;
    border: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.managementBtnDivCourse > a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.managementBtnDivCourse > a > img{
    width: 152px;
    height: 66px;
}
.managementBtnDivCourse > a:hover img{
    content: url("../images/applySendBtnhover.png");
    width: 152px;
    height: 66px;
}
.managementBtnDivCourse > a:hover span{
    color: white;
}
.managementBtnDiv > a > svg{
    width: 152px;
    height: 66px;
}
.managementBtnDiv > a:hover svg > path{
    fill: #F36528;
}
.managementBtnDiv > a:hover span{
    color: white;
}
.managementBtnDiv > a > span{
    font-size: 13px;
    font-weight: 700;
    font-family: "Roboto_", sans-serif;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #F36528;
}
.managementBtnDivCourse > a > span{
    font-size: 13px;
    font-weight: 700;
    font-family: "Roboto_", sans-serif;
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
}
.managementBtnDiv > a:hover span{
    color: white;
}
.diplomW{
    display: none;
}
.managementBtnDivCourse a{
    z-index: 10;
    position: relative;
}
/*LIKE*/
.large-font {
    width: 43px;
    height: 43px;
    font-size: xxx-large;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    display: flex;
    background-color: #ffffff50;
    justify-content: center;
    margin-left: 42px;
    cursor: pointer;
}
ion-icon.active {
    animation: like 0.5s 1;
    fill: #F36528;
    stroke: none;
    color: #F36528;
}
ion-icon {
    width: 29.63px;
    height: 25.96px;
    color: #FFFFFF;
    fill: transparent;
    stroke-width: 30;
    transition: all 0.5s;
    position: absolute;
}
@-webkit-keyframes like {
    0% {
        transform: scale(1);
    }
    90% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.1);
    }
}
@media screen and (max-width: 800px) {
    .filterLesson > select{
        width: 37%;
    }
}
@media screen and (max-width: 1510px) {
    .bottomDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        padding-top: 41px;
        gap: 11.4%;
    }
    .leftDipl img {
        padding: 10px;
        /*width: 500px;*/
        /*height: 370px;*/
        width: 100%;
        height: auto;
        margin-top: 24px;
        background: #FFFFFF24;
        border-radius: 22px;
    }
    .rightImgBottom {
        margin-top: 50px;
    }
    .card_ {
        height: 370px;
    }
}
@media screen and (max-width: 1400px) {
    .card_ {
        display: flex;
        margin-top: 24px;
        flex-direction: column;
        justify-content: center;
    }
    .rightImg {
        margin-left: 3%;
        width: 333.42px;
        height: 251.19px;
    }
    .bottomDiv{
        /*gap: 0;*/
        justify-content: space-between;
    }
    .diplomW{
        display: none;
    }
}
@media screen and (max-width: 1340px) {
    .textCard {
        font-family: "Roboto_", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px !important;
        text-align: center;
        color: #FFFFFF !important;
        height: 88px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        padding: 0 1rem;
    }
    .nameCard {
        text-transform: uppercase;
        /*font-family: 'RobotoSlab_',sans-serif;*/
        font-size: 18px;
        /*font-weight: 400;*/
        /*line-height: 44px;*/
        /*text-align: center;*/
    }

    .leftDipl span, .rightTitle {
        color: #F36528;
        font-family: "RobotoSlab_", sans-serif;
        font-size: 18px;
        font-weight: 400;

    }
}
@media screen and (max-width: 1228px) {
    .rightImgBottom {
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .rightImgBottom .card_ {
        width: 296px;
        height: 370px;
        padding: 38px 34px 38px 34px;
        border-radius: 30px;
        /*padding: 38px 34px 38px 34px;*/
        /*margin-top: 0;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .nameCard{
        font-family: 'Roboto_',sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
    }
    .textCard{
        font-family: "Roboto_",sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
        width: 100%;
    }
    .leftDipl {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .leftDipl span {
        font-family: 'RobotoSlab_',sans-serif;
        font-size: 18px;
        font-weight: 400;
        /*line-height: 44px;*/
        text-align: center;
    }
    .leftDipl img {
        /*width: 392px;*/
        /*height: 294px;*/
        width: 100%;
        height: auto;
        border-radius: 30px;
    }
    .diplomW{
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    .filterLesson {
        justify-content: center;
    }
    .videoField > span{
        font-size: 20px;
    }
    .posLeft{
        width: 100%;
    }
    .videoField{
        width: 100%;
        height: 100%;
    }
    .videoField > .backgroundField {
        width: 100%;
        height: 488px;
    }
    .videoField > .backgroundField > iframe{
        width: 100%;
        height: 100%;
    }
    .personelManagement {
        padding-top: 61px;
    }
    .managmentBackButton{
        display: contents;
    }
    .titleMan{
        font-family: "RobotoSlab_",sans-serif;
        font-size: 25px;
        font-weight: 400;
        line-height: 32px;
        text-align: left;
        color: #F36528;
        width: auto;
        padding: 0;
        padding-top: 28px;
        margin-left: 6.83%;
        margin-right: 5.76%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .titleMan span{
        text-align: center;
    }
    .backButton {
        width: 40px;
        height: 40px;
        display: block;
        margin-right: 51px;
    }
    .large-font{
        margin-left: 51px;
    }
    .topDivFlex{
        width: 100%;
        padding-left: 6.8%;
        padding-right: 6.9%;
    }
    .infotxt{
        font-family: 'Roboto_',sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        text-align: justify;
        margin-top: 26px;
        display: block;
    }
    .divBottom{
        width: 100%;
        padding-left: 6.8%;
        padding-right: 6.9%;
        padding-bottom: 22px;
    }
    .leftDipl {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .leftDipl span {
        order: 2;
        font-family: 'RobotoSlab_',sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 44px;
        text-align: center;
    }
    .leftDipl img {
        order: 1;
        /*width: 392px;*/
        /*height: 294px;*/
        width: 100%;
        height: auto;
        border-radius: 30px;
    }
    .rightImgBottom {
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }
    .nameCard {
        order: 2;
        font-family: 'RobotoSlab_',sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 44px;
        text-align: center;
    }
    .rightImgBottom .card_ {
        order: 1;
        width: 296px;
        height: 370px;
        padding: 38px 34px 38px 34px;
        border-radius: 30px;
        /*padding: 0;*/
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .nameCard{
        font-family: 'Roboto_',sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
    }
    .textCard{
        font-family: "Roboto_",sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
        width: 100%;
    }
    .buttonDiv > button > img {
        position: relative;
        width: 130px;
        height: 56px;
    }
    .buttonDiv > button > span {
        font-family: 'Roboto_',sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 15.23px;
    }
    .bottomDiv{
        /*width: 670px;*/
        margin: 0;
        padding-top: 0;
    }
    .diplomW{
        display: none;
    }
}
@media screen and (max-width: 1036px) {
    .videoField > .backgroundField{
        width: 100%;
        height: 380px;
    }
}
@media screen and (max-width: 950px) {
    .videoField > .backgroundField{
        width: 100%;
        height: 350px;
    }
}
@media screen and (max-width: 800px) {
    .videoField > .backgroundField{
        width: 100%;
        height: 320px;
    }
    .brNone{
        display: none;
    }
    .bottomDiv {
        width: 625px;
    }
}
@media screen and (max-width: 730px) {
    .amdFix {
        font-size: 20px;
    }
    .bottomImages{
        gap: 30px;
    }
    .large-font{
        min-width: 43px;
    }
    .titleMan{
        height: max-content;
        padding-top: 32px;
        font-family: 'RobotoSlab_',sans-serif;
        font-size: 26px;
        font-weight: 400;
        line-height: 27px;
        text-align: center;
    }
    .diplomW{
        max-width: 100%;
        display: flex;
        margin: 20px 0;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .diplomM{
        display: none;
    }
    .rightImg{
        width: 360px;
        height: auto;
        border-radius: 30px;
        margin: 20px 0;
    }
    .bottomDiv {
        width: 100%;
        justify-content: center;
        margin: 20px 0;
    }
    .topDivFlex{
        margin: 0;
    }
    .infotxt{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: left;
    }
    .leftDipl span{
        font-family: 'RobotoSlab_',sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
    }
    .rightImgBottom {
        width: 60%;
    }
    .rightImgBottom .card_{
        /*width: 100%;*/
        width: 296px;
        height: 370px;
        padding: 38px 34px 38px 34px;
        order: 3;
        /*margin: 0px 20px;*/
    }
    .leftDipl img{
        /*width: 370px;*/
        height: auto;
        width: 100%;
        margin-top: 20px;
    }
    .footerBackground {
        margin-top: -37px !important;
    }
    .nameCard{
        font-family: "RobotoSlab_",sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 15.83px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .personelManagement {
        background: #5D9A9D;
    }
}
@media screen and (max-width: 650px) {
    .videoField{
        width: 100%;
        height: 100%;
    }
    .videoField > .backgroundField {
        width: 100%;
        height: 305px;
    }
    .videoField > .backgroundField > iframe{
        width: 100%;
        height: 305px;
    }
}
@media screen and (max-width: 620px) {
    .videoField{
        width: 100%;
        height: 100%;
    }
    .videoField > .backgroundField {
        width: 100%;
        height: 291px;
    }
    .videoField > .backgroundField > iframe{
        width: 100%;
        height: 291px;
    }
}
@media screen and (max-width: 599px) {
    .infotxt{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: left;
        font-family: 'Roboto_',sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }
    .filterLesson{
        margin-top: 10px;
        flex-direction: column;
    }
    .filterLesson > select:nth-child(2){
        margin-left: 0px;
        margin-top: 10px;
    }
    .managementBtnDivCourse{
        margin-left: 5px;
    }
    .backgroundVideo {
        font-size: 15px;
    }
    .videoField{
        width: 100%;
        height: 100%;
    }
    .videoField > .backgroundField {
        width: 100%;
        height: 281px;
    }
    .videoField > .backgroundField > iframe{
        width: 100%;
        height: 281px;
    }
    .videoField > span{
        font-size: 15px;
    }
    .leftDipl img{
        width: 100%;
    }
    .rightImg{
        width: 100%;
    }
    .bottomImages {
        background: #7BADAF;
        padding: 0;
        margin: 0;
        display: flex;
        height: 68px;
        align-items: center;
        justify-content: space-evenly;
        z-index: 100000;
        left: 0;
    }
    #bottomImages.fixed {
        position: fixed;
        bottom: -1px;
        width: 100%;
    }
    #bottomImages.none {
        display: none;
    }
    .managementBtnDiv > a > span,
    .managementBtnDivCourse > a > span{
        font-family: 'Roboto_',sans-serif;
        font-size: 9px;
        font-weight: 700;
    }
    .managementBtnDiv > a > svg{
        width: 102px;
        height: 44px;
    }
    .managementBtnDivCourse > a > img{
        width: 120px;
        height: 49px;
    }
    .managementBtnDivCourse > a:hover img{
        content: url("../images/applySendBtnhover.png");
        width: 120px;
        height: 49px;
    }
    /*.managementBtnDivCourse > a:hover span{*/
    /*    color: white;*/
    /*}*/
    .amdFix{
        font-family: 'Roboto_',sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 17.58px;
        color: #FFFFFF;
        height: max-content;
    }
    .buttonDiv{
        display: flex;
        gap: 2px;
        height: max-content;
        width: auto;
        margin: 0;
        padding: 0;
    }
    .ellipseButton {
        display: block;
        position: absolute;
    }
    .backButton {
        width: 30px;
        height: 30px;
        margin-right: 25px;
    }
    .large-font {
        width: 30px;
        height: 30px;
        min-width: 30px;
        margin-left: 25px;
    }
    .titleMan{
        font-family: 'RobotoSlab_',sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.1px;
        text-align: center;
    }
    ion-icon {
        width: 24.63px;
        height: 20.96px;

    }
    .rightImgBottom {
        width: 100%;
    }
    .nameCard{
        font-family: 'Roboto_',sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
    }
}
@media screen and (max-width: 550px){
    .filterLesson > select {
        width: 50% !important;
    }
    .videoField{
        width: 100%;
        height: 100%;
    }
    .videoField > .backgroundField {
        width: 100%;
        height: 258px;
    }
    .videoField > .backgroundField > iframe{
        width: 100%;
        height: 258px;
    }
}
@media screen and (max-width: 500px){
    .videoField{
        width: 100%;
        height: 100%;
    }
    .videoField > .backgroundField {
        width: 100%;
        height: 235px;
    }
    .videoField > .backgroundField > iframe{
        width: 100%;
        height: 235px;
    }
}
@media screen and (max-width: 450px){

    .videoField{
        width: 100%;
        height: 100%;
    }
    .videoField > .backgroundField {
        width: 100%;
        height: 211px;
    }
    .videoField > .backgroundField > iframe{
        width: 100%;
        height: 211px;
    }
}
@media screen and (max-width: 400px){
    .filterLesson > select {
        width: 67% !important;
    }
    .managementBtnDiv > a > svg{
        width: 105px;
        height: 40px;
    }
    .managementBtnDivCourse > a > img{
        width: 105px;
        height: 45px;
    }
    .managementBtnDivCourse > a:hover img{
        content: url("../images/applySendBtnhover.png");
        width: 105px;
        height: 45px;
    }
    .amdFix {
        font-size: 13px;
    }
    .videoField{
        width: 100%;
        height: 100%;
    }
    .videoField > .backgroundField {
        width: 100%;
        height: 188px;
    }
    .videoField > .backgroundField > iframe{
        width: 100%;
        height: 188px;
    }
}
@media screen and (max-width: 350px){
    .rightImgBottom .card_ {
        width: 260px;
    }
    .videoField{
        width: 100%;
        height: 100%;
    }
    .videoField > .backgroundField {
        width: 100%;
        height: 181px;
    }
    .videoField > .backgroundField > iframe{
        width: 100%;
        height: 100%;
    }
}