a:focus, a:active {outline: 0 !important;}
input, input:active, input:focus,
button, button:active, button:focus,
a, a:active, a:focus{
    outline: none !important;
}
fieldset,img {
	border:0;
}
a {
    color: #1a3c52;
    text-decoration: none;
}
body {
    margin: 0;
}

.arrow svg {
    width: 32px
}
@-webkit-keyframes artop {
    0% {
        bottom: 0
    }
    20% {
        bottom: 0
    }
    40% {
        bottom: 30px
    }
    50% {
        bottom: 0
    }
    60% {
        bottom: 15px
    }
    80% {
        bottom: 0
    }
    100% {
        bottom: 0
    }
}
@keyframes artop {
    0% {
        bottom: 0
    }
    20% {
        bottom: 0
    }
    40% {
        bottom: 30px
    }
    50% {
        bottom: 0
    }
    60% {
        bottom: 15px
    }
    80% {
        bottom: 0
    }
    100% {
        bottom: 0
    }
}
.arrow {
    -webkit-animation: artop 2s infinite;
    -moz-animation: artop 2s infinite;
    -o-animation: artop 2s infinite;
    animation: artop 2s infinite;
    z-index: 11;
    position: fixed;
    bottom: 50px;
    right: -10px;
    z-index: 12;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    opacity: .7;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    display: none
}
.arrow:hover {
    right: 0
}
.arrow svg {
    fill: #e67817
}

body {
  font-family: 'PT Sans', sans-serif;
}

.menu-bg {
  background-color: #0066ba;
  min-height: 40px;
}

.logo {
  background-image: url(../img/logo.png);
  width: 65px;
  height: 82px;
  position: absolute;
  top: -20px;
}

a.navbar-brand img {
    position: absolute;
    /* top: -20px; */
    top: -54px;
    z-index: 20;
    left: -150px;
    width: 150px;
}

@media only screen and (max-width: 450px) {
    a.navbar-brand img {
            left: 0px;
            top: -15px;
            width: 72px;
    }
}

.nws-content {
  line-height: 1;
}

.nws-text-block {
  max-height:160px;
  overflow:hidden;
  column-width: 800px;
}

.news-tpl-min {
  /* background-color: #cccccc; */
}

.news-tpl-min:hover {
  background-color: wheat;
}

.nws-title:after {
  content:"";
  background-color:black;
  display:block;
  height:2px;
  bottom:-5px;
  position:relative;
}

.navbar-nav .nav-item .nav-link {
    color: white;
}

.navbar-nav .nav-item .nav-link:hover {
    color: wheet;
}

#map {
  min-height: 300px;
}

.vid-bg {
  background-color: #ece9e9;
}

.footer-bg {
  background-color: #6699cc;
}

#s-title {
  color: #0066cc;
}
a.active_lang {
    font-weight: bold;
    text-decoration: underline;
}
.yvideo {
  position: relative;
  background: #000;
  width: 100%;
  margin: 20px auto;
}

.ffs-img {
  width: 100%;
}

.vid-div {
  width: 100%;
  overflow: hidden;
}

.yvideo img,
.yvideo iframe { display: block; }


.youtube_outer>div>.youtube_video {
    position: relative;
    width: 100%;
    /* min-height: 300px; */
    /* padding-bottom: 56.25%; */
}
.youtube_outer iframe.youtube_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.my_custom {
    height: auto;
}

.youtube_outer>div {
    position: relative;
}
.play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url('/libs/img/play-button.png') no-repeat 50% 50%;
  background-size: auto, cover;
  z-index: 9999;
}

.play:hover { background-color: rgba(0,0,0,0.2) !important; }
.news_list h3 {
    font-size: 1.0rem;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.news_list a:last-child h3{
    margin: 0 0 0 0;
}
.news_list.jumbotron {
    padding: 2rem 2rem;
    margin-top: 30px;
}
body.content_page h1 {
    font-size: 2rem;
    line-height: 1.8rem;
    border-bottom: 1px solid;
    padding: 0 0 15px 0;
}

.publication_item {
    margin: 0 0 60px 0;
}
.publication_item>.card {
    padding: 30px 0;
}

.card_news_my:hover {
  border-color: wheat;
}

button.close {
    position: fixed;
    left: 30px;
    background: red;
    padding: 10px;
}
.modal-dialog {
    max-width: 999px;
    margin: 0 auto;
}
.drive-viewer-toolstrip {
    display: none !important;
}
.contact_item {
    text-align: center;
}
.contacts_name {
    font-size: 1.5rem;
}
ul.lang a{
    position: relative;
}
ul.lang a:after{
    top: 2px;
    margin: 0 0 0 5px;
}
a.uk:after {
    background-image: url(/libs/img/ukr.png);
    content: ' ';
    width: 16px;
    position: absolute;
    height: 16px;
    top: 4px;
    right: -5px;
}

a.en:after {
    background-image: url(/libs/img/eng.png);
    content: ' ';
    width: 16px;
    position: absolute;
    height: 16px;
    top: 4px;
    right: -5px;
}
ul.lang .active{
    font-weight: 700;
}




div#nav-tab {
    /* margin-bottom: -29px; */
    z-index: 3;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 15px);
    height:30px;
    border: none;
    background-color: #0066ba;
}
div#nav-tab>a {
    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 14px;
    font-variant: small-caps;
    color: #fff;
}
div#nav-tab .nav-link.active,
div#nav-tab .nav-item.show .nav-link {
    color: #ff3;
    background-color: transparent;
    border: none;
}



.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: wheat;
    font-weight: bold;
}

.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: wheat;
    font-weight: bold;
}

.bg-img_details {
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slider_outer {
    position: relative;
}
.slider_title {
    position: absolute;
    width: 100%;
    height: 24px;
    bottom: 30px;
    z-index: 2;
    overflow: hidden;
    padding: 0 15px;
    color: #fff;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}

a.btn.btn-warning.b_detail {
    position: absolute;
    bottom: 60px;
    right: 15px;
}

@media (max-width: 991px) {
  div#nav-tab {
    /* margin-bottom: -58px; */
    height: 60px;
  }
  .slider_title {
    /* top: 58px; */
    bottom: 60px;
  }
  a.btn.btn-warning.b_detail {
    position: absolute;
    bottom: 90px;
    right: 15px;
}

}



.slider_outer>img {
    position: relative;
    top: 0;
    z-index: 1;
    width: 100%;
}
.slider_outer>a.btn.btn-link {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    width: 250px;
    height: 50px;
    line-height: 50px;
    background-color: #fad300;
    border-radius: 5px;
    padding: 0;
    color: #383939;
    font-size: 30px;
    font-weight: 400;
    font-variant: small-caps;
}
.slider_outer>a.btn.btn-link:hover {
    text-decoration: underline;
}



p.bg-warning.p-1.text-center.font-weight-bold {
    margin: 0;
    display: none;
}

#mapgeo {
    width: 100%;
    min-height: 500px;
}
.main_page_banner {
    margin: 30px 0 30px 0;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}

.about_nor>li {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 17px 0;
}


.col-12.col-sm-6.col-lg-4.news_item {
    margin: 0 0 30px 0;
}
/* .card_news_my>.card-body>a:last-child {
    position: absolute;
    bottom: 10px;
} */
nav#np_nav {
    top: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1115px;
    z-index: 3;
}
.fixed {
    position: fixed;
    top:0;
    width: 100%;
}

.np_menu_navbar {
    display: none;
}
div>h4 {
    padding-top: 90px;
}

/* .card.card_news_my {
    min-height: 470px;
} */

li.dropdown:hover div.dropdown-menu,
li.dropdown:focus div.dropdown-menu

{
    display: block;
    margin-top: 0px;
    background-color: #5c9ace;
    width: 100%;
    z-index: 10000;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item {
    color: white;
}


.bar {
  display: block;
  height: 5px;
  width: 30px;
  background: #d8e4f1;
  margin: 5px auto;
}

.con {
  width: auto;
  margin: 0 auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}


.middle {
  margin: 0 auto;
}

.bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}
.mainmenu_btn.collapsed .con .top {
  -webkit-transform: translateY(0px) rotateZ(0deg);
  -moz-transform: translateY(0px) rotateZ(0deg);
  -ms-transform: translateY(0px) rotateZ(0deg);
  -o-transform: translateY(0px) rotateZ(0deg);
  transform: translateY(0px) rotateZ(0deg);
}
.mainmenu_btn .con .top {
  -webkit-transform: translateY(13px) rotateZ(45deg);
  -moz-transform: translateY(13px) rotateZ(45deg);
  -ms-transform: translateY(13px) rotateZ(45deg);
  -o-transform: translateY(13px) rotateZ(45deg);
  transform: translateY(13px) rotateZ(45deg);
}


.mainmenu_btn.collapsed .con .bottom {
  -webkit-transform: translateY(0px) rotateZ(0deg);
  -moz-transform: translateY(0px) rotateZ(0deg);
  -ms-transform: translateY(0px) rotateZ(0deg);
  -o-transform: translateY(0px) rotateZ(0deg);
  transform: translateY(0px) rotateZ(0deg);
}
.mainmenu_btn .con .bottom {
  -webkit-transform: translateY(-7px) rotateZ(-45deg);
  -moz-transform: translateY(-7px) rotateZ(-45deg);
  -ms-transform: translateY(-7px) rotateZ(-45deg);
  -o-transform: translateY(-7px) rotateZ(-45deg);
  transform: translateY(-7px) rotateZ(-45deg);
}
.mainmenu_btn.collapsed .con .middle {
  width: 30px;
}
.mainmenu_btn .con .middle {
  width: 0;
}

.vidguki_outer {
  -moz-box-shadow: 0px 0px 5px #000000;
  -webkit-box-shadow: 0px 0px 5px #000000;
  box-shadow: 0px 0px 5px #000000;
  margin-bottom: 30px;
  transition:All 0.2s ease;
  -webkit-transition:All 0.2s ease;
  -moz-transition:All 0.2s ease;
  -o-transition:All 0.2s ease;
  height: 97%;
}

.vidguki_outer:hover {
  -moz-box-shadow: 0px 0px 20px #000000;
  -webkit-box-shadow: 0px 0px 20px #000000;
  box-shadow: 0px 0px 20px #000000;

}



.desc_vidg>div>span {
  font-weight: 700;
}

.desc_vidg {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.pagination {
    justify-content: center;
}


li.nav-item.last.flvl1.nav-link, li.nav-item.last.flvl1{
    margin-bottom: 0px;
}

a.nav-item.flvl1.active.nav-link {
    color: #0066ba;
}



a.uk:before {
    content: 'UA';
}
a.en:before {
    content: 'ENG';
}

.nav-tabs .nav-item.dropdown {
    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 14px;
    font-variant: small-caps;
    color: #fff;
}

.footer-bg a {
    color: wheat;
}

.main_bn_desc_text {
  font-size: 1.25rem;
  font-weight: 500;
}

.right_menu .nav-link {
    color: #1a3c52;
    padding: 0;
}
.right_menu .navbar-nav .nav-item .nav-link {
    color: #1a3c52;
}

@media only screen and (max-width: 450px) {
      .main_bn_desc_text {
        font-size: 1rem;
      }
    }
#resources_content .table {
    font-size: 14px;
}





.test {}
