body{
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-family: 'Helvetica', sans-serif;
}
ul, ol{
    padding: 0px;
    margin: 0px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #10322C;
    background-color: #F4F6F5;
}
.dropdown-menu {
    border: 1px solid #F4F6F5;
}
.btn-primary{
    background-color: #10322C;
    color: #ffffff;
    border-color: #10322C;
}
.btn-secondary{
    background-color: #ffdd00;
    color: #10322C;
    border-color: #ffdd00;
}
.btn-primary:hover{
    background-color: #002424FF;
    border-color: #002424FF;
}
.btn-secondary:hover{
    background-color: #ffbf00;
    border-color: #ffbf00;
    color: #10322C;
}
.nav-link:focus, .nav-link:hover {
    color: #000000;
    outline: none;
}
.green-bg{
    background: rgb(0, 36, 36);
    background: linear-gradient(45deg, rgb(0, 36, 36) 0%, rgb(7, 58, 36) 100%);
    color: #ffffff;
    line-height: 1rem;
    padding: 5px 0px;
    min-height: 42px;
}
.nav-top{
    list-style: none;
    line-height: 1rem;
    font-size: 0.9rem;
}
.nav-top li{
    display: inline-block;
    margin-top: 7px;
}
.nav-top li a{
    background-color: #10322C;
    color: #ffffff;
    text-decoration: none;
    padding: 7px;
    border-radius: 5px;
    transition: 0.4s;
}
.nav-top li a svg{
    fill: #ffffff;
}
.nav-top li:nth-child(1) a svg,
.nav-top li:nth-child(2) a svg{
    display: none;
}
.nav-top li a:hover{
    background-color: #103e36;
}
.callme{
    position: relative;
    top: 7px;
    font-size: 0.9rem;
}
.callme a{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    transition: 0.4s;
}
.main-menu{
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    background-color: #ffffff;
    z-index: 10;
}
.callme a:hover{
    color: #ffdd00;
}
.logo-box{
    text-decoration: none;
    color: #000000;
    position: relative;
}
.logo-box svg{
    position: relative;
    top: -3px;
}
.logo-box:hover{
    color: #000000;
}
.main-menu header div .logo-box{
    top: 12px;
}
.otg-logo{
    font-size: 11px;
    line-height: 12px;
}
.menu{
    padding: 12px 0px;
    position: relative;
}
.menu li{
    position: relative;
}
.menu li.menu-item-has-children{
    position: relative;
}
.menu li.menu-item-has-children a{
    padding: 10px 25px 10px 15px;
}
.menu li.menu-item-has-children::after{
    width: 15px;
    height: 15px;
    position: absolute;
    content: '';
    right: 0px;
    top: calc(50% - 8px);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(https://demo.bearlog.top/wp-content/themes/skhid/assets/brand/down.svg);
}
.menu li a{
    color: #000000;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}
.menu li ul.sub-menu{
    width: 300px;
    height: 0px;
    overflow: hidden;
    list-style: none;
    margin: none;
    position: absolute;
    background-color: #fff;
    transition: 0.5s;
    border-radius: 5px;
    padding: 0px;
    border: 1px solid #F4F6F5;
    opacity: 0;
}
.menu li:hover ul.sub-menu{
    height: auto;
    padding: 10px 0px;
    opacity: 1;
}
.menu li ul.sub-menu li a{
    color: #000000;
    display: block;
    padding: 5px 10px;
}
.menu li ul.sub-menu li a:hover{
    color: #10322C;
    background-color: #F4F6F5;
}
.hamburger{
    padding: 12px 0px;
    background-color: transparent;
    border: none;
}
.hamburger[type=button]{
    -webkit-appearance: unset;
    outline: none;
}
.wrapper{
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}
.wrapper-gray{
    background-color: #F4F6F5;
    height: auto;
    margin-top: 100px;
    padding: 50px 0px;
}
footer{
    background: rgb(0, 36, 36);
    background: linear-gradient(45deg, rgb(0, 36, 36) 0%, rgb(7, 58, 36) 100%);
    color: #ffffff;
    line-height: 1rem;
    padding-top: 80px;
}
footer .logo-box{
    color: #ffffff;
}
footer .logo-box:hover{
    color: #ffffff;
}
.copyright{
    font-size: 0.8rem;
}
.imp-links{
    margin-bottom: 45px;
}
.imp-links h5{
    color: #ffdd00;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 15px;
}
.imp-links ul{
    list-style: none;
    padding: 0;
}
.imp-links ul li a{
    color: #fff;
    text-decoration: none;
    padding: 5px 0px;
    display: block;
}
.footer-border-top{
    border-top: 1px solid #10442d;
}
.OwlSlider{
    position: relative;
}
.OwlSlider .item{
    background-color: #fff;
    width: 100%;
    height: 70vh;
    min-height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.OwlSlider .item a{
    text-decoration: none;
}
.OwlSlider .item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.content-box{
    width: 90%;
    top: 50%;
    left: 5%;
    transform: translate(0%, -50%);
}
.content-box .slide-category{
    color: #ffdd00;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.content-box h2{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 4rem;
    text-shadow: 1px 1px 10px black;
}
button.owl-prev{
    position: absolute;
    top: calc(50% - 30px);
    left: -35px;
    width: 30px;
    height: 60px;
    font-size: 50px!important;
    line-height: 0px!important;
    font-family: 'Times New Roman' !important;
    color: #ffdd00!important;
}
button.owl-next{
    position: absolute;
    top: calc(50% - 30px);
    right: -35px;
    width: 30px;
    height: 60px;
    font-size: 50px!important;
    line-height: 50px!important;
    font-family: 'Times New Roman'!important;
    color: #ffdd00!important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #ffdd00;
    text-decoration: none;
}
.owl-theme .owl-dots{
    position: absolute;
    bottom: 10px;
    right: 25px;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #ffdd00;
}
.gov-title{
    border-bottom: 1px solid #eaeaea;
    margin: 30px 0px;
    color: #10322C;
    font-size: 1.4rem;
    font-weight: bold;
}
.gov-title span{
    background-color: #fff;
    padding: 10px 10px 10px 0px;
    text-transform: uppercase;
}
.gov-title #breadcrumbs{
    float: right;
    margin-right: 5px;
}
.gray-bg span{
    background-color: #F4F6F5;
}
.news-list, .news-list-mini, .cat-news-list{
    list-style: none;
}
.news-list li, .news-list-mini li, .cat-news-list li{
    display: block;
    margin-bottom: 15px;
}
.news-list-mini li{
    background-color: #F4F6F5;
    padding: 10px 0px;
    border-radius: 5px;
}
.cat-news-list .card a{
    text-decoration: none;
    color: #10322C;
}
.cat-news-list .card a .card-body h3{
    font-size: 1.2rem;
    font-weight: bold;
    transition: 0.2s;
}
.cat-news-list .card a .card-img{
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
}
.cat-news-list .card a .card-img img{
    width: 100%;
    height: auto;
    transition: 0.5s;
}
.cat-news-list .card a:hover .card-body h3{
    color: #ffdd00;
}
.news-list li a, .news-list-mini li a{
    text-decoration: none;
    color: #10322C;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.news-list li a .card-img{
    overflow: hidden;
    width: 170px;
    height: 150px;
    position: relative;
    border-radius: 5px;
    background-color: #103e36;
}
.news-list li a .card-img img{
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index:2;
}
.news-list li a .card-img svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
    opacity: 0.4;
    z-index: 1;
}
.news-list li a:hover .card-img img{
    transform: scale(1.05);
}
.news-list li a .card-body{
    overflow: hidden;
    width: calc(100% - 170px);
    height: auto;
    position: absolute;
    padding-top: 0;
    padding-bottom: 0;
    top: 50%;
    left: 170px;
    transform: translate( 0%, -50%);
}
.cat-news-list li a .card-body span, .news-list li a .card-body span, .news-list-mini li a .card-body span, .OwlBlog li a .card-body span{
    opacity: 0.5;
}
.news-list li a .card-body h3{
    font-size: 1.2rem;
    font-weight: bold;
    transition: 0.2s;
    padding-top: 5px; 
}
.news-list li a:hover .card-body h3{
    color: #ffdd00;
}
.news-list-mini li a .card-body{
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.news-list-mini li a .card-body h3{
    font-size: 1rem;
    font-weight: bold;
    transition: 0.2s;
}
.news-list-mini li a:hover .card-body h3{
    color: #ffdd00;
}
.OwlBlog{
    list-style: none;
}
.OwlBlog li a .card-img{
    overflow: hidden;
    width: 100%;
    height: 180px;
    position: relative;
    border-radius: 5px;
}
.OwlBlog li a .card-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.OwlBlog li a:hover .card-img img{
    transform: scale(1.05);
}
.OwlBlog li a{
    text-decoration: none;
    color: #10322C;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.OwlBlog li a .card-body{
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.OwlBlog li a .card-body h3{
    font-size: 1.1rem;
    font-weight: bold;
    transition: 0.2s;
    padding-top: 20px;
}
.OwlBlog li a:hover .card-body h3{
    color: #ffdd00;
}
.OwlBlog li a .card-body svg{
    fill: #10322C;
    position: relative;
    top: -3px;
}
.OwlBlog .owl-dots{
    display: none;
}
.the-team{
    margin-top: 100px;
}
.employer{
    margin-bottom: 25px;
}
.employer .card-img{
    overflow: hidden;
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 50%;
    left: calc(50% - 100px);
    border: 5px solid #F4F6F5;
}
.employer .card-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.employer .card-body h3{
    font-size: 1.2rem;
    font-weight: bold;
    transition: 0.2s;
    padding-top: 20px;
}
.employer .card-body h4{
    font-size: 1rem;
    opacity: 0.5;
}
.OwlProjects{
    list-style: none;
    padding: 100px 0px;
}
.OwlProjects a svg{
    fill: #10322C;
}
.OwlProjects a{
    color: #10322C;
    text-decoration: none;
}
.OwlProjects h2{
    font-size: 1.2rem;
    font-weight: bold;
    transition: 0.2s;
    padding-top: 20px;
}
.mobile-menu{
    list-style: none;
}
.mobile-menu li{
    list-style: none;
    border-bottom: 1px solid #F4F6F5;
}
.mobile-menu li ul.sub-menu{
    text-indent: 30px;
}
.mobile-menu li ul.sub-menu li{
    border-top: 1px solid #F4F6F5;
    border-bottom: none;
}
.mobile-menu li a{
    list-style: none;
    display: block;
    padding: 10px 15px;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.2s;
    color: #10322C;
}
.mobile-menu li a:hover{
    padding-left: 30px;
    color: #ffdd00;
}
.offcanvas-header{
    border-bottom: 1px solid #F4F6F5;
}
.the-contact h2{
    font-size: 1.2rem;
    color: #10322C;
    margin-top: 50px;
    font-weight: bold;
}
.the-contact .adress svg{
    float: left;
    margin-top: 5px;
}
.the-contact .adress a{
    font-size: 1rem;
    color: #10322C;
    text-decoration: none;
    margin-left: 40px;
    display: block;
    transition: 0.2s;
}
.the-contact .adress a:hover{
    color: #ffdd00;
}
.the-contact .map{
    margin: 30px 0px;
    display: block;
}
.the-contact p{
    margin: 30px 0px;
    display: block;
    font-size: 0.9rem;
}
.search-box p{
    font-size: 0.9rem;
    color: #10322C;
}
.search-box a{
    color: #ffdd00;
    font-weight: bold;
}
#SinoptikInformer{
    background-color: #ecf5ff;
    border-radius: 5px;
    border: 1px solid #a3b4c8;
}
.fb-page{
    margin-top: 30px;
}
.widgets{
}
#breadcrumbs{
    font-size: 0.9rem;
}
#breadcrumbs a{
    font-size: 0.9rem;
    color: #10322C;
}
#breadcrumbs .breadcrumb_last{
    color: #10322C;
    opacity: 0.7;
}
.single-page{
    color: #10322C;
    font-size: 1rem;
}
.single-page h1{
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 25px;
}
.single-page h2{
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 30px;
}
.single-page h3{
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 30px;
}
.single-page h4{
    font-weight: bold;
    font-size: 1.3rem;
    margin-top: 30px;
}
.single-page h5{
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 30px;
}
.single-page h6{
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 30px;
}
.single-page ul, .single-page ol{
    list-style-position: inside;
    padding: 10px 0px 20px;
}
.single-page p{
    line-height: 1.7rem;
    font-size: 1.05rem;
}
.single-page a{
    color: #103e36;
    font-weight: bold;
}
.single-page table{
    line-height: 1.7rem;
    font-size: 1.05rem;
}
.single-page table tr td{
    border: 1px solid #10322C;
    padding: 10px;
}
.single-page img{
    max-width: 100%;
    height: auto;
}
.brief{
}
.wpcf7-form-control-wrap{
    position: relative;
}
.wpcf7-not-valid-tip{
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 0.8rem;
}
.brief input{
    border: 2px solid #c6d5d3;
    border-radius: 5px;
    width: 100%;
    padding: 8px 15px;
    margin-bottom: 10px;
}
.brief select{
    border: 2px solid #c6d5d3;
    border-radius: 5px;
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 10px;
}
.brief textarea{
    border: 2px solid #c6d5d3;
    border-radius: 5px;
    width: 100%;
    height: 100px;
    padding: 8px 15px;
    margin-bottom: 10px;
}
.brief input[type=submit]{
    width: auto;
    float: right;
    border: 2px solid #10322C;
    background-color: #10322C;
    color: #ffffff;
}
.wpcf7-response-output{
    margin: 0!important;
    border: none!important;
    background-color: #f5f5f5;
    border-radius: 5px;
}
.search-box{
    width: 100%;
}
.wp-block-search__inside-wrapper input{
    padding: 10px 15px;
    border-radius: 5px 0px 0px 5px;
    border: 2px solid #c6d5d3!important;
}
.wp-block-search__inside-wrapper button{
    padding: 10px 15px;
    border-radius: 0px 5px 5px 0px;
    border: 2px solid #c6d5d3!important;
    margin-left: 0px!important;
    background-color: #c6d5d3!important;
    color: #fff!important;
}
.catname{
    color: #10322C;
    background-color: #ffdd00;
    font-size: 0.7rem;
    padding: 3px 5px;
    border-radius: 3px;
    opacity: 1!important;
}
.pagination .nav-links{
    padding: 7px;
}
.pagination .nav-links span{
    padding: 7px;
    width: 40px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    color: #10322C;
}
.pagination .nav-links a{
    padding: 7px;
    width: 40px;
    display: inline-block;
    text-align: center;
    background-color: #F4F6F5;
    border-radius: 5px;
    text-decoration: none;
    color: #10322C;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    border-radius: 5px;
}
.akty-menu{
    list-style: none;
}
.akty-menu li{
    margin-bottom: 15px;
}
.akty-menu li a{
    background-color: #F4F6F5;
    padding: 10px 15px;
    border-radius: 5px;
    display: block;
    color: #10322C;
    text-decoration: none;
}
.single-list{
    margin-top: 5rem;
}
.single-list li a .card-body h3 {
    font-size: 1rem;
}
.single-list li a{
    background-color: #F4F6F5;
    border-radius: 5px;
}
@media (max-width: 1200px) {
    button.owl-prev{
        left: 0px;
    }
    button.owl-next{
        right: 0px;
    }
}
@media (max-width: 980px) {
    .nav-top li a span{
        display: none;
    }
    .nav-top li:nth-child(1) a svg,
    .nav-top li:nth-child(2) a svg{
        display: inline-block;
    }
    .menu{
        display: none;
    }
    .imp-links{
        text-align: center;
    }
    .content-box{
        text-align: center;
    }
    .hide-mobile{
        display: none;
    }
    .cat-news-list li{
        width: 50%;
    }
}
@media (max-width: 780px) {
    .news-list-mini{
        margin-top: 30px;
    }
    .content-box h2 {
        font-size: 3rem;
    }
}
@media (max-width: 480px) {
    .callme{display: none}
    .news-list li{
        float: left;
    }
    .news-list li a .card-img{
        width: 100px;
        height: 100px;
        float: left;
    }
    .news-list li a .card-body{
        width: calc(100% - 100px);
        position: relative;
        top: unset;
        right: 0px;
        left: unset;
        transform: translate( 0%, 0%);
    }
    .news-list li a .card-body h3{
        font-size: 1rem;
    }
    .content-box h2 {
        font-size: 2rem;
    }
    .cat-news-list li, .cat-news-list li a{
        width: 100%;
    }
}
