/* banner */
.swiper_banner{
    height: auto;
    margin-top: 32rem;
}
.banner__text{
    background-color: #f1f2f4;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    display: flex;
    align-items: center;
    padding: 12px;
}
.banner__title{
    color: #050f21;
}
.banner__item{
    width: 100%;
    margin-top:1.6rem;
}
.banner__item h1{
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #FFFFFF;
}
.banner__item:before{
  background: none!important;
}
.banner__video{
    background-color: #fff!important;
    position: relative;
    height: 43rem;
    margin-bottom: 48px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 2;
}
.banner__video h1{
    color: #fff;
}  
.banner__video h2{
    color: #f7f8f9;
}  
.banner__video video{
    /* width: 100%; */
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
header{
    position: absolute;
    width: 100%;
    height: 43rem;
    background-color: rgba(0, 0, 0, .5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
}
.header .settings.open{
    z-index: 5;
}
.header__top >div{
    height: 96px;
}
.header__close-btn {
    width: 5rem;
    height: 5rem;
}

.header__search .form-group .form-control{
    width: 34.8rem;
    height: auto;
    border-radius: 10px;
    padding: 1.6rem 2.4rem;
}
.header__search__btn{
    right: 1.4rem;
    left: unset;
}
.header__advanced__btn{
    background-color: #1D458A;
    color: white;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 1.2rem 2.4rem;
    border: 0;
    height: 5rem;
    cursor: pointer;
}
.header__search__advanced_submit{
    background-color: #1D458A;
    color: white;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 1.4rem 2.4rem;
    border: 0;
    cursor: pointer;
}
.header__search__advanced{
    display: none;
    position: absolute;
    top: 64px;
    padding: 2.6rem;
    border-radius: 16px;
    background-color: white;
    box-shadow: 0 8px 16px rgb(0 0 0 / 14%);
    width: 92%;
}
.header__search__advanced__date{
    background-color: #EFEFEF;
    padding: 12px 14px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    color: #444444;
    margin-bottom: 20px;
}
.header__search__advanced__description{
    font-size: 16px;
    color:#686E7C;
    margin-bottom: 16px;
}
.header__search__advanced select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../../images/svg-icons/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-color: #EFEFEF;
    padding: 12px 14px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    color: #444444;
    width: 100%;
}
header h1 {
  font-size: 3.3em;
  font-weight: 400;
  margin-bottom: 15px;
}
header h2{
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
}

header .hero__btn_play{
  margin-top: 30px;
}
header .hero__btn_play img{
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

header .hero__btn{
  background-color: #1d458a;
  color: white;
  padding: 13px 50px;
  border-radius: 6em;
  cursor: pointer;
  margin-top: 50px;
  font-size: 1.5em;
}
.header__lang{
    z-index: 2;
}
/* services */
.services-section{
    margin:4.8rem 0 0 0;
}
.services-section__item{
    padding: 1.4rem 2.4rem;
    height: 13.2rem;
    text-align: left;
}
.services-section__title{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #004380;
    margin-bottom: 4rem;
    width: 17.4rem;
    text-align: left;
}
.services-section__desc {
    font-size: 1.6rem;
    display: block;
    font-weight: 400;
    line-height: 24px;
    color: #272424;
}
/* Directions */
.directions--section{
    padding: 4.8rem 0 0 0;
}
.directions__item{
    text-align: center;
    background: #FFFFFF;
    border-radius: 8px;
}
.directions__title{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #00386A;
    max-width: 100%;
}
.directions__icon{
    margin-bottom: 4rem;
    margin-bottom: 4rem;
    display: flex;
    height: 4.8rem;
    justify-content: center;
}
.directions__icon img{
    width: auto;
    height: auto;
}
.directions__item:hover span{
    color: #fff;
}
/* link */
.link{
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 24px;
    color: #2F467C;
}
/* fancybox */
.fancybox-navigation .fancybox-button--arrow_left{
    bottom: 176px;
}
.fancybox-navigation .fancybox-button--arrow_right{
    bottom: 128px;
}
/* news */
/* .news-section{
    padding: 6rem 0 0 0;
} */
.gallery_item img{
    width: 100%!important;
}
.news-section .row{
    --bs-gutter-y:3rem;
}
.news-section .news-section__item{
    background: white;
    border-radius: 8px;
    height: 37.6rem;
    max-height: 37.6rem;
}
.news-section .news-section__description{
    padding: 2rem 2rem 4rem 2rem;
}
.news-section .news-section__image img {
    border-radius: 8px 8px 0 0;
}
.news-section .news-section__image{
    margin-bottom: 0;
    height: 22.8rem;
}
.news-section .news-section__date{
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    color: #004380;
}
.news-section .news-section__title{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #272424;
}
.image-alt{
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #272424;
    border-top: 1px solid #f1f2f4;
    border-bottom: 1px solid #f1f2f4;
    padding: 4px;
}
/* news youtube iframe */
.content-block__text iframe{
    width: 100%;
}
/* support directions iframe */
.content-block__accordion .text-with-border{
    margin-left: 0;
}
.content-block__text table{
    width: 100%;
}
.frame-wrapper{
    margin-left: -1.8rem;
}
/* videos */
.videos{
    padding: 0;
}
.videos .link{
    background-color: #E30000;
    padding: 0.8rem 2.4rem;
    color: #FFF;
    border-radius: 8px;
    margin-right: 13.4rem;    
}
.videos .overlay{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(358.75deg, rgba(0, 0, 0, 0.66) 1.36%, rgba(0, 0, 0, 0) 73.95%);
    border-radius: 8px;
}
.video-section .row{
    --bs-gutter-y:3rem;
}
.video-section__image .videos__play-btn{
    width: 64px;
    color:red;
}
.video-section__image img {
    border-radius: 8px;
}
.video-section__image{
    position: relative;
}
.video-section__image::before{
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);
    opacity: 0;
}
.video-section__image img::before, .video-section__image img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}
.video-section__date{
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    color: #004380;
    margin: 2.4rem 0 1.2rem 0;
}
.video-section__title{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #272424;
}
/* services */
.slider__content{
    position: relative;
}
.services__slider{
    position: static;
}
.services__slider__button{
    color: #004380;
    background: #fff;
    box-shadow: 0 6.79083px 13.5817px #dadde3;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    top: 40%;
}
.services__slider__button:hover{
    background: #004380;
    color: white;
}
.services__slider__button__prev{
    left: -3.6rem;
}
.services__slider__button__next{
    right: -3.6rem;
}
.services__slider__button::after{
    font-size: 2.4rem;
    font-weight: 700;
}
.custom__arrows svg{
    color: #004380;
}
/* statistics */
.statistics__item{
    min-height: 15rem;
}
.statistics__head{
    line-height: 36px;
    color: #004380;
}
.statistics__title{
    margin-bottom: 1.2rem;
    line-height: 24px;
    color: #000000;
}
.statistics__desc{
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #C2C7D1;
}
/* links */
.links-section__item:hover .site__link{
    color: #2196F3;
}
.links__icon{
    display: none;
}
.links-section__item:hover .links__icon{
    display: flex!important;
}
.links-section__item span{
    display: block;
    white-space: break-spaces;
}
.links-section__item{
    border: 0;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    height:8rem;
    text-align: left;
}
.site__name{
    font-size: 1.6rem;
    line-height: 24px;
    color: #004380;
}
.site__link{
    color: #C2C7D1;
    margin: 0  0 0 1.2rem;
}
/* videos  */
.videos__slider, .institutions__slider{
    height: auto;
    position: static;
}
.videos__slider__button{
    top: -43px;
    background: #fff;
    box-shadow: 0 6.79083px 13.5817px #dadde3;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 0;
    color: #004380;
}
.videos__slider__button:hover{
    background: #004380;
    color: white;
}
.videos__slider__button::after{
    font-size: 2.4rem;
    font-weight: 700;
}
.videos__slider__button__prev{
    left:unset;
    right: 5.4rem;
}
.videos__slider__button__next{
    right: 0;
}
/* pagination */
.pagination ul{
    flex-flow:wrap;
}
/* advertising */
.advertising img{
    border-radius: 8px;
}
.scroll-fade{
    display: none;
}
.social-links{
    left: 2.4%;
}
/* reset bg colors */
.directions--section, .videos, .map-section, .links-section{
    background-color: #f7f8f9;
}
.custom-bg{
    background-color: #f7f8f9fa;
}
.section-title{
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
    font-weight: 500;
    line-height: 36px;
    text-align: justify;
    color: #004380;
}
/* header */
.header__menu__item .hide__after::after{
    display: none;
}
.header__menu .header__menu__item:nth-last-child(1) svg{
    display: none;
}
.header__menu__item:nth-last-child(1) .header__menu__sub{
    -moz-column-count:1;
         column-count:1;
}
.header__menu__item__single a{
    font-size: 1.4rem;
    color: #fff;
    padding: 1.8rem 2rem;
    display: inline-block;
}
@media (max-width: 767px){
    .header__menu__item__single a{
        color: #050f21;
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        margin-bottom: 12px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
/* slider dots */
.banner__slider 
.swiper-pagination .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 32px;
}
.swiper_banner .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background-color: #ffffff75;
    border-radius: 50%;
}
.swiper_banner .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #fff;
}
/* footer */
.footer__appointment__link{
    display: flex;
    justify-content: space-between;
}
.footer__appointment__link a{
    margin-top: 0;
}
.footer__bottom__text a{
    font-size: 1.6rem;
    color: #fff;
    border-left: 1px solid #283a5b;
    padding-left: 8px;
    padding-right: 8px;
}
.footer__bottom span{
    padding-right:8px;
}
/* MEDIA */
@media (max-width:767px) {
    .header__search .form-group{
        flex: none;
    }
    .header__search__advanced select{
        margin-bottom: 16px;
    }
    .header__tools__item>a, .header__tools__item>label{
        border: 0;
    }
    .header__search .form-group .form-control{
        width: 28rem;
    }
    .header__search{
        justify-content: space-between;
    }
    .services__slider__button{
        display: none;
    }
    .videos__slider__button{
        display: none;
    }
    .videos .link{
        margin-right: 0;
    }
    .swiper_banner{
        margin-top: 0;
    }
    .banner__slider .swiper-pagination .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 0;
    }
    .statistics__item{
        min-height: 12.8rem;
    }
    .section-title{
        font-size: 1.6rem;
        line-height: normal;
        text-align: left;
    }
    /* banner video */
    .banner__item h1{
        font-size: 24px;
    }
    /* footer */
    .footer__appointment__link {
        display: block;
    }
    .footer__appointment__link a{
        width: 100%;
    }
    .footer__bottom{
        text-align: center;
    }
    .footer__socials{
        margin-top: 1.6rem;
        justify-content: center;
    }
    /* footer menu */
    .footer__bottom span{
        margin-bottom: 12px;
    }
    .footer__bottom__text a,.footer__bottom__text span{
        display: block;
        border: 0;
    }
    .services-section__item{
        height: 10.4rem;
        text-align: center;
    }
    .services-section__title{
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }
    .directions--section .col{
        width: 100%!important;
    }
    /* .news-section .col-md-4{
        width: 100%!important;
    } */
    .footer__contacts ul li{
        min-width: 50%;   
    }
    .links-section__item{
        min-width: 50%;
    }
    .see_us img, .content-block__text a >img{
        width: 30px;
    }

}
@media (max-width:575px) {
    .right-icon{
        rotate: 90deg;
    }
}
@media (max-width:525px) {
    .footer__contacts ul li{
        text-align: center;
        min-width: 100%;   
    }
    .links-section__item{
        min-width: 100%;
    }
    .news-section .news-section__item{
        height: 34.4rem;
    }
    .header__search .form-group .form-control{
        width: 30rem;
    }
    .header__advanced__btn{
        padding: 1.2rem;
    }
    .header__advanced__btn span{
        font-size:10px;
    }
}
@media (max-width:486px) {
    .header__search .form-group .form-control{
        width: 24rem;
    }
    .header__advanced__btn span{
        display: none;
    }
    .header__advanced__btn{
        width: 5rem;
    }
}
@media (max-width:393px) {
    .header__search .form-group .form-control{
        width: 16rem;
    }
}
@media (min-width:767px) {
    .banner__slider .swiper-pagination .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 64px;
    }
}
@media (min-width:767px) and  (max-width:1024px) {
    .swiper_banner{
        margin-top: 20rem;
    }
    .banner__slider .swiper-pagination .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom:32px
    }
}
/* social links */
@media (max-width: 1200px){
    .social-links{
        display: none!important;
    }
}
@media print{
    .see_us{
        display: none;
        width: 0px;
        height: 0px;     
    }
    .share{
        display: none;
        width: 0px;
        height: 0px;  
    }
    .flickity-prev-next-button.previous, .flickity-prev-next-button.next{
        display: none;
        width: 0px;
        height: 0px;  
    }
    body *:not(.print_news, .print_news *){
      visibility: hidden;
      width: 0px;
      height: 0px;
    }
    .print_news, .print_news * {
        visibility: visible!important;
    }
    .print_news .content-block__slider img{
        width: 100%;
        height: 100%;
    }
    .print_news{
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100%;
    }
  }
/* other page styles */
@media (max-width: 767px){
    .breadcrumbs li:nth-last-child(2) a:before{
        content: unset;
    }
}
#contact-page .directions__icon{
    height: 8rem;
}
#contact-page .directions__item:hover .directions__icon{
    -webkit-filter: none;
            filter: none;
}
.institutions__slider{
    margin-top: 56px;
}
.institutions__slider .links-section__item{
    display: flex;
    align-items: center;
    background-color: unset;
}
.institutions__slider .links-section__item .site__name{
    margin-bottom: 0;
    margin-left: 8px;
    color: #414042;
}

@media (max-width: 991px){
    .links-section__item {
        padding: 0;
    }
}
/* focus */
*:focus-visible{
    border: 0.5px solid #E30000!important;
}
.header__menu__sub:focus-within{
  opacity: 1;
}

input.form-control:focus-visible,
input.form-control:focus-within,
input.form-control:focus,
select.form-control:focus-visible,
select.form-control:focus-within,
select.form-control:focus,
textarea.form-control:focus-visible,
textarea.form-control:focus-within,
textarea.form-control:focus,
.header__search__advanced input:focus-visible,
.header__search__advanced input:focus-within,
.header__search__advanced input:focus,
.header__search__advanced select:focus-visible,
.header__search__advanced select:focus-within,
.header__search__advanced select:focus
{
    border:0.5px solid #004380!important
}
/* header search */
.date-box{
    margin-bottom: 16px;
}
.date-box .col-md-8{
    margin: 0;
}
.date-icon{
    padding: 0;
    background-color:#F6F6F6;
    justify-content: center;
    align-items: center;
    display: flex;
}
.date-wrapper{
    position: relative;
    padding: 0;
    margin: 0;
}
.date-wrapper img{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}
.date-wrapper input{
    background: #F6F6F6;
    border: 1px solid #EFEFEF;
    border-radius: 6px 0px 0px 6px;
    padding: 12px 12px 12px 14px;
    font-size: 14px;
    color: #444444;
    width: 100%;
}
.date-wrapper .endDate{
    border-radius: 0px 6px 6px 0px;
}
.right-icon{
    background: #F6F6F6;
    height: 24px;
}
/* transcript */
#transcript_btn{
    display: flex;
    width: 100%;
    padding: 1.3rem 1.6rem;
    border: 1px solid #f1f2f4;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    color: #3772d9;
    background-color: #dde7f8;
    margin-bottom: 1rem;
}
#transcript_btn:hover{
    background-color: #3772d9;
    color: #fff;
}
#transcript_btn svg:nth-child(3){
    display: none;
}
#transcript_btn span{
    margin-right: 1.2rem
}
#transcript_body{
    display: none;
}
/* live button */
.btn_live a{
    box-shadow: 0 2px 6px rgba(238, 54, 68, 0);
    border-radius: 13px;
    background-color: #ee3644;
    display: flex;
    align-items: center;
    padding: 4px 12px;
    transition: all 0.2s ease 0s;
}
.btn_live img{
    margin-right: 4px;
}
@media only screen and (max-width: 767px) {
    .btn_live a{
        justify-content: flex-start;
        color: #FFFFFF;
        border-radius: 8px;
        padding: 12px;
    }
    .btn_live img{
        margin-right: 8px;
    }
}
/* ethical conduct */
#inspectorate_service .content-block__text{
    overflow-x: auto;
}
/*# sourceMappingURL=custom.css.map*/