h4.logo {
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

footer h5 {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 20px 0;
}

@media (min-width: 768px) {
  footer h5 {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 10px 0;
  }
}

#footer2 .fab {
  /*width: 30px;*/
  /*height: 30px;*/
  /*padding: 6px;*/
  /*text-align: center;*/
  /*margin-right: 20px;*/
  /*margin-top: 30px;*/
  /*margin-bottom: 20px;*/
}

.news .meta {
  padding-top: 20px;
  padding-bottom: 46px;
}

#top ul.langs .list-inline-item:not(:last-child) {
  margin-right: 8px;
}

#search .btn {
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .five-col {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .two-five-col {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  #copy {
    margin-top: 105px;
  }
}

.navbar ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  text-decoration: none;
  /*padding: 12px 16px;*/
}

.navbar ul li a ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  text-decoration: none;
  /*padding: 12px 16px;*/
}

.navbar ul li .dropdown:hover {
  padding: 12px 0;
  border-bottom: 1px solid #000000;
}

.navbar ul li .dropdown, .navbar ul li .dropend {
  /*padding: 12px 0;*/
}

.navbar ul li .dropdown-menu .dropdown-menu {
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

a[aria-expanded="true"] img {
  transform: rotate(180deg);
}

a[data-bs-toggle="collapse"] img {
  float: right;
  transition: transform .4s ease-in-out;
}

.modal-header {
  border: none;
}

.modal-footer {
  justify-content: space-between;
  flex-direction: column;
  align-items: start;
}

.modal-footer a {
  color: #fff;
  margin-right: 20px;
  font-size: 18px;
}

.modal .modal-body a {
  color: #ffffff;
  padding: 15px 0;
}

.modal .modal-body .nav > li > a {
  padding: 15px 20px;
}

.modal .modal-body .nav > li > a.active img {
  transform: rotate(180deg);
}

.modal .modal-body .nav li {
  margin-bottom: 0;
}

.modal .modal-body .nav li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.modal .modal-body .nav li ul {
  background: #00397A;
  list-style: none;
  margin: 0;
  padding: 0;
}

.modal .modal-body .nav li a img {
  float: right;
}

.modal .modal-body .nav li ul {
  display: none;
}

.modal .modal-body .nav li:has(.active) > ul {
  display: block;
}

.modal .modal-body .nav li ul li ul {
  display: none;
}

.modal .modal-body .nav li ul li:has(.active) ul {
  display: block;
  /*position: absolute;*/
  /*height: 100vh;*/
  background: #00397A;
  width: 100%;
  top: 0;
  bottom: 0;
}

.modal .modal-body .nav li ul li:has(.active) img {
  transform: rotate(180deg);
}

.modal .modal-body .nav li ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
}

.modal .modal-body .nav > li > ul > li a {
  padding: 15px 20px;
  display: block;
}

.modal .modal-body .nav > li > ul > li a.active, .modal .modal-body .nav > li > ul > li a:hover {
  background: #002650;
}

.modal-header .btn-close {
  /*color: #ffffff;*/
  background: url("../../assets/img/close-modal-nav-white.svg") no-repeat center center transparent;
}

.navbar ul li.dropdown.show .dropdown-menu.show a.dropdown-toggle {
  background: url("../../assets/img/nav-right-arrow.svg") no-repeat right center;
  width: 100%;
  display: block;
}

.navbar ul li.dropdown > a.dropdown-toggle {
  background: url("../../assets/img/nav-down-arrow.svg") no-repeat right center;
  padding: 21px 33px 21px 21px;
}

.multilevel .dropdown-menu .dropdown-menu {
  margin-left: 104%;
  margin-top: -44px;
}

.navbar-nav li:hover > .dropdown-menu {
  display: block;
}

.playpause {
  background-image: url(../../assets/img/play-button.svg);
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}

#main_nav ul {
  -webkit-transition: .5s;
  transition: .5s;
}

#main_nav li {
  -webkit-transition: .5s;
  transition: .5s;
  padding: 16px 0px;
  z-index: 1;
  position: relative;
}

#main_nav a {
  display: block;
  text-decoration: none;
  padding: 0px 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}

#main_nav img {
  margin-left: 12px;
}

#main_nav ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  /*visibility: hidden;*/
  /*opacity: 0;*/
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0;
  list-style: none;
  width: 280px;
}

#main_nav ul ul li {
  border-bottom: 1px solid #ffffff;
  padding: 12px 10px;
}

#main_nav ul ul li:hover {
  border-bottom: 1px solid #000000;
}

#main_nav ul ul ul {
  left: 100%;
  top: 0;
  border-radius: 0px 8px 8px 0px;
  z-index: -1;
}

#main_nav li li a, #main_nav li li li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

#main_nav li li:hover, #main_nav li li li:hover {
  /*border-bottom: 1px solid #000000;*/
}

#main_nav li li li:hover {
  /*border-bottom: 1px solid #000000;*/
}

#main_nav li:hover > ul {
  /*visibility: visible;*/
  /*opacity: 1;*/
  display: block;
}

footer {
  color: #ffffff;
  margin-top: 160px;
}

@media (max-width: 992px) {
  footer {
    color: #ffffff;
    margin-top: 100px;
  }
}

#footer1 {
  background: rgba(28, 70, 155, 1);
  border-bottom: 1px solid #ffffff;
}

#footer2 {
  background: rgba(27, 55, 86, 1);
  padding-top: 45px;
  padding-bottom: 32px;
}

footer h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 0;
}

@media (min-width: 768px) {
  footer h4 {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 0 30px;
  }
}

#copy {
  /*padding: 35px 0;*/
}

p.copyright {
  font-weight: 500;
  font-size: 11px;
  /*line-height: 14px;*/
  color: #5880AD;
  margin: 0;
  /*padding: 20px 0;*/
}

@media (min-width: 768px) {
  p.copyright {
    font-weight: 500;
    font-size: 11px;
    /*line-height: 15px;*/
    color: rgba(255,255,255,0.5);
    margin: 0;
    /*padding: 20px 0;*/
  }
}

@media (min-width: 992px) {
  p.copyright {
    color: rgba(255,255,255,0.5);
    margin: 0;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
}

footer ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  footer ul li {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 13px;
  }
}

footer p {
  font-weight: 400;
  font-size: 14px;
  /*line-height: 18px;*/
}

@media (min-width: 768px) {
  footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
}

#newsletter .form-check-label {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #5880AD;
  margin-top: 9px;
}

#newsletter input[type="email"] {
  background: #5880AD;
  border-radius: 5px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #002650;
  padding: 11px 14px;
  width: 100%;
}

@media (min-width: 768px) {
  #newsletter input[type="email"] {
    background: #5880AD;
    border-radius: 5px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #002650;
    padding: 11px 14px;
    width: 300px;
  }
}

@media (min-width: 992px) {
  #newsletter input[type="email"] {
    background: #5880AD;
    border-radius: 5px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #002650;
    padding: 11px 14px;
    width: 320px;
    max-width: 100%;
  }
}

footer input[type="email"]::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #002650;
}

@media (min-width: 992px) {
  .despre-noi {
    padding: 130px 0;
  }
}

.despre-noi {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .despre-noi {
    padding: 40px 0 40px;
  }
}

@media (min-width: 992px) {
  .despre-noi {
    padding: 40px 0 40px;
  }
}

h3.heading {
  /*font-weight: 500;*/
  /*font-size: 22px;*/
  /*line-height: 28px;*/
  /*color: #014898;*/
  /*padding-bottom: 12px;*/
  /*display: inline;*/
  /*border-bottom: 5px solid #014898;*/
  /*float: left;*/
  /*margin: 0;*/
}

h3.heading:after {
  /*content: "";*/
  /*float: left;*/
  /*background: rgba(250, 75, 72, 1);*/
  /*width: 100%;*/
  /*height: 6px;*/
  /*border-radius: 5px;*/
  /*margin-top: 12px;*/
}

h3.heading {
  color: #333;
  display: inline;
  font-family: Onest;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

h1.heading {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #333;
  /*padding-bottom: 12px;*/
  /*display: inline;*/
  /*border-bottom: 5px solid #014898;*/
  /*float: left;*/
  /*margin: 0;*/
}

@media (min-width: 768px) {
  h1.heading {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #333;
    /*padding-bottom: 12px;*/
    /*display: inline;*/
    /*border-bottom: 5px solid #014898;*/
  }
}

body {
  font-family: 'Onest', sans-serif;
  font-size: 20px;
}

footer a {
  color: #fff;
  text-decoration: none;
}

div.card-link {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 0 10px 0 18px;
  font-weight: 500;
  font-size: 14.6584px;
  line-height: 149%;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 28px;
  align-items: center;
  height: 80px;
}

@media (min-width: 768px) {
  div.card-link {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 0 10px 0 18px;
    font-weight: 500;
    font-size: 9px;
    line-height: 149%;
    text-transform: uppercase;
    display: flex;
    margin-bottom: 28px;
    align-items: center;
    height: 64px;
    width: 181px;
  }
}

div.card-link:hover {
  background: #ffffff;
  color: #014898;
}

div.card-link img {
  display: block;
  filter: brightness(0) invert(1);
}

div.card-link:hover img {
  filter: none;
}

div.card-link a {
  margin-left: 16px;
  display: block;
}

div.card-link:hover a {
  color: #014898;
}

hr {
  border-color: #ffffff;
}

footer .social a {
  border: 1px solid #ffffff;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  padding: 3px;
  text-align: center;
  margin-left: 20px;
  /*margin-top: 20px;*/
  color: #ffffff;
  display: inline-block;
}

footer .social a:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  padding: 3px;
  text-align: center;
  margin-left: 20px;
  /*margin-top: 20px;*/
  color: #014898;
  display: inline-block;
}

#footer2 .social a {
  border: 1px solid #ffffff;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  padding: 3px;
  text-align: center;
  margin-left: 0;
  margin-right: 20px;
  /*margin-top: 20px;*/
  color: #ffffff;
  display: inline-block;
}

#footer2 .social a:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  padding: 3px;
  text-align: center;
  margin-right: 20px;
  /*margin-top: 20px;*/
  color: #014898;
  display: inline-block;
}

.form-check-input {
  /*border: 1px solid #5880AD;*/
  /*border-radius: 3px;*/
  /*background: transparent;*/
  /*width: 14px;*/
  /*height: 14px;*/
  /*margin-top: 10px;*/
}

#atc {
  background: #EAF4FF;
  padding: 0;
}

@media (min-width: 768px) {
  #atc {
    background: #EAF4FF;
    padding: 35px 0;
  }
}

@media (min-width: 992px) {
  #atc {
    background: #EAF4FF;
    padding: 42px 0;
  }
}

#atc img {
  margin: 35px auto;
  display: block;
  max-width: 100%;
  height: 80px;
}

@media (min-width: 576px) {
  #atc img {
    margin: 35px auto;
    display: block;
    max-width: 100%;
    height: 110px;
  }
}

@media (min-width: 768px) {
  #atc img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: 182px;
  }
}

.main-news .titlu {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .main-news .titlu {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 100%;
  }
}

.news .titlu {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  text-decoration: none;
}

.main-news .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  float: left;
}

.news .date {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #4D4D4D;
}

.main-news .tags {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #4D4D4D;
  background: rgba(255, 227, 239, 1);
  border-radius: 3px;
  padding: 4px 5px;
  margin-left: 40px;
  text-decoration: none;
  float: right;
}

@media (min-width: 768px) {
  .main-news .tags {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #4D4D4D;
    background: rgba(255, 227, 239, 1);
    border-radius: 3px;
    padding: 4px 5px;
    margin-left: 40px;
    text-decoration: none;
    float: left;
  }
}

.news .tags {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #4D4D4D;
  background: rgba(255, 227, 239, 1);
  border-radius: 3px;
  padding: 4px 5px;
  float: right;
  text-decoration: none;
}

#last-news {
  padding: 50px 0;
}

@media (min-width: 768px) {
  #last-news {
    padding: 40px 0;
  }
}

@media (max-width: 992px) {
  #last-news {
    padding: 60px 0 60px;
  }
}

@media (min-width: 576px) {
  #last-news {
    padding: 40px 0 40px;
    /*margin: 0 12px;*/
  }
}

.news {
  padding-bottom: 25px;
  border-bottom: 1px solid #4D4D4D;
}

.news:first-child {
  border-top: 1px solid #4d4d4d;
}

@media (min-width: 992px) {
  .news:first-child {
    border-top: none;
  }
}

.news:last-child {
  /*border-bottom: none;*/
}

.despre-noi .titlu {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
  /*width: 70%;*/
  padding-top: 30px;
}

@media (min-width: 992px) {
  .despre-noi .titlu {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
    /*width: 70%;*/
    padding-top: 0;
  }
}

.despre-noi p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

hr.heading {
  border: none;
  /*border-bottom: 1.5px solid #014898;*/
  margin: 0 0 30px;
  clear: both;
  position: relative;
  display: block;
  top: -4px;
}

.despre-noi hr {
  border: none;
  border-bottom: 1.5px solid #014898;
  margin: 0 0 30px;
  clear: both;
  position: relative;
  display: block;
  top: -4px;
}

#slider h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #00397A;
  /*padding-top: 20px;*/
}

@media (max-width: 576px) {
  #slider h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #00397A;
    /*padding-top: 20px;*/
  }
}

@media (min-width: 768px) {
  #slider h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: rgba(0, 57, 122, 1);
    /*padding-top: 20px;*/
  }
}

@media (min-width: 992px) {
  #slider h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 31px;
    color: rgba(0, 57, 122, 1);
    /*padding-bottom: 71px;*/
    /*padding-top: 20px;*/
  }
}

@media (min-width: 1200px) {
  #slider h3 {
    color: rgba(28, 70, 155, 1);
    padding-bottom: 0;
    font-family: Onest;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
}

#slider .categorie a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: rgba(88, 128, 173, 1);
  border-bottom: 1px solid rgba(88, 128, 173, 1);
  padding: 16px 0;
  display: block;
  text-decoration: none;
  margin-top: 0px;
}

@media (min-width: 768px) {
  #slider .categorie a {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: rgba(88, 128, 173, 1);
    border-bottom: 1px solid #5880AD;
    padding: 8px 0;
    display: block;
    text-decoration: none;
    margin-top: 0px;
  }
}

#slider .categorie {
  display: inline-block;
}

@media (min-width: 992px) {
  #slider .categorie {
  }
}

.carousel-indicators {
  position: relative;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .carousel-indicators {
    position: relative;
    margin-top: 20px;
  }
}

.carousel-indicators [data-bs-target] {
  background-color: rgba(1, 72, 152, 1);
  width: 23px;
  height: 1px;
  margin-left: 7px;
  margin-right: 7px;
  border-radius: 3px;
  border: 2px solid rgba(1, 72, 152, 1);
}

.carousel-indicators [data-bs-target]:last-child {
  opacity: 0.2;
}

.carousel-indicators li.active:last-child {
  opacity: 1;
}

.navbar {
  padding: 0;
}

.navbar a.nav-link {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #ffffff;
  padding: 21px;
}

@media (min-width: 1400px) {
  .navbar a.nav-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
    padding: 21px;
  }
}

.main-news img {
  border-radius: 5px;
  width: 100%;
}

#top {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 992px) {
  #top {
    padding-top: 12px;
    padding-bottom: 40px;
  }
}

#search input[type="search"] {
  background: #F4F4F4;
  border-radius: 3px;
  border: none;
  padding: 0px 8px 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  color: #929292;
  height: 30px;
}

#search .btn img {
  background: #014898;
  border-radius: 3px;
  color: #ffffff;
  padding: 5px;
  width: 28px;
  height: 28px;
  border: 1px solid #014898;
}

#top ul.langs {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #929292;
  margin-bottom: 0;
}

#top ul.langs li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #929292;
  text-decoration: none;
}

#top ul.langs li a:hover, #top ul.langs li.current a, #top ul.langs li.is-active a {
  color: #014898;
  border-bottom: 1px solid #014898;
  font-weight: 500;
}

#top .social .fab {
  color: #014898;
}

.social a:first-child {
  margin-left: 0;
}

.dropdown-toggle::after {
  display: none !important;
}

.navbar-expand-md .navbar-nav .dropdown-toggle.nav-link {
  background: url('../../assets/img/chevron.svg') no-repeat right center;
  padding-right: 20px;
}

.social a {
  margin-left: 6px;
}

.dropdown-menu {
  padding: 0 10px 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.navbar ul li .dropdown-menu a {
  padding: 12px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  border-bottom: 1px solid transparent;
  display: block;
}

.navbar ul li .dropdown-menu a:hover {
  padding: 12px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  border-bottom: 1px solid #000000;
  display: block;
}

a.dropdown-item:hover {
  padding: 12px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  border-bottom: 1px solid #000000;
}

#carousel-1 .carousel-item {
}

#footer2 .dont-collapse-sm {
  background: #00397A;
  padding: 20px 26px 1px;
  margin: 0 -26px;
}

@media (min-width: 768px) {
  #footer2 .dont-collapse-sm {
    background: none;
    padding: 20px 0 1px;
    margin: 0;
  }
}

.modal .modal-content {
  background: #014898;
  color: #ffffff;
}

@media (max-width: 767px) {
  .procuraturi .col {
    width: 100%;
    flex: 1 1 auto;
  }
}

@media (min-width: 768px) {
  .overflow-x {
    overflow-x: scroll;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .overflow-x::-webkit-scrollbar {
    height: 4px;
    background: #EAF4FF;
    border-radius: 5px;
  }
}

@media (min-width: 768px) {
  .overflow-x::-webkit-scrollbar-thumb:horizontal {
    background: #014898;
    border-radius: 5px;
  }
}

@media (min-width: 1200px) {
  .overflow-x {
    overflow-x: hidden;
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .overflow-x {
    overflow-x: hidden;
    max-width: 1320px;
  }
}

.carousel-item img {
  float: none;
  width: calc(100vw -24px);
  height: auto;
}

.carousel-item img {
  float: right;
  /*width: calc(100vw - 32px);*/
  height: auto;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .carousel-item img {
    float: right;
    width: auto;
    max-height: 454px;
  }
}

.button-big {
  padding: 8px 20px;
  border: 1.5px solid rgba(28, 70, 155, 1);
  border-radius: 4px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  /*text-transform: uppercase;*/
  color: rgba(28, 70, 155, 1);
}

.button-big:hover {
  background: #014898;
  color: #FFFFFF;
}

.button-medium {
  padding: 10px 32px;
  border: 1px solid #014898;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #014898;
}

.button-medium:hover {
  background: #014898;
  color: #FFFFFF;
}

.button-download {
  padding: 10px 25px;
  background: #EAF4FF;
  border: 1px solid #014898;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #014898;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
}

.button-download:hover {
  background: #014898;
  font-weight: 500;
  color: #FFFFFF;
}

.button-check {
  padding: 6px 16px 6px 8px;
  border: 1px solid #CCDAEA;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #014898;
}

.button-check:hover {
  background: #EAF4FF;
  border: 1px solid #014898;
}

.button-blue {
  padding: 10px 32px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 40px;
}

.button-blue:hover {
  background: #FFFFFF;
  text-transform: uppercase;
  color: #014898;
}

@media (max-width: 576px) {
  #slider .button-big {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #slider .button-big {
  }
}

@media (min-width: 1200px) {
  #slider .button-big {
  }
}

.breadcrumb {
  margin: 2rem 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, ">");
}

footer a[data-bs-toggle="collapse"] {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 0;
  text-transform: uppercase;
  color: #ffffff;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  footer a[data-bs-toggle="collapse"] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 0 10px;
  }
}

.content.colapse button {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #333;
  background: transparent;
  padding: 20px 20px;
  text-align: left;
  border: none;
  box-shadow: none;
  border: none;
}

@media (min-width: 768px) {
  .content.colapse button {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    /*color: #014898;*/
    background: transparent;
    padding: 20px 32px;
    text-align: left;
    border: none;
    box-shadow: none;
  }
}

.content.colapse .accordion-button:not(.collapsed)::after {
  background-image: url("../../assets/img/colapse-down.svg");
  background-position: right center;
  transform: var(--bs-accordion-btn-icon-transform);
}

.content.colapse .accordion-button::after {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-left: auto;
  content: "";
  background-image: url("../../assets/img/colapse-down.svg");
  background-repeat: no-repeat;
  background-size: 28px;
  transition: var(--bs-accordion-btn-icon-transition);
}

#sidebar .nav-item > a {
  font-weight: 400;
  font-size: 20px;
  /*line-height: 23px;*/
  padding: 20px;
  color: rgba(28, 70, 155, 1);
  background: rgba(247, 247, 247, 1);
  border-radius: 8px;
  transition: opacity 300ms;
}

#sidebar .nav-item > a.active {
  color: #ffffff;
  background: #014898;
}

#sidebar .nav-item > a:hover {
  color: #ffffff;
  background: #014898;
  font-weight: 400;
}

#sidebar .nav-item:has(.show) > a {
  color: #ffffff;
  background: #014898;
  font-weight: 500;
}

#sidebar .nav-item.has-submenu:has(.show) > a {
  color: #ffffff;
  background: url("../../assets/img/arrow-up-collapse-white.svg") no-repeat right 20px center #014898;
}

#sidebar .nav-item.has-submenu:-moz-has-child(.show) > a {
  color: #ffffff;
  background: url("../../assets/img/arrow-up-collapse-white.svg") no-repeat right 20px center #014898;
}

#sidebar .nav-item.has-submenu:has(.show) > a:hover {
  color: #ffffff;
  background: url("../../assets/img/arrow-up-collapse-white.svg") no-repeat right 20px center #014898;
}

#sidebar h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  float: none;
  border-bottom: 1.5px solid #000000;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #sidebar h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    float: left;
    border-bottom: 1.5px solid #000000;
    margin-bottom: 20px;
    display: none;
  }
}

.structura .inner {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .structura .inner {
    padding: 10px 30px;
  }
}

@media (min-width: 1200px) {
  .structura .inner {
    padding: 20px 42px;
  }
}

.echipa h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #014898;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .echipa h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #014898;
    margin-bottom: 20px;
  }
}

.managerii .echipa {
  /*margin-bottom: 30px;*/
}

@media (min-width: 768px) {
  .managerii .echipa:first-child {
    /*margin-bottom: 100px;*/
  }
}

@media (min-width: 1200px) {
  .managerii .echipa:first-child {
    /*margin-bottom: 190px;*/
  }
}

.activitate .button-download {
  margin-left: 52px;
}

@media (min-width: 768px) {
  .activitate .button-download {
    margin-left: 0;
  }
}

.content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
}

@media (min-width: 768px) {
  .content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
  }
}

.activitate p {
  margin-left: 18px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #4D4D4D;
}

@media (min-width: 768px) {
  .activitate p {
    margin-left: 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #4D4D4D;
    margin-bottom: 0;
  }
}

.activitate .size {
  margin-left: 16px;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .activitate .size {
    margin-left: 0;
    margin-right: 18px;
    margin-top: 11px;
    margin-bottom: 0;
  }
}

.activitate .row {
  border-top: 1px solid #CCDAEA;
  padding-top: 26px;
  padding-bottom: 22px;
  /*padding-left: 26px;*/
  /*padding-right: 26px;*/
}

@media (min-width: 1200px) {
  .activitate .row {
    border-top: 1px solid #CCDAEA;
    padding-top: 26px;
    padding-bottom: 22px;
    padding-left: 26px;
    padding-right: 26px;
  }
}

.search-form input[type="text"] {
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 16px 16px 16px 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #00397A;
  background: url("../../assets/img/search-form-icon.svg") no-repeat left 24px center #F4F4F4;
}

.search-form select {
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 16px 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #00397A;
  background: url("../../assets/img/arrow-down-collapse.svg") no-repeat right 24px center #F4F4F4;
}

.search-form input[type="text"]::placeholder {
  color: #00397A;
  opacity: 1;
}

.search-form input[type="date"] {
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 16px 22px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #00397A;
  background: url("../../assets/img/calendar-icon.svg") no-repeat right 24px center #F4F4F4;
}

.search-form input[type="date"]::-webkit-calendar-picker-indicator {
  background: none;
}

.search-form input[type="date"]:focus {
  border: 1px solid #5880AD;
  box-shadow: none;
}

.search-form input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #00397A;
  opacity: 1;
  margin-right: 0.5em;
  width: 100%;
}

.search-form input[type="date"]:focus:before, .search-form input[type="date"]:valid:before {
  content: "";
  width: auto;
}

.search-form select:focus {
  border: 1px solid #5880AD;
  box-shadow: none;
}

article p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  article p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 16px;
  }
}

article .attachement .button-download {
  margin-left: 52px;
}

@media (min-width: 768px) {
  article .attachement .button-download {
    margin-left: 0;
    padding: 10px;
    width: 114px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .procuraturi {
    width: 1320px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .procuraturi {
    width: auto;
    margin: 0 auto;
  }
}

.video {
  border-radius: 5px;
  display: flex;
  gap: 12px;
  flex-direction: column;
}

@media (max-width: 992px) {
  .video {
    gap: 8px;
    padding-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .procuraturi .col:last-child {
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  .procuraturi .col {
    padding-left: 24px;
  }
}

@media (min-width: 992px) {
  .procuraturi .col {
    padding-left: 12px;
  }
}

@media (min-width: 1200px) {
  .procuraturi .col {
    padding-left: 0px;
  }
}

.breadcrumb a {
  color: rgba(134, 134, 149, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item:last-child a span {
  max-width: 40vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  padding-top: 3px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: rgba(134, 134, 149, 1);
}

.content .content img {
  max-width: 100%;
  border-radius: 5px;
}

article .content {
  /*padding-bottom: 54px;*/
  /*border-bottom: 1px solid #CCDAEA;*/
}

.content.colapse .accordion-item {
  border: 1px solid rgba(51, 51, 51, 1);
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.content.colapse .accordion-header {
  border: none;
}

#sidebar {
  padding-bottom: 32px;
}

#sidebar .nav-item {
  /*width: 100%;*/
  margin-bottom: 15px;
}

.sidebar li .submenu {
  padding: 0;
}

.sidebar li .submenu li {
  list-style: none;
  margin: 25px 30px;
  padding: 0;
  /*padding-left: 1rem;*/
  /*padding-right: 1rem;*/
}

#sidebar .submenu li a.active, #sidebar .submenu li a:hover {
  padding: 5px 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  border-left: 1.5px solid #000000;
}

#sidebar .submenu li a {
  padding: 5px 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #4D4D4D;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}

#sidebar .nav-item.has-submenu > a {
  background: url("../../assets/img/arrow-down-collapse.svg") no-repeat right 20px center #F4F4F4;
}

#sidebar .nav-item.has-submenu > a:hover, #sidebar .nav-item.has-submenu > a.active {
  background: url("../../assets/img/arrow-down-collapse-white.svg") no-repeat right 20px center #014898;
  color: #ffffff;
}

.content-domenii p {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
}

.card-domen {
  display: flex;
  align-items: center;
  border: 1px solid #CCDAEA;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 20px;
  background: url("../../assets/img/link.svg") no-repeat right 20px center transparent;
}

.card-domen a {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
}

@media (min-width: 768px) {
  .card-domen {
    display: flex;
    align-items: center;
    border: 1px solid #CCDAEA;
    border-radius: 5px;
    padding: 15px 24px;
    margin-bottom: 30px;
  }
}

.card-domen h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #014898;
  text-transform: uppercase;
  margin-left: 13px;
  margin-right: 90px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .card-domen h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #014898;
    text-transform: uppercase;
    margin-left: 20px;
    margin-right: 90px;
  }
}

.card-domen:hover {
  background: url("../../assets/img/link-hover.svg") no-repeat right 20px center #EAF4FF;
  border: 1px solid #014898;
  cursor: pointer;
}

.structura .icon {
  background: #5880AD;
  border-radius: 5px 0px 0px 0px;
  padding: 20px;
}

.structura h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /*text-transform: uppercase;*/
  color: #014898;
  margin-left: 18px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .structura h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

.structura {
  border: 1px solid #5880AD;
  border-radius: 5px;
  margin-bottom: 40px;
}

.structura .card-structura h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #4D4D4D;
  margin-bottom: 0;
}

.structura .card-structura {
  padding: 10px 15px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #5880AD;
  border-radius: 4px;
}

.structura .heading {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #5880AD;
}

.button-download img {
  margin-right: 10px;
}

.button-download:hover img {
  filter: brightness(0) invert(1);
}

.echipa .avatar {
  background: #EAF4FF;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
}

.echipa .size {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #929292;
  float: right;
  margin-right: 20px;
  margin-left: 16px;
  margin-top: 11px;
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  .echipa .size {
    margin-bottom: 0px;
  }
}

.echipa hr {
  border-color: #CCDAEA;
  /*margin-top: 0;*/
}

.echipa p {
  font-weight: 400;
  font-size: 16px;
  /*line-height: 22px;*/
  color: #4D4D4D;
  /*margin-left: 10px;*/
  /*display: block;*/
}

.echipa h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #014898;
  margin-top: 35px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .echipa h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #014898;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.activitate .accordion-body {
  padding: 11px 11px 0px;
}

.search-form input[type="text"]:focus {
  border: 1px solid #5880AD;
  box-shadow: none;
}

.search-form .btn {
  background: rgba(242, 242, 242, 1);
  border-radius: 0 4px 4px 0;
}

.noutati .noutate img {
  max-width: 100%;
  border-radius: 5px;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.noutati .noutate .categorie {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  background: rgba(32, 73, 118, 1);
  border-radius: 3px;
  padding: 4px 12px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.noutati .noutate {
  position: relative;
  gap: 12px;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

@media (max-width: 992px) {
  .noutati .noutate {
    position: relative;
    gap: 8px;
    display: flex;
    flex-direction: column;
  }
}

.noutati .noutate h4 {
  margin-bottom: 0;
}

.noutati .noutate .date {
  color: rgba(134, 134, 149, 1);
  /*padding-bottom: 50px;*/
  display: block;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.noutati .noutate a {
  text-decoration: none;
  color: #333;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 992px) {
  .noutati .noutate a {
    font-size: 20px;
  }
}

img.content {
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 30px;
}

.attachement {
  border-top: 1px solid #CCDAEA;
  padding: 26px 12px 23px;
}

article .attachement:last-child {
  border-bottom: 1px solid #CCDAEA;
  padding: 26px 12px 23px;
}

article .attachement:last-child {
  border-bottom: 1px solid #CCDAEA;
  padding: 26px 12px 23px;
}

article .attachement:first-child {
  border-top: 1px solid #CCDAEA;
}

.attachement p {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #4D4D4D;
  margin-left: 18px;
  margin-bottom: 0;
}

a.linc {
  text-decoration: none;
  background: url("../../assets/img/link.svg") no-repeat left center transparent;
  padding-left: 35px;
  color: #00397A;
  min-height: 38px;
  align-items: center;
  display: flex;
}

a.linc:hover {
  text-decoration: underline;
  background: url("../../assets/img/link-hover.svg") no-repeat left center transparent;
  /*padding-left: 50px;*/
}

article .attachement .size {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #929292;
  margin-left: 15px;
  margin-top: 15px;
  /*margin-right: 23px;*/
  width: 114px;
  text-align: center;
}

article {
  /*padding-bottom: 55px;*/
}

article .share {
  padding: 64px 0;
}

article .share span {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  border-bottom: 1px solid #000;
  margin-right: 31px;
}

article .share a {
  margin-right: 20px;
}

#ultimile-stiri-bloc {
  background: rgba(244, 244, 244, 1);
  border-radius: 5px;
  padding: 23px 15px;
}

#ultimile-stiri-bloc h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  border-bottom: 1px solid #4D4D4D;
  padding-bottom: 11px;
}

#ultimile-stiri-bloc .ultima-noutate {
  border-bottom: 1px solid #4D4D4D;
  padding: 30px 0;
}

#ultimile-stiri-bloc .ultima-noutate h5 a {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  margin-top: 46px;
  text-decoration: none;
}

#ultimile-stiri-bloc .ultima-noutate .date {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #929292;
  /*float: left;*/
}

#ultimile-stiri-bloc .ultima-noutate .categorie {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #4D4D4D;
  padding: 4px 5px;
  background: rgba(255, 227, 239, 1);
  border-radius: 3px;
  /*float: right;*/
}

@media screen and (min-width: 768px) and (max-width:992px) {
  #ultimile-stiri-bloc {
    display: none;
  }
}

.meta .categorie span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #4D4D4D;
  background: rgba(255, 227, 239, 1);
  border-radius: 3px;
  padding: 6px 13px;
  display: block;
}

.meta .data span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #929292;
  display: block;
  margin-left: 50px;
  padding: 6px;
}

.meta {
  padding: 25px 0;
}

@media (min-width: 1200px) {
  .meta {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .meta .categorie {
    margin-bottom: 34px;
  }
}

.linia-fierbinte {
  color: #014898;
  border-radius: 5px;
  text-decoration: none;
  padding: 22px 50px 22px 20px;
  display: block;
  margin-bottom: 50px;
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  background: url("../../assets/img/linia-fierbinte-button-main.svg") no-repeat right 18px center #ffffff;
  background-size: 31px;
  border: 1.5px solid #014898;
}

.linia-fierbinte:hover {
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  padding: 22px 50px 22px 20px;
  display: block;
  margin-bottom: 50px;
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  background: url("../../assets/img/linia-fierbinte-button.svg") no-repeat right 18px center #014898;
  background-size: 31px;
}

@media (min-width: 768px) {
  .linia-fierbinte:hover {
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    padding: 31px 100px 31px 28px;
    display: block;
    margin-bottom: 50px;
    margin-top: 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    background: url("../../assets/img/linia-fierbinte-button.svg") no-repeat right 18px center #014898;
    background-size: 46px;
  }
}

@media (min-width: 768px) {
  .linia-fierbinte {
    padding: 31px 100px 31px 28px;
    font-size: 22px;
    line-height: 28px;
    max-width: 632px;
    background-size: 46px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 360px;
    margin-right: 0;
    margin-left: auto;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  #search .modal-dialog {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
}

@media (max-width: 992px) {
  .modal-body::-webkit-scrollbar {
    /*background: #EAF4FF;*/
    /*border-radius: 5px;*/
    /*width: 4px;*/
  }
}

@media (max-width: 992px) {
  .modal-body::-webkit-scrollbar-thumb:vertical {
    /*background: #014898;*/
    /*border-radius: 5px;*/
    /*width: 4px;*/
  }
}

#main_nav .navbar-nav > li > a.has-submenu:after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 10px;
  height: 5px;
  display: inline-block;
  margin-left: 0.3em;
  vertical-align: 0.1em;
}

#main_nav .navbar-nav > li > ul > li > a.has-submenu:after {
  content: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 10px;
  height: 5px;
  display: inline-block;
  float: right;
}

.mobile-menu.nav > li > a.has-submenu:after {
  content: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L17 1' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 10px;
  height: 5px;
  display: inline-block;
  margin-left: 0.3em;
  vertical-align: 0.1em;
}

.mobile-menu.nav > li > ul > li > a.has-submenu:after {
  content: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 15L8 8L0.999999 1' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 10px;
  height: 5px;
  display: inline-block;
  float: right;
}

.mobile-menu.nav > li > ul > li > a.has-submenu.active {
  background: transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.mobile-menu.nav > li > ul > li > a.has-submenu.active:after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L1 9L9 17' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 10px;
  height: 5px;
  display: inline-block;
  float: right;
}

@media screen and (min-width: 768px) and (max-width:991px) {
  .columns > div:nth-child(n + 4) {
    margin-top: 50px;
  }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
  .columns > div:nth-child(n + 5) {
  }
}

@media (min-width: 1200px) {
  .columns > div:nth-child(n + 6) {
    /*margin-top: 70px;*/
  }
}

.contact p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

@media (min-width: 768px) {
  .contact p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
  }
}

.contact p.title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}

.contacte .item:nth-child(odd) {
  background: rgba(244, 244, 244, 1);
}

.contacte .item {
  padding: 20px;
  margin: 0;
}

.contacte .item .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.contacte .item p {
  font-weight: 400;
  font-size: 16px;
  /*line-height: 18px;*/
  margin-bottom: 0;
}

.contacte > div {
  padding: 0;
}

ul.pagination li a.page-link {
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #014898;
}

ul.pagination li.active a.page-link {
  border: 1px solid #014898;
  border-radius: 3px;
  background: #EAF4FF;
}

ul.pagination {
  margin: 60px 0;
}

.telefoane p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.telefoane .button-download {
  width: 100%;
  text-align: center;
  margin-bottom: 11px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  padding: 16px 16px 16px 46px;
  background: url("../../assets/img/telefon-de-incredere.svg") calc(50% - 60px) 50% no-repeat #EAF4FF;
}

.telefoane .button-download:hover {
  width: 100%;
  text-align: center;
  margin-bottom: 11px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  padding: 16px 16px 16px 46px;
  background: url("../../assets/img/telefon-de-incredere-white.svg") calc(50% - 60px) 50% no-repeat #014898;
}

.telefoane {
  padding: 50px 0 38px;
  border-top: 1px solid #CCDAEA;
}

.fit-cover {
  object-fit: cover;
}

@media (min-width: 1200px) {
  .carousel-item img {
    float: right;
    width: 100%;
    height: auto;
  }
}

.filtre {
  width: 100%;
  border: 1.5px solid #00397A;
  border-radius: 5px;
  padding: 13px 25px;
  margin-bottom: 23px;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #00397A;
  background: url("../../assets/img/filtre.svg") right 20px center no-repeat #ffffff;
}

#filtre-form {
  display: block;
}

@media (max-width: 768px) {
  #filtre-form {
    display: none;
  }
}

#filtre:hover {
  color: #00397A;
  border: 1.5px solid #00397A;
}

.menu-collapse-mob h3 img {
  display: none;
}

@media (max-width: 991px) {
  .menu-collapse-mob h3 img {
    display: block;
    float: right;
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  .menu-collapse-mob .nav {
    display: none;
  }
}

.years span {
  background: #014898;
  border-radius: 5px;
  padding: 14px 20px;
  color: #ffffff;
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  white-space: nowrap;
}

.years {
  padding: 0 0 64px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .years {
    background: none;
    padding: 0;
    width: 100%;
    margin: 32px 0 0px;
    display: flex;
    flex-direction: row;
  }
}

.perioada img {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .perioada img {
    width: 50%;
    margin-bottom: 16px;
  }
}

.perioada h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #002650;
}

.perioada p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin: 0;
}

.perioada {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .years span {
    /*float: left;*/
    display: inline-block;
  }
}

.years hr {
  border: 1px solid #014898 !important;
  transform: rotate(90deg);
  opacity: 1;
  width: 66px;
  height: 0;
  margin: 0 auto;
  bottom: -32px;
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .years hr {
    transform: rotate(0deg);
    width: 100%;
    bottom: -26px;
  }
}

@media (min-width: 768px) {
  .perioada {
    margin-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .years {
    margin: 50px 0 0;
  }
}

@media (min-width: 1400px) {
  .years {
    margin: 64px 0 0;
  }
}

.list-group {
  margin: 40px 0;
}

.video-foto li {
  border-radius: 5px;
  border: 1px solid #CCDAEA;
  padding: 6px 16px;
}

.video-foto li a {
  font-weight: 400;
  font-size: 14px;
  color: #014898;
  line-height: 20px;
  text-decoration: none;
}

.video-foto li.active {
  background: url("../../assets/img/check.svg") left 10px center no-repeat #EAF4FF;
  border: 1px solid #014898;
  border-radius: 5px;
  padding: 6px 16px 6px 34px;
}

.video-foto li.active a {
  font-weight: 500;
}

.video-foto li:first-child {
  margin-right: 40px;
}

.content h1.h5 {
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

#ultimile-stream-bloc h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 50px;
}

.attachement:last-child {
  border-bottom: 1px solid #CCDAEA;
}

.content img {
  max-width: 100%;
  /*margin-bottom: 40px;*/
  border-radius: 5px;
}

.activitate .row:last-child {
  border-bottom: 1px solid #CCDAEA;
}

.activitate .accordion-body .row:last-child {
  border-bottom: 0px solid #CCDAEA;
}

.form-label {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}

.form-control {
  background: rgba(244, 244, 244, 1);
  border-radius: 5px;
  border: none;
  padding: 10px;
}

.form-select {
  padding: 15px;
  background-color: #F4F4F4;
  border-radius: 5px;
  border: none;
}

button.send {
  background: #014898;
  border-radius: 5px;
  padding: 11px 32px;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
}

@media (min-width: 768px) {
  button.send {
    /*background: #014898;*/
    /*border-radius: 5px;*/
    /*padding: 11px 32px;*/
    /*color: #ffffff;*/
    /*font-weight: 400;*/
    /*font-size: 14px;*/
    /*line-height: 18px;*/
    width: auto;
  }
}

.attachement .row:hover a {
  text-decoration: underline;
}

#newsletter button {
  width: 100%;
  margin-top: 30px;
}

@media (min-width: 768px) {
  #newsletter button {
    width: auto;
    margin-top: 0;
  }
}

#newsletter {
  margin-bottom: 80px;
}

img {
  max-width: 100%;
}

#ultimile-stiri-bloc .ultima-noutate h5 {
  margin-top: 40px;
}

a.linc p {
  color: #00397A;
}

.despre-noi .button-medium {
  width: 100%;
}

@media (min-width: 768px) {
  .despre-noi .button-medium {
    width: auto;
  }
}

header {
  background: #ffffff;
}

div.card-link.pccocs {
  padding: 0 0 0 8px;
}

@media (max-width: 576px) {
  div.card-link.pccocs {
    padding: 0 10px 0 18px;
  }
}

div.card-link.pccocs a {
  font-size: 7px;
  line-height: 11px;
  margin-left: 7px;
}

@media (max-width: 576px) {
  div.card-link.pccocs a {
    font-size: 10px;
    line-height: 16px;
    margin-left: 16px;
  }
}

.carousel-control-prev-icon {
  background-image: url("../../assets/img/left-slider.svg");
}

.carousel-control-next-icon {
  background-image: url("../../assets/img/right-slider.svg");
}

.carousel-control-next {
  opacity: 1;
}

.carousel-control-prev {
  opacity: 1;
}

.carousel-control-next, .carousel-control-prev {
  width: 10%;
}

#carousel-inner {
  margin: 40px 0;
}

#specialButton {
  position: absolute;
  top: 590px;
  right: 4px;
}

@media (min-width: 768px) {
  #specialButton {
    position: absolute;
    top: 780px;
    right: 10px;
  }
}

@media (min-width: 992px) {
  #specialButton {
    position: absolute;
    top: 940px;
    right: 20px;
  }
}

@media (min-width: 1200px) {
  #specialButton {
    position: absolute;
    top: 520px;
    right: 20px;
  }
}

@media (min-width: 1401px) {
  #specialButton {
    position: absolute;
    top: 590px;
  }
}

.modal-body .search-form input[type=search] {
  background: #F2F2F2;
  border-radius: 3px 0 0 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 8px;
  color: #00397A;
}

.modal-body .search-form input[type=search]::placeholder {
  color: #00397A;
}

.modal-body .search-form .btn {
  width: 30px;
  height: 30px;
  background: #F2F2F2;
  border-radius: 0 3px 3px 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
}

.modal-body .search-form .btn img {
  width: 14px;
  height: 14px;
}

.modal-footer ul.langs li {
  margin-bottom: 0;
}

.modal-footer ul.langs li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #CCDAEA;
  margin-right: 0;
}

.modal-footer ul.langs li.is-active a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  border-bottom: 1px solid #ffffff;
}

.vezi-toate {
  color: rgba(28, 70, 155, 1);
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  /*border-bottom: 1px solid;*/
}

@media (max-width: 992px) {
  .vezi-toate {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .vezi-toate {
    font-size: 20px;
    padding: 1rem 0;
  }
}

.main-news {
  background: url("../../assets/img/main-news.png");
  height: 380px;
  padding: 30px;
}

.despre-noi-1 {
  background: rgba(244, 244, 244, 1);
}

#home-slider {
  background: rgba(244, 244, 244, 1);
  border-radius: 10px;
}

@media (min-width: 768px) {
  .misiune {
    border: 2px solid rgba(28, 70, 155, 1);
    height: 303px;
    gap: 10px;
    border-radius: 5px;
  }
}

.misiune {
  border: 2px solid rgba(28, 70, 155, 1);
  height: auto;
  gap: 10px;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}

.misiune span {
  color: rgba(0, 38, 80, 1);
  font-size: 42px;
  font-weight: 500;
  line-height: 54px;
}

@media (min-width: 768px) {
  .misiune p {
    color: rgba(0, 38, 80, 1);
    font-size: 22px;
    font-weight: 500;
  }
}

@media (min-width: 300px) {
  .misiune p {
    color: rgba(0, 38, 80, 1);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
  }
}

.misiune p {
  color: rgba(0, 38, 80, 1);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .activitati {
    border: 3px solid rgba(28, 70, 155, 1);
    height: 144px;
    border-radius: 5px;
    padding: 15px;
    gap: 20px;
  }
}

.activitati {
  border: 3px solid rgba(28, 70, 155, 1);
  height: auto;
  border-radius: 5px;
  padding: 15px;
  gap: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .activitati h3 {
    color: rgba(28, 70, 155, 1);
    font-size: 24px;
    font-weight: 500;
  }
}

.activitati h3 {
  color: rgba(28, 70, 155, 1);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.activitati.activitati2 {
  background: rgba(114, 137, 195, 1);
  border: 3px solid rgba(114, 137, 195, 1);
}

@media (min-width: 768px) {
  .footer-top p {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 0;
  }
}

@media (min-width: 300px) {
  .footer-top p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
  }
}

.footer-top p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

p.adresa {
  font-size: 12px;
  margin-bottom: 0;
}

#copy-2 a {
  font-size: 14px;
}

.prioritate {
  border-radius: 39px;
  background: rgba(234, 244, 255, 1);
  padding-right: 20px;
}

.prioritate .number {
  color: #ffffff;
  background: rgba(28, 70, 155, 1);
  border-radius: 50%;
  height: 78px;
  width: 78px;
  font-size: 32px;
  display: block;
  text-align: center;
  line-height: 78px;
  flex: 0 0 78px;
}

.prioritate .text {
  color: rgba(28, 70, 155, 1);
  font-weight: 500;
}

.partener {
  border: 1px solid rgba(204, 218, 234, 1);
  border-radius: 5px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.partener .info {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(204, 218, 234, 1);
  display: grid;
  gap: 20px;
}

.linii th {
  background: rgba(234, 244, 255, 1) !important;
  border-top: 1px solid rgba(204, 218, 234, 1);
  padding: 20px 15px;
  vertical-align: middle;
}

.linii td {
  padding: 15px;
}

.linii tr td:last-child {
  white-space: nowrap;
  vertical-align: middle;
}

.content .grey {
  color: rgba(146, 146, 146, 1);
  font-size: 12px;
  font-weight: 500;
}

.linii {
  font-size: 12px;
}

.lista-institutiilor a.nav-link {
  color: rgba(28, 70, 155, 1);
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid rgba(204, 218, 234, 1);
  display: flex;
  gap: 10px;
}

.lista-institutiilor a.nav-link.active {
  border-color: rgba(28, 70, 155, 1);
  background: rgba(234, 244, 255, 1);
}

.lista-institutiilor .nav-item {
  /*margin-left: 10px;*/
  /*margin-bottom: 20px;*/
}

.lista-institutiilor .nav-tabs {
  /*float: right;*/
  /*clear: both;*/
  /*display: block;*/
}

.linii .button-download {
  font-size: 13px;
  padding: 5px 10px;
}

span.upload {
  font-size: 14px;
  color: rgba(77, 77, 77, 1);
  line-height: 14px;
}

span.math {
  font-size: 16px;
  color: rgba(77, 77, 77, 1);
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .width-15 {
    width: 15%;
  }
}

@media (min-width: 1200px) {
  .width-12 {
    width: 12%;
  }
}

@media (min-width: 1200px) {
  .width-14 {
    width: 14%;
  }
}

.content .title {
  font-size: 18px;
  font-weight: 500;
}

.contacte > p {
  font-size: 18px;
  font-weight: 400;
}

.search-form {
  /*position: absolute;*/
  /*margin-left: -180px;*/
  /*transition: auto;*/
}

#search .modal-header {
  padding: 10px 10px 0 0;
}

.logo h4 {
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}

a {
  color: rgba(28, 70, 155, 1);
}

a {
}

a.logo {
  text-decoration: none;
}

#top-bar p {
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: rgba(28, 70, 155, 1);
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #top-bar p {
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: rgba(28, 70, 155, 1);
    margin-bottom: 0;
  }
}

#top-bar {
  background: rgba(247, 247, 247, 1);
  padding: 4px 0;
}

.petitie {
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: rgba(187, 0, 0, 1);
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid rgba(187, 0, 0, 1);
  display: block;
  padding: 4px;
}

.search-form input {
  padding: 4px 8px;
  background-color: rgba(242, 242, 242, 1);
  border-radius: 4px 0 0 4px;
}

#langs select {
  border-radius: 4px;
  border: 1px solid rgba(28, 70, 155, 1);
  padding: 4px;
  color: rgba(28, 70, 155, 1);
}

.home-section {
  border-radius: 10px;
  background: rgba(242, 242, 242, 1);
  padding: 32px 60px;
}

@media (max-width: 992px) {
  .home-section {
    border-radius: 10px;
    background: rgba(242, 242, 242, 1);
    padding: 12px;
  }
}

.card a {
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.card {
  padding: 20px 40px;
  border: none !important;
  border-radius: 10px !important;
  gap: 20px;
  display: flex;
  flex-direction: row;
  align-items: start;
  height: 100%;
}

@media (max-width: 992px) {
  .card {
    padding: 20px;
  }
}

.card img {
  max-width: 90px;
}

.card img {
  max-width: 90px;
}

@media (max-width: 768px) {
  .card img {
    max-width: 48px;
    order: 0;
  }
}

.card p {
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #333;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .card p {
    font-size: 16px;
    order: 1;
  }
}

.formulare-home {
  display: flex;
  gap: 32px;
}

@media (max-width: 992px) {
  .formulare-home {
    display: grid;
    gap: 24px;
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .formulare-home {
    display: grid;
    gap: 20px;
    width: 100%;
    /*grid-template-columns: 1fr;*/
  }
}

#slider {
  padding: 32px 0;
}

@media (max-width: 992px) {
  #slider {
    padding: 20px 12px 40px;
  }
}

.card-grey {
  padding: 24px;
  background-color: rgba(242, 242, 242, 1);
  border-radius: 10px;
  gap: 20px;
  display: flex;
  align-items: start;
  /*justify-content: space-between;*/
  /*margin-bottom: 24px;*/
  min-height: 106px;
}

.card-grey span {
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 992px) {
  .card-grey a {
    font-size: 20px;
  }
}

.card-grey .last {
  margin-left: auto;
}

.video a {
  overflow: hidden;
  color: var(--Text, #333);
  text-overflow: ellipsis;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

@media (max-width: 992px) {
  .video a {
    font-size: 16px;
  }
}

#video {
  padding: 40px 0 80px;
}

@media (max-width: 992px) {
  #video {
    padding: 0 0 40px;
  }
}

#servicii-activitati {
  padding: 40px 0;
}

@media (max-width: 992px) {
  #servicii-activitati {
    padding: 20px 0 60px;
  }
}

#produse-digitale {
  background: rgba(242, 242, 242, 1);
  padding: 45px 0 60px;
}

@media (max-width: 992px) {
  #produse-digitale {
    background: rgba(242, 242, 242, 1);
    padding: 32px 0 40px;
  }
}

.produs-digital {
  display: flex;
  gap: 17px;
  align-items: start;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  /*height: 100%;*/
  width: 32%;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .produs-digital {
    min-width: 32%;
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .produs-digital {
    min-width: 41%;
    gap: 12px;
  }
}

@media (max-width: 576px) {
  .produs-digital {
    min-width: 85%;
    gap: 17px;
  }
}

.produs-digital a {
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .produs-digital a {
    font-size: 16px;
  }
}

.produs-digital p {
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #333333;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .produs-digital p {
    font-size: 14px;
  }
}

.footer-top a {
  border: 1px solid #fff;
  display: flex;
  border-radius: 10px;
  gap: 12px;
  padding: 12px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  align-items: center;
  font-family: Onest;
  height: 100%;
}

@media (max-width: 992px) {
  .footer-top a {
    border: 1px solid #fff;
    display: flex;
    border-radius: 6px;
    gap: 8px;
    padding: 8px 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    align-items: center;
    font-family: Onest;
    height: 100%;
  }
}

@media (max-width: 576px) {
  .footer-top a {
    min-width: 220px;
  }
}

.grey {
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: rgba(255,255,255,0.5);
}

#copy-2 {
  border-top: 1px solid rgba(255,255,255,0.5);
  padding-top: 8px;
  padding-bottom: 24px;
}

.cobtacts-icons {
  display: flex;
  gap: 12px;
}

.footer-top {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 576px) {
  .footer-top {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .card a {
    display: block;
    text-align: center;
    border-radius: 8px;
    padding: 4px;
    font-size: 16px;
    border: 1px solid;
    line-height: 20px;
  }
}

@media (max-width: 992px) {
  .formulare-home img {
    width: 20px;
  }
}

@media (max-width: 1024px) {
  .produs-digital img:first-child {
    height: 76px;
  }
}

@media (max-width: 992px) {
  .produs-digital img:last-child {
    width: 20px;
  }
}

.card {
}

@media (max-width: 576px) {
  .columns {
    gap: 24px;
  }
}

.links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}

@media (max-width: 768px) {
  .links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
}

@media (max-width: 576px) {
  .links-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 1.5rem;
    scrollbar-width: none;
  }
}

@media (max-width:576px) {
  .container-sm {
    max-width: 100%;
  }
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 992px) {
  .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
}

@media (max-width: 992px) {
  .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
}

@media (max-width: 576px) {
  .services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.news-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 768px) {
  .news-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .news-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .links-grid.footer-links::-webkit-scrollbar-thumb {
  }
}

.modal-footer p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}

.modal-footer .buton {
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #1c469b;
  margin-right: 0;
}

.conducerea {
  background: #f7f7f7;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}

@media (max-width: 576px) {
  .conducerea {
    background: #f7f7f7;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
    /*margin-bottom: 1.5rem;*/
  }
}

.conducerea .flex-fill {
  padding: 20px;
}

@media (max-width: 768px) {
  .conducerea .flex-fill {
    padding: 12px 16px;
  }
}

.conducerea h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #333;
}

@media (max-width: 1024px) {
  .conducerea h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #333;
  }
}

.conducerea p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #333;
}

@media (max-width: 1024px) {
  .conducerea p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #333;
  }
}

.conducerea a {
  color: rgba(28, 70, 155, 1);
  text-decoration: none;
  padding: 4px 20px;
  border-radius: 4px;
  border: 1px solid var(--ANSA-Color, #1C469B);
}

@media (max-width: 1024px) {
  .conducerea a {
    color: rgba(28, 70, 155, 1);
    text-decoration: none;
    padding: 4px 20px;
    border-radius: 4px;
    border: 1px solid var(--ANSA-Color, #1C469B);
    width: 100%;
    display: block;
    text-align: center;
  }
}

.col:has(.breadcrumb) {
  --bs-breadcrumb-divider: "/";
}

@media (max-width: 768px) {
  .conducerea img {
    aspect-ratio: 3/4;
    max-width: 156px;
    object-fit: cover;
  }
}

.vezi-pe-harta {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 40px;
  background: var(--ANSA-Color, #1C469B);
  text-decoration: none;
  gap: 8px;
  display: inline-flex;
  align-items: center;
}

div.table-responsive {
  border-radius: 10px;
  border: 1px solid var(--Breadcrumbs, #868695);
}

div.table-responsive .table th {
  color: var(--Breadcrumbs, #868695);
  /*text-align: center;*/
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 16px 32px;
}

div.table-responsive .table td {
  padding: 16px 32px;
}

@media (max-width: 576px) {
  div.table-responsive .table td {
    padding: 28px;
  }
}

div.table-responsive table {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.link {
  text-decoration: none;
  color: var(--Link, #0079FF);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: url("../../assets/img/link-icon.svg") no-repeat left top;
  padding-left: 30px;
}

.budget a {
  text-decoration: none;
  color: var(--Link, #0079FF);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: url("../../assets/img/link-icon.svg") no-repeat left top;
  padding-left: 30px;
}

.budget a:hover {
  text-decoration: underline;
}

.planificare .link {
  align-items: flex-start;
  color: #333333;
}

div.table-responsive .table td a {
  /*white-space: nowrap;*/
  text-decoration: none;
  /*margin-bottom: 20px;*/
  display: block;
}

.ordine {
  border-radius: 8px;
  border: 1px solid var(--Text, #333);
  padding: 8px 8px 8px 38px;
  background: url("../../assets/img/search-ordine.svg") no-repeat left 8px center;
}

.years {
}

.ani-filter {
  gap: 20px;
  border: 0px !important;
}

.ani {
  border-radius: 40px !important;
  padding: 8px 12px;
  width: 102px;
  border: 1px solid #1C469B;
  color: #1c469b !important;
  background: transparent;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.ani.active, .ani:hover {
  color: #ffffff !important;
  background: #1c469b;
}

.search-news select {
  border-radius: 8px;
  border: 1px solid #333;
  display: flex;
  width: 309px;
  height: 42px;
  padding: 8px 12px;
  justify-content: space-between;
  align-items: center;
  margin-right: 40px;
  background-color: transparent;
}

.search-registru select {
  border-radius: 8px;
  border: 1px solid #333;
  /*display: flex;*/
  /*flex: 1 1 auto;*/
  height: 42px;
  padding: 8px 12px;
  justify-content: space-between;
  align-items: center;
  /*gap: 20px;*/
  width: 100%;
}

@media (max-width: 768px) {
  .search-news select {
    border-radius: 8px;
    border: 1px solid #333;
    display: flex;
    width: 309px;
    height: 42px;
    padding: 8px 12px;
    justify-content: space-between;
    align-items: center;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
}

.search-news input {
  border-radius: 8px;
  border: 1px solid #333;
  display: flex;
  width: 196px;
  padding: 8px 12px;
  justify-content: space-between;
  align-items: center;
}

.search-news span {
  margin: 0 12px;
}

@media (max-width: 768px) {
  .dates input {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .dates input {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .dates > div {
    width: 10%;
    text-align: center;
  }
}

.blue {
  color: #00397a;
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.sur {
  color: grey;
}

@media (max-width: 576px) {
  .mob-buton {
    text-decoration: none !important;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    border: 1px solid var(--ANSA-Color, #1C469B);
    padding: 8px 0px;
    justify-content: center;
    gap: 8px !important;
    align-self: stretch;
  }
}

.contacte > p.fw-500 {
  font-weight: 500;
}

.contactele .accordion-body div.table-responsive {
  border-radius: 0;
  border: none;
}

.contactele .accordion-body {
  padding: 0;
}

.search-registru {
  /*display: inline-flex !important;*/
  /*flex-wrap: wrap !important;*/
  gap: 20px;
  flex-wrap: nowrap;
}

.container {
  max-width: 1280px;
}

.produs-digital h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: rgba(28, 70, 155, 1);
}

.home footer {
  margin-top: 0px;
}

.cards {
  display: flex;
  gap: 60px;
}

@media (max-width: 768px) {
  .cards {
    display: flex;
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .cards {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
}

.gap-8 {
  gap: 2rem !important;
}

#main_nav .nav-item ul li:hover a {
  color: #ffffff;
}

#main_nav .nav-item ul li:hover a {
  color: #ffffff;
}

#main_nav .nav-item ul li:hover {
  color: #ffffff;
  background-color: rgba(27, 55, 86, 1);
}

#main_nav li.nav-itemhover {
  background-color: rgba(27, 55, 86, 1);
}

#main_nav .nav-item:hover {
  background-color: rgba(27, 55, 86, 1);
}

a {
}

.link:hover {
  text-decoration: underline;
}

.services-grid a {
  text-decoration: none;
  /*display: block;*/
}

.card-grey:hover a {
  color: #ffffff;
}

.card-grey:hover {
  color: #ffffff;
  background-color: rgba(28, 70, 155, 1);
}

.card-grey:hover svg {
  color: #ffffff;
}

.card-grey svg {
  color: rgba(28, 70, 155, 1);
  min-width: 44px;
}

.link img {
  width: 18px;
}

@media (max-width: 992px) {
  img.logo {
    max-width: 60px;
  }
}

.mobile-menu {
  width: 32px;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: rgba(242, 242, 242, 1);
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.form-select:focus {
  border-color: #333;
  outline: 0;
  box-shadow: none;
}

#hpd {
  padding: 0 12px;
}

.table tr:last-child td {
  border: none;
}

.posturi a {
  color: #0079ff;
}

.posturi p {
  margin-bottom: 0;
  color: #868695;
}

.link.doc {
  background: url("../../assets/img/doc-icon-home.svg") no-repeat left top;
  background-size: 18px;
}

.link.pdf {
  background: url("../../assets/img/pdf-icon-home.svg") no-repeat left top;
  background-size: 18px;
}

