@font-face {
    font-family: "Exo2-Bold";
    src: url(../fonts/Exo2-Bold.ttf);
    font-display: swap;
  }
@font-face {
    font-family: "Exo2-Medium";
    src: url(../fonts/Exo2-Medium.ttf);
    font-display: swap;
  }
@font-face {
    font-family: "Exo2-Regular";
    src: url(../fonts/Exo2-Regular.ttf);
    font-display: swap;
  }
@font-face {
    font-family: "Exo2-Light";
    src: url(../fonts/Exo2-Light.ttf);
    font-display: swap;
  }
@font-face {
    font-family: "Exo2-SemiBold";
    src: url(../fonts/Exo2-SemiBold.ttf);
    font-display: swap;
  }
body{
    margin: 0px;
}
*{
    font-family: "Exo2-Regular";
}
.padding{
    padding-left: 4.95%;
    padding-right: 4.95%;
}
.margin{
    margin-left: 3.5%;
    margin-right: 3.5%;
}
.paddingDouble{
    padding-left: 6%;
    padding-right: 6%;
}
.paddingTriple{
    padding-left: 10%;
    padding-right: 10%;
}
.headerActions{
    height: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 35px;
}
.languageSelector a{
    font-size: 12px;
    text-decoration: none;
    color: white !important;
    margin-right: 5px;
}
.languageSelector{
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.overlayBackground{
    background: linear-gradient(180deg, 
    #001636 0.00%, 
    rgba(84,99,120,0 ) 100.00%);
    position: absolute;
    width: 100%;
    height: 100%;
}
.firstContainer {
    height: 100vh;
    width: 100%;
    position: relative;
}
.halfFirst {
    height: 60vh;
}
.moreHalfFirst {
    height: 80vh;
}
.halfFirst .titleFirstDescription {
    bottom: 70px;
}
.halfFirst .titleFirstContainer {
    transform: unset;
    top: calc(100% - 230px);
}
.firstContainer video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header{
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 9;
}
.firstContainer > img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.titleFirstContainer{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;   
}
.titleFirstContainer h1{
    max-width: 1000px;
    font-size: 50px;
    color: #FFFFFF;
    font-family: 'Exo2-Bold';   
    text-transform: uppercase;
}
.titleFirstDescription{
    position: absolute;
    bottom: 140px;
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.titleFirstDescriptionText{
    max-width: 495px;
    font-size: 16px;
    font-family: 'Exo2-Regular';
    color: white;
}
.headerLogo{
    /* font-size: 20px; */
    font-size: 18px;
    color: white !important;
    text-decoration: none;
    max-width: 350px;
    font-family: 'Exo2-Bold';   
}
.headerMenu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerRight{
    display: flex;
    column-gap: 50px;
    align-items: center;
}
.headerLink{
    font-size: 18px;
    /* font-family: 'Exo2-Bold'; */
    font-family: 'Exo2-Medium';
    color: white !important;
    text-decoration: unset !important;    
    line-height: 60px;
}
.footerContainer{
    height: 515px;
}
.footerInner{
    margin-top: 25px;
    padding-top: 45px;
    padding-bottom: 50px;
    margin-bottom: 30px;
    /* border-top: 0.5px solid #0D67AE; */
    /* border-bottom: 0.5px solid #0D67AE; */
    border-bottom: 1px solid #0D67AE;
    display: flex;
    column-gap: 100px;
    /* justify-content: space-between; */
    justify-content: flex-start;
}
.footerSocials {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding-top: 17px;
    padding-bottom: 17px;
}
.footerSocials img{
    height: 21px;
}
.menuFooterTitle{
    font-size: 20px;
    font-family: 'Exo2-Bold';
}
.oneAddress{
    font-size: 14px;
}
.footerAddress{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.oneAddress > P{
    margin-top: 7px;
    padding-left: 25px;
}
.oneAddress a{
    text-decoration: none;
    color: #001636 !important;
}
.oneAddress:last-of-type a{
    color: #09A9E8 !important;
    text-decoration: underline;
}
.menuFooter{
    display: flex;
    flex-direction: column;
}
.menuFooter:nth-of-type(5),
.menuFooter:nth-of-type(4){
    flex-shrink: 0;
}
.linkIndiv{
    margin-bottom: 20px;
    font-size: 18px;
    /* font-family: 'Exo2-Bold'; */
    font-family: 'Exo2-Medium';
    text-decoration: none;
    color: #0D0D0D;   
    transition: 300ms;
}
.linkIndiv:hover{
    color: #05AAE8;
}
.menuFooterElements{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    /* margin-top: 20px; */
}
.menuFoooterTitle{
    font-size: 18px;
    font-family: 'Exo2-Bold';
    color: #0D0D0D; 
}
.menuFooterElement{
    /* color: #0D0D0D; */
    color: #5d5d5d ;
    font-size: 18px;
    font-family: 'Exo2-Light';
    text-decoration: none;
    transition: 300ms;
}
.menuFooterElement:hover{
    color: #05AAE8;
}
.footerBottom{
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
}
.footerCopyright{
    display: flex;
    column-gap: 30px;
}
.legalFooter{
    font-size: 16px;
    font-family: 'Exo2-Light';
    /* color: #0A0A0A; */
    color: #5d5d5d ;
    text-decoration: none;
    transition: 300ms;
    margin-right: 50px;
    display: inline-flex;
    transition: 300ms;
}
.legalFooter:hover{
    color: #05AAE8;
}
.legalFooter:last-of-type{
    margin-right: 0px;
}
.copyrightLeft, .copyrightRight{
    font-size: 16px;
    font-family: 'Exo2-Light';
}
.copyrightRight a{
    font-family: 'Exo2-Light';
    color: #05AAE8 !important;
    text-decoration: none;
}
#mapSection{
    margin-bottom: 60px;
}
#mapSection iframe{
    width: 100%;
}
.openModal{
    cursor: pointer;
}
.modal{
    position: fixed;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.modal.open{
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    background: rgba(0, 55, 124, 0.47);
    z-index: 100000000;
}
.modal .content {
    position: relative;
    width: 50%;
    height: 80%;
    border-radius: 20px;
    transform: scale(0);
    transition: transform 300ms cubic-bezier(0.57, 0.21, 0.69, 1.25);
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}
.modal.open .content {
    transform: scale(1);
}
.modal-body{
    height: calc(100% - 50px);;
}
#modalVideo iframe{
    width: 100%;
    height: 100%;
}
.modal-header{
    justify-content: flex-end !important;
}
.modal-header .close{
    cursor: pointer;
}
#swiper_parteneri .swiper-slide img, .allPartners img {
    /* width: 170px;
    height: 136px; */
    width: 150px;
    height: 120px;
    object-fit: contain;
    padding: 10px;
}
#swiper_parteneri .swiper-slide{
    font-size: 16px;
}
#swiper_parteneri a{
    text-decoration: none;
    color: #0D0D0D !important;
    font-family: 'Exo2-SemiBold';
}
.swiper-slide, .singlePartner {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    text-align: center;
    font-size: 20px;
    font-family: 'Exo2-SemiBold';
    line-height: 26px;
    text-decoration: none;
    color: #0D0D0D !important;
}
.singlePartner{
    font-size: 16px;
}
.imageContainer{
    width: 100%;
    /* -webkit-box-shadow: 0px 3px 10px rgba(191, 191, 191, 0.38);
    -moz-box-shadow: 0px 3px 10px rgba(191, 191, 191, 0.38);
    box-shadow: 0px 3px 10px rgba(191, 191, 191, 0.38); */
    border-radius: 4px;
}
#swiper_parteneri{
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 5px;
    padding-right: 5px;
}
#partnersSection{
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}
.partnersTitle{
    font-size: 28px;
    font-family: 'Exo2-Bold';
}
.viewAll a, .appointmentMakeButton{
    width: 244px;
    height: 59px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    color: white !important; 
    text-decoration: none !important;
    text-transform: uppercase;
    background: #09A9E8;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Exo2-SemiBold';
    cursor: pointer;
    transition: 300ms;
}
.viewAll a:hover, .appointmentMakeButton:hover{
    background-color: #56cfff;
}
#servicesHomeContainer{
    display: flex;
    align-items: baseline;
    background: #F1F1F2;
    padding-top: 30px;
    padding-bottom: 35px;
    column-gap: 4%;
}
.serviceHome{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 10px;   
    font-size: 18px;
    font-family: 'Exo2-Regular';
    text-decoration: none;
    line-height: 22px;
    color: #5d5d5d !important;
    width: 17%;
}
.serviceHome:hover img{
    transform: scale(1.2);
}
.singlePartner{
    width: 16%;
}
.allPartners {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5%;
    row-gap: 50px;
    margin-top: 40px;
    margin-bottom: 80px;
}
#aboutDescriptions{
    margin-top: 50px;
    margin-bottom: 60px;
    display: flex;
    column-gap: 60px;
}
.aboutDescription{
    width: calc(50% - 30px);
}
.aboutDescription *{
    font-size: 20px;
    margin-bottom: 0px;
}
.overlayAndImage{
    width: calc(100% - 25px);
    margin-left: 25px;
    position: relative;
}
#aboutInstitute img{
    border-radius: 4px;
    object-fit: cover;
    width: 100%;
    min-height: 500px;
}
#aboutInstitute{
    position: relative;
}
.textAboutSection{
    position: absolute;
    top: 16%;
    background-color: #09A9E8;
    max-width: 48%;
    padding: 30px 60px;
    border-radius: 4px;
}
.overlayAbout{
    border-radius: 4px;
    position: absolute;
    background-color: rgba(10, 10, 10, 0.37);
    height: 100%;
    width: 100%;
}
.buttonAbout{
    position: absolute;
    left: 70px;
    bottom: 40px;
    width: 246px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Exo2-SemiBold';
    text-transform: uppercase;
}
.buttonAbout:hover{
    background: #09A9E8;
    border-color: #09A9E8;
}
.textAboutSectionTitle *{
    font-size: 32px;
    font-family: 'Exo2-Bold';
    color: white;
    line-height: 38px;   
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.textAboutSectionDescription * {
    font-size: 20px;
    color: white;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.historySection{
    display: flex;
    flex-direction: column;
}
.historyImage img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: 300ms;
}
#historySection{
    background: #E9E9E9;
    padding-bottom: 40px;
    padding-top: 40px;
}
.titleHistory{
    text-align: center;
    font-family: 'Exo2-Bold';
    font-size: 28px;
    padding-bottom: 40px;   
}
#swiper_history .swiper-slide{
    height: 625px;
    background: white;
    border-radius: 4px;
    justify-content: space-between;
}
#swiper_history .historyText{
    padding: 20px;
    padding-bottom: 0px;
}
.historyYear{
    font-size: 65px;
    font-family: 'Exo2-Bold';
    line-height: normal;
    transition: 300ms;
}
.historyDescription *{
    /* font-size: 20px; */
    font-size: 18px;
    font-family: 'Exo2-Regular';
    margin-top: 20px;
}
#swiper_activities .swiper-slide .activityImage img{
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    transition: 300ms;
}
#swiper_activities .swiper-slide:hover .activityImage img{
    transform: scale(1.2);
}
#swiper_activities .swiper-slide .activityImage{
    height: 440px;
    overflow: hidden;
    width: 100%;
}
#majorActivitiesSection{
    padding-top: 60px;
}
.activitiesTitle{
    font-size: 28px;
    font-family: 'Exo2-Bold';
    margin-bottom: 30px; 
}
.activityText{
    position: absolute;
    top: auto;
    bottom: 20px;
    height: 300px;
    width: calc(100% - 60px);
    /* right: 0px; */
    padding: 30px;
    display: flex;
    align-items: center;
    background: #00377C;
    color: white;
    text-align: left;
    border-radius: 4px;
    /* font-size: 24px; */
    font-size: 20px;
    line-height: 30px;
    font-family: "Exo2-Bold";
    -webkit-box-shadow: 0px 3px 10px rgba(191, 191, 191, 0.38);
    -moz-box-shadow: 0px 3px 10px rgba(191, 191, 191, 0.38);
    box-shadow: 0px 3px 10px rgba(191, 191, 191, 0.38);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 10px;
}
#swiper_activities .activityText img{
    height: 20px;
    width: 20px;
    object-fit: contain;
    transition: 300ms;
}
#swiper_activities .swiper-slide:hover .activityText img{
    transform: translateX(5px) !important;
}
.swiper-slide-active .activityText{
    background-color: white;
    color: #0D0D0D;
}
.swiper-slide:not(.swiper-slide-active) .activityText img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
#swiper_activities .swiper-slide{
  height: 670px;  
}
#contactDetails{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 100px;
    background: #F1F1F2;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1920px;
}
.contactDetail{
    max-width: 160px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 10px;
    justify-content: flex-start;
    /* height: 120px; */
    height: 135px;
}
.contactDetail > span{
    height: 40px;
}
.contactDetail span{
    font-size: 18px;
}
.contactDetailText *{
    font-size: 14px;
    margin-bottom: 0px;
    color: #001636;
    text-decoration: none;
}
.formularContact{
    padding-top: 40px;
    padding-bottom: 25px;
}
.formFields{
    max-width: 930px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#formularContact{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 25px;
}
.titluFormular{
    font-size: 28px;
    font-family: 'Exo2-Bold';
    margin-bottom: 35px;
}
.formFields{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;   
    row-gap: 30px;
}
.formFields input, .formFields textarea{
    width: calc(50% - 15px);
    height: 63px;
    border-radius: 4px;
    background-color: #F0F0F0;
    border: unset;
    outline: unset;
    font-size: 18px;
    padding: 20px 30px;
    color: #0D0D0D;
}
.formFields input::placeholder, .formFields textarea::placeholder{
    font-size: 18px;
    color: #0D0D0D;
}
textarea{
    width: 100% !important;
    height: 200px !important;
}
.politicsContainer{
    display: flex;
    align-items: center;
    width: 100%;   
    margin-bottom: 60px;
}
.politicsContainer input{
    width: 20px;
    height: 20px;
    margin-right: 18px;
}
#formularContact button{
    width: 182px;
    height: 59px;
    border: unset;
    outline: unset;
    background: #09A9E8;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Exo2-SemiBold';
    transition: 300ms;
}
#formularContact button:hover{
    background-color: #56cfff;
}
.politicsContainer a{
    color: #09A9E8 !important;   
}
#legalPage li::before, .careerContainerContent li::before, .educationTitleContent li::before{
    content: '';
    width: 9px;
    height: 15px;
    margin-right: 25px;
    background-image: url("../images/arrow-legal.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
#legalPage li, .careerContainerContent li, .educationTitleContent li{
    display: flex !important;
    align-items: center;
    margin-bottom: 10px !important;
    justify-content: space-between;
}
#legalPage *{
    font-size: 20px;
}
#legalPage span, #legalPage p{
    background: unset !important;
}
#legalPage.aboutPage *{
    font-size: 18px;
}
#legalPage .legalRight a{
    color: #09A9E8;
}
#legalPage b{
    font-size: 24px;
    font-family: "Exo2-Bold";
    font-weight: unset;
}
#legalPage{
    padding-top: 30px;
    display: flex;
    column-gap: 30px;
    padding-bottom: 45px;
}
#legalPage.aboutPage{
    padding-top: 0px;
}
.legalLeft{
    width: 22%;
    height: fit-content;
    background-color: #F2F2F2;
    border-radius: 4px;
    /* min-height: 375px; */
}
.legalRight{
    width: 78%;
}
.legalLeft{
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 25px;   
}
.legalLeft a{
    font-size: 16px !important;
    color: #6D6D6D;
    font-family: "Exo2-Medium";
    text-decoration: none !important;
}
/* .legalLeft:not(.marineAnimals) a:first-of-type:not(.departmentsList, :last-of-type){
    color: #0D0D0D;
    font-family: "Exo2-Bold";
} */
.aboutPage .legalLeft a{
    color: #6D6D6D;
    font-family: "Exo2-Medium";
}
.aboutPage .legalLeft a.active, .marineAnimalContainer .legalLeft a.active{
    color: #0D0D0D;
    font-family: "Exo2-Bold";
}
.halfFirst h1{
    max-width: 650px;
    font-size: 32px;
    text-transform: none;
}
.breadcrumb{
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    /* font-size: 18px; */
    font-size: 12px;
    color: #8F8F8F;
}
.breadcrumb a{
    color: #09A9E8 !important;
    text-decoration: none;
}
.breadcrumb img{
    filter: brightness(0) saturate(100%) invert(63%) sepia(0%) saturate(387%) hue-rotate(186deg) brightness(91%) contrast(85%);
    -webkit-filter: brightness(0) saturate(100%) invert(63%) sepia(0%) saturate(387%) hue-rotate(186deg) brightness(91%) contrast(85%);
    height: 13px;
}
.specialistsTitle{
    font-size: 20px;
    font-family: 'Exo2-Bold';
    margin-bottom: 25px;   
}
.specialistsTableHeader{
    display: flex;
    color: #8F8F8F;
    font-size: 18px;
    padding: 10px 25px;
    border-bottom: 1px solid #BFBFBF;
}
.rowSpecialist{
    display: flex;
    color: #0D0D0D;
    font-size: 18px;
    padding: 10px 25px;
}
.rowSpecialist > div:first-of-type, .specialistsTableHeader > div:first-of-type{
    width: 18.8%
}
.rowSpecialist > div:nth-of-type(2), .specialistsTableHeader > div:nth-of-type(2){
    width: 22.6%
}
.rowSpecialist > div:nth-of-type(3), .specialistsTableHeader > div:nth-of-type(3){
    width: 58.6%
}
.rowSpecialist:nth-of-type(2n+1){
    background-color: #F5F5F5;
}
.filesCategoryTitle{
    font-size: 20px;
    font-family: "Exo2-Bold";
    margin-bottom: 20px;
    margin-top: 35px;
}
.institutionalDevelopmentContainer > div:first-of-type .filesCategoryTitle{
    margin-top: 0px;
}
.institutionalDevelopmentContainer ul{
    padding-left: 0px;
}
.careerDate{
    text-transform: capitalize;
}
.careersContainer{
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
}
.careerSingle {
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 10px);
    row-gap: 10px;
}
.careerSingle img{
    width: 100%;
    object-fit: cover;
    height: 215px;
    border-radius: 4px;
}
.careerTitle{
    font-size: 20px;
    font-family: 'Exo2-Bold';
    line-height: 24px;
    color: #0D0D0D !important;
    text-decoration: none;
}
.careerDate{
    font-size: 14px !important;
    font-family: 'Exo2-Regular';
    color: #8F8F8F;
}
.legalRight .careersContainer{
    row-gap: 50px;
}
.fakeDivSingleCareer{
    height: 200px;
}
.headerMenu.margin{
    background-color: #F0F0F0;
    padding: 20px 25px;
}
.black .headerLogo {
    color: #0A0A0A !important;
}
.black .headerLink{
    color: #0A0A0A !important;
}
.black .headerSearch{
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.black .headerActions img{
    filter: brightness(0) saturate(100%) invert(48%) sepia(90%) saturate(1990%) hue-rotate(164deg) brightness(99%) contrast(93%);
    -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(90%) saturate(1990%) hue-rotate(164deg) brightness(99%) contrast(93%);
}
.black .languageSelector a{
    color: #001636 !important;
}
.black .hasMenu img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.black .headerSubMenu{
    top: 132px;
}
/* .breadcrumb img:not(:last-of-type){
    filter: brightness(0) saturate(100%) invert(48%) sepia(90%) saturate(1990%) hue-rotate(164deg) brightness(99%) contrast(93%);
    -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(90%) saturate(1990%) hue-rotate(164deg) brightness(99%) contrast(93%);
} */
 .careerContainerContent h1{
    max-width: 1140px;
    width: 100%;
    /* font-size: 56px;
    font-family: "Exo2-Bold"; */
    font-size: 30px;
    font-family: "Exo2-SemiBold";
    margin-bottom: 30px;
 }
 .breadcrumb.paddingTriple{
    margin-bottom: 15px;
 }
 .bannerCareer{
    width: 100%;
    height: 650px;
    object-fit: cover;
    margin-bottom: 30px;
    flex-shrink: 1;
 }
 .bannerCareer.phenomen{
    width: auto;
    max-width: calc(50% - 40px);
 }
 .imageAndTitle{
    display: flex;
    align-items: center;
    column-gap: 40px;
 }
 .imageAndTitle h1{
    flex: 0 0 50%;
    max-width: 50%;
 }
 .careerDescription{
    font-size: 20px;
 }
 .resultsFile{
    display: flex;
    padding: 15px 30px;
    background: #FFCE00;
    justify-content: space-between;
    border-radius: 4px;
    margin-top: 15px;      
    align-items: center;
 }
 .titleResults{
    font-family: 'Exo2-Bold';
    margin-top: 30px;
    font-size: 20px;  
 }
 .resultsFileLeft{
    font-size: 20px;
    text-decoration: none;
    color: #000C5D !important;
 }
 .resultsFileRight{
    font-size: 16px;
    font-family: 'Exo2-SemiBold';
    color: #09A9E8 !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 15px;  
 }
 .resultsFile{
    text-decoration: none;
 }
 .careerContainerContent ul{
    padding-left: 0px;
 }
 .requirementsTitle{
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 20px;
 }
 .careerRequirements li{
    font-size: 20px;
    font-family: 'Exo2-Bold';
 }
 .requirementsContainer{
    margin-bottom: 25px;
 }
 .infoCareer{
    padding: 20px;
    background: #D8F9FF;
    font-size: 20px;
    font-family: 'Exo2-Bold';
    line-height: 26px;  
 }
 .filesContainer{
    margin-top: 20px;
    margin-bottom: 30px;
 }
 .singleFile{
    color: #09A9E8 !important;
    font-family: 'Exo2-Bold';
    font-size: 20px;
 }
 .bibliographiesContainer .singleFile{
    font-family: "Exo2-Regular";
 }
 .bibliographiesTitle{
    font-size: 20px;
    margin-bottom: 15px;
 }
 .timeContainer{
    font-size: 20px;
    margin-bottom: 20px;
 }
 .timeDetail{
    color: #929292;
 }
 .timeContainer:last-of-type{
    margin-bottom: 40px;
 }
 .allCareers{
    display: flex;
    column-gap: 15px;
    row-gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 50px;
 }
 .otherCareers .careerSingle {
    width: calc(25% - 12px);
 }
 .otherCareersTitle{
    font-size: 36px;
    font-family: 'Exo2-Bold';
    color: #000C5D;
    margin-bottom: 25px;
 }
 .reportsTitle{
    font-size: 20px;
    font-family: 'Exo2-Bold';
    margin-bottom: 20px;  
 }
 .reportsContainer ul, .annexesContainer ul{
    padding-left: 0px;
 }
 .reportsContainer{
    margin-bottom: 40px;
 }
 .hasSubmenu{
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 .hasSubmenu img{
    padding: 20px;
    margin: -20px;
 }
 .submenu {
    display: none;
 }
 .submenu li::before{
    display: none;
 }
 .submenu.active{
    display: block ;
 }
 .organizationsContainer{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 25px;
    margin-bottom: 45px;
 }
 .organizationForm{
    width: calc(25% - 25px);
    text-decoration: none !important;
 }
 .organizationImage{
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D8F9FF;
 }
 .titleOrganization{
    text-align: center;
    /* font-size: 22px !important; */
    font-size: 20px !important;
    /* font-family: 'Exo2-Bold'; */
    font-family: 'Exo2-SemiBold';
    margin-top: 12px;
    text-decoration: none !important;
    color: #0D0D0D !important;
 }
 .organizationImage img{
    width: 70px;
    height: 70px;
    object-fit: contain;
    transition: 300ms;
 }
 .organizationText{
    font-size: 20px;
 }
 .organigrama{
    width: 100%;
    height: 800px;
    object-fit: cover;
 }
 .rowOrganigrama{
    display: flex;
    padding: 12px 25px;
 }
 .rowOrganigrama:nth-of-type(2n){
    background-color: #F5F5F5;
 }
 .rowOrganigrama > div:nth-of-type(1), .headersOrganigrama > div:nth-of-type(1){
    width: 21%;
 }
 .rowOrganigrama > div:nth-of-type(2), .headersOrganigrama > div:nth-of-type(2){
    width: 65%;
 }
 .rowOrganigrama > div:nth-of-type(3), .headersOrganigrama > div:nth-of-type(3){
    width: 12%;
    text-align: center;
 }
 .headersOrganigrama{
    display: flex;
    padding: 12px 25px;
    align-items: center;
    border-bottom: 1px solid #BFBFBF;
 }
 .headersOrganigrama > div{
    color: #8F8F8F;
 }
 .organigramaContainer #legalPage .rowOrganigrama > div{
    font-size: 20px;
 }
 .administrationCouncilTitle{
    font-size: 20px !important;
    font-family: 'Exo2-Bold';  
 }
 .administrationCouncilMember img{
    height: 275px;
    /* object-fit: contain; */
    width: 100%;
    object-fit: cover;
    object-position: top;
 }
 .administrationCouncilMembers{
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;  
    row-gap: 40px;
    margin-bottom: 40px;
 }
 .administrationCouncilMember {
    width: calc(20% - 35px);
 }
 .administrationCouncilContainer #legalPage .councilMemberName{
    font-size: 20px;
    font-family: 'Exo2-Bold';
    margin-bottom: 12px;
 }
 .declaratieDeAvere{
    font-size: 20px !important;
    margin-top: 17px;
    margin-bottom: 13px;
    font-family: 'Exo2-SemiBold';
 }
 .biggerLink{
    font-size: 20px !important;
 }
 .directorCouncilMembers.administrationCouncilMembers {
    column-gap: 30px;
    row-gap: 60px;
}
.directorCouncilMember.administrationCouncilMember img {
    height: 275px;
    object-fit: cover;
    width: 100%;
}
.administrationCouncilMember.directorCouncilMember {
    width: calc(20% - 25px);
}
.administrationCouncilContainer #legalPage .directorCouncilMember .councilMemberName {
    margin-top: 12px;
    margin-bottom: 10px;
    text-align: left;
}
.administrationCouncilContainer #legalPage .directorCouncilMember .councilMemberPosition{
    text-align: left;
}
.directorCouncilMember .openModalMember{
    color: #09A9E8;
    text-decoration: underline;
    font-size: 14px !important;
    margin-top: 10px;
    cursor: pointer;
}
#modalMember .modal-body{
    display: flex;
    column-gap: 40px;
    padding: 40px;
}
#modalMemberPicture{
    max-width: 325px;
    height: 370px;
    object-fit: cover;
    width: 100%;
}
.modalMemberRight .close{
    filter: brightness(0) saturate(100%) invert(51%) sepia(100%) saturate(1550%) hue-rotate(162deg) brightness(93%) contrast(96%);
    -webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(100%) saturate(1550%) hue-rotate(162deg) brightness(93%) contrast(96%);
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
}
#modalMemberName{
    font-size: 22px !important;
    font-family: 'Exo2-Bold';
    margin-bottom: 10px;   
}
#modalMemberPosition{
    font-size: 20px !important;
}
#modalMember .content{
    height: fit-content;
}
#modalMemberCV{
    background-color: #09A9E8;
    color: white !important;
    width: 215px;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-radius: 5px;
    text-decoration: none !important;
    font-size: 16px !important;
    font-family: "Exo2-Bold";
    text-transform: uppercase;
    margin-top: auto;
}
#modalMemberCV img{
    filter: brightness(0) invert(1);
    margin-left: 12px;
    width: 20px;
    height: 20px;
}
.modalMemberRight{
    display: flex;
    flex-direction: column;
}
#modalMemberDescription{
    font-size: 20px !important;
}
.responsabilitiesContainer #legalPage.aboutPage *{
    font-size: 20px;
}
.responsabilitiesContainer #legalPage.aboutPage ul{
    padding-left: 0px;
}
.focalPointsContainer #legalPage li:nth-of-type(2n):before{
    background: unset;
}
.focalPointsContainer ul{
    padding-left: 0px;
}
.focalPointsContainer #legalPage.aboutPage *,
.cnroContainer #legalPage.aboutPage *,
.cnzcContainer #legalPage.aboutPage *{
    font-size: 20px;
}
.focalPointsContainer #legalPage.aboutPage li:nth-of-type(2n+1){
    margin-bottom: 5px;
}
.focalPointsContainer #legalPage.aboutPage li:nth-of-type(2n){
    margin-bottom: 15px;
}
.cnroContainer .halfFirst h1,
.cnzcContainer .halfFirst h1{
    max-width: 720px;
}
.cnzcContainer td{
    padding: 15px 20px;
    line-height: 26px;
}
.cnzcContainer table *{
    border-width: 0px;
}
.cnzcContainer table tr:nth-of-type(2n+1){
    background-color: #F5F5F5;
}
.cnzcContainer table{
    margin-bottom: 40px;
    margin-top: 30px;
}
.cnzcContainer ul{
    padding-left: 0px;
    margin-bottom: 30px;
}
.rowCnzc{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}
.rowCnzc:nth-of-type(2n+1){
    background-color: #F5F5F5;
}
.rowCnzcRight{
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.rowCnzcRight *{
    margin-bottom: 0px;
}
.rowCnzc *{
    font-size: 18px !important;
}
.rowCnzc .rowCnzcRight *, .rowCnzc .rowCnzcRight{
    text-decoration: none !important;
    font-size: 16px !important;
}
.cnzcFiles{
    margin-top: 60px;
}
.allBudgets{
    display: flex;
    flex-direction: row;
    column-gap: 35px;
    flex-wrap: wrap;
    row-gap: 30px;   
}
.budgetSingle{
    width: calc(25% - 28px);
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 12px;
}
.containerImageBudget{
    height: 175px;
    border-radius: 4px;
    background: #D8F9FF;
    display: flex;
    align-items: center;
    justify-content: center;
}
#legalPage.aboutPage .titleBudget{
    /* font-size: 22px; */
    font-size: 20px;
    /* font-family: "Exo2-Bold"; */
    font-family: "Exo2-SemiBold";
    color: #0D0D0D;
    text-decoration: none;
}
.budgetSingle{
    text-decoration: none;
}
.headerSubMenu{
    position: absolute;
    /* top: 112px; */
    top: 130px;
    left: 0px;
    width: 100%;
    background: white;
    padding-top: 50px;
    padding-bottom: 70px;
    /* display: flex; */
    display: none;
    column-gap: 120px;   
}
.headerSubMenuLink{
    /* font-size: 20px; */
    /* font-size: 18px; */
    font-size: 16px;
    font-family: "Exo2-Bold";
    color: #000C5D !important;
    text-decoration: none !important;
    /* margin-bottom: 20px; */
    margin-bottom: 15px;
    text-transform: uppercase;
}
.headerSubMenuLink.hasSubSubMenu{
    margin-bottom: 10px;
}
.headerSubMenu > div{
    display: flex;
    flex-direction: column;
}
.subSubMenu{
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    /* margin-bottom: 30px; */
    margin-bottom: 21px;
}
.subSubMenu:last-of-type{
    margin-bottom: 0px;
}
.subSubMenu a{
    /* font-size: 18px; */
    /* font-size: 16px; */
    font-size: 14px;
    font-family: "Exo2-Regular";
    /* color: #0D0D0D !important; */
    color: #5d5d5d !important;
    text-decoration: none !important;
    margin-bottom: 10px;
}
.headerSubMenuMiddle, .headerSubMenuRight{
    flex-shrink: 0;
}
.headerSubMenuTitle{
    /* font-size: 36px; */
    font-size: 32px;
    font-family: 'Exo2-Bold';
    color: #000C5D;
    margin-bottom: 20px;
}
.headerSubMenuDescription{
    max-width: 515px;
    /* color: #989696; */
    color: #5d5d5d;
    /* font-size: 20px;    */
    font-size: 16px;   
}
.hasMenu img{
    margin-left: 10px;
}
.newsTitle{
    font-size: 28px !important;
    font-family: 'Exo2-Bold';   
    margin-top: 20px;
    margin-bottom: 30px;
}
#recentNews{
    display: block;
    margin-top: 50px;
}
.mostRecentNews{
    display: flex;
    column-gap: 40px;
    margin-bottom: 60px;
}
.oneRecentRight img{
    width: 275px;
    height: 160px;
    object-fit: cover;
    border-radius: 2px;   
}
.mostRecentRight{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    width: calc(58% - 50px);
}
.mostRecentLeft img{
    height: 410px;
    width: 100%;
    object-fit: cover;
}
.mostRecentLeft{
    width: 42%;
    position: relative;
}
.oneRecentDescritption{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
    line-height: 26px;  
}
.oneRecentDescritption *{
    font-size: 17px;
}
.oneRecentRight{
    display: flex;
    column-gap: 25px;
}
.recentData{
    text-transform: capitalize;
}
.oneRecentRightText{
    display: flex;
    row-gap: 12px;
    flex-direction: column;
}
.recentTextTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.expeditii{
    background-color: #00D2DA;   
}
.evenimente{
    background-color: #FFCE00;
}   
.noutati{
    background-color: #09A9E8;
}
.informare{
    background-color: #00D2DA;
}
.tagName{
    width: 90px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px !important;
    font-family: 'Exo2-Medium';
    border-radius: 4px;
    text-transform: uppercase;
}
.recentData{
    /* font-size: 16px !important; */
    font-size: 13px !important;
    color: #929292;
    font-family: 'Exo2-Regular';
}
.oneRecentTitle{
    /* font-size: 24px !important; */
    font-size: 22px !important;
    /* font-family: 'Exo2-Bold'; */
    font-family: 'Exo2-SemiBold';
    color: #000C5D !important;
    text-decoration: none !important;
    line-height: 29px;   
}
.mostRecentLeft .tagName{
    position: absolute;
    top: 20px;
    left: 30px;
}
.recentBigTitle{
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 36px !important;
    font-family: 'Exo2-Bold';
    line-height: 40px;
    color: #000C5D !important;
    text-decoration: none !important;
    display: block;
}
.recentBigDescription{
    color: #0D0D0D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
}
.filtersNews{
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
.filterNewsLeft{
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.filterNewsRight{
    max-width: 381px;
    width: 100%;
}
#yearFilter{
    height: 60px;
    width: 100%;
    padding: 0px 25px;
    font-size: 16px;
    line-height: 20px;
    background: #F0F0F0;
    border-radius: 4px;
    border: unset;
    -webkit-appearance: none;
    appearance: none;
    font-family: 'Exo2-Medium';
    outline: none;
}
.filterYear{
    position: relative;
}
.filterYear img{
    position: absolute;
    right: 25px;
    top: 25px;
    transform: rotate(90deg);
}
.category-filter{
    cursor: pointer;
}
.category-filter.active {
    background-color: red;
    color: white;
}
.oneNewDescription{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;   
    max-width: 1100px;
}
.oneNews{
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.oneNewRight {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    color: #09A9E8 !important;
    text-decoration: none;
}
.oneNews{
    padding: 33px 20px;
}
.oneNews.odd{
    background-color: #F5F5F5;
}
.oneNewLeft .tagName{
    margin-bottom: 10px;
}
.oneNewTitle, .oneNewTitle a{
    font-size: 24px !important;
    font-family: 'Exo2-Bold';
    color: #000C5D;
    line-height: 29px;   
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-decoration: unset;
}
.oneNewTitle a{
    margin-bottom: 0px;
}
.reset-filter{
    border: 1px solid red;
    color: red;
    display: none;
}
.newsContentSingle{
    display: flex;
    column-gap: 60px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.newsContentSingle > *{
    width: calc(50% - 30px);
}
.imageAndContent{
    display: flex;
    flex-direction: column;
    row-gap: 20px;   
}
.imageAndContent img{
    width: 100%;
    object-fit: cover;
}
.newsFileContent{
    font-size: 20px;
}
.videoContent .newsFileContent{
    font-size: 20px;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #0D67AE;
    margin-bottom: 25px;
    width: 100% !important;
}
.imageAndContentDescription {
    font-size: 18px;
    border-left: 2px solid #09A9E8;
    padding-left: 20px;
    font-style: italic;
}
.underPicture{
    border-left: 2px solid #09A9E8;
    padding-left: 12px;
    margin-bottom: 35px;
    font-style: italic;
    font-size: 18px;
}
.descriptionContent{
    font-size: 20px;
    margin-bottom: 20px;
}
.newsContainerContent h1{
    /* font-size: 56px; */
    font-size: 30px;
    margin-bottom: 45px;
    /* font-family: "Exo2-Bold"; */
    font-family: "Exo2-SemiBold";
}
.newsContentSingle:nth-of-type(2n){
    flex-direction: row-reverse;
}
.videoContent{
    flex-direction: column-reverse;
}
.imageAndContent iframe, 
.imageAndContent:has(iframe){
    width: 100%;
}
.imageAndContent iframe{
    height: 840px;
}
.swiperGallery img{
    width: 100%;
}
.galleryArticleTitle{
    font-size: 20px;
    font-family: 'Exo2-SemiBold';
    margin-bottom: 18px;   
}
.galleryArticle{
    margin-bottom: 40px;
}
.singleDocumentArticle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 22px;
    border: 1px solid #09A9E8;
    border-radius: 5px;
    column-gap: 20px;
    margin-bottom: 15px;
}

.singleDocumentArticle *{
    margin-bottom: 0px;
}
.documentArticleTitle{
    font-size: 20px;
    font-family: 'Exo2-SemiBold';
    color: #0D0D0D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.documentArticleDescription{
    font-size: 18px;
    font-family: 'Exo2-Regular';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.documentArticleRight{
    width: max-content;
    flex-shrink: 0;
}
.documentsArticleTitle{
    font-size: 20px;
    font-family: 'Exo2-SemiBold';
    margin-bottom: 25px;
}
.dateArticle{
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 18px;
}
.bibliographyArticle{
    border-top: 1px solid #0D67AE;
    border-bottom: 1px solid #0D67AE;
    padding-top: 25px;
}
.bibliographyArticleTitle{
    font-size: 20px;
    font-family: 'Exo2-SemiBold';
    margin-bottom: 16px;   
}
.bibliographyArticleDescription *{
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 28px;
}
.shareArticle{
    display: flex;
    column-gap: 30px;
    padding-top: 25px;
    margin-bottom: 50px;
}
#ecologicalEducation, #educationAndForming, #prognozaSection{
    display: flex;
    column-gap: 80px;
    margin-top: 60px;
    margin-bottom: 60px;
    align-items: center;
    justify-content: space-between;
}
.educationLeft{
    max-width: 310px;
}
.educationLeft .viewAll a{
    margin: 0px;
}
.educationLeft .viewAll{
    margin-top: 30px;
}
.educationLeftTitle *{
    /* font-size: 28px; */
    font-size: 22px;
    font-family: "Exo2-Bold";
}
#educationSwiper .educationImage, #animalsSwiper .educationImage{
    height: 665px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.educationImage img{
    width: 100%;
    height: 100%;
    transition: 300ms;
}
#educationSwiper .swiper-slide:hover img, #animalsSwiper .oneAnimal:hover img, #animalsSwiper .swiper-slide:hover img{
    transform: scale(1.2)
}
.overlayAndTextGuide{
    position: absolute;
    padding-left: 40px;
    padding-bottom: 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    width: 100%;
    height: 100%;
    justify-content: flex-end;   
    background: rgb(84,99,120);
    background: linear-gradient(180deg, rgba(84,99,120,0) 0%, rgba(13,13,13,0.23573179271708689) 50%, rgba(0,2,19,1) 100%);
    border-radius: 4px;
}
.guideTitle{
    font-size: 24px;
    font-family: 'Exo2-Bold';
    color: white;
}
.guideDownload{
    color: white !important;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 16px;
    font-family: "Exo2-Bold";
    padding: 20px 25px;
    width: fit-content;
    border: 1px solid #97E6F3;
    border-radius: 5px;
    line-height: 19px;
    transition: 300ms;
}
.guideDownload:hover{
    background-color: #97E6F3;
}
.educationContainer .firstContainer{
    margin-bottom: 40px;
}
.educationTitleContent{
    margin-bottom: 60px;
}
.educationTitleContent h3{
    font-size: 20px;
    font-family: 'Exo2-Bold';
    margin-bottom: 20px;
}
.whatIsEducationContent *{
    font-size: 20px;
}
.educationTitleContent ul{
    padding-left: 0px;
    margin-top: 17px;
}
.educationSwiper{
    width: 100%;
}
.animalSubtitle{
    font-size: 16px;
    font-family: 'Exo2-Light';
    color: white;
    margin-top: 5px;
}
.marineAnimals{
    display: flex;
    column-gap: 25px;
    row-gap: 25px;
    flex-wrap: wrap;
}
.oneAnimal{
    width: calc(25% - 20px);
    position: relative;
    display: flex;
    align-items: flex-start;
}
.marineAnimalContainer h2{
    font-size: 32px;
    color: white;
    font-family: 'Exo2-Regular';
    font-style: italic;
}
.marineAnimalContainer h1{
    font-size: 32px;
    color: white;
    font-family: 'Exo2-Bold';
    text-transform: none;
}
.marineAnimalContainer .titleFirstContainer {
    top: auto;
    bottom: 200px;
}
.marineAnimalImage{
    width: 100%;
    height: 460px;
    border-radius: 4px;
    margin-top: 30px;
}
.marginTop30{
    margin-top: 30px;
}
.marineAnimalBoxes{
    display: flex;
    column-gap: 15px;
}
.oneAnimalBox{
    background: #D8F9FF;
    padding: 15px 20px;
    border-radius: 4px;
    max-width: 370px;
    width: 100%;
}
.oneAnimalBox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
}
.oneAnimalBoxDescription *{
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'Exo2-SemiBold';
}
#marineAnimalContent .oneAnimalBoxTitle{
    font-size: 18px;
    font-family: 'Exo2-Light';
    color: #8F8F8F;
}
.marineAnimalDescription{
    margin-top: 30px;
}
.marineAnimalDescription > span{
    font-family: "Exo2-Bold";
    margin-bottom: 20px;
    display: block;
}
.educationAndForming .legalRight img{
    width: 100% !important;
}
.oneGuide{
    display: flex;
    padding: 18px;
    justify-content: space-between;   
}
.oneGuide .guideTitle{
    color: #0D0D0D;
    font-weight: 400;
    font-family: "Exo2-Regular";
}
.oneGuide:nth-of-type(2n+1){
    background-color:#F5F5F5;
}
#legalPage .legalRight a.guideLink{
    display: flex;
    column-gap: 20px;
    text-decoration: none;
    font-size: 16px;
    align-items: center;
}
.educationContainer #educationAndForming img{
    max-width: 1300px;
    width: 100%;
    object-fit: cover;
}
.calendarAppointments{
    height: 40px;
}
.formAndCalendar form{
    width: calc(60% - 20px);
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.input-wrap:has(input){
    width: calc(50% - 15px);
}
.input-wrap:has(textarea){
    width: 100%;
}
.input-wrap:has(#denumire_institutie){
    width: 100%;
}
.input-wrap *:not(label, input[type="checkbox"], a){
    width: 100%;
    min-height: 63px;
    padding: 20px 30px;
    border: unset;
    outline: unset;
    background: #F0F0F0;
    border-radius: 4px;
}
.input-wrap *, .input-wrap *::placeholder{
    font-size: 18px;
    color: #0D0D0D;
}
.calendarContainer{
    width: calc(40% - 20px);
}
.formAndCalendar{
    display: flex;
    column-gap: 40px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.flatpickr-calendar.inline{
    width: 100%;
}
.flatpickr-rContainer{
    width: 100%;
}
.dayContainer{
    width: 100%;
    max-width: unset;   
}
.flatpickr-day{
    flex-basis: auto;
    max-width: unset;
    height: 60px;
    line-height: 60px;
    border-radius: 12px;
}
.flatpickr-day.selected, .flatpickr-day.selected:hover{
    border-color: #FFCE00;
}
.flatpickr-days{
    width: 100%;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
    background: #FFCE00;
    background-color: #FFCE00;
    color: black;
}
.flatpickr-day.today{
    border-color: #FFCE00;
}
.flatpickr-current-month{
    background: #09A9E8;
    color: white;
    padding-top: 5px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    /* width: 300px; */
    width: max-content;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{
    color: black;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month{
    padding-top: 5px;
    padding-bottom: 5px;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #09A9E8;
}
.flatpickr-weekdays{
    height: 40px;
}
.flatpickr-input[readonly]{
    display: none;
}
.appointmentTitle.activitiesTitle{
    margin-bottom: 20px;
}
.appointmentDescription{
    font-size: 20px;
}
.containerOre{
    display: flex;
    padding: 20px;
    gap: 15px;
    margin-top: 22px;
    flex-wrap: wrap;
    background: #F0F0F0;
    border-radius: 4px;
}
.timeSlot{
    width: calc(16.66% - 13px);
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #0A0A0A;
    background: #BFBFBF;
    cursor: pointer;
    transition: 300ms;
    border-radius: 4px;
}
.timeSlot.active{
    background-color: #FFCE00;
}
.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year{
    font-size: 20px;
    font-family: 'Exo2-Regular';   
}
.input-wrap:has(input[type="checkbox"]){
    display: flex;
    column-gap: 15px;
    width: 100%;
    align-items: center;
}
#termeni{
    width: 20px;
    height: 20px;
}
.input-wrap:has(input[type="checkbox"]) label{
    font-size: 16px;
}
.input-wrap:has(input[type="checkbox"]) label a{
    font-size: 16px;
    color: #09A9E8 !important;
}
.containerDepartments{
    display: flex;
    column-gap: 35px;
    row-gap: 17px;
    flex-wrap: wrap;
}
.departmentSingle {
    width: calc(25% - 30px);
    text-decoration: none !important;
}
.departmentImage{
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D8F9FF;
    border-radius: 4px;
    margin-bottom: 12px;
}
.departmentImage img{
    /* height: 100px;
    width: 100px; */
    height: 70px;
    width: 70px;
    object-fit: contain;
    transition: 300ms;
}
.departmentsContainer #legalPage .departmentText{
    /* font-size: 22px; */
    font-size: 20px;
    /* font-family: 'Exo2-Bold'; */
    font-family: 'Exo2-SemiBold';
    text-align: center;
    color: black;
}
.titleDepartmentSingle{
    padding: 13px 17px;
    font-size: 18px;
    font-family: 'Exo2-SemiBold';
    background: #DAF3F7;
}
#legalPage .legalRight li{
    justify-content: flex-start;
}
.contentDepartmentSingle{
    margin-top: 15px;
    margin-left: 10px;
}
.contentDepartmentSingle ul{
    padding-left: 0px;
    margin-bottom: 40px;
}
.swiperMembers img{
    width: 100%;
}
.swiper-slide.departmentMember{
    align-items: flex-start;
    row-gap: 0px;
}
#legalPage .membersDepartment .membersDepartmentTitle, .projectsDepartment .membersDepartmentTitle{
    font-size: 30px !important;
    margin-bottom: 30px;
    font-family: "Exo2-Bold";
    color: #000C5D;
}
.ongoingProject img{
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.ongoingProjects{
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;   
    row-gap: 60px;
}
.ongoingProject .tag{
    position: absolute;
    padding: 8px 18px;
    top: 11px;
    left: 16px;
    font-family: 'Exo2-Medium';
    color: white;
    z-index: 1;
}
.ongoingProject .tag[data-tag="2"]{
    color: black;
}
.ongoingProject{
    position: relative;
    width: calc(33.33% - 25px);
}
.ongoingProjectTitle{
    /* font-size: 24px; */
    font-size: 22px;
    /* font-family: 'Exo2-Bold'; */
    font-family: 'Exo2-SemiBold';
    margin-top: 15px;
    margin-bottom: 20px;
}
/* #projectsContainer{
    padding-left: 10%;
    padding-right: 10%;
} */
.ongoingProjectDescription *, .ongoingProjectDescription{
    /* font-size: 20px; */
    font-size: 17px;
    font-family: 'Exo2-Regular';
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}
.ongoingProject a{
    color: #09A9E8;
    font-family: 'Exo2-Regular';
    font-size: 20px;
}
.ongoingProject > a{
    /* font-size: 18px; */
    font-size: 17px;
}
.projectsTitle{
    font-size: 36px;
    font-family: 'Exo2-Bold';
    color: #000C5D;
    margin-bottom: 30px;
    margin-top: 35px;
}
#endedProjectsContainer{
    margin-top: 80px;
}
.endedProject{
    padding: 18px 25px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;   
}
.endedProject:nth-of-type(2n+1){
    background-color: #F5F5F5;
}
.endedDescription *{
    font-size: 20px;
    font-family: 'Exo2-Regular';
    color: #0D0D0D;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}
.endedTitle{
    font-size: 20px;
    font-family: 'Exo2-Bold';
    color: #000C5D !important;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}
.projectContainer .descriptionContent{
    margin-bottom: 40px;
    word-break: break-word;
}
.whatIsEducationContent li{
    justify-content: flex-start;
}
.ongoingProject > a{
    width: 100%;
}
.ongoingProject.swiper-slide{
    text-align: left;
    align-items: flex-start;
    row-gap: 0px;
}
.swiperProjects{
    margin-top: 30px;
    margin-bottom: 50px;
}
.activitiesText{
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 20px;   
}
.servicesContainer .legalRight{
    width: 100%;
}
.servicesContainer .organizationForm {
    width: calc(20% - 25px);
}
.environmentalStatuses{
    display: flex;
    flex-direction: column;
}
.environmentalSingle{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.environmentalSingle:nth-of-type(2n+1){
    background-color: #F5F5F5;
}
#legalPage .legalRight a.environmentalSingle{
    color: #0D0D0D;
    text-decoration: none;
    font-size: 20px;   
}
.download{
    display: flex;
    column-gap: 20px;
    color: #09A9E8;
    font-size: 16px;
}
table.impact_assessment td {
    border-left: #999 1px solid;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    border-top: #999 1px solid;
    padding-top: 2px;
}
.scrollableContainer{
    border-bottom: #999 1px solid;
    position: relative;
    border-left: #999 1px solid;
    margin: 0px;
    width: 100%;
    background: #6b6164;
    border-top: #999 1px solid;
    border-right: #999 1px solid;
}
div.scrollingArea {
    height: 340px;
    overflow: auto;
}
table.impact_assessment th {
    border-left: #999 1px solid;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    background: #6B6164;
    color: white;
    padding-top: 2px;
}
table.impact_assessment td {
    background: #fff;
    overflow: hidden;
}
.trainingCentersContent{
    margin-top: 40px;
}
#legalPage.aboutPage .trainingCentersContent *{
    font-size: 20px;
}
.trainingCentersTitle{
    font-size: 28px !important;
    margin-bottom: 40px;
    font-family: 'Exo2-Bold';
}
.publicationsContainer .legalRight img{
    float: right;
    margin-left: 100px;
    margin-bottom: 70px !important;
}
.publicationsContainer #legalPage.aboutPage .legalRight b{
    font-size: 24px;
}
.publicationsContainer #legalPage.aboutPage .legalRight *:has(>b){
    margin-bottom: 30px;
}
.publicationsContainer #legalPage.aboutPage *{
    font-size: 20px;
    margin-bottom: 0px;
}
.publicationsContainer #legalPage.aboutPage .legalRight a{
    margin-bottom: 20px;
    display: inline-block;
}
.publicationsAndSymposiaTitle{
    font-size: 28px;
    font-family: 'Exo2-Bold';
    margin-bottom: 20px;   
}
.lastSymposia{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.lastSymposiaSingle{
    display: flex;
    column-gap: 40px;
}
.symposiumTitle{
    /* font-size: 24px; */
    font-size: 22px;
    font-family: 'Exo2-Bold';
    color: #000C5D;   
}
.symposiumDescription{
    margin-bottom: 0px;
    /* font-size: 20px; */
    font-size: 17px;
    color: #0D0D0D;
}
.symposiumLeft{
    width: max-content;
    flex-shrink: 0;
}
.symposiumType{
    font-size: 18px;
    color: #000C5D;
    font-family: "Exo2-SemiBold";
    margin-bottom: 10px;
}
.symposiumDate{
    font-size: 16px;
    color: #929292;
}
.symposiumFiles{
    display: flex;
    flex-direction: column;   
    margin-top: 10px;
    margin-bottom: 20px !important;
    row-gap: 7px;
}
.symposiumFiles a{
    margin-bottom: 0px !important;
}
.symposiaContainer .lastSymposiaSingle:nth-of-type(2n+1){
    background-color: #F5F5F5;
}
.symposiaContainer .symposiumRight{
    padding: 20px 25px;
}
.publicationsContainer.symposiaContainer #legalPage.aboutPage .symposiumTitleAndShow{
    display: flex;
    column-gap: 50px;
    align-items: baseline;
    cursor: pointer;
}
.publicationsContainer.symposiaContainer #legalPage.aboutPage .symposiumTitleAndShow img{
    margin-left: 0px;
    margin-bottom: 0px !important;
    filter: brightness(0);
    -webkit-filter: brightness(0);
    transition: 300ms;
}
.hiddenContent{
    display: none;
}
.publicationsContainer.symposiaContainer #legalPage.aboutPage .symposiumTitleAndShow img.active{
    transform: rotate(180deg);
}
.contentSymposia{
    margin-top: 15px;
}
.manualSingle{
    display: flex;
    padding: 15px 45px;
}
.manualSingle .oneNewRight{
    flex-direction: row-reverse;
    column-gap: 20px;
}
.manualSingle:nth-of-type(2n+1){
    background-color: #F5F5F5;
}
#legalPage.aboutPage .manualTitle{
    font-size: 20px;
}
#legalPage.aboutPage .manualSingle a{
    font-size: 16px;
}
.searchMenu{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 170px;
    min-height: 380px;
    background: white;
    padding-top: 40px;
    padding-bottom: 50px;
    display: none;
}
#searchInput{
    width: 100%;
    height: 86px;
    background: #F0F0F0;
    border-radius: 4px;
    border: unset;
    outline: none;
    color: #000C5D;
    font-size: 32px;
    font-family: "Exo2-Bold";
    padding-left: 25px;
    padding-right: 25px;   
}
#searchInput::placeholder{
    color: #000C5D;
    font-size: 32px;
    font-family: "Exo2-Bold";
}
.searchWrapper{
    position: relative;
}
.searchWrapper img{
    position: absolute;
    top: 33px;
    right: 33px;
    filter: brightness(0);
    -webkit-filter: brightness(0);
    height: 20px;
    width: 20px;
    object-fit: contain;
    cursor: pointer;
}
.searchWrapper img.close{
    right: 77px;
}
.searchWrapper img.closeRight{
    right: 33px;
}
.searchPlaceholder{
    font-size: 18px;
    color: #989696;
    margin-top: 20px;
    margin-bottom: 40px;
}
.searchColumns{
    display: flex;
    column-gap: 30px;   
}
.searchColumn {
    width: calc(20% - 15px);
}
.searchColumnTitle a{
    font-size: 16px;
    font-family: 'Exo2-Bold';
    text-decoration: none;
    color: #0D0D0D;
    margin-bottom: 20px;
    display: block;
}
.searchColumnSimple a{
    font-size: 16px;
    /* font-family: 'Exo2-Medium'; */
    font-family: 'Exo2-Regular';
    text-decoration: none;
    color: #6D6D6D;
    margin-bottom: 14px;
    display: block;
}
#toggleDiv{
    display: none;
    margin-top: 20px;
    color: #000C5D;
    margin-bottom: 50px;
    cursor: pointer;
}
.headerSearch{
    cursor: pointer;
}
.queryResultsTitle{
    font-size: 36px;
    font-family: 'Exo2-Bold';
    color: #000C5D;   
}
.queryResults{
    display: flex;
    flex-wrap: wrap;
    column-gap: 100px;
    row-gap: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.queryResult {
    width: calc(50% - 50px);
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.queryResult > a img, .queryResult > a video{
    width: 185px;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
}
.queryBreadcrumb.breadcrumb{
    display: block;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.queryBreadcrumb.breadcrumb img{
    margin-left: 5px;
    margin-right: 5px;
}
.queryTitle{
    font-size: 28px;
    font-family: 'Exo2-Bold';
    color: #000C5D;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;   
}
.queryRight{
    display: flex;
    flex-direction: column;
    row-gap: 10px;  
}
.containerTitleAnpa{
    font-size: 30px !important;
    margin-bottom: 10px;
    font-family: "Exo2-Bold";
    color: #000C5D;   
}
.containerTitleAnpa:not(:first-of-type){
    margin-top: 30px;
}
#workshopsContainer .workshopSingle .workshopTitle{
    font-size: 24px;
    font-family: "Exo2-Bold";
    color: #0D0D0D;
    margin-bottom: 30px;
}
.workshopContent{
    margin-bottom: 20px;
}
#workshopsContainer .workshopContent *{
    font-size: 20px;
}
.workshopGallery{
    display: flex;
    column-gap: 20px;
}
.workshopGallery {
    display: flex;
    column-gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}
.workshopGallery img{
    width: calc(33.33% - 15px);
}
.workshopGallery{
    margin-top: 30px;
    margin-bottom: 50px;
}
.publicationSeparate{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 30px;
}
.publicationSeparate img{
    width: 300px;
}
.publicationSeparate a{
    width: fit-content;
}
.allPublications ul{
    padding-left: 0px;
}
.publicationsHome .viewAll, #eventsSection .viewAll{
    margin-top: 30px;
}
.publicationsHome .viewAll a, #eventsSection .viewAll a{
    width: 166px;
}
.publicationsHome {
    margin-bottom: 40px;
}
.publicationsHome{
    margin-top: 60px;
}
.symposiumLeft{
    min-width: 144px;
}
.educationLeftDescription *{
    /* font-size: 20px; */
    font-size: 17px;
}
.subMenuService .headerSubMenuMiddle{
    width: calc(66.66% - 60px);
    display: block;
    column-count: 2;
}
.subMenuService .headerSubMenuMiddle .headerSubMenuLink{
    display: block;
    margin-bottom: 25px;
}
/* .submenuEducation .headerSubMenuMiddle, .submenuEducation .headerSubMenuRight{
    width: calc(33.33% - 90px);
} */
.headerMenu {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mobileMenu{
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 22, 54, 0.9);
    padding: 20px 15px;
    /* padding-bottom: 40px; */
    padding-bottom: 60px;
    display: none;
}
.mobileMenuHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobileMenuContainer{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.mobileMenuFooter {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}
.mobileMenuFooter .socialMenu{
    display: flex;
    column-gap: 15px;   
}
.mobileMenuFooter .socialMenu a{
    padding-left: 10px;
    padding-right: 10px;
}
.mobileMenuFooter .languageSelector, .footerBottom .languageSelector{
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.mobileMenuFooter .languageSelector a.active, .footerBottom .languageSelector a.active{
    width: 75px;
    height: 30px;
    background-color: #FFCE00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0A0A0A !important;
    border-radius: 2px;
}
.linkAndArrow{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.mobileMenuItems .headerLink{
    line-height: 19px;
}
.mobileMenuItems{
    margin-top: 35px;
}
.subMenuMobile{
    display: none;
    flex-direction: column;
    padding-left: 10px;
    margin-bottom: 35px;
}
.subMenuMobile .headerSubMenuLink{
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "Exo2-Light";
    color: white !important;
    text-transform: capitalize;
}
.openSubMenu{
    display: flex;
}
.rotateArrow{
    transform: rotate(180deg);
}
#projectsContainerHome{
    margin-top: 60px;
}
.eventSingle a{
    text-decoration: none;
}
.eventSingle img{
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    object-fit: cover;
    transition: 300ms;
    height: 100%;
}
.eventSingle:hover img{
    transform: scale(1.2);
}
.imageEvent{
    height: 324px;
    overflow: hidden;
}
#eventsSection{
    text-align: center;
}
#eventsSection .partnersTitle{
    margin-bottom: 30px;
}
.dateEvent{
    position: absolute;
    right: 15px;
    bottom: 15px;
    /* padding: 10px 15px; */
    padding: 7px 15px;
    background: white;
    border-radius: 4px;
    /* font-size: 14px; */
    font-size: 12px;
    color: #929292;
    font-family: 'Exo2-SemiBold';
}
.imageAndDateEvent{
    position: relative;
}
.swiper-slide.eventSingle{
    row-gap: unset;
}
.titleEvent{
    background-color: #00377C;
    color: white;
    /* font-size: 20px; */
    font-size: 18px;
    font-family: 'Exo2-SemiBold';
    color: white;
    height: 144px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.swiper-slide-active .titleEvent{
    background-color: #00D2DA;
    color: #0D0D0D;
}
#prognozaSection .educationLeft{
    max-width: 321px;
    flex-shrink: 0;
}
.prognozaRight{
    background: #F5F5F5;
    height: 100%;
    padding: 35px;
    padding-top: 23px;   
}
.allGraphics{
    display: flex;
    column-gap: 45px;
    margin-top: 50px;
}
.prognozaRight > p{
    font-size: 18px;
    font-family: 'Exo2-Bold';
    color: #000C5D;
}
.titleAndGraphic img{
    /* max-width: 350px; */
    max-width: 100%;
}
.graphicTitle{
    font-size: 18px;
    font-family: 'Exo2-Medium';
    color: #000C5D;
    margin-bottom: 15px;   
}
.event.newsContainerContent .descriptionContent{
    margin-bottom: 50px;
}
.serviceHome img{
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
    transition: 300ms;
    filter: brightness(0) saturate(100%) invert(10%) sepia(68%) saturate(4259%) hue-rotate(230deg) brightness(73%) contrast(116%);
    -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(68%) saturate(4259%) hue-rotate(230deg) brightness(73%) contrast(116%);
}
.titleAndGraphic a{
    display: flex;
    position: relative;
}
.titleAndGraphic:hover .overlay{
    display: flex;
}
.titleAndGraphic .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 22, 54, 0.52);
    align-items: center;
    justify-content: center;
    display: none;
    border-radius: 5px;
}
.titleAndGraphic a > img{
    border-radius: 5px;
}
#legalPage .forecastYearsSubmenu li{
    justify-content: flex-start;
}
#legalPage .forecastYearsSubmenu li::before{
    display: none;
}
.currentYear{
    padding: 13px 17px;
    background: #DAF3F7;
    font-size: 20px;
    font-family: 'Exo2-SemiBold';
    margin-bottom: 16px;
}
.forecastDivs{
    display: flex;
    flex-direction: column-reverse;
}
.forecast-container{
    background: #F5F5F5;
    padding: 20px 25px;
    margin-bottom: 10px;
    cursor: pointer;
}
.forecastDivs{
    height: 650px;
    overflow: auto;
}
#legalPage.aboutPage .datesInterval{
    font-size: 20px;
    font-family: 'Exo2-Bold';
    color: #000C5D;   
}
.forecastDivs .forecast-images{
    column-gap: 20px;
    margin-top: 35px;
}
.forecastYearsSubmenu{
    height: 390px;
    overflow: auto;
}
.cookieOpen{
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.cookieOpen img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.filesContainer li, .bibliographiesContainer li, .careerRequirements li{
    justify-content: flex-start;
}
#swiper_careers img{
    width: 100%;
    height: 215px;
    object-fit: cover;
    border-radius: 4px;
}
#swiper_careers .swiper-slide{
    text-align: left;
}
#swiper_careers .careerDate{
    margin-right: auto;
}
.forecastDivs:has(.noGraph){
    flex-direction: column;
}
.currentYear{
    display: block;
    text-decoration: none;
    color: #0D0D0D !important;
}
.flatpickr-innerContainer{
    padding: 30px;
    padding-top: 20px;
}
.flatpickr-months{
    padding-top: 20px;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month{
    top: 23px;
    line-height: 15px;
}
.activityText *{
    margin-bottom: 0px;
}
#swiperProjects .swiper-slide a:hover img{
    transform: scale(1.2);
}
#swiperProjects .swiper-slide a{
    overflow: hidden;
}
#swiperProjects .swiper-slide a img{
    transition: 300ms;
}
#recentNews a:hover img{
    transform: scale(1.2);
}
#recentNews a{
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
}
#recentNews a img{
    transition: 300ms;
}
.imageContainer{
    overflow: hidden;
}
#swiper_parteneri .swiper-slide:hover img, .allPartners .singlePartner:hover img{
    transform: scale(1.1);
}
#swiper_parteneri .swiper-slide img, .allPartners .singlePartner img{
    transition: 300ms;
}
#educationSwiper img, #animalsSwiper img{
    object-fit: cover;
}
.youtube-wrapper{
    height: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);   
}
.containerImageBudget img{
    width: 70px;
    height: 70px;
    object-fit: contain;   
    transition: 300ms;
}
.organizationForm:hover img, .departmentSingle:hover img, .containerImageBudget:hover img{
    transform: scale(1.1);
}
.input-wrap.full{
    width: 100%;
}
#formularContact .input-wrap{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    text-align: left;
}
.politicsContainer label{
    font-size: 14px;
}
.politicsContainer:not(:last-of-type){
    margin-bottom: 0px;
}
.swiper-wrapper{
    height: auto;
}
.contactDetail img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}

html body .newMenu{
    color: red !important;
}
html body .oldMenu{
    color: #09A9E8 !important;
}
html body .commonMenu{
    color: green !important;
}
#swiper_history .swiper-slide:hover img{
    transform: scale(1.2);
}
.historyImage{
    overflow: hidden;
}
#swiper_history .swiper-slide:hover .historyYear{
    color: #09A9E8;
}
.headerLogo img{
    width: 100%;
    height: 60px;
}
.ongoingProjectDescription * *{
    display: inline;
}
.activityText div{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.descriptionContent *{
    background-image: unset !important;
}

.descriptionContent ul {
    list-style-type: disc !important;
}

.descriptionContent ul li {
    display: flex !important;
    margin-left: 20px;
    align-items: baseline;
}

.descriptionContent li::before {
    content: '';
    width: 9px;
    height: 15px;
    margin-right: 25px;
    background-image: url(../images/arrow-legal.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
.projectContainer .membersDepartment{
    width: 100%;
}
.staticPage{
    margin-top: 30px;
}
.cookiesContainer #legalPage h1 *,
.cookiesContainer #legalPage h2 *,
.cookiesContainer #legalPage h3 *,
.cookiesContainer #legalPage h4 *{
    font-weight: bolder;
    color: #05AAE8;
    font-size: 22px;
}
.cookiesContainer #legalPage table{
    width: 100% !important;
    margin-top: 20px !important;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    color: #c9c9c9;
}

.galleryArticle .swiperGallery img {
    height: 265px;
    object-fit: cover;
}
#legalPage .legalRight ul li ul li::before{
    display: none !important;
}
#legalPage .legalRight ul li ul li{
    display: inline-block !important;
}
.phenomena .imageEvent {
    height: 390px;
}
.natural_pheonmena_all{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}
.natural_pheonmena_all > div{
    width: calc(33.33% - 20px);
}
.phenomena .natural_pheonmena_all .imageEvent {
    height: 500px;
}
.descriptionContent *{
    font-family: "Exo2-Regular" !important;
}
.black .fixedHeader{
    background-color: white !important;
}
.menuOpen{
    display: none !important;
}
.eventsPage #swiper_events{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}
.eventsPage .eventSingle{
    width: calc(50% - 15px);
}
.cookiesContainer #legalPage li{
    justify-content: flex-start;
}
a[data-fancybox]{
    width: 100%;
}
.desktop-hidden{
    display: none;
}