*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #909090;
    border-radius: 20px;
}
.wrapper,
html,
body{
    height: 100%;
    transition: .5s;
}
.home{
    background: #223333;
}
.jv_slide_item.jv_active footer.main_footer{
    display: block;
    padding-left: 40px;
}
.jv_slide_item.jv_active footer.main_footer .main_footer{
    display: block;
}
a{
    text-decoration: none;
}
.btn_blue{
    background: #2F80ED;
    border-radius: 5px;
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #FFFFFF;
    padding: 12px 17px 10px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn_blue img{
    margin-left: 15px;
}
.btn_brown_normal,
.btn_brown{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    background: #CCAA77;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 5px;
}
.btn_brown_normal{
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
}
.hide_sidebar .sidebar{
    left: -260px;
}
.hide_sidebar .wrapper_content{
    padding-left: 0px;
}
.hide_sidebar .main_navbar{
    left: 0;
}
.hide_sidebar .btn_sidebar{
    transform: scaleX(-1)
}
.sidebar .btn_brown_normal{
    margin-bottom: 70px;
}
.sidebar .btn_brown{
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.sidebar{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #113366;
    width: 260px;
    padding: 30px 20px;
    background-image: url(../img/sidebar.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: .5s;
    z-index: 2;
}
.sidebar ul{
    margin: 30px 0px;
    padding: 0;
}
.sidebar ul li{
    list-style: none;
}
.sidebar ul li a{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 11px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    position: relative;
}
.sidebar ul li a::before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background: white;
    transition: 1s;
}
.sidebar ul li a:hover:before{
    width: 100%;
}
.sidebar h2 b{
    font-family: 'Roboto-Black';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 30px;
    color: #FFFFFF;
}
.sidebar h2{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Roboto-Regular';
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 10px;
}
.sidebar p{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    opacity: 0.6;
    margin-bottom: 1rem;
}
.address .address_item{
    display: flex;
    margin-bottom: 30px;
}
.address .address_item .info{
    margin-left: 17px;
}
.address .address_item .info p{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #B1BEF2;
    margin-bottom: 0;
}
.address .address_item .info a{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #B1BEF2;
}
.socials{
    display: flex;
    padding-left: 24px;
    padding-right: 24px;
    justify-content: space-between;
}
.main_navbar{
    position: fixed;
    top: 0;
    right: 0;
    left: 260px;
    z-index: 9;
    transition: .5s;
}
.main_navbar .top_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #113366;
    padding: 12px 15px;
    height: 49px;
}
.main_navbar .top_nav .top_nav_menu{
    display: flex;
    align-items: center;
}
.main_navbar .top_nav .top_nav_menu .eyeblock a,
.main_navbar .top_nav .top_nav_menu > a{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    margin-right: 29px;

}

.main_navbar .top_nav .top_nav_menu a img{
    margin-right: 10px;
}
.main_navbar .top_nav .top_nav_menu .language-switcher {
    min-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    position: relative;
    margin: 0;
    padding: 0px;
}
.main_navbar .top_nav .top_nav_menu .language-switcher.show{
    top: 57px;
    z-index: 4;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 50%);
}
.main_navbar .top_nav .top_nav_menu .language-switcher a{
    display: none;
}
.main_navbar .top_nav .top_nav_menu .language-switcher.show span,
.main_navbar .top_nav .top_nav_menu .language-switcher.show a{
    display: flex;
    background: white;
    color: #223333;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    line-height: 15px;
    padding: 10px 16px;
    text-align: center;
}
.main_navbar .top_nav .top_nav_menu .language-switcher.show span img{
    display: none;
}
.main_navbar .top_nav .top_nav_menu .language-switcher.show a:hover{
    background: #113366;
    color: white;
}
.main_navbar .top_nav .top_nav_menu .language-switcher span{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    padding: 4px 0px 4px 26px;
    background-image: url(../img/global.svg);
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}
.main_navbar .top_nav .top_nav_menu .language-switcher span img{
    margin-left: 6px;
}
.main_navbar .bottom_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-right: 40px;
    transition: .5s;
}
.fixed_nav .main_navbar .bottom_nav{
    background: #FFFFFF;
    padding-bottom: 20px;
}
.fixed_nav  .bottom_nav ul li a{
    color: #223333;
}
.main_navbar .bottom_nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 18px;
    margin-bottom: 0;
}
/* .main_navbar .bottom_nav ul li ul{
    display: none;
} */
.main_navbar .bottom_nav ul li:first-child{
    margin-right: 20px;
}
.fixed_nav .btn_search,
.fixed_nav .btn_menu{
    filter: brightness(0);
}
.bottom_nav ul li{
    list-style: none;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
}
.bottom_nav ul li a{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    z-index: 1;
    position: relative;
}
.wrapper_content{
    padding-left: 260px;
    padding-top: 49px;
    width: 100%;
    height: 100%;
    transition: .5s;
    overflow: hidden;
    position: relative;
    -webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}
.wrapper_content .jv_slide_item{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    padding-left: 260px;
    padding-top: 49px;
    overflow: hidden;
    /* transform: scale(.7);
    opacity: 0; */
    /* transition: all 0.9s cubic-bezier(0.6, 0.05, 0.4, 1);
    transform: matrix(1, 0, 0, 1, 1903, 0); */
    animation: scaleDownUp .5s ease both;
}
.wrapper.hide_sidebar .wrapper_content .jv_slide_item{
    padding-left: 0;
}
.wrapper_content .jv_slide_item.jv_active{
    /* transform: scale(1);
    opacity: 1; */
    z-index: 1;
    overflow: auto;
	animation: scaleUp .7s ease both;
    animation-delay: .3s;
}
.jv_slide_item .carousel-item img{
    min-height: 100%;
    object-fit: cover;
}
.pt-page-scaleUp {
	-webkit-animation: scaleUp .7s ease both;
	animation: scaleUp .7s ease both;
}
.pt-page-scaleDownUp {
	-webkit-animation: scaleDownUp .5s ease both;
	animation: scaleDownUp .5s ease both;
}
@keyframes scaleDownUp {
	from { }
	to { opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2); }
}
@keyframes scaleUp {
	from { opacity: 0; -webkit-transform: scale(.8); transform: scale(.8); }
}
.section_news{
    position: relative;
    width: 100%;
    height: 100%;
}
.section_news .carousel .carousel-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 4, 4, 0.35);
    z-index: 1;
    
}
.section_news .carousel{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.carousel_navs{
    position: absolute;
    right: 50px;
    bottom: 30px;
    display: flex;
}
.carousel-inner,
.carousel-item{
    height: 100%;
}
.carousel_navs .carousel-control-next, 
.carousel_navs .carousel-control-prev{
    position: static;
    width: auto;
    opacity: 1;
}
.carousel_content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    color: white;
    z-index: 3;
    padding-left: 40px;

}
.carousel-item.active .carousel_content .btn_blue,
.carousel-item.active .carousel_content h4,
.carousel-item.active .carousel_content p,
.carousel-item.active .carousel_content h6{
    opacity: 1;
    transform: translate(0px);
}
.carousel_content h6{
    background: #FFFFFF;
    border-radius: 5px;
    font-family: 'Roboto-Black';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    color: #223333;
    padding: 9px 11px;
    display: inline-flex;
    margin-bottom: 17px;
    opacity: 0;
    transform: translateX(-50px);
    transition: .5s;
    transition-delay: 0s;
}
.carousel_content p{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    opacity: 0;
    transform: translateX(50px);
    transition: .5s;
    transition-delay: .5s;
}
.carousel_content p img{
    margin-left: 10px;
    margin-right: 5px;
}
.carousel_content h4{
    font-family: Schadow BT;
    font-style: normal;
    font-weight: bold;
    font-size: 62px;
    line-height: 74px;
    color: #FFFFFF;
    max-width: 63%;
    margin-bottom: 19px;
    opacity: 0;
    transform: translateY(100px);
    transition: .5s;
    transition-delay: 1s;
}
.carousel-item .carousel_content .btn_blue{
    opacity: 0;
    transform: translateY(100px);
    transition: 1s;
    transition-delay: 1.5s;
}
.section_all_news{
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../img/news_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 92px 40px;
}
.home .section_title{
    width: 100%;
}
.section_title{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    /* font-size: 62px;
    line-height: 73px; */
    font-size: 50px;
    line-height: 56px;
    width: 75%;
    color: #223333;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section_title .btn_brown{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding: 20px 23px;
}
.section_title::before{
    content: '';
    position: absolute;
    top: -13px;
    left: 0;
    width: 95px;
    height: 9px;
    background: #CCAA77;
}
#perspective {
    width: 710px;
    height: 440px;
    position: relative;
    -webkit-perspective: 1100px;
    perspective: 1100px;
} 
#carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg) translateZ(-288px);
} 
#carousel figure {
  display: flex;
  align-items: flex-end;
  position: absolute;
  background-image: url(../images/news-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 658px;
  height: 426px;
  opacity: 1;
  margin: 12px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  -moz-transition: opacity 1s, -moz-transform 1s;
  -o-transition: opacity 1s, -o-transform 1s;
  transition: opacity 1s, transform 1s;
  padding: 20px;
}
#carousel figure::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(1.89deg, #040404 1.59%, rgba(0, 0, 0, 0) 98.46%);
  opacity: 0.5;
}
.news_slider{
  width: 100%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider_item .info{
    position: relative;
    z-index: 1;
}
.slider_item .info h6{
    background: #FFFFFF;
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    color: #223333;
    display: inline-flex;
    padding: 4px 12px;
    margin-bottom: 11px;
}
.slider_item .info  p{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 2px;

}
.slider_item .info  p img{
    margin: 0px 5px 0px 20px;
}
.slider_item .info  h4{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    color: #FFFFFF;
}
.section_video_block{
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../img/videobg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.section_video_block .bg_video{
    min-width: 100%; 
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.section_video_block .btn_play{
    position: absolute;
    top: 82px;
    right: 17px;
}
.section_video_block .logo_video{
    padding: 85px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:  rgba(04, 04, 04, 0.6);
    width: 100%;
    position: static;
    z-index: 1;
    opacity: 0;
    transition: 1s;
}
.section_video_block.ended .logo_video{
    opacity: 1;
}
.section_services{
    background-color: #1F78B4;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100px 42px;
    overflow: hidden;
    transition: .5s;
}
.section_services_bg{
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 0;
    opacity: 1;
    transition: .5s ease-in;
    background-repeat: no-repeat;
    background-size: cover;
}
.section_services_bg::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:rgba(0, 0, 0, 0.8);
}
/* .section_services_bg.showbg{
    opacity: .6 !important;
} */
.section_services .section_title{
    color: white;
}
.services{
    width: 100%;
    height: 100%;
    display: flex;
    transition: 1s;
}
.services ul{
    position: relative;
    height: 100%;
    width: 25%;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: center;
}
.services ul li{
    position: absolute;
    transition: 1s;
    z-index: 1;
    list-style: none;
    opacity: 0;
}
.services ul li a{
    background: #FFFFFF;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color: #223333;
    transition: .5s;
}
.services ul li a:hover{
    box-shadow: inset 0px 0px 30px 0px #136;
}
.services ul li::before{
    content: '';
    position: absolute;
    width: 2px;
    height: 100px;
    background: #fff;
    z-index: -1;
    left: 50%;
    display: none;
}
.services ul li:first-child{
    /* background: #3385AE; */
    background: transparent;
    border: 2px solid #FFFFFF;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50%; 
    z-index: 9;
    position: static;
    cursor: pointer;
    opacity: 1;
}
@keyframes cat_hover_anim{
    0%{
        border-radius: 50%;
    }
    25%{
        border-radius: 50%; 
    }
    50%{
        transform: scale(1.1);
        background: #3385AE;
        border: 1px solid #3385AE;
    }
    100%{
        border: 1px solid #3385AE;
        color: #3385AE;
        background: #fff;
        border-radius: 20%;
        transform: scale(1);
    }
}
.services ul li:first-child:hover{
    animation: cat_hover_anim .5s forwards;
}
.services ul li:first-child:hover img{
    filter: drop-shadow(1px 1px 1px #3385AE);
}
/* .services ul li:first-child:hover + li{
    display: block;
} */
.services ul li:first-child img{
    margin-bottom: 17px;
}
.services.show_one ul.show_childs li:first-child::before,
.services ul:first-child li:first-child::before{
    display: none;
}
.services.show_one ul{
    opacity: 0.5;
}
.services.show_one ul.show_childs{
    z-index: 1;
    animation: show_childsAnim .5s forwards;
}
@keyframes show_childsAnim{
    0%{
        position: absolute;
        top: 14%;
        left: 90%;
        right: unset;
        bottom: unset;
    }
    70%{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    90%{
        background: rgba(0, 0, 0, 0);
    }
    100%{
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        padding-top: 88px;
    }
}

.services ul li::before{
    display: block;
    width: 0px;
    height: 0px;
}
.services.show_one ul {
    pointer-events: none;
}
.services.show_one ul.show_childs{
    pointer-events: all;
}
.services.show_one ul.show_childs li{
    opacity: 1;
    transition: .5s;
    transition-delay: .5s;
} 
.services.show_one ul.show_childs li:nth-child(2){
    top: 25%;
    left: 20%;
}
.services.show_one ul li:nth-child(2)::before{
    width: 0vw;
    transition: width .5s;
}
.services.show_one ul.show_childs li:nth-child(2)::before{
    left: unset;
    bottom: 50%;
    height: 3px;
    width: 45vw;
    max-width: unset;
    transition-delay: .5s;
}

.services.show_one ul.show_childs li:nth-child(3){
    top: 25%;
    left: unset;
    transition-delay: .8s;
}
.services.show_one ul.show_childs li:nth-child(3)::before{
    top: 100%;
    width: 3px;
    height: 100px;
    transition: height .5s;
    transition-delay: 1.5s;
}
.services.show_one ul.show_childs li:nth-child(4){
    top: 25%;
    right: 20%;
    transition-delay: 1s;
}

.services.show_one ul.show_childs li:nth-child(5){
    bottom: 15%;
    left: 20%;
    transition-delay: .8s;
}
.services.show_one ul li:nth-child(5)::before{
    width: 0vw;
    transition: width .5s;
}
.services.show_one ul.show_childs li:nth-child(5)::before{
    left: unset;
    bottom: 50%;
    height: 3px;
    width: 45vw;
    max-width: unset;
    transition-delay: 2.5s;
}
.services.show_one ul.show_childs li:nth-child(6){
    bottom: 15%;
    left: unset;
    transition-delay: 1.4s;
}
.services.show_one ul.show_childs li:nth-child(6)::before {
    width: 3px;
    top: -50%;
    transition: height .5s;
    transition-delay: 2s;
    height: 100px;
}
.services.show_one ul.show_childs li:nth-child(7){
    bottom: 15%;
    right: 20%;
    transition-delay: 1.6s;
}
/* .services ul:first-child li:nth-child(2){
    top: 0;
    left: 0;
}
.services ul:first-child li:nth-child(2)::before{
    top: 120px;
    height: 160px;
    transform: rotate(356deg);
}
.services ul:first-child li:nth-child(3){
    top: 0;
    left: 190px;
}
.services ul:first-child li:nth-child(3)::before{
    top: 32px;
    left: 24px;
    height: 260px;
    transform: rotate(36deg);
}
.services ul:first-child li:nth-child(4){
    top: 200px;
    left: 230px;
}
.services ul:first-child li:nth-child(4)::before{
    top: 0px;
    left: 20px;
    height: 180px;
    transform: rotate(60deg);
}
.services ul:first-child li:nth-child(5){
    top: 390px;
    left: 210px;
}
.services ul:first-child li:nth-child(5)::before{
    top: -23px;
    left: 0px;
    height: 120px;
    transform: rotate(120deg);
}
.services ul:first-child li:nth-child(6){
    top: unset;
    left: 210px;
    bottom: 0px;
}
.services ul:first-child li:nth-child(6)::before{
    top: -184px;
    left: -35px;
    height: 250px;
    transform: rotate(142deg);
}
.services ul:first-child li:nth-child(7){
    top: unset;
    bottom: 0;
    left: 0px;
}
.services ul:first-child li:nth-child(7)::before{
    top: -200px;
    left: 80px;
    height: 250px;
    transform: rotate(8deg);
} */
/* second */
/* .services ul:nth-child(2) li:first-child::before{
    display: none;
}
.services ul:nth-child(2) li:nth-child(2){
    top: 0;
    left: 0;
}
.services ul:nth-child(2) li:nth-child(2)::before{
    top: 120px;
    height: 160px;
    transform: rotate(356deg);
}
.services ul:nth-child(2) li:nth-child(3){
    top: 0;
    left: 190px;
}
.services ul:nth-child(2) li:nth-child(3)::before{
    top: 32px;
    left: 24px;
    height: 260px;
    transform: rotate(36deg);
}
.services ul:nth-child(2) li:nth-child(4){
    top: 200px;
    left: 230px;
}
.services ul:nth-child(2) li:nth-child(4)::before{
    top: 0px;
    left: 20px;
    height: 180px;
    transform: rotate(60deg);
}
.services ul:nth-child(2) li:nth-child(5){
    top: 390px;
    left: 210px;
}
.services ul:nth-child(2) li:nth-child(5)::before{
    top: -23px;
    left: 0px;
    height: 120px;
    transform: rotate(120deg);
}
.services ul:nth-child(2) li:nth-child(6){
    top: unset;
    left: 210px;
    bottom: 0px;
}
.services ul:nth-child(2) li:nth-child(6)::before{
    top: -184px;
    left: -35px;
    height: 250px;
    transform: rotate(142deg);
}
.services ul:nth-child(2) li:nth-child(7){
    top: unset;
    bottom: 0;
    left: 0px;
}
.services ul:nth-child(2) li:nth-child(7)::before{
    top: -200px;
    left: 80px;
    height: 250px;
    transform: rotate(8deg);
} */
/* three */
/* .services ul:nth-child(3) li:first-child::before{
    display: none;
}
.services ul:nth-child(3) li:nth-child(2){
    top: 0;
    left: 0;
}
.services ul:nth-child(3) li:nth-child(2)::before{
    top: 120px;
    height: 160px;
    transform: rotate(356deg);
}
.services ul:nth-child(3) li:nth-child(3){
    top: 0;
    left: 190px;
}
.services ul:nth-child(3) li:nth-child(3)::before{
    top: 32px;
    left: 24px;
    height: 260px;
    transform: rotate(36deg);
}
.services ul:nth-child(3) li:nth-child(4){
    top: 200px;
    left: 230px;
}
.services ul:nth-child(3) li:nth-child(4)::before{
    top: 0px;
    left: 20px;
    height: 180px;
    transform: rotate(60deg);
}
.services ul:nth-child(3) li:nth-child(5){
    top: 390px;
    left: 210px;
}
.services ul:nth-child(3) li:nth-child(5)::before{
    top: -23px;
    left: 0px;
    height: 120px;
    transform: rotate(120deg);
}
.services ul:nth-child(3) li:nth-child(6){
    top: unset;
    left: 210px;
    bottom: 0px;
}
.services ul:nth-child(3) li:nth-child(6)::before{
    top: -184px;
    left: -35px;
    height: 250px;
    transform: rotate(142deg);
}
.services ul:nth-child(3) li:nth-child(7){
    top: unset;
    bottom: 0;
    left: 0px;
}
.services ul:nth-child(3) li:nth-child(7)::before{
    top: -200px;
    left: 80px;
    height: 250px;
    transform: rotate(8deg);
} */
/* four */
/* .services ul:nth-child(4) li:first-child::before{
    display: none;
}
.services ul:nth-child(4) li:nth-child(2){
    top: 0;
    left: 0;
}
.services ul:nth-child(4) li:nth-child(2)::before{
    top: 120px;
    height: 160px;
    transform: rotate(356deg);
}
.services ul:nth-child(4) li:nth-child(3){
    top: 0;
    left: 190px;
}
.services ul:nth-child(4) li:nth-child(3)::before{
    top: 32px;
    left: 24px;
    height: 260px;
    transform: rotate(36deg);
}
.services ul:nth-child(4) li:nth-child(4){
    top: 200px;
    left: 230px;
}
.services ul:nth-child(4) li:nth-child(4)::before{
    top: 0px;
    left: 20px;
    height: 180px;
    transform: rotate(60deg);
}
.services ul:nth-child(4) li:nth-child(5){
    top: 390px;
    left: 210px;
}
.services ul:nth-child(4) li:nth-child(5)::before{
    top: -23px;
    left: 0px;
    height: 120px;
    transform: rotate(120deg);
}
.services ul:nth-child(4) li:nth-child(6){
    top: unset;
    left: 210px;
    bottom: 0px;
}
.services ul:nth-child(4) li:nth-child(6)::before{
    top: -184px;
    left: -35px;
    height: 250px;
    transform: rotate(142deg);
}
.services ul:nth-child(4) li:nth-child(7){
    top: unset;
    bottom: 0;
    left: 0px;
}
.services ul:nth-child(4) li:nth-child(7)::before{
    top: -200px;
    left: 80px;
    height: 250px;
    transform: rotate(8deg);
} */
.section_sts{
    background: #223333;
    width: 100%;
    height: 100%;
    padding: 100px 40px 20px 40px;
}
.section_sts .section_title{
    color: white;
    margin-bottom: 30px;
    cursor: pointer;
}
.section_sts .nav-tabs{
    border: none;
    justify-content: space-between;
}
.hide_sidebar .section_sts .nav-tabs{
    left: 40px;
}
.section_sts .tab-content{
    min-height: 64%;
}
.sts_content_map{
    position: relative;
}
.sts_content_map svg{
    width: 90%;
    margin-bottom: 30px;
}
.sts_content_map .sts_content_map_info{
    position: absolute;
    right: 0;
    top: 0;
    left: 50%;
    bottom: 0px;
}
.sts_content_map .sts_content_map_info .top_info{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sts_content_map .sts_content_map_info .top_info p{
    font-family: 'Roboto-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 0;
    text-align: right;
}
.sts_content_map .sts_content_map_info .top_info h6{
    font-family: 'Roboto-Light';
    font-style: normal;
    font-weight: 300;
    font-size: 56px;
    line-height: 73px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.sts_content_map .sts_content_map_info .top_info h6 span{
    font-family: 'Roboto-Light';
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    background-image: url(../img/up_arrow.svg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 21px;
}
.bottom_info{
    color: white;
    height: 80%;
    display: flex;
    align-items: center;
}
.bottom_info h5{
    font-family: 'Roboto-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
}
.bottom_info p{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
}
.bottom_info_left .small_item{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 90%;
    padding-right: 20px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}
.bottom_info_left .small_item:hover,
.bottom_info_left .small_item.active{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    border-bottom: 1px solid white;

}
.bottom_info_left .small_item p:last-child{
    white-space: nowrap;
}
.bottom_info .bottom_info_right{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map_item.active,
.map_item:hover{
    fill: #48a4a4;
    cursor: pointer;
}
.map_item:focus{
    outline: none;
    border: none;
}
.map_radar{
    pointer-events: none;
}
.services_list{
    display: flex;
    justify-content: space-between;
}
.section_sts .nav-tabs .nav-item{
    background: rgba(255, 255, 255, .2);
    border-radius: 5px;
    width: calc(100% / 6 - 30px);
    height: 173px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
    overflow: hidden;
}
.section_sts .nav-tabs .nav-item .nav-link{
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
}
.section_sts .nav-tabs .nav-item .nav-link p{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 20px;
    opacity: 0.2;
    transition: .5s;
}
.section_sts .nav-tabs .nav-item .nav-link img{
    opacity: 0.2;
    transition: .5s;
}
.section_sts .nav-tabs .nav-item .nav-link.active,
.section_sts .nav-tabs .nav-item .nav-link:hover {
    background: rgba(255, 255, 255, .4);
}
.section_sts .nav-tabs .nav-item .nav-link.active img,
.section_sts .nav-tabs .nav-item .nav-link.active p,
.section_sts .nav-tabs .nav-item .nav-link:hover p,
.section_sts .nav-tabs .nav-item .nav-link:hover img{
    opacity: 1;
}
.section_departments{
    background: #f7f7f7;
    width: 100%;
    height: 100%;
    padding: 100px 40px 20px 40px;
}
footer.main_footer{
    background: #223333;
    width: 100%;
    padding: 40px;
    padding-left: 290px;

}
.hide_sidebar footer.main_footer{
    padding: 40px;
}
.home .main_footer{
    display: none;
}
.footer_menu{
    display: flex;   
    justify-content: space-between;
    border-bottom: 2px solid rgba(255, 255, 255, .3);
    padding-bottom: 70px;
}
.main_footer ul{
    padding: 0;
    width: calc(100% / 6 - 30px);
}
.main_footer ul li{
    list-style: none;
}
.main_footer ul li:first-child{
    margin-bottom: 12px;
}
.main_footer ul li:first-child a{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.main_footer ul li a{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.6;
}

/* silecanser */
.section_departments{

}
.section_departments .maps.news_section{
    height: 100%;
}
.section_departments .nav-tabs .nav-link{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 61px;
    color: #2F80ED;
    background-color: transparent;
    border: none;
    padding: 0;
    padding-right: 30px;
}
.section_departments .nav-tabs .nav-item.show .nav-link, 
.section_departments .nav-tabs .nav-link.active{
    color: #223333;
    position: relative;
}
.section_departments .nav-tabs .nav-item.show .nav-link::before, 
.section_departments .nav-tabs .nav-link.active::before{
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    background: #CCAA77;
    width: 95px;
    height: 9px;
}
.section_departments .nav-tabs{
    border: none;
}

.section_departments .maps .tab-content{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
    width: 100%;
    height: 95%;
}
.section_departments .maps  .tab-content>.active{
    width: 100%;
}
.section_departments .maps .nav.nav-pills{
    justify-content: center;
    margin-bottom: 80px;
}
.section_departments .maps .nav-pills .nav-link.active, 
.section_departments .maps .nav-pills .show>.nav-link{
    /* border: 1px solid #000; */
}
.section_departments .maps .nav-pills .nav-link{
    border-radius: 0px;
    /* border: 1px solid #ccc; */
}
@keyframes animationShowInfoMap { 
    0% {
        transform: scale(1.1);
    }
    70% {
        transform: scale(1);
    }
    100% {
      transform: scale(1) translate(-100px, 0px);
    }
  }
.section_departments .maps .map_svg_block{
    width: 50%;
}
.section_departments .maps .map_svg_block svg{
    width: 100%;
}
.section_departments .maps.show.city .map_svg_block.city,
.section_departments .maps.show.republic .map_svg_block.republic{
    /* animation: animationShowInfoMap 1s forwards; */
}

.section_departments .map_city{
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.15);
    stroke: #fff;
}
.section_departments .tashcityMap{
    fill: #737eb7;
    stroke: #fff;
    cursor: pointer;
}
.section_departments .tashcityMap.emptyAgency{
    fill: rgba(0, 0, 0, 0.15);
}
.section_departments .tashcityMap:hover,
.section_departments .map_city:hover{
    fill: #1F78B4;
    stroke: #fff;
    stroke-width: 1px;
}
.section_departments .showInfo{
    fill: #1F78B4;
    stroke: #fff;
    stroke-width: 1px;
    background-image: url(../img/icons/map.png);
}
.section_departments .notification {
    --padding: 30px 40px 10px 40px;
    --color: var( --color-darkblue );
    --bezier: cubic-bezier( .75,.21,.25,.78 );
    position: relative;
    width: 630px;
    background-color: var(--color-white);
    border-radius: 0px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /* transition: -webkit-transform 1s ease-in; */
    border-radius:0px;
    margin-right: 50px;
    /* transform: rotateY(360deg); */
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    opacity: 0;
    transition: .5s ease-in;
    padding: 52px 85px;
    /* filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); */
}

.section_departments .notification.-open {
    /* transform: rotateY(180deg); */
    opacity: 1;
    transition: .5s ease-out;
}
.section_departments .notification.-open .notification__content{
    /* transform: rotateY(180deg); */
}
.section_departments .notification__content .btn_blue{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 17px 30px;
    background: #113366;
}
.section_departments .notification__content .btn_blue img{
    width: 12px;
}
.section_departments .notification__content {
    box-sizing: border-box;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    transform: rotateY(360deg);
    text-align: center;
}
.section_departments .notification__icon {
    font-size: 52px;
    color: black;
    margin-bottom: 2rem;
    transition: color .3s ease;
}
.section_departments .notification__title {
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #2F80ED;
    margin-bottom: 30px;
}

.section_departments .notification__content h6{
    color: var(--color-darkblue);
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 0;
}
.section_departments .notification__content .notification__text {
    color: #6a7695;
    font-size: 14px;
    margin-bottom: 15px;
}
.section_departments .maps .map_info_block{
    display: none;
    /* position: absolute;
    right: -12%; */
}
.section_departments .maps.show .map_info_block{
    display: block;
}
.section_departments .tab-content>.active{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.section_departments  .news_section .tab-content{
    position: relative;
}
.seach_block{
    position: fixed;
    top: 113px;
    left: 260px;
    right: 0;
    background: white;
    padding: 30px;
    z-index: 99;
    transition: .5s  ease-in;
    opacity: 0;
    pointer-events: none;
}
.seach_block.show{
    opacity: 1;
    pointer-events: all;
}
.hide_sidebar .seach_block{
    left: 0;
}
.seach_block input{
    padding: 5px 10px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #136;
}
.seach_block button{
    position: absolute;
    top: 30px;
    right: 30px;
    border: 1px solid #136;
    border-top-right-radius: 6px;
    background: #113366;
    border-bottom-right-radius: 6px;
    color: white;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.seach_block button img{
    margin-right: 5px;
}
.home .main_navbar .bottom_nav{
    box-shadow: none;
    padding-bottom: 0;
    background: transparent;
}
.home .main_navbar .bottom_nav ul li a {
    color: white;
}
.home .main_navbar .bottom_nav a.btn_search,
.home .main_navbar .bottom_nav ul li a.btn_menu{
    filter: none;
}
.home.fixed_nav .main_navbar .bottom_nav,
.main_navbar .bottom_nav{
    box-shadow: 0px 4px 6px rgb(0 0 0 / 10%);
    padding-bottom: 20px;
    background: white;
}
.home.fixed_nav .main_navbar .bottom_nav ul li a,
.main_navbar .bottom_nav ul li a{
    color: #223333;
}
.home.fixed_nav .main_navbar .bottom_nav a.btn_search,
.main_navbar .bottom_nav a.btn_search,
.home.fixed_nav .main_navbar .bottom_nav ul li a.btn_menu,
.main_navbar .bottom_nav ul li a.btn_menu{
    filter: brightness(0);
}
.seciton_page{
    padding-top: 113px;
    padding-left: 260px;
}
.hide_sidebar .seciton_page{
    padding-left: 0;
}
.breadcrumb{
    padding: 19px 0px;
    margin-bottom: 10px;
    align-items: center;
}
.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb .breadcrumb-item a{
    display: flex;
    align-items: center;
    height: 100%;
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.55);
}

.breadcrumb-item+.breadcrumb-item::before{
    content: '::';
}
.news_block{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.news_block_list{
    max-width: 69%;
    width: 100%;
}
.news_block_list .news_item:first-child{
     display: flex;
     align-items: flex-end;
     height: 440px;
     position: relative;
     padding: 32px 30px 32px 26px;
}
.news_block_list .news_item:first-child::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(0,0,0,.2);
    z-index: 1;
}
.news_block_list .news_item:first-child .news_item_img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.news_block_list .news_item .news_item_img img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: .5s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.news_block_list .news_item:hover .news_item_img img{
    transform: scale(1.1);    
}
.news_block_list .news_item:hover{
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    border-radius: 8px;
    overflow: hidden;
}
.news_block_list .news_item .news_item_img::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.news_block_list .news_item:hover .news_item_img::after{
    animation: newsItemAnimate 1s forwards;
}
@keyframes newsItemAnimate{
    0%{
        width: 0%;
        height: 2%;
        background: rgba(23,42,51,.5);
    }
    50%{
        width: 100%;
        height: 2%;
        background: rgba(55,632,234,.5);
    }
    100%{
        height: 100%;
        width: 100%;
        background: rgba(12,51,72,.5);

    }
}

.news_item_info{
    position: relative;
    z-index: 1;
}
.news_block_list .news_item:first-child .news_item_info{
    color: white;
    width: 100%;
}
.news_block_list .news_item:first-child .news_item_info h6{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.news_block_list .news_item:first-child .news_item_info h6 span{
    margin-left: 26px;
}
.news_block_list .news_item .news_item_info h6 span{
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
}

.news_block_list .news_item:first-child .news_item_info h6 span img{
    margin-right: 10px;
    filter: none;
}
.news_block_list .news_item:first-child .news_item_info h3{
    font-size: 32px;
    line-height: 37px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.news_block_list .news_item .news_item_info h3{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #040404;
    margin-bottom: 15px;
}
.news_block_list .news_item:first-child .news_item_info .content{
    display: none;
}
.news_block_list .news_item .news_item_info .content{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #040404;
}
.news_block_list .news_item{
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    transition: .5s cubic-bezier(0.215, 0.610, 0.355, 1);
    animation: fadeInUp .8s forwards;
    opacity: 0;
}
.video_item,
.management_item{
    animation: fadeInUp .8s forwards;
    opacity: 0; 
}
.video_item:nth-child(2),
.management_item:nth-child(2),
.news_block_list .news_item:nth-child(2){
    animation-delay: .5s;
}
.video_item:nth-child(3),
.management_item:nth-child(3),
.news_block_list .news_item:nth-child(3){
    animation-delay: 1s;
}
.video_item:nth-child(4),
.management_item:nth-child(4),
.news_block_list .news_item:nth-child(4){
    animation-delay: 1.5s;
}
.video_item:nth-child(5),
.management_item:nth-child(5),
.news_block_list .news_item:nth-child(5){
    animation-delay: 2s;
}
.video_item:nth-child(6),
.management_item:nth-child(6),
.news_block_list .news_item:nth-child(6){
    animation-delay: 2.5s;
}
@keyframes fadeInUp{
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,50%,0);
        transform:translate3d(0,50%,0)}
    to{
        opacity:1;
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
}
.news_block_list .news_item .news_item_img {
    width: 379px;
    height: 214px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}
.news_block_list .news_item .news_item_info{
    width: calc(100% - 400px);
}
.news_block_list .news_item .news_item_info h6 span img{
    margin-right: 10px;
    filter: brightness(0);
}
.news_block_list .news_item .news_item_info h6{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #040404;
}
.news_item .news_item_img img{
    max-width: 100%;
}
.news_block_sidebar{
    transform: translateY(-100px);
    max-width: 339px;
    width: 100%;
}
.news_block_sidebar h6{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #040404;
    margin-bottom: 25px;
}
.news_block_sidebar ul{
    padding: 0;
    margin: 0;
}
.news_block_sidebar ul li{
    list-style: none;
}
.news_block_sidebar ul li.active a{
    opacity: 1;
    border-bottom: 1px solid #113366;
}
.news_block_sidebar ul li a{
    display: flex;
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #040404;
    opacity: 0.6;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    transition: .5s;
}
.news_block_sidebar ul li a:hover{
    opacity: 1;
    transform: translateX(10px);
}
.news_block_content{
    max-width: 69%;
    width: 100%;
}
.single_news .news_block_sidebar{
    transform: translateY(0px);
}
.news_block_content h3{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #3377FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}
.news_block_content h3 time{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.55);
    margin-left: 10px;
    margin-right: 20px;
}
.news_block_content h3 span{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.55);
    filter: brightness(0);
    display: inline-flex;
    align-items: center;
}
.news_block_content h3 span img{
    margin-right: 10px;
}
.news_block_content h3 a{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.55);
}
.news_block_content h2{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 20px;
}
.news_block_content .carousel-control-prev{
    left: unset;
    right: 80px;
    top: unset;
    bottom: 19px;
    width: auto;
}
.news_block_content .carousel-control-next{
    top: unset;
    bottom: 19px;
    right: 20px;
    width: auto;
}
.news_block_content .carousel{
    max-height: 600px;
    overflow: hidden;
}
.news_single_content{
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-bottom: 100px;
}
.news_single_content .news_single_content_share{
    width: 85px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 140px;
}
.news_single_content .news_single_content_share p{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}
.news_single_content .news_single_content_share a{
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3377FF;
    margin-bottom: 2px;
    transition: .5s;
    border: 1px solid #3377FF;
}
.news_single_content .news_single_content_share a:hover{
    background: #fff;
}
.news_single_content .news_single_content_share a:hover img{
    filter: drop-shadow(0px 0px 1px #3377ff);
}
.content_block h6,
.news_single_content  .news_single_content_info h6{
    padding: 7px 10px;
    background: #E5E5E5;
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
}
.content_block a{
    font-weight: 600;
    color: #5686cf;
}

.news_single_content  .news_single_content_info {
    font-size: 15px;
    font-family: 'Roboto-Regular';
    line-height: 150%;
}
.news_single_content  .news_single_content_info p{
    margin-bottom: 10px;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #113366;
    background-image: url(../img/gerbm.svg);
    background-repeat: no-repeat;
    background-position: 98% 98%;
    background-size: 500px;
}

.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 999;
    overflow: auto;
}
.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
    border: none;
    color: #fff;
    outline: none;
    z-index: 100;
    font-size: 30px;
}

.overlay nav .menuMapListBlock{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 60px;
}
.overlay-hugeinc.open nav ul {
    margin-bottom: 30px;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    padding-right: 30px;
}
.overlay-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    
}
.menuMapListBlock ul li.title{
    transition: 300ms ease-out;
    color: #7a79a0;
    font-size: 18px;
    font-weight: 900;
    padding-left: 0;
}
.menuMapListBlock ul li{
    padding-left: 15px;
    position: relative;
}
.menuMapListBlock ul li::before{
    content: '-';
    position: absolute;
    left: 0;
    top:0px;
    color: #fff;
}
.menuMapListBlock ul li.title:before{
    display: none;
}
.overlay ul {
    list-style: none;
    padding: 0;
    position: relative;
    width: calc(33.333% - 20px);
}
.overlay ul li {
    display: block;
}
.overlay ul li:not(:last-child) {
    margin-bottom: 5px;
}
.overlay ul li a {
    font-weight: 500;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.management_item{
    display: flex;
    justify-content:  space-between;
    overflow: hidden;
    background-color: #f8f9fa!important;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    position: relative;
    padding-bottom: 0;
    text-align: center;
    align-items: center;
    flex-direction: row-reverse;
    transition: .5s ease-in;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
}
.management_item_img{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: none;
    box-shadow: 0px 0px 15px -9px #113366;
    margin: 0px;
}
.news_block .management_item_img img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: top;
}
.management_item_content{
    width: calc(100% - 215px);
    height: 100%;
    margin: 0;
    padding: 0;

}
.management_item_content li{
    display: flex;
    padding: 3.5px 15px;
    color: #6c757d;
}
.management_item_content li.management_item_btns{
    padding-left: 0;
    padding-right: 0;
}
/* .management_item_content li:nth-child(odd){
    background-color: #f0f6ff;
} */
.management_item_content li b{
    display: block;
    width: 160px;
    font-size: 18px;
    text-align: left;
    font-weight: 100;

}
.moreNews{
    text-align: center;
    margin-top: 30px;
}
.btnMoreNews{
    font-size: 30px;
    color: #1c1959;

}
.management_item_btns{
    display: flex;
    margin-top: 8px;
    justify-content: space-between;

}
.management_item_btns a{
    font-size: 16px;
    padding: 2px 15px;
    border: 1px solid #113366;
    background-color: #113366;
    color: #fff;
    margin-right: 15px;
    border-radius: 4px;
}
.management_item_btns a:last-child{
    margin-right: 0;
    margin-left: auto;
}
.management_item_content li span{
    display: block;
    font-size: 14px;
    margin-top: 4px;
    text-align: left;
    font-weight: 500;
    width: calc(100% - 160px);
}
.video_block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
}
.video_item {
    width: 49%;
    height: 240px;
    position: relative;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 11px rgb(33 33 33 / 20%);
    border-radius: 0px;
    margin-bottom: 2%;
    transition: ease-in .5s;
}
.video_item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(17, 51, 102,.7) 25%, rgba(0,0,0,0) 90%);
}
.video_item_name {
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #fff;
    z-index: 1;
}
.video_item .btn_play_fancy {
    position: absolute;
    top: 35%;
    left: 40%;
    font-size: 30px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: .5s ease-in;
}
.video_item .btn_play_fancy img {
    width: 35px;
}
p{
    margin-bottom: 0;
}
.file_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(0,0,0,.125);
    padding: 30px;
    margin-bottom: 30px;
}
.file_content {
    width: calc(100% - 130px);
}
.file_content h6 {
    font-weight: bold;
    font-size: 20px;
}
.btn_download {
    border: 1px solid #31B4F2;
    color: #31B4F2;
    background: #fff;
    padding: 5px 30px;
    margin-right: 0px;
}
.content_block{
    padding-bottom: 30px;
}
.content_block img{
    width: 100%;
    height: auto;
}
.contact_title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}
.contactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contactForm .input-group {
    margin-bottom: 25px;
}
.inputEffect_block {
    position: relative;
}
.inputEffect_input {
    color: #222d39;
    height: 40px;
    border-radius: 4px;
    background: #f7f8fb;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(12 0 46 / 4%);
    box-shadow: 0px 2px 4px 0px rgb(12 0 46 / 4%);
    width: 100%;
    border: 1px solid #fff;
    padding-left: 15px;
    transition: .5s;
}
.file_img {
    width: 100px;
    margin-right: 30px;
    position: relative;
}
.file_content p {
    color: #c5c5c5;
    font-size: 14px;
}
.btn_download.btn-read {
    margin-right: 30px;
    border: 1px solid #31B4F2;
    color: #fff;
    background: #31B4F2;
}
.contact_block {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.contact_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
}
.contact_item_icon {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_item_icon img {
    width: 50%;
}
.contact_item p {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    width: calc(100% - 100px);
    margin-left: 20px;
}
.btn_blue {
    border: 1px solid var(--color-darkblue);
    padding: 7px 30px;
    /* border-radius: 30px; */
    color: var(--color-darkblue);
    transition: .3s;
    position: relative;
    background: transparent;
}
.section_news .btn_blue{
    background: #2F80ED;
    color: white;
}
.eyeblock .dropDown {
    background: #fff;
    position: absolute;
    top: 28px;
    left: 0;
    padding: 20px;
    width: 265px;
    color: #000;
    z-index: 5;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    display: none;
}
.eyeblock .dropDown h6 {
    font-size: 18px;
    margin-bottom: 15px;
}
.eyeblock .dropDown .viewBlock {
    margin-bottom: 15px;
}
.eyeblock .dropDown .viewBlock a {
    width: 50px;
    height: 50px;
    font-size: 27px;
    font-weight: bolder;
    cursor: pointer;
    border: 2px solid #353535;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
}
.eyeblock .dropDown .viewBlock a.grey {
    background-color: #828282;
}
.eyeblock .dropDown .viewBlock a.black {
    background-color: #3e3e3e;
    border: 2px solid #828282;
}
.eyeblock .dropDown .viewBlock a.blue {
    background-color: #0057a8;
}
.eyeblock .dropDown .slider {
    width: 100%;
}
.eyeblock .dropDown > a {
    color: #1c1959;
    margin-top: 10px;
    display: block;
}
.eyeblock.show .dropDown {
    display: block;
}
.eyeblock{
    position: relative;
}
.blackAndWhiteInvert {
    -webkit-filter: grayscale(100%) invert(100%);
    -moz-filter: grayscale(100%) invert(100%);
    -ms-filter: grayscale(100%) invert(100%);
    -o-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%) !important;
}
.blackAndWhite {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%) !important;
}
:root {
    --color-orange: #e6b855;
    --color-darkblue: #263B5E;
    --color-white: #fff;
}
.menu_list li:hover{
    overflow: visible;
}
.menu_list li:hover ul.dropDownList  {
    transition: .2s ease-in-out;
    opacity: 1;
    top: 0;
    padding-top: 40px;
}
.menu_list li ul.dropDownList {
    position: absolute;
    top: 100px;
    left: 0px;
    min-width: 280px;
    max-width: 340px;
    /* box-shadow: 0 0.5rem 1.875rem rgb(0 0 0 / 15%); */
    background: transparent;
    border-radius: 0px;
    opacity: 0;
    transition: .1s;
    flex-direction: column;
    padding: 0px;
}
.home .main_navbar .bottom_nav ul li ul.dropDownList  a{
    color: var(--color-darkblue);
    text-align: left;
}
.home .main_navbar .bottom_nav ul li ul.dropDownList  a:hover{
    background: rgba(17, 51, 102, .5);
}
.menu_list li ul.dropDownList li a {
    padding: 7px 15px;
    width: 100%;
    display: block;
    text-decoration: none !important;
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    font-family: "Roboto";
    color: var(--color-darkblue);
    font-weight: normal;
    text-transform: none;
}
.menu_list li ul.dropDownList li{
    width: 100%;
    margin-right: 0px;
    background-color: #fff;
}
.main_navbar .bottom_nav ul  li ul.dropDownList li:first-child{
    margin-right: 0px;
}
.menu_list li ul.dropDownList::before {
    top: 24px;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
    z-index: 1;
}
.scroll-bottom{
    display: none;
    position: fixed;
    width: 24px;
    height: 24px;
    z-index: 15;
    bottom: 55px;
    left: 55%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}
.hide_sidebar .scroll-bottom{
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(.5,.5,.5);
    -webkit-animation: move 3s ease-out infinite;
    animation: move 3s ease-out infinite;
}
.chevron:first-child {
    -webkit-animation: move 3s ease-out 1s infinite;
    animation: move 3s ease-out 1s infinite;
}
.chevron:after, 
.chevron:before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}
.chevron:before {
    left: 0;
    -ms-transform: skew(0deg,30deg);
    transform: skew(0deg,30deg);
}
.chevron:after {
    right: 0;
    width: 50%;
    -ms-transform: skew(0deg,-30deg);
    transform: skew(0deg,-30deg);
}
.chevron:nth-child(2) {
    -webkit-animation: move 3s ease-out 2s infinite;
    animation: move 3s ease-out 2s infinite;
}
@keyframes move {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(.5,.5,.5);
    }
}
.home .scroll-bottom{
    display: block;
}
.div_chart{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.data_list{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}
.data_list a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0px;
    padding: 15px 10px;
    width: calc(100% / 3 - 15px);
    background: white;
    margin-bottom: 20px;
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    background: url(/assets/img/cart_bg.png);
    background-size: cover;
    background-position: center bottom;
    box-shadow: 0 10px 40px 0 rgb(62 57 107 / 7%), 0 2px 9px 0 rgb(62 57 107 / 6%);
    padding-bottom: 10%;
    transition: .5s ease-in;
}
.data_list a:nth-child(2n){
    background-image: url(/assets/img/cart_bg_green.png);
}
.data_list a:nth-child(3n){
    background-image: url(/assets/img/cart_bg_pink.png);
}
.data_list a div{
    width: 100%;
    color: #404E67;
}
.data_list a h6{
    font-size: 16px;
    margin: 0;
    width: 70%;
}
.data_list a span{
    font-size: 42px;
    margin-bottom: 1rem;
    display: block;
}
.data_list a span small{
    font-size: 21px;
}

.data_list a:hover{
    border-radius: 10px;
    box-shadow: 0px 2px 10px 2px rgba(255, 255, 255, 0.6);
}

@media (max-width: 1800px){
    .carousel_content h4{
        font-size: 50px;
        line-height: normal;
    }
    .btn_blue{
        font-size: 20px;
    }
    .sts_content_map .sts_content_map_info .top_info h6{
        font-size: 46px;
    }
    .section_sts .nav-tabs .nav-item{
        width: calc(100% / 6 - 10px);
    }

}
@media (max-width: 1470px){
    .bottom_nav ul li a{
        font-size: 14px;
    }
    .section_title{
        font-size: 40px;
        line-height: 40px;
    }
    .section_title::before{
        content: '';
        position: absolute;
        top: -5px;
        left: 0;
        width: 95px;
        height: 5px;
        background: #CCAA77;
    }
    .section_title .btn_brown{
        line-height: 21px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .slider_item .info h4{
        font-size: 20px;
        line-height: normal;
    }
    #carousel figure{
        width: 96%;
        height: 400px;
    }
    #perspective{
        width: 610px;
        height: 375px;
        perspective: 700px;
    }
    .section_video_block .logo_video{
        padding: 50px 0px;
    }
    .section_video_block .logo_video img{
        width: 50%;
    }
    .data_list a span{
        font-size: 38px;
    }
    .data_list a h6 {
        font-size: 14px;
        margin: 0;
        width: 80%;
    }
    .sts_content_map .sts_content_map_info .top_info h6{
        font-size: 29px;
    }
}
@media (max-width: 1399px){
    .main_navbar .bottom_nav ul li{
        display: none;
    }
    .main_navbar .bottom_nav ul li:first-child{
        display: flex;
    }
    .carousel_content h4{
        max-width: unset;
    }
    .news_block_sidebar{
        display: none;
    }
    .news_block_content,
    .news_block_list{
        max-width: 100%;
    }
    .data_list a{
        margin-bottom: 15px;
        width: calc(100% / 3 - 10px);
    }
}
@media (max-width: 1200px){
    .carousel_content h4 {
        font-size: 30px;
        max-width: 80%;
    }
    .carousel_content h6{
        font-size: 14px;
        padding: 5px 10px;
    }    
    .btn_blue{
        font-size: 16px;
        padding: 6px 15px;
    }
    .btn_blue img{
        width: 10px;
    }
    .data_list a span small {
        font-size: 14px;
    }
    .data_list a span {
        font-size: 26px;
    }
    .data_list a{
        width: 49%;
    }
}
@media (max-width: 1100px){
    .wrapper_content{
        overflow: auto;
        padding-top: 0;
    }
    .wrapper_content .jv_slide_item.jv_active{
        animation: none;
    }
    .wrapper_content .jv_slide_item{
        position: relative;
        padding-top: 0;
        animation: none;
        padding-left: 0;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
        height: auto;
    }
    .section_news .carousel_content{
        bottom: 26px;
    }
    .section_news .carousel{
        height: 500px;
    }
    .section_all_news{
        padding: 30px;
    }
    .wrapper.hide_sidebar #perspective{
        width: 60%;
        perspective: 700px;
        height: 440px;
    }
    .wrapper  #perspective{
        width: 85%;
        perspective: 700px;
        height: 440px;
    }
    .news_slider {
        margin-top: 40px;
    }
    .section_services{
        padding: 40px 30px;
    }
    .services ul li:first-child{
        height: 150px;
        width: 150px;
        padding: 15px;
        font-size: 14px;
    }
    .section_video_block{
        height: 420px;
    }
    .section_video_block .btn_play{
        top: 30px;
    }
    .services{
        padding: 150px 0px;
    }
    .section_title::before{
        top: -15px;
    }
    .services.show_one ul.show_childs li:nth-child(2),
    .services.show_one ul.show_childs li:nth-child(3),
    .services.show_one ul.show_childs li:nth-child(4){
        top: 10%;
    }
    .wrapper.hide_sidebar .services.show_one ul.show_childs li:nth-child(5)::before,
    .wrapper.hide_sidebar .services.show_one ul.show_childs li:nth-child(2)::before{
        width: 50vw;
    }
    .wrapper .services.show_one ul.show_childs li:nth-child(5)::before,
    .wrapper .services.show_one ul.show_childs li:nth-child(2)::before{
        width: 40vw;
    }
    .services.show_one ul.show_childs li:nth-child(7),
    .services.show_one ul.show_childs li:nth-child(6),
    .services.show_one ul.show_childs li:nth-child(5){
        bottom: 10%;
    }
    .services.show_one ul.show_childs{
        padding-top: 0px !important;
    }
    .section_sts{
        padding: 40px 30px;
    }
    .sts_content_map{
        margin-bottom: 40px;
    }
    .sts_content_map .sts_content_map_info{
        position: relative;
        right: unset;
        top: 0;
        left: unset;
    }
    .section_sts .nav-tabs .nav-item{
        width: calc(100% / 6 - 10px);
    }
    .section_departments .nav-tabs .nav-link{
        font-size: 30px;
    }
    .section_departments{
        padding: 40px 30px;
    }
    .section_departments .tab-content>.active{
        flex-direction: column-reverse;
    }
    .section_departments .maps.show .map_info_block{
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .section_departments .notification{
        width: 70%;
    }
    .section_departments .maps .map_svg_block{
        margin-top: 30px;
    }
    .home .main_footer{
        display: block;
        padding: 20px;
    }
    .main_footer ul{
        width: calc(100% / 3 - 30px);
    }
    .footer_menu{
        flex-wrap: wrap;
        padding-bottom: 30px;
    }
    .section_video_block .bg_video{
        width: 100%;
        min-width: unset;
    }
    .seciton_page{
        padding-left: 0;
    }
}
@media (max-width: 900px){
    .wrapper_content{
        padding-left: 0;
    }
    .wrapper.hide_sidebar #perspective{
        width: 80%;
    }
    .section_sts .nav-tabs .nav-item {
        width: calc(100% / 3 - 10px);
        margin-bottom: 15px;
    }
    .section_departments .maps .map_svg_block svg,
    .section_departments .maps .map_svg_block{
        width: 100%;
    }
    .section_departments .nav-tabs .nav-item.show .nav-link::before, 
    .section_departments .nav-tabs .nav-link.active::before{
        height: 5px;
    }
    .news_block_content h2{
        font-size: 20px;
        line-height: 20px;
    }
    .main_navbar .top_nav .top_nav_menu .eyeblock{
        display: none;
    }
    .main_navbar .top_nav  .top_nav_menu > a{
        display: none;
    }
    .services{
        flex-wrap: wrap;
    }
    .services ul{
        width: 30%;
        margin-bottom: 30px;
    }
    .sts_content_map .sts_content_map_info .top_info h6{
        font-size: 38px;
    }
    .services{
        padding: 100px 0px;
    }
}
@media (max-width: 700px){
    .main_navbar .top_nav .top_nav_menu > a{
        font-size: 0px;
        margin-right: 10px;
    }
    .carousel_content h4{
        font-size: 18px;
    }
    .section_news .carousel{
        height: 400px;
    }
    .carousel_content{
        padding-left: 30px;
    }
    .services{
        flex-wrap: wrap;
        padding: 30px 0px;
    }
    .services ul{
        width: 100%;
        margin-bottom: 30px;
    }
    .section_video_block {
        height: 300px;
    }
    .section_video_block .bg_video{
        object-fit: cover;

    }
    .section_title {
        font-size: 20px;
        line-height: normal;
    }
    .sts_content_map .sts_content_map_info .top_info{
        display: none;
    }
    .sts_content_map_info .bottom_info{
        flex-direction: column;
    }
    .sts_content_map svg{
        width: 200%;
    }
    .section_sts .nav-tabs .nav-item{
        width: 70%;
        flex: none;
        margin-right: 10px;
    }
    .section_sts .nav-tabs{
        flex-wrap: nowrap;
        overflow: auto;
    }
    .section_sts .nav-tabs::-webkit-scrollbar {
        width: 6px;
    }
    
    .section_sts .nav-tabs::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .section_sts .nav-tabs::-webkit-scrollbar-thumb {
        background: #909090;
        border-radius: 20px;
    }
    .section_departments .nav-tabs .nav-link,
    .section_departments .nav-tabs .nav-item.show .nav-link, 
    .section_departments .nav-tabs .nav-link.active{
        line-height: normal;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section_departments .notification{
        width: 100%;
        padding: 15px;
        margin-right: 0px;
    }
    .section_departments .notification__title{
        font-size: 18px;
        line-height: normal;
    }
    .section_departments .notification__content .btn_blue{
        padding: 5px 10px;
        font-size: 18px;
    }
    .main_footer ul{
        width: 100%;
    }
    .services.show_one ul.show_childs li:nth-child(2), 
    .services.show_one ul.show_childs li:nth-child(3), 
    .services.show_one ul.show_childs li:nth-child(4){
        top: 10% !important;
    }
    .services.show_one ul.show_childs li:nth-child(5),
    .services.show_one ul.show_childs li:nth-child(2){
        left: 0;
    }
    .services.show_one ul.show_childs li:nth-child(7),
    .services.show_one ul.show_childs li:nth-child(4){
        right: 0;
    }
    .overlay-hugeinc.open nav ul{
        width: 100%;
    }
    .overlay .overlay-close{
        top: 0;
        right: 0;
    }
    .news_block_list .news_item:first-child{
        height: 400px;
    }
    .news_block_list .news_item:first-child .news_item_info h3{
        font-size: 20px;
        line-height: normal;
    }
    .news_block_list .news_item .news_item_info,
    .news_block_list .news_item .news_item_img{
        width: 100%;
        margin: 0;
    }
    .news_block_list .news_item .news_item_info{
        padding-top: 30px;
    }
    .news_block_list .news_item{
        flex-wrap: wrap;
    }
    .news_single_content{
        flex-direction: column-reverse;
    }
    .news_single_content .news_single_content_share{
        width: 100%;
        margin-right: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        align-items: flex-end;
        position: relative;
        top: unset;
        margin-top: 10px;
    }
    .news_single_content .news_single_content_share a{
        margin-right: 10px;
    }
    .news_single_content .news_single_content_share p{
        margin-right: 10px;
        margin-bottom: 0;
    }
    .seciton_page{
        padding-left: 0;
    }
    .management_item{
        flex-direction: column;
    }
    .management_item_content{
        width: 100%;
    }
    .management_item_img{
        margin-bottom: 20px;
    }
    .management_item_btns a:last-child{
        display: none;
    }
    .data_list a{
        width: 100%;
        padding-bottom: 20%;
    }
    .carousel_btn_groups{
        padding-left: 0;
        padding-right: 0;
        z-index: 9;
    }
    .carousel_btn_groups a span{
        filter: brightness(1);
    }
    .home .main_footer{
        padding: 0;
    }
}
#chartModal .modal-dialog{
    max-width: 400px;
}
/* height */
@media (max-height: 970px){
    .sidebar .btn_brown_normal{
        margin-bottom: 25px;
    }
}
@media (max-height: 920px){
    .sidebar .btn_brown{
        font-size: 13px;
        padding: 10px 5px;
        margin-bottom: 20px;
    }
    .sidebar .btn_brown_normal{
        margin-bottom: 20px;
    }
}
@media (max-height: 900px){
    .sidebar ul li:last-child{
        display: none;
    }
    .services.show_one ul.show_childs li:nth-child(2),
    .services.show_one ul.show_childs li:nth-child(3),
    .services.show_one ul.show_childs li:nth-child(4){
        top: 22%;
    }
    .services.show_one ul.show_childs li:nth-child(7),
    .services.show_one ul.show_childs li:nth-child(6),
    .services.show_one ul.show_childs li:nth-child(5){
        bottom: 12%;
    }
}

@media (max-height: 860px){
    .sidebar ul li:nth-last-child(2){
        display: none;
    }
}
@media (max-height: 820px){
    .sidebar ul li:nth-last-child(3){
        display: none;
    }
}
@media (max-height: 770px){
    .sidebar ul{
        display: none;
    }
    
}