.index-slider {
  position: relative;
}

.index-slider .slick-list:hover {
  cursor: grab;
}

.index-slider .slick-list:active {
  cursor: grabbing;
}

.index-slider .slick-list .items {
  height: 15rem;
  position: relative;
  overflow: hidden;
}

.index-slider .slick-list .items img {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.index-slider .slick-list .items .bck-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.599877451) 0%, rgba(255, 255, 255, 0) 50%);
}

.index-slider .slick-list .items .wrapp {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  padding: 2rem 0 0 3rem;
}

.index-slider .slick-list .items .wrapp .text {
  width: 60%;
  height: 100%;
  color: #fff;
}

.index-slider .slick-list .items .wrapp .text h1 {
  font-size: 25px;
}

.index-slider .slick-list .items .wrapp .text p {
  margin: 1rem 0 0 0;
  color: #fff;
  font-weight: lighter;
}

.index-slider .slick-list .items .wrapp .icon {
  width: 40%;
}

.index-slider .slick-list .items:hover img {
  transform: scale(1.2);
}

.index-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  background: none;
  border: none;
}

.index-slider .slick-arrow.slick-prev {
  left: 1rem;
}

.index-slider .slick-arrow.slick-next {
  right: 1rem;
}

.footer {
  height: 40vh;
  margin-top: 2rem;
}

.footer .row {
  width: 100%;
  height: 100%;
  margin: 0;
}

.footer .row .left {
  background-color: #124884;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: unset;
}

.footer .row .left .img {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.footer .row .left .img img {
  width: 100%;
  height: 100%;
}

.footer .row .left .wrapp {
  padding: 0 1rem;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-flow: column;
}

.footer .row .left .wrapp ul {
  list-style: none;
  font-family: RobotoRegular;
}

.footer .row .left .wrapp ul li {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 16px;
}

.footer .row .left .wrapp ul li:first-child {
  display: flex;
  /*   justify-content: center; */
  align-items: center;
}

.footer .row .left .wrapp ul li img {
  margin-right: 10px;
}

.footer .row .left .wrapp ul li a {
  color: #fff;
}

.footer .row .left .wrapp ul li a:hover {
  text-decoration: underline !important;
}

.footer .row .left .wrapp ul li:last-child {
  margin-bottom: 0;
}

.footer .row .left .wrapp .links {
  width: 100%;
}

.footer .row .left .wrapp .links ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.footer .row .left .wrapp .links ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-bottom: 0;
}

.footer .row .left .wrapp .links ul li a {
  position: relative;
  color: #0f5298;
  font-weight: bold;
  transition: 0.2s ease-in-out;
}

.footer .row .left .wrapp .links ul li a:hover {
  transform: translateY(-5px);
}

.footer .row .right {
  width: 100%;
  height: 100%;
  padding: 0;
}

.footer .row .right img {
  width: 100%;
  height: 100%;
}

.footer .row .right iframe {
  filter: grayscale(95%);
}

.footer .row.cred-row {
  height: 50px !important;
  background: #000;
}

.footer .row.cred-row .credits {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.footer .row.cred-row .credits p {
  margin-bottom: 0;
  color: #fff;
  font-family: OpenSans-Regular;
}

.footer .row.cred-row .credits p a {
  color: #fff;
  font-family: OpenSans-Bold;
}

.contact-page {
  padding: 0;
  margin-top: 3rem;
}

.contact-page h1 {
  text-align: center;
  text-transform: uppercase;
  color: #0f5298;
  font-family: RobotoBold;
  margin-bottom: 2.5rem;
}

.contact-page .box {
  padding: 1rem;
  /*   &:hover{
    .wrapp{
      background: $blue;
      transform: scale(0.95);
      box-shadow: none;
      h3{
        color: $white;
      }
      p{
        color: $white;
      }
      ul{
        li{
          svg{
            path{
              fill: $white;
            }
          }
          a{
            color: $white;
          }
        }
      }
    }
  } */
}

.contact-page .box .wrapp {
  height: 100%;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  padding: 1rem;
}

.contact-page .box .wrapp h3 {
  color: #0f5298;
  font-size: 16px;
  font-family: RobotoBold;
}

.contact-page .box .wrapp p {
  color: #3c99dc;
  margin-bottom: 0;
  font-family: RobotoMedium;
}

.contact-page .box .wrapp ul {
  list-style: none;
  margin-top: 2rem;
}

.contact-page .box .wrapp ul li {
  color: #3d3d3d;
  font-size: 16px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}

.contact-page .box .wrapp ul li img {
  margin: 0 10px;
}

.contact-page .box .wrapp ul li a {
  display: flex;
  color: #3d3d3d;
  margin-right: 10px;
  flex-grow: 1;
  font-family: RobotoLight;
}

.contact-page .box .wrapp ul li:last-child {
  margin-bottom: 0;
}

.elec_banner {
  min-height: 30vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/img/shutterstock_725507023.png");
  position: relative;
  display: flex;
  align-items: center;
}

.elec_banner .box {
  text-align: center;
  width: 100%;
}

.elec_banner .box h1 {
  color: #0f5298;
  text-transform: uppercase;
  font-size: 30px;
  font-family: RobotoBlack;
}

.elec_banner .box .btns {
  margin: 2rem auto;
}

.elec_banner .box .btns .elec_btn {
  margin: 0 10px;
  width: 10rem;
  height: 3rem;
  color: #0f5298;
  background: #fff;
  border: none;
  font-family: RobotoRegular;
  transition: 0.3s ease-in-out;
}

.elec_banner .box .btns .elec_btn:hover {
  color: #fff;
  background: #0f5298;
}

.elec_banner .box .btns .elec_btn.active {
  color: #fff;
  background: #0f5298;
  font-family: RobotoBold;
}

.elec_download {
  padding: 0 6rem;
}

.elec_download .left ul {
  list-style: none;
}

.elec_download .left ul li {
  margin: 20px 0;
  color: #0f5298;
  font-size: 20px;
}

.elec_download .left ul li a {
  display: inline-block;
  color: #0f5298;
  transition: 0.3s ease-in-out;
  font-family: RobotoMedium;
  line-height: 1.3;
}

.elec_download .left ul li a:hover {
  color: #0f5298;
  font-weight: bold;
}

.elec_download .left ul li a.active {
  color: #0f5298;
  font-weight: bold;
  font-family: RobotoBlack;
}

.elec_download .right .main {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  margin-bottom: 3rem;
}

.elec_download .right .main:last-child {
  margin-bottom: 0;
}

.elec_download .right .main .h1 {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.elec_download .right .main .h1 h1 {
  font-size: 30px;
  color: #3c99dc;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: RobotoBold;
}

.elec_download .right .main .wrapp ul {
  list-style: none;
}

.elec_download .right .main .wrapp ul li {
  margin: 10px 0;
}

.elec_download .right .main .wrapp ul li a {
  color: #3c99dc;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  font-family: RobotoRegular;
}

.elec_download .right .main .wrapp ul li a img {
  margin-right: 10px;
}

.elec_download .right .main .wrapp ul li a:hover {
  color: #0f5298;
}

.news_title {
  /*   margin-top: 110px; */
  height: 30vh;
  position: relative;
  padding: 0;
}

.news_title .box {
  margin-top: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.news_title .box h1 {
  font-family: RobotoBlack;
  color: #0f5298;
  text-transform: uppercase;
  font-size: 30px;
}

.news_list {
  margin-top: 1rem;
  padding: 0;
}

.news_list .box {
  padding: 1rem;
  cursor: pointer;
}

.news_list .box .main {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.news_list .box .main .img {
  overflow: hidden;
  height: 250px;
  position: relative;
}

.news_list .box .main .img .text_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  padding: 1rem;
  text-align: center;
  /*  display: none; */
  background-color: #0f5298;
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

.news_list .box .main .img .text_hover span {
  opacity: 1;
  color: #fff;
  font-family: RobotoLight;
  font-size: 18px;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.news_list .box .main .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.news_list .box .main .info {
  padding: 1.5rem;
  transition: 0.2s ease-in-out;
}

.news_list .box .main .info span {
  font-family: RobotoLight;
  color: #3d3d3d;
  font-size: 16px;
}

.news_list .box .main .info h1 {
  color: #3c99dc;
  font-family: RobotoBold;
  font-size: 25px;
}

.news_list .box .main .info.news-item {
  height: 100%;
}

.news_list .box .main .info.news-item:hover {
  background: #0f5298;
}

.news_list .box .main .info.news-item:hover h1,
.news_list .box .main .info.news-item:hover span,
.news_list .box .main .info.news-item:hover p {
  color: #fff !important;
}

.news_list .box .main:hover .img .text_hover {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news_list [class^=col] {
  display: flex;
  flex-direction: column;
}

.news_list [class^=col] div {
  flex-grow: 1;
}

.pagination_main {
  align-items: center;
}

.pagination_main .pagination {
  margin-top: 1rem;
  margin-bottom: 0;
}

.pagination_main .pagination .page-link {
  position: relative;
  display: block;
  padding: 0 1rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 44px;
  line-height: 14px;
  box-shadow: unset;
}

.pagination_main .pagination .page-link:hover {
  color: #3d3d3d !important;
  background: transparent !important;
}

.pagination_main .pagination .page-link.disabled {
  opacity: 0.5;
}

.change_type_work .type_work_title {
  text-align: center;
}

.change_type_work .type_work_title h1 {
  font-family: RobotoBold;
  color: #0f5298;
}

.change_type_work .change_main {
  margin: auto;
}

.change_type_work .change_main .main_text .main_img {
  /* padding: 1rem 0; */
  height: 500px;
}

.change_type_work .change_main .main_text .main_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.change_type_work .change_main .main_text .text {
  /*  padding: 3rem 0; */
  margin-top: auto;
}

.change_type_work .change_main .main_text .text p {
  font-family: RobotoLight;
  color: #3d3d3d;
  font-size: 1rem;
  white-space: pre-wrap;
}

.change_type_work .download .main {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  margin-bottom: 3rem;
}

.change_type_work .download .main:last-child {
  margin-bottom: 0;
}

.change_type_work .download .main .h1 {
  display: flex;
  align-items: center;
  /*   flex-direction: column; */
  margin-bottom: 2rem;
}

.change_type_work .download .main .h1 h1 {
  font-size: 30px;
  color: #3c99dc;
  font-family: RobotoBold;
  text-transform: uppercase;
  margin-left: 10px;
}

.change_type_work .download .main .wrapp ul {
  list-style: none;
}

.change_type_work .download .main .wrapp ul li {
  margin: 10px 0;
}

.change_type_work .download .main .wrapp ul li a {
  color: #3c99dc;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  font-family: RobotoRegular;
}

.change_type_work .download .main .wrapp ul li a img {
  margin-right: 10px;
}

.change_type_work .download .main .wrapp ul li a:hover {
  color: #0f5298;
}

.procur_banner {
  min-height: 30vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/img/shutterstock_725507023.png");
  position: relative;
}

.procur_banner .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.procur_banner .box h1 {
  font-weight: bold;
  font-family: RobotoBlack;
  color: #0f5298;
  text-transform: uppercase;
  font-size: 30px;
}

.procur_banner .box .btns {
  margin: 2rem auto;
  font-family: RobotoRegular;
}

.procur_banner .box .btns .elec_btn {
  margin: 0 10px;
  /*  width: auto; */
  padding: 2px 10px;
  height: 3rem;
  color: #0f5298;
  background: #fff;
  border: none;
}

.procur_banner .box .btns .elec_btn:hover {
  color: #fff;
  background: #0f5298;
}

.procur_banner .box .btns .elec_btn.active {
  color: #fff;
  background: #0f5298;
  font-family: RobotoBold;
}

.procurement .left ul,
.procurement_main .left ul {
  list-style: none;
  cursor: pointer;
}

.procurement .left ul li,
.procurement_main .left ul li {
  margin: 10px 0;
  color: #0f5298;
  font-size: 20px;
}

.procurement .left ul li a,
.procurement_main .left ul li a {
  color: #0f5298;
  transition: 0.3s ease-in-out;
  font-family: RobotoMedium;
}

.procurement .left ul li a:hover,
.procurement_main .left ul li a:hover {
  color: #0f5298;
  font-weight: bold;
}

.procurement .left ul li a.active,
.procurement_main .left ul li a.active {
  color: #0f5298;
  font-weight: bold;
  font-family: RobotoBlack;
}

.procurement .right .main_no_download,
.procurement_main .right .main_no_download {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  margin-bottom: 3rem;
}

.procurement .right .main_no_download:last-child,
.procurement_main .right .main_no_download:last-child {
  margin-bottom: 0;
}

.procurement .right .main_no_download .wrapp .date,
.procurement_main .right .main_no_download .wrapp .date {
  font-family: RobotoLight;
  color: #3d3d3d;
  font-size: 16px;
}

.procurement .right .main_no_download .wrapp .title,
.procurement_main .right .main_no_download .wrapp .title {
  color: #3c99dc;
  font-size: 20px;
  font-family: RobotoBold;
}

.procurement .right .main,
.procurement_main .right .main {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  margin-bottom: 3rem;
}

.procurement .right .main:last-child,
.procurement_main .right .main:last-child {
  margin-bottom: 0;
}

.procurement .right .main .main_title .date,
.procurement_main .right .main .main_title .date {
  font-family: RobotoLight;
  color: #3d3d3d;
  font-size: 16px;
}

.procurement .right .main .main_title .title,
.procurement_main .right .main .main_title .title {
  color: #3c99dc;
  font-size: 20px;
  font-family: RobotoBold;
}

.procurement .right .main .wrapp .wrapp_title p,
.procurement_main .right .main .wrapp .wrapp_title p {
  color: #3c99dc;
  font-family: RobotoBold;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.procurement .right .main .wrapp ul,
.procurement_main .right .main .wrapp ul {
  list-style: none;
}

.procurement .right .main .wrapp ul li,
.procurement_main .right .main .wrapp ul li {
  margin: 10px 0;
}

.procurement .right .main .wrapp ul li a,
.procurement_main .right .main .wrapp ul li a {
  color: #0f5298;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  font-family: RobotoRegular;
}

.procurement .right .main .wrapp ul li a img,
.procurement_main .right .main .wrapp ul li a img {
  margin-right: 10px;
}

.procurement .right .main .wrapp ul li a:hover,
.procurement_main .right .main .wrapp ul li a:hover {
  color: #3c99dc;
}

.procurement .pagination_main,
.procurement_main .pagination_main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.procurement {
  /* margin-top: 3rem; */
}

.procurement .left ul {
  list-style: none;
  font-family: RobotoMedium;
  font-size: 20px;
}

.procurement .left ul li {
  margin: 10px 0;
  color: #0f5298;
}

.procurement .left ul li a {
  color: #0f5298;
  transition: 0.3s ease-in-out;
}

.procurement .left ul li a:hover {
  color: #0f5298;
  font-weight: bold;
}

.procurement .left ul li.active {
  color: #0f5298;
  font-weight: bold;
  font-family: RobotoBold;
}

.procurement .right .main {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  margin-bottom: 3rem;
}

.procurement .right .main:last-child {
  margin-bottom: 0;
}

.procurement .right .main .h1 {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.procurement .right .main .h1 h1 {
  font-size: 30px;
  color: #3c99dc;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: RobotoBold;
}

.procurement .right .main .wrapp ul {
  list-style: none;
}

.procurement .right .main .wrapp ul li {
  margin: 10px 0;
}

.procurement .right .main .wrapp ul li a {
  color: #3c99dc;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
}

.procurement .right .main .wrapp ul li a .info {
  display: flex;
  flex-direction: column;
  font-family: RobotoLight;
}

.procurement .right .main .wrapp ul li a .info span {
  color: #3d3d3d;
}

.procurement .right .main .wrapp ul li a img {
  margin-right: 10px;
}

.procurement .right .main .wrapp ul li a:hover {
  color: #0f5298;
}

.procurement .pagination_main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.pagination {
  margin-top: 1rem;
  margin-bottom: 0;
}

.agency_advice .agency_title h1 {
  font-family: RobotoBold;
  color: #0f5298;
  text-align: center;
}

.agency_advice .agency_main {
  margin: auto;
}

.agency_advice .agency_main .introductory_text {
  font-size: 18px;
  font-family: RobotoLight;
  color: #3d3d3d;
}

.agency_advice .agency_main .agency_main_collapse .collapse_intro {
  font-family: RobotoBold;
  color: #3c99dc;
  font-size: 20px;
}

.agency_advice .agency_main .agency_main_collapse .accordions {
  width: 100%;
  margin: 30px auto;
}

.agency_advice .agency_main .agency_main_collapse .accordions .accordion-item {
  margin-bottom: 20px;
}

.agency_advice .agency_main .agency_main_collapse .accordions .accordion-item .accordion-title {
  cursor: pointer;
  padding: 20px 0;
  transition: all 0.4s;
  border-bottom: 0.5px solid #3d3d3d;
  font-family: RobotoBold;
  color: #3c99dc;
}

.agency_advice .agency_main .agency_main_collapse .accordions .accordion-item .accordion-title h2 {
  margin: 0;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

.agency_advice .agency_main .agency_main_collapse .accordions .accordion-item .accordion-title h2 span {
  width: 70%;
}

.agency_advice .agency_main .agency_main_collapse .accordions .accordion-item .accordion-title img.fa-chevron-down {
  transform: rotate(0deg);
  transition: 0.4s ease-in-out;
}

.agency_advice .agency_main .agency_main_collapse .accordions .accordion-item .accordion-title img.fa-chevron-down.chevron-top {
  transform: rotate(-180deg);
  transition: 0.4s ease-in-out;
}

.agency_advice .agency_main .text_below {
  font-family: RobotoLight;
  font-size: 18px;
  color: #3d3d3d;
}

.agency_advice .agency_main .main_img {
  /* padding: 1rem 0; */
  height: 500px;
}

.agency_advice .agency_main .main_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.report .title {
  margin-bottom: 2rem;
}

.report .title h1 {
  font-size: 30px;
  font-family: RobotoBlack;
  color: #0f5298;
}

.report .text_above {
  margin: auto;
}

.report .text_above p {
  font-size: 18px;
  color: #3d3d3d;
  font-family: RobotoLight;
}

.report .text_above ol {
  counter-reset: list;
}

.report .text_above ol li {
  font-size: 18px;
  color: #3d3d3d;
  font-family: RobotoLight;
  list-style: none;
}

.report .text_above ol li::before {
  content: counter(list) ") ";
  counter-increment: list;
}

.report .right {
  margin: 1rem auto;
}

.agency .blue-text {
  max-width: 900px;
  margin: auto;
  font-family: RobotoMedium;
  font-size: 18px;
  color: #0f5298;
  text-align: center;
  margin-bottom: 2rem;
}

.agency .agency-col {
  margin: 1rem auto;
}

.agency .agency-col .agency-card {
  min-height: 300px;
  height: 100%;
  width: 100%;
}

.agency .agency-col .agency-card .row {
  height: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.0509803922);
  padding-left: 0;
}

.agency .agency-col .agency-card .agency-card-img {
  height: 100%;
  overflow: hidden;
  padding-left: 0;
}

.agency .agency-col .agency-card .agency-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s ease;
}

.agency .agency-col .agency-card .agency-card-text {
  padding: 1rem;
  padding-left: 0.5rem;
  margin: auto;
}

.agency .agency-col .agency-card .agency-card-text h5 {
  font-family: RobotoBold;
  font-size: 25px;
  color: #3c99dc;
  margin-bottom: 1rem;
}

.agency .agency-col .agency-card .agency-card-text p {
  font-family: RobotoLight;
  font-size: 16px;
  color: #3d3d3d;
  margin-bottom: 0;
}

.agency .agency-col .agency-card:hover .agency-card-img img {
  transform: scale(1.5);
}

.numbers {
  text-align: center;
}

.numbers p {
  font-size: 16px;
  color: #3d3d3d;
}

.numbers p.light {
  font-family: RobotoLight;
  margin-bottom: 0;
}

.numbers p.dark {
  font-family: RobotoMedium;
}

.numbers .inputs {
  margin: 2rem auto 1rem;
}

.numbers .inputs input {
  border: 1px solid #3c99dc;
  text-align: center;
  outline: 0;
  height: 40px;
  width: 200px;
  font-family: RobotoBold;
  font-size: 19px;
  color: #3c99dc;
}

.numbers .inputs input::-moz-placeholder {
  color: inherit;
}

.numbers .inputs input::placeholder {
  color: inherit;
}

.numbers .inputs button {
  border-radius: 24px;
  height: 40px;
  width: 200px;
}

.brochures {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  padding: 0 7rem;
}

.brochures .brochure-col {
  padding: 0 1rem;
  margin: 1rem auto;
}

.brochures .brochure-col .brochure {
  height: 100%;
  max-width: 220px;
  margin: auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0784313725);
  padding: 1rem;
}

.brochures .brochure-col .brochure .brochure-img {
  width: 100%;
  height: 400px;
}

.brochures .brochure-col .brochure .brochure-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.brochures .brochure-col .brochure .brochure-text {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.brochures .brochure-col .brochure .brochure-text a h5 {
  font-family: RobotoBold;
  font-size: 18px;
  color: #3c99dc;
  text-align: center;
  margin-bottom: 0;
  display: block;
  margin: auto;
}

.brochures .brochure-col .brochure .brochure-text a:hover h5 {
  color: #0f5298;
}

.operators {
  margin: 4rem auto;
}

.operators .city-numbers {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922);
  padding: 1rem 2rem;
  margin-top: 2rem;
}

.operators .city-numbers .city-number {
  padding: 1rem 0;
}

.operators .city-numbers .city-number .number {
  font-family: RobotoBold;
  font-size: 20px;
  color: #0f5298;
}

.operators .city-numbers .city-number .text {
  font-family: RobotoLight;
  font-size: 16px;
  color: #3d3d3d;
  margin-left: 1rem;
}

.operators .filter-form {
  margin-top: 2rem;
}

.operators .filter-form select {
  min-width: 220px;
  font-family: RobotoBold;
  font-size: 18px;
  color: #0f5298;
  border: 1px solid #0f5298;
  padding: 0.75rem 1rem;
  margin-right: 1.5rem;
  outline: 0;
  box-shadow: 0;
}

.operators .filter-form input {
  min-width: 220px;
  font-family: RobotoBold;
  font-size: 18px;
  color: #0f5298;
  border: 1px solid rgba(15, 82, 152, 0.5);
  padding: 0.75rem 1rem;
  margin-right: 1.5rem;
  outline: 0;
  box-shadow: 0;
}

.operators .filter-form input::-moz-placeholder {
  min-width: 250px;
  font-family: RobotoBold;
  font-size: 18px;
  color: #0f5298;
  opacity: 0.5;
  outline: 0;
  box-shadow: 0;
}

.operators .filter-form input::placeholder {
  min-width: 250px;
  font-family: RobotoBold;
  font-size: 18px;
  color: #0f5298;
  opacity: 0.5;
  outline: 0;
  box-shadow: 0;
}

.operators .filter-form input:focus {
  border: 1px solid rgb(15, 82, 152);
}

.operators .filter-form button {
  min-width: 150px;
  font-family: RobotoBold;
  font-size: 18px;
  color: #fff;
  background: #0f5298;
  padding: 0.75rem;
  outline: 0;
  box-shadow: 0;
  border-radius: 24px;
}

@media only screen and (max-width: 1400px) {
  .operators {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .operators {
    margin-top: 0rem;
    margin-bottom: 0;
  }

  .operators .filter-form {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .operators .filter-form select {
    width: 300px;
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
  }

  .operators .filter-form input {
    width: 300px;
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
  }

  .operators .filter-form button {
    width: 300px;
    max-width: 100%;
    display: block;
    margin: auto;
  }

  .operators .city-numbers {
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .procur_banner {
    background-position: right;
  }

  .elec_banner {
    background-position: right;
  }

  .elec_download {
    padding: 0 4rem;
  }

  .brochures {
    margin-top: 0rem;
    padding: 0 1rem;
  }

  .brochures .brochure-col .brochure {
    max-width: unset;
    min-width: 220px;
  }

  .bannerBrochures {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    min-height: 35vh;
  }

  .footer .row:first-child .left {
    background-size: cover;
  }

  .footer .row:first-child .left .wrapp ul li:first-child {
    justify-content: end;
  }

  .footer .row:first-child .right {
    display: none;
  }

  .news_title .box {
    padding-top: 2rem;
  }
}

@media only screen and (max-width: 575px) {
  .elec_download {
    padding: 0 1rem;
  }

  .footer .row:first-child {
    margin: 0;
  }

  .footer .row:first-child .left {
    width: 100%;
  }

  .footer .row:first-child .left .wrapp {
    padding: 0 2rem;
  }

  .footer .row:first-child .left .wrapp ul li {
    font-size: 15px;
  }

  .footer .row.cred-row .credits p {
    font-size: 10px;
  }

  .index-slider .slick-list .items .wrapp .text h1 {
    font-size: 18px;
  }

  .index-slider .slick-list .items .wrapp .text p {
    font-size: 14px;
  }

  .contact-page h1 {
    font-size: 20px;
  }

  .contact-page .box {
    padding: 1rem 2rem;
  }

  .contact-page .box .wrapp h3 {
    font-size: 16px;
  }

  .contact-page .box .wrapp p {
    font-size: 14px;
  }

  .contact-page .box .wrapp ul li {
    font-size: 14px;
  }

  .procur_banner .box {
    padding: 1rem 2rem;
  }

  .procur_banner .box h1 {
    font-size: 20px;
  }

  .procur_banner .box .btns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .procur_banner .box .btns .elec_btn {
    margin: 4px 0;
    font-size: 18px;
  }

  .procurement_main .right {
    padding: 1rem;
  }

  .procurement_main .right .main_no_download {
    margin-bottom: 2rem;
  }

  .procurement_main .right .main_no_download .wrapp .title {
    font-size: 20px;
  }

  .procurement_main .right .main .main_title .title {
    font-size: 20px;
  }

  .procurement_main .right .main .wrapp .wrapp_title p {
    font-size: 18px;
  }

  .procurement_main .right .main .wrapp ul li a {
    font-size: 14px;
  }

  .procurement_main .left ul {
    text-align: center;
  }

  .procurement_main .left ul li {
    font-size: 16px;
  }

  .change_type_work .type_work_title p {
    font-size: 12px;
  }

  .change_type_work .type_work_title h1 {
    font-size: 20px;
  }

  .change_type_work .main_text .main_img {
    height: 12rem !important;
    margin: 0 -45px;
  }

  .change_type_work .main_text .text p {
    font-size: 14px !important;
    white-space: pre-wrap;
  }

  .change_type_work .download .main .h1 {
    flex-direction: column;
  }

  .change_type_work .download .main .h1 h1 {
    margin-top: 10px;
  }

  .change_type_work .download .main .wrapp ul li {
    font-size: 14px;
  }

  .elec_banner {
    min-height: 40vh;
  }

  .elec_banner .box h1 {
    margin-top: 1rem;
    font-size: 20px;
  }

  .elec_banner .box .btns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .elec_banner .box .btns .elec_btn {
    margin: 4px 0;
    font-size: 18px;
  }

  .elec_download .left {
    text-align: center;
  }

  .elec_download .left ul li a {
    font-size: 16px;
  }

  .elec_download .right {
    padding: 1rem 2rem;
  }

  .elec_download .right .main .h1 {
    flex-direction: column;
  }

  .elec_download .right .main .h1 h1 {
    font-size: 20px;
    margin-top: 10px;
  }

  .elec_download .right .wrapp ul li a {
    font-size: 14px;
  }

  .elec_download.laws .right {
    padding: unset;
  }

  .agency_advice .agency_title h1 {
    font-size: 20px;
  }

  .agency_advice .agency_main .introductory_text {
    font-size: 15px;
  }

  .agency_advice .agency_main .agency_main_collapse .collapse_intro {
    font-size: 16px;
  }

  .agency_advice .agency_main .text_below {
    font-size: 14px;
  }

  .agency_advice .agency_main .main_img {
    height: 12rem !important;
    margin: 0 -45px;
  }

  .news_title {
    padding: 1rem;
    padding-top: 0;
    height: auto;
  }

  .news_title .box {
    margin-top: unset;
    position: unset;
    left: unset;
    right: unset;
    transform: unset;
    padding-top: 0;
  }

  .news_title .box h1 {
    font-size: 20px;
    text-align: center;
  }

  .news_list .box .main .info {
    text-align: center;
  }

  .news_list .box .main .info span {
    font-size: 14px;
  }

  .news_list .box .main .info h1 {
    font-size: 20px;
  }

  .report .title {
    margin-bottom: 0;
  }

  .report .title h1 {
    font-size: 20px;
  }

  .report .text_above {
    padding: 1rem 0rem;
  }

  .report .text_above p {
    font-size: 14px;
  }

  .report .text_above ol li {
    font-size: 14px;
  }

  .report .right {
    padding: 1rem;
    margin: 0;
  }

  .report .right .main .h1 {
    flex-direction: column;
  }

  .report .right .main .h1 h1 {
    font-size: 20px;
    margin-top: 10px;
  }

  .report .right .wrapp ul li a {
    font-size: 14px;
  }

  .report.laws .right {
    padding: unset;
  }

  .agency .blue-text {
    font-size: 14px;
    margin-bottom: 1rem;
  }

  .agency .agency-col .agency-card .agency-card-text {
    padding: 1rem;
  }

  .agency .agency-col .agency-card .agency-card-text h5 {
    font-size: 22px;
  }

  .agency .agency-col .agency-card .agency-card-text p {
    font-size: 15px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1900px) {
  .footer .left {
    background-size: cover;
  }

  .news_title {
    padding-top: 1rem;
  }

  .news_title .box {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer {
    min-height: 20vh;
  }

  .procur_banner {
    background-position: right;
  }
}

